2009-12-17 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
4         A private virtual newslot method is used to implement an interface method without exposing
5         it to users. When querying for public instance methods, such method would hide a public one
6         on a parent type.
7
8         Fixes #564379.
9
10 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
11
12         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
13         conventions.
14
15 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
16
17         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
18
19 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
20
21         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
22         as they are no longer used.
23         
24          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
25
26         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
27
28 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
29
30         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
31         if the owner class has not been finished before returning reflection_info.      
32
33         Fixes #565127.
34
35 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
36
37         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
38         param doesn't have custom attributes. Fixes #565117.
39
40         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
41         #565120.
42
43 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
44
45         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
46
47 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
50         same amount done by a core-clr enabled runtime.
51
52 2009-12-15  Marek Habersack  <mhabersack@novell.com>
53
54         * appdomain.c (mono_make_shadow_copy): make sure access mode of
55         the target files is reset to writable by owner and readable by
56         everyone else to prevent problems when updating shadow copies of
57         files whose source is read-only. Fixes bug #556884
58
59 2009-12-15  Mark Probst  <mark.probst@gmail.com>
60
61         * class.c (mono_generic_class_get_class): Allocate the generic
62         class via malloc again, so that it can be freed when any one of
63         the images of its constituent types is closed.
64
65         * metadata.c: When closing an image, don't free generic insts and
66         generic classes right away, but put them into a list for later
67         freeing.
68
69         * image.c, metadata-internals.h: Store the free list and in the
70         second pass of closing an image, free it.
71
72 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
73
74         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
75
76         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
77         types in type_hash.
78
79         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
80
81 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
82
83         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
84         user type.
85
86         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
87         is used.
88
89 2009-12-14  Miguel de Icaza  <miguel@novell.com>
90
91         * verify.c (mono_method_verify): The Unused opcodes produce an
92         InvalidProgramException on .NET
93
94 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
95
96         * loader.c (mono_method_get_header): Move assert after the verifier
97         has been called on the method header.
98
99 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
100
101         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
102
103         * appdomain.c: Bump corlib version.
104
105 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
106
107         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
108         types as well since otherwise generic instances would not return UT as arguments but
109         their undelying system type.
110
111         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
112         to reflect the fact that they can have now multiple different types.
113
114         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
115
116         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
117
118         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
119
120         * reflection.c (mono_reflection_register_with_runtime): Init super types
121         if the image is not dynamic.
122
123         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
124         check if the generic type definition is a TypeBuilder.
125
126         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
127         doesn't belong to a dynamic image, skip initialization.
128
129         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
130         base definition is not a dynamic type.
131
132 2009-12-11  Marek Habersack  <mhabersack@novell.com>
133
134         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
135         mono_profiler_string_allocation
136
137         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
138         if string profiling is enabled, call
139         mono_profiler_string_allocation
140
141         * profiler.h: added two MonoProfileFlags -
142         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
143         installation functions for the hooks below.
144
145         * profiler-private.h, profiler.c: added two hooks:
146         mono_profiler_string_allocation called whenever a string is
147         allocated by InternalAllocateStr and mono_profiler_iomap called
148         whenever IOMAP code performs an adjustement on a file path.
149
150 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
151
152         * boehm-gc.c: fixed race condition while getting the target of a
153         disappearing link (bug #522233).
154
155 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
156
157         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
158         the error.
159
160 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
161
162         * reflection.c: Add mono_reflection_register_with_runtime icall to
163         allow a MonoGenericClass to register itself as the managed mirror of
164         a given generic instance.
165         This is a temporary workaround until all MGC instantiation happens in
166         managed code.
167
168         * object-internals.h: Ditto.
169
170         * icall-def.h: Ditto.
171
172 2009-12-10  Mark Probst  <mark.probst@gmail.com>
173
174         * sgen-gc.c (find_in_remsets): Also search the generic store
175         remsets.
176
177 2009-12-10  Mark Probst  <mark.probst@gmail.com>
178
179         * sgen-gc.c: Don't access class names in debugging code when
180         unloading a domain, because they might not be valid anymore.
181
182 2009-12-10  Mark Probst  <mark.probst@gmail.com>
183
184         * domain.c, domain-internals.h: New function mono_domain_unset().
185
186         * appdomain.c (unload_thread_main): Detach the thread again at the
187         end.
188
189         * threads.c: When a thread exists or is detached, unset its domain
190         so that it's NULL when, for example, a pthread destructor runs.
191
192         * sgen-gc.c: Assert that there is no domain set after a thread is
193         done.
194
195 2009-12-10  Mark Probst  <mark.probst@gmail.com>
196
197         * class.c (mono_generic_class_get_class),
198         metadata.c (free_generic_class): Allocate generic MonoClass's from
199         the image mempool, not via malloc.  The problem with malloc is
200         that when unloading a domain those classes are freed before
201         clearing the heap and SGen needs the classes.  Rewriting the
202         unloading code to do the free later would be more work and there's
203         no point in using malloc anyway.
204
205 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
206
207         * loader.c (mono_method_signature): Always call mono_loader_unlock 
208         before returning.
209
210 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
211
212         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
213         user string blobs.
214
215         * verify-internals.h: Add new function to the internal API.
216
217         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
218         check if it's a valid string.
219
220         * object.c (mono_ldstr): Ditto.
221
222         Fixes #561943.
223
224 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
225
226         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
227         from a method before returning it. This is the expected behavior.
228
229 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
230
231         * reflection.c (inflate_method): Handle the case of a regular system type.
232
233 2009-12-08  Mark Probst  <mark.probst@gmail.com>
234
235         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
236         gathering code.
237
238         * mempool.c, mempool-internals.h: New function
239         mono_mempool_get_bytes_allocated().
240
241         * Makefile.am: sgen-pinning-stats.c added.
242
243 2009-12-08  Mark Probst  <mark.probst@gmail.com>
244
245         * sgen-gc.c (create_allocator): Only use the fast path if the
246         object size is within the small object size limit.
247
248 2009-12-07  Mark Probst  <mark.probst@gmail.com>
249
250         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
251         possibly adding padding to sizeof (GCMemSection).
252
253 2009-12-07  Mark Probst  <mark.probst@gmail.com>
254
255         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
256         reference is not in the nursery.
257
258 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
259
260         * class.c (mono_class_from_typeref): Bounds check idx against the 
261         assemblyref table.
262
263 2009-12-07  Mark Probst  <mark.probst@gmail.com>
264
265         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
266         through the potential roots, then sort the results and find the
267         pinned objects from there.
268
269         * Makefile.am: sgen-pinning.c added.
270
271 2009-12-07  Mark Probst  <mark.probst@gmail.com>
272
273         * sgen-gc.c: Record generic stores in specialized remset buffers.
274
275 2009-12-06  Mark Probst  <mark.probst@gmail.com>
276
277         * sgen-gc.c: Make pinned chunks the same size as major heap
278         sections, and align them as well, so that we can check whether an
279         object is in a pinned chunk or a major section in constant time.
280
281 2009-12-06  Mark Probst  <mark.probst@gmail.com>
282
283         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
284
285 2009-12-06  Mark Probst  <mark.probst@gmail.com>
286
287         * sgen-gc.c: Make all major heap sections the same size (currently
288         128k) and allocate them on aligned addresses.  Small heap sections
289         give us better granularity with pinned objects - we can free up
290         much more memory.
291
292 2009-12-06  Mark Probst  <mark.probst@gmail.com>
293
294         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
295         output removed.
296
297 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
298
299         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
300
301         * mono/metadata/assembly.c: When opening an assembly image, pass the real
302         names in addition to the runtime generated one.
303
304         * mono/metadata/image.h: Add a function to take the real name of the assembly
305         image.
306
307         * mono/metadata/image.c: If a real name has been passed to load an assembly,
308         use it instead of the runtime generated one.
309
310         Code is contributed under MIT/X11 license.
311
312 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
313
314         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
315         before the other checks to prevent problems if the DateTime class is blittable.
316         Hopefully fixes #559600.
317
318 2009-12-05  Mark Probst  <mark.probst@gmail.com>
319
320         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
321         returns the largest string length that will not be put into the
322         LOS.
323
324         * sgen-gc.c, gc-internal.h: New function that returns the largest
325         object size that will not be put into the LOS.
326
327         * appdomain.c: Bump corlib version.
328
329 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
330
331         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
332
333         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
334
335 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
336
337         * reflection.c (inflate_method): Fix signature.
338
339         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
340         in managed code.
341
342 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
343
344         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
345
346 2009-12-03  Mark Probst  <mark.probst@gmail.com>
347
348         * sgen-gc.c: Abstract to-space handling.
349
350 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
351
352         * loader.c (find_method_in_class): Ignore methods with broken signatures.
353
354         Fixes #559906.
355
356 2009-12-03  Mark Probst  <mark.probst@gmail.com>
357
358         * sgen-gc.c: Only add references from outside the nursery to
359         within the nursery to the global remset list.
360
361 2009-12-03  Mark Probst  <mark.probst@gmail.com>
362
363         * appdomain.c (create_exceptions): Set the domain temporarily if
364         necessary to avoid cross-domain references.
365
366 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
367
368         * verify.c (get_stack_type): Return that the type is invalid instead of
369         asserting.
370
371         * verify.c (mono_method_verify): Verify that all locals and arguments
372         have valid stack types.
373
374         Fixes #559913.
375
376 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
377
378         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
379         bounds checking overflow aware.
380
381         Fixes #559910.
382
383 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
384
385         * verify.c (do_invoke_method): Check for invalid method signatures.
386
387         Fixes #553450.
388
389 2009-12-02  Jb Evain  <jbevain@novell.com>
390
391         * appdomain.c (MONO_CORLIB_VERSION): bump.
392         * icall-def.h (get_base_definition): renamed to get_base_method
393         and add a boolean argument indicating we want the original
394         method definition, or the immediate base method.
395         * icall.c: apply the get_base_definition to get_base_method change.
396
397 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
398
399         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
400
401         Fixes #558042.
402
403 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
404
405         * class.c: remove asserts for invalid type token in
406         mono_class_name_from_token(), mono_assembly_name_from_token() and
407         mono_class_create_from_typedef () (fixes bug #553318).
408
409 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
410
411         * metadata.c, class.c, loader.c: remove assert after bsearch() for
412         incorrect assemblies (bug #553322).
413
414 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
415
416         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
417
418         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
419
420         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
421
422         * class.c (inflate_generic_context): Ditto.
423
424         * loader.c (method_from_methodspec): Ditto.
425
426         Fixes #558230.
427
428 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
429
430         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
431
432         * class.c (mono_class_create_from_typespec): Ditto.
433
434         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
435
436         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
437
438         Fixes #558184.
439
440 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
441
442         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
443
444         * verify.c (verify_delegate_compatibility): Ditto.
445
446         * verify.c (do_newobj): Ditto.
447
448         Fixes #558046.
449
450 2009-12-02  Mark Probst  <mark.probst@gmail.com>
451
452         * sgen-gc.c: Use a gray queue instead of requiring that gray
453         objects are in a contiguous region.
454
455         * sgen-gray.c: The gray queue implementation.
456
457         * Makefile.am: sgen-gray.c added.
458
459 2009-12-02  Mark Probst  <mark.probst@gmail.com>
460
461         * appdomain.c: When unloading a domain, zero its static data and
462         perform a minor collection when using SGen.  That will get rid of
463         all the remsets pointing into that domain's static data.
464
465         * sgen-gc.c: Allow remsets into static data.  By doing this we
466         need less checks so we're more efficient.
467
468 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
469
470         * verify.c (mono_method_verify): Check for catch clauses with broken
471         types.
472
473         Fixes #558465.
474
475 2009-12-01  Jb Evain  <jbevain@novell.com>
476
477         * class.c (make_generic_param_class): set the namespace of
478         the generic parameter class from its owner, if available.
479
480 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
481
482         * verify.c (code_bounds_check): Do proper overflow checking.
483
484         * verify.c (mono_method_verify): The number of switch entries is
485         an unsigned int. Properly bounds check it.
486
487         Fixes #558594.
488
489 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
490
491         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
492         mono_metadata_method_has_param_attrs which only checks if a given param
493         list has a non zero flags entry.
494
495         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
496         to inform how many params should we expect to decode.
497
498         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
499         as it's faster than mono_metadata_get_param_attrs.
500
501         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
502         add mono_metadata_method_has_param_attrs.
503
504 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
505
506         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
507         failures.
508
509         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
510         is -1 but its class is broken.
511
512         Fixes #558522.
513
514 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
515
516         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
517         for parameter overflow.
518
519         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
520         of mono_metadata_get_param_attrs.
521
522         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
523         API.
524
525         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
526
527 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
528
529         * class.c (mono_class_setup_fields): Check for fields with broken types.
530
531         Fixes #558741.
532
533 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
534
535         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
536         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
537         its TypeBuilder::CreateType ().
538
539         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
540         if not needed.
541
542         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
543         to make setup_interface_offsets happy.
544
545         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
546         compilation now works.
547
548 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
549
550         * appdomain.c (create_exceptions): New helper function extracted from
551         mono_runtime_init () to precreate objects used during exception handling.
552         (mono_runtime_init): Call it.
553         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
554
555 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
556
557         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
558         compilation until the proper one is found.
559
560 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
561
562         * class.c (mono_class_setup_vtable_general): Cache the result of
563         get_virtual_methods () since it can be slow because of the metadata
564         optimization.
565
566         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
567         from a MonoValueHashTable for now, since the later is based on an earlier
568         version of hpj's internal probing code and seems to have serious collision
569         issues.
570
571         * loader.c (mono_get_method_full): Update after the change above.
572
573 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
574
575         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
576
577 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
578
579         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
580         the GTD instead of the DGC instead of crashing.
581
582         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
583         required. Inflate fields if needed.
584
585         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
586         finished. Renamed.
587
588 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
589
590         * class.c (check_interface_method_override): Check for NULL signatures and fail
591         the type.
592
593         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
594
595         Fixes #553428.
596
597 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
598
599         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
600         the MONO_METHOD_FLAGS column instead of decoding the whole row.
601
602 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
603
604         * loader.c (field_from_memberref): Resolve the class first then the field
605         signature. Remove a lot of duplicated code and make sure we don't pass valid
606         values to mono_loader_set_error_field_load.
607
608         Fixes #553306.
609
610 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
611
612         * class.c (inflate_generic_type): Change code to use new signature of
613         mono_error_set_bad_image.
614
615         Fixes #558124.
616
617 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
618
619         * verify.c (mono_method_verify): Don't free ctx.params items if 
620         we aborted while inflating the ctx.locals. Complete previous fix
621
622 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
623
624         * verify.c (mono_method_verify): Use the uninflated type name, 
625         when the inflated is null, to report errors. Also take care when
626         freeing, not to free everything since, in case of an error, some
627         stuff would be copies (i.e. not allocated by the function itself)
628         Fix bug #558145
629
630 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
631
632         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
633         or overflow. The caller must have done this check explicitly. This guard us
634         from accessing invalid memory.
635
636         * verify.c (do_push_static_field): Check for stack overflow.
637
638         Fixes #553333.
639
640 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
641
642         * loader.c (find_method_in_class): Don't crash if the signature cannot
643         be resolved.
644
645         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
646         of asserting for the case of invalid params.
647
648         Fixes #553304.
649
650 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
651
652         * image.c (mono_image_load_module): Fix crash when a bad assembly
653         has no module at all (fix bug #553412) and also replace the 
654         g_assert with a return NULL (documented return value for failure)
655
656 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
657
658         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
659
660 2009-11-23  Miguel de Icaza  <miguel@novell.com>
661
662         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
663         file attribute to managed code and avoid doing the mask/attribute
664         checks here. 
665
666 2009-11-22  Miguel de Icaza  <miguel@novell.com>
667
668         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
669         the managed world.
670
671         * icall-def.h: New entry points.
672         
673 2009-11-19  Mark Probst  <mark.probst@gmail.com>
674
675         * process.c: Don't put references to managed objects into a
676         g_ptr_array.
677
678 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
679
680         * class.c (can_access_internals): Allow CoreCLR to participate in
681         allowing (or not) [InternalsVisibleTo] between assemblies.
682         * security-core-clr.c|h: Make sure that only trusted code (a 
683         superset of platform code) can access the internals of platform
684         code.
685
686 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
687
688         * reflection.c: use the correct base class to get the virtual method
689         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
690
691 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
692
693         * security-core-clr.c (get_caller_no_reflection_related): 
694         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
695         it's still reflection and must be filtered correctly.
696
697 2009-11-16  Mark Probst  <mark.probst@gmail.com>
698
699         * object.c (compute_class_bitmap): Fix for large bitmaps.
700
701 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
702
703         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
704
705         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
706         koush@koushikdutta.com). Disable GC_no_dls on android.
707
708 2009-11-12  Mark Probst  <mark.probst@gmail.com>
709
710         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
711         tlab_next points outside the TLAB because the allocator was
712         interrupted.
713
714 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
715
716         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
717
718 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
719
720         * object-internals.h: Change signature for mono_string_to_utf8_image.
721
722         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
723         argument.
724
725         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
726         exceptions due to mono_string_to_utf8.
727
728 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
729
730         * object-internals.h: Change signature for mono_string_to_utf8_mp.
731
732         * object.c (mono_remote_class): Make sure all resources are released before
733         raising an exception.
734
735         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
736
737 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
738
739         * mono-perfcounters.c (network_get_impl): Change variable initialization
740         ordering to fix potential memory leak in case of exceptions.
741
742         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
743         encoded strings.
744         
745 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
746
747         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
748         variable initialization ordering to fix potential memory leak in case
749         of exceptions.
750
751 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
752
753         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
754         needed.
755
756 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
757
758         * appdomain.c: Fix shadow path code to better deal with exceptions.
759
760 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
761
762         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
763         exception in the middle of the runtime code.
764
765 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
766
767         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
768         leak memory with broken envvar value.
769
770 2009-11-06  Mark Probst  <mark.probst@gmail.com>
771
772         * reflection.c (mono_reflection_setup_internal_class): Because
773         nested classes are not added to the name cache, we must put them
774         in the reflection_info_unregister_classes list.
775
776 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
777
778         * class.c: When CoreCLR is enabled don't call mono_init_com_types
779         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
780         platform (trusted) code. Instead we return a TypeLoadException to
781         be thrown later. This is the exception thrown by Silverlight 2 if
782         a type, inside application (user) code is marked with [ComImport]
783
784 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
785
786         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
787         mono_is_debugger_attached () too.
788
789         * mono-debug.c (mono_is_debugger_attached): New helper function.
790         (mono_set_is_debugger_attached): Ditto.
791
792 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
793
794         * object-internals.h: Add mono_string_to_utf8_checked.
795
796         * object.c: Implement mono_string_to_utf8_checked.
797
798 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
799
800         * class.c: Add missing check for load errors after every
801         call to mono_class_setup_fields
802
803         Fixes #552282.
804
805 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
806
807         metadata-verify.c (verify_tables_schema): Fix the error message.
808
809 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
810
811         * metadata.c: Change event table schema to use TDOR for event type
812         as this is what it's meant to be.
813
814         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
815         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
816         entry.
817
818         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
819         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
820         rows in MONO_TABLE_GENERICPARAM.
821
822         Fixes #552289.
823
824 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
825
826         * class.c (mono_image_add_to_name_cache): Assert on duplicate
827         insertion.
828
829         * reflection.c (mono_reflection_setup_internal_class): Avoid
830         registering a gc root the same MonoClass multiple times.
831         Don't register nested types on the global scope as they should
832         not be available there.
833
834 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
835
836         * culture-info-tables.h: regenerated.
837
838 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
839
840         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
841
842 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
843
844         * string-icalls.c|h: Remove string internal calls that are not 
845         used anymore by the class libraries.
846         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
847         which is not used in the class librairies.
848         * icall-def.h: Update tables.
849
850 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
851
852         * class.h: Move mono_class_inflate_generic_type_checked...
853
854         * class-internals.h: to here and make it internal. We don't want to
855         further expose MonoGenericContext. 
856
857 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
858
859         * verify.c (mono_method_verify): Improve error message.
860
861 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
862
863         * reflection.c (fieldref_encode_signature): If field_image is NULL then
864         the token is already properly encoded. Fixs 4.0 build.
865
866 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
867
868         * locales.c (construct_number_format): Check if the number index is
869         valid before trying to use it, if not, just return.
870         
871 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
872
873         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
874         since that loses the abort state. Fixes #539394.
875
876 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
877
878         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
879         explicit this argument to the call signature.
880         (mono_marshal_get_icall_wrapper): Ditto.
881
882 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
883
884         * reflection.c (fieldref_encode_signature): Add new field_image parameter
885         to indicate which assembly to use when resolving a custom-mod.
886
887         Fixes handling of volatile fields used across assemblies as reported in #551513.
888
889 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
890
891         * loader.c: Improve error messages.
892
893 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
894
895         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
896         of interfaces. Fixes IKVM.
897
898         * class.c (mono_class_setup_vtable_general): Improve debug spew.
899
900 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
901
902         * verify.c (verifier_inflate_type): Return the inflated type on success.
903
904 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
905
906         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
907
908         * threads.c (mono_thread_attach): Call the profiler thread start callback.
909
910         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
911
912         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
913         flag set.
914
915         * profiler.c: Add new profiler callbacks for runtime invoke.
916
917         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
918
919 2009-11-01  Mark Probst  <mark.probst@gmail.com>
920
921         * sgen-gc.c: Keep track of the reason for a major collection and
922         write it to the heap-dump file.
923
924 2009-10-31  Miguel de Icaza  <miguel@novell.com>
925
926         * threads.c: refactor the code that initializes the
927         thread_start_args into a reusable function and use this in the two
928         methods that start up threads.
929
930 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
931
932         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
933         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
934
935 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
936
937         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
938         Until now, we only had the per-cpu(core) counters.
939
940 2009-10-28  Mark Probst  <mark.probst@gmail.com>
941
942         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
943         mono_gc_get_suspend_signal(), which returns the suspend signal
944         number used by the GC.
945
946 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
947
948         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
949
950         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
951         signalling start_notify.
952
953 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
954
955         * appdomain.c: do not test the st_mode field for shadow-copies.
956         Fixes bug #545276.
957
958 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
959
960         * threadpool.[ch]: added hooks for thread start/finish and item
961         processing begin/end. For monotouch use only.
962
963 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
964
965         * threads.c (mono_thread_get_name): New helper function.
966
967         * reflection.c (resolve_object): Set handle_class for strings too.
968         (mono_reflection_create_custom_attr_data_args): New helper function to decode
969         a cattr blob into a set of arrays and structures without creating the custom
970         attributes themselves.
971         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
972
973         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
974
975         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
976         function.
977
978 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
979
980         * verify.c: Replace calls to mono_class_inflate_generic_type with
981         mono_class_inflate_generic_type_checked. Fixes #480005.
982
983 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
984
985         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
986         object since not all paths lead to callees initing it.
987
988 2009-10-23  Alp Toker  <alp@nuanti.com>
989
990         Fix embedding API breakage from r144688. mono-compiler.h is an internal
991         header and should not be shipped:
992
993         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
994         which is specific to the mono build. Not going to work.
995
996 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
997
998         * security-manager.c: Report if core-clr is active from
999         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1000         to allow Moonlight BCL to behave appropriately (both in browser
1001         and outside, e.g. smcs)
1002
1003 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1004
1005         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1006         Fixes bug #549108.
1007
1008 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1009
1010         * class.c: fix typo.
1011
1012 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
1013
1014         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
1015         a MonoError parameter.
1016
1017         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
1018         version that can does proper error handling.
1019
1020         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
1021
1022         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
1023
1024         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
1025
1026 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1027
1028         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
1029         NO_UNALIGNED_ACCESS is defined.
1030
1031 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1032
1033         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1034         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
1035         Fixes #549173.
1036
1037 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1038
1039         * sgen-gc.c: Shorten sections whenever possible.
1040
1041 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1042
1043         * sgen-gc.c: Use our portable semaphore #defines.
1044
1045 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1046
1047         * sgen-gc.c: A debug option for dumping the heap layout to a file
1048         after each collection.
1049
1050 2009-10-21  Mark Probst  <mark.probst@gmail.com>
1051
1052         * sgen-gc.c: Make managed write barriers atomic via
1053         thread-restarts.
1054
1055 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1056
1057         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
1058         methods. Fixes #543021.
1059
1060 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1061
1062         * socket-io.[ch]: fix VS build.
1063
1064 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1065
1066         * icall-def.h:
1067         * socket-io.[ch]: implemented SendFile.
1068
1069 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1070
1071         * class.c (mono_class_create_from_typedef): Initialize class->element_class
1072         before the interfaces to avoid crashes later if class initialization fails.
1073         Fixes #548417.
1074
1075         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
1076         Fixes #548276.
1077
1078 2009-10-20  Marek Safar  <marek.safar@gmail.com>
1079
1080         * domain.c: Bump 4.0 version.
1081
1082 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
1083
1084         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
1085         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
1086         check since 'pubkey' can't be NULL at this stage
1087         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
1088         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
1089         initialization of 'iter'
1090
1091 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
1092
1093         * cominterop.c : Search the interface parts of vtable to find 
1094           method matches.  Fixes 547030.
1095
1096         Code is contributed under MIT/X11 license.
1097
1098 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
1099
1100         * marshal.c: BeginInvoke cannot be called on multicast delegates with
1101         multiple targets. Fixes bug #574426.
1102
1103 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1104
1105         * profiler.h: Put here the definition of
1106         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
1107         (and fix the build...).
1108
1109 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1110
1111         * profiler.c, profiler.h, profiler-private.h:
1112         Added support for different ways of getting call chains in stat mode.
1113
1114 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1115
1116         * object.c, object-internals.h: New function for computing the
1117         size of an array, factored out of mono_array_new_full().  Use
1118         SGen's functions for allocating arrays and vectors.
1119
1120         * sgen-gc.c, gc-internal.h: Special functions for allocating
1121         arrays and vectors without race conditions.  A managed array
1122         allocator method.
1123
1124         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
1125
1126 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1127
1128         * object.c, object.h, icall.c: Write barriers do the copying now,
1129         as well, so no need for an additional memcpy.
1130
1131         * sgen-gc.c: Lock when storing remsets.  Do the memory
1132         copying/moving in the write barriers.
1133
1134         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
1135
1136         * reflection.c: Added an assert.
1137
1138 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1139
1140         * threads.c, process.c: A few missing write barriers.
1141
1142 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
1143
1144         * mono-perfcounters.c, mono-perfcounters-def.h: Add
1145         network performance counters for bytes sent per second, bytes
1146         received per second, and bytes total per second.
1147
1148         Code is contributed under MIT/X11 license.
1149
1150 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1151
1152         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
1153         Fix warning.
1154
1155 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1156
1157         * threads.c, object-internals.h, object.c: Move code for
1158         transferring an object to a different domain (via
1159         serialization/remoting) to object.c.
1160
1161         * object.c (call_unhandled_exception_delegate): If the exception
1162         is in a different domain than the delegate, transfer the exception
1163         to that domain.
1164
1165 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
1166
1167         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
1168         Fixes #322934.
1169
1170 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
1171
1172         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
1173
1174 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1175
1176         * object.c (mono_method_return_message_restore): Handle the case
1177         where the argument is an instance of a generic type.  Fixes
1178         #544446.
1179
1180 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1181
1182         * object.c (set_value): Write barrier fix - we must pass the
1183         count, not the size.
1184
1185 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
1186
1187         * domain.c (mono_init_internal): Print a useful error message when encountering
1188         an old mscorlib, instead of crashing. Fixes #544307.
1189
1190 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
1191
1192         * appdomain.c (copy_app_domain_setup): Fix a warning.
1193
1194         * debug-helpers.c (dis_one): Ditto.
1195
1196 2009-10-04  Mark Probst  <mark.probst@gmail.com>
1197
1198         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
1199         into the new domain, instead of referencing the original one.
1200
1201         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
1202         non-static.
1203
1204         * appdomain.c: Corlib version bump.
1205
1206 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1207
1208         * threadpool.c: one more...
1209
1210 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1211
1212         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
1213         threads to die because we're shutting down. delgate5.exe works again.
1214
1215 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
1216
1217         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
1218           ccw_interface_hash table when a ccw is finalized.
1219
1220         Code is contributed under MIT/X11 license.
1221
1222 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1223
1224         * assembly.c, domain.c, image.c, metadata-internals.h: Split
1225         domain and image unloading into two steps.  We must do this
1226         because clearing the domain in SGen requires the class metadata to
1227         be intact, but we need to free the mono_g_hash_tables in case a
1228         collection occurs during domain unloading and the roots would trip
1229         up the GC.
1230
1231 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1232
1233         * object-internals.h: Remove serialized culture fields from
1234         MonoInternalThread.
1235
1236         * icall-def.h, thread-types.h, threads.c: Remove serialized
1237         culture icalls.
1238
1239         * appdomain.c: Corlib version bump.
1240
1241 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
1242
1243         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
1244         Fixes #543133.
1245
1246 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1247
1248         * sgen-gc.c: Try to shorten the new section after a major
1249         allocation to avoid ever-growing sections.
1250
1251 2009-10-13  Martin Baulig  <martin@ximian.com>
1252
1253         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
1254         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
1255         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
1256         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1257
1258         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
1259
1260 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
1261
1262         * threadpool.c: fixed the order in which 'completed' and the wait
1263         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
1264         No need to use the wait_handle field of ASyncCall. Make sure the
1265         threadpool is active when adding a job or queueing an idle thread.
1266
1267 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
1268
1269         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
1270
1271         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
1272         when using --compile-all.
1273
1274 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1275
1276         * metadata.c (free_generic_class): Unregister the field_objects
1277         roots if we're using SGen.
1278
1279 2009-09-27  Mark Probst  <mark.probst@gmail.com>
1280
1281         * reflection.c (mono_dynamic_image_free): Deregister the GC root
1282         for GenericParamTableEntry.gparam.
1283
1284 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1285
1286         * marshal.c: don't create the handle when calling. It is created later
1287         if needed.
1288
1289 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1290
1291         * sgen-gc.c: Warning fixes.
1292
1293 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1294
1295         * sgen-gc.c: New debug option "xdomain-checks", which scans the
1296         whole heap for cross-domain references before each collection.
1297
1298         * sgen-scan-object.h: The scan action can now use SCAN to scan the
1299         object.
1300
1301         * threadpool-internals.h, threadpool.c: New function
1302         mono_thread_pool_is_queue_array() for checking whether a given
1303         array is used as a (cross-domain) queue by the thread pool code.
1304
1305 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1306
1307         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
1308         searches the whole heap for objects containing a specific
1309         reference.  Only for debugging.
1310
1311 2009-09-26  Mark Probst  <mark.probst@gmail.com>
1312
1313         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
1314
1315         * icall-def.h, threads.c, threads-types.h: New icalls for copying
1316         byte arrays between domains.
1317
1318 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1319
1320         * threadpool.c:
1321         * class-internals.h:
1322         * mono-perfcounters-def.h:
1323         * mono-perfcounters.c:
1324         -There is a list of idle threads
1325         -Each of those idle threads wait on their own WaitHandle instead
1326         of all of them using the same semaphore. When a new work item is
1327         added, the job is assigned directly to an idle thread or a newly
1328         created one if possible and then the handle for that thread is
1329         signaled. Compare that to the current approach where all the
1330         threads in the pool compete to dequeue a job from the same
1331         queue.
1332         -New struct ThreadPool that brings together the bunch of static
1333         variable for each threadpool (IO and regular).
1334         -New performance counters: # of items added and its rate per
1335         threadpool. The rate will be used later, perhaps together with
1336         other perf. counters, to decide when idle threads should exit.
1337
1338 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
1339
1340         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
1341         Fix typo on Windows build.      
1342         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
1343         
1344         Code is contributed under MIT/X11 license.
1345
1346 2009-09-25  Mark Probst  <mark.probst@gmail.com>
1347
1348         * object-internals.h: The Thread class is split up into Thread and
1349         InternalThread now.  We have exactly one InternalThread per
1350         thread, and at most one Thread per appdomain per thread.  Most
1351         data is stored in InternalThread.  All InternalThread objects live
1352         in the root domain.
1353
1354         * class-internals.h: Add internal_thread_class to MonoDefaults.
1355
1356         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
1357         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
1358         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
1359         resulting from the split of the Thread class.
1360
1361         * gc-internal.h: Prototype for new function for checking whether a
1362         thread is the finalizer thread.
1363
1364         * appdomain.c: Corlib version bump.
1365
1366 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1367
1368         * appdomain.c|h: Add a mono_domain_try_unload method which is
1369         equivalent to mono_domain_unload, except that it returns an exception
1370         instead of throwing it. Make mono_domain_unload use the
1371         mono_domain_try_unload method to avoid code-duplication.
1372
1373 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
1374
1375         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
1376         a problem.
1377
1378 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
1379
1380         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
1381         aborting when a conversion is not implemented.
1382
1383 2009-09-23  Miguel de Icaza  <miguel@novell.com>
1384
1385         * verify.c: when comparing culture strings, use g_ascii_strcmp
1386
1387         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
1388         when comparing public key tokens to use memcmp on 16 bytes.   I do
1389         not believe this ever worked as advertised in the past.
1390
1391         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
1392         which would have always failed earlier.
1393
1394 2009-06-25  Miguel de Icaza  <miguel@novell.com>
1395
1396         * gc.c: Raise a NullArgumentException if the object passed is
1397         null.
1398
1399 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
1400
1401         * image.c (mono_image_close): Atomically decrement the reference count and
1402         remove the image from the hash tables, to prevent another thread from seeing a
1403         dying MonoImage. Fixes #541194.
1404
1405 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1406
1407         * threadpool.c: actually use the minimum number of 'completion ports'
1408         (for us is just a potential worker thread).
1409
1410 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1411
1412         * threadpool.c: remove ares_htable. It does not make sense any more
1413         since the same objects are now stored in GC-tracked arrays while they are
1414         in the queue.
1415
1416 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1417
1418         * threadpool.c: increase the minimum length of the queues to 128.
1419         Remove warning.
1420
1421 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
1422
1423         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
1424         return the modified signature used by string ctors.
1425
1426 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
1427
1428         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
1429         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
1430         method, to be used by full-aot.
1431
1432 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
1433
1434         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
1435         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
1436         be known to be good.
1437
1438         * class.c (mono_class_init): Fail array types if their element type fails initialization
1439         as well.
1440
1441         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
1442         initialization, additionally we request the element_type vtable to be initialized as well.
1443
1444         This is fine and should not increase the working set in any meaningful way since it's reasonable
1445         to assume       that most code will create an array and eventually populate it, which will require the
1446         type's vtable to be initialized.
1447
1448         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
1449
1450 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
1451
1452         * normalization-tables.h : regenerated.
1453
1454 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
1455
1456         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
1457         a leb128 encoding can take up to 5 bytes.
1458
1459 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1460
1461         * class.c (verify_class_overrides): Remove useless argument.
1462
1463         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
1464         before interface enumeration as this is no longer required.
1465
1466 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1467
1468         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
1469         used under mono_class_init context. This functions avoid any code path that
1470         calls mono_class_init, which leads it to be slow as some things like the interface
1471         bitmap are not available.
1472
1473         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
1474         of it's own broken version. Fixes the verifier part of #538588.
1475
1476         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
1477         API.
1478
1479 2009-09-15  Mark Probst  <mark.probst@gmail.com>
1480
1481         * class.c (mono_class_init): Always set an exception in a class if
1482         vtable setup fails.  Fixes #538577.
1483
1484         * generic-sharing.c: Raise an exception if mono_class_vtable()
1485         returns NULL.
1486
1487 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
1488
1489         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
1490         methods of vtypes, as they could be incorrectly shared with static methods
1491         taking an IntPtr argument.
1492
1493 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
1494
1495         * domain.c:
1496         * object.c:
1497         * class-internals.h: renamed waithandle_class to
1498         manualresetevent_class.
1499         * marshal.c: propagate the exception if a remoting BeginInvoke call
1500         fails.
1501
1502 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1503
1504         * object.c: Properly handle vtable failures.
1505
1506 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1507
1508         * socket-io.c: Assert on vtable failure.
1509
1510         * mono-mlist.c: Assert on vtable failure.
1511
1512 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1513
1514         * marshal.c: Assert on vtable failure.
1515
1516 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1517
1518         * icall.c: Properly handle vtable failures.
1519
1520 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1521
1522         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
1523
1524 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1525
1526         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
1527
1528         * console-unix.c (do_console_cancel_event): Same.
1529
1530 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1531
1532         * class-internals.h: Add mono_class_vtable_full function that allows control
1533         if an exception should be raised or not.
1534
1535         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
1536         to do what its documentation say, that is to return NULL and set exception_type on
1537         failure.
1538
1539         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
1540         and change the code to honor it.
1541
1542 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1543
1544         * verify.c: Fix typo in error message.
1545
1546 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1547
1548         * security-core-clr.c: Fix default_platform_check so it can run
1549         the runtime coreclr tests (without an infinite recursion when
1550         throwing an exception).
1551
1552 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1553
1554         object.c (mono_delegate_ctor_with_method): Guard against null method.
1555
1556 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1557
1558         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
1559         that should be replaced with error handling later.
1560
1561 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1562
1563         * marshal.c (mono_delegate_end_invoke): Fix warning.
1564
1565 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1566
1567         * loader.c (mono_field_from_token): Properly handle invalid
1568         dynamic tokens.
1569
1570 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1571
1572         * pedump.c (verify_image_file): Skip types that can't be
1573         decoded.
1574
1575 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1576
1577         * verify.c: Look for recursive valuetypes only against the
1578         type been initialized as this is a lot simpler and works.
1579
1580 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1581
1582         * verify.c: Ensure that fields are properly loaded before
1583         checking them.
1584
1585 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
1586
1587         * object.c (mono_object_get_virtual_method) : Call 
1588           mono_cominterop_get_invoke if the object is a COM object.
1589
1590         Code is contributed under MIT/X11 license.
1591
1592 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
1593
1594         * verify.c: Check for recursive valuetype definitions.
1595
1596 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
1597
1598         Use inheritance-aware interface offsets. Inherited types use the same offsets
1599         of their parents. This reduce offset duplication in case more than one type in
1600         the inheritance tree explicitly implements the same interface.
1601
1602         This also removes a source of vtable bubbles found in #532409. An abstract type
1603         isn't required to provide abstract methods to all interfaces it implements, which
1604         resulted in a bubble with the previous scheme as the child would get a non-full
1605         vtable from its parent. We fail all concrete types with vtable bubbles, so this
1606         should be fixed.
1607
1608         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
1609         it's expected to not cause any significant increase beyond that.
1610
1611         * class.c (setup_interface_offsets): Compute super class iface offsets
1612         first to force sharing.
1613
1614         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
1615         dumping only the relevant ones.
1616
1617         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
1618         methods a new slot regardless if they belong to an interface or not. This allows
1619         an inherited type to override the iface method separately from the class one.
1620
1621 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1622
1623         * threadpool.c: make the Sleep() alertable to prevent delays exiting
1624         applications that take less than 2s to execute.
1625         Bug #524984 fixed.
1626
1627 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
1628
1629         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
1630
1631         * object.c (mono_get_runtime_callbacks): New helper function to return
1632         the runtime callbacks.
1633
1634         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
1635         mono_get_runtime_build_info () as the display name.
1636         
1637 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
1638
1639         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
1640         argument, since NEWARR expects a native int. Fixes #481559.
1641
1642 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1643
1644         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
1645         against broken SRE methods.
1646
1647 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1648
1649         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
1650         a NULL variable. Abort early on failure.
1651
1652 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1653
1654         * class.c (can_access_type): Fail visibility test for non nested
1655         types with nested visibility.
1656
1657 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
1658
1659         * assembly.c (parse_public_key): Avoid allocating (and not 
1660         freeing) the public key array when it's not requested by the 
1661         caller.
1662         * threads.c (mono_thread_manage, mono_thread_create_internal, 
1663         ves_icall_System_Threading_Thread_Thread_internal): Free 
1664         allocated memory on error.
1665
1666 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1667
1668         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
1669
1670 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1671
1672         * class.c (mono_class_setup_fields): Remove duplicated local variable
1673         named gklass.
1674         Rename gklass to gtd to reflect the fact that it points to the generic
1675         type definition.
1676         Remove the duplicated call to mono_class_setup_fields on gtd and move
1677         the error check to the beginning.
1678
1679 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1680
1681         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
1682         Remove cruft of the previous patch.
1683
1684 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1685
1686         * metadata-verify.c (verify_method_table): Check for abstract + final.
1687         Fixes #534175.
1688
1689 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1690
1691         * verify.c (verify_class_fields): Check for duplicate fields.
1692
1693 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1694
1695         * metadata-verify.c: Verify the typeref table for duplicates.
1696
1697 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1698
1699         This reverts r140936 and properly handles interfaces with static methods. The
1700         right fix is to ensure vtables without bubles which is an easier to verify
1701         constraint. We should avoid such special cases as of the reverted patch as those
1702         only make the runtime more brittle.
1703
1704         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
1705         static methods on interfaces.
1706
1707         * class.c (setup_interface_offsets): Use the number of virtual methods when
1708         calculating interface offsets instead of the number of methods. This way we
1709         avoid bubles on the layout.
1710
1711 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
1712
1713         * metadata-verify.c (verify_metadata_header): Some very smart
1714         obfuscators like to add extra stream headers. Ignore them.
1715
1716 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
1717
1718         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
1719         methods correctly.
1720
1721 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
1722
1723         * metadata-verify.c: Verify for duplicated types.
1724
1725 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
1726
1727         * metadata-verify.c (verify_typedef_table): Verify for nested types
1728         without an entry on the nested class table.
1729
1730 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
1731
1732         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
1733         <tom_hindle@sil.org>. Add locking around hash table accesses.
1734
1735 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1736
1737         * verify.c (mono_verifier_verify_class): Verify all interface if
1738         really are interfaces. Fixes #534184.
1739
1740 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
1741
1742         * pedump.c: Initialize all types during metadata validation so we report
1743         errors only detected as part of class initialization.
1744
1745 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
1746
1747         * metadata-verify.c (verify_method_table): PInvoke requires method to
1748         be static. Fixes #534189
1749
1750 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
1751
1752         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
1753         being NULL.
1754
1755 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1756
1757         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
1758         for holes or bad methods. Fixes #525314.
1759
1760 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1761
1762         * class.c (setup_interface_offsets): Don't allocate slot
1763         for the same interface multiple times. This creates bubbles
1764         that waster space and make vtable verification harder.
1765
1766         The same interface get a slot multiple times since we need
1767         to get the closure of all implemented interfaces, which means
1768         the same interface is reported multiple times.
1769
1770 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1771
1772         * verify.c (mono_verifier_verify_class): Don't check the fields
1773         of generic instances since the context on which they got expanded
1774         might lead to false positives.
1775
1776         Such thing happens when a generic type is inflated in the context
1777         of a generic method and the inflated type of a field turns into a
1778         generic method argument, which causes the checking code to think
1779         it's an invalid class when it's not.
1780
1781 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1782
1783         * verify.c (mono_type_is_valid_in_context): Verify if type
1784         is NULL and remove duplicate test.
1785
1786 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1787
1788         * verify.c (mono_verifier_verify_class): Check fields for
1789         invalid generic arguments.
1790
1791 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1792
1793         * class.c (verify_class_overrides): Verify if for static
1794         and non virtual methods.
1795
1796 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1797
1798         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
1799         Check for errors after retrieving the vtable.
1800
1801 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1802
1803         * class.c (mono_class_setup_vtable_general): Verify
1804         if method overrides are valid before processing them.
1805
1806 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1807
1808         * marshal.c (mono_array_to_lparray): Fix minimal build with
1809         cominterop disabled.
1810
1811         * marshal.c (mono_free_lparray): Same.
1812
1813 2009-08-21  Mark Probst  <mark.probst@gmail.com>
1814
1815         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
1816         the hash function for the ares_htable.
1817
1818 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
1819
1820         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
1821         bit for assembly flags. MS is ok with it but there is no spec anywhere
1822         on its mean
1823
1824 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1825
1826         * class.c (mono_class_create_from_typedef): Emit profiler events
1827         in all cases.
1828
1829 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1830
1831         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
1832         Release memory on failure.
1833
1834 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1835
1836         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
1837         to the internal API.
1838
1839         * metadata.c (get_constraints): Use a single-linked table as we don't
1840         traverse it backward. Fail and return FALSE if only of the contraint types
1841         is not found.
1842
1843         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
1844         to mono_metadata_load_generic_param_constraints except for having a return value.
1845         This has to be done since the later is part of the public API.
1846
1847         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
1848         and fail the type.
1849
1850         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
1851         and fail the method.
1852
1853 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1854
1855         * metadata-verify.c (is_valid_method_header): Add work-around to deal
1856         with MS broken behavior of emmitting EH section sizes without the
1857         header size added.
1858
1859 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1860
1861         * metadata.c (mono_type_create_from_typespec): Don't allocate image
1862         memory until we're sure that we'll need it. This avoids leaking for
1863         broken types or duplicated instantiation.
1864
1865 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1866
1867         * metadata-verify.c (is_valid_method_header): Fix stupid formating
1868         mistake.
1869
1870 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1871
1872         * metadata-verify.c (is_valid_method_header): Fix number of clauses
1873         and expected size calculation.
1874
1875 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1876
1877         * class.c (mono_class_get_field_idx): Add fixme for broken
1878         behavior for types with multiple fields with the same name.
1879         I would rather fix it, but have no idea on how to generate
1880         such artifact for testing.
1881
1882 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1883
1884         * verify.c (verifier_load_field): We should allow references to
1885         fields to be made using the generic type definition. It's up to
1886         the loader system to fail invalid ops.
1887
1888         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
1889         are invalid.
1890
1891 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1892
1893         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
1894
1895         * metadata-internals.h: Fix declaration of 
1896         mono_metadata_interfaces_from_typedef_full.
1897
1898         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
1899         heap_alloc_result parameter that controls if the result should be
1900         g_malloc'd.
1901
1902         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
1903         array be g_malloc'd and properly document this public API function.
1904
1905 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1906
1907         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
1908         remove METHOD_HEADER_TINY_FORMAT1.
1909
1910         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
1911
1912         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
1913
1914         Both spec and MS uses only 2 bits to enumerate the kind of header.
1915         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
1916         is superfluous, only used for tiny headers with odd code lengths.
1917
1918         This change also make sure that mono doesn't wronly interpret bit 2
1919         of fat header flags, which is currently reserved.
1920
1921 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1922
1923         * metadata.c (do_mono_metadata_parse_type): Do error
1924         checking for element types. Don't abort if presented
1925         with a broken type kind.
1926
1927 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1928
1929         * metadata.c (mono_metadata_parse_method_signature_full):
1930         Gracefully fail bad vararg signatures.
1931
1932 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1933
1934         * profiler.c:
1935         * class.c: Fix warnings for uninitialized variables.
1936
1937 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1938
1939         * icall.c: Fix _NSGetEnviron method declaration warning.
1940
1941 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1942
1943         * icall.c:
1944         * reflection.c: Make bitwise checks explicit.
1945
1946 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1947
1948         * debug-helpers.c:
1949         * marshal.c: Fix printf warnings.
1950
1951 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
1952
1953         * reflection.c (encode_cattr_value): Fix a warning.
1954
1955 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1956
1957         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
1958         of array bounds.
1959
1960 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1961
1962         * loader.c (mono_method_signature): Don't assert on broken
1963         signature. Print a more useful error message.
1964
1965 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1966
1967         * loader.c (mono_method_get_marshal_info): Assert if
1968         signature is invalid. Bounds check stores to the
1969         mspecs array;
1970
1971 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1972
1973         * loader.c (field_from_memberref): Fix warning.
1974
1975 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1976
1977         * loader.c (mono_method_get_param_names): Check if signature
1978         is null. Don't store beyond the size of the name array.
1979
1980 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1981
1982         * loader.c (mono_get_method_constrained): Check if signature
1983         is null.
1984
1985 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1986
1987         * loader.c (mono_loader_set_error_bad_image): Improve
1988         error messages.
1989
1990 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1991
1992         * loader.c (mono_get_method_full): Convert an assertion
1993         into a loader error.
1994
1995 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1996
1997         * class-internals.h, class.c: Better naming and documentation.
1998
1999 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
2000
2001         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
2002         obj is NULL.
2003
2004 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2005
2006         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
2007         parsing fails.
2008
2009 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2010
2011         * loader.c (mono_loader_error_prepare_exception): Handle missing field
2012         errors with no class set.
2013
2014         * loader.c (field_from_memberref): If the field signature is of the wrong
2015         type fail with a MissingFieldException instead of a BadImageException as
2016         this is the behavior observed on MS. 
2017
2018 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2019
2020         * loader.c (field_from_memberref): Don't crash if either the field
2021         signature or the typespec class are invalid.
2022
2023 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2024
2025         * verify.c (verifier_load_field): Don't allow field related
2026         ops to reference fields on generic type definition.
2027
2028 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2029
2030         * metadata-verify.c: Add new warning level for errors specified
2031         by ECMA 335 but that MS ignores.
2032
2033         * metadata-verify.c (verify_method_table): Make compiler controled
2034         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
2035         this check is safe because the end result will only be some visibility
2036         exceptions been thrown.
2037
2038 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2039
2040         * verify.c (get_boxable_mono_type): Don't allow the
2041         use of the generic type definition on boxed type positions.
2042
2043         Fixes #531237.
2044
2045 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2046
2047         * threadpool.c: Make sure no cross-domain references remain in
2048         ares_htable or the arrays that are thrown away when resizing.
2049
2050 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2051
2052         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
2053         list of classes for which we have to unregister reflection_info
2054         with the GC and which are not in the namespace cache.
2055
2056         * reflection.c (mono_reflection_initialize_generic_parameter): Add
2057         the class to the list.
2058
2059 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2060
2061         * domain.c (mono_domain_free): Unregister the GC roots in
2062         MonoDomain.
2063
2064 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2065
2066         * reflection.c (mono_reflection_type_get_handle): Fix typo.
2067
2068 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2069
2070         * class.c: Add mono_class_get_field_from_name_full which does
2071         the same as mono_class_get_field_from_name but does check field
2072         signature as well.
2073
2074         * class-internals.h: Export mono_class_get_field_from_name_full as
2075         part of the internal API.
2076
2077         * loader.c (field_from_memberref): Search fields by name and signature
2078         as it's valid to have two fields with same name but different types.
2079
2080         Fixes #528055.
2081
2082 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
2083
2084         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
2085
2086         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
2087
2088         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
2089         System.Type.
2090
2091 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
2092
2093         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
2094
2095         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
2096
2097 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2098
2099         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
2100         to sgen-scan-object.h, which can be included and parameterized via
2101         macros.
2102
2103         * Makefile.am: sgen-scan-object.h added.
2104
2105 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2106
2107         * gc.c: #define GC_dont_gc if we're compiling with SGen.
2108
2109 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2110
2111         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
2112         before clearing a domain in the GC.
2113
2114 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2115
2116         * exception.c (mono_exception_from_name_domain): Actually create
2117         the exception in the specified domain.
2118
2119         * appdomain.c (mono_domain_create_appdomain_internal): Create the
2120         OutOfMemoryException a bit later so that the domain is inialized
2121         "enough" that it works.
2122
2123 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2124
2125         * threads.c (thread_cleanup): Clean up the cached_culture_info
2126         array to prevent cross-domain references.
2127
2128 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
2129
2130         * metadata.c: more documentation for MonoType accessors.
2131
2132 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
2133
2134         Fix incorrect size definitions where the tail array isn't a list
2135         of pointers
2136         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
2137         define size.
2138         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
2139         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
2140         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
2141
2142 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2143
2144         * reflection.h:
2145         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
2146
2147 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2148
2149         * metadata.c:
2150         * loader.c:
2151         * metadata-internals.h:
2152         * method-builder.c:
2153         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
2154
2155 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2156
2157         * cominterop.c:
2158         * metadata.c:
2159         * metadata.h:
2160         * loader.c:
2161         * marshal.c:
2162         * reflection.c: #define for sizeof in MonoType and
2163         MonoMethodSignature.
2164
2165 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2166
2167         * domain.c:
2168         * domain-internals.h: add and use #define's instead of sizeof()
2169         for MonoJitInfo and MonoJitInfoTable.
2170
2171 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2172
2173         * object.c:
2174         * class.h: use #define instead of sizeof() for MonoRemoteClass.
2175
2176 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
2177
2178         * metadata.c:
2179         * metadata.h:
2180         * object.c:
2181         * class-internals.h:
2182         * generic-sharing.c:
2183         * marshal.c: use a #define instead of sizeof() for a few
2184         structures that use a zero-length array.
2185
2186 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2187
2188         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
2189         to handle inflated generic methods.
2190
2191         * appdomain.c: Bump corlib version.
2192
2193         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
2194         instances.
2195
2196         * reflection.c (fixup_method): Same
2197
2198         * reflection.c (resolve_object): Same.
2199
2200         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
2201         g_error and a decent message.
2202
2203 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
2204
2205         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
2206         from the object because it could not yet be available globally
2207         (it happens if the profiler tries to create a gchandle on the
2208         MonoThread object of a thread that is still registering itself
2209         with the runtime).
2210
2211 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
2212
2213         * reflection.c (mono_generic_class_get_object): Initialized the
2214         managed type arguments array.
2215
2216         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
2217
2218         * appdomain.c: Bump corlib version.
2219
2220 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
2221
2222         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
2223         #527902.
2224
2225 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
2226
2227         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2228         Avoid a crash if synch_cs is not set.
2229         
2230         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2231         Handle the case when the handle is 0.
2232
2233         * appdomain.c: Bump corlib version.
2234
2235 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
2236
2237         * reflection.c (mono_type_get_object): Fix a warning.
2238
2239 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2240
2241         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
2242         descriptor here.  We assume it's already been computed.
2243
2244         * generic-sharing.c (instantiate_other_info): Compute the GC
2245         descriptor for info type MONO_RGCTX_INFO_KLASS.
2246
2247 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2248
2249         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
2250         type, so don't use MONO_OBJECT_SETREF to set a field.
2251
2252 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2253
2254         * gc.c: We were missing one case where invoking a finalizer would
2255         not reset the domain.  Also, in the finalizer thread loop, assert
2256         that we're in the root domain.
2257
2258 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2259
2260         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
2261         if the type is not an array.
2262
2263 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2264
2265         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
2266         method bound to the declaring type of the method. Raise an exception
2267         if the type is not a generic param.
2268
2269 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2270
2271         * class.c (print_unimplemented_interface_method_info): Print the
2272         full type name.
2273
2274         * class.c (mono_class_setup_vtable_general): When dealing with a
2275         generic instance first check if the generic type definition is
2276         not broken.
2277
2278 2009-02-11 Tom Hindke <tom_hindle@sil.org>
2279
2280         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
2281
2282         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
2283
2284         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
2285
2286         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
2287
2288         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
2289
2290         Code is contributed under MIT/X11 license
2291
2292 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
2293
2294         * verify.c: Fix naming of stelem and ldelem.
2295
2296 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2297
2298         * generic-sharing.c: Replace the templates lock with the loader
2299         lock because of very hard to resolve deadlock issues.
2300
2301 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
2302
2303         * icall.c (ves_icall_Type_GetMethodsByName): Use 
2304         mono_class_get_vtable_size () instead of accessing klass->vtable_size
2305         directly. Fixes #525338.
2306
2307         * class.c (mono_class_get_vtable_size): New helper function.
2308
2309         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
2310         the field belongs to the type. Fixes #525733.
2311
2312 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2313
2314         * sgen-gc.c: When we stop a thread and its stack top is not within
2315         its allocated stack (because it's in an altstack signal handler),
2316         restart it and stop it again, until it is.
2317
2318 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2319
2320         * sgen-gc.c: Take a thread's stack top and registers from the
2321         sigcontext in the suspend signal handler.
2322
2323         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
2324         stuff to sgen-archdep.h.
2325
2326         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
2327         caller, because have code in sgen-archdep.h to acquire that data.
2328
2329 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
2330
2331         * profiler.c, profiler.h, profiler-private.h:
2332         Added support for keeping track of code chunks and buffers.
2333
2334 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
2335
2336         * metadata-verify.c: Fix endianness problems on decoding functions.
2337         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
2338
2339 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2340
2341         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
2342         schema for vectors and one dimension SZARRAY.
2343
2344 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2345
2346         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
2347         schema for vectors and one dimension SZARRAY.
2348
2349 2009-07-27  Mark Probst  <mark.probst@gmail.com>
2350
2351         * icall-def.h, thread-types.h, threads.c: New separate icalls for
2352         Interlocked.(Compare)Exchange with object arguments, which invoke
2353         write barriers.
2354
2355 2009-07-26  Miguel de Icaza  <miguel@novell.com>
2356
2357         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
2358         passed invalid arguments.   Fixes another crasher in the
2359         Silverlight test suite.
2360
2361         * class.c (mono_class_array_element_size): Return 0 for the size
2362         of the class;  This fixes the crasher exposed by :
2363
2364         typeof (void).MakeArrayType ();
2365
2366         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
2367         if there is no method to dereference.    Put all the code that
2368         depends on this inside the if (method) block.
2369
2370         This fixes the crasher exposed by Microsoft's Silvelright CLR test
2371         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
2372
2373         With this change, we pass the test.
2374         
2375         * reflection.c (mono_reflection_sighelper_get_signature_local):
2376         Only dereference the assembly if it has been set.    Fixes a
2377         crasher exposed by #525328
2378
2379 2009-07-25  Mark Probst  <mark.probst@gmail.com>
2380
2381         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
2382         don't perform the store in mono_gc_wbarrier_generic_nostore().
2383         Remove the second argument (value), which is not needed.
2384
2385 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
2386
2387         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
2388         the build.
2389
2390         * boehm-gc.c: Ditto.
2391         
2392 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2393
2394         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
2395         not perform the store itself.  Introduce
2396         mono_gc_wbarrier_generic_nostore(), which is the same as
2397         mono_gc_wbarrier_generic_store(), except it doesn't perform the
2398         store.
2399
2400 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2401
2402         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
2403         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
2404         we still need the memcpy().
2405
2406 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2407
2408         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
2409         so that big arrays are handled correctly.  Always use
2410         safe_object_get_size() to calculate array object sizes, which
2411         takes bounds into account.
2412
2413 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2414
2415         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
2416         GC descriptor is computed before we use it.
2417
2418 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2419
2420         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
2421         write barrier if necessary.
2422
2423 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2424
2425         * icall-def.h, icall.c, thread-types.h: New separate icall for
2426         VolatileWrite(object&,object) that uses a write barrier.
2427
2428         * console-unix.c, file-io.c, icall.c, threads.c: Use write
2429         barriers in icalls which write to "ref" or "out" arguments.
2430
2431 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
2432
2433         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
2434         handler in a separate icall, to reduce the size of the wrappers.
2435
2436 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2437
2438         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
2439
2440 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2441
2442         * metadata-verify.c (parse_field): Allow byref field.
2443
2444         * metadata-verify.c (parse_locals_signature): Allow byref locals.
2445
2446         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
2447
2448 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2449
2450         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
2451         Fixes #522784.
2452
2453 2009-07-20  Robert Jordan  <robertj@gmx.net>
2454
2455         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
2456         Fix invalid IL in valuetype handling (STOBJ must push the
2457         corresponding class). Fixes bug #523149.
2458
2459         Code is contributed under MIT/X11 license.
2460
2461 2009-07-20  Geoff Norton  <gnorton@novell.com>
2462
2463         * gc.c: Use proper semaphores where available on posix and darwin.
2464
2465 2009-07-19  Geoff Norton  <gnorton@novell.com>
2466
2467         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
2468
2469 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
2470
2471         * refletion.c (is_sre_usertype): Change name to is_usertype and
2472         invert it's result so it returns true if the type is an user type
2473         and not the opposite.
2474
2475         * reflection.c (is_*_type): Change all of those to use new macro
2476         check_corlib_type_cached that cached the type lookup so we don't
2477         need to do string comparisons all the type. Changed the signature
2478         to take a MonoClass instead.
2479
2480         * reflection.c: Change mono_image_create_token and resolve_object
2481         to use is_sre_* functions.
2482
2483 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2484
2485         * sgen-gc.c: Check for writes to the stack in the managed
2486         wbarrier as well.
2487
2488 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2489
2490         * sgen-gc.c: When a thread is unregistered, don't free its remsets
2491         but put them on a list which is processed with the other thread's
2492         remsets.
2493
2494 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2495
2496         * sgen-gc.c: Fix and enable the internal allocator instead of
2497         using malloc/free (which causes deadlocks).
2498
2499 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2500
2501         * refletion.c: Fix builds with SRE disabled by adding a minimal
2502         implementation of mono_reflection_type_get_handle.
2503
2504 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2505
2506         * refletion.c: Make mono_reflection_type_get_handle non static.
2507
2508         * object-internals.h: Export mono_reflection_type_get_handle.
2509
2510         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
2511         unmanaged handle using mono_reflection_type_get_handle.
2512
2513 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2514
2515         * refletion.c: Replace all reads of MonoReflectionType::type with
2516         calls to mono_reflection_type_get_handle. Only the functions that
2517         deal with constructing TypeBuilder::type have not been changed
2518         because they have to deal with NULL values.
2519
2520         This is a first step into supporting reflection types that don't
2521         map directly into their unmanaged counterpart.
2522
2523 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2524
2525         * metadata-verify.c (parse_locals_signature): Don't complain
2526         on signature with zero locals since MS generates it and doesn't
2527         bother with.
2528
2529 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2530
2531         * reflection.c (mono_image_get_array_token): Resolve return
2532         type using mono_reflection_type_get_handle.
2533
2534         * reflection.c (mono_image_get_array_token): Resolve array method
2535         parent type using mono_reflection_type_get_handle.
2536
2537 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
2538
2539         * reflection.c (mono_image_basic_init): Applied patch from
2540         <Dax@daxxfiles.net>. Set the public key token from the assembly
2541         builder. Fixes #518909.
2542
2543         * appdomain.c: Bump corlib version.
2544
2545 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
2546
2547         * class.c (mono_class_needs_cctor_run): Make this return false if
2548         the class has no cctor.
2549
2550 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2551
2552         * sgen-gc.c: When the minor GC needs to allocate a new section,
2553         invoke the major GC afterwards.
2554
2555 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
2556
2557         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
2558           Applying the window_style field to the SHELLEXECUTEINFO struct.
2559
2560         Code is contributed under MIT/X11 license.
2561
2562 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2563
2564         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
2565         locking earlier.  Fix it in the managed allocator by making sure
2566         that no thread is stopped there before the GC runs.  If we do stop
2567         a thread there, we restart it and let it run a but, until it stops
2568         somewhere else.
2569
2570         * gc-internal.h, gc.c: Function for getting the IP from a signal
2571         context via a function registered by mini.
2572
2573 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
2574
2575         * object-internals.h (MonoIntPtr): New structure describing a boxed
2576         IntPtr.
2577
2578         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
2579         returns. Fixes #519953.
2580
2581         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
2582
2583 2009-07-09  Mark Probst  <mark.probst@gmail.com>
2584
2585         * class-internals.h, generic-sharing.c: New RGCTX info type for
2586         getting a remoting invoke with check wrapper.
2587
2588 2009-07-07  Geoff Norton  <gnorton@novell.com>
2589
2590         * icall-def.h: Fix the enable-minimal build.
2591
2592 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2593
2594         * object-internals.h: Add MonoReflectionDerivedType.
2595
2596         * reflection.c: Implement support for PointerType.
2597         Fixed tons of warnings.
2598
2599 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2600
2601         * object-internals.h: Add MonoReflectionByRefType.
2602
2603         * reflection.c: Implement support for ByRefType.
2604
2605 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2606
2607         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
2608
2609         * object-internals.h: Add MonoReflectionArrayType and
2610         mono_reflection_create_unmanaged_type.
2611
2612         * reflection.c: Implement support for ArrayType.
2613
2614 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2615
2616         * metadata-verify.c (is_valid_method_header): Parse EH block
2617         flags correctly.
2618
2619 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2620
2621         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
2622         processing the disappearing links, and process disappearing links
2623         in a loop until no new objects are copied.
2624
2625 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2626
2627         * object.c (handle_enum): Invoke the write barrier when copying
2628         value type instances.
2629
2630         * sgen-gc.c: Register remsets for unmanaged write barriers only
2631         when the address written to is actually on the heap.  This makes
2632         set_value() in object.c work without requiring that the result be
2633         on the heap.
2634
2635 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
2636
2637         The runtime wrappers are all bound to a given type that must
2638         exist in the same image. For regular images we use the <Module>
2639         type, which is required to exist for all images.
2640
2641         The <Module> type can't be used for dynamic images because it
2642         might not exist at the time the wrapper is required, so we create
2643         a synthetic type to use instead.
2644
2645         The current code works because of the 2 stage setup of MonoClass,
2646         but once this is gone it will no longer work.
2647
2648         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
2649
2650         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
2651
2652         * object-internals.h: Export mono_image_set_wrappers_type icall
2653         as part of the internal API.
2654
2655         * marshal.c (get_wrapper_target_class): If the image is dynamic,
2656         use MonoDynamicImage::wrappers_type instead of the <Module> type.
2657
2658         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
2659         image wrappers_type to the provided value.
2660
2661 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
2662
2663         * appdomain.c (deregister_reflection_info_roots): No need
2664         to use the image lock here.
2665
2666 2009-07-02  Mark Probst  <mark.probst@gmail.com>
2667
2668         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
2669
2670 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
2671
2672         * threads.c: Store the thread start argument in a hash table instead of
2673         registering it as a root, as libgc doesn't support unregistering roots
2674         under windows, leading to 'too many root sets' errors when many threads
2675         are created.
2676
2677         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
2678         shutdown, they can still be referenced by the other dying objects.
2679         Fixes #514506.
2680
2681 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2682
2683         * socket-io.c: DontLinger does not allow LingerOptions.
2684
2685 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2686
2687         * metadata-verify.c: The spec doesn't mention that it's possible to add
2688         custom attribute to a generic parameter. Fixed.
2689
2690 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2691
2692         * class.c (inflate_generic_type): Don't crash while trying to output a message
2693         on why we're aborting.
2694
2695 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
2696
2697         * socket-io.c: DontLinger can take an int or a boolean too.
2698
2699 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
2700
2701         * gc.c: check for a null argument to SuppressFinalize () and
2702         ReRegisterForFinalize ().
2703
2704 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2705
2706         * loader.c (method_from_methodspec): Call into the verifier to check
2707         the signature.
2708
2709         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
2710
2711         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
2712         part of the internal API.
2713
2714 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2715
2716         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
2717         the signature.
2718
2719         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
2720
2721         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
2722         part of the internal API.
2723
2724 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2725
2726         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
2727         the signature.
2728
2729         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
2730         blob verification.
2731
2732         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2733         part of the internal API.
2734
2735 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2736
2737         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
2738         when doing basic verification. 
2739
2740         This check must be done since the runtime peeks into signatures in much
2741         more places than it does decoding so it makes sense to ensure that all
2742         pointers to blob objects are well formed.
2743
2744 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2745
2746         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
2747         Use proper overflow dectection. Fix usage of it.
2748
2749 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2750
2751         * loader.c (field_from_memberref): Call into the verifier to check
2752         the signature.
2753
2754         * loader.c (mono_method_get_signature_full): Same.
2755
2756         * loader.c (method_from_memberref): Same.
2757
2758         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
2759
2760         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2761         part of the internal API.
2762
2763 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2764
2765         * threadpool.c (mono_thread_pool_add): If the domain is unloading
2766         or unloaded, still return an AsyncResult, but don't add it to the
2767         threadpool.
2768
2769 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2770
2771         * threads.c: fix missing colon when DEBUG is defined.
2772
2773 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2774
2775         * threadpool.c: Don't add new calls to a threadpool if the domain
2776         of the call is unloading or unloaded.  When dequeuing a job, null
2777         the reference in the queue.
2778
2779 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2780
2781         * sgen-gc.c (null_link_in_range): Add the dislink for the old
2782         generation if an object was moved.
2783
2784 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
2785
2786         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
2787           parameters of type SAFEARRAY[VARIANT].
2788
2789         * reflection.c (encode_marshal_blob): Properly generate element type
2790           (SafeArraySubType marshal attribute option).
2791
2792         Code is contributed under MIT/X11 license.
2793
2794 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
2795
2796         * reflection.c: in mono_method_clear_object () really ensure all the
2797         objects are removed.
2798
2799 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2800
2801         * loader.c (mono_method_signature): Call into the verifier to check
2802         the method signature.
2803
2804         * metadata-verify.c (verify_method_table): Move signature verification
2805         to verify_method_table_full.
2806
2807         * metadata-verify.c: Add mono_verifier_verify_method_signature.
2808
2809         * verify-internals.h: Export mono_verifier_verify_method_signature as
2810         part of the internal API.
2811
2812 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2813
2814         * loader.c (mono_method_get_header): Call into the verifier to
2815         check the method header.
2816
2817         * metadata-verify.c: Add mono_verifier_verify_method_header.
2818
2819         * verify-internals.h: Export mono_verifier_verify_method_header as
2820         part of the internal API.
2821
2822 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2823
2824         * class.c (mono_class_find_enum_basetype): Call into the verifier to
2825         check the field signature. Replace an assert with an explicit check.
2826
2827         * class.c (mono_class_setup_fields): Call into the verifier to check
2828         the field signature.
2829
2830         * metadata-verify.c: Add mono_verifier_verify_field_signature.
2831
2832         * verify-internals.h: Export mono_verifier_verify_field_signature as
2833         part of the internal API.
2834
2835 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2836
2837         * class.c (mono_class_find_enum_basetype): Simplify this function
2838         by moving code outside of the loop and not decoding static fields.
2839
2840 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2841
2842         * metadata-verify.c (verify_typedef_table): Check the extends
2843         token here. Move to here a flags check from verify_typedef_table_full.
2844
2845 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
2846
2847         * metadata-verify.c (is_valid_method_header): Fix a warning.
2848
2849         * metadata-internals.h (MonoImage): Remove the unused 
2850         static_rgctx_invoke_wrapper_cache.
2851
2852         * image.c marshal.c: Ditto.
2853
2854 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2855
2856         * image.c (do_mono_image_load): Enable table data verification.
2857
2858 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2859
2860         * metadata-verify.c (is_valid_constant): Fix nullref check.
2861
2862 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2863
2864         * metadata-verify.c (is_valid_constant): Fix string bounds check.
2865
2866 2009-06-22  Mark Probst  <mark.probst@gmail.com>
2867
2868         * sgen-gc.c: Managed allocation with pthreads TLS.
2869
2870         * threads.c, threads-types.h: Functions for the JIT to tell the
2871         runtime whether it supports the MONO_TLS opcode.
2872
2873 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2874
2875         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
2876         without methods.
2877
2878 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2879
2880         * metadata-verify.c (is_valid_constant): Fix the string length check.
2881         Use safe overflow checking. Add decent error messages.
2882
2883 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2884
2885         * metadata-verify.c: Move remaininh blob checks to the offline
2886         verification path.
2887
2888 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2889
2890         * metadata-verify.c: Move more blob checks to the offline verification
2891         path.
2892
2893 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
2894
2895         * object-internals.h : Adding interrupt_on_stop field.
2896
2897         * threads.c (mono_thread_request_interruption) : On Windows exit the
2898           thread if interrupt_on_stop is set.
2899
2900         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
2901          Removing old interrupt logic and setting the interrupt_on_stop for the
2902          thread when calling accept.
2903
2904         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
2905          setting the interrupt_on_stop for the thread when calling accept.
2906
2907         Contributed under MIT/X11 license.
2908
2909 2009-06-20  Martin Baulig  <martin@ximian.com>
2910
2911         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
2912
2913 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
2914
2915         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
2916         running in no-exec mode.
2917
2918 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2919
2920         * metadata-verify.c (verify_method_table): Move header
2921         checking to verify_method_table_full.
2922
2923         * metata-verify.c (mono_verifier_verify_full_table_data):
2924         Call verify_method_table_full.
2925
2926 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2927
2928         * metadata-verify.c (verify_field_table): Move signature
2929         checking to verify_field_table_full.
2930
2931         * metata-verify.c (mono_verifier_verify_full_table_data):
2932         Call verify_field_table_full.
2933
2934 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2935
2936         * metadata-verify.c (verify_typedef_table): Move remaining
2937         stuff to verify_typedef_table_full.
2938
2939 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2940
2941         * metadata-verify.c: Kill is_corlib from VerifyContext.
2942         It is only used by the offline mode.
2943         So we better remove it from the runtime path.
2944
2945 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2946
2947         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
2948         function that perform the offline metadata verification steps.
2949
2950         * metadata-verify.c (verify_typedef_table): Move some checks to
2951         verify_typedef_table_full and make it been called by new function
2952         mono_verifier_verify_full_table_data.
2953
2954         * pedump.c: Call mono_verifier_verify_full_table_data.
2955
2956         * verify-internals.h: Export mono_verifier_verify_full_table_data as
2957         part of the internal API.
2958
2959 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2960
2961         * metadata-verify.c (typedef_is_system_object): Fix System.Object
2962         check.
2963
2964         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
2965         flags bits. SupportLastError was confused as bit 7 instead of 6.
2966
2967         * metadata-verify.c (verify_implmap_table): Fix import scope verification
2968         to check against the module ref table instead of module.
2969
2970         * metadata-verify.c (verify_implmap_table): Fix corlib check.
2971
2972         * pedump.c: Call mono_image_load_names.
2973
2974 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2975
2976         * image.c: Extract mono_image_load_names from do_mono_image_load.
2977
2978         * metadata-internals.h: Export mono_image_load_names as part of
2979         the internal API.
2980         
2981 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
2982
2983         * metadata.c (mono_metadata_cleanup): Free the generic method cache
2984         first, as it could reference data in the other caches.
2985
2986 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2987
2988         * metadata-verify.c: Finished with method header verification.
2989
2990 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2991
2992         * metadata-verify.c: Added more header verification code.
2993         Now only EH clauses are missing.
2994
2995 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
2996
2997         * marshal.c (get_runtime_invoke_type): Don't share primitive types
2998         for return values.
2999
3000 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3001
3002         * metadata-verify.c: Initial method header verification.
3003
3004 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3005
3006         * metadata-verify.c (verify_import_table): The IAT contents
3007         might end been patched by the windows DL when running with
3008         coree enabled.
3009
3010 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
3011
3012         * class.c (mono_class_from_typeref): If the enclosing type is not
3013         found return null instead of crashing. Fixes #508487.
3014
3015 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3016
3017         * normalization-tables.h : updated to the latest unicode charcter
3018           data.
3019         * appdomain.c : bump corlib version.
3020
3021 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
3022
3023         * class.c (mono_class_from_name): Fix support for assembly references
3024         in the EXPORTEDTYPE table. Fixes #511704.
3025
3026 2009-06-13  Geoff Norton  <gnorton@novell.com>
3027
3028         * domain.c: Ensure that mono_domain_assembly_open actually opens the
3029         assembly in the target domain.
3030
3031 2009-06-12  Robert Jordan  <robertj@gmx.net>
3032
3033         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
3034         because "this" of the managed signature has become an
3035         ordinary parameter in the unmanaged signature.
3036
3037 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
3038
3039         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
3040         field for owner-less generic containers.
3041
3042         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
3043         image field of the owner-less generic containers created here.
3044
3045         * metadata.c (mono_metadata_load_generic_params): Ditto, the
3046         contain is ownerless until the caller sets its owner.
3047
3048         * metadata.c (type_in_image): Handle owner-less generic containers
3049         correctly.
3050         
3051 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3052
3053         * image.c (mono_image_close): Support debug_assembly_unload for
3054         dynamic images too.
3055
3056 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
3057
3058         * class.c: Fix some typos in comments.
3059
3060 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3061
3062         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
3063
3064         * threads.c (mono_thread_execute_interruption): Avoid creating the
3065         abort exception object while holding the synch_cs lock.
3066
3067 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3068
3069         * metadata-verify.c: Verify basic cattr content.
3070
3071 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
3072
3073         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
3074         nested types.
3075         
3076         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
3077         support for nested types. Fixes #511704.
3078
3079 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3080
3081         * metadata-verify.c: Verify methodspec signatures.
3082
3083 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3084
3085         * metadata-verify.c: Verify typespec signatures.
3086
3087 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
3088
3089         * metadata.c (free_inflated_method): Call 
3090         mono_marshal_free_inflated_wrappers (), which was missed earlier.
3091
3092 2009-06-08  Miguel de Icaza  <miguel@novell.com>
3093
3094         * mono-config.c: Small change to report the PPC64/ILP32 model.
3095
3096 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3097
3098         * metadata-verify.c (parse_type): Check szarray.
3099
3100 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3101
3102         * metadata-verify.c (parse_type): Check fnptr.
3103
3104 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3105
3106         * metadata-verify.c (parse_type): Check generic instances.
3107
3108 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3109
3110         * metadata-verify.c (parse_type): Check array shape.
3111
3112 2009-06-05  Robert Jordan  <robertj@gmx.net>
3113
3114         * class.c (mono_class_create_from_typedef): Check only for
3115         mscorlib's System.Array.
3116
3117 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3118
3119         * metadata-verify.c (parse_type): Check pointer, class/valuetype
3120         and generic params. 
3121
3122         * metadata-verify.c (parse_field): Check the signature.
3123
3124 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3125
3126         * metadata-verify.c: Implement locals signature check.
3127
3128 2009-06-04  Marek Safar  <marek.safar@gmail.com>
3129
3130         * domain.c: Add .NET 4.0 Beta 1 version.
3131
3132 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
3133
3134         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
3135           For QueryInterface on CCWs consider the base class
3136           interfaces as well.
3137
3138         Code is contributed under MIT/X11 license.
3139
3140 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3141
3142         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
3143
3144         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
3145         used.
3146
3147         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
3148         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
3149
3150         * generic-sharing.c (inflate_other_data): Ditto.
3151         
3152 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3153
3154         * metadata-verify.c: Implement property signature check.
3155
3156 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3157
3158         * sgen-gc.h: Register saving support for PPC.
3159
3160 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3161
3162         * sgen-gc.c: Fixed a pthread TLS screwup.
3163
3164 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3165
3166         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
3167         supported.
3168
3169 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3170
3171         * sgen-gc.c: Disable TLA and managed allocation if the __thread
3172         keyword is not supported.
3173
3174 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3175
3176         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
3177         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
3178         the inflated method is freed. Fixes #508389.
3179
3180         The code is contributed under the MIT/X11 license.
3181         
3182 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
3183
3184         * marshal.c (get_wrapper_target_class): New helper function.
3185         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
3186         the <Module> class of the image. Fixes #509049.
3187
3188 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3189
3190         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
3191         Check if the thread was interrupted and proccess it straight away.
3192         Makes abortion much more responsive.
3193
3194 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3195
3196         * threads.c (mono_thread_execute_interruption): Use atomic cas with
3197         MonoThread::interruption_requested to match it's counterpart.
3198
3199         Fixes a hang in abort-stress-1 on a 2 core x86.
3200
3201         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3202         Fix warning.
3203
3204 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3205
3206         Change MonoImage::name_cache to be protected by the image lock
3207         instead of the loader lock.
3208
3209         * appdomain.c (deregister_reflection_info_roots): Protect access
3210         to name_cache.
3211
3212         * class.c (mono_image_init_name_cache): Change from the loader lock
3213         to the image lock. Check if the cache wasn't already created.
3214
3215         * class.c: Change from the loader to the image lock.
3216
3217         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
3218         the code to hold the image lock while iterating over name_cache and
3219         not go into mono_array_new holding it.
3220
3221         * metadata-internals.h: Add a comment about this change.
3222
3223 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3224
3225         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3226         Under the 2.0 profile raise the loader error.
3227
3228         Fixes #508532.
3229
3230 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3231
3232         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
3233         of ldind opcode for generic instances so we don't fail for direct wrappers.
3234         This only affect direct calls.
3235
3236 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
3237
3238         * reflection.c (create_dynamic_mono_image): Fix warnings.
3239
3240         * generic-sharing.c (other_info_equal): Ditto.
3241         
3242 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3243
3244         * metadata-verify.c: Implement field signature check.
3245
3246 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3247
3248         * metadata-verify.c: Implement standalone signature check.
3249
3250 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3251
3252         * metadata-verify.c: Implement methodref signature check.
3253
3254 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
3255
3256         * object-internals.h (MonoRuntimeCallbacks): New structure containing
3257         callbacks supplied by the runtime.
3258
3259         * object.c (mono_install_callbacks): New internal function to install
3260         the callbacks.
3261
3262         * object.c (mono_create_ftnptr): Move the implementation of this to
3263         mini/.
3264
3265         * object.c (mono_get_addr_from_ftnptr): Ditto.  
3266
3267 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3268
3269         * metadata-verify.c (parse_return_type): Proper byref check.
3270         * metadata-verify.c (is_valid_method_signature): Check for zero arity
3271         generic signatures and method params.
3272
3273 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3274
3275         * metadata-verify.c (decode_signature_header): Fix bounds check.
3276
3277         * metadata-verify.c (parse_custom_mods): Check custom mods.
3278
3279         * metadata-verify.c (parse_type): Do initial basic verification
3280         of valid values.
3281         
3282         * metadata-verify.c (is_valid_method_signature): Parse the generic
3283         param count.
3284
3285 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
3286
3287         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
3288         discarded based on their most specific definition so we set the method_slots
3289         array before checking if the method is acceptable or not.
3290
3291         Fixes #506757.
3292
3293 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3294
3295         * icall.c: Free the old array when resizing a mono_ptr_array.
3296
3297 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3298
3299         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
3300         for the hashes whose keys are managed objects.
3301
3302 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3303
3304         * object-internals.h, threads.c: Set the execution context on
3305         thread start here, not in corlib.
3306
3307         * appdomain.c: Bump corlib version.
3308
3309 2009-05-27  Martin Baulig  <martin@ximian.com>
3310
3311         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
3312         if `_mono_debug_using_mono_debugger' is set to make things work
3313         properly when embedding Mono.
3314
3315 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3316
3317         * class.c (mono_class_setup_fields): Don't mark simd types as having
3318         16 bytes alignment as the whole runtime doesn't support.
3319
3320 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3321
3322         * metadata-verify.c (safe_read): Use endian safe read macros.
3323
3324 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
3325
3326         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
3327         it is read-only when using full aot.
3328
3329 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3330
3331         * metadata-verify.c (is_valid_method_signature): Verify parts
3332         of the return type. Provide an error message in case of failure.
3333
3334 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3335
3336         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
3337
3338 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3339
3340         * metadata-verify.c: Include the size prefix in the bounds check.
3341
3342 2009-05-22  Miguel de Icaza  <miguel@novell.com>
3343
3344         * icall.c: Remove warnings.
3345
3346         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
3347         prevent auto-detection based on GCC defines.
3348
3349         Add PS3
3350
3351         * metadata-verify.c: Do not include signal.h
3352
3353         * generic-sharing.c, marshal.c: Add returns to avoid some warning
3354         messages.  Not sure why the g_assert_not_reached is not enough to
3355         quiet the compiler.
3356         
3357
3358         * appdomain.c: Remove code that is not used when
3359         DISABLE_SHADOW_COPY is set.
3360
3361         * image.c: use g_getenv
3362
3363 2009-05-21  Miguel de Icaza  <miguel@novell.com>
3364
3365         * reflection.c: Remove code that it not used with
3366         DISABLE_REFLECTION_EMIT is defined.
3367
3368 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
3369
3370         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
3371         invoke wrappers.
3372
3373 2009-05-20  Miguel de Icaza  <miguel@novell.com>
3374
3375         * socket-io.c
3376         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
3377         the ifdef here and instead put that on io-layer
3378
3379 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3380
3381         * metadata-verify.c: Verify the generic param constraint table.
3382
3383 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3384
3385         * metadata-verify.c (verify_generic_param_table): Fix
3386         thinko on the valid flags bits for generic params.
3387
3388 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3389
3390         * metadata-verify.c: Verify the methodspec table.
3391
3392 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3393
3394         * metadata-verify.c: Verify the generic param table.
3395
3396 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3397
3398         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
3399
3400 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3401
3402         * sgen-gc.c: Use generation enum more consistently and use the
3403         correct generation in mono_gc_register_for_finalization().
3404
3405 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3406
3407         * metadata-verify.c: Verify the nested class table.
3408
3409 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3410
3411         * metadata-verify.c: Verify the manifest resource table.
3412
3413 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
3414
3415         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
3416
3417 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
3418
3419         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
3420         wrappers, this is now done in the JIT.
3421         
3422         * class.c (mono_set_generic_sharing_supported): New internal function.
3423         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
3424
3425 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3426
3427         * metadata-verify.c: Verify the exported type table.
3428
3429 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3430
3431         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
3432
3433 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3434
3435         * metadata-verify.c: Verify the file table.
3436
3437 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3438
3439         * metadata-verify.c (verify_assembly_table): Fix an error message.
3440
3441         * metadata-verify.c: Verify the assemblyref table.
3442
3443 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3444
3445         * metadata-verify.c (verify_assembly_table): Fix the valid
3446         bits mask for flags.
3447
3448 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
3449
3450         * debug-helpers.c (mono_method_full_name): Print generic parameters of
3451         generic methods as well.
3452
3453 2009-05-15  Geoff Norton  <gnorton@novell.com>
3454
3455         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
3456         use-case and is significantly more performant than the wapi layer.
3457
3458 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3459
3460         * metadata-verify.c: Verify the assembly table.
3461
3462 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3463
3464         * metadata-verify.c: Fix rows limit check.
3465
3466 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3467
3468         * metadata-verify.c: Verify the fieldrva table.
3469
3470 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3471
3472         * sgen.c: Speed up weak links and finalizers by grouping them by
3473         generation.
3474
3475 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3476
3477         * marshal.c (delegate_hash_table_add): When overwriting an entry,
3478         free the old GCHandle (only applies to SGen).
3479
3480 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
3481
3482         * loader.c (mono_get_method_from_token): Avoid the expensive call to
3483         mono_metadata_load_generic_params () for non-generic methods.
3484
3485 2009-05-12  Mark Probst  <mark.probst@gmail.com>
3486
3487         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
3488         New function for returning a monitor's weak link if it has one.
3489
3490         * sgen-gc.c: Remove an object's monitor's weak link (if it has
3491         one) when clearing a domain.  These can still be around because
3492         the object might not have been collected.
3493
3494 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
3495
3496         * gc.c: Fix a warning.
3497
3498 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
3499
3500         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
3501         prevous wait that resulted in a deadlock on Windows when initializing
3502         the runtime form DllMain. Also results in improved startup time.
3503         (finalizer_thread): Get rid of thread_started_event.
3504         * threads.c, threads-types.h (mono_thread_create_internal): Return the
3505         resulting MonoThread.
3506
3507         Contributed under MIT/X11 license.
3508
3509 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
3510
3511         * metadata-verify.c: Verify the implmap table.
3512         Don't require that #US and #Strings be present.
3513
3514 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
3515
3516         * security-core-clr.c: Delegate checks are done at creation time,
3517         not a invocation time. Fix exception for Telerik Silverlight demo
3518
3519 2009-05-11  Mark Probst  <mark.probst@gmail.com>
3520
3521         * sgen-gc.c (need_remove_object_for_domain): Remove the special
3522         case for the Thread class.
3523
3524         * threads.c: Do clean-up of abort exception/state in
3525         thread_cleanup() instead of Thread.free_internal().  Also clean up
3526         current_appcontext.  The reason we have to do that is because
3527         those references might point into another domain and if that
3528         domain is unloaded before the thread is finalized, they point to
3529         invalid data.
3530
3531 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
3532
3533         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
3534         stub signatures.
3535         
3536         Contributed unter MIT/X11 license.
3537
3538 2009-05-09  Miguel de Icaza  <miguel@novell.com>
3539
3540         * verify.c, metadata-verifier.c: Add support for disabling the
3541         verifier in some builds.
3542
3543         [ Sorry, my previous commit accidentally commited some work in
3544         progress ]
3545
3546 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
3547
3548         * class.c (mono_class_setup_fields): Set class->field.first for
3549         generic instances.
3550
3551 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3552
3553         * metadata-verify.c: Verify the typespec table.
3554
3555 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3556
3557         * metadata-verify.c: Verify the module table.
3558
3559 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3560
3561         * metadata-verify.c: Verify the methodimpl table.
3562
3563 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3564
3565         * metadata-verify.c: Verify the property table.
3566
3567 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
3568
3569         * debug-helpers.c (mono_method_desc_match): Add support for generic
3570         glob patterns.
3571
3572 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
3573
3574         * metadata-verify.c: Verify the propertymap table.
3575
3576 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
3577
3578         * metadata-verify.c: Verify the event table.
3579
3580         * metadata-verify.c (search_sorted_table): Fix offset
3581         calculation.
3582
3583 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
3584
3585         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
3586
3587 2009-05-01  Mark Probst  <mark.probst@gmail.com>
3588
3589         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
3590         because mono_delegate_free_ftnptr() needs it.
3591
3592 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3593
3594         * metadata-verify.c: Verify the eventmap table.
3595
3596 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3597
3598         * metadata-verify.c: Verify the standalonesig table.
3599
3600 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3601
3602         * metadata-verify.c: Verify the field layout table.
3603
3604 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3605
3606         * class.c (mono_type_get_name_recurse): Don't crash
3607         for ownerless generic params.
3608
3609         * debug-helpers.c (mono_type_get_desc): Correct the format
3610         for ownerless generic params.
3611
3612 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3613
3614         * metadata-verify.c: Verify the class layout table.
3615
3616 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3617
3618         * metadata-verify.c: Verify the decl security table.
3619
3620 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3621
3622         * domain.c (mono_domain_set_internal_with_options): Don't do
3623         anything if the old domain is the same as the old one.  Fixes
3624         #499326.
3625
3626 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3627
3628         * appdomain.c: Deregister the reflection_info roots when unloading
3629         a domain.
3630
3631         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
3632         memory allocated by a domain and frees its disappearing links.
3633
3634         * boehm-gc.c, null-gc.c: Empty implementation of
3635         mono_gc_clear_domain().
3636
3637 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3638
3639         * appdomain.c (clear_cached_vtable): Free the static fields memory
3640         block.
3641
3642 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3643
3644         * gc.c: Set the correct domain when invoking finalizers.
3645
3646         * appdomain.c: Set the correct domain when creating threads.
3647
3648 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3649
3650         * sgen-gc.c: Fix skip size for vectors.
3651
3652 2009-05-03  Martin Baulig  <martin@ximian.com>
3653
3654         * mono-debug-debugger.c
3655         (mono_debugger_check_breakpoints): Check class init handlers even
3656         if we don't have any method load handers.
3657
3658 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
3659
3660         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
3661         returning refonly assemblies if refonly is FALSE. Fixes #499013.
3662
3663 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3664
3665         * metadata-verify.c: Verify the field marshal table.
3666
3667 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3668
3669         * metadata-verify.c: Verify the custom attribute table.
3670
3671 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3672
3673         * metadata-verify.c: Verify the constant table.
3674
3675 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3676
3677         * metadata-verify.c: Verify the memberef table.
3678
3679 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3680
3681         * metadata-verify.c (get_coded_index_token): Remove
3682         dead argument.
3683
3684 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3685
3686         * metadata-verify.c: Verify the interfaceimpl table.
3687
3688 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3689
3690         * verify.c: Improve error message.
3691
3692         * debug-helpers.c (mono_type_get_desc): Harden the code that
3693         deals with VAR and MVAR.
3694
3695 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
3696
3697         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
3698         part of #498692.
3699
3700 2009-04-23 Tom Hindle <tom_hindle@sil.org>
3701
3702         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
3703         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
3704
3705 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
3706
3707         * security-core-clr.c: Avoid redundant checks for platform code, 
3708         e.g. check for method and for class (very common) and check
3709         for class and outer class (less common)...
3710
3711 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
3712
3713         * reflection.c: Avoid returning random cattrs for synthetic methods.
3714         Fixes #498545.
3715
3716 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3717
3718         * assembly.c: assemblies in the GAC should never be shadow-copied.
3719
3720 2009-04-26  Mark Probst  <mark.probst@gmail.com>
3721
3722         * domain.c, domain-internals.h: Disable
3723         track_resurrection_{objects,handles}_hash in MonoDomain if using
3724         SGen.
3725
3726 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3727
3728         * metadata-verify.c: Verify the param table.
3729
3730 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3731
3732         * metadata-verify.c (verify_typedef_table): Range check FieldList and
3733         MethodList.
3734
3735         * metadata-verify.c (verify_method_table): Proper check the ParamList
3736         field.
3737
3738 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3739
3740         * metadata-verify.c (verify_method_table): Check for runtime
3741         implemented functions such as delegate .ctors. Remove spurious
3742         printf.
3743         
3744 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3745
3746         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
3747
3748 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3749
3750         Don't allocate MonoGenericInfo for ownerless generic params.
3751         * class-internals.h (MonoGenericParam::info): Move field to ...
3752         (MonoGenericParamFull): ... this.  New struct.
3753         (MonoGenericContainer::type_params): Change type to
3754         MonoGenericParamFull.
3755         (MonoGenericParam, MonoGenericContainer): Update accessors.
3756         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
3757         'info' field for ownerless generic param.
3758         (mono_metadata_load_generic_params): Update to changes.
3759         * reflection.c (mono_reflection_create_generic_class): Likewise.
3760         (reflection_methodbuilder_to_mono_method): Likewise.
3761         (mono_reflection_initialize_generic_parameter): Likewise.
3762
3763 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3764
3765         Don't use MonoGenericParamInfo for ownerless generic params.
3766         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
3767         use ParamInfo class at all.
3768         (mono_class_from_generic_parameter): Use them.
3769         (make_generic_param_class): Fix a couple of instances where 'pinfo
3770         == NULL' wasn't handle.
3771
3772 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3773
3774         * class.c (make_generic_param_class): Carve out of ...
3775         (mono_class_from_generic_parameter): ... here.
3776
3777 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3778
3779         Simplify mono_class_from_generic_parameter
3780         * class-internals.h (MonoGenericParamInfo::token): New field.
3781         * metadata.c (mono_metadata_load_generic_params): Initialize it
3782         from metadata.
3783         * class.c (mono_class_from_generic_parameter): Use it instead of
3784         searching through metadata.
3785
3786 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3787
3788         * metadata-verify.c: Add verification of the method table.
3789
3790 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3791
3792         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
3793         Delegate::Invoke optimization.
3794
3795 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3796
3797         * appdomain.c (mono_domain_create_appdomain_internal): Free the
3798         string returned by get_shadow_assembly_location_base.
3799
3800         * appdomain.c (get_shadow_assembly_location_base): Add a comment
3801         about caller's ownership.
3802
3803 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3804
3805         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
3806         reflection memory on domain unload.
3807
3808         * domain.c (mono_domain_free): Don't free refobject_hash, let the
3809         reflection cleanup code do it.
3810
3811         * domain-internals.h: Add mono_reflection_cleanup_domain.
3812
3813         This fixes a memory leak for managed mirrors of reflection objects
3814         on domain unload. 
3815
3816 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3817
3818         * metadata-verify.c: Implement more verification of the field table.
3819
3820 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3821
3822         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
3823         doesn't try to parse the input assembly, which can be broken.
3824
3825 2009-04-23  Mark Probst  <mark.probst@gmail.com>
3826
3827         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
3828         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
3829         by using the lowest bit in the link to store whether the link is
3830         tracked.  Move the track_resurrection hashes into boehm-gc.c.
3831
3832 2009-04-22  Miguel de Icaza  <miguel@novell.com>
3833
3834         * Makefile.am: Split the console support in platform specific code
3835         and put together a framework for making this easy in the future so
3836         that we can start splitting code instead of having a mess of PLATFORM_WIN32
3837
3838 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3839
3840         * pedump.c: Fix a warning.
3841
3842 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3843
3844         * verify.c (mono_delegate_type_equal): Compare valuetypes using
3845         mono_class_from_mono_type to avoid bad interactions with the dual representation
3846         of the generic type definition.
3847
3848 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3849
3850         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
3851         get the MonoClass for the call context type as it might be a generic
3852         instance.
3853
3854         Fixes #491483.
3855
3856 2009-04-21  Mark Probst  <mark.probst@gmail.com>
3857
3858         * object-internals.h: The Thread object has no execution_context
3859         member anymore.
3860
3861         * threads.c, threadpool.c, threads-types.h: Accessor functions for
3862         the execution context.
3863
3864         * appdomain.c: Bump corlib version.
3865
3866 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3867
3868         * verify.c (do_newobj): Improve error message.
3869
3870 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3871
3872         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
3873         is nested in the filter block.
3874
3875         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
3876         block is not fully nested.
3877
3878         Fixes #495656.
3879
3880 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3881
3882         * verify.c (verify_type_compatibility_full): Compare MonoClass and
3883         not MonoType to check for equality of valuetypes as the generic type
3884         definition allows for two different encodings: the generic type definition
3885         class or a generic instance over the GTD arguments.
3886
3887         Fixes #496175.
3888
3889 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3890
3891         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
3892
3893         * verify.c (do_initobj): Improve error message.
3894
3895 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3896
3897         * metadata-verify.c: Enable pe verification as the issue with #496453
3898         is that the authenticode data directory have a different unspecified
3899         format. Ignore it for now.
3900
3901         * pedump.c: Run the metadata verifier together with the IL verifier.
3902
3903         Fixes ##496453.
3904
3905 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3906
3907         * metadata-verify.c: Temporarily disable pe verification due to #496453.
3908
3909 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3910
3911         * class.c (can_access_type): Check visibility against
3912         the element type for pointers and arrays.
3913
3914         Fixes #496150.
3915
3916 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3917
3918         * metadata-verify.c: Fix cli and table verification to use information
3919         from the MonoImage. A lot of duplicated code got killed.
3920
3921 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3922
3923
3924         This patch starts to integrate the metadata verifier with the runtime code.
3925
3926         This patch causes major regression in functionality for the metadata verifier
3927         as cli and table verification are disabled since they require to be ported to
3928         use MonoImage information.
3929
3930         * image.c (do_mono_image_load): Split the code in this function
3931         into mono_image_load_pe_data and mono_image_load_cli_data.
3932         Add     care_about_pecoff parameter to not load pecoff data.
3933         Call into the metadata verifier for pecoff and cli verification.
3934
3935         * image.c (mono_image_open_raw): New function that doesn't perform
3936         any parsing of the image contents.
3937         
3938         The reason for the 3 new functions is to give pedump better control
3939         into the interaction with the verifier.
3940
3941         * metadata-internals.h: Add new functions from image.c as part of the
3942         internal mono API.
3943
3944         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
3945         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
3946         to make those functions work together with the runtime.
3947
3948         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
3949         true if the image needs to be verified.
3950
3951         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
3952
3953         * pedump.c: Use new metadata verifier API.
3954
3955 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
3956
3957         * object.c (mono_install_vtable_trampoline): Make this receive a
3958         trampoline creation function instead of trampoline, allowing the JIT
3959         to use a different trampoline for each vtable.
3960
3961 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3962
3963         * object.c (mono_raise_exception): Don't reset the thread abort
3964         exception state here.
3965
3966 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3967
3968         * icall-def.h: New icall for getting the thread abort exception
3969         state for a thread.
3970
3971         * object.c, thread.c, object-internals.h: A thread's abort
3972         exception state is now a GC handle.  To get the object it stands
3973         for, we must move it into the current app domain, if it's
3974         different than the one where it originated from.
3975
3976         * appdomain.c: Bump corlib version.
3977
3978         * domain.c, domain-internals.h: New function for setting the
3979         domain and migrate the thread abort exception or not.
3980
3981 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3982
3983         * metadata-verify.c: Add initial verification of the
3984         field table.
3985
3986 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3987
3988         * metadata-verify.c: Add a macro to conditionally enable
3989         dumping of verification information. Add  make_coded_token
3990         and search_sorted_table to enable search sorted tables
3991         by a given coded token.
3992
3993 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3994
3995         * metadata-verify.c: Add array mapping from table index
3996         to description offset. Add get_col_offset and get_col_size
3997         functions.
3998
3999 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4000
4001         * metadata-verify.c: Add remaining table descriptions offsets.
4002         Add remaining coded index descriptions.
4003
4004 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4005
4006         * metadata-verify.c: Fixed constant table description.
4007         Fixed calculation of HasCustomAttribute coded index size.
4008         Fixed calculation of size for many table indexes. 
4009
4010 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4011
4012         * pedump.c (dump_metadata): Dump table offset instead
4013         of useless pointer in memory.
4014
4015 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4016
4017         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
4018
4019 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4020
4021         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
4022         a missing of for interface types.
4023
4024 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4025
4026         * metadata-verify.c (verify_pe_optional_header): Add comment of why
4027         the code is commented.
4028
4029         * metadata-verify.c (verify_resources_table): Remove spurious printf
4030         and don't fail if there are unmanaged resources. Gmcs generates a useless
4031         one     for all assemblies - I bet it's some MS compatibility junk.
4032
4033 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4034
4035         * metadata-verify.c (verify_typedef_table): Verify the extends field.
4036
4037         * metadata-verify.c (mono_image_verify): Add a is_corlib.
4038
4039         * verify-internals.h: Same.
4040
4041         * pedump.c: Fix for mono_image_verify new signature.
4042
4043 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4044
4045         * metadata-verify.c (verify_typedef_table): Verify for some invalid
4046         flags combinations.
4047
4048 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4049
4050         * metadata-verify.c (verify_module_table): Ignore the generation field.
4051
4052 2009-04-15  Martin Baulig  <martin@ximian.com>
4053
4054         * debug-mono-symfile.c
4055         (mono_debug_symfile_lookup_location): Don't print a warning for
4056         unknown extended opcodes if they're within 0x40 and 0x7f.
4057
4058 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
4059
4060         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
4061         invoke signatures returning an enum. Fixes #494847.
4062
4063 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4064
4065         * metadata-verify.c: Initial code to verify the typedef table.
4066
4067 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4068
4069         * verify.c (mono_method_verify): Don't fail if an unconditional branch
4070         with non empty stack happens before the beginning of a try block.
4071
4072         Fixes #494812.
4073
4074 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4075
4076         * metadata-verify.c: Verify typename and typenamespace fields of
4077         the typeref table.
4078
4079 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4080
4081         * metadata-verify.c: Initial code to verify the typeref table.
4082
4083 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4084
4085         * verify.c (verify_delegate_compatibility): Fix error message.
4086
4087 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
4088
4089         * security-core-clr.c: Fix typo
4090
4091 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4092
4093         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
4094         a MonoGHashTable to keep its values alive.
4095         (emit_marshal_boolean): Fix a warning.
4096
4097 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4098
4099         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
4100         not have any interface configured for IPv4/IPv6.
4101
4102 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4103
4104         * assembly.c: fix typo in error message.
4105
4106 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4107
4108         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
4109         allocating the location holding the this argument to prevent
4110         'too many root sets' errors.
4111
4112         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
4113         to mark fields as special static.
4114         (mono_field_static_get_value): Handle special static fields.
4115         (mono_field_static_set_value): Ditto.
4116
4117         * class-internals.h (struct _MonoClassField): Document this.
4118
4119 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4120
4121         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
4122           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
4123           case.  This will handle when managed code returns null to native code.
4124
4125         Code is contributed under MIT/X11 license.
4126
4127 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4128
4129         * object.c (build_imt_slots): Changing a free to a g_free to match
4130           the g_malloc0 in add_imt_builder_entry that allocated this memory.
4131
4132         Code is contributed under MIT/X11 license.
4133
4134 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4135
4136         * marshal.c (emit_marshal_boolean): Adding code to ensure that
4137           the correct TRUE value is passed through the marshaling layer.
4138
4139         Code is contributed under MIT/X11 license.
4140
4141 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
4142
4143         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
4144         correctly. Fixes #492330.
4145         
4146         * marshal.c: Fix the embedding of object pointers into JITted code in
4147         the native-to-managed wrappers by allocating some GC tracked memory, and
4148         embedding the address of that.
4149
4150 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
4151
4152         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
4153         pointers into the vtable.
4154
4155 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4156
4157         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
4158
4159         * verify.c (verify_ldftn_delegate): Improve error message.
4160
4161 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4162
4163         * reflection.c (my_mono_class_from_mono_type): Remove.
4164
4165 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4166
4167         Prepare to reduce memory usage of owner-less generic parameters (1/n)
4168         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
4169         and constraints fields into ...
4170         (MonoGenericParamInfo): ... this.
4171         (mono_generic_param_info, mono_generic_container_get_param_info):
4172         New accessors.
4173         * class.c, debug-helpers.c, icall.c: Update to changes.
4174         * metadata.c, reflection.c, verify.c: Likewise.
4175
4176 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
4177
4178         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
4179
4180         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
4181         
4182         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
4183         booleans with sbytes.
4184
4185 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4186
4187         * class.c (can_access_instantiation): Verify accesibility of element types
4188         for arrays and pointers.
4189
4190         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
4191
4192         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
4193
4194         Fixes #493068.
4195
4196 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4197
4198         * verify.c (do_invoke_method): Improve error messages.
4199
4200 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
4201
4202         * verify.c:  Fixing the MSVC build.
4203
4204         Code is contributed under MIT/X11 license.
4205
4206 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
4207
4208         * security-core-clr.c: Simplify get_reflection_caller not to call
4209         mono_method_get_last_managed (another stack walk) and adjust the
4210         callers to handle a (should not happen) NULL return value.
4211
4212 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4213
4214         Add accessors to some MonoGenericParam fields
4215         * class-internals.h (mono_generic_param_owner): New accessor.
4216         (mono_generic_param_num): Likewise.
4217         (mono_type_get_generic_param_owner): New helper.
4218         (mono_type_get_generic_param_num): New helper.
4219         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
4220
4221 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4222
4223         * class-internals.h (mono_generic_container_get_param): New wrapper.
4224         * class.c, icall.c, metadata.c, verify.c: Use it.
4225
4226 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4227
4228         Fix gtest-252.cs
4229         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
4230         the standard case/loop.  In particular, don't complain about
4231         references to generic type definitions.
4232
4233 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
4234
4235         * debug-helpers.c (dis_one): Decode string arguments.
4236
4237 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4238
4239         * pedump.c (dump_verify_info): Dump type name correctly.
4240
4241 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4242
4243         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
4244         are larger than code size.
4245
4246         This can happen in valid code if the try/catch block is not followed by any instruction
4247         and do a backward branch on the leave instruction.
4248
4249         Fixes #492494.
4250
4251 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4252
4253         * security-core-clr.c: Fix typo while comparing second method names
4254         in can_avoid_corlib_reflection_delegate_optimization
4255
4256 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4257
4258         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
4259
4260         Fixes #487738.
4261
4262 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4263
4264         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
4265         a MVAR using a class context.
4266
4267         Fixes #490335.
4268
4269 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
4270
4271         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
4272
4273         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
4274
4275         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
4276         functions supplied by the JIT for the SGEN GC.
4277
4278         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
4279         
4280 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4281
4282         monitor.c (mono_monitor_try_enter_internal):
4283         Added calls to profile monitor contentions.
4284         Also duplicated a small piece of code (the "get the monitor" logic)
4285         from the fast path to the slow path, and changed the relevant goto
4286         statements, so that monitor acquisition events can be emitted from the
4287         slow path (this is by Paolo Molaro).
4288
4289 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4290
4291         * profiler.c, profiler.h, profiler-private.h:
4292         Added support for profiling monitor contentions.
4293
4294 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
4295
4296         * metadata-verify.c: Verify the modules table.
4297
4298 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
4299
4300         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
4301         using the context of the method been verifier and not of the method been called.
4302
4303         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
4304         safely inflate generic types. 
4305
4306 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4307
4308         * security-core-clr.c: Change the strategy for checking the 
4309         "reflection using delegates optimization" to avoid unneeded 
4310         attributes in multiple class libraries.
4311
4312 2009-04-02  Mark Probst  <mark.probst@gmail.com>
4313
4314         * sgen-gc.c: Remove object element in the disappearing link struct
4315         by storing the object pointer in the link.
4316
4317 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4318
4319         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
4320
4321 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4322
4323         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
4324
4325         * verify.c (mono_method_verify): Do proper bounds checking of exception
4326         clause ranges.
4327
4328 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4329
4330         * loader.c (mono_field_from_token): Don't crash if the field parent could
4331         not be decoded.
4332
4333 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4334
4335         * sgen-gc.c: Execute critical finalizers after ordinary
4336         finalizers.
4337
4338         * class-internals.h, domain.c: Add CriticalFinalizerObject to
4339         mono_defaults.
4340
4341 2009-03-31 Jb Evain <jbevain@novell.com>
4342
4343         * verify.c (do_ldstr): don't check if a string is in the user strings
4344         heap if the current image is dynamic.
4345
4346 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4347
4348         * sgen-gc.c: Wait until the last finalizer has executed when
4349         returning from WaitForPendingFinalizers.
4350
4351 2009-03-31  Martin Baulig  <martin@ximian.com>
4352
4353         * mono-debug-debugger.h (MonoDebuggerEvent): Add
4354         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
4355         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
4356         (mono_debugger_event_create_appdomain): New function.
4357         (mono_debugger_event_unload_appdomain): New function.
4358
4359         * appdomain.c (mono_domain_create_appdomain_internal): Call
4360         mono_debugger_event_create_appdomain().
4361
4362 2009-03-31  Martin Baulig  <martin@ximian.com>
4363
4364         * mono-debug-debugger.c
4365         (mono_debugger_register_class_init_callback): Also register the
4366         class init callback if the class is already initialized to make
4367         things work with shadow copied assemblies.
4368
4369 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
4370
4371         * security-core-clr.c
4372         (mono_security_core_clr_ensure_reflection_access_field): Let 
4373         critical code access the field (just like we do for methods). Use
4374         check_field_access helper.
4375         (mono_security_core_clr_ensure_reflection_access_method): Use 
4376         check_field_access helper.
4377
4378 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4379
4380         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
4381         call the run-finalize function directly.
4382
4383         * gc.c, gc-internal.h: Make run_finalize() non-static.
4384
4385 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4386
4387         * sgen-gc.c: Use a separate struct for disappearing links.
4388
4389 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
4390
4391         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
4392         * MaxIOVectorLength enabled, just ignore them.
4393         Fixes bug #349688.
4394
4395 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
4396
4397         * metadata-verify.c: Fix eglib build.
4398
4399 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
4400
4401         * threads-types.h: Fix the win32 build.
4402
4403 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4404
4405         * class.c: move coreclr inheritance/override checks to 
4406         security-core.clr.c
4407         * security-core.clr.c|h: add code from class.c with additional
4408         documentation. Fix override check when the method is not critical.
4409
4410 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
4411
4412         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
4413         (match_class): Ditto.
4414
4415 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4416
4417         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
4418
4419         * metadata-verify.c: Implement table layout row size calculation. Verify
4420         the total size of the tables.
4421
4422 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4423
4424         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
4425
4426 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4427
4428         * appdomain.c:
4429         * console-io.[ch]: added new mono_console_init() to make sure that
4430         file descriptors 0, 1 and 2 are opened.
4431         Bug #489019 fixed.
4432
4433 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
4434
4435         * appdomain.h: Export a new callback type and a new function to
4436         set this callback. This allow a mono host to provide it's own
4437         definition for "platform code".
4438         * metadata-internals.h: Add a core_clr_platform_code flag on 
4439         _MonoImage to (cache and) know if it is representing platform 
4440         code.
4441         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
4442         on platform code images.
4443         * security-core-clr.c|h 
4444         (mono_security_set_core_clr_platform_callback): Allow the host
4445         to provide it's own platform check definition.
4446         (mono_security_core_clr_determine_platform_image): Detect if an 
4447         image is platform code (using the specified callback).
4448         (mono_security_core_clr_is_platform_image): Return cached value 
4449         for platform code.
4450
4451 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
4452
4453         * threads.c (mono_create_thread): New helper function to wrap CreateThread
4454         which has different parameter types for the 'tid' argument in windows and
4455         the io-layer.
4456
4457         * appdomain.c attach.c threads.c: Use the new helper.
4458
4459 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4460
4461         * metadata-verify.c: Verify valid table bits.
4462
4463 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4464
4465         * metadata-verify.c (verify_metadata_header): Store size in the size field.
4466
4467         * metadata-verify.c: Add initial table schema verification.
4468
4469 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4470
4471         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
4472         obtain the refclass argument needed by mono_param_get_objects (). Fixes
4473         #488383.
4474
4475         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
4476
4477         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
4478
4479 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
4480
4481         * security-core-clr.c: Add/update documentation
4482
4483 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4484
4485         * marshal.c (emit_marshal_object): Generate code to throw an exception
4486         instead of throwing it. Fixes #488670.
4487
4488 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
4489
4490         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
4491         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
4492         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
4493         and add a call to mono_security_core_clr_ensure_delegate_creation
4494         to do the extra checks required by CoreCLR.
4495         * security-core-clr.c|h: Add function to check delegate creation,
4496         both in the binding and accessibility, under CoreCLR.
4497
4498 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
4499
4500         * reflection.c (mono_reflection_create_dynamic_method): when 
4501         coreclr is enabled make sure that every resolved object are
4502         checked (e.g. field and method access).
4503         * security-core-clr.c|h: Add function to check objects resolved
4504         when a dynamic method is created.
4505
4506 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4507
4508         * metadata-verify.c: Cache directory rva translations.
4509
4510         * metadata-verify.c: Add cli-header and streams verification.
4511
4512 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4513
4514         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
4515         the wrong offset (8 instead of 6).
4516
4517 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
4518
4519         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
4520         methods, return the native function address itself. Fixes
4521         #487758.
4522
4523 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
4524
4525         * console-io.c: some of the values for control characters might not be
4526         present.
4527
4528 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
4529
4530         * exception.c|h: Add helpers to create [Field|Method]AccessException
4531         * icall.c: Add required coreclr check calls for field reflection.
4532         Move the existing (method) check logic into security-core-clr.c
4533         * security-core-clr.c: Add functions to check if the access of a
4534         field or method is allowed when reflecting under coreclr. This is
4535         mostly done using a stack walk to find the "real" caller: i.e. the
4536         code that is calling the reflection
4537
4538 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
4539
4540         * gc-internal.h: Change location of gc_wrapper.h
4541
4542 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
4543
4544         * class.c: Simplification to coreclr checks for overrides that
4545         makes it easier to set breakpoints.
4546
4547 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
4548
4549         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
4550         mono_security_core_clr_method_level): Avoid potential 
4551         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
4552         user/application code) and make it easier to set breakpoints
4553
4554 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4555
4556         * metadata-verify.c: Reject cli header tables that mono don't handle.
4557
4558 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4559
4560         * pedump.c: Fix CLI header dumping.
4561
4562 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4563
4564         * metadata-verify.c: More CLI header verification.
4565
4566 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
4567
4568         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
4569
4570 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4571
4572         * metadata-verify.c: Initial verification of the CLI header.
4573
4574 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4575
4576         * metadata-verify.c (verify_resources_table): Fix verification of zero
4577         sized resource section and id entries count.
4578
4579 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
4580
4581         * icall.c: Handle user types in many Type icalls. Fixes #486303.
4582
4583 2009-03-17  Jb Evain  <jbevain@novell.com>
4584
4585         * profiler.c: call mono_gc_base_init from mono_profiler_load.
4586
4587 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
4588
4589         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
4590         (mono_gc_make_descr_for_array): Ditto.
4591
4592 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
4593
4594         * verify.c (mono_verifier_is_class_full_trust): Add support for
4595         CoreCLR security mode where trusted assemblies are defined as
4596         "platform code".
4597
4598 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4599
4600         * metadata-verify.c: Add minimal PECOFF resource verification.
4601
4602 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4603
4604         * metadata-verify.c: Be less restrictive with some coff fields.
4605
4606 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4607
4608         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
4609         params as boxed values on stack. Fixes #485706.
4610
4611 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4612
4613         * console-io.c: the termios values may vary in different flavors of unix.
4614
4615 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4616
4617         * console-io.[ch]: return the entire set of control characters when
4618         initializing the terminal.
4619         * appdomain.c: bump corlib version.
4620
4621 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
4622
4623         * mono-perfcounters.c: added support for in-process custom
4624         performance counters.
4625
4626 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4627
4628         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
4629
4630 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4631
4632         * metadata-verify.c: Verify the data pointed by the import table. 
4633
4634 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4635
4636         * metadata-verify.c (load_data_directories): Store data
4637         directory contents.
4638
4639         * metadata-verify.c: Verify the import table. 
4640
4641 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4642
4643         * metadata-verify.c: Verify data directories.
4644
4645 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4646
4647         * metadata-verify.c: Check section header flags.
4648
4649 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4650
4651         * appdomain.c: if the assembly name is a shadow-copied file, return
4652         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
4653         in mono_make_shadow_copy.
4654         * icall.c: if the assembly name is a shadow-copied file, replace it
4655         with the original assembly path.
4656
4657         Bug #484244 fixed. NUnit tests for corlib can be run without
4658         --noshadow now.
4659
4660 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
4661
4662         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
4663         entries when the table is reallocated.
4664
4665         * icall.c: Allocate the memory used by the mono_ptr_array macros using
4666         mono_gc_alloc_fixed () since it contains GC refs.
4667
4668 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
4669
4670         * reflection.c (ensure_complete_type): New helper function to call
4671         type resolve handlers for unfinished dynamic types.
4672         (resolve_object): Call it for MonoClassFields. Fixes #483852.
4673
4674 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
4675
4676         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
4677         #483247.
4678
4679 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
4680
4681         * appdomain.c (get_shadow_assembly_location): Fix memleak.
4682
4683 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
4684
4685         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
4686         between GCHandles of type WeakTrackResurrection and the objects they
4687         point to.
4688
4689         * gc.c: Partly implement the sematics of GCHandles of type 
4690         WeakTrackResurrection: these handles should only be cleared after the
4691         finalizer of the object they are pointing to has ran.
4692
4693 2009-03-06  Mark Probst  <mark.probst@gmail.com>
4694
4695         * icall.c: Partially revert r126631 because using the jump
4696         trampolines for generic shared methods makes it superfluous.
4697
4698 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
4699
4700         * threads.c (handle_store): Create the 'threads' hash table with the proper
4701         MONO_HASH_VALUE_GC type.
4702
4703 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
4704
4705         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
4706         FIRST_GC_TRACKED.
4707
4708         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
4709         and LAST_GC_TRACKED as a GC root.
4710
4711         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
4712
4713         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
4714         the static data even if it consists of 1 reference.
4715
4716         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
4717         if there is a GC descriptor.
4718
4719         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
4720         instead of through the GC since they contain no object references.
4721
4722 2009-03-05  Mark Probst  <mark.probst@gmail.com>
4723
4724         * generic-sharing.c (instantiate_other_info): Always return a jump
4725         trampoline for method code.
4726
4727 2009-03-05  Marek Habersack  <mhabersack@novell.com>
4728
4729         * culture-info-tables.h: generated to include the en-tt culture.
4730
4731 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4732
4733         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
4734         capture the thread context.
4735
4736         * object.c (mono_async_result_new): Cache the invoke wrappers to
4737         ExecutionContext::Capture.
4738
4739 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4740
4741         * marshal.h: Add a prototype for what mono_compile_method returns
4742         for invoke wrappers.
4743
4744         * gc.c: Use the new prototype declaration.
4745
4746 2009-03-04  Geoff Norton  <gnorton@novell.com>
4747
4748         * boehm-gc.c: Add some MONO_LOG tracing for the GC
4749         * gc-internal.h:
4750         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
4751
4752 2009-03-04  Martin Baulig  <martin@ximian.com>
4753
4754         * mono-debug.h
4755         (mono_debugger_runtime_invoke): Removed.
4756
4757         * mono-debug-debugger.c
4758         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
4759
4760 2009-03-02  Martin Baulig  <martin@ximian.com>
4761
4762         * mono-debug.h
4763         (mono_debugger_unhandled_exception): Removed.
4764         (mono_debugger_handle_exception): Removed.
4765         (mono_debugger_throw_exception): Removed.
4766
4767         * mono-debug.c
4768         (mono_debug_debugger_version): Bump to 5.
4769
4770         * mono-debug-debugger.c: Moved the exception handling code to
4771         ../mini/debug-mini.c
4772
4773 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4774
4775         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
4776         finalize_objects_hash.
4777
4778         * gc.c: Use the separate lock to access the finalize_objects_hash field.
4779         
4780         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
4781         field.
4782
4783         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
4784         cache.
4785
4786         * image.c (mono_image_close): Free it.
4787         
4788         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
4789         allowing a creation of a wrapper which invokes its method using a CALLVIRT
4790         on the this argument.
4791
4792         * gc.c (run_finalize): Optimize the calling of the finalizers.
4793
4794 2009-03-03  Martin Baulig  <martin@ximian.com>
4795
4796         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
4797         of the `MonoGenericInst' changes.
4798
4799 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4800
4801         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
4802         mono_array_class_get_cached to reduce locking contention. Extract
4803         a domain var.
4804
4805         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
4806         intermediary managed arrays. Use caching version of mono_array_new
4807         to allocate the result array.
4808
4809         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
4810
4811         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
4812
4813         * locales.c (create_names_array_idx):  Use mono_array_new_cached
4814         to reduce locking contention.
4815
4816 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4817                 
4818         * object.c (mono_method_add_generic_virtual_invocation): Put back the
4819         thunk builder code for the non-interface case.
4820
4821 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
4822
4823         * object.c (get_generic_virtual_entries): New helper function to collect
4824         the virtual generic method instances which need to be added to an IMT
4825         thunk.
4826         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
4827         Instead of creating a new IMT thunk, reset the vtable slot to the
4828         trampoline, the thunk will be created the next time the trampoline is called.
4829         (build_imt_slots): Add support for virtual generic methods in interfaces by
4830         adding to the IMT thunk all the methods registered using 
4831         mono_method_add_generic_virtual_invocation ().
4832
4833         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
4834         (struct _MonoIMTCheckItem): Ditto.
4835
4836         * object.c (mono_method_add_generic_virtual_invocation): Take a
4837         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
4838         the IMT thunk to include all items.
4839         
4840         * object.c (mono_class_create_runtime_vtable): Add a missing
4841         mono_loader_unlock ().
4842
4843 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4844
4845         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4846
4847         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
4848
4849 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4850
4851         * object-internals.h: Rename _MonoReflectionEvent to
4852         MonoReflectionMonoEvent so it reflects the right managed type.
4853         Add a MonoReflectionEvent that correctly represents System.EventInfo.
4854
4855         * icall.c:
4856         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
4857         type.
4858
4859 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4860
4861         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
4862         intermediary managed arrays. Use caching version of mono_array_new
4863         to allocate the result array.
4864
4865 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4866
4867         * reflection.c: Use cached version of mono_array_new alongside
4868         the mono_reflection_get_custom_attrs_by_type call path.
4869
4870 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4871
4872         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
4873         intermediary managed arrays. Use caching version of mono_array_new
4874         to allocate the result array.
4875
4876         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
4877
4878 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4879
4880         * icall.c: Add small implementation of a growable stack bound array.
4881
4882         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
4883
4884         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
4885         intermediary managed arrays. Use caching version of mono_array_new
4886         to allocate the result array.
4887
4888 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
4889
4890         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
4891         helps Enum::CompareTo to be implemented without reboxing all enums
4892         to their underlying type.
4893 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
4894
4895         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
4896         since it acquires a global lock leading to scalability problems.
4897
4898         * profiler.c: Make the stat profiler work with multiple appdomains, this
4899         currently only works when no appdomains are unloaded.
4900
4901 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4902
4903         * appdomain.c: make the check to avoid copying when the assembly is
4904         already shadow copied actually work.
4905
4906 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
4907
4908         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4909
4910         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
4911         changes to the managed side.
4912
4913 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
4914
4915         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
4916         classes + a separate lock for it, as it is used frequently at runtime, not
4917         just during metadata loading/JIT compilation.
4918
4919         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
4920         for szarrays.
4921         
4922         * object-internals.h (mono_class_from_name_cached): New macro to cache
4923         the results of the lookup locally without having to declare a static
4924         variable to hold it.
4925         (mono_class_get_field_from_name_cached): Ditto.
4926         (mono_array_class_get_cached): Ditto.
4927
4928         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
4929         the new macros.
4930         
4931         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
4932         slower search in metadata.
4933
4934         * pedump.c: Fix a warning.
4935
4936 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
4937
4938         * reflection.c (encode_locals): Add checks for user types.
4939         (method_encode_clauses): Ditto.
4940         (method_encode_code): Ditto.
4941         (mono_image_create_token): Ditto.
4942
4943         * object-internals.h: Change the type of more fields from MonoReflectionType*
4944         to MonoObject*.
4945
4946 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
4947
4948         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
4949         the a thread does not suspend within 100ms.
4950
4951         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
4952         in addition to StopRequested as well.
4953
4954         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
4955
4956         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
4957         search the method_hash before inserting a new entry, to avoid crashes when
4958         the same method is inserted multiple times, causing the old 
4959         MonoDebugMethodInfo structure to be freed by the value dtor function.
4960
4961 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4962
4963         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
4964         SO_EXLUSIVEADDRUSE where available.
4965
4966 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
4967
4968         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
4969         runtime invoke wrappers, this time it is string ctor wrappers, which
4970         pass a dummy string as 'this' instead of their obj argument. Fixes
4971         #478473.
4972
4973 2009-02-21  Jb Evain  <jbevain@novell.com>
4974
4975         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
4976         only get create_culture once.
4977
4978 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
4979
4980         * reflection.c (mono_reflection_setup_internal_class): Move the user type
4981         check before the locking.
4982         
4983         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
4984         (mono_reflection_create_runtime_class): Ditto.
4985         (mono_reflection_sighelper_get_signature_local): Ditto.
4986         (mono_reflection_sighelper_get_signature_field): Ditto.
4987
4988         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
4989         is a System.MonoType object or similar.
4990         (monotype_cast): New helper function to cast a MonoObject to a 
4991         MonoReflectionType object.
4992
4993         * object-internals.h: Change MonoReflectionType* members in structures to
4994         MonoObject* members to force the usage of the monotype_cast () function.
4995
4996         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
4997         structures/arrays. This causes us to assert instead of crashing when 
4998         instances of user defined subclasses of System.Type are encountered.
4999
5000 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5001
5002         * cil-coff.h:
5003         * icall-def.h:
5004         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
5005         win32 resource loaded from a PE file.
5006
5007         * image.c: fix mono_image_lookup_resource.
5008
5009 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5010
5011         * icall-def.h:
5012         * threads-types.h:
5013         * threads.c: added internal call for WaitHandle.SignalAndWait.
5014
5015 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
5016
5017         * cominterop.c : Adding cominterop_type_from_handle and 
5018           registering it as an icall.  Replacing all references
5019           to type_from_handle.
5020
5021         Code is contributed under MIT/X11 license.
5022
5023 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5024
5025         * Makefile.am: Add lock-tracer.h and lock-trace.c.
5026
5027         * appdomain.c: Call the tracer init function.
5028
5029         * domain-internals.h: Enable the tracer for the domain locks.
5030
5031         * image.c: Enable the tracer for image locks.
5032
5033         * loader.c: Enable the trace for the loader lock.
5034
5035         * lock-tracer.h:
5036         * lock-tracer.c: Initial implementation of the lock trace utility.
5037         The tracer requires a compile time define to be enabled and a env var
5038         to be enabled at runtime.
5039
5040 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5041
5042         * domain.c (mono_domain_code_foreach): Improve documentation.
5043
5044 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5045
5046         * appdomain.c:
5047         * generic-sharing.c:
5048         * object.c:
5049         * reflection.c:  Adjust locking order to the new semantics where the loader lock
5050         comes first.
5051
5052 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5053
5054         * domain.c: Add mono_domain_code_* functions that perform locking
5055         around the domain codeman.
5056
5057         * domain-internals.h: Export those functions.
5058
5059         * object.c: Use new functions instead of acquiring the domain lock.
5060
5061 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
5062
5063         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
5064         delegate. Fixes #477396.
5065
5066 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5067
5068         * reflection.c (create_custom_attr): Get rid of alloca.
5069
5070 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
5071
5072         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
5073           Adding exception handling for all CCW calls.
5074
5075         Code is contributed under MIT/X11 license.
5076
5077 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5078
5079         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
5080
5081         * marshal.c (emit_marshal_boolean): Add null checks to the new 
5082         native->managed marshalling code. Fixes #476247.
5083
5084 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5085
5086         * class.c (mono_class_get_vtable_entry): Move the addition of
5087         static rgctx invoke wrappers for vtable methods here, this simplifies
5088         a lot of code and causes fewer rgctx wrappers to be created.
5089
5090         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
5091         name of the statistics to begin with an uppercase.
5092
5093 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5094
5095         * reflection.c: Revert previous change as it breaks the build.
5096         
5097 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5098
5099         * verify.c: Properly handle SZARRAY element type.
5100
5101         Fixes #474271.
5102
5103 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5104
5105         * reflection.c (mono_image_create_method_token): Correctly encode
5106         MethodDef MemberRefParent token.
5107
5108         Fixes #472845.
5109
5110 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5111
5112         * image.c (mono_image_close): Delete the critical section before
5113         freeing the memory holding it.
5114
5115 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5116
5117         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
5118         Fixes #476257.
5119
5120 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5121
5122         * pedump.c (main): Call mono_marshal_init so pedump
5123         doesn't crash.
5124
5125 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5126
5127         * loader.c (method_from_memberref): Properly fix #474271 and
5128         don't break the runtime bad.
5129
5130 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5131
5132         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
5133         (mono_domain_alloc0): Ditto.
5134
5135 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5136
5137         * loader.c (method_from_memberref): Don't abort if the array
5138         method is not found. A regular loader failure is more informative
5139         and correct.
5140
5141         Fixes #474271.
5142
5143 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5144
5145         *loader.c: Guard MonoImage::method_cache/methodref_cache
5146         using the image lock instead of the loader lock.
5147
5148         * metadata.h: Add comments about which fields are protected by
5149         the image lock.
5150
5151 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5152
5153         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
5154
5155         * generic-sharing.c (mono_method_construct_object_context): Remove the
5156         wrapper_type == NONE assert, it is not needed.
5157
5158 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
5159
5160         * reflection.c (clear_cached_object): New helper function.
5161         (mono_method_clear_object): New function to clear the cached reflection
5162         objects for a dynamic method.
5163
5164         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
5165         Partly fixes # 463323.
5166         
5167 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5168
5169         * class.c:
5170         * loader.c:
5171         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
5172
5173 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5174
5175         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
5176         take the image lock instead of the loader lock.
5177
5178         * metadata-internals.h: Export new functions.
5179
5180 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5181
5182         * domain.c (app_config_parse): Remove another use of stat that is
5183         not necessary as g_file_get_contents already does the presence
5184         check. 
5185
5186 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5187
5188         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
5189
5190         * marshal.c: Move the bstr handling code to cominterop.c.
5191
5192         * marshal.c: Remove some COM interop code missed previously.
5193
5194 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5195
5196         More Paolo patches from the Wii port:
5197         
5198         * security.c: Remove ves_icall_System_Environment_get_UserName
5199         from here.
5200
5201         * icall.c: And put ves_icall_System_Environment_get_UserName
5202         here. 
5203
5204         * appdomain.c (mono_set_private_bin_path_from_config): Remove
5205         redundant call to stat that was only used to test for the file
5206         existence.   Patch from Paolo.
5207
5208         * gc.c (run_finalize): If COM is disabled, do not link in
5209         mono_marshal_free_ccw.
5210
5211         * generic-sharing.c: Use alloca.h here as well.
5212
5213 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
5214
5215         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
5216
5217 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5218
5219         * cominterop.c cominterop.h: New files.
5220
5221         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
5222         function/typedefs which are needed by cominterop.c global.
5223
5224 2009-02-12  Mark Probst  <mark.probst@gmail.com>
5225
5226         * generic-sharing.c: Don't take the loader lock to guard image
5227         mempool allocs.
5228
5229 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5230
5231         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
5232         called without the loader lock which is required to guard MonoImage:tokens.
5233
5234 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5235
5236         * class.c:
5237         * metadata.c:
5238         * method-builder.c:
5239         * marshal.c:
5240         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
5241
5242 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5243
5244         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5245         Rework the code to use regular mono_image_alloc/0.
5246
5247         * loader.c: Rework the code to use regular mono_image_alloc/0.
5248
5249         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5250
5251 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
5252
5253         * object-internals.h : Fixing a typo in the 
5254           MonoReflectionComVisibleAttribute struct.
5255
5256         * marshal.c (cominterop_com_visible): Check the implemented 
5257           interfaces for ComImport.
5258
5259         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
5260           assume that bools should be treated as VARIANTBOOLs.
5261
5262         * marshal.c (emit_marshal_boolean): Adding cases for 
5263           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
5264
5265         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
5266           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
5267
5268         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
5269           should be treated as VARIANTBOOLs.    
5270
5271         Code is contributed under MIT/X11 license.
5272
5273 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5274
5275         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
5276         allocation with the image lock.
5277
5278 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5279
5280         This patch is the last of a series to remove explicit reference of MonoImage::mempool
5281         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
5282
5283         * object.c: Add mono_string_to_utf8_image.
5284
5285         * object-internals.h: Export mono_string_to_utf8_image.
5286
5287         * reflection.c: Rework all explicit references to the the image mempool to go thought
5288         the mono_image_alloc set of functions.
5289
5290 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5291
5292         This patch is the third of a series to remove explicit reference of MonoImage::mempool
5293         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
5294         and generics-sharing.c.
5295
5296         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
5297         as first argument. Note that this function remains broken as it doesn't perform locking around the
5298         mempool allocation.
5299
5300         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
5301
5302         * image.c: Add g_slist_append_image.
5303
5304         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
5305         the supplied image for allocation. Move code into mono_metadata_field_info_full.
5306
5307         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
5308         Fix all related code to do the same.
5309
5310         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
5311
5312         * metadata-internals.h: Fix the signatures.
5313
5314 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5315
5316         This patch is the second of a series to remove explicit reference of MonoImage::mempool
5317         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
5318         and similar to work using MonoImage.
5319
5320         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
5321         MonoMemPool.
5322
5323         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
5324
5325         * class.c (mono_metadata_signature_deep_dup): Same.
5326
5327         * class.c (inflate_generic_type): Same.
5328
5329         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
5330
5331         * metadata.c (mono_metadata_signature_dup_full): Same.
5332
5333         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
5334         mono_metadata_signature_dup_full.
5335
5336         * metadata.c (mono_metadata_type_dup): Same.
5337
5338         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
5339
5340         * reflection.c: Same.
5341
5342         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
5343
5344         * metadata-internals.h: Fix the signatures.
5345
5346         * class-internals.h: Same.
5347
5348 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5349
5350         This patch is the first of a series to remove explicit reference of MonoImage::mempool
5351         and use mono_image_alloc set of functions instead. 
5352
5353         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
5354         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
5355         of a MonoMemPool.
5356
5357         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
5358
5359         * class.c (g_list_prepend_mempool): Removed.
5360
5361         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
5362
5363         * image.c: Add g_list_prepend_image.
5364
5365         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
5366
5367         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
5368
5369
5370 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5371
5372         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
5373         mono_image_unlock.
5374
5375         * image.c (mono_image_init): Init the lock field.
5376  
5377         * image.c (mono_image_init): Cleanup the lock field.
5378
5379         * image.c: Add mono_image_(un)lock functions.
5380
5381 2009-02-11  Mark Probst  <mark.probst@gmail.com>
5382
5383         * class.c, class-internals.h: mono_method_get_context_general()
5384         combines the functionality of mono_method_get_context() and
5385         mini_method_get_context().
5386
5387         * generic-sharing.c, domain-internals.h:
5388         mono_method_construct_object_context() and
5389         mono_domain_lookup_shared_generic() moved from mini.
5390
5391         * icall.c (ves_icall_InternalInvoke): Handle the case where the
5392         method doesn't have the correct instantiation because it's shared
5393         generic code.  Fixes #473999.
5394
5395 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
5396
5397         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
5398
5399         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
5400         
5401 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5402
5403         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
5404
5405         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
5406
5407         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
5408         and recheck the cache for dups after it.
5409
5410         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
5411
5412         Fixes one of the deadlocks found in #473150.
5413
5414 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
5415
5416         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
5417           For Win32, add additional break conditions for accept.
5418
5419         Code is contributed under MIT/X11 license.
5420
5421 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
5422
5423         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
5424         lazily initialize the native wrapper cache.
5425         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
5426         cache, since they are different from the normal wrappers.
5427
5428         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
5429
5430         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
5431         AOT compiled native wrappers.
5432
5433 2009-02-09  Geoff Norton  <gnorton@novell.com>
5434
5435         * appdomain.h:
5436         * security-core-clr.c: Allow enabling core-clr from the embedding
5437         API.
5438
5439 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5440
5441         * socket-io.c: when requesting all the local ips, if there are no
5442         interfaces up and running, MS returns 127.0.0.1.
5443
5444 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5445
5446         * mono-perfcounters-def.h: processor time is an inverse time.
5447         Fixes bug #468625.
5448
5449 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5450
5451         * socket-io.c: an empty host name returns the list of local IPs.
5452         Fixes bug #386637 part 1/2.
5453
5454 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
5455
5456         * verify.c (mono_class_interface_implements_interface): Call
5457         mono_class_setup_interfaces ().
5458         (merge_stacks): Ditto.
5459
5460 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5461
5462         * class.c (mono_class_setup_interfaces): New function to lazily initalize
5463         klass->interfaces.
5464         (mono_generic_class_get_class): Don't initalize klass->interfaces.
5465         (mono_generic_class_get_class): Ditto.
5466
5467 2009-02-06  U-QUACK\miguel  <miguel@quack>
5468
5469         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
5470         they live in security.c
5471
5472         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
5473         another bit from Paolo's code.
5474
5475 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5476
5477         * object.c (build_imt_slots): Add a small optimization to avoid inflating
5478         methods which will be discarded by add_imt_builder_entry ().
5479
5480         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
5481         need to be boxed.
5482
5483         * loader.c: Add a statistics for the size of the memberref signature cache.
5484         
5485         * loader.c (find_cached_memberref_sig): New helper function.
5486         (cache_memberref_sig): Ditto.
5487
5488         * loader.c: Cache the result of parsing memberref signatures, since otherwise
5489         they will be parsed again for every generic instantiation, leading to unbounded
5490         memory growth.
5491
5492 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5493
5494         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
5495         parameters of generic methods.
5496
5497         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
5498         after the original method is copied to the inflated method.
5499         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
5500
5501         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
5502         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
5503
5504         * class.c metadata.c: Update after the changes above.
5505
5506 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5507
5508         * metadata-verify.c: Simplified error handling and added
5509         section table validation.
5510
5511 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5512
5513         * class-internals.h (MonoClassExt): New structure containing rarely used
5514         fields of MonoClass.
5515         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
5516         through a new 'ext' field.
5517
5518         * class.c (mono_class_alloc_ext): New helper function to allocate 
5519         class->ext.
5520
5521         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
5522
5523 2009-02-05  Mark Probst  <mark.probst@gmail.com>
5524
5525         * object.c (mono_object_get_virtual_method): Properly inflate
5526         generic methods.  Fixes #472692.
5527
5528 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5529
5530         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
5531         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
5532         for the parent type, the created type must be ready to be used on a generic
5533         instantiation.
5534         We fill this_arg/byval_arg if the parent is a generic instance to make sure
5535         we won't have duplicated entries in generic_inst_cache.
5536
5537         Fixes #469553.
5538
5539 2009-02-05  Miguel De Icaza  <miguel@novell.com>
5540
5541         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
5542         replace with plain BSD per the comments on the bug MONO77637.
5543
5544 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5545
5546         * class.c (mono_class_get_generic_class): New accessor function.
5547         (mono_class_get_generic_container): Ditto.
5548
5549         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
5550         fields, similar to the ones in MonoMethod.
5551
5552         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
5553         (mono_class_create_from_typedef): Set klass->is_generic if needed.
5554
5555         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
5556         
5557         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
5558         the same information as element_class->byval_arg.
5559
5560         * class.c reflection.c: Remove references to class->byval_arg.
5561
5562         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
5563         klass->enum_basetype directly.
5564
5565         * verify.c metadata.c object.c icall.c reflection.c: Use 
5566         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
5567         directly.
5568
5569 2009-02-04  Miguel de Icaza  <miguel@novell.com>
5570
5571         * icall-def.h: Remove internal calls for sockets when
5572         DISABLE_SOCKET is defined, file system writing features when the
5573         OS only support reading and not writing data and Policy support if
5574         the Policy is disabled.
5575         
5576         * image.c (do_mono_image_open): Apply Paolo's patches for using
5577         mono_file_map_ APIs here.
5578
5579         * assembly.c: Add support for platforms to avoid prefix
5580         auto-detection. 
5581
5582 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
5583
5584         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
5585         warning.
5586
5587         * class.c (mono_class_inflate_generic_class): New helper function.
5588
5589         * class.c: Use mono_class_inflate_generic_class in a few places. Add
5590         statistics for inflated methods/classes.
5591
5592         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
5593
5594         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
5595         the call is made from Delegate.CreateDelegate () for the invoke method of
5596         a delegate.
5597
5598         * loader.c: Add a statistics for the memory occupied by inflated signatures.
5599
5600         * metadata.c (mono_metadata_signature_size): New helper function.
5601
5602         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
5603         generic instances.
5604
5605         * metadata.c (inflated_method_in_image): Avoid calling 
5606         mono_method_signature () if the method does not already have a signature.
5607
5608 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5609
5610         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
5611         valuetype is compatible with target type, check by inheritance as a
5612         VT is not really compatible with System.ValueType, for example.
5613
5614         * verify.c (do_invoke_method): Improve error message.
5615
5616         * verify.c (do_box_value): If boxing a nullable, use the type argument
5617         on stack instead.
5618
5619         * verify.c (do_newobj): Improve error message.  
5620
5621         Fixes #469549.
5622
5623 2009-02-03  Miguel de Icaza  <miguel@novell.com>
5624
5625         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
5626
5627 2009-02-03  Mark Probst  <mark.probst@gmail.com>
5628
5629         * generic-sharing.c: Don't hold domain lock when calling
5630         instantiate_other_info().  Fixes #471958.
5631
5632         * domain-internals.h, loader.c: Describe locking policy of domain
5633         lock vs loader lock.
5634
5635 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5636
5637         * verify.c (mono_delegate_signature_equal): Make it possible to check
5638         first-arg-bound delegates to static method.
5639
5640         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
5641         static methods with the first arg bound.
5642
5643         Fixes #469529.
5644
5645 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5646
5647         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
5648         errors.
5649
5650         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
5651         under strict mode. Any type, when boxed can be seen as a reference type.
5652
5653         Fixes #469528.
5654
5655 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5656
5657         * object.h: The lower bound of an array is a signed integer value.
5658         Introduce mono_array_lower_bound_t typedef. It should be used instead of
5659         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
5660
5661         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
5662         calculate the upper bound.
5663         
5664         Fixes #471252.
5665
5666 2009-02-02  Miguel de Icaza  <miguel@novell.com>
5667
5668         From Paolo's work, refactored, cleared up:
5669         
5670         * threadpool.c, icall.c: ifdef code that requires a working socket
5671         stack.
5672
5673         * metadata.c (mono_metadata_field_info): Do not attempt to return
5674         a value from a function declared as void.
5675
5676         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
5677         from the console stack.
5678
5679         * assembly.c: use strrchr instead of rindex.
5680
5681         * class.c, object.c, marshal.c, icall.c, reflection.c: include
5682         alloca.h on systems that have it.
5683
5684         * environment.c: Avoid code that uses stuff from
5685         HAVE_SYS_UTSNAME_H
5686         
5687         * appdomain.c: Include sys/time.h.
5688
5689         * console-io.c: include sys/ioctl.h if it is available.
5690
5691 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
5692
5693         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
5694
5695         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
5696         the method builder.
5697
5698         * marshal.c: Set mb->skip_visibility instead of setting it on the method
5699         after it was created and cached, as the later is not thread safe.
5700         
5701 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5702
5703         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
5704         called while the debugging module is not initialized. Fixes #471669.
5705
5706 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
5707
5708         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
5709
5710         Fixes #471255.
5711
5712 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5713
5714         * generic-sharing.c (lookup_or_register_other_info): Make sure the
5715         loader lock is not taken while the templates lock is held.  Fixes
5716         #471089.
5717
5718 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5719
5720         * metadata.c (type_in_image): Added a check to fix a monodis
5721         crash.
5722
5723 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5724
5725         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
5726         nullable arguments.
5727
5728         * object.c (mono_runtime_invoke_array): Ditto.
5729         
5730         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
5731         freeing wrappers of dynamic methods.
5732
5733         * loader.c (mono_free_method): Call it. Fixes #463323.
5734         
5735         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
5736         methods taking vtype/byref arguments, to fix yet another bug caused by
5737         the sharing of runtime invoke wrappers. Partly fixes #471259.
5738
5739 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
5740
5741         * debug-mono-symfile.c (check_line): Return NULL instead of returning
5742         <first file in file table>:1 when the IL offset does not have an associated
5743         line number.
5744
5745 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
5746
5747         * mono-debug.c (mono_debug_lookup_locals): New function to return local
5748         variable info for a method.
5749
5750         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
5751         
5752 2009-01-30  Jb Evain  <jbevain@novell.com>
5753
5754         * pedump.c: reuse code from monodis to make sure pedump honors
5755         MONO_PATH, which is needed to verify net_2_1 assemblies.
5756
5757 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
5758
5759         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
5760         there is no line number info.
5761
5762 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
5763
5764         Avoid some MonoType allocations
5765         * reflection.c (mono_reflection_initialize_generic_parameter):
5766         Reuse MonoType from param->pklass rather than allocating one.
5767         (mono_dynamic_image_free): Update to changes.
5768
5769 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5770
5771         Rearrange some code to improve consistency
5772         * reflection.c (mono_reflection_setup_generic_class): Move body ...
5773         (mono_reflection_initialize_generic_parameter): ... here.
5774
5775 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
5776
5777         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
5778         with type constraints as an experiment.
5779
5780         * boehm-gc.c (on_gc_notification): Update mono_stats.
5781
5782 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5783
5784         Avoid some allocations
5785         * class-internals.h (_MonoGenericInst::type_argv): Convert from
5786         pointer to tail array to avoid extra allocation.
5787         * metadata.c (free_generic_inst): Update to changes.
5788         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
5789         on-stack struct.
5790
5791 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
5792
5793         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
5794         return TRUE if the two type objects are the same.
5795
5796 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5797
5798         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
5799         (mono_class_native_size): Use klass->marshal_info->min_align instead of
5800         klass->min_align, since klass->min_align contains the managed alignment,
5801         while the native alignment can be different, like for longs on x86.
5802         Fixes #469135.
5803
5804         * class-internals.h (MonoMarshalType): Add a min_align field.
5805
5806 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
5807
5808         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
5809         the 1.0 format.
5810
5811 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5812
5813         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
5814         some comments about the usage of the used_regs field.
5815
5816         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
5817         Fixes #469217.
5818
5819 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
5820
5821         * appdomain.c: return NULL instead of throwing FileNotFoundException
5822         when LoadAssembly() fails.
5823
5824 2009-01-23  Mark Probst  <mark.probst@gmail.com>
5825
5826         * metadata.c (mono_metadata_generic_param_equal): Only compare the
5827         image if the owner is NULL.  Fixes the AOT failures.
5828
5829 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
5830
5831         * metadata.c (mono_metadata_load_generic_params): Initialize the 
5832         MonoGenericParam structure using memset so the image field is initialized
5833         as well.
5834
5835 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5836
5837         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
5838         a plain store.
5839
5840 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
5841
5842         * class.c (mono_class_setup_vtable_general): In the generic instance
5843         optimization, set method->slot for abstract virtual methods. Fixes part of
5844         #467834.
5845
5846 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5847
5848         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
5849         which signals that the unloading has started but all appdomain services must
5850         remain operational.
5851
5852         * appdomain.c (mono_domain_unload): The initial state for unloading now
5853         is unloading_start and we switch to unloading after the managed call to
5854         AppDomain::DomainUnload has finished.
5855
5856         The new unloading state has to be created because managed code in the
5857         DomainUnload event can depend on things like the threadpool still working.
5858         The domain must remain fully functional while the event executes.
5859
5860         This shown as an issue due to Process::WaitForExit, which waits for
5861         async reads of stdout and stderr to complete. Since those are processed
5862         in the threadpool the code deadlocks because the DomainUnload callback 
5863         waits for the async read finished event, which should have been set by a
5864         threadpool job but has been discarded due to the domain been in unload
5865         state.
5866
5867 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5868
5869         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
5870         image must match.
5871
5872 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5873
5874         * reflection.c (resolve_object): For fields, inflate the class and
5875         then get the field in the inflated class.
5876
5877 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5878
5879         * object-internals.h (struct _MonoException): Added a comment
5880         explaining the new use of trace_ips.
5881
5882 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5883
5884         * generic-sharing.c (inflate_other_data): Inflate array methods
5885         correctly.
5886
5887         * loader.c, class-internals.h: Rename search_in_array_class() to
5888         mono_method_search_in_array_class() and make it non-static.
5889
5890 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5891
5892         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
5893         Hopefully fixes #458168.
5894
5895 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5896
5897         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
5898         as it is performed elsewhere.
5899
5900         Code is contributed under MIT/X11 license
5901
5902 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5903
5904         * mono-perfcounters-def.h: Add counters for asp.net requests total and
5905         requests queued.
5906         * object.c (mono_raise_exception): Increment the exceptions total
5907         counter when an exception is thrown.
5908         * class-internals.h: Add a location for storing the total number of
5909         asp.net requests served.
5910         * mono-perfcounters.c: Implement update support for asp.net counters
5911         from the class libraries. Implement read support for asp.net counters
5912         and exceptions total counter.
5913
5914 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5915
5916         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
5917         accessing klass->methods. Fixes #467385.
5918
5919 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5920
5921         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
5922         for byval arguments without an [Out] attribute. Fixes #467212.
5923
5924         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
5925         Fix compilation under android.
5926         
5927         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
5928         processed, scan them directly after they are copied, to achieve better locality
5929         and cache usage.
5930
5931         * socket-io.c: Applied patch from Koushik Dutta
5932         (koush@koushikdutta.com). Disable IPV6 when running under android.
5933
5934 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5935
5936         * icall.c (ves_icall_InternalExecute): Add write barriers.
5937
5938         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
5939         the GC code.
5940
5941         * sgen-gc.c: Implement write barriers in IL code.
5942
5943 2009-01-17  Geoff Norton  <gnorton@novell.com>
5944
5945         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
5946
5947 2009-01-17  Geoff Norton  <gnorton@novell.com>
5948
5949         * image.c: When unloading the image->references table, there can be gaps
5950         in it.  Ensure that we iterate every entry to avoid leaking assembly references
5951         when unloading an appdomain.
5952
5953 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
5954
5955         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
5956         speed up ptr-in-nursery checks.
5957
5958         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
5959         threads_lock () to prevent deadlocks.
5960
5961         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
5962         does not need to be scanned during minor collections, since writes to it
5963         must use write barriers.
5964
5965 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
5966
5967         * metadata-verify.c: Add pe nt header verification.
5968         
5969 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5970
5971         * gc.c: Fix a few warnings when using SGEN.
5972
5973 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
5974
5975         * metadata-verify.c: Add pe optional header verification.
5976
5977 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5978
5979         * sgen-gc.c: Add support for user defined marker functions, used by
5980         MonoGHashTable to avoid registering a GC root for every hash node.
5981
5982 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5983
5984         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
5985         non-pinned roots into separate hashes to avoid having to traverse them
5986         in functions which are only interested in one kind.
5987
5988 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5989
5990         * metadata-verify.c: Add pe header machine field verification.
5991         
5992 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5993
5994         * metadata-verify.c: Add pe header size verification.
5995
5996 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5997
5998         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
5999         using the GC, they don't contain references.
6000
6001         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
6002
6003 2009-01-13  Geoff Norton  <gnorton@novell.com>
6004
6005         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
6006         AppDomains created on the native side can be cleaned up on the native side.
6007
6008 2009-01-13  Geoff Norton  <gnorton@novell.com>
6009
6010         * appdomain.c: Ensure that we call mono_context_init for the embedding api
6011         as well as the managed api.
6012
6013 2009-01-13  Geoff Norton  <gnorton@novell.com>
6014
6015         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
6016         with a MonoAppDomain initialized against it.
6017
6018 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6019
6020         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
6021         
6022         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
6023
6024         * marshal.c: Avoid setting the exception clauses after a method has been entered 
6025         into the wrapper caches. Fixes #465700.
6026
6027         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
6028         method builder.
6029         (mono_mb_create_method): Set the clauses from the method builder.
6030
6031 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6032
6033         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
6034         Patch from Makoto Kishimoto.
6035
6036 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6037
6038         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
6039         encoding them as ROOT_DESC_COMPLEX.
6040         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
6041
6042 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
6043
6044         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
6045         no longer point to the nursery.
6046
6047         * sgen-gc.c: Add a few comments/FIXMEs.
6048         
6049         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
6050
6051         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
6052         initialization of the various _method variables thread safe. Fixes
6053         #465377.
6054
6055 2009-01-12  Mark Probst  <mark.probst@gmail.com>
6056
6057         * domain.c, domain-internals.h: Remove the shared_generics_hash
6058         and its lookup functions.
6059
6060 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
6061
6062         * socket-io.c:  Fixing the MSVC build. 
6063
6064         Code is contributed under MIT/X11 license.
6065
6066 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
6067
6068         * metadata-verify.c: Add pe header watermark verification.
6069
6070 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6071
6072         * metadata-verify.c: Add lfanew verification.
6073
6074 2009-01-12  Jb Evain  <jbevain@novell.com>
6075
6076         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
6077         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
6078
6079 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
6080
6081         * socket-io.c: Fix the build.
6082
6083         * environment.c: Fix an #ifdef.
6084
6085 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6086
6087         * threadpool.c (async_invoke_thread): Handle the wait function returning
6088         WAIT_IO_COMPLETION as well.
6089         (async_invoke_io_thread): Ditto.
6090
6091 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
6092
6093         * threads.c: Fixing the Windows build.
6094
6095         Code is contributed under MIT/X11 license.
6096
6097 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6098  
6099         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
6100         interrupt a wait.
6101         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
6102         the thread to wait again.
6103
6104 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6105
6106         * metadata-verify.c: Initial skeleton of the metadata verifier.
6107
6108         * pedump.c: Add support for the metadata verifier.
6109
6110         * verify-internal.h: Export the whole assembly metadata verifier function.
6111
6112 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6113
6114         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
6115
6116 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6117
6118         * Makefile.am: Upgrade dtrace-prelink.sh location.
6119
6120 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6121
6122         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
6123         well. Otherwise the shutdown deadlock that happens on unix will can happen
6124         as well.
6125         If the main thread code finishes too fast it's possible that the finalizer
6126         thread won't have executed yet, won't record itself as the finalizer thread
6127         and the shutdown sequence will wait on it forever.
6128
6129 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6130
6131         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
6132         with MSVC.
6133
6134 2009-01-08  Miguel de Icaza  <miguel@novell.com>
6135
6136         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
6137         Robert Jordan for pointing this out.
6138
6139 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
6140
6141         * icall.c
6142         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
6143         ves_icall_System_IO_DriveInfo_GetDriveType.
6144
6145 2009-01-07  Miguel de Icaza  <miguel@novell.com>
6146
6147         * icall.c: Wrap calls to mono_strtod in CriticalSection
6148         invocations when using eglib, to work around #464316.
6149
6150 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6151
6152         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
6153         return value of GetCurrentDirectory to never access unitialized memory.
6154
6155 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6156
6157         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
6158         return value of GetCurrentDirectory and expand the buffer if needed.
6159
6160         Fixes #459094.
6161
6162 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
6163
6164         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
6165           Adding a call to mono_init_com_types.
6166
6167         Code is contributed under MIT/X11 license.
6168
6169 2009-01-07  Geoff Norton  <gnorton@novell.com>
6170
6171         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
6172         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
6173         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
6174         be the value of the ip buffer.
6175
6176 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6177
6178         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
6179         interfaces_packed here.
6180
6181         Fixes part of #463294.
6182
6183 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6184
6185         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
6186
6187         Fixes part of #463294.
6188
6189 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6190
6191         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
6192         is a boxed complex as well.
6193
6194         Fixes part of #463294.
6195
6196 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6197
6198         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
6199         control if a methodspec should be created for the generic method definition from external assemblies.
6200         Caching of methodspec is done using the handleref hash table.
6201
6202         Fixes #462592.
6203
6204 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
6205
6206         * loader.c (find_method): When searching the interfaces of a class
6207         check the transitive closure of implemented interfaces.
6208
6209         Fixes #463303.
6210
6211 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6212
6213         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
6214         
6215 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6216
6217         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
6218         interfaces calculation to fill_valuetype_array_derived_types.
6219
6220         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
6221         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
6222         for example.
6223
6224         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
6225         interfaces for valuetypes if needed.    
6226
6227         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
6228         for their basetype as well. Types are array expanded if rank is > 0.
6229
6230         Fixes #400716.
6231
6232 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
6233
6234         * socket-io.h : Changing the signature of
6235           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
6236           the blocking state.
6237
6238         * icall-def.h :  Changing the signature of
6239           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
6240
6241         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
6242           For Windows only.  Avoid blocking when calling accept by
6243           querying for a connection via select.  The loop also queries
6244           the thread state every 1000 micro seconds for the thread
6245           stop state.  This will avoid the process hanging on shutdown
6246           when using a TcpChannel that is never connected to.
6247
6248         Code is contributed under MIT/X11 license.
6249
6250 2008-12-30  Marek Safar  <marek.safar@gmail.com>
6251
6252         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
6253
6254 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6255
6256         * class.c (get_implicit_generic_array_interfaces): Extract common
6257         code to a helper function making it a lot easier on the eyes.
6258
6259 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6260
6261         * class.c (get_implicit_generic_array_interfaces): If the internal
6262         enumerator is an interface inflate System.Object instead of itself.
6263
6264         Fixes #461261.
6265
6266 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
6267
6268         * object.c (mono_runtime_invoke_array): Don't assert with
6269         byref nullable types.
6270
6271         * marshal.c (mono_marshal_get_runtime_invoke): To handle
6272         byref nullables we unbox the object and store it on the
6273         stack. 
6274         We can't use the boxed object since it is the T of Nullable<T>
6275         and the boxed representation of a nullable it's underlying type
6276         or null.
6277         We could cheat and create a boxed nullable and use the same
6278         machinery of other byref VTs but this feels like a hack and
6279         using the stack has the bonus of reducing heap pressure.
6280
6281         Fixes #461941.
6282
6283 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
6284
6285         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
6286         return value.
6287
6288         Fixes #461867.
6289
6290 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
6291
6292         * icall-def.h : Adding an internal call definition for 
6293           System.Environment.internalBroadcastSettingChange.
6294
6295         * icall.c : Adding a Windows only implementation to broadcast a 
6296           WM_SETTINGCHANGE when an environment variable has changed.
6297
6298         Code is contributed under MIT/X11 license.
6299
6300 2008-12-19  Mark Probst  <mark.probst@gmail.com>
6301
6302         * class.c, class-internals.h: Made
6303         mono_class_has_parent_and_ignore_generics() non-static.
6304
6305 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
6306
6307         * image.c: deal with the mmap failing when loading an image.
6308
6309 2008-12-17  Geoff Norton  <gnorton@novell.com>
6310
6311         * threadpool.c: Ensure that the io_queue_lock is initialized
6312         in all circumstances, as we always attempt to cleanup against it.
6313
6314 2008-12-17  Miguel de Icaza  <miguel@novell.com>
6315
6316         * icall.c (ves_icall_System_Environment_get_Platform): For
6317         compatibility reasons for existing client code we will keep
6318         returning 4 for a while.   
6319
6320         For how long will depend on the documentation being updated, and
6321         for us to give client code a chance to be updated.
6322
6323         This reverts the original decison on #433108 since we did not
6324         catch roughly 33 instances of the broken code in our own source
6325         code base, we did not catch failures on the buildbots, and QA did
6326         not bring this as a problem.
6327
6328         Only today I found some customer's code breaking due to our own
6329         class libraries not being fully updated and tracked it down to
6330         this change.  I am reverting it because if we could not even get
6331         our story straight in our own code base, how can we hope that our
6332         end user code be fixed?
6333
6334         As of this morning, our Wiki page that documents how to detect
6335         Unix had not been fixed.    
6336
6337 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
6338
6339         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
6340
6341         * class.c (mono_class_get_fields): Handle loading errors.
6342
6343 2008-12-12 Mark Mason <mmason@upwardaccess.com>
6344
6345         * 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.
6346         
6347 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6348
6349         * mono-perfcounters.c: avoid warning.
6350
6351 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6352
6353         * reflection.c (ensure_runtime_vtable): Work on generic instances and
6354         make sure all interfaces have MonoClass::interface_id set.
6355
6356         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
6357         method table is property set.
6358
6359 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6360
6361         * class.c: New function mono_class_setup_interface_id that setup
6362         MonoClass::interface_id if needed.
6363
6364         * class-internals.h: Export new function.
6365
6366 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6367
6368         * class.c: Add code to sanity check the vtable after setup_vtable_general
6369         has done it's work.
6370
6371 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
6372
6373         * icall.c: make Assembly.GetExecutingAssembly work properly when
6374         reflection is used to invoke the method.
6375         Bug #321781 fixed.
6376
6377 2008-12-11  Mark Probst  <mark.probst@gmail.com>
6378
6379         * metadata/generic-sharing.c: Look for constraints in all type
6380         arguments, not just the first one.
6381
6382 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6383
6384         * appdomain.c: return the correct CodeBase for an Assembly instance
6385         that was loaded from the shadow-copy directories.
6386         Bug #458190 fixed.
6387
6388 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
6389
6390         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
6391
6392         * sgen-gc.c (check_object): New debugging helper function.
6393
6394         * object.c: Fix calls to mono_value_copy_array ().
6395
6396 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6397
6398         * class.c (mono_class_setup_fields): If working on an inflated class
6399         first check if the generic definition did init with success.
6400
6401         Fixes #445361.
6402
6403 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6404
6405         pedump.c (main): Fix a warning.
6406
6407 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
6408
6409         * object-internals.h : Adding a definition for 
6410           MonoReflectionComVisibleAttribute.
6411
6412         * marshal.c (cominterop_com_visible) :  Method added to check the 
6413           ComVisible attribute of a class.
6414
6415         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
6416           cominterop_raise_hr_exception added to consolidate common code 
6417           to raise hr exceptions.
6418
6419         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
6420           if a managed class should support IDispatch.
6421
6422         * marshal.c 
6423           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
6424           Added additional checks for managed object when getting 
6425           an IDispatch interface.
6426
6427         Code is contributed under MIT/X11 license.
6428
6429 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6430
6431         pedump.c (main): Handle mono_get_method () returning NULL. 
6432
6433 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6434
6435         * marshal.h: Fix a warning.
6436
6437 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
6438
6439         * marshal.c : Adding cominterop_release_all_rcws to release all
6440           runtime callable wrappers held by the runtime.
6441
6442         * marshal.h : Adding declaration for cominterop_release_all_rcws.
6443           
6444         Code is contributed under MIT/X11 license.
6445
6446 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6447
6448         * metadata.c (mono_image_alloc_lock): New helper function.
6449         (mono_image_alloc0_lock): Ditto.
6450
6451         * metadata.c: Use the alloc_lock () helper functions for allocating
6452         memory from the image mempool.
6453
6454 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
6455
6456         * class.c (mono_class_from_generic_parameter): Document it's
6457         locking behavior. Fix double checked locking here, we stored in
6458         param->pklass a partially initialized MonoClass and no membar was used.
6459
6460 2008-12-05  Marek Habersack  <mhabersack@novell.com>
6461
6462         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
6463         (3) functions are present in the C library use them to do the
6464         job. If they are absent, make sure that the sum of int_part and
6465         dec_part is rounded before returning. This is necessary due to the
6466         division of dec_part by the power of 10 before the final addition
6467         is performed - if the result is not rounded in some cases it will
6468         yield invalid results.
6469
6470 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
6471
6472         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
6473         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
6474         instruction instead of a pointer constant.
6475
6476 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
6477
6478         * loader.c (mono_method_get_header): Do most of the work outside the
6479         loader lock, to avoid assembly load hook deadlocks.
6480
6481         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
6482         (mono_metadata_parse_type_full): Ditto.
6483
6484 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
6485
6486         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
6487         Make the stack depth fixed. Ensure proper argument passing to the backtrace
6488         funtions. Finally, use a lock to produce well ordered output.
6489
6490         The lock looks silly, as all calls to the corlib mempool should be guarded
6491         with the loader lock, but for some reason this fact doesn't help. 
6492
6493         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
6494
6495 2008-12-02  Mark Probst  <mark.probst@gmail.com>
6496
6497         * socket-io.c: 64 bit big-endian fixes.
6498
6499 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
6500
6501         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
6502         targets that require strict compatibility between the types.
6503
6504         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
6505         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
6506         Kill the strict argument and create a new one valuetype_must_be_boxed.
6507
6508         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
6509         state that all valuetypes must be boxed.
6510
6511         Fixes #448560.
6512
6513 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
6514
6515         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
6516         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
6517
6518         Contributed under MIT/X11 license.
6519
6520 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
6521
6522         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
6523         the inflate_generic_type machinery should handle it.
6524
6525         This avoids a crash when the field's flags is zero and it's type is
6526         a primitive.
6527         What happens is that mono_metadata_parse_type_full will see that opt_attrs
6528         is zero and will return one of the cached built-in primitive types. Since
6529         those types live in read-only memory, the code that copies it crashes.  
6530
6531 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6532
6533         * object.c: Don't put function descriptors into generalized IMT
6534         thunks.
6535
6536 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6537
6538         * class.c: Enable generic code sharing on PPC64.
6539
6540 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6541
6542         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
6543         from mini/mini.c.
6544
6545         * generic-sharing.c: Allocate the method template slists from the
6546         image mempool so it doesn't leak.
6547
6548 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
6549
6550         * class.c (generic_array_methods): Release the linked list.
6551
6552 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6553
6554         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
6555         invocation to g_utf16_to_utf8().
6556
6557 2008-11-26  Mark Probst  <mark.probst@gmail.com>
6558
6559         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
6560         arguments on big endian archs.
6561
6562 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6563
6564         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
6565         the type name (test added in corlib).
6566
6567 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6568
6569         * pedump.c: initialize perf. counters. Fixes a segv.
6570
6571 2008-11-25  Martin Baulig  <martin@ximian.com>
6572
6573         * mono-debug-debugger.c
6574         (mono_debugger_runtime_invoke): Return the exception object if an
6575         exception was thrown.  Visual Studio displays the exception object
6576         in the locals window.
6577
6578 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6579
6580         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
6581         ftnptr.
6582
6583 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6584
6585         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
6586         MONO_TYPE_U are sizeof (gpointer), too.
6587
6588 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6589
6590         * marshal.c (mono_type_native_stack_size): Fixed size and
6591         alignment for reference types.
6592
6593 2008-11-23  Mark Probst  <mark.probst@gmail.com>
6594
6595         * class.c (mono_class_generic_sharing_enabled): Disable generic
6596         code sharing for PPC64.
6597
6598 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
6599
6600         * icall.c (mono_method_get_equivalent_method): Make sure
6601         method->klass->methods is inited before looping over it.
6602
6603 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6604
6605         * object.c: when calling ExecuteAssembly in a newly created domain,
6606         the configuration file and application base are already set up.
6607         Bug #446353 take 2 fixed.
6608
6609 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
6610
6611         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
6612         Fixes #444715. Fix a warning.
6613
6614 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
6615
6616         * appdomain.c: write the full path of the assembly to the .ini file
6617         created when "shadow-copying"
6618         Bug #446353 fixed.
6619
6620 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
6621
6622         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
6623         if signature==FALSE.
6624
6625 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6626
6627         * marshal.h : Fix the cygwin build.
6628            marshal.c:12442: undefined reference to `_IID_IMarshal'
6629           
6630         Code is contributed under MIT/X11 license.
6631
6632 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6633
6634         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
6635           free threaded marshaler when QueryInterface is called on a COM callable
6636           wrapper requesting the IMarshal interface.
6637           
6638         Code is contributed under MIT/X11 license.
6639
6640 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
6641
6642         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
6643
6644         * reflection.c (mono_type_get_object): Special case the very common
6645         void type.
6646
6647         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
6648         hold typeof(void).
6649
6650 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
6651
6652         * process.h : Adding method declaration for
6653           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6654           
6655         * process.c : Adding implementation for
6656           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6657           
6658         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
6659           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6660
6661         Code is contributed under MIT/X11 license.
6662
6663 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
6664
6665         * appdomain.c (unload_thread_main): Clean up threadpool by
6666         calling mono_thread_pool_remove_domain_jobs.
6667
6668         * domain-internals.h (struct _MonoDomain): Add new fields to
6669         help coordinate the cleanup of the threadpool.
6670
6671         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
6672         that cleans up the threadpool of all jobs associated with an appdomain.
6673         It does that by cleaning up the queues and making sure all active
6674         threads are accounted.
6675
6676         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
6677         unloaded or in the process of. Take this is such way that there is
6678         no race condition between another thread starting the unload and the
6679         current thread acknowledging it.
6680
6681         * threadpool.c (async_invoke_thread): Same.
6682
6683         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
6684         firing the new thread.
6685
6686         * threadpool.c (start_tpthread): Same.
6687
6688         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
6689
6690         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
6691
6692 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
6693
6694         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6695         Add support for DuplicateHandle.
6696         
6697         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6698         Add support for DuplicateHandle.
6699         
6700         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6701         Add support for DuplicateHandle.
6702
6703         Code is contributed under MIT/X11 license.
6704
6705 2008-11-06  Mark Probst  <mark.probst@gmail.com>
6706
6707         * class-internals.h: Make min_align into a whole byte.
6708
6709         * class.c: Set min_align for SIMD types to 16.
6710
6711 2008-11-05  Geoff Norton  <gnorton@novell.com>
6712
6713         * attach.c: Default the attacher to enabled for all cases including
6714         embedded.
6715
6716 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
6717
6718         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
6719         change r117650.
6720
6721 2008-11-04  Mark Probst  <mark.probst@gmail.com>
6722
6723         * monitor.c, monitor.h: New function for querying offsets of
6724         members of MonoThreadsSync.
6725
6726 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
6727
6728         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
6729         to speed up this function and to avoid the boundless memory growth caused by
6730         the signature_dup () calls.
6731
6732 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
6733
6734         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
6735         wrapper.
6736
6737         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
6738         by 1 bit.
6739
6740         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
6741
6742 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6743
6744         * appdomain.c:
6745         * domain-internals.h: made mono_set_private_bin_path_from_config()
6746         "internal".
6747         * object.c: call the above function after setting the configuration
6748         file path for the root domain.
6749         Fixes bug #314478.
6750
6751 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6752
6753         * assembly.c: when the assembly is loaded from an absolute path, end
6754         basedir with a directory separator.
6755         Bug #440781 fixed.
6756
6757 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6758
6759         * monitor.c (mono_monitor_get_fast_enter_method): If
6760         CompareExchange is not available, don't create the fastpath
6761         instead of asserting.  (The method is missing in the 1.1 profile.)
6762
6763 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6764
6765         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
6766
6767         * monitor.c, monitor.h: Code for generating Monitor.Enter and
6768         Monitor.Exit IL fastpaths.
6769
6770 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6771
6772         * class.c (mono_class_create_from_typedef): Added Vector2ul.
6773
6774 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6775
6776         * class.c (mono_class_create_from_typedef): Added Vector2l.
6777
6778 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
6779
6780         * class.c (mono_class_create_from_typedef): Added Vector2d.
6781
6782 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6783
6784         * appdomain.c: translate \ into / for cache_path.
6785         * domain-internals.h: new mono_is_shadow_copy_enabled().
6786         * icall.c: (fill_reflection_assembly_name) do the same path
6787         manipulations that get_code_base does.
6788         (get_code_base) use mono_is_shadow_copy_enabled.
6789
6790 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
6791
6792         * appdomain.c: shadow-copied assemblies go to CachePath +
6793         ApplicationName when both are set. DynamicBase has nothing to do with
6794         shadow copies.
6795         Bug #406877 fixed.
6796
6797 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
6798
6799         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
6800         STANDALONESIG table.
6801
6802         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
6803         standalone signatures.
6804
6805         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
6806         comparison code: instead of comparing the signatures using a custom
6807         equals function, transform them to a common signature and compare that. This
6808         works better with AOT.
6809
6810 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
6811
6812         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
6813
6814         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
6815         call for generic instances.
6816         (mono_class_setup_properties): Call setup_properties () before accessing
6817         gklass->properties.
6818
6819         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6820         over the virtual methods of a class using metadata if possible, avoiding the
6821         creation of MonoMethod's for non-virtual methods.
6822         
6823         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6824         get_virtual_methods () to iterate over the virtual methods of classes.
6825
6826 2008-10-25  Martin Baulig  <martin@ximian.com>
6827
6828         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
6829
6830 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6831
6832         * class.c (mono_class_create_from_typedef): Added Vector4i.
6833
6834 2008-10-24  Mark Probst  <mark.probst@gmail.com>
6835
6836         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
6837         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
6838         special-casing applies to eliminate the call completely.
6839
6840 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6841
6842         * class.c (mono_class_create_from_typedef): Added Vector8s.
6843
6844 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
6845
6846         * class.c (mono_class_create_from_typedef): Added Vector16sb.
6847
6848 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6849
6850         * icall.c: get rid of annoying warning.
6851
6852 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6853
6854         * threadpool.c: in 1.x, if you change the background status of the
6855         threadpool thread, it's not reset.
6856         Remove unnecessary calls to SetState.
6857
6858 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6859
6860         * threadpool.c: asynchronously create a set of idle threads upon first
6861         use of the threadpool. SetMinThreads will now start the appropriate
6862         number of idle threads if they are not already running. The default is
6863         1 threadpool thread per CPU. Increased the maximum number of threads
6864         per CPU to 10.
6865
6866 2008-10-22  Martin Baulig  <martin@ximian.com>
6867
6868         Revert r116521 from Zoltan, it breaks the debugger:
6869
6870         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6871         over the virtual methods of a class using metadata if possible, avoiding the
6872         creation of MonoMethod's for non-virtual methods.
6873         
6874         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6875         get_virtual_methods () to iterate over the virtual methods of classes.
6876
6877 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6878
6879         * threads.c: when creating a threadpool thread, set its state to
6880         'background'.
6881         * threadpool.c: reset the background state of a threadpool thread
6882         after finishing each work item
6883         Bug #437888 fixed.
6884
6885 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6886
6887         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
6888         
6889         * class.c (mono_class_setup_vtable_general): Add an optimized version for
6890         generic instances which works by inflating the methods in the container
6891         class's vtable.
6892
6893         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
6894         variant which doesn't make a copy if no inflation was done.
6895         (mono_class_setup_fields): Use it.
6896
6897         * metadata.c (mono_metadata_get_shared_type): New helper function to
6898         return a shared instance of a given MonoType.
6899
6900         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
6901         a copy of most non-generic types.
6902
6903 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
6904
6905         * threadpool.c: remove one more GetSystemInfo () call.
6906
6907 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
6908
6909         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
6910         use the code in mono-proclib.h to get processor information.
6911
6912 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6913
6914         * appdomain.c: fixed the logic that determines whether assemblies in a
6915         directory are "shadow-copied" or not. Bug #433483 fixed.
6916
6917 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6918
6919         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
6920         warning.
6921
6922 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6923
6924         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
6925         returning a vtype.
6926
6927         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
6928         reflection.c: Use mono_field_get_name () for accessing a field's name.
6929
6930         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
6931         class.c
6932
6933         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
6934         field.
6935
6936         * loader.c (find_method_in_class): Reenable the metadata optimization by
6937         not using it for generic instances.
6938
6939         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
6940         data/def_type fields from MonoClassField into a separate structure.
6941         (struct MonoClassField): Remove data/def_type fields.
6942         (struct _MonoClass): Add a 'field_def_values' array to store the default
6943         values/RVA for fields.
6944
6945         * class.c reflection.c: Update after the changes.
6946         
6947         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
6948         for accessing field->data.
6949
6950         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
6951
6952         * loader.c (find_method_in_class): Revert the last change for now as
6953         it breaks Mono.C5 unit tests.
6954
6955         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
6956         'field_generic_types' and 'field_objects' which contain the information
6957         previously stored in MonoInflatedField.
6958         (MonoInflatedField): Delete.
6959         (struct _MonoClassField): Delete 'generic_info' field.
6960
6961         * reflection.c: Store the information which was previously in 
6962         field->generic_info in MonoDynamicGenericClass instead.
6963
6964         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
6965         MonoClassField changes.
6966
6967 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
6968
6969         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
6970         store the value inside the data array of the MonoMethodWrapper.
6971         This saves memory, is faster and fixes the lifetime issues (methods
6972         were never removed from the hash previously). May also fix bug#436996.
6973
6974 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6975
6976         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
6977         generic instances, compute the type from the generic definition instead of
6978         looking in field->generic_info.
6979
6980         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
6981         for inflated fields, the only user was get_fieldref_token () which no
6982         longer needs it.
6983
6984         * class.c (mono_class_init): Revert the last change as it seems to cause
6985         crashes.
6986
6987         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
6988         bytes on 64 bit platforms.
6989
6990         * object.c (mono_class_create_runtime_vtable): Fix a warning.
6991         
6992         * object.c (mono_class_create_runtime_vtable): Don't initalize
6993         field->data/field->def_type here, it is done lazily by 
6994         mono_class_get_field_default_value ().
6995
6996         * icall.c (ves_icall_get_enum_info): Call 
6997         mono_class_get_field_default_value () instead of directly accessing
6998         field->data and field->def_type.
6999
7000         * object.c (get_default_field_value): Ditto.
7001
7002         * class.c (mono_field_get_data): Ditto.
7003         
7004         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
7005         call for generic instances.
7006
7007         * loader.c (find_method_in_class): If klass != from_class, then inflate
7008         the method with the context of from_class, since the caller assumes this.
7009
7010 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
7011
7012         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
7013         for accessing method->slot.
7014
7015 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
7016
7017         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
7018
7019 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
7020
7021         * class.c (mono_method_get_vtable_index): Use
7022         mono_method_get_vtable_slot () for accessing method->slot.
7023
7024         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
7025         accessing klass->methods.
7026
7027         * class.c (mono_method_get_vtable_slot): New helper function.
7028         (mono_class_get_vtable_entry): Ditto.
7029         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
7030         accessing method->slot.
7031
7032         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
7033         method to get_inflated_method ().
7034
7035         * class.c (mono_class_get_inflated_method): New helper method to obtain
7036         a method of an inflated class without calling setup_methods ().
7037         (mono_class_get_cctor): Use get_inflated_method.
7038
7039         * generic-sharing.c (mono_class_get_method_generic): Ditto.
7040         
7041         * marshal.c image.c: Lazily create all the marshal caches.
7042
7043         * image.c (mono_image_init): Move initialization of runtime_invoke
7044         caches to marshal.c.
7045
7046         * marshal.c (get_cache): New helper function to lazily initialize a 
7047         wrapper cache.
7048         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
7049
7050         * debug-helpers.c (mono_method_full_name): Include generic arguments.
7051
7052 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
7053
7054         * loader.c: fixed check for interface type.
7055
7056 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
7057
7058         * appdomain.c: check for NULL setup before it's referenced.
7059
7060 p
7061 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
7062
7063         * class.c: remove the unused old vtable setup code.
7064
7065 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
7066
7067         * class.c: don't depend on interface order in
7068         setup_interface_offsets (bug #435777).
7069         * reflection.c: sort the InterfaceImpl table (patch from
7070         Jb Evain  <jbevain@novell.com>).
7071
7072 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
7073
7074         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
7075         the low level assemblies lock.
7076
7077 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
7078
7079         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
7080         object.c, reflection.c, socket-io.c, threads.c: introduced
7081         mono_framework_version () to return the major framewrok version,
7082         changed the code that was using more complex patterns to use it.
7083         Return the correct value for PlatformID for OSX.
7084
7085 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
7086
7087         * icall-def.h, process.h, process.c: added an icall to get info about
7088         processes using mono-proclib.
7089
7090 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
7091
7092         * mono-perfcounters.c: use the mono-proclib functions to
7093         access process information.
7094
7095 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
7096
7097         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
7098         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
7099         reflection.c: remove rawbuffer usage: mmap support is more sanely
7100         provided by utils/mono-mmap.
7101
7102 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
7103
7104         * gc.c: use posix semaphores when possible so that
7105         mono_gc_finalize_notify() is signal safe.
7106
7107 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
7108
7109         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
7110         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
7111         be #ifdef-ed out, the linker will remove the rest.
7112
7113         * marshal.c: Implement DISABLE_COM.
7114
7115         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
7116
7117 2008-10-11  Miguel de Icaza  <miguel@novell.com>
7118
7119         * locales.c (string_invariant_compare_char): Optimization: do not
7120         call g_unichar_type unless we actually need the information.
7121
7122 2008-10-10  Mark Probst  <mark.probst@gmail.com>
7123
7124         * object.c, class-internals.h: Also create remoting trampolines
7125         for generic methods.  Pass the domain to the remoting trampoline
7126         creation function, too.
7127
7128 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
7129
7130         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
7131
7132 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7133
7134         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
7135         Vector4ui.
7136
7137 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7138
7139         * assembly.c:
7140         * locales.c: remove the use of g_strdown. Fixes bug #322313.
7141
7142 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
7143
7144         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
7145         for the least possible amount of time (extending the fix in r113458).
7146
7147 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7148
7149         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
7150
7151 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
7152
7153         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
7154         as possible simd intrinsic types.
7155         Optimized the test to check for the common prefix first.
7156
7157 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
7158
7159         * class.c: back out part of a broken optimization committed on
7160         May 23th (bug #433908).
7161
7162 2008-10-09  Mark Probst  <mark.probst@gmail.com>
7163
7164         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
7165         Win32.  Should fix #432388 for most cases until we have the new
7166         profiler on Win32.
7167
7168 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
7169
7170         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
7171         instead of using inst->id so the hash is stable for AOT.
7172
7173 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7174
7175         * appdomain.c:
7176         * icall.c: create a .ini file for shadow-copied assemblies that
7177         contains the location of the original assembly. Use this to return the
7178         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
7179         Also fix the number of '/' for windows when returning the CodeBase.
7180         Fixes bug #430920.
7181
7182 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7183
7184         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
7185
7186         Code is contributed under MIT/X11 license.
7187
7188 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7189
7190         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
7191           if if the class vtable needs initialized.
7192
7193         Code is contributed under MIT/X11 license.
7194
7195 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7196
7197         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
7198           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
7199           STRING->BSTR, and CLASS->INTERFACE.
7200
7201         Code is contributed under MIT/X11 license.
7202
7203 2008-10-07  Marek Habersack  <mhabersack@novell.com>
7204
7205         * sysmath.h: changed the declaration of the
7206         ves_icall_System_Math_Round2 icall by adding an extra
7207         away_from_zero parameter.
7208
7209         * sysmath.c (ves_icall_System_Math_Round2): added support for
7210         away from zero rounding. The icall now takes an extra boolean
7211         parameter to signal that away from zero operation is requested.
7212
7213 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
7214
7215         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
7216         the delegate klass so it can work with full-aot.
7217         (mono_marshal_get_delegate_end_invoke): Ditto.
7218         (mono_marshal_get_delegate_invoke): Ditto.
7219
7220 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
7221
7222         * gc.c, attach.h, attach.c: remove a bad pattern:
7223         add_finalizer_callback () is not implemented correctly, it can't
7224         without adding more overhead to the finalizer loop and it's not
7225         even needed, since we know exactly what we need to call, so there is
7226         no need to do so through an expensive function pointer.
7227
7228 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
7229
7230         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
7231         for the no-gc case.
7232         * attach.c (mono_attach_init): Remove the #ifdef.
7233
7234 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
7235
7236         * attach.c (mono_attach_init): Don't use
7237         mono_gc_add_finalizer_thread_callback when compiling without GC.
7238         Fixes #432306.
7239         
7240         Code is contributed under MIT/X11 license.
7241
7242 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
7243
7244         * class.c (mono_class_create_from_typedef): Remove the 
7245         #ifndef DISABLE_SIMD stuff.
7246
7247 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
7248
7249         * class-internals.h (MonoClass): Added simd_type bit field.
7250
7251         * class.c (mono_class_create_from_typedef): Check if type is a simd
7252         intrinsic.
7253
7254 2008-10-03  Mark Probst  <mark.probst@gmail.com>
7255
7256         * object.c (mono_method_add_generic_virtual_invocation): Only add
7257         instantiations to the thunk whose count is at least as large as
7258         the threshold.
7259
7260 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
7261
7262         * icall.c: changed the Type of the exception thrown when trying to
7263         invoke a constructor on an abstract class. Part of the fix for bug
7264         #324185.
7265
7266 2008-10-02  Mark Probst  <mark.probst@gmail.com>
7267
7268         * class.c, class-internals.h (mono_method_get_vtable_index): New
7269         function which returns the index into the vtable and properly
7270         handles inflated virtual generic methods.
7271
7272 2008-10-01  Mark Probst  <mark.probst@gmail.com>
7273
7274         * object.c, domain.c, object-internals.h, domain-internals.h:
7275         Generalize IMT thunk machinery to also handle thunks for virtual
7276         generic method invokes.  When a virtual generic method is invoked
7277         more than a number of times we insert it into the thunk so that it
7278         can be called without lookup in unmanaged code.
7279
7280         * generic-sharing.c, class-internals.h: Fetching a
7281         MonoGenericInst* for a method from an (M)RGCTX.
7282
7283 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
7284
7285         * marshal.c (emit_marshal_string): Applied a variant of a patch by
7286         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
7287         marshalling. Fixes #431304.
7288
7289 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
7290
7291         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7292           handle when ref is specified without In or Out.
7293
7294         Code is contributed under MIT/X11 license.
7295
7296 2008-09-30  Mark Probst  <mark.probst@gmail.com>
7297
7298         * loader.c (mono_get_method_constrained): Don't expand method with
7299         the class's context, because it's already a method of that class.
7300
7301 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
7302
7303         * attach.c : should be correct build fix.
7304
7305 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
7306
7307         * attach.c: Fix the previous change.
7308
7309 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
7310
7311         * attach.c : quick w32 build fix.
7312
7313 2008-09-27  Miguel de Icaza  <miguel@novell.com>
7314
7315         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
7316         crashes MonoDevelop: #430455.
7317
7318 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
7319
7320         * domain-internals.h (struct _MonoDomain): Move most fields used only by
7321         the JIT do MonoJitDomainInfo in ../mini/mini.h.
7322
7323         * domain.c: Remove initialization/cleanup of the removed fields.
7324
7325 2008-09-27  Mark Probst  <mark.probst@gmail.com>
7326
7327         * class.c (mono_class_generic_sharing_enabled): Enable generic
7328         code sharing for PPC.
7329
7330 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
7331
7332         * attach.c : Fixing the Windows builds.
7333
7334         Code is contributed under MIT/X11 license.
7335
7336 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7337
7338         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
7339         the default generic sharing mode to 'all'.
7340
7341 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7342
7343         * generic-sharing.c, class-internals.h: New function for checking
7344         whether a method needs a static RGCTX invoke wrapper.  A few
7345         funtions moved from mini/generic-sharing.c.
7346
7347         * icall.c: New function used.
7348
7349 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7350
7351         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7352         Static RGCTX invoke wrapping applies to value type methods, too.
7353
7354         * class.c (mono_class_setup_vtable_general): In generic-shared
7355         value types, wrap methods with a static RGCTX invoke wrapper.
7356
7357 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7358
7359         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
7360         osx build.
7361
7362 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
7363
7364         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
7365         register a callback which is called when the finalizer thread is woken
7366         up.
7367         (finalizer_thread): Call the callback if it exists.
7368
7369         * attach.h attach.c: New files, implementing the attach mechanism.
7370
7371         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
7372         
7373         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
7374         by the previous change.
7375
7376 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
7377
7378         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
7379         loader.c, marshal.c, metadata-internals.h, metadata.c,
7380         method-builder.c, object.c, reflection.c: introduced specific functions
7381         to allocate from the domain and image mempools and cleaned up most of
7382         the code to use them (still missing a few in reflection.c).
7383         Keep the loader bytes counter updated.
7384
7385 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
7386
7387         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
7388         loader-related counters.
7389
7390 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
7391
7392         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
7393         added more MS-compatible counters.
7394
7395 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
7396
7397         * class.c (mono_class_setup_fields): Call setup_fields before accessing
7398         class->blittable. Fixes #428217.
7399
7400 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
7401
7402         * reflection.c (mono_image_get_field_on_inst_token): Call 
7403         field_encode_signature () since that handles custom modifiers too.
7404         Fixes #424663.
7405
7406 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
7407
7408         * reflection.c (add_custom_modifiers): New helper function to merge custom
7409         modifiers stored in objects to a MonoType.
7410         (fieldref_encode_signature): Encode custom modifiers.
7411         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
7412         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
7413
7414 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
7415
7416         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
7417         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
7418         64-bit IL only images because imports are not resolved for IL only images.
7419         Special thanks to Bill Holmes for finding this bug and testing the patch.
7420         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
7421
7422         Contributed under MIT/X11 license.
7423
7424 2008-09-19  Miguel de Icaza  <miguel@novell.com>
7425
7426         * mono-config.c (dllmap_start): Add support for the bits keyword
7427         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
7428
7429 2008-09-19  Mark Probst  <mark.probst@gmail.com>
7430
7431         * reflection.c (inflate_mono_method): When the class the method is
7432         to be inflated for is itself not inflated, just return the method.
7433
7434 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
7435
7436         * mono-perfcounters.c: use more user friendly process instance names.
7437
7438 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
7439
7440         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7441           handle "[in] ref" and "[in][out] ref" cases.
7442
7443         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
7444           to mono_mb_create_method.  This was causing problems calling native to
7445           managed passing Variants by value.
7446
7447         Code is contributed under MIT/X11 license.
7448
7449 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
7450
7451         * class.c (can_access_internals): Call mono_assembly_load_friends ()
7452         before accessing the friend_assembly_names field.
7453
7454         * assembly.c (mono_assembly_load_friends): Make this callable multiple
7455         times.
7456         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
7457         called lazily when it is needed.
7458
7459         * metadata-internals.h (struct _MonoAssembly): Add 
7460         'friend_assembly_names_inited' flag.
7461
7462 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
7463
7464         * mono-perfcounters-def.h: fix the types of a few counters.
7465         * mono-perfcounters.c: implemented the instance names getter
7466         and a few bugfixes.
7467
7468 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
7469
7470         * culture-info-table.h : regenerated.
7471
7472 2008-09-17  Robert Jordan  <robertj@gmx.net>
7473
7474         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
7475         context bound objects. Fixes #415577.
7476
7477         Code is contributed under MIT/X11 license.
7478
7479 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
7480
7481         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
7482         implementation (bug #423582).
7483
7484 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
7485
7486         * object.c (mono_object_get_virtual_method): Handle the case method->slot
7487         is not set. Fixes #426309.
7488
7489 2008-09-16  Jb Evain  <jbevain@novell.com>
7490
7491         * class.c (mono_class_from_name): fix the exported type look up
7492         when the type is defined in a referenced assembly.
7493
7494 2008-09-16  Jb Evain  <jbevain@novell.com>
7495
7496         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
7497         increment the next index counter on each iteration to make that work
7498         for more than one type forwarder. Unmanaged part to fix #422929.
7499
7500 2008-09-15  Mark Probst  <mark.probst@gmail.com>
7501
7502         * object-internals.h: enum ComInterfaceType in
7503         MonoInterfaceTypeAttribute is guint32, not guint16.
7504
7505 2008-09-12  Mark Probst  <mark.probst@gmail.com>
7506
7507         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
7508         writing code.
7509
7510 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7511
7512         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
7513         not gboolean.
7514
7515 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7516
7517         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
7518         Endianness fixes for MonoSymbolFileOffsetTable.
7519
7520 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7521
7522         * process.c (complete_path) : Removing quotes from the 
7523           input path.  The glib file routines do not handle file paths
7524           that have quotes around them.
7525
7526         Code is contributed under MIT/X11 license.
7527
7528 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7529
7530         * socket-io.h : Adding a comment to provide locations where 
7531           changes to MonoSocketAsyncResult need to be synced.
7532
7533         Code is contributed under MIT/X11 license.
7534
7535 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
7536
7537         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
7538         parameters as well. Fixes #425001.
7539
7540 2008-09-08  Miguel de Icaza  <miguel@novell.com>
7541
7542         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
7543         windows build.
7544
7545 2008-09-07  Miguel de Icaza  <miguel@novell.com>
7546
7547         * console-io.c: Add support for tracking the window size if it
7548         changes.
7549
7550         The setup is very simple: the TtySetup function will now return a
7551         pointer to a location in memory that tracks the current console
7552         size.  The managed code checks its current value every time its
7553         queried against the last value set, and updates accordingly.
7554
7555         With this setup we can work with multiple consoles, and we do not
7556         require to poke into managed code from a signal handler.
7557
7558         Additionally, the environment for COLUMNS and LINES is now handled
7559         in unmanaged code.
7560
7561         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
7562
7563 2008-09-07  Mark Probst  <mark.probst@gmail.com>
7564
7565         * marshal.c (mono_type_native_stack_size): Treat
7566         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
7567
7568 2008-09-04  Jb Evain  <jbevain@novell.com>
7569
7570         * class.c (mono_class_is_assignable_from): fix assignability of nullables
7571         to nullables.
7572
7573 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
7574
7575         * verify.c (verify_type_compatibility_full): Revert change
7576         to allow converting a native int to unmanaged pointer be verifiable
7577         under non-strict mode.
7578         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
7579
7580         * verify.c: Added some TODOs.
7581
7582 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
7583
7584         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
7585           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
7586           Changed to use GlobalAlloc for the memory returned on Windows platforms.
7587
7588         Code is contributed under MIT/X11 license.
7589
7590 2008-09-02  Jb Evain  <jbevain@novell.com>
7591
7592         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
7593
7594 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
7595
7596         reflection.c (typebuilder_setup_fields): Handle classes with
7597         explicit size.
7598
7599 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
7600
7601         class.c (mono_class_setup_events): Add memory barrier due to
7602         double checked locking.
7603         
7604         class.c (mono_class_setup_properties): Same.
7605
7606 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
7607
7608         * class.c (mono_class_is_assignable_from): Fix the build.
7609         
7610         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
7611         before accessing klass->interface_bitmap. Fixes #421744.
7612
7613 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
7614
7615         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
7616         the runtime into no-exec mode, useful when running the AOT compiler.
7617
7618         * appdomain.c gc.c object.c: Avoid executing managed code when running
7619         in no-exec mode.
7620         
7621         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
7622
7623         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
7624         special case when the mono_assembly_loaded () returns NULL because the 
7625         search hook is not installed.
7626
7627 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
7628
7629         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
7630         crashes in bstr marshalling on linux.
7631
7632 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7633
7634         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
7635         with more than one parameter.
7636
7637 2008-08-24  Miguel de Icaza  <miguel@novell.com>
7638
7639         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
7640         start/stop flow control as well when turning off ICANON (allows
7641         C-s and C-q to be read by Console.ReadKey).
7642
7643 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7644
7645         * class.c (mono_class_init): Move the initialization of nested classes
7646         into mono_class_get_nested_types (). Fixes #418433.
7647
7648         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
7649         flag.
7650
7651         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
7652         iterating tough the nested classes of a class.
7653
7654 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
7655
7656         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
7657         on arm.
7658
7659 2008-08-22  Miguel de Icaza  <miguel@novell.com>
7660
7661         * console-io.c (sigcont_handler): Support signal chaining for
7662         SIGCONT.
7663
7664         (console_set_signal_handlers): Use best practices with sigaction,
7665         clear the structure before using it. 
7666
7667 2008-08-22  Robert Jordan  <robertj@gmx.net>
7668
7669         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
7670         Fix the Windows build.
7671
7672 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
7673
7674         * class.c (mono_class_generic_sharing_enabled): Make the default
7675         sharing mode 'corlib'.
7676
7677 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
7678
7679         * console-io.c (console_set_signal_handlers): Fix a warning.
7680
7681         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
7682         method normally, the JIT will take care of avoiding recursion.
7683
7684 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
7685
7686         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
7687
7688         Code is contributed under MIT/X11 license.
7689
7690 2008-08-20  Miguel de Icaza  <miguel@novell.com>
7691
7692         * console-io.c (sigcont_handler): We need to restore the entire
7693         termios state, not only the original settings, as things like echo
7694         can be controlled after this (Booish exposes this issue with its
7695         own ReadLine implementation).
7696
7697         Additionally, we need to set the terminal back into keypad_xmit
7698         mode.
7699         
7700         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
7701         string as a paramter as well.   Otherwise we get different
7702         keyboard sequences.
7703
7704 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
7705
7706         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
7707         delegates with byref out parameter passing. Fixes #351520.
7708
7709         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
7710         a generic context.
7711         (mono_type_get_desc): Add the type arguments for GENERICINST.
7712         (mono_method_full_name): Stringify the class name using mono_type_full_name
7713         so it picks up generic arguments.
7714
7715 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
7716
7717         * console-io.c: Removed debug output.
7718
7719 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
7720
7721         reflection.c (mono_reflection_create_runtime_class): Alloc
7722         the nested classes linked list using the dynamic image mempool.
7723         Fixes leak in corlib compilation.
7724
7725 2008-08-19  Miguel de Icaza  <miguel@novell.com>
7726
7727         * console-io.c: Fix incredibly annoying behavior on the console
7728         after resuming execution after control-z.   This affected every
7729         console application.
7730
7731 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
7732
7733         * mempool-internals.h: Header for mono private mempool functions. The first
7734         two function are for allocating glib linked lists using pools.
7735
7736         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
7737
7738         * Makefile.am: Added mempool-internals.h.
7739
7740 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
7741
7742         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
7743         (mono_domain_free): Ditto.
7744
7745         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
7746         be used by the JIT to store its domain-specific information, instead of putting
7747         it directly into MonoDomain.
7748
7749         * domain.c (mono_install_create_domain_hook): New helper function to install
7750         a hook which initializes domain->runtime_info.
7751
7752         * domain.c (mono_install_free_domain_hook): Ditto.
7753         
7754 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
7755
7756         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
7757         asserting if the ares parameter is null.
7758
7759         * mono-perfcounters.c: Fix warnings.
7760
7761         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
7762         is not needed, don't check for interruptions either.
7763         (mono_marshal_get_delegate_end_invoke): Ditto.
7764
7765 2008-08-15  Marek Habersack  <mhabersack@novell.com>
7766
7767         * mono-perfcounters.c (predef_readonly_counter): added support for
7768         reading the ASP.NET Requests Queued counter from another process.
7769
7770 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
7771
7772         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
7773         MonoImage to simplify the AOT code.
7774
7775 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
7776
7777         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
7778         marshalling. Fixes #416078.
7779
7780 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7781         
7782         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
7783         it is set, looking up the icall address is deferred to the JIT, since 
7784         in embedded scenarios, the icall might not be registered in the runtime
7785         doing the AOT compilation. Backported from the 2.0 branch.
7786
7787 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7788
7789         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
7790         Fixes #415621.
7791
7792 2008-08-05  Marek Habersack  <mhabersack@novell.com>
7793
7794         * Makefile.am: added support for cross-compilation.
7795
7796 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
7797
7798         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
7799
7800 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7801
7802         * mono-perfcounters.c: jitted methods and jitted bytes counters.
7803
7804 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
7805
7806         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
7807         mono-perfcounters.c: performance counters implementation.
7808
7809 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
7810
7811         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
7812         to gpointer, letting the AOT code decide what to store in it.
7813
7814 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
7815
7816         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
7817           mono_class_setup_methods if the methods are not initialized.
7818
7819         Code is contributed under MIT/X11 license.
7820
7821 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7822
7823         * verify.c: Remove some debug code I commited by accident.
7824
7825         * verify.c (mono_method_is_valid_in_context): Change the return value
7826         to make possible to distinguish between invalid and unverifiable.
7827
7828         * verify.c (verifier_load_method): Don't return NULL for unverifiable
7829         methods.
7830
7831 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7832
7833         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
7834         constraints. Fixes regression in gtest-253.
7835
7836 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7837
7838         * verify.c (mono_verifier_verify_class): Don't allow generic types
7839         with explicit layout.
7840
7841         * verify.c (mono_method_verify): Check locals and argument types.
7842
7843 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
7844
7845         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
7846         wait if the thread is in StopRequested state.
7847
7848         * class.c (mono_class_from_name): Refactor the module searching code into
7849         a separate function so it can be reused in the AOT case too.
7850
7851 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
7852
7853         * verify.c (mono_type_is_valid_in_context): Improve the error message.
7854         Check both the type and it's generic type definition for loader errors.
7855         
7856         * verify.c (mono_method_is_valid_in_context): Don't generate another
7857         error when a type errors occur, this leads to the wrong exception been
7858         thrown.
7859
7860 2008-07-28  Dick Porter  <dick@ximian.com>
7861
7862         * icall-def.h
7863         * process.c
7864         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
7865         New internal calls to duplicate and close a process handle.
7866
7867 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
7868
7869         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
7870
7871 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
7872
7873         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
7874
7875 2008-07-27  Robert Jordan  <robertj@gmx.net>
7876
7877         * class.c (mono_class_init): Don't compute class.has_finalize for
7878         valuetypes. Fixes #412477.
7879
7880 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
7881
7882         * verify.c: Implement constraint equivalence checking.
7883         This is required when a generic parameter is used as
7884         argument to a constrained one.
7885
7886         Fixes #410637.
7887
7888 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
7889
7890         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7891
7892         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
7893
7894         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
7895         synch with managed object layout.
7896
7897 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7898
7899         * verify.c (do_branch_op): Handle valuetypes and generic
7900         arguments properly.
7901
7902         * verify.c (do_cmp_op): Same.
7903
7904         Fixes #410383.
7905
7906 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7907
7908         * generic-sharing.c: Fix memory leaks.
7909
7910         * class.c, class-internals.h: Make
7911         mono_class_inflate_generic_type_with_mempool() non-static.
7912
7913 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7914
7915         * pedump.c (dump_verify_info): Dump full class name.
7916
7917 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7918
7919         * generic-sharing.c: Removed some old code that didn't do anything.
7920
7921 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
7922         * profiler.c: Added runtime_initialized_event,
7923         mono_profiler_install_runtime_initialized and
7924         mono_profiler_runtime_initialized. This new hook tells the profiler
7925         when the runtime is sufficiently initialized to be able to call
7926         mono_thread_attach on the root appdomain.
7927         * profiler.h, profiler-private.h: Likewise.
7928
7929 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7930
7931         * verify.c (do_cast): Do boxing for generic arguments as well.
7932
7933         * class.c (is_nesting_type): Drop generic instantiations before
7934         checking for nesting.
7935
7936         * class.c (can_access_instantiation): Allow access to generic
7937         arguments.
7938
7939 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7940
7941         * verify.c (verify_class_for_overlapping_reference_fields):
7942         On some cases, the field size might be zero, guard against that.
7943         Fix the explicit layout check to work as expected.
7944
7945 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
7946
7947         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
7948         mono_thread_resume () during shutdown, since the thread we want to abort
7949         might be suspended.
7950
7951 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
7952
7953         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
7954         warning.
7955
7956         * debug-mono-symfile.c: Fix a warning.
7957
7958         * mono-perfcounters.c (get_cpu_times): Fix a warning.
7959
7960         * object.c (mono_class_vtable): Check if exception_type is set, and return
7961         NULL as defined by the function comments.
7962
7963 2008-07-22  Mark Probst  <mark.probst@gmail.com>
7964
7965         * mempool.c: Use malloc for every single mempool allocation if the
7966         configure option is set.  This makes it easier to track mempool
7967         allocations with tools like Valgrind.
7968
7969 2008-07-22  Jb Evain  <jbevain@novell.com>
7970
7971         * reflection.c (create_dynamic_mono_image): emit the same
7972         metadata version that SL2 does when creating a SL2 image.
7973
7974 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
7975
7976         * icall-def.h:
7977         * icall.c: New icall System.Enum:get_hashcode. This function
7978         avoids the overhead of boxing the enum to the underlying type.
7979
7980 2008-07-21  Mark Probst  <mark.probst@gmail.com>
7981
7982         * reflection.c (mono_method_get_object): Don't let static RGCTX
7983         invoke wrappers get into MonoReflectionMethods.
7984
7985 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
7986
7987         * object-internals.h:
7988         * object.c: New mono_runtime_class_init_full function
7989         that makes throwing the exception optinal.
7990
7991         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
7992         for the case where the exception object is supplied.
7993
7994 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
7995
7996         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
7997         old ld versions.
7998
7999         Contributed under MIT/X11 license.
8000
8001 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8002
8003         * string-icalls.c (ves_icall_System_String_InternalSplit):
8004         Optimize array allocation by caching the MonoClass of the
8005         array type.
8006
8007         * icall.c (ves_icall_Type_GetMethodsByName): Same.
8008
8009         * reflection.c (mono_param_get_objects): Same.
8010
8011 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8012
8013         * icall-def.h:
8014         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
8015         It inflates the given type using the class context.
8016
8017 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
8018
8019         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
8020         the vtable if it already exists.
8021
8022         * object-internals.h: Add mono_class_try_get_vtable as part of the
8023         internal API.
8024
8025         * reflection.c (mono_type_get_object): Use the MonoObject from the
8026         vtable when possible. Reduces locking contention on reflection heavy
8027         code.
8028
8029 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
8030
8031         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
8032         g_bit_nth_msf () since that macro is not implemented in eglib.
8033
8034 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
8035
8036         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
8037         on platforms which do not support it.
8038
8039 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
8040
8041         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
8042
8043 2008-07-11  Martin Baulig  <martin@ximian.com>
8044
8045         * mono-debug-debugger.h
8046         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
8047
8048         * mono-debug-debugger.c
8049         (_mono_debugger_interruption_request): New global volatile variable.
8050         (mono_debugger_check_interruption): New public function.
8051
8052         * threads.c
8053         (mono_thread_current_check_pending_interrupt): Call
8054         mono_debugger_check_interruption().
8055         (mono_thread_interruption_checkpoint_request): Likewise.
8056
8057 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8058
8059         * verify.c: Add more type checks for loaded types. Verify the result
8060         handle from ldtoken.
8061
8062 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8063
8064         * loader.c (field_from_memberref): Don't crash if the field
8065         wasn't found.
8066
8067 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8068
8069         * verify.c: Verify if type and method instantiations
8070         don't have invalid VAR or MVAR arguments.
8071
8072 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8073
8074         * verify.c: Fix double free of function pointer list.
8075
8076 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8077
8078         * object.c (mono_string_to_utf8): Comment the new code as it
8079         breaks under eglib.
8080
8081 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
8082
8083         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
8084
8085 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
8086
8087         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
8088           is not throw too many times.
8089
8090         Code is contributed under MIT/X11 license.
8091
8092 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
8093
8094         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
8095         debugging is turned off.
8096
8097 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
8098
8099         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
8100
8101 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8102
8103         * class-internals.h, class.c: Added new generic sharing option:
8104         Share only stuff in System.Collections.Generic, which is now the
8105         default.
8106
8107 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8108
8109         * generic-sharing.c, class-internals.h: New function for getting a
8110         generic method in a generic class given the corresponding method
8111         for a different instantiation of the class.  Partly refactored
8112         from mini-trampolines.c.
8113
8114         * class.c: Make sure generic methods have a class_inst if they are
8115         part of a generic class.
8116
8117         * metadata.c (mono_type_stack_size_internal): Handle type
8118         variables.
8119
8120 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8121
8122         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
8123         Signifies whether information on the this/vtable/mrgctx variable
8124         is available.
8125
8126 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8127
8128         * object.c, object-internals.h, icall.c: New function
8129         mono_delegate_ctor_with_method(), which does the same as
8130         mono_delegate_ctor(), but takes an explicit method argument
8131         instead of taking the method from the jit info.
8132
8133         * marshal.c: When creating a delegate with an inflated method take
8134         the "this" argument as the target class for the castclass.
8135
8136 2008-07-03  Mark Probst  <mark.probst@gmail.com>
8137
8138         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
8139         mono_jit_info_table_find() to perform very badly in some cases.
8140
8141 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
8142
8143         * icall.c (type_from_typename): Handle 'string'.
8144
8145         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
8146         wrappers into the wrapper_hash, since the key is not a MonoMethod.
8147
8148 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
8149
8150         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
8151
8152         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
8153         number of available managed allocator types.
8154
8155         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
8156         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
8157
8158 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
8159
8160         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
8161         which is a low level lock protecting just the 'jit_code_hash' hash table.
8162
8163         * domain.c: Initialize+cleanup jit_code_hash_lock.
8164         
8165 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8166
8167         * coree.c (mono_load_coree): Set coree_module_handle global variable only
8168         after initialization.
8169
8170         * coree.h: Make MonoFixupExe internal.
8171
8172         Contributed under MIT/X11 license.
8173
8174 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8175
8176         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
8177         because that is platform independent. Check NumberOfRvaAndSizes in PE32
8178         as well.
8179         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
8180         image being loaded is a CLI image and _CorValidateImage gets called.
8181
8182         * coree.h: Add MonoLoadImage.
8183
8184         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
8185         instead of LoadLibrary.
8186
8187         Contributed under MIT/X11 license.
8188
8189 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
8190
8191         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
8192         for any primitive type.
8193
8194 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
8195
8196         * object.c (mono_array_new_specific): Optimize this and the other allocation
8197         functions a bit.
8198         
8199         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
8200         domains too if mono_dont_free_domains is set.
8201
8202         * domain-internals.h (mono_dont_free_domains): New internal option controlling
8203         whenever to free appdomain data after it has been unloaded.
8204
8205         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
8206         
8207 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
8208
8209         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
8210         (mono_method_get_equivalent_method): Fix a warning.
8211
8212         * object.c (mono_message_init): Avoid looking up array types for each call.
8213
8214 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
8215
8216         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
8217         call.
8218
8219         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
8220         even more.
8221
8222         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
8223         each iteration.
8224
8225         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
8226         fields of an enum.
8227
8228 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
8229
8230         * object.c (mono_value_box): Fix boxing of nullables.
8231
8232 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
8233
8234         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
8235         mono_module_handle that is defined by the linker; no initialization required.
8236         * coree.h: Remove mono_module_handle, add __ImageBase, update
8237         mono_image_open_from_module_handle.
8238         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
8239         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
8240         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
8241         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
8242         to 4 GB away from image base address. IA64 version is not tested but was very
8243         easy to implement and should work if we ever need it.
8244         * domain.c (mono_init_internal): Avoid system error message boxes.
8245         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
8246         with has_entry_point. Handle do_mono_image_load fauilre correctly.
8247         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
8248         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
8249         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
8250
8251         Contributed under MIT/X11 license.
8252
8253 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8254
8255         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
8256         as part of the private mono API.
8257         
8258         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
8259         Do proper argument checking for methods that belong to generic classes.
8260         Do proper type resolution for GMFH/2.
8261         Fixes #377324.
8262         
8263 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8264
8265         * verify.c (do_switch): Fix a memory corruption bug with
8266         the jump index is out of bound.
8267
8268 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8269
8270         * verify.c: Disable debug code.
8271
8272 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8273
8274         * reflection.c (mono_image_get_methodbuilder_token): Use
8275         mono_image_get_methodspec_token_for_generic_method_definition
8276         instead of mono_image_get_memberref_token. We cache more memberef
8277         entries now.
8278
8279 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8280
8281         * verify.c: Inflate exception clause types.
8282         Fixes #402606.
8283         
8284 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8285
8286         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
8287         name.
8288
8289         * reflection.c (mono_image_get_ctorbuilder_token): Same.
8290
8291         * reflection.c (mono_image_create_method_token): Same.
8292
8293 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8294
8295         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
8296         It does the same as mono_image_get_methodref_token but works on
8297         MethodBuilder.
8298
8299         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
8300         and always generate a methodspec. This follows the old behavior and fixes
8301         the regressions in System.Core. 
8302
8303 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
8304
8305         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
8306         don't event mono_class_get () succeeds. Fixes #402182.
8307
8308 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8309
8310         * metadata-internals.h: Added MonoDynamicImage::methodspec
8311         hashtable to store methodspec tokens created for MethodBuilders.
8312
8313         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
8314         MethodBuilders as open instantiations if a methodspec was requested.
8315
8316         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
8317
8318         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
8319
8320         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
8321
8322         Fixes bug #349190.
8323
8324 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8325
8326         * loader.c (method_from_methodspec): Avoid crashing if the
8327         method lookup fails.
8328
8329 2008-06-20  Dick Porter  <dick@ximian.com>
8330
8331         * socket-io.c (get_socket_assembly): Cope with Moonlight network
8332         classes being in a different assembly.  Fixes bug 399184.
8333
8334 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
8335
8336         * loader.c (mono_loader_init): Make this callable multiple times.
8337         (mono_dllmap_insert): Call mono_loader_init () so this works even before
8338         the runtime is initialized. Fixes #401755.
8339
8340 2008-06-19  Dick Porter  <dick@ximian.com>
8341
8342         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
8343         Fixes bug 349688.
8344
8345 2008-06-19  Dick Porter  <dick@ximian.com>
8346
8347         * socket-io.c:
8348         * icall-def.h: Implement Socket generic Send() and Receive()
8349         methods.  Fixes bug 395168.
8350
8351 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
8352
8353         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
8354
8355         Contributed under MIT/X11 license.
8356
8357 2008-06-18  Martin Baulig  <martin@ximian.com>
8358
8359         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
8360         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
8361         set to 80.0.  The debugger <-> runtime interface is now frozen as
8362         well.   
8363
8364         * mono-debug.c
8365         (mono_debug_debugger_version): Bump to 4.
8366
8367 2008-06-18  Martin Baulig  <martin@ximian.com>
8368
8369         * debug-mono-symfile.c
8370         (load_symfile): Don't check the minor version.
8371
8372         * debug-mono-symfile.h: Bump the version number to 50.0.
8373
8374 2008-06-18  Martin Baulig  <martin@ximian.com>
8375
8376         * debug-mono-symfile.c
8377         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
8378         minimum required version.
8379
8380 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8381
8382         * reflection.c (mono_custom_attrs_from_property): Fix support for
8383         retriveving cattrs of dynamic inflated generic types.
8384
8385         * reflection.c (mono_custom_attrs_from_event): Same.
8386
8387         * reflection.c (mono_custom_attrs_from_field): Same;
8388
8389         * reflection.c (typebuilder_setup_events): Same cattrs of events.
8390
8391         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
8392         Moved to metadata.c.
8393
8394         * metadata.c: New functions to retrive the equivalent field, event
8395         of property from the generic type definition.
8396
8397         * metadata-internals.h: Added new functions from metadata.c.
8398
8399 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8400
8401         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
8402         to cached in a mempool is used.
8403
8404         * metadata.c (free_generic_class): In some situations field generic_info type
8405         is not properly dup'ed and leads to double free'ing.
8406
8407         Fixes #400643.
8408
8409 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8410
8411         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
8412         this arguments (will be needed later for generic methods).
8413         Collect stats.
8414
8415 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8416
8417         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8418         Create a static RGCTX invoke wrapper for methods which require it.
8419
8420 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8421
8422         * object.c, class-internals.h: New function for checking whether
8423         an individual field is special static.
8424
8425 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
8426
8427         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
8428         linear search since the table is sorted.
8429
8430         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
8431         Fixes #324180.
8432
8433 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
8434
8435         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
8436         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
8437
8438         * gc.c (mono_domain_finalize): Allow an infinite timeout.
8439
8440         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
8441         
8442         * threads.c (mono_thread_request_interruption): Get rid of locking, use
8443         InterlockedCompareExchange to query and modify 
8444         thread->interruption_requested.
8445
8446         * object-internals.h (struct _MonoThread): Change interruption_requested
8447         to a gint32 so it can be modified by atomic operations. Add 
8448         'critical_region_level' from the managed side, change small_id to a guint32,
8449         add new set of 'unused' fields.
8450
8451         * appdomain.c: Bump corlib version.
8452
8453 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
8454
8455         * class.c (mono_class_from_name): Search modules as well. Fixes
8456         #322332.
8457
8458 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8459
8460         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
8461         templates.  Templates are generalized with an additional type_argc
8462         argument.  RGCTX templates have type_argc==0, MRGCTX templates
8463         have type_argc>0.
8464
8465         * domain-internals.h, domain.c: New hash table for looking up
8466         MRGCTXs.
8467
8468         * metadata.c, metadata-internals.h: Rename hash and equal
8469         functions for MonoGenericInst's and make them public.
8470
8471         * class-internals.h: New data structures for the MRGCTX.  Macros
8472         for distinguishing slots in the RGCTX and the MRGCTX.
8473
8474 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8475
8476         * object.c (mono_method_get_imt_slot): Put the same methods of
8477         different instantiations of the same generic interface in the same
8478         IMT slots, to make generic sharing simpler.
8479
8480 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8481
8482         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
8483
8484         * metadata.c (mono_metadata_field_info_with_mempool): Added.
8485         This function works just like mono_metadata_field_info, but
8486         accept a mempool as argument to be used allocating memory.
8487
8488         * marshal.c (mono_marshal_load_type_info): Use new function
8489         to load marshal data into image mempool.
8490
8491 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8492
8493         * class.c (mono_class_inflate_generic_type_with_mempool):
8494         This function allows to inflate a generic type using
8495         a mempool.
8496
8497         * class.c (inflate_generic_type): Take a mempool as argument
8498         and use it to do type dup'ing.
8499
8500         * class.c (mono_class_setup_fields): Field type for generic
8501         generic classes are allocated from the image mempool.
8502
8503         * metadata.c (free_generic_class): Inflated field type is
8504         now allocated in the image mempool.
8505
8506 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8507
8508         * threads.c (thread_cleanup): Free MonoThread::name.
8509
8510 2008-06-12  Marek Habersack  <mhabersack@novell.com>
8511
8512         * appdomain.c (ensure_directory_exists): avoid unnecessary
8513         mkdir(2) calls when the shadow directory already exists.
8514         (mono_make_shadow_copy): copy also satellite assemblies from the
8515         private bin directories.
8516
8517 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8518
8519         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
8520         
8521         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
8522         a page boundary. Fixes #396219.
8523
8524 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8525
8526         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
8527         due to double-checked locking.
8528
8529 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8530
8531         * assembly.c (build_assembly_name): Release memory on failure.
8532
8533         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
8534
8535 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8536
8537         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
8538         memory on failure.
8539
8540 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8541
8542         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
8543         memory on failure.
8544
8545 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8546
8547         * loader.c (field_from_memberref): Check if field signature type is equal
8548         to the non-inflated type of the field. Fixes #398980.
8549
8550 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8551
8552         * assembly.c (mono_assembly_load_from_full): Call 
8553         mono_assembly_load_friends () outside the assemblies lock, since it can
8554         acquire the loader lock. Fixes #323696.
8555
8556         * reflection.c (resolve_object): Inflate the inst with the context for
8557         FieldOnTypeBuilderInst. Fixes #399010.
8558
8559 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8560
8561         * reflection.c (mono_image_get_field_on_inst_token): Don't
8562         inflate the field to encode it's signature. If it's a
8563         VAR or MVAR it should stay that way in the signature.
8564         Fixes #399047.
8565
8566 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8567
8568         * reflection.c (resolve_object): Release memory of inflated types.
8569
8570 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8571
8572         * loader.c (mono_method_get_signature_full): Remove assert about
8573         loading a methodspec to a generic method. We have such methods, such as
8574         System.Threading.Interlocked::CompareExchange<T>.
8575         This assert was removed since it crashes the verifier when it checks
8576         methods calling CompareExchange<T>.
8577
8578 2008-06-10  Marek Safar  <marek.safar@gmail.com>
8579
8580         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
8581         of Type array and not MonoType.
8582
8583 2008-06-10  Marek Habersack  <mhabersack@novell.com>
8584
8585         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
8586         <lupus@ximian.com>
8587
8588 2008-06-10  Martin Baulig  <martin@ximian.com>
8589
8590         * debug-mono-symfile.h
8591         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
8592         changes to the file format, but we were generating incorrect
8593         source file indices in the line number table due to a bug, which
8594         made backtraces report an incorrect source file.
8595
8596 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8597
8598         * mono-debug.c: Moved mono_debug_free_method_jit_info from
8599         mini/debug-mini.c to here.
8600
8601         * mono-debug.c (il_offset_from_address): Free memory from find_method.
8602
8603         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
8604         use it to release structs returned by mono_debug_find_method.
8605
8606 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
8607
8608         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
8609         since it needs to set method->slot for all interface methods.
8610
8611 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8612
8613         * class-internals.h: Forgot to add.
8614
8615 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8616
8617         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
8618
8619         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
8620         Lookup the custom attributes from property_hash.
8621
8622         * reflection.c (mono_save_custom_attrs): Save the custom attributes
8623         in property_hash. Allocate all data using the image mempool.
8624
8625         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
8626         for dynamic_custom_attrs to checks if the image is dynamic.
8627
8628 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8629
8630         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
8631         assemblies array.
8632         
8633         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
8634         runtime functions while holding the domain assemblies lock.
8635
8636 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8637
8638         * verify.c: Reapplied the last bit of the reverted changes.
8639
8640 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8641
8642         * verify.c: Reapplied more of the reverted changes.
8643
8644 2008-06-09  Martin Baulig  <martin@ximian.com>
8645
8646         * debug-mono-symfile.c (load_symfile): Check the major version
8647         first; if it's wrong, don't print the minor version in the error message.
8648
8649 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8650
8651         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
8652         lock instead of the domain lock to avoid deadlocks, since the thread might
8653         already hold the loader lock.
8654
8655         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
8656         (mono_thread_attach): Ditto.
8657
8658         * monitor.c: Use a TLS variable for holding the current thread id instead
8659         of calling pthread_self ().
8660         (mono_monitor_init_tls): New internal function to initialize the TLS
8661         variable.
8662         (mono_monitor_try_enter_internal): Put the owner == id check after the
8663         owner == 0 check.
8664
8665         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
8666         missed optimizations when using gcc-4.3.
8667
8668 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
8669
8670         * reflection.c (mono_dynamic_image_free): Free the memory
8671         used by MonoGenericParam in MonoDynamicImage::gen_param.
8672
8673         * reflection.c (mono_reflection_setup_generic_class): Allocate
8674         container from mempool.
8675
8676         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
8677         container from mempool.
8678
8679 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8680
8681         * threads.c (mono_set_pending_exception): New internal function to set the
8682         pending exception of the current thread.
8683         (mono_thread_get_and_clear_pending_exception): Check for 
8684         thread->pending_exception as well.
8685
8686         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
8687
8688         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
8689         it can trigger a collection.
8690
8691 2008-06-06  Martin Baulig  <martin@ximian.com>
8692
8693         Merged the `debugger-kahalo' branch.
8694
8695         * mono-debug.h
8696         (MONO_DEBUGGER_VERSION): Bumped to 72.
8697
8698         * debug-mono-symfile.h
8699         (MonoSymbolFileMethodIndexEntry): Removed.
8700         (MonoSymbolFileMethodEntry): New public typedef.
8701         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
8702         (MonoSymbolFileSourceEntry): Remove everything except `index' and
8703         `data_offset'.
8704         (MonoSymbolFileMethodEntry): Removed.
8705         (MonoSymbolFileLexicalBlockEntry): Removed.
8706         (MonoSymbolFileLineNumberEntry): Removed.
8707         (MonoDebugLexicalBlockEntry): Removed.
8708         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
8709         removed `num_il_offsets' and `il_offsets'.
8710         (MonoSymbolFile): Replace `version' with `major_version' and
8711         `minor_version'.
8712         (MONO_SYMBOL_FILE_VERSION): Replace with
8713         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
8714         `MONO_SYMBOL_FILE_MINOR_VERSION'.
8715
8716         * debug-mono-symfile.c
8717         (mono_debug_symfile_lookup_location): Add support for the new line
8718         number table format.
8719
8720 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8721
8722         * metadata.c (free_generic_class): Release the inflated
8723         MonoClass of dynamic generic classes if it's not a generic
8724         type definition.
8725
8726 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8727
8728         * verify.c: Reapplied more of the reverted changes.
8729
8730 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8731
8732         * reflection.c (lookup_custom_attr): Clean the cached flag or
8733         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
8734         for SRE types.
8735
8736 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8737
8738         * verify.c: Reapplied a small part of the reverted changes.
8739
8740 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8741
8742         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8743
8744         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
8745         previously in managed code.
8746         (mono_monitor_exit): Ditto.
8747         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
8748
8749         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
8750         the managed definition.
8751
8752 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8753
8754         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
8755
8756 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8757
8758         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
8759         
8760         * monitor.c: Add some micro optimizations.
8761
8762         * icall.c (type_from_typename): Handle 'bool'.
8763
8764 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8765
8766         * verify.c: Implement constructor verification per P III 1.8.1.4.
8767         Fixes #396716.
8768
8769 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8770
8771         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
8772         holding the assemblies lock here too.
8773
8774 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8775
8776         * verify.c: Kill stack_top function.
8777
8778 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8779
8780         * verify.c: Kill stack_get function.
8781
8782 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8783
8784         * verify.c (mono_method_verify): Last change broke the build. Fixed.
8785
8786 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8787
8788         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
8789         more reliable.
8790
8791         * verify.c (mono_method_verify): Inflate params and locals to avoid
8792         mismatch when checking for compatibility.
8793
8794 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
8795
8796         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
8797         Length prefix should be size in bytes. Fix bug #339530.
8798         
8799         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
8800         Length prefix should be size in bytes. Fix bug #339530.
8801
8802         Code is contributed under MIT/X11 license.
8803
8804 2008-06-05  Bill Holmes <billholmes54@gmail.com>
8805
8806         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
8807
8808         Contributed under MIT/X11 license.
8809
8810 2008-06-05  Martin Baulig  <martin@ximian.com>
8811
8812         * mono-debug-debugger.c
8813         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
8814
8815 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
8816
8817         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
8818         while holding the assemblies lock to prevent deadlocks. Handle the case
8819         where the search hook returns NULL but the assembly was still loaded.
8820         Fixes #323696.
8821
8822         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
8823         modify domain state.
8824
8825 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
8826
8827         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
8828         * Makefile.am (pedump_LDADD): Post-process object files and
8829         add dtrace-generated object file, if necessary.
8830
8831         Code is contributed under MIT/X11 license.
8832
8833 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8834
8835         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
8836
8837 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8838
8839         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
8840
8841 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8842
8843         * threads.c: Try to free everything from the delayed free table
8844         when shutting down threads, and set the variable to NULL after the
8845         table is freed so that calling
8846         mono_thread_hazardous_try_free_all() when shutting down the root
8847         domain doesn't crash.
8848
8849 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8850
8851         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
8852         the caller if resulting type was inflated.
8853
8854         * class.c (mono_class_create_from_typespec): Free the MonoType if it
8855         was inflated.
8856
8857         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
8858
8859
8860 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
8861
8862         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
8863         class library tests.
8864
8865         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
8866         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
8867         #396989.
8868
8869 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8870
8871         * domain.c, domain-internals.h: The JIT infos are now freed by the
8872         JIT info table code.  They are freed immediately if there only a
8873         single JIT info table in circulation.  If there is more, the free
8874         is delayed via a queue.
8875
8876         * threads.c, threads-types.h: New hazard pointer function for
8877         freeing all freeable delayed items in one sitting.
8878
8879 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8880
8881         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
8882
8883         * reflection.c (typebuilder_setup_properties): Same.
8884
8885         * reflection.c (typebuilder_setup_events): Same.
8886
8887 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8888
8889         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
8890         and use it for allocating memory.
8891
8892         * reflection.c (mono_marshal_spec_from_builder): Same.
8893
8894         * reflection.c: Change code to use new signatures.
8895
8896         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
8897
8898 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8899
8900         * decimal.c (rescale128): Put back one line which was accidently commented
8901         out.
8902         
8903         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
8904         to cause crashes.
8905
8906 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8907
8908         * reflection.c (mono_reflection_generic_class_initialize): Name must
8909         be always malloc'ed so we can free it later on. Do this for field, property
8910         and event.
8911
8912         * metadata.c (free_generic_class): Free field, property and event names.
8913
8914 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8915
8916         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
8917         instead of g_memdup.
8918
8919         * reflection.c (typebuilder_setup_fields): Same.
8920
8921 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8922
8923         * decimal.c (rescale128): Optimize this function a bit more.
8924
8925 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8926
8927         * metadata.c (free_generic_class): Release some memory from
8928         SRE generic classes.
8929
8930 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8931
8932         * reflection.c (mono_image_get_generic_field_token): No reference
8933         to name is kept, free it.
8934
8935         * reflection.c (mono_reflection_generic_class_initialize): Free
8936         more memory of the inflated field.
8937
8938 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8939
8940         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
8941         code.
8942
8943 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8944
8945         * reflection.c (mono_dynamic_image_free): Release memory used by
8946         MonoDynamicImage::array_methods elements.
8947
8948         * reflection.c (assembly_add_win32_resources): Release memory after
8949         encoding.
8950
8951 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8952
8953         * decimal.c (log2_32): Use an optimized version for this function too.
8954         
8955         * decimal.c (log2_64): Fix this on 32 bit machines.
8956
8957 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8958
8959         * class.c (mono_dup_array_type): Implement allocation using a mempool.
8960
8961         * class.c (mono_metadata_signature_deep_dup): Same.
8962
8963         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
8964         a mempool.
8965
8966         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
8967
8968         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
8969
8970         * metadata-internals.h: Added mono_metadata_signature_dup_full.
8971
8972         * class-internals.h: Update signatures to take a MonoMemPool.
8973
8974 2008-06-02  Dick Porter  <dick@ximian.com>
8975
8976         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
8977         * icall-def.h: Add
8978         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
8979         FormatMessage API to get the error text.  Fixes bug 321827.
8980
8981 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8982
8983         * decimal.c: Add some micro optimizations to make decimal operations faster.
8984
8985 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
8986
8987         * reflection.c (method_encode_clauses): Take a mempool
8988         as parameter and use it to allocate the clause array.
8989
8990         * reflection.c (mono_image_get_field_on_inst_token): Free
8991         the inflated type after encoding it.
8992
8993         * reflection.c (mono_dynamic_image_free): Free each element
8994         of MonoDynamicImage::gen_params.
8995
8996         * reflection.c (reflection_methodbuilder_to_mono_method):
8997         Allocate the generic param array from the mempool.
8998         Allocate signature params from the mempool.
8999
9000         * reflection.c (mono_reflection_generic_class_initialize):
9001         Free inflated fields after been used.
9002
9003 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9004
9005         * icall.c: Reapply the memory leak fixes as they no
9006         longer make mono crash.
9007
9008 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9009
9010         * reflection.c (mono_type_get_object): Don't store the suplied
9011         MonoType with type_hash. A caller which pass a type that
9012         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
9013         might end with a pointer to freed memory.
9014         The solution is to use byval_arg or this_arg from the associated
9015         MonoClass of the supplied type.
9016
9017 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
9018
9019         * icall.c: Revert the rest of the last change as it breaks the build too.
9020
9021 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9022
9023         * icall.c: Revert a leak fix as it's breaking the build.
9024
9025 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9026
9027         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
9028
9029 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9030
9031         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
9032
9033 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9034
9035         * icall.c: Fix some memory leaks.
9036
9037 2008-05-29  Dick Porter  <dick@ximian.com>
9038
9039         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
9040         async socket operations from the pending list when a socket
9041         closes.  Leaving it until the threadpool services the event
9042         exposes a race condition when a socket descriptor is reused.
9043         Fixes bug 377589.
9044
9045 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9046
9047         * object.c: Fix negative index check for array alocation.
9048
9049 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9050
9051         * icall.c, marshal.c: Delegate wrappers should skip visibility.
9052         This check is performed by the verifier for IL created delegates
9053         and by Delegate::CreateDelegate for programatically created ones.
9054         Fixes #372406.
9055
9056 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9057
9058         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
9059         Fix code to use mono_array_size_t instead of int.
9060
9061         Based on patch by Luis F. Ortiz.
9062         Contributed under X11 license.
9063         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9064
9065 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9066
9067         * icall.c: Added ves_icall_System_Array_GetLongLength and
9068         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
9069         arrays.
9070
9071         * icall.h: Export both new functions.
9072
9073         Based on patch by Luis F. Ortiz.
9074         Contributed under X11 license.
9075         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9076
9077 2008-05-28  Martin Baulig  <martin@ximian.com>
9078
9079         The debugger now requires exactly r103463.
9080
9081         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
9082         This version is not supported by the debugger, wait for 72.
9083
9084 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9085
9086         * object.h: Changed array related functions to use
9087         mono_array_size_t instead of guint32. Forgot to commit this file.
9088
9089         Patch by Luis F. Ortiz.
9090         Contributed under X11 license.
9091         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9092
9093
9094 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9095
9096         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
9097         don't define it. Use the number literal instead.
9098
9099 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9100
9101         * icall.c: Changed array related functions to use
9102         mono_array_size_t instead of guint32.
9103
9104         * icall.c (ves_icall_System_Array_GetLength): Check for length
9105         overflow under MONO_BIG_ARRAYS.
9106
9107         Based on patch by Luis F. Ortiz.
9108         Contributed under X11 license.
9109         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9110
9111 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9112
9113         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
9114
9115         Based on patch by Luis F. Ortiz.
9116         Contributed under X11 license.
9117         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9118
9119 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9120
9121         * object.c, object.h: Changed array related functions to use
9122         mono_array_size_t instead of guint32.
9123
9124         Patch by Luis F. Ortiz.
9125         Contributed under X11 license.
9126         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9127
9128 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9129
9130         * object.h: Introduced mono_array_size_t typedef. This must be used
9131         in all places an array length is expected. This is 64bits wide if
9132         MONO_BIG_ARRAYS is enabled.
9133
9134         Patch by Luis F. Ortiz.
9135         Contributed under X11 license.
9136         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9137
9138 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
9139
9140         * security-manager.c class.c: Set the class exception info by calling
9141         mono_class_set_failure ().
9142
9143         * class.c (mono_class_get_exception_data): New accessor function.
9144         (mono_class_set_failure): Store exception_data in the property hash.
9145
9146         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
9147         the struct as a property.
9148
9149         * loader.c (mono_get_method_full): Store the lookup result for method
9150         tokens in method_cache, the others in methodref_cache to decrease the memory
9151         usage of hash tables.
9152
9153         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
9154         (mono_image_init): method_cache is lazy inited now.
9155
9156         * metadata-internals.h (struct _MonoImage): Change method_cache to
9157         a MonoValueHashTable, add a separate methodref_cache.
9158
9159 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
9160
9161         * number-formatter.h: Fix tables to avoid arithemtic overflow in
9162           Double.ToString as exposed by Bug #383531.
9163
9164 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
9165
9166         * number-formatter.h: Make some tables static.
9167
9168         * class.c (mono_method_set_generic_container): New accessor function.
9169         (mono_method_get_generic_container): Ditto.
9170
9171         * class-internals.h (struct _MonoMethod): Remove rarely used 
9172         'generic_container' field, store it in the property hash instead. Add 
9173         'is_generic' boolean field instead.
9174
9175         * image.c (mono_image_init): Initialize property_hash.
9176         (mono_image_close): Destroy property_hash.
9177
9178         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
9179         hold rarely used fields of runtime structures belonging to this image.
9180
9181         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
9182         to get/set method->generic_container.
9183
9184         * loader.c (mono_get_method_from_token): Avoid loading the method header for
9185         generic methods.
9186
9187 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
9188
9189         * class.c (mono_class_inflate_generic_method_full): Don't increase
9190         mono_stats.inflated_method_count for methods found in the cache.
9191
9192         * threads.c (mono_thread_request_interruption): Add a comment about 
9193         QueueUserAPC ().
9194
9195 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
9196
9197         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
9198         interface_offsets_packed table.
9199         
9200         * class.c (mono_class_init): Remove some dead code.
9201
9202         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
9203         mono_class_setup_vtable () when CAS is active to detect security problems.
9204
9205 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
9206
9207         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
9208
9209         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
9210         parameters as it's irrelevant for delegate checking.
9211
9212 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
9213
9214         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
9215
9216         * class.c (mono_class_init): Control the creation of a generic vtable using
9217         a global which is true by default, but set to false by the runtime startup code.
9218         
9219         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
9220         Disabled for now since it breaks the embedding API.
9221         Move the setup of class->methods for arrays to mono_class_setup_methods ().
9222         (mono_class_setup_methods): Add a memory barrier.
9223
9224         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
9225         when mono_class_init () doesn't compute the generic vtable.
9226         
9227 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
9228         * profiler.c: Added mono_profiler_install_statistical_call_chain,
9229         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
9230         to support call chains (backtrace) in the stat profiler.
9231         * profiler.c, profiler-private.h: Likewise.
9232
9233 2008-05-22  Mark Probst  <mark.probst@gmail.com>
9234
9235         * generic-sharing.c: Init generic class when a method of it is
9236         requested via a runtime generic context.
9237
9238 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
9239
9240         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
9241
9242         * reflection.c (mono_type_get_object): Add a FIXME.
9243
9244         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
9245
9246         * class.c (mono_class_get_method_by_index): New helper function, returning an
9247         entry in the class->methods array.
9248
9249 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9250
9251         * class.c (mono_class_init): Only do the array optimization for szarrays. 
9252         Avoid creating a generic vtable for generic instances as well.
9253         (mono_class_get_method_from_name_flags): Don't search in the metadata for
9254         generic instances.
9255
9256 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
9257
9258         * loader.c (mono_get_method_constrained): Inflate the signature
9259         with class context. Fix #325283.
9260
9261 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9262
9263         * object.c (mono_class_create_runtime_vtable): Add a comment.
9264
9265         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
9266         where needed.
9267         (setup_interface_offsets): Handle the case when this is called twice for arrays.
9268         (mono_class_setup_vtable_general): Add an assert.
9269         (mono_class_init): Avoid creating a generic vtable for arrays.
9270
9271         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
9272         here, let mono_class_init () do that.
9273
9274         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
9275         interfaces in mscorlib.
9276
9277         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
9278         interfaces. Add some comments.
9279         (mono_class_init): Call mono_class_setup_methods () here since it is no
9280         longer called by mono_class_setup_vtable ().
9281
9282         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
9283         not set in class->vtable.
9284         (mono_class_create_runtime_vtable): Reenable the disabled code.
9285
9286         * object.c (mono_class_create_runtime_vtable): Disable the last change for
9287         now as it causes some test failures.
9288
9289         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
9290         if using the vtable trampoline. Also remove some strange code which put the
9291         generic methods themselves into the vtable slots. Remove the AOT init_vtable
9292         stuff as it is no longer needed.
9293
9294 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
9295
9296         * pedump.c: Give make --verify all option check code as well.
9297         Using --verify code won't check for metadata now.
9298
9299 2008-05-19  Martin Baulig  <martin@ximian.com>
9300
9301         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
9302
9303         * mono-debug.c
9304         (_mono_debug_using_mono_debugger): New global variable; it's set
9305         directly by the debugger, so mono_debug_using_mono_debugger() also
9306         works after attaching.
9307
9308 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
9309
9310         * object.c (mono_class_create_runtime_vtable): Use memory barriers
9311         as we do double checked locking on MonoClass::runtime_info and
9312         MonoClassRuntimeInfo::domain_vtables.
9313
9314 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
9315
9316         * debug-helpers.c (print_field_value): Fix a warning.
9317
9318 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
9319
9320         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
9321         set in the AOT case.
9322
9323 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9324
9325         * class.c (mono_class_setup_vtable_general): Use memory barriers
9326         as we do double checked locking on MonoClass::vtable.
9327
9328 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9329
9330         * reflection.c (resolve_object): Inflate only if the generic context
9331         is not null. Fixes #389886.
9332
9333 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
9334
9335         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
9336         instead of g_free.
9337
9338         Code is contributed under MIT/X11 license.
9339
9340 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9341
9342         * class.c: Revert unrelated change.
9343
9344 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9345
9346         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
9347         a generic instantiation, use mono_class_from_mono_type instead of playing
9348         with MonoType directly.
9349
9350 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9351
9352         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
9353         checks must ignore generic instantiations, so mono_class_has_parent is not
9354         suitable. Fixes #390128.
9355
9356 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
9357
9358         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
9359         it to avoid registering tokens during metadata generation. Fixes #390023.
9360
9361 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9362
9363         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
9364         consistent.
9365
9366         Contributed under MIT/X11 license.
9367
9368 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9369
9370         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
9371         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
9372         to fixup the EXE image.
9373         (mono_cleanup): Use mono_close_exe_image.
9374         (mono_close_exe_image): New function.
9375         * image.c: Include "marshal.h".
9376         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
9377         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
9378         counting when the image is loaded outside of mono_image_open_full. Set status
9379         based on GetLastError.
9380         * coree.c: Include required headers. Add init_from_coree.
9381         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
9382         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
9383         (_CorExeMain): Set init_from_coree.
9384         (CorExitProcess): Only call ExitProcess for now.
9385         (CorBindToRuntimeEx): New stub implementation.
9386         (CorBindToRuntime): New function.
9387         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
9388         (MonoFixupExe): ILONLY executables require no fixups.
9389         (mono_set_act_ctx): New function to set activation context.
9390         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
9391         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
9392         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
9393         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
9394         as MONO_INTERNAL.
9395         * domain-internals.h: Add mono_close_exe_image.
9396
9397         Contributed under MIT/X11 license.
9398
9399 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
9400
9401         * metadata.c (mono_metadata_compute_size): Correctly calculate field
9402         size for generic param and event tables. Fixes #388977.
9403
9404 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
9405
9406         * loader.c (mono_method_signature): Use memory barriers because of the double
9407         checked locking pattern.
9408
9409         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
9410         aborting or aborted as well. Fixes #376391.
9411         
9412         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
9413         existing runtime state in the Suspend handler during shutdown.
9414
9415 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
9416
9417         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
9418
9419         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
9420         which are starting up or shutting down.
9421
9422         * threads.c (mono_threads_set_shutting_down): Don't return a value since
9423         this function never returns if the runtime is already shutting down.
9424
9425         * icall.c (ves_icall_System_Environment_Exit): Update after 
9426         mono_threads_set_shutting_down () signature change.
9427         
9428 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
9429
9430         * class.c: Added can_access_instantiation to verify if the instantiation
9431         is visible. Fix access check for nested types as they returned TRUE
9432         before doing type and generic instantiation visibility checks.
9433
9434 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9435
9436         * reflection.c (mono_reflection_create_generic_class): The created type
9437         must have a different container from its TypeBuilder. Otherwise they
9438         will end sharing generic arguments, which is wrong.
9439
9440         Due to the sharing, making a generic instance of the created type using
9441         the TypeBuider generic arguments resulted in the generic type definition
9442         been returned, which is wrong as well.
9443
9444         As a bonus the code was leaking the type_params array. This memory should
9445         be allocated from the image mempool.
9446
9447         This fixes bug #354047.
9448
9449 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9450
9451         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
9452         to here         as they are now used in assembly.c new code.
9453         Added a skipverification flag to MonoAssembly.
9454         New internal function mono_assembly_has_skip_verification.
9455
9456         * assembly.c: New function mono_assembly_has_skip_verification. It checks
9457         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
9458         part of #387274.
9459
9460 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9461
9462         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
9463         needed. Fixes #387034.
9464
9465         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
9466
9467 2008-05-06  Miguel de Icaza  <miguel@novell.com>
9468
9469         * assembly.c (mono_assembly_load_reference): Prevent crash while
9470         disassembling Silverlight 2.0 executables while we still do not
9471         have GACed libraries.
9472
9473 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9474
9475         * reflection.c: Special case generic type definitions as well. Fixes #383444.
9476
9477 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
9478
9479         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
9480         of the dynamic case. Fixes #387404.
9481
9482 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9483
9484         *verify.c (mono_verifier_is_class_full_trust): If under
9485         verify_all and the verifier mode was not set, only
9486         gac and corlib types are fulltrust. This makes --verify-all
9487         usable to detect unverifiable code, which is the expected
9488         use case.
9489
9490 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9491
9492         * verify.h: Ops, commited the header with debug
9493         enabled.
9494
9495 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9496
9497         * verify.c (merge_stack): Use the new value on unverifiable
9498         stack merges.
9499
9500         * verify.c (verify_type_compatibility_full): Comparison
9501         of nullable types can't use mono_class_is_assignable_from.
9502
9503         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
9504         that makes all verification errors be reported.
9505
9506         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
9507         mono_method_verify.
9508
9509 2008-05-05  Robert Jordan  <robertj@gmx.net>
9510
9511         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
9512         support for value types. See #386415.
9513
9514         * object.c: comments.
9515
9516         Code is contributed under MIT/X11 license.
9517
9518 2008-05-05  Martin Baulig  <martin@ximian.com>
9519
9520         * debug-mono-symfile.h
9521         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
9522         for old pre-terrania symbol files.
9523
9524 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9525
9526         * mono-config.c: Add ppc64 architecture.
9527
9528         Code is contributed under MIT/X11 license.
9529
9530 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9531
9532         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
9533           PPC64 uses function descriptors as well.
9534
9535         Code is contributed under MIT/X11 license.
9536
9537 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
9538
9539         * object.c (compute_class_bitmap): Ignore literal static fields.
9540
9541         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
9542         var has an invalid format.
9543         (describe_ptr): Add some sanity checks for the vtable.
9544         (add_nursery_frag): Clear unused nursery fragments.
9545         (major_collection): Clear all remaining nursery fragments.
9546
9547 2008-05-03  Robert Jordan  <robertj@gmx.net>
9548
9549         * image.c, metadata-internals.h: add thunk_invoke_cache.
9550
9551         * marshal.c, marshal.h: implement
9552         mono_marshal_get_thunk_invoke_wrapper ().
9553
9554         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
9555
9556         Code is contributed under MIT/X11 license.
9557
9558 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9559
9560         * verify.c (do_leave): Empty the stack.
9561
9562 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9563
9564         * class.c (mono_class_is_assignable_from): Variance
9565         doesn't work between reference and value types. For example,
9566         given type C<T+>, C<int32> is not assignable to C<object>.
9567         Break the argument checking loop on first error. 
9568
9569 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
9570
9571         * icall.c : base64_to_byte_array() needs some more strict
9572           check for sequence of '=' characters. Patch by Santa
9573           Marta (http://deee.g.hatena.ne.jp/santamarta).
9574
9575           Contributed under MIT/X11 license.
9576           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
9577
9578 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
9579
9580         * domain.c: Disable LoadLibrary support to fix Win32 build.
9581
9582         Code is contributed under MIT/X11 license.
9583
9584 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
9585
9586         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
9587         to help with cache behaviour.
9588
9589 2008-05-01  Miguel de Icaza  <miguel@novell.com>
9590
9591         * appdomain.c (mono_domain_from_appdomain): Add new accessor
9592         method. 
9593
9594 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
9595
9596         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
9597
9598 2008-05-01  Dick Porter  <dick@ximian.com>
9599
9600         * process.c (process_get_fileversion): Only pass 16 bits of
9601         language ID to VerLanguageName.  Fixes bug 381204.
9602
9603 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9604
9605         * verify.c (mono_method_verify): Fix the comparison
9606         operator for code bounds check.
9607
9608 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9609
9610         * verify.c (mono_method_verify): Check the bounds of
9611         all access of the code array.
9612
9613 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
9614
9615         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
9616
9617 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
9618
9619         * image.c (mono_image_strong_name_position): Fix return value when the rva is
9620         not valid.
9621
9622 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
9623
9624         * loader.c (mono_get_method_from_token, mono_method_signature): Add
9625         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
9626         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
9627         fixup main EXE images when using mono.exe for mixed-mode assembly support.
9628         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
9629         mono_runtime_load.
9630         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
9631         runtime initialization from metadata.
9632         * assembly.c: Remove obsolete ceGetModuleFileNameA.
9633         (mono_set_rootdir): Use mono_get_module_file_name.
9634         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
9635         handles.
9636         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
9637         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
9638         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
9639         MonoCLIImageInfo. Add support for module handles.
9640         (load_cli_header): Update mono_cli_rva_image_map signature.
9641         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
9642         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
9643         (mono_image_rva_map): Add support for module handles.
9644         (mono_image_ensure_section_idx): Add support for module handles.
9645         (mono_image_close): Add support for module handles.
9646         (do_load_header): Add support for module handles.
9647         (mono_image_open_from_module_handle): New function for internal use.
9648         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
9649         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
9650         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
9651         handles.
9652         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
9653         * image.h: Add mono_image_fixup_vtable.
9654         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
9655         support.
9656         * coree.h: New file.
9657         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
9658         unsupported native code.
9659         (mono_marshal_set_callconv_from_modopt): New function splitted from
9660         mono_marshal_get_managed_wrapper.
9661         (mono_marshal_get_managed_wrapper): Use
9662         mono_marshal_set_callconv_from_modopt.
9663         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
9664         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
9665         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
9666         that results in a deadlock when the runtime is loaded in _CorDllMain.
9667         * Makefile.am: Add coree.c and coree.h.
9668
9669         Contributed under MIT/X11 license.
9670
9671 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9672
9673         * generic-sharing.c: Search for type arguments in array element
9674         types as well.
9675
9676 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9677
9678         * class-internals.h, generic-sharing.c: New, small runtime generic context.
9679
9680         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
9681
9682         * object.c: Don't setup the RGCTX when the vtable is created,
9683         because we're setting it up lazily now.
9684
9685 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
9686
9687         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
9688         64 bit support.
9689
9690 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9691
9692         * verify.c (verify_class_for_overlapping_reference_fields): 
9693         If class is under fulltrust allow reference types to overllap
9694         if they have the same RVA.
9695
9696 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9697
9698         * pedump.c: Added new flag valid-only, that makes the verifier
9699         behaves just like --security=validil. It won't fail type load
9700         due to unverifiable restrictions.
9701
9702 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9703
9704         * class-internals.h (struct MonoMethod): Added a verification_success
9705         field to cache verifier executions. Reduced MonoMethod:slot size by
9706         one bit.
9707
9708 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
9709
9710         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
9711         instead of a 'vt' argument to save an indirection and to allow these to be used
9712         for valuetypes.
9713         (scan_vtype): New helper function to scan an area using a gc descriptor.
9714         (mono_gc_wbarrier_value_copy): Implement this.
9715         (handle_remset): Add support for REMSET_VTYPE.
9716         (find_in_remset_loc): Ditto.
9717         (mono_gc_base_init): Allow some debugging options to be controlled through the
9718         use of the MONO_GC_DEBUG env variable.
9719         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
9720         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
9721
9722 2008-04-23  Martin Baulig  <martin@ximian.com>
9723
9724         * domain.c (mono_domain_create): Move the call to
9725         mono_debug_domain_create() down, after allocating the domain id.
9726
9727 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9728
9729         verify.c (verify_class_for_overlapping_reference_fields): Skip
9730         static fields while verifying for overlapping fields as they
9731         don't matter at all.
9732
9733 2008-04-23  Marek Habersack  <mhabersack@novell.com>
9734
9735         * domain-internals.h: added a declaration of
9736         mono_make_shadow_copy.
9737
9738         * assembly.c (mono_assembly_open_full): shadow copying of
9739         assemblies moved to here, so that all the assemblies within the
9740         application domain's private binary directories can be
9741         processed. Fixes bug #380546
9742
9743         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
9744         mono_make_shadow_copy and made non-static. The decision whether
9745         to shadow-copy an assembly is made based on its location - it's
9746         copied if it's in one of the private application domain binary
9747         directories and its different to the target file in the shadow
9748         directory. Fixes bug #380546
9749
9750 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
9751
9752         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
9753
9754         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
9755         types.
9756
9757         * reflection.c (mono_image_create_token): Handle 
9758         Method/ConstructorOnTypeBuilderInst.
9759         (resolve_object): Ditto.
9760         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
9761         so it can be called from resolve_object. Also handle the case when the inflated
9762         class already has its methods setup.
9763
9764 2008-04-21  Martin Baulig  <martin@ximian.com>
9765
9766         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
9767
9768 2008-04-20  Geoff Norton  <gnorton@novell.com>
9769
9770         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
9771         pointer dereference.
9772
9773 2008-04-15  Marek Habersack  <mhabersack@novell.com>
9774
9775         * appdomain.c (try_load_from): if IOMAP is in effect, call the
9776         portability API to look up the assembly file. Fixes behavior in
9777         situations when the application has a bin/ directory, but the
9778         assembly search patch refers to Bin/ (and thus the requested file
9779         name is Bin/SomeLibrary.dll). Fixes bug #379888
9780
9781 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
9782
9783         verify.c (mono_type_is_generic_argument): Extracted this check
9784         from a dozen places to here.
9785
9786         verify.c: Fixed all issues related to boxing generic arguments
9787         and their constraints.
9788
9789 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
9790
9791         verify.c (mono_class_interface_implements_interface): Fix win32 build.
9792
9793 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
9794
9795         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
9796         isn't finished yet. Fixes #363447.
9797
9798 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
9799
9800         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
9801         Fixes #346419.
9802
9803 2008-04-13  Jb Evain  <jbevain@novell.com>
9804
9805         * domain.c: update the 2.1 profile versions.
9806         Merged from the Moonlight 2 branch.
9807
9808 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
9809
9810         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
9811         mscorlibs for the non-refonly case as well.
9812
9813         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
9814         in mono_assembly_load_from_full (). Fixes #378924.
9815
9816 2008-04-11  Geoff Norton  <gnorton@novell.com>
9817
9818         * icall.c: The global extern environ doesn't exist on Mac.  We
9819         need to call NSGetEnviron instead.
9820
9821 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9822
9823         verify.c: Add generic method constraint verification.
9824
9825 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9826
9827         class.c (mono_class_inflate_generic_method_full): Add a long
9828         explanation to the is_mb_open hack. Remove the FIXME.
9829
9830 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9831
9832         * verify.c (mono_method_verify): Mark all unknown opcodes
9833         as invalid. Mark jmp as unverifiable.
9834
9835 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9836
9837         * verify.c: Add code to do type constraint verification on class instances.
9838
9839         * verify.c (mono_verifier_verify_class): Use the type constraint 
9840         verification code.
9841
9842 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9843
9844         * class.c (mono_class_get_field_default_value): Don't pass cindex
9845         as hint to mono_metadata_get_constant_index. The local is not initialized
9846         and should contain garbage most of the time. This could only work
9847         with a lot of luck.
9848
9849 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9850
9851         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
9852
9853 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9854
9855         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
9856
9857         * class.c (mono_class_from_generic_parameter): Save the token of the
9858         generic param in MonoClass::sizes.generic_param_token.
9859
9860         * reflection.c (mono_custom_attrs_from_class): If the class type is
9861         VAR or MVAR retrieve the attributes of the generic param.
9862
9863 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9864
9865         * class.c (mono_class_init): Do class verification if the verifier
9866         is enabled.
9867
9868 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9869
9870         * verify-internal.h: Added mono_verifier_verify_class.
9871
9872         * verify.c: Added mono_verifier_verify_class. It checks for
9873         classes with explicit layout that have overlapping reference fields.
9874
9875         * pedump.c: Init the verifier state prior to verification. Fixed
9876         command line arguments.
9877
9878 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9879
9880         * Makefile.am: Added verify-internals.h, hopefully fix the build.
9881
9882 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
9883
9884         * verify-internals.h: Fix a warning.
9885
9886 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9887
9888         * verify-internals.h: New header with the verifier configuration
9889         extracted from mini.c.
9890
9891         * verify.c: Implemented the new functions exported by verify-internals.h.
9892
9893 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9894
9895         * verify.c: Add proper verification of ckfinite.
9896
9897 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9898
9899         * verify.c (do_conversion): Improved error message to something
9900         more meanfull.
9901
9902         * verify.c (check_is_valid_type_for_field_ops): Fix to work
9903         with primitive types.
9904
9905 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9906
9907         * verify.c: Added tail prefix checking. Marked icall
9908         as unverifible.
9909
9910 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9911
9912         * verify.c: Fix the detection of branches to the middle
9913         of an instruction.
9914
9915 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
9916
9917         * verify.c: Implemented verification of volatile. and
9918         unaligned. prefix. Check if a type is valid after retrieving it.
9919
9920 2008-04-01  Dick Porter  <dick@ximian.com>
9921
9922         * process.c (process_get_fileversion): If there's no string block,
9923         set the file language to en_US.  Fixes the other new part of bug
9924         374600.
9925
9926 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
9927
9928         * class.c: New functions mono_method_can_access_field_full and
9929         mono_method_can_access_method_full. They perform type visibility
9930         and type site check.
9931
9932         * class-internal.h: Added exported functions.
9933
9934         * verify.c: Use new functions to implement proper visibility checks.
9935
9936 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
9937
9938         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
9939
9940 2008-03-28  Dick Porter  <dick@ximian.com>
9941
9942         * process.c (process_get_fileversion): Use the first language ID
9943         we see, rather than insisting on an invariant language.  Fixes bug
9944         374600.
9945
9946 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
9947
9948         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
9949         the streams to fix reading of invalid memory later.
9950
9951         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
9952         to ease debugging.
9953
9954 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
9955
9956         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
9957         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
9958
9959 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
9960         * threads.h: Added MonoThreadManageCallback type and
9961         mono_thread_set_manage_callback prototype
9962         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
9963         (used to store the mono_thread_manage callback).
9964         * threads.c: Added mono_thread_set_manage_callback, and handle
9965         "MonoThread->manage_callback" in build_wait_tids.
9966
9967 2008-03-26  Dick Porter  <dick@ximian.com>
9968
9969         * process.c (process_get_fileversion): Set FileVersionInfo strings
9970         to Empty when the resource doesn't have the particular info.
9971         Fixes bug 355717.
9972
9973 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
9974
9975         * verify.c (mono_method_verify): Proper prefix validation.
9976
9977 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
9978
9979         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
9980         itself in a separate argument instead of throwing them. Fixes #373448.
9981
9982         * appdomain.c: Bump corlib version.
9983
9984 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
9985
9986         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
9987
9988 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
9989
9990         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
9991         version macros.
9992
9993 2008-03-20  Mark Probst  <mark.probst@gmail.com>
9994
9995         * generic-sharing.c, class-internals.h: Code for putting
9996         reflection types into the runtime generic context.
9997
9998 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
9999
10000         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
10001         Fixes #340662. 
10002
10003
10004 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
10005
10006         * verify.c (VerifyContext): Added instruction prefix data to the struct.
10007
10008         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
10009
10010         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
10011
10012         * verify.c (do_cast): Let the result value keep the boxed status.
10013
10014         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
10015
10016 2008-03-17  Jb Evain  <jbevain@novell.com>
10017
10018         * reflection.c: when running on a 2.0 runtime, emit
10019         unconditionally the #~ header version as 2.0, and the
10020         CLI header version as 2.5, for symmetry's sake with csc.
10021
10022 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10023
10024         * class.c: Remove the unused cache_interface_offsets stuff.
10025
10026         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
10027         profiler.c: Fix warnings.
10028
10029 2008-03-16  Mark Probst  <mark.probst@gmail.com>
10030
10031         * generic-sharing.c, class-internals.h: Support for putting
10032         methods into the runtime generic context.
10033
10034 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10035
10036         * class.c (mono_class_setup_fields): Ignore calls made to this function for
10037         classes which are generic instances of not-yet finished typebuilders. Fixes
10038         #351172.
10039
10040         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
10041
10042 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
10043
10044         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
10045
10046         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
10047         field, replace it with a hash table in MonoDynamicImage.
10048
10049         * reflection.c (inflate_mono_method): Access the generic definition object from
10050         image->generic_def_objects instead of imethod->reflection_info.
10051
10052         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
10053
10054         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
10055         
10056         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
10057         function in reflection.c so it is easier to keep in sync with the dynamic image
10058         creation code.
10059
10060         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
10061         mono_image_close ().
10062
10063 2008-03-15  Mark Probst  <mark.probst@gmail.com>
10064
10065         * class.c (mono_class_generic_sharing_enabled): Disable generic
10066         sharing for all architectures except AMD64 and x86 to fix build.
10067
10068 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10069
10070         * verify.c: Use the generic definition MonoGenericContext when available.
10071         Remove code for checking generics instance compatibility in favor of
10072         mono_class_is_assignable_from.
10073
10074 2008-03-14  Mark Probst  <mark.probst@gmail.com>
10075
10076         * marshal.c, marshal.h, metadata-internals.h, image.c,
10077         wrapper-types.h: New wrapper for invoking a shared static method
10078         without having to pass the runtime generic context argument.
10079
10080 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10081
10082         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
10083
10084 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
10085
10086         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
10087         
10088         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
10089         create a token from a FieldOnTypeBuilderInst.
10090         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
10091         (resolve_object): Ditto.
10092
10093         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
10094         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
10095
10096 2008-03-14  Martin Baulig  <martin@ximian.com>
10097
10098         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
10099
10100         * debug-mono-symfile.h
10101         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
10102         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
10103
10104 2008-03-10  Martin Baulig  <martin@ximian.com>
10105
10106         * debug-mono-symfile.h
10107         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
10108         `lexical_block_table_offset'.
10109         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
10110         `lexical_blocks'.
10111         (MonoSymbolFile): Added `version'.
10112
10113         * mono-debug.h
10114         (MonoDebugLexicalBlockEntry): Removed.
10115         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
10116         `lexical_blocks'.
10117
10118         * mono-debug.c (mono_debug_add_method): Don't compute lexical
10119         blocks here; the debugger now does this internally.
10120
10121 2008-02-27  Martin Baulig  <martin@ximian.com>
10122
10123         * object.c (mono_runtime_exec_main): Call
10124         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
10125         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
10126
10127 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10128
10129         * verify.c (verify_type_compatibility_full): Allow native int to be converted
10130         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
10131
10132 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10133
10134         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
10135         ldftn with a virtual method.
10136
10137 2008-03-13  Geoff Norton  <gnorton@novell.com>
10138
10139         * decimal.c:  Only include memory.h if the platform has it.
10140
10141 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
10142
10143         * assembly.c, class.c, metadata-internals.h: make sure public key
10144         tokesns are compared in a case-insensitive way. Also, all
10145         the lookups in the GAC use a lowercase public key token
10146         (gaacutil already does the lowercasing on install). Fixes
10147         bug #369541.
10148
10149 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
10150
10151         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
10152         and return value.
10153
10154 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
10155
10156         * image.c: when someone loads a mscorlib from a file, return the
10157         currently loaded mscorlib (fixes bug #369253).
10158
10159 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10160
10161         * class.c: handle types with no parents by forcing them to have
10162         System.Object as a parent and marking them as broken (this currently
10163         allows the first part of bug #369173 to work as well, likely because
10164         we don't check for typeload exceptions everywhere yet).
10165
10166 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
10167
10168         * class.c: more complete check that types belong to corlib
10169         (fixes second part of bug #369173).
10170
10171 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
10172
10173         * generic-sharing.c:  Including glib.h for the MSVC builds to define
10174           "inline" to "__inline" before including mono-membar.h.
10175           
10176         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
10177           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
10178           MSVC builds.
10179
10180         Contributed under MIT/X11 license.
10181
10182 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10183
10184         * verify.c (do_invoke_method): Remove return type validation.
10185
10186         * verify.c (do_ret): Do return type validation at return site instead of
10187         call site.
10188
10189 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10190
10191         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
10192
10193         * verify.c: Some todos cleaned and improved a few error messages.
10194
10195 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
10196
10197         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
10198
10199 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
10200
10201         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
10202         system types correctly.
10203
10204         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
10205         function.
10206
10207 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10208
10209         * assembly.c (build_assembly_name): Fix a warning.
10210
10211 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
10212
10213         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
10214         the called function takes an object type argument. Fixes storing or
10215         valuetypes across remoting as well as reducing memory usage.
10216         * image.c, metadata-internals.h: remove now unused ldfld_remote and
10217         stfld_remote wrapper caches.
10218
10219 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10220
10221         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
10222         is not found.
10223
10224         * reflection.c (mono_image_register_token): New helper function to save
10225         a token->object mapping.        
10226
10227         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
10228         managed code.
10229
10230         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
10231         one dimension arrays. Fixes #367670.
10232         (mono_reflection_get_type_internal): Ditto.
10233
10234 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
10235
10236         * marshal.c: mono_load_remote_field_new() always returns object.
10237         so use the proper signature (fixes bug #366445).
10238
10239 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10240         
10241         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
10242         add an 'inline_failure' flag instead.
10243
10244 2008-03-04  Mark Probst  <mark.probst@gmail.com>
10245
10246         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
10247         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
10248         contains the location of "this", used for exception handling.
10249
10250 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10251
10252         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
10253         their size on all platforms for perf reasons.
10254
10255 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10256
10257         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
10258         object-internal.h
10259
10260         * object-internal.h: Same.
10261
10262 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10263
10264         * reflection.h: Fix the build I just broke.
10265
10266 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10267
10268         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
10269         Test if a token is valid, this remove explicit usage of 
10270         MonoDynamicImage::tokens from the verifier code.
10271
10272         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
10273
10274         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
10275         instead of direct access to MonoDynamicImage::tokens.
10276
10277 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10278
10279         * verify.c (token_bounds_check): Fix the build I just broke.
10280
10281 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10282
10283         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
10284
10285         * verify.c (verifier_load_method): Fixed the errors message.
10286
10287         * verify.c (mono_method_verify): Fixed a debug message.
10288
10289 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
10290
10291         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
10292         mono-perfcounters.h, class-internals.h: support for predefined
10293         writable counters, query of categories and counters, bugfixes.
10294
10295 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10296
10297         * verify.c (do_refanytype): Verify the refanytype opcode.
10298
10299         * verify.c (mono_method_verify): Use do_refanytype.
10300
10301 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10302
10303         * verify.c (do_mkrefany): Verify the mkrefany opcode.
10304
10305         * verify.c (mono_method_verify): Use do_mkrefany.
10306
10307 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
10308
10309         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
10310         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
10311         implementation.
10312
10313 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10314
10315         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
10316         the type load exception.
10317
10318 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
10319
10320         * verify.c: Added a few FIXME for method signatures
10321
10322         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
10323         of mono_method_get_signature and get vararg call working. Removed unused
10324         checks for return value.
10325
10326         * verify.c (do_refanyval): Verify the refanyval opcode.
10327
10328         * verify.c (mono_method_verify): Implemented verification of arglist and
10329         use do_refanyval.
10330
10331 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10332
10333         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
10334         vtypes to marshal.c.
10335
10336         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
10337         it works for AOT as well.
10338
10339 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10340
10341         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
10342         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
10343         the system time is adjusted.
10344
10345 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
10346
10347         * icall.c, icall-def.h: use the new time functions (fixes the
10348         non-monotonic behaviour of TickCount).
10349
10350 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
10351
10352         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
10353         it breaks the build.
10354         
10355         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
10356         cattr is not finished yet.
10357
10358 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10359
10360         * verify.c: Proper token validation for field, method and type.
10361
10362 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10363
10364         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
10365
10366         * loader.c (method_from_memberref): Generate type load error instead of method missing
10367         if the type is not found.
10368
10369 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
10370
10371         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
10372         some of the conversions caused the generation of a marshal directive exception.
10373
10374 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10375
10376         verify.c: Report which exception should be thrown by the JIT.
10377         Added a lot of FIXME notes.
10378
10379 2008-02-22  Mark Probst  <mark.probst@gmail.com>
10380
10381         * generic-sharing.c: Runtime generic context slots are not
10382         instantiated on init anymore.  Instead, provide function to do the
10383         instantiating on demand.
10384
10385         * class-internals.h: Added vtable to runtime generic context.
10386         Macros for encoding direct and indirect slot offsets in one
10387         guint32.
10388
10389 2008-02-21  Mark Probst  <mark.probst@gmail.com>
10390
10391         * object.c, generic-sharing.c: Moved some generic sharing code
10392         from object.c to generic-sharing.c.
10393
10394         * generic-sharing.c: Added support for extensible runtime generic
10395         context.
10396
10397         * metadata-internals.h: Two new hash tables in MonoImage for
10398         extensible runtime generic context support.
10399
10400         * domain.c: Unregister generic vtables upon domain unloading.
10401
10402         * image.c: Destroy new hash tables upon image unloading.
10403
10404         * metadata.c: Unregister generic subclasses upon image unloading.
10405
10406         * class-internals.h: New data structure for runtime generic
10407         context template.  New fields in the runtime generic context for
10408         extensible part.
10409
10410         * Makefile.am: Added generic-sharing.c.
10411
10412 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10413
10414         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
10415         there is a pending loader exception, raise it.
10416
10417         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10418         same.
10419
10420         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
10421         same.
10422
10423         Fixes #363450.
10424
10425 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
10426
10427         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
10428
10429         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
10430         
10431         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
10432         ref-only requests for compatibility with MS.
10433
10434 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10435
10436         * reflection.c (mono_custom_attrs_from_method): Don't silently
10437         return an empty list for generic method instances.
10438         (mono_custom_attrs_from_param): Likewise.
10439
10440 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
10441             Raja R Harinath  <harinath@hurrynot.org>
10442
10443         Fix #354757
10444         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
10445         * class.c (mono_class_inflate_generic_method_full): Initialize it
10446         when a fully-open method is instantiated.
10447         * metadata.c (inflated_method_equal, inflated_method_hash): Update
10448         to new field.
10449         * reflection.c (inflate_mono_method): Don't create a temporary context.
10450
10451 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10452
10453         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
10454         Compute correct value, to prepare for imethod->reflection_info going away.
10455
10456 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
10457
10458         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
10459
10460 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10461
10462         * verify.c: Implement skip visibility flag.
10463
10464 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10465
10466         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
10467         which contains an extra field to tell the kind of exception that should be thrown.
10468
10469         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
10470
10471 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
10472
10473         * loader.c (mono_method_get_param_names): Initialize 'klass' after
10474         'method' is updated.
10475
10476 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
10477
10478         * class.c (mono_class_layout_fields): Set class->min_align for classes using
10479         explicit layout as well. Fixes #360375.
10480
10481 2008-02-11  Geoff Norton  <gnorton@novell.com>
10482
10483         * loader.c: Guard and dereference against inflated generic methods
10484
10485 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
10486
10487         * class.c: Include Retargetable spec in assembly name.
10488         * assembly.c: Always include PublicKeyToken spec in assembly name
10489         (with value "null" if assembly is not signed), and include
10490         Retargetable spec.
10491         * icall-def.h: Added icall for Assembly.get_fullname.
10492         * icall.c: Added icall returning the fullname of an assembly.
10493
10494 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
10495
10496         * class.c (mono_class_setup_vtable_general): Add a missing call to
10497         mono_class_setup_methods () which is needed in the AOT case.
10498
10499 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
10500
10501         * verify.c (mono_type_get_stack_name): Added. Return the name for the
10502         stack type of the given MonoType.
10503
10504         * verify.c (verify_type_compatibility_full): Handle the void type.
10505
10506         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
10507         way stack merging works.
10508
10509         * verify.c (store_local): Improved verification message.
10510
10511         * verify.c (do_branch_op): If the merging is invalid, the method
10512         is unverifiable and not invalid. Improved error message.
10513
10514         * verify.c (merge_stacks): Properly merge a boxed valuetype and
10515         a reference type diferent than System.Object. Improved error
10516         message.
10517
10518 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
10519
10520         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
10521
10522         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
10523         type of an enum even if the argument is byref.
10524
10525         * verify.c: Replace all explicit uses of enumtype and enum_basetype
10526         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
10527
10528         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
10529
10530         *verify.c (verify_type_compatibility_full): Make enum types
10531         compatible with their base types.
10532
10533         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
10534         types are compatible for the special case of a boxed valuetype and
10535         System.Object.
10536
10537         * verify.c (verify_stack_type_compatibility): The function
10538         is_compatible_boxed_valuetype was extracted from here.
10539
10540         * verify.c (push_arg): Only set ctx->has_this_store if the method
10541         is not static.
10542
10543         * verify.c (do_ldelem): Fixed a typo in an error message and added
10544         strict check for mixing int32 and native int as the array type
10545         and ldelem type.
10546
10547         * verify.c (merge_stacks): Consider boxed valuetypes in the
10548         compatibility checks.
10549
10550 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
10551         * profiler.h: (MonoGCEvent): Added start-stop the world events.
10552
10553 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10554         *class.c: use_new_interface_vtable_code: renamed the env var to have
10555         a "MONO_" prefix, and fix the logic to enable it by default.
10556
10557 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10558         *class.c:
10559         mono_class_setup_vtable_general: rewrote the way in which interface
10560         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
10561         makes the code more maintainable.
10562         For now the old code is still there, and can be activated setting
10563         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
10564
10565 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
10566
10567         * verify.c: guarded some debug functions around and #ifdef.
10568
10569         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
10570
10571 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
10572
10573         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
10574         changes for now since they seem to break too many things.
10575
10576 2008-02-05  Mark Probst  <mark.probst@gmail.com>
10577
10578         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
10579         mono_marshal_find_nonzero_bit_offset): Added macro and function
10580         for finding the byte- and bit-offset of a bitfield within a
10581         struct.
10582
10583 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
10584
10585         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
10586         (mono_marshal_get_struct_to_ptr): Ditto.
10587
10588         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
10589         cctor_signature.
10590
10591 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
10592
10593         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
10594         between methods for non-corlib types.
10595
10596 2008-02-02  Geoff Norton  <gnorton@novell.com>
10597
10598         * loader.c (mono_method_get_param_names): Populate the parameter name for 
10599         generic parameters as well. (Fixes #342536)
10600
10601 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
10602
10603         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
10604
10605         * verify.c (do_invoke_method): Fix for calling with byref structs.
10606
10607         * verify.c (do_cast): push a boxed value type based on the type token and not
10608         the type of stack.
10609
10610 2008-01-31  William Holmes  <billholmes54@gmail.com>
10611
10612         * process.c (process_module_string_read): Check the size returned form 
10613           VerQueryValue to avoid out of memory exception. 
10614
10615 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
10616
10617         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10618         Handle properly modules which are not in the moduleref table. Fixes
10619         #356938.
10620
10621 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
10622
10623         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
10624         the dynamic case which is now in managed code.
10625         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
10626
10627         * marshal.c (mono_string_to_bstr): Fix a warning.
10628         (init_com_provider_ms): Ditto.
10629
10630         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
10631
10632         * exception.c (mono_get_exception_out_of_memory): New helper function.
10633
10634 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
10635
10636         * marshal.c: Add support for BSTR marshalling
10637         using other COM systems.
10638
10639         Code is contributed under MIT/X11 license.
10640
10641 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10642
10643         * object.c (mono_runtime_invoke_array): reverted previous
10644         commit as it breaks the build.
10645
10646 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10647
10648         * object.c (mono_runtime_invoke_array): Verify arguments for
10649         invalid types. Fixes #348522.
10650
10651 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10652
10653         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
10654         non-final virtual calls using call. 
10655
10656         * verify.c (do_invoke): fixed some TODOs.
10657
10658         * verify.c (push_arg): set has_this_store for "ldarga 0".
10659
10660 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
10661
10662         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
10663         which belong to an inflated class. Fixes #356531.
10664
10665 2008-01-26  Robert Jordan  <robertj@gmx.net>
10666
10667         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
10668         which resort to FindFirstFile when a certain error condition
10669         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
10670         Code is contributed under MIT/X11 license.
10671
10672 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
10673
10674         * marshal.c (emit_marshal_string): Fix out string marshalling
10675         to use specified encoding. Fixes #323900.
10676
10677         Code is contributed under MIT/X11 license.
10678
10679 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
10680
10681         * class.c (mono_class_inflate_generic_method_full): Don't modify
10682         iresult->context after cache check.
10683
10684 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
10685
10686         * class.c (mono_class_inflate_generic_method_full): Change the
10687         struct assignments to memcpy for better visibility and add some comments.
10688
10689 2008-01-23  Dick Porter  <dick@ximian.com>
10690
10691         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
10692         procedure, and make it work on windows.
10693
10694 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
10695
10696         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
10697         a MonoReflectionTypeBuilder since it is always of that type.
10698
10699         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
10700
10701         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
10702
10703         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
10704         
10705         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
10706
10707         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
10708
10709         * reflection.c (mono_reflection_create_runtime_class): Remove already created
10710         instantiations from the type cache.
10711
10712 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10713
10714         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
10715
10716         * verify.c (do_unbox_value): push a controled mutability managed pointer.
10717
10718 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10719
10720         * verify.c (do_ldstr): added, verifies if the #US token is valid.
10721
10722         * verify.c (mono_method_verify): removed old TODO
10723
10724 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10725
10726         * verify.c (do_newobj): add visibility check.
10727
10728 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10729
10730         * verify.c (do_load_function_ptr): add visibility check.
10731
10732 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
10733         *class.c:
10734         mono_generic_class_get_class: hook profiler events.
10735         mono_field_get_offset: added to support heap-shot in the new profiler.
10736         *class.h: exported mono_field_get_offset.
10737         * reflection.c:
10738         mono_reflection_setup_internal_class: hook profiler events.
10739
10740 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
10741
10742         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
10743         argument here too and use it to avoid checking for pending exceptions if 
10744         possible.
10745
10746 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
10747
10748         * assembly.c (build_assembly_name): add arg for passing the assembly
10749         flags. Do not consider a PublicKey with value "null" valid.
10750         (mono_assembly_name_parse_full): added boolean argument that will be
10751         set if the assembly name contains a PublicKeyToken spec. Added support
10752         for the Retargetable spec for which only Yes or No are allowed as valid
10753         value. Consider assembly name invalid if Retargetable spec is set, but
10754         either version, culture or public key (token) are not specified.
10755         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
10756         with implementation in assembly.c.
10757         * icall.c (fill_reflection_assembly_name): also copy assembly flags
10758         from MonoAssemblyName.
10759         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
10760         introduced argument for mono_assembly_name_parse_full to know if the
10761         assembly name has a PublicKeyToken spec, and if it has instruct
10762         fill_reflection_assembly_name to use default value for keyToken (if
10763         PublicKeyToken is null).
10764
10765 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10766
10767         * verify.c (mono_method_verify): fixed ovf ops with
10768         float values. They are unverifiable now.
10769
10770 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10771
10772         * class.c (set_failure_from_loader_error): add BadImageException to the
10773         list of exceptions that can cause a type to fail to load.
10774
10775         * class.c (mono_class_get_exception_for_failure): same.
10776
10777 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
10778
10779         * verify.c (in_any_exception_block): added, check if offset
10780         is part of any exception handling clause.
10781
10782         * verify.c (get_stack_type): added VAR and MVAR types.
10783
10784         * verify.c (do_stobj): better error messages.
10785
10786         * verify.c (do_cpobj): added, check cpobj.
10787
10788         * verify.c (do_initobj): added, check initobj.
10789
10790         * verify.c (do_sizeof): added, check sizeof.
10791
10792         * verify.c (do_localloc): added, check localloc.
10793
10794         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
10795
10796 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
10797
10798         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
10799         save_lmf/restore_lmf opcodes.
10800
10801         * threads.c (mono_threads_install_notify_pending_exc): New function to
10802         install a callback notifying the JIT there is a pending exception on a thread.
10803         (mono_thread_request_interruption): Call the new callback.
10804         (mono_thread_get_and_clear_pending_exception): New function to return the
10805         exception pending on a thread.
10806
10807         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
10808         to turn off checking for pending exceptions.
10809         (mono_marshal_get_native_wrapper): Ditto.
10810
10811 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10812
10813         * threads-types.h: Get rid of the unnecessary extern declarations.
10814
10815 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
10816
10817         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
10818         return field from parent class if not private.
10819         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
10820         returns fields from parent class if they are not private.
10821         (method_nonpublic): added function to determine if a given method
10822         should be considered non-public. Returns false for private methods
10823         on parent class, and internal methods from parent on the 1.0 profile.
10824         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
10825         use method_nonpublic function to determine whether method should be
10826         returned.
10827         (property_accessor_public): use newly introduced method_nonpublic
10828         function to determine whether accessor is non-public. 
10829         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
10830         event from parent class if not private. Only return static event if
10831         Static flag is set, and only return static event from parent class if
10832         FlattenHierarchy flag is set.
10833         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
10834         include non-private events from parent class.
10835
10836 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10837
10838         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
10839         warning.
10840
10841 2008-01-16  Wade Berrier <wberrier@novell.com>
10842
10843         * security.c: Add assembly.h header to appease some warnings
10844
10845 2008-01-16  Dick Porter  <dick@ximian.com>
10846
10847         * process.c (process_module_string_read): Remove trailing null
10848         when saving string.
10849
10850 2008-01-16  Mark Probst  <mark.probst@gmail.com>
10851
10852         * class-internals.h: A new data structure describing the layout of
10853         a runtime generic context (MonoRuntimeGenericContextTemplate).
10854
10855         * metadata-internals.h: Added a hash table to MonoDomain that maps
10856         from open generic classes to their runtime generic context
10857         templates.
10858
10859         * object.c: Building of the runtime generic context, including
10860         proper handling of generic type arguments of superclasses.
10861         Building of the runtime generic context according to the template.
10862
10863 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
10864
10865         * class.c (mono_class_setup_fields): Set field.count for generic instances.
10866         Fixes #350856.
10867
10868         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
10869         mono_portability_find_file (). Fixes #325466.
10870         (mono_image_get_public_key): Fix a warning.
10871
10872 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
10873
10874         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
10875         Fixes #353550.
10876         (mono_class_from_name_case): Ditto.
10877
10878 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
10879
10880         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
10881           common storage for the tables used in the System/NumberFormatter class.
10882
10883 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
10884
10885         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
10886
10887 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
10888
10889         * verify.c (get_boxable_mono_type): check if the token is valid.
10890
10891         * verify.c (set_stack_value): changed to add an error if an
10892         invalid type is set on stack. Changed all callers due to signature change.
10893
10894         * verify.c (do_stobj): implement stobj validation.
10895
10896 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
10897
10898         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
10899         set container->is_method, it was set earlier.
10900
10901         * metadata.c (type_in_image): Handle MVARs which belong to not finished
10902         generic methods.
10903
10904         * reflection.c (mono_reflection_initialize_generic_parameter): Set
10905         is_method of the generic container to TRUE for methods.
10906
10907 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10908
10909         * metadata.c (type_in_image): Handle type parameters properly.
10910
10911         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
10912         memory ownership of this structure.
10913
10914 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
10915
10916         * verify.c (get_boxable_mono_type): make typedref types been just
10917         unverifiable. check for void type.
10918
10919         * verify.c (do_unbox_any): added, verify opcode unbox.any.
10920
10921         * verify.c (do_load_function_ptr): accept method spec tokens.
10922
10923 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10924
10925         * marshal.c (mono_class_native_size): Always set *align even if this is called
10926         recursively.
10927
10928 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
10929
10930         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
10931         out-of-date.
10932
10933 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
10934
10935         * verify.c: removed some old unused tables. A huge bunch of small fixes
10936         to things found while testing the verifier with mono basic.
10937
10938         * verify.c (dump_stack_value): dump null literal flag to.
10939
10940         * verify.c (verify_type_compatibility_full): fix comparison
10941         for types that have a generic super type.
10942
10943         * verify.c (verify_stack_type_compatibility): fix compatibility
10944         between null literals and reference types. fix compatibility between
10945         boxed valuetypes and object. fix corner case test for enums.
10946
10947         * verify.c (do_cmp_op): proper verification of cgt.un in case
10948         of reference types.
10949
10950         * verify.c (do_invoke_method): fix error message.
10951
10952         * verify.c (do_store_indirect
10953
10954         * verify.c (check_is_valid_type_for_field_ops): proper verification
10955         of managed pointers to valuetypes and boxed valuetypes. proper verification
10956         of null literals.
10957
10958         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
10959         allow token to be a reference type.
10960
10961         * verify.c (do_cast): proper handling of boxes valuetypes.
10962
10963         * verify.c (do_stelem): proper handling of storing a boxed valuetype
10964         in object[].
10965
10966         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
10967         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
10968         fixed the decoding of unbox_any
10969
10970 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
10971
10972         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
10973
10974 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
10975
10976         * verify.c (do_newobj): do delegate verification.
10977
10978         * verify.c (verify_delegate_compatibility): perform delegate
10979         verification.
10980
10981         * verify.c (verify_ldftn_delegate): perform tests related to
10982         ldftn delegates.
10983
10984         * verify.c (mono_delegate_signature_equal): perform the
10985         slightly diferent signature comparison required by delegates.
10986
10987         * metadata.c (mono_metadata_type_equal_full): added and exported
10988         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
10989         allows signature only comparison.
10990
10991         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
10992         as MONO_INTERNAL.
10993
10994 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
10995
10996         * verify.c: added a bunch of stack_slot_* functions to
10997         make access to stack slot type easier. This is required to
10998         allow optional flags, like null literal, boxed value and
10999         this pointer.
11000         All access paths to IlStackDesc::stype have been changed 
11001         to use these new funcions.
11002         Removed a bunch of unused functions and cleared all warnings.
11003         This patch introduces the usage of the this pointer and 
11004         boxed value flags.
11005
11006 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
11007
11008         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
11009
11010 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
11011
11012         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
11013         match managed version.
11014
11015         * appdomain.c: Bump corlib version.
11016         
11017         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
11018         argument.
11019
11020 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
11021
11022         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
11023         Set public key token to zero-length byte array if assembly is not
11024         strongnamed.
11025
11026 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11027
11028         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
11029         writing a vtype array elem.
11030
11031 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
11032
11033         * assembly.c (build_assembly_name): return FALSE if length of token is
11034         not 16 (if not "null").
11035         (mono_assembly_name_parse_full): return FALSE if value of version,
11036         culture, token or key is 0.
11037         * icall.c (fill_reflection_assembly_name): add boolean arguments to
11038         specify whether public key and public key token must be set to default
11039         value (zero-length byte array) if not available. Set versioncompat to
11040         SameMachine. If public key is available or the default is set, then
11041         set PublicKey flag.
11042         (ves_icall_System_Reflection_Assembly_FillName): if no public key
11043         is available, use empty byte array as default value. On the 2.0
11044         profile, use default value for public key token if not set.
11045         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
11046         profile, use default value for public key if not set. On the 2.0
11047         profile, use default value for public key token if not set.
11048         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
11049         default values for public key and public key token.
11050
11051 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11052
11053         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
11054         field to keep it in synch with the managed object.
11055
11056         * marshal.c (emit_marshal_object): Add support for byref marshalling of
11057         delegates. Fixes #351520.
11058
11059         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
11060         contains defined memory.
11061         
11062         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
11063
11064         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
11065         
11066         * sgen-gc.c (check_consistency): New helper function to do a consistency check
11067         of the GC data structures.
11068
11069         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
11070
11071         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
11072         
11073         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
11074         barrier.
11075         (mono_array_clone_in_domain): Ditto.
11076         (mono_array_clone_in_domain): Ditto.
11077
11078         * threads.c (start_wrapper): Register the thread start argument as a GC root.
11079         (cache_culture): Use a write barrier.
11080
11081         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
11082         (ves_icall_get_property_info): Ditto.
11083
11084         * object.h (MONO_STRUCT_SETREF): New macro.
11085
11086         * class-internals.h (MonoStats): Add some GC statistics.
11087
11088         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
11089
11090 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
11091
11092         * exception.c (mono_exception_from_name_two_strings):
11093         Break from loop after method is found.
11094
11095 2008-01-04  Dick Porter  <dick@ximian.com>
11096
11097         * process.c (process_module_string_read): Rename variable to
11098         reflect correct usage, after fixing bug 345972.
11099
11100 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
11101
11102         * verify.c (mono_type_create_fnptr_from_mono_method): 
11103         created a MonoType function pointer instance to be used during
11104         verification. The verifier releases this memory at end.
11105
11106         * verify.c (mono_method_is_constructor): extracted repeated
11107         checks for constructor into a single class.
11108
11109         * verify.c (do_push_field): use new extracted method
11110         for constructor check.
11111
11112         * verify.c (do_newobj): same.
11113
11114         * verify.c (do_ldftn): renamed to do_load_function_ptr
11115         and make it verify ldvirtftn too.
11116
11117         * verify.c (mono_method_verify: proper verification
11118         of ldvirtftn. release created MonoMethod instances.
11119
11120 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11121
11122         * verify.c (token_bounds_check): added.
11123
11124         * verify.c (do_ldftn): added.
11125
11126         * verify.c (mono_method_verify): proper verificartion of ldftn.
11127
11128 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11129
11130         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
11131         than the table row count. It's the resposibility of the caller to
11132         make the bounds check and raise the correct error.
11133
11134         * metadata.c (mono_metadata_decode_row_col): Same.
11135
11136         * loader.c (mono_get_method_from_token): perform bounds check
11137         on token for methoddef table.
11138
11139 2007-12-29  Miguel de Icaza  <miguel@novell.com>
11140
11141         * icall.c
11142         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
11143         assert into a negative result, the managed code already coped with
11144         that.
11145
11146         Some folks on Windows reported this error. 
11147
11148 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
11149
11150         * appdomain.c: Bump corlib version.
11151         * icall.c:
11152         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
11153         CultureInfo.CreateCulture to create CultureInfo for name.
11154         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
11155         create CultureInfo for name. Fixes bug #347174.
11156
11157 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11158
11159         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
11160         flags.
11161
11162         * verify.c (is_valid_branch_instruction): allow branching to the
11163         first instruction of the protected block.
11164
11165         * verify.c (is_valid_cmp_branch_instruction): same.
11166
11167         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
11168         avoid double initialization.
11169
11170         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
11171         detect which cases the eval stack should just be copied.
11172
11173         * verify.c (mono_method_verify): check if the eval stack
11174         is empty when entering a protected block.
11175
11176 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11177
11178         * verify.c: added is_clause_in_range, is_clause_inside_range,
11179         is_clause_nested and verify_clause_relationship. They perform
11180         the verifications stated in P1 12.4.2.7.
11181
11182         * verify.c (mono_method_verify): remove some unused variables,
11183         add the new exception clause checks, add instruction border
11184         checks for protected block start/end, improved some error 
11185         messages and fixed a bug in the way invalid instruction access
11186         is detected.
11187
11188 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
11189
11190         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
11191         from GC 7.0 if available.
11192
11193         * object.c: Remove an unused define.
11194         
11195         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
11196
11197         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
11198
11199         * null-gc.c (mono_gc_make_descr_for_array): Implement.
11200
11201         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
11202
11203         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
11204         to take the same arguments as the other make_descr functions.
11205
11206         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
11207
11208         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
11209         directly.
11210
11211         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
11212         mini.c.
11213
11214         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
11215         call to boehm-gc.c.
11216
11217         * boehm-gc.c (mono_gc_register_root): Fix a warning.
11218
11219         * null-gc.c (mono_gc_register_root): Fix a warning.
11220
11221         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
11222
11223         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
11224         (mono_gc_base_init): Call GC_init ().
11225
11226         * null-gc.c: Define mono_gc_register_root () as a no-op.
11227
11228         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
11229
11230 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
11231
11232         * verify.c: add prototype for merge_stacks at top
11233
11234         * verify.c (do_switch): added.
11235
11236         * verify.c (merge_stacks): on some cases the stack merging
11237         was not happening properly. Unequal stack sizes at merge
11238         points should be invalid.
11239
11240         * verify.c (mono_method_verify): added more debug info on stack state.
11241         verify switch properly.
11242
11243 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
11244
11245         * method-builder.h: New file, moved the mono_mb_ declarations here from 
11246         marshal.h.
11247
11248         * boehm-gc.c marshal.c: Include method-builder.h.
11249
11250         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
11251
11252         * marshal.c: Remove some code which is now in method-builder.c.
11253
11254 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
11255
11256         * method-builder.c: New file, extraction of the method builder functionality 
11257         from marshal.c.
11258
11259         * marshal.c: Move the mb functions into method-builder.c.
11260
11261         * marshal.h marshal.c: Export some mono_mb_... functions.
11262
11263         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
11264
11265         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
11266         the caller.
11267
11268         * class.c (mono_class_get_full): Check the token type in the dynamic case.
11269
11270         * loader.c (mono_field_from_token): Ditto.      
11271
11272         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
11273         type as well.
11274         
11275         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
11276         Fixes #342565.
11277
11278         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
11279         a helper function for setting it.
11280
11281         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
11282
11283         
11284         * assembly.c: Significally simplify code now that referenced assemblies are 
11285         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
11286
11287         * threads.h: Don't include  the internal threads-types.h header file. Fixes
11288         #349952.
11289
11290 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
11291
11292         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
11293         instructions that were target of branches or are at protected block boundaries.
11294
11295         * verify.c (in_same_block): handle filter clauses.
11296
11297         * verify.c (is_valid_branch_instruction): added. checks the target of
11298         instructions br or brtrue/false.
11299
11300         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
11301         binary branch instructions such as beq and bge.
11302
11303         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
11304         and made it pin the instruction as been part of the exception block.
11305
11306         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
11307         of in_same_block.
11308
11309         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
11310         of in_same_block.
11311
11312         * verify.c (do_ret): ret from a protected block is unverifiable and
11313         not invalid.
11314
11315         * verify.c (do_static_branch): verify br and br.s instructions.
11316
11317         * verify.c (merge_stacks): add extra param to support detection
11318         of branches in the middle of instructions.
11319         
11320         * verify.c (mono_method_verify): verify branches and exception blocks
11321         that target the middle of instructions. Proper verification of br and br.s.
11322
11323 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
11324
11325         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
11326         skip_visibility field.
11327         (reflection_methodbuilder_from_dynamic_method): Ditto.
11328
11329         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
11330         registrations. Fixes #348193.
11331
11332         * threads.h: Move the internal mono_thread_get_pending_exception () to
11333         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
11334
11335 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
11336
11337         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
11338         icall registration. Fixes #348193.
11339
11340         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
11341         for corlib classes into object. Fixes #349621.
11342
11343 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
11344
11345         * icall.c (property_accessor_nonpublic): new function to determine
11346         whether an accessor allows a property to be considered non-public.
11347         Returns false for private accessor(s) from parent class, and internal
11348         accessor(s) from parent on 2.0 profile (and higher).
11349         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
11350         to determine whether property should be included if NonPublic flag
11351         is set. Fixes bug #349078.
11352
11353 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
11354
11355         * verify.c (init_stack_with_value): added.
11356
11357         * verify.c (mono_method_verify): extracted common
11358         code for exception initialization into init_stack_with_value.
11359
11360         * verify.c (mono_method_verify): initialize the exception
11361         for handler clauses as well.
11362
11363         * verify.c (mono_method_verify): fix the exception clause
11364         ordering rules, it should use handler end offset and not
11365         start offset.
11366
11367 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
11368
11369         * rawbuffer.c: remove useless warning.
11370
11371 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
11372
11373         * threads.h, threads-types.h: move functions to the correct header
11374         (fixes bug#349952).
11375
11376 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11377
11378         * verify.c (mono_method_verify): proper verification
11379         of exception handling clauses ranges and fallthru in
11380         and out of protected blocks.
11381
11382 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11383
11384         * verify.c (mono_method_verify): fixed compilation issue.
11385
11386 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11387
11388         * verify.c (mono_method_verify): a printf slipped in, changed
11389         to use verifier debug macro.
11390
11391 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
11392
11393         * verify.c (is_correct_leave): check for filter clauses.
11394
11395         * verify.c (do_filter): added.
11396
11397         * verify.c (mono_method_verify): property verification of leave.
11398
11399
11400 2007-12-18  Mark Probst  <mark.probst@gmail.com>
11401
11402         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
11403         Win32 build, until we figure out how to do the proper thing on
11404         Win32.
11405
11406 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
11407
11408         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
11409         by the previous patch.
11410         
11411         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
11412         the assembly resolve handler for refonly assemblies.
11413
11414 2007-12-17  Mark Probst  <mark.probst@gmail.com>
11415
11416         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
11417         Make sure only one thread is allowed to commence shutdown, and
11418         don't allow new threads to be started once shutdown is in
11419         progress.
11420
11421 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
11422
11423         * verify.c (is_correct_endfilter): added.
11424
11425         * verify.c (is_unverifiable_endfilter): added.
11426
11427         * verify.c (do_endfilter): added.
11428
11429         * verify.c (mono_method_verify): property verification of endfilter
11430         and fixed a corner case or endfinally.
11431
11432 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
11433
11434         * verify.h: new flags to support fail fast of unverifiable code and
11435         do non-strict verification. Non-strict verification is required to
11436         have MS runtime compatibility. There are a huge amount of unverifiable
11437         code that it accepts as verifiable. The strict mode verifies the code
11438         as the specs says.
11439         Non-strict mode will be required in cases where code needs to be
11440         accepted as verifiable but fails under strict mode.
11441
11442         * pedump.c: added support to fail fast and non-strict verification.
11443
11444         * verify.c: added support for both fail fast and non-strict verification.
11445
11446 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
11447
11448         * verify.c (is_correct_endfinally): added.
11449
11450         * verify.c (mono_method_verify): property verification of endfinally.
11451
11452 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11453
11454         * verify.c (in_any_block): check for filter clauses.
11455
11456         * verify.c (is_correct_rethrow): added.
11457
11458         * verify.c (mono_method_verify): property verification of rethrow.
11459
11460         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
11461
11462 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11463
11464         * verify.c (do_throw): added.
11465
11466         * verify.c (mono_method_verify): property verification of throw
11467
11468 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
11469
11470         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
11471         assemblies. Fixes #346425.
11472
11473 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
11474
11475         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
11476         FieldBuilders.
11477
11478         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
11479
11480         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
11481         prevent asserts when this is called with a token which might not be valid.
11482
11483         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
11484         lookup_dynamic_token_class with valid_token == FALSE.
11485
11486         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
11487
11488         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
11489
11490         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
11491         
11492 2007-12-10  Mark Probst  <mark.probst@gmail.com>
11493
11494         * gc.c: Don't delay threadpool thread finalization unless Mono is
11495         shutting down.
11496
11497 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11498
11499         * threads.c: turn an assert into a non-fatal warning.
11500
11501 2007-12-09  Robert Jordan  <robertj@gmx.net>
11502
11503         * icall.c (GetVirtualMethod): Add missing argument validation.
11504
11505 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11506
11507         * verify.c (do_cast): added.
11508
11509         * verify.c (mono_method_verify): property verification of castclass and isinst.
11510
11511
11512 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11513
11514         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
11515
11516         * verify.c (do_stelem): added.
11517
11518         * verify.c (mono_method_verify): property verification of stelem.X.
11519
11520 2007-12-07  Mark Probst  <mark.probst@gmail.com>
11521
11522         * class.c, class-internals.h: Introduce an environment variable
11523         (MONO_GENERIC_SHARING) through which the extent of generic code
11524         sharing can be controlled (share all classes, share only corlib
11525         classes, or share nothing).
11526
11527         * object.c: Only create runtime generic context for classes for
11528         which sharing is enabled.
11529
11530 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11531
11532         * verify.c (do_ldelem): refactor it to work with ldelem.any.
11533
11534         * verify.c (mono_method_verify): property verification of ldelem.any.
11535
11536 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11537
11538         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
11539         added ldelem.X opcodes.
11540
11541         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
11542
11543         * verify.c: proper verification of ldelem.X 
11544
11545 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
11546
11547         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
11548
11549 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11550
11551         * verify.c (mono_method_verify): null literal requires special handling,
11552         the value pushed on stack need to be flagged as so.
11553
11554         * verify.c (do_ldelema): Verify ldelema properly.
11555
11556 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11557
11558         * verify.c: Verify ldlen properly.
11559
11560 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
11561
11562         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
11563         to the target object's type. Fixes #346160.
11564
11565 2007-12-05  Dick Porter  <dick@ximian.com>
11566
11567         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
11568         Solaris needs the same workaround as BSD-derived systems.  Fixes
11569         bug 323524, patch by Burkhard Linke
11570         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
11571
11572 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
11573
11574         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
11575         handle to use when error dialog is shown; otherwise, update mask
11576         to show no error dialog when an error occurs.
11577
11578 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
11579
11580         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
11581
11582         * class.c (mono_class_get_field_default_value): New helper function to initialize
11583         field->def_type and field->data.
11584
11585 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
11586
11587         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
11588         the general one.
11589
11590         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
11591
11592         * marshal.c: Avoid depending on delegate->method_info being set.
11593
11594         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
11595         
11596         * object.c (mono_delegate_ctor): Set delegate->method.
11597
11598         * object-internals.h (struct _MonoDelegate): Add 'method' field.
11599
11600         * appdomain.c: Bump corlib version.
11601
11602 2007-11-27  Raja R Harinath  <harinath@gmail.com>
11603
11604         * metadata.c (mono_generic_inst_equal_full): Short-circuit
11605         equality check if we're comparing canonicalized MonoGenericInsts.
11606
11607 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
11608
11609         * class.c (generic_array_methods): Call mono_class_setup_methods () before
11610         accessing class->methods.
11611
11612 2007-11-22  Dick Porter  <dick@ximian.com>
11613
11614         * threads.c: Ensure that the synch_cs is set before trying to use
11615         it.
11616
11617 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
11618
11619         * profiler.c: r89126 broke the statistial profiler, unbreak.
11620
11621 2007-11-22  Martin Baulig  <martin@ximian.com>
11622
11623         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
11624
11625         * mono-debug.c
11626         (mono_debug_debugger_version): Bump to 3.
11627         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
11628         -> mono_debugger_class_initialized().
11629
11630         * mono-debug-debugger.c
11631         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
11632
11633         * class.c
11634         (mono_debugger_start_class_init_func): Removed.
11635         (mono_debugger_class_loaded_methods_func): Added.
11636         (mono_class_setup_methods): Call it here.
11637
11638 2007-11-22  Martin Baulig  <martin@ximian.com>
11639
11640         * mono-debug.c
11641         (mono_debug_add_delegate_trampoline): New public method.
11642         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
11643
11644         * mono-debug.h
11645         (MonoSymbolTable): Added `global_data_table'.
11646         (MonoDebuggerTypeKind): Removed.
11647
11648 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
11649
11650         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
11651         these methods.
11652
11653         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11654         
11655 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
11656
11657         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
11658
11659 2007-11-20  Martin Baulig  <martin@ximian.com>
11660
11661         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
11662
11663         * mono-debug-debugger.c
11664         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
11665         (mono_debugger_remove_breakpoint): Likewise.
11666         (mono_debugger_check_breakpoints): Likewise.
11667         (mono_debugger_register_class_init_callback): New public method.
11668         (mono_debugger_remove_class_init_callback): Likewise.
11669         (mono_debugger_add_type): Likewise.
11670
11671         * mono-debug-debugger.h
11672         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
11673
11674 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
11675
11676         * class.c: more interface implementations needed for the
11677         array enumerator (fixes bug #341112).
11678
11679 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
11680
11681         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
11682         fix ParamName of ArgumentNullExceptions.
11683
11684 2007-11-17  Miguel de Icaza  <miguel@novell.com>
11685
11686         * reflection.c (mono_reflection_encode_sighelper): Generate the
11687         modopts and modreqs.   I have a useless test that crashes monodis,
11688         but that shows the code working.
11689
11690 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
11691
11692         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
11693         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
11694
11695 2007-11-15  Dick Porter  <dick@ximian.com>
11696
11697         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
11698         When joining a thread, it's the thread that's calling Join that
11699         gets WaitSleepJoin state not the target.  Fixes the standalone
11700         test case in bug 334740, and hopefully the whole bug too.
11701
11702 2007-11-15  Dick Porter  <dick@ximian.com>
11703
11704         * process.c: Read file version info from the files pointed at by
11705         process modules, not the current process.  Fixes bug 315969.
11706
11707         Use windows typedef names in some places to fix warnings on the
11708         windows build.
11709
11710 2007-11-15  Mark Probst  <mark.probst@gmail.com>
11711
11712         * image.c, metadata-internals.h: Added a generic_class_cache hash
11713         to MonoImage for looking up generic classes when sharing generics.
11714
11715 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
11716
11717         * sgen-gc.c: warning cleanups.
11718
11719 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
11720
11721         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
11722         inherited properties.
11723
11724 2007-11-14  Mark Probst  <mark.probst@gmail.com>
11725
11726         * object.c, class-internals.h: Added more information to the
11727         runtime generic context.
11728
11729 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
11730
11731         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
11732         instead of just the target method. Generalize the abstract method handling to
11733         handle any non-static method.
11734
11735         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11736         mono_marshal_get_delegate_invoke () signature change.
11737
11738 2007-11-13  Mark Probst  <mark.probst@gmail.com>
11739
11740         * class.c, class-internals.h: Made
11741         mono_type_get_basic_type_from_generic () public.  Fixed member
11742         access check for shared generics.
11743
11744         * loader.c: Don't insert field into field cache if it's part of a
11745         non-inflated generic class.
11746
11747         * domain.c, domain-internals.h: The generic sharing context is now
11748         part of the jit info data structure.  Added two accessor
11749         functions.
11750
11751 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
11752
11753         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
11754         the array Get/Set/Address methods, since the JIT inlines them.
11755
11756         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
11757
11758         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
11759         (mono_image_init): Initialize runtime_invoke_direct_cache.      
11760
11761         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11762         mono_marshal_get_delegate_invoke signature change.
11763
11764         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
11765         an additional argument. Add support for invoking abstract methods.
11766
11767         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
11768
11769         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
11770
11771 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11772
11773         * class.c: Do field layout for open generic classes as well.
11774
11775 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11776
11777         * gc.c, gc-internal.h: Don't finalize threadpool threads with
11778         other objects, because the threadpool is still around.  Put them
11779         in a list instead and after finalizing all other objects in the
11780         root domain shut down the thread pool and then finalize the
11781         threads.  Fixes bug #337383.
11782
11783         * threads.c, thread-types.h: New mono_thread_create_internal()
11784         function for marking a thread with the threadpool flag before it
11785         started.  Set synch_cs to NULL after freeing it.
11786
11787         * threadpool.c: Mark threadpool threads before they start.
11788
11789 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
11790
11791         * reflection.h, reflection.c: don't export random functions
11792         and lazy load dbnull and missing objects.
11793
11794 2007-11-07  Jonathan Chambers <joncham@gmail.com>
11795
11796         * class.c: Initialize COM types if COM interfaces
11797         are present (not just COM classes).
11798         
11799         Code is contributed under MIT/X11 license.
11800
11801 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11802         * reflection.c:
11803         create_dynamic_mono_image: hook module profiler events (dynamic case).
11804         mono_image_basic_init: hook assembly profiler events (dynamic case).
11805
11806 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11807         * profiler.c:
11808         simple_appdomain_unload: completely terminate the profiler
11809         instead of only processing the statistical samples.
11810         simple_shutdown: make sure this is really called exactly once,
11811         even in multithreaded applications, and always listen to
11812         appdomain events.
11813         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
11814         here, the "[un]load" functions will do it.
11815         Fixes bugs #333791 and #325261.
11816
11817 2007-11-07  Geoff Norton  <gnorton@novell.com>
11818
11819         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
11820         rather than depend on __APPLE__.
11821
11822 2007-11-07  Mark Probst  <mark.probst@gmail.com>
11823
11824         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
11825
11826 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
11827
11828         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
11829         UTF16 MonoString. Fix the crash from bug #335488
11830
11831 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
11832
11833         * marshal.c: Correct (for non-Win32 OS) length != size in 
11834         mono_string_from_bstr. Fix #339530.
11835
11836 2007-11-06  Geoff Norton  <gnorton@novell.com>
11837
11838         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
11839         to succeed
11840
11841 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
11842
11843         * process.c: Added run-time GetProcessId API detection for Windows.
11844
11845 2007-11-04  Miguel de Icaza  <miguel@novell.com>
11846
11847         * reflection.c  (mono_param_get_objects): If a parameter has the
11848         attribute [System.Runtime.InteropServices.Optional] we should
11849         set the DefaultValue of the ParameterInfo to be
11850         System.Reflection.Missing instead of DBNull.
11851
11852         See bug #339013.
11853
11854         (mono_get_reflection_missing_object): New method,
11855         returns the System.Reflection.Missing.Value singleton instance.
11856
11857 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
11858
11859         * culture-info-table.h : regenerated.
11860
11861 2007-11-02  Jonathan Chambers <joncham@gmail.com>
11862
11863         * icall.c: Use GetEnvironmentStrings on windows
11864         so we are using the same environment block as 
11865         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
11866         #333740.
11867         
11868         Code is contributed under MIT/X11 license.
11869
11870 2007-10-31  Martin Baulig  <martin@ximian.com>
11871
11872         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
11873
11874         * mono-debug-debugger.h
11875         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
11876
11877 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
11878
11879         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
11880         classes.
11881
11882 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
11883
11884         * culture-info-table.h : regenerated.
11885
11886 2007-10-30  Robert Jordan  <robertj@gmx.net>
11887
11888         * icall-def.h, icall.c:
11889         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
11890
11891         Code is contributed under MIT/X11 license.
11892
11893 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11894
11895         * class.c (mono_class_setup_vtable): Find the inflated methods in the
11896         inflated class instead of inflating them again.
11897         
11898         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
11899         dynamic case.
11900
11901         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
11902         Call setup_supertypes () after klass->parent is set.
11903         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
11904
11905         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
11906         for inflated instances of not yet created dynamic generic classes.
11907         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
11908         times from inflated_method.
11909         (methodbuilder_to_mono_method): Ditto.
11910
11911 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
11912
11913         * gc.c: code cleanup and removed old untested option of not creating the
11914         finalizer thread.
11915
11916 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11917
11918         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
11919         creating a jump trampoline for dynamic methods.
11920
11921 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
11922
11923         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
11924         generic TypeBuilders when called from another method of the same type (bug #335131).
11925
11926
11927 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
11928
11929         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
11930         doesn't seem to work perfectly.
11931         
11932         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
11933         called multiple times.
11934         (methodbuilder_to_mono_method): Ditto.
11935         (resolve_object): Inflate FieldBuilder's.
11936
11937 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
11938
11939         * string-icalls.c, string-icalls.h, appdomain.c: patch from
11940         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
11941         RemoveEmptyEntries in the string.Split implementation (bug #322375).
11942
11943 2007-10-26  Dick Porter  <dick@ximian.com>
11944
11945         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
11946         Thread initialisation changes
11947
11948 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
11949
11950         * verify.c: fix compatibility check between arrays and System.Array
11951
11952 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
11953
11954         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
11955         too. Fixes #336999.
11956
11957 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
11958
11959         * object.c (mono_value_box): Use typed allocation here.
11960
11961 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
11962
11963         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
11964         trampoline instead of compiling the method right away.
11965
11966         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
11967
11968 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
11969
11970         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
11971         related fields for dynamic classes. Fixes #334493.
11972
11973 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
11974
11975         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
11976         
11977         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
11978
11979         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
11980         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
11981
11982         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
11983
11984         * reflection.c (create_generic_typespec): Initialize klass->generic_container
11985         if needed.
11986         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
11987
11988 2007-10-18  Jonathan Chambers <joncham@gmail.com>
11989
11990         * marshal.c: Use correct key when removing item
11991         from ccw_hash.
11992         
11993         Code is contributed under MIT/X11 license.
11994
11995 2007-10-17  William Holmes  <billholmes54@gmail.com>
11996
11997         *marshal.c: Adding a case to marshal booleans to U1
11998
11999         Code is contributed under MIT/X11 license.
12000
12001 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
12002
12003         * class.c (mono_class_from_name): Search the modules compromising dynamic
12004         assemblies. Fixes #331601.
12005
12006 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
12007
12008         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
12009         exception if the type name contains an assembly component. Fixes #334203.
12010
12011         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
12012         modules inside dynamic assemblies. Fixes #334200.
12013         
12014         * reflection.c: Set image->public_key and image->public_key_length;
12015
12016         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
12017         fields.
12018
12019         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
12020         
12021 2007-10-16  Mark Probst  <mark.probst@gmail.com>
12022
12023         * metadata.c: Implemented correct comparing of generic classes.
12024         An inflated generic class can be equal to a non-inflated one if it
12025         is inflated with generic type variables as type arguments.  Fixes
12026         bug #333798.
12027
12028 2007-10-15  Dick Porter  <dick@ximian.com>
12029
12030         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
12031         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
12032         81646.
12033
12034         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
12035         instead of a monitor lock.  This means that monitor_try_enter and
12036         co can set the thread state safely.
12037         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
12038         thread_interrupt_requested, so interrupt actually works.
12039
12040         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
12041         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
12042         state accessor function
12043
12044 2007-10-15  Martin Baulig  <martin@ximian.com>
12045
12046         * mono-debug.h
12047         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
12048         the debugger with the current runtime.
12049
12050 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
12051
12052         * object.c, object-internals.h: added the ability to set a single
12053         trampoline for all the slots in a vtable.
12054
12055 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12056
12057         * marshal.c: deal with a possible race condition during multicast
12058         delegate invocation.
12059
12060 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12061
12062         * class.c: ensure value type methods don't have the synchronized
12063         flag set.
12064
12065 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
12066
12067         * string-icalls.c, string-icalls.h: reverted unapproved patch that
12068         breaks the build.
12069
12070 2007-10-11  Joel Reed  <joelwreed@comcast.com>
12071
12072         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
12073         to take an options parameter so that empty entries can be removed during
12074         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
12075
12076 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12077
12078         * marshal.c: make sure we don't store the signature from a dynamic
12079         method into the runtime invoke cache (bug #327189).
12080
12081 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12082
12083         * marshal.c: make sure the wrapper methods are properly initialized.
12084
12085 2007-10-11  Mark Probst  <mark.probst@gmail.com>
12086
12087         * metadata.c, metadata-internals.h: Generalized
12088         mono_type_stack_size() to mono_type_stack_size_internal() which
12089         takes an additional argument specifying whether it allows open
12090         types.
12091
12092 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
12093
12094         * verify.c (do_invoke_method): handle typedbyref params
12095         correctly and check for unverifiable return values.
12096
12097         * verify.c (do_newobj): fix a warning.
12098
12099 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12100
12101         * verify.c: don't tread typedbyref as allways unverifable,
12102         so uses, like (ld/st)loc.0 are valid. verify for the cases
12103         that it matters, like boxing related operations.
12104
12105 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12106
12107         * verify.c: add verification of the newobj opcode. verification
12108         of delegate instantation still missing due ldftn and virldftn not
12109         pushing the function type on stack
12110
12111 2007-10-08  Mark Probst  <mark.probst@gmail.com>
12112
12113         * class-internals.h: Runtime generic context data structure
12114         definition.
12115
12116         * object.c: Initialization of runtime generic context at runtime
12117         vtable creation time.
12118
12119 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
12120         * class.c (mono_class_create_from_typedef,
12121         mono_class_from_generic_parameter, mono_ptr_class_get,
12122         mono_fnptr_class_get, mono_bounded_array_class_get)
12123         * domain.c (mono_domain_create, mono_domain_free)
12124         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
12125         * image.c (do_mono_image_load, mono_image_close):
12126         Hooked up load-unload profiler events.
12127
12128 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
12129
12130         * domain.c: track statistics about the actual amount of native code
12131         allocated.
12132
12133 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12134
12135         * class.c: the valuetype enumerators don't have the additional
12136         supertypes interfaces.
12137
12138 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12139
12140         * class.c: need more interfaces setup for the IEnumerator<T>
12141         object created for arrays (tests/ienumerator-interfaces.2.cs).
12142
12143 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
12144
12145         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
12146
12147 2007-10-05  Alp Toker  <alp@atoker.com>
12148
12149         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
12150         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
12151         #315863.
12152
12153 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12154
12155         * verify.c (verify_type_compatibility_full): verification of
12156         compatibility improved, validates correctly non-strict checks between
12157         native int and I4 types different than (unsigned)int32.
12158
12159         * verify.c (do_store_indirect): added, do all verification of
12160         ldind.X opcodes. 
12161
12162         * verify.c (get_load_indirect_mono_type): renamed to
12163         get_indirect_op_mono_type, as it now returns the MonoType for 
12164         ldind.X and stind.X opcodes.
12165
12166 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12167
12168         * reflection.c: Fix the encoding of generic type definition for
12169         TypeBuilders.
12170
12171         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
12172         mono_image_typedef_or_ref but allows to specify if typespec lookups should
12173         be made. Typespec check is done prior to typeref cache lookup.
12174
12175         * reflection.c (mono_image_typedef_or_ref): now just delegate to
12176         mono_image_typedef_or_ref_full.
12177
12178         * reflection.c (encode_generic_class): encode the generic class
12179         directly instead of calling encode_type.
12180
12181         * reflection.c (encode_type): encode the generic type definition
12182         MonoClass as a generic instantiation.
12183
12184         * reflection.c (create_typespec): cache typespec tokens in
12185         the assembly->typespec cache. Don't create typespec for a generic
12186         instance MonoClass. Create typespec for the generic type defintion.
12187
12188         * reflection.c (create_generic_typespec): encode the generic
12189         class directly instead of calling encode_type.
12190
12191         * reflection.c (mono_image_create_token): encode the generic
12192         type definition not using a typespec for MonoType instances.
12193
12194
12195 2007-10-04  Raja R Harinath  <rharinath@novell.com>
12196
12197         Fix #328812
12198         * class.c (mono_image_init_name_cache): Don't return nested
12199         'protected internal' classes.
12200         (mono_class_from_name_case): Likewise.
12201
12202 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
12203
12204         * icall-def.h, icall.c : get_bundled_machine_config() is now the
12205           common function used by both DefaultConfig in System.dll and
12206           InternalConfigurationHost in System.Configuration.dll.
12207
12208 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12209
12210         * class.c: automatically add to vectors only a few essential explicit
12211         generic interfaces. The rest of the interfaces that arrays should
12212         provide are currently implicitly added (but still not lazily, see the
12213         design in the discussion of bug#325495 for the details of what is
12214         needed for that). Additionally, implicit interfaces are assigned the
12215         same vtable slot as the explicit interfaces (as they are compatible):
12216         this enables huge memory savings since we don't need to instantiate
12217         as many memthods and as large vtables anymore. Also, Since
12218         GetEnumerator<T> returns an instance of a type that is required to
12219         support a similarly large set of interfaces as arrays, we add
12220         implicit interfaces and interface offset sharing support to those
12221         types, too. This change adds all the required interfaces so that
12222         the anonarray.cs test case in the bug report works (we don't add
12223         all the interfaces to arrays of arrays 3-level deep and more because
12224         of the memory requirements explained in the bug and since they are much
12225         less common: the lazy-loading support will enabled them to work, too).
12226
12227 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12228
12229         * verify.c (merge_stacks): major clean up, all type compatibility
12230         checks are done by verify_type_compatibility. This fix my earlier lack
12231         of understanding of the CLR type system and merge_stacks no longer looks
12232         scary.
12233
12234         * verify.c: fixed some bad spelling.
12235
12236 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12237
12238         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
12239         a given stack slock.
12240         
12241         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
12242         verify_type_compatibility_full. This removed a near indentical function and fixed
12243         handling of Int32 and IntPtr across all opcodes.
12244
12245 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12246
12247         * class.c: only vectors have the additional generic interfaces.
12248
12249 2007-10-01  Jonathan Chambers <joncham@gmail.com>
12250
12251         * mono-config.c: Use g_strcasecmp instead of
12252         strcasecmp like everywhere else to fix
12253         compilation with MSVC.
12254         
12255         Code is contributed under MIT/X11 license.
12256
12257 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12258
12259         * object.c, object-internals.h: refactored the IMT code to enable
12260         building a single slot at a time and lazily creating the IMT trampolines
12261         and thunks.
12262
12263 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
12264
12265         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
12266
12267         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
12268         Fixes #328501.
12269         
12270 2007-09-29  Raja R Harinath  <harinath@gmail.com>
12271
12272         * loader.c (method_from_methodspec): Rearrange to avoid
12273         un-necessary exposition.  Don't assert out if the method's
12274         declaring type is a generic type definition.
12275
12276 2007-09-28  Martin Baulig  <martin@ximian.com>
12277
12278         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
12279
12280 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
12281
12282         * class-internals.h: optimize field layout of MonoClass to
12283         requires less cachelines at runtime and save a few bytes on 64 bit
12284         systems.
12285
12286 2007-09-28  Jb Evain  <jbevain@novell.com>
12287
12288         * reflection.c: when encoding type names in custom attributes,
12289         if the type is a closed generic type, its generic arguments
12290         have to be serialized as AssemblyQualifiedName, so that when
12291         they are deserialized, it's possible to re-create them properly.
12292         Fixes #329450.
12293
12294
12295 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12296
12297         * object.c, class-internals.h: added delegate-creation counter.
12298
12299 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
12300
12301         * class.c: cleanup of the code that synthetizes interfaces for
12302         arrays in 2.0: saves quit a bit of corlib mempool memory.
12303         Code to fix bug #325495 ifdeffed out for now until the issues
12304         with memory usage and O(n^2) behaviour are fixed.
12305
12306 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12307
12308         * marshal.c: when possible, do not duplicate the name of the methods
12309         in the method builder and in the generated MonoMethod.
12310
12311 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12312         * verify.c: added support for type checking ldind_* opcodes.
12313
12314 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12315
12316         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
12317         which is used to distinguish the fully open instantiation of a TypeBuilder
12318         with the rest. This temporary hack is required to restore the property that
12319         the fully open instantiation is the same type of the generic type definition.
12320
12321         * class-internals.h (mono_generic_class_is_generic_type_definition):
12322         new function as part of the internal API.
12323
12324         * class.c (inflate_generic_type): return NULL when the generic inst is
12325         fully open. The fully open generic type is now the same as the generic type
12326         definition for non TypeBuilder types.
12327
12328         * class.c (mono_generic_class_get_class): removed assert since it is
12329         no longer valid, gklass->cached_class can point to the generic type definition.
12330
12331         * class.c (mono_generic_class_is_generic_type_definition): new.
12332
12333         * metadata.c (mono_generic_class_hash): added is_tb_open field
12334         to the hash calculation.
12335
12336         * metadata.c (free_generic_class): if the generic class is associated
12337         with the generic type definition, its field will come from the mempool and
12338         must not be freed.
12339
12340         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
12341         new, this function identifies the corner case of a TypeBuilder fully open
12342         instantiation.
12343
12344         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
12345         for lookup. Set gclass->cached_class to be the container class in case of
12346         the fully open instantiation of non TypeBuilder types.
12347
12348         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
12349         to compare generic classes.
12350
12351         * reflection.c (method_encode_methodspec): remove assert that
12352         no longer is valid.
12353
12354         * reflection.c (mono_reflection_generic_class_initialize): add
12355         an aditional assert to ensure the proper type is used.
12356
12357 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
12358
12359         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
12360         to enjoy it.
12361
12362 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12363
12364         * verify.c (push_arg): Fixed support for ldarga
12365         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
12366         MonoType used as first arg in case of instance calls.
12367
12368 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12369
12370         * verify.c: Support for verifying VAR and MVAR types, 
12371
12372 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
12373
12374         * icall.c (ves_icall_get_property_info): Set the reflected type of the
12375         accessors correctly.
12376
12377 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
12378
12379         * threads.c: support OSX and other systems in
12380         mono_thread_get_stack_bounds (bug #328026).
12381
12382 2007-09-25  Martin Baulig  <martin@ximian.com>
12383
12384         * mono-debug.h
12385         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
12386
12387 2007-09-24  Martin Baulig  <martin@ximian.com>
12388
12389         * mono-debug.h
12390         (MonoDebugClassEntry): Moved the definition of this struct into
12391         mono-debug.c to make it private.
12392
12393         * mono-debug.c
12394         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
12395         type table per symbol file, we don't need to store the symfile id
12396         any longer.
12397
12398 2007-09-24  Martin Baulig  <martin@ximian.com>
12399
12400         Create one type table per symbol file, since a `MonoClass *' gets
12401         invalid when its image is unloaded.
12402
12403         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
12404         (MonoDebugHandle): Added `type_table'.
12405
12406 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
12407
12408         * mempool.c, mempool.h: added mono_mempool_new_size () API
12409         to be able to specify a smaller initial size for the pool.
12410         Adjusted the code to slowly increase pool size before using
12411         the previous default size.
12412         * image.c: use a small initial size for image mempools.
12413
12414 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
12415
12416         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
12417         Fixes ##320990.
12418
12419         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
12420         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
12421
12422 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
12423
12424         * metadata.c (mono_type_create_from_typespec): Remove an invalid
12425         free. Fixes #327438.
12426
12427 2007-09-21  Raja R Harinath  <harinath@gmail.com>
12428
12429         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
12430         generic instantiations, etc.
12431         <MONO_TYPE_ARRAY>: Likewise.
12432
12433 2007-09-21  Martin Baulig  <martin@ximian.com>
12434
12435         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
12436         these structs were never defined.
12437         (MonoDebugHandle): Removed the `_priv' field, it was never used.
12438
12439 2007-09-21  Martin Baulig  <martin@ximian.com>
12440
12441         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
12442
12443 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
12444
12445         * image.c: removed the guid hash tables: we can get the same info
12446         without the additional memory usage hit (partially fixes also bug #327052).
12447
12448 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12449
12450         * profiler.h, profiler-private.h, profiler.c: add a new profiler
12451         event to handle unloading methods. After the event is called, the
12452         corresponding MonoMethod* must be considered invalid.
12453         * loader.c (mono_free_method): call the new mono_profiler_method_free
12454         event.
12455
12456 2007-09-20  Mark Probst  <mark.probst@gmail.com>
12457
12458         * domain-internals.h: New flag in MonoJitInfo which marks shared
12459         generic methods.  New hash table (shared_generics_hash) in
12460         MonoDomain to keep track of shared generic methods.  Prototypes
12461         for functions to register and lookup shared generic methods.
12462
12463         * domain.c: Support for registering and looking up shared generic
12464         methods via a hash table (shared_generics_hash) in MonoDomain.
12465
12466         * class-internals.h: New exception to signal failure of shared
12467         compilation of a generic method.  New counters for generics
12468         sharing in MonoStats.
12469
12470 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
12471
12472         * image.c, metadata-internals.h: don't keep a file descriptor open
12473         for loaded assemblies (bug#325988).
12474
12475 2007-09-19  Raja R Harinath  <rharinath@novell.com>
12476
12477         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
12478         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
12479         use the corresponding datatypes.
12480         (type_in_image): Update to changes.
12481         (CleanForImageUserData): Simplify.
12482         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
12483         Avoid quadratic behaviour in handling the "stolen" list by
12484         separating the filter predicate out, and by prepending the stolen
12485         items rather than appending them.
12486         (steal_ginst_in_image): Likewise.
12487         (mono_metadata_clean_for_image): Update to changes.
12488
12489 2007-09-19  Martin Baulig  <martin@ximian.com>
12490
12491         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
12492
12493 2007-09-19  Martin Baulig  <martin@ximian.com>
12494
12495         * mono-debug.c (mono_debug_cleanup): Don't call
12496         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
12497
12498 2007-09-19  Raja R Harinath  <harinath@gmail.com>
12499
12500         Fix crash on 'make run-test' in mcs/errors
12501         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
12502         Avoid more potential allocations in mono_class_from_mono_type.
12503         (ginst_in_image): Update to changes.
12504         (gclass_in_image): Rearrange slightly.
12505
12506 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12507
12508         * class.c (mono_class_init): Move the code that sets up class->methods to 
12509         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
12510
12511         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
12512         canonical instance of an inflated generic signature.
12513         (mono_type_create_from_typespec): Remove an invalid free.
12514
12515         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
12516
12517 2007-09-18  Marek Habersack  <mhabersack@novell.com>
12518
12519         * domain-internals.h: added a declaration of the
12520         mono_assembly_load_full_nosearch internal function.
12521
12522         * assembly.c (mono_assembly_load_with_partial_name): use
12523         mono_try_assembly_resolve return value properly.
12524         (mono_assembly_load_full_nosearch): copied the function body from
12525         mono_assembly_load_full, without the code to invoke assembly
12526         search hooks.
12527         (mono_assembly_load_full): calls the above new function and if the
12528         assembly is not resolved, invokes the search hooks.
12529
12530         * appdomain.c (mono_runtime_init): restore the global postload
12531         assembly search handlers.
12532
12533 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12534
12535         * class.c (mono_class_init): Make sure class->methods and class->properties
12536         are never NULL in the generics case.
12537
12538         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
12539
12540 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
12541
12542         * metadata.c (free_generic_class): Disable some code to fix the build.
12543
12544         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
12545
12546         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
12547         from the image mempool.
12548
12549         * metadata.c (free_generic_class): Free more data from the inflated class.
12550
12551         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
12552
12553         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
12554         mempool.
12555         (mono_type_create_from_typespec): Ditto.
12556
12557         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
12558         MonoImage to the caller.
12559         (mono_init_internal): Save the opened image in a global variable.
12560         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
12561
12562         * reflection.c (resolve_object): Fix a leak.
12563
12564         * metadata.c: Fix the freeing of data in the generics caches.
12565         
12566         * metadata.c (free_generic_inst): Comment this out to fix the build.
12567         (free_generic_class): Ditto.
12568
12569         * metadata.c: Free cached generic methods, instantinations and classes when
12570         they are removed from the caches.
12571         (mono_metadata_free_type): Free the type itself.
12572
12573         * class.c: Free the result of mono_class_inflate_generic_type () in a few
12574         places.
12575
12576 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12577
12578         * boehm-gc.c: restrict managed allocs to __thread supporting
12579         architectures.
12580
12581 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
12582
12583         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
12584         (mono_generic_class_get_class): Fix a leak.
12585
12586         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
12587         mono_metadata_free_type ().
12588         (mono_metadata_inflate_generic_inst): Fix a leak.
12589
12590 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12591
12592         * mono-debug.c (free_header_data): Fix a leak missed earlier.
12593
12594         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
12595         mempool.
12596
12597         * mono-debug.c (mono_debug_close_image): Fix call to 
12598         g_hash_table_remove ().
12599
12600 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12601
12602         * icall-def.h: redirect all the string ctor to the managed
12603         CreateString () methods.
12604         * string-icalls.c, string-icalls.h: removed dead code for string
12605         ctors and icalls.
12606
12607 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12608
12609         * mono-debug.c: Fix memory leaks.
12610
12611 2007-09-14  Jonathan Chambers <joncham@gmail.com>
12612
12613         * threads-types.h: Implement mono_hazard_pointer_set and 
12614         mono_hazard_pointer_clear macros using do/while(0) to fix
12615         compilation with MSVC.
12616         
12617         Code is contributed under MIT/X11 license.
12618
12619 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12620
12621         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
12622         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
12623
12624 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12625
12626         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
12627         icalls.
12628
12629 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12630
12631         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
12632         managed-code allocated as well.
12633
12634 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12635
12636         * class.c (mono_class_is_assignable_from): Add support for generic variance.
12637
12638 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
12639
12640         * boehm-gc.c: fixed the build after the AOT changes.
12641
12642 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12643
12644         * wrapper-types.h: Add an ALLOC wrapper type.
12645
12646         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
12647         reference managed allocator methods.
12648
12649 2007-09-12  Marek Safar  <marek.safar@gmail.com>
12650
12651         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
12652         of Type array and not MonoType, a fix suggested by Hari.
12653         
12654 2007-09-12  Jonathan Chambers <joncham@gmail.com>
12655
12656         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
12657         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
12658         
12659         Code is contributed under MIT/X11 license.
12660
12661 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12662
12663         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
12664
12665 2007-09-12  Marek Habersack  <mhabersack@novell.com>
12666
12667         * image.c (do_mono_image_open): if assembly file fails to open and
12668         MONO_IOMAP is in effect, try to find the path in a
12669         case-insensitive way.
12670
12671         * appdomain.c (mono_runtime_init): do not install postload hooks -
12672         tests show that MS.NET doesn't use anything of that sort to
12673         trigger the AppDomain.AssemblyResolve event.
12674         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
12675         made non-static.
12676         (mono_runtime_init): init portability helpers here.
12677
12678         * assembly.c (mono_assembly_load_with_partial_name): if other   
12679         attempts fail, trigger the AppDomain.AssemblyResolve event handler
12680         to resolve the assembly.
12681
12682         * domain-internals.h: added mono_try_assembly_resolve and marked
12683         it as internal.
12684
12685 2007-09-11  Jb Evain  <jbevain@novell.com>
12686
12687         * object-internals.h (MonoReflectionDynamicMethod): add
12688         a `MonoReflectionType *owner` field. The owner is used
12689         * reflection.c:
12690         (mono_reflection_create_dynamic_method): use the owner of the dynamic
12691         method as the class declaring the dynamic method.
12692         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
12693         dynamic method to the declaring type of the methodbuilder.
12694
12695 2007-09-11  Mark Probst  <mark.probst@gmail.com>
12696
12697         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
12698         rules for calling methods via reflection.
12699
12700 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
12701
12702         * reflection.c (resolve_object): Add support for MonoGenericClass. 
12703         Inflate MonoType's.
12704
12705 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
12706
12707         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
12708         provide a managed method that does fast allocations without needing
12709         a managed->unmanaged transition. Boehm GC implementation currently
12710         enabled for ptrfree objects on sane architectures.
12711
12712 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12713
12714         * marshal.c, marshal.h: exported a couple of useful functions and
12715         added mono_mb_get_label () to easily handle backward branches.
12716
12717 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
12718
12719         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
12720
12721 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12722
12723         * loader.c (find_method): Fixed the regression introduced while
12724         fixing bug #81466.
12725
12726 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
12727
12728         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
12729         well.
12730         
12731         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
12732         icall.c reflection.c: Pass a MonoGenericContext argument to 
12733         mono_lookup_dynamic_token ().
12734
12735         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
12736         #82744.
12737         
12738 2007-09-09  Robert Jordan  <robertj@gmx.net>
12739
12740         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
12741         for generic methods.
12742
12743         * object.c (mono_object_get_virtual_method): Handle generic methods.
12744         Fixes bug #78882.
12745
12746         Code is contributed under MIT/X11 license.
12747
12748 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12749
12750         * image.c: fix locking in mono_image_load_file_for_image ().
12751
12752 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
12753
12754         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
12755         used only as a cache: added an icall to fill it.
12756
12757 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
12758
12759         * reflection.h: exposed mono_reflection_free_type_info
12760         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
12761         since mono_reflection_bind_generic_parameters makes a copy of it.
12762         * reflection.c (free_type_info): subinfos should be freed.
12763         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
12764         made non static.
12765         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
12766         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
12767         this fixes #82695 and #81726.
12768    
12769
12770 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
12771
12772         * process.h, process.c:  added support for user profile/info in
12773           ProcessStartInfo. For now only Windows works.
12774
12775 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12776
12777         * metadata.c: consider the generic arguments when comparing
12778         signatures (bug #82614).
12779
12780 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12781
12782         * cil-coff.h, image.c: updated assembly loader to cope with the
12783         PE32+ 64 bit file format.
12784
12785 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12786
12787         * assembly.c, class.c, domain.c, loader.c: remove useless
12788         inclusion of cil-coff.h.
12789
12790 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
12791
12792         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
12793         if interface is marked with CoClassAttribute. 
12794    
12795         Code is contributed under MIT/X11 license.
12796
12797 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12798
12799         * sgen-gc.c: ensure no object from the to space is copied again or finalized
12800         if it's seen twice in major collections.
12801
12802 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12803
12804         * sgen-gc.c: big objects are not copied to the gray area, but they
12805         need to be considered for scanning, too, if they are brought alive
12806         by an object ready for finalizations or a survived one.
12807
12808 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12809
12810         * sgen-gc.c: properly account the number of disappearing links when
12811         they are nullified.
12812
12813 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12814
12815         * sgen-gc.c: share the code to scan the registered roots between the
12816         different types of collections.
12817
12818 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12819
12820         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
12821
12822 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12823
12824         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
12825         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
12826
12827 2007-08-28  Mark Probst  <mark.probst@gmail.com>
12828
12829         * security-manager.c (mono_security_manager_get_methods):
12830         LinkDemandSecurityException now has 2 arguments instead of 3.
12831
12832 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
12833
12834         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
12835         platforms which need it.
12836
12837 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12838
12839         * sgen-gc.c: unregister thread data structures with a pthread_key_t
12840         dtor.
12841
12842 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12843
12844         * threads.c: free the thread static data on thread exit.
12845
12846 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
12847
12848         * class.c: walk the hierarchy to find the generic definition for
12849         a class (fixes runtime part of bug #82498).
12850
12851 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12852
12853         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
12854         ...
12855
12856         * image.c (mono_image_close): Here. Hopefully fixes #82510.
12857
12858 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12859
12860         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
12861
12862 2007-08-24  Robert Jordan  <robertj@gmx.net>
12863
12864         * appdomain.c: don't perform the ':'->';' substitution on Win32.
12865
12866 2007-08-24  Jb Evain  <jbevain@novell.com>
12867
12868         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
12869         for byref types.
12870
12871 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12872
12873         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
12874         #82286.
12875
12876 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12877
12878         * assembly.c: Fix a warning.
12879         
12880 2007-08-23  Marek Habersack  <mhabersack@novell.com>
12881
12882         * appdomain.c: parse the <runtime> section looking for the probing
12883         element with the 'privatePath' attribute, which sets additional
12884         directories in which the runtime should look for assemblies.
12885
12886 2007-08-23  Robert Jordan  <robertj@gmx.net>
12887
12888         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
12889         Fixes #82499.
12890
12891 2007-08-23  Martin Baulig  <martin@ximian.com>
12892
12893         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
12894         _mono_debug_init_corlib() and remove it from the header file.
12895
12896 2007-08-23  Martin Baulig  <martin@ximian.com>
12897
12898         * mono-debug-debugger.c
12899         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
12900         don't notify the debugger about it.
12901
12902         * mono-debug-debugger.h
12903         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
12904
12905 2007-08-23  Robert Jordan  <robertj@gmx.net>
12906
12907         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
12908         Code is contributed under MIT/X11 license.
12909
12910 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12911
12912         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
12913
12914 2007-08-22  Martin Baulig  <martin@ximian.com>
12915
12916         * mono-debug.c: Store debugging info on a per-domain basis and
12917         free it on domain unload.  Add support for unloading symbol files.
12918
12919         * mono-debug.h
12920         (MonoDebugList): New typedef.
12921         (MonoSymbolTable):
12922         - add `data_tables and `type_table'.
12923         - replace 'symbol_files' and `num_symbol_files' with a
12924           `MonoDebugList *'.
12925         (mono_debug_data_table): Removed.
12926         (mono_debug_list_add): New public function.
12927         (mono_debug_list_remove): New public function.
12928         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
12929         (mono_debug_init_2_memory): Renamed into
12930         mono_debug_open_image_from_memory().
12931         (mono_debug_close_image): New public function.
12932         (mono_debug_domain_create): Likewise.
12933         (mono_debug_domain_unload): Likewise.
12934         (MONO_DEBUGGER_VERSION): Bump to 60.
12935
12936         * mono-debug-debugger.h
12937         (MonoDebuggerEvent):
12938         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
12939         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
12940         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
12941         - rename `THREAD_CREATED' and `THREAD_EXITED' into
12942           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
12943         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
12944           meaning.
12945         (mono_debugger_add_symbol_file): Removed.
12946         (mono_debugger_add_type): Removed.
12947         (mono_debugger_lookup_type): Removed.
12948         (mono_debugger_lookup_assembly): Removed.
12949
12950         * domain.c
12951         (mono_domain_create): Call mono_debug_domain_create().
12952         (mono_init_internal): Call mono_debug_init_corlib().
12953
12954         * assembly.c
12955         (mono_assembly_close): Call mono_debug_close_image().
12956
12957 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
12958
12959         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
12960         mmap call.
12961
12962 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
12963
12964         * sgen-gc.c: ensure section->pin_queue_end is initialized
12965         correctly when non pinning objects in the section have been found.
12966
12967 2007-08-22  Marek Habersack  <mhabersack@novell.com>
12968
12969         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
12970         containing a list of directories separated by ':'. MSDN docs say
12971         the directories should be separated with ';'. Part of a bugfix for
12972         bug #81446
12973
12974 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
12975
12976         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
12977         it should MonoType and not MonoClass.
12978
12979 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
12980
12981         * culture-info-table.h : regenerated.
12982
12983 2007-08-20  William Holmes  <billholmes54@gmail.com>
12984
12985         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
12986          to call ReplaceFile Kernel32 on windows or in io-layer.
12987         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
12988         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
12989          as an internal call.
12990
12991         Code is contributed under MIT/X11 license.
12992
12993 2007-08-20  Jb Evain  <jbevain@novell.com>
12994
12995         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
12996         and MONO_EXCEPTION_FIELD_ACCESS.
12997
12998         * debug-helpers.[c|h]: new mono_field_full_name function.
12999
13000 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13001
13002         * class.c: Removed class_security_level() and moved it to
13003         security-core-clr.c.
13004
13005         * security-core-clr.c, security-core-clr.h: class_security_level()
13006         is now public and renamed to mono_security_core_clr_class_level().
13007         It also looks for security attributes in the classes a class is
13008         nested in.
13009
13010 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13011
13012         * security-core-clr.c, security-core-clr.h: CoreCLR security
13013         utility functions.
13014
13015         * Makefile.am: Added security-core-clr.[ch].
13016
13017         * security-manager.c, security-manager.h: Functions and enum for
13018         setting and getting the security mode.
13019
13020         * class.c: CoreCLR security checks.
13021
13022 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13023
13024         * icall-def.h, process.c, process.h: implemented icall to get
13025         user/system processor times.
13026
13027 2007-08-17  Mark Probst  <mark.probst@gmail.com>
13028
13029         * domain.c, threads.c, class-internals.h, domain-internals.h: New
13030         reader-lock-free jit_info_table.
13031
13032 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
13033
13034         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
13035
13036         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
13037
13038         * object-internals.h (MonoException): Add missing _data member.
13039
13040 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13041
13042         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
13043         checking that only methods with matching qname or fqname are picked
13044         from implemented interfaces.
13045
13046 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13047
13048         * verify.c (do_newarr):added, do type verification of
13049         newarr ops, push the right value on the eval stack.
13050         * verify.c (mono_method_verify): use do_newarr
13051
13052
13053 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13054
13055         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
13056         factored the common code into get_boxable_mono_type, which
13057         is now using mono_type_get_full, this fixed byref related tests.
13058
13059 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13060
13061         * class.c: added mono_type_get_full, this function has the same
13062         behavior of mono_class_get_full but the returned MonoType has
13063         all metadata of the associated token in case of a typespec token.
13064         * class.c: added mono_type_retrieve_from_typespec, used by 
13065         mono_type_get_full to retrieve the token type.
13066         * class.c (mono_class_create_from_typespec): changed to use
13067         mono_type_retrieve_from_typespec.
13068         * class.c (mono_ldtoken): changed to use mono_type_get_full
13069         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
13070         * class-internals.h: exported mono_type_get_full for internal use.
13071
13072 2007-08-16  Jb Evain  <jbevain@novell.com>
13073
13074         * domain.c (supported_runtimes): add entry for
13075         the 'moonlight' runtime version.
13076
13077 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13078
13079         * verify.c (mono_method_verify): small typo sliped in.  
13080
13081 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13082
13083         * verify.c (do_unbox_value): added, do type verification of
13084         unboxing ops
13085         * verify.c (mono_method_verify): use do_unbox_value
13086
13087
13088 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13089
13090         * verify.c (dump_stack_value): fixed typo, was printing string
13091         instead of object on stack.
13092         * verify.c (do_box_value): moved the byref check up as it leads
13093         to invalid code and should be done earlier.
13094         * verify.c: improved error messages for and ldobj
13095
13096 2007-08-15  William Holmes  <billholmes54@gmail.com>
13097
13098         * marshal.c (emit_marshal_custom): Omit the call to 
13099           marshal_native_to_managed when calling native to managed 
13100           and the argument is specified as an out argument.
13101
13102         Code is contributed under MIT/X11 license.
13103
13104 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13105
13106         * verify.c: fixed the type checks for generics, function pointers and vectors.
13107         Added type verification for ldobj and ldtoken. The verifier
13108         would segfault if header or signature of a method contained references
13109         to non-existant types.
13110
13111 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13112
13113         * marshal.c (cominterop_get_ccw): Patch from
13114         Bill Holmes to no walk up interface hierarchy. 
13115         All parent methods should be present in the interface for COM.
13116    
13117         Code is contributed under MIT/X11 license.
13118
13119 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13120
13121         * marshal.c (emit_marshal_com_interface): Patch from
13122         Bill Holmes to handle COM Interfaces as return values
13123         for native->managed calls.
13124    
13125         Code is contributed under MIT/X11 license.
13126
13127 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
13128
13129         * marshal.c (cominterop_get_idispatch_for_object): Implement
13130         for runtime callable wrappers.
13131    
13132         Code is contributed under MIT/X11 license.
13133
13134 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
13135
13136         * pedump.c (main): changed from mono_init to mono_init_from_assembly
13137         so 2.0 types are accessible
13138
13139
13140 2007-08-13  Miguel de Icaza  <miguel@novell.com>
13141
13142         * domain.c (mono_init_internal): Call mono_assembly_load_friends
13143         once we load mscorlib.   Due to the order in which we initialize,
13144         the mono_assembly_load_full routine that loads mscorlib did not
13145         load friends.   We now load it once we load the
13146         mono_defaults.internals_visible_class class. 
13147
13148         * assembly.c: Expose the mono_load_friend_assemblies method.
13149
13150 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
13151
13152         * verify.c: improved the handling of boxing, better
13153         type checking for unary ops and conversion. Fix bug
13154         regarding managed pointer compatibility checking
13155
13156 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
13157
13158         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
13159
13160         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
13161
13162 2007-08-09  Raja R Harinath  <rharinath@novell.com>
13163
13164         * reflection.c (dup_type): Remove.
13165         * class.c (dup_type): Remove.
13166         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
13167         instead of the dodgy 'dup_type'.
13168         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
13169         handle the case where 'dup_type' needed the second argument.
13170
13171 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
13172
13173         * domain.c: Fix a warning.
13174
13175 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13176
13177         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
13178         checking that methods with the same fqname are not overridden
13179         with a method from an ancestor.
13180
13181 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
13182
13183         * threads.c (free_thread_static_data_helper): Avoid a crash if
13184         thread->static_data is not yet set.
13185
13186 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
13187
13188         * marshal.c: Use correct image when emitting
13189         native wrapper for COM calls.
13190    
13191         Code is contributed under MIT/X11 license.
13192
13193 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
13194
13195         * icall-def.h, security.c, security.h :
13196           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
13197
13198 2007-08-07  Martin Baulig  <martin@ximian.com>
13199
13200         * mono-debug-debugger.h
13201         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
13202
13203         * domain.c (mono_domain_free): Call
13204         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
13205
13206 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
13207
13208         * verify.c (check_underflow, check_overflow): error message now returns IL offset
13209         * verify.c (in_same_block): code should test if either offset is inside the clauses
13210         * verify.c (mono_method_verify): push the exception into the eval stack of exception
13211         and filter blocks
13212
13213 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13214
13215         * image.c (mono_image_close): Fix a leak.
13216
13217         * object.c (mono_runtime_invoke_array): Avoid using alloca.
13218
13219         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
13220
13221 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
13222
13223         * domain.c, threads.c, threads-types.h: fix memory retention issue
13224         with thread static variables not being cleared on domain unload.
13225         Reuse thread static slots after domain unload.
13226
13227 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13228
13229         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
13230         nullable type.
13231
13232         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
13233         now done in mono_runtime_invoke_array.
13234
13235         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
13236         receiver is a nullable type.
13237
13238         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
13239         generic parameter.
13240
13241 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
13242
13243         * marshal.c: Implement COM Objects as return type for 
13244         managed->unmanaged calls. Added Release calls for COM Object
13245         out/return values in managed->unmanaged calls.
13246
13247         Code is contributed under MIT/X11 license.
13248
13249 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
13250
13251         * threads.h, threads-type.h: move the hazard pointer declarations
13252         to the private header.
13253
13254 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
13255
13256         * file-io.c, appdomain.c: memory leak fixes.
13257
13258 2007-08-02  Dick Porter  <dick@ximian.com>
13259
13260         * socket-io.c
13261         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
13262         SO_REUSEADDR setting into io-layer/sockets.c.
13263
13264 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
13265
13266         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
13267         from Object when called on a generic parameter. Fixes #82211.
13268
13269 2007-08-01  Dick Porter  <dick@ximian.com>
13270
13271         * file-io.c (convert_share): Test FileShare values bit-by-bit.
13272         Fixes bug 79250 yet again.
13273
13274 2007-07-30  Martin Baulig  <martin@ximian.com>
13275
13276         Merged the `debugger-dublin' branch.
13277
13278         * mono-debug.h
13279         (MonoDebugDataTable): New typedef.
13280         (MonoDebugMethodAddressList): New typedef.
13281         (MonoDebugWrapperData): Removed.
13282         (MonoDebugSymbolTable): Removed `current_data_table',
13283         `current_data_table_size', `current_data_table_offset'.
13284         (MonoDebugDataItemType): Moved into mono-debug.c.
13285         (MonoDebugMethodJitInfo): Remove `address'.
13286         (mono_debug_data_table): New global variable.
13287         (mono_debug_lookup_method_addresses): New public function.
13288         (mono_debug_find_method): Take a `MonoMethod *', not a
13289         `MonoDebugMethodInfo *'.
13290
13291         * mono-debug.c: Drop support for the old symbol tables.
13292
13293 2007-06-28  Martin Baulig  <martin@ximian.com>
13294
13295         * mono-debug.c (mono_debug_debugger_version): New public variable.
13296
13297 2007-07-31  William Holmes  <billholmes54@gmail.com>
13298
13299         * metadata.c Changed mono_type_create_from_typespec to not insert
13300           the type into the hash map until after
13301           do_mono_metadata_parse_type has completed.
13302         Fixes Bug #82194
13303         Code is contributed under MIT/X11 license.
13304
13305 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
13306
13307         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
13308         generic parameter. Fixes #82211.
13309
13310 2007-07-27  Jb Evain  <jbevain@novell.com>
13311
13312         * pedump.c (dump_metadata, dump_metadata_header): dump
13313         versions contained in the metadata header.
13314
13315 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13316
13317         * threads.c: register small_id_table with the GC.
13318
13319 2007-07-27  Mark Probst  <mark.probst@gmail.com>
13320
13321         * threads.c, threads.h, class-internals.h, object-internals.h:
13322         Hazard pointers, to be used by lock-free parallel algorithms.
13323
13324 2007-07-26  Dick Porter  <dick@ximian.com>
13325
13326         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
13327         routine on non-windows platforms, as I've not managed to think of
13328         a non-kludgy way of doing this.  Finishes off bug 78739.
13329
13330 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
13331
13332         * object.c: properly setup interface_bitmap in proxy vtables.
13333
13334 2007-07-25  Marek Habersack  <mhabersack@novell.com>
13335
13336         * appdomain.c (get_shadow_assembly_location): do not use TickCount
13337         to create unique shadow copy target directories, use the domain's
13338         serial number instead. Each domain gets a unique target directory
13339         that way.
13340
13341         * domain.c (mono_domain_create): added code to increment domain
13342         shadow copy serial number and cache the value in the current
13343         domain structure.
13344
13345         * domain-internals.h (struct _MonoDomain): added a new field -
13346         shadow_serial to hold the serial number used in generation of
13347         shadow-copy directories. This is to make sure that the directory
13348         name is unique for each and every domain created. We avoid a race
13349         condition with overriding assemblies already in use by other app
13350         domains.
13351
13352 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
13353
13354         * class.c (mono_bounded_array_class_get): fixed memory leak when 
13355         binding generic parameters.
13356
13357 2007-07-24  Raja R Harinath  <rharinath@novell.com>
13358
13359         * metadata.c (do_mono_metadata_parse_generic_class): Use
13360         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
13361         error.
13362
13363 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
13364
13365         * loader.c, class-internals.h, reflection.c: removed the per-method
13366         generics hashtable: we use the global one through the call of
13367         mono_class_inflate_generic_method ().
13368
13369 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
13370
13371         * class.c, metadata.c, class-internals.h: introduce yet another
13372         generics global cache for inflated methods (fixes 98% of the perf
13373         issue in bug #81806).
13374
13375 2007-07-23  Raja R Harinath  <rharinath@novell.com>
13376
13377         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
13378         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
13379         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
13380         return a MonoGenericInst containing (a copy) of those types.
13381         (mono_metadata_inflate_generic_inst): Update to changes.
13382         (mono_metadata_parse_generic_inst): Likewise.
13383         (mono_get_shared_generic_inst): Likewise.
13384         * reflection.c (mono_class_bind_generic_parameters): Likewise.
13385         (mono_reflection_bind_generic_method_parameters): Likewise.
13386         * metadata-internals.h: Likewise.
13387         * icall.c (free_generic_context): Kill.
13388         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
13389
13390         * reflection.c (reflection_methodbuilder_to_mono_method): Use
13391         mono_metadata_type_dup.
13392         * marshal.c (mono_mb_create_method): Likewise.
13393
13394         * metadata.c (mono_metadata_type_dup): Rename from
13395         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
13396         MonoImage.  Handle a few more cases, esp. when no mempool is given.
13397         * marshal.c, metadata-internals.h: Update to changes.
13398
13399 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13400
13401         * class.c: fixed a small leak for array classes and removed warning.
13402
13403 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
13404
13405         * loader.c (mono_method_get_param_token): Make this work on generic methods.
13406         Return 0x8000000 for return parameters. Fixes #82161.
13407
13408 2007-07-21  Marek Habersack  <grendello@gmail.com>
13409
13410         * appdomain.c (get_shadow_assembly_location): append the current
13411         ticks value to the path. Avoids overwriting the same assemblies by
13412         several threads at the same time.
13413
13414 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13415         and Raja R Harinath  <rharinath@novell.com>
13416
13417         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13418         Simplify slightly.
13419         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
13420         property for testing if a method is a generic method definition.
13421
13422 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13423
13424         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
13425
13426 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13427
13428         * verify.c: used function from private branch, reverted to the one in class.h 
13429
13430 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13431
13432         * verify.c: a typo slipped in and the code wont compile
13433
13434 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13435
13436         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
13437         disabled box instruction as it is doing the wrong thing
13438         improved stack dump messages, now it is easier to debug type related issues
13439
13440
13441 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
13442
13443         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
13444
13445 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13446
13447         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
13448         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
13449         grouped with class and valuetype. This change will simply 
13450         the code as it should be handled just like unmanaged pointers.
13451
13452 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13453
13454         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
13455
13456 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13457
13458         * verify.c: several stack merge issues fixed, reference comparisons now
13459         check the type size. strict type check now works correctly.
13460         added more uses of IS_MANAGED_POINTER macro.
13461         fixed issues pointed by running the test suite against .net.
13462         
13463
13464 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13465
13466         * class.c, loader.c, class-internals.h: Removed the
13467         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
13468         defines.
13469
13470         * icall.c: Better error checking in some internal reflection
13471         methods.
13472
13473 2007-07-18  William Holmes  <billholmes54@gmail.com>
13474
13475         * filewatcher.c : removed unused variable 'filename' in 
13476           ves_icall_System_IO_FSW_SupportsFSW
13477
13478 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
13479
13480         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
13481         obsolete, removed.
13482
13483 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
13484
13485         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
13486         
13487         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
13488
13489 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
13490
13491         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
13492         Implement generics support.
13493         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13494
13495         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
13496         type_args and method_args arguments.
13497         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
13498         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13499         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
13500
13501 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
13502
13503         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
13504           It adds a rootimage parameter to mono_reflection_get_type_internal,
13505           adds new function mono_reflection_get_type_with_rootimage and use
13506           the rootimage to resolve the types instead of the current image
13507
13508 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
13509
13510         * culture-info-table.h: Forgot to update after r78304.
13511
13512 2007-07-13  Raja R Harinath  <rharinath@novell.com>
13513
13514         * class.c (mono_class_is_open_constructed_type)
13515         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
13516
13517 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
13518
13519         * class.c (mono_bounded_array_class_get):  method fails if used with
13520         an incomplete TypeBuilder enum (no basetype field), fixed it by 
13521         avoiding calculating the size for such array as it cannot be instantiated.
13522         Fix bug #82015
13523
13524 2007-07-12  Raja R Harinath  <rharinath@novell.com>
13525
13526         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
13527         field.
13528         * metadata.c, reflection.c: Update to changes.
13529
13530 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
13531
13532         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
13533         mono_class_is_valid_enum, they are used to valide a enum when loading.
13534         * reflection.c: used new functions to throw TypeLoadException when and
13535         invalid enum is build with TypeBuilder. Fixes #82018
13536   
13537 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13538
13539         * object.c: forgot commit of mono_class_setup_methods () to access
13540         iface->methods.
13541         * object-internals.h: added a few more handy fields to
13542         MonoIMTCheckItem.
13543
13544 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
13545
13546         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
13547         iface->methods.
13548
13549 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13550
13551         * class-internals.h, object-internals.h, object.c: IMT-based
13552         interface invocation core from Massimiliano Mantione
13553         (massi@ximian.com) with a reworked arch-specific interface,
13554         bsearch implementation and a few bugfixes and memory savings by me.
13555
13556 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
13557
13558         * class.c (mono_class_create_from_typedef): mono would segfault if 
13559         an enum did not have a __value field. It now throws a TypeLoadException
13560         for such cases. Fix bug #82022
13561
13562 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13563
13564         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
13565
13566 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13567
13568         * class.c (mono_class_init): If a class is already inited but has
13569         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
13570
13571 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13572
13573         * class.c: Properly handle the case of an unimplemented interface
13574         method.  Fixes: 81673.
13575
13576 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13577
13578         * class-internals.h, object.c: cleanup patch from massi: use
13579         MonoVTable->interface_bitmap since the vtable interfaces offset array
13580         is going away.
13581
13582 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13583
13584         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
13585         GetMDStreamVersion icall instead.
13586
13587 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
13588
13589         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
13590         not use mono_dl_build_path() with a full library name: makes
13591         fallbacks to libgaim and libfam work.
13592
13593 2007-07-06  William Holmes  <billholmes54@gmail.com>
13594
13595         * assembly.c: Added a continue statement in probe_for_partial_name when
13596          parse_assembly_directory_name fails.  Fixes : 82002
13597
13598 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
13599
13600         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
13601         and added a verification  for TYPEDBYREF.
13602         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
13603         make native int interchangeable with int32 and some small cleanup and formating.
13604         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
13605         handle byref of byref.
13606         * verify.c (push_local): handle byref of byref.
13607         * verify.c (do_binop): invalid mix of values is unverifiable
13608         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
13609         added visibility checks
13610         * verify.c (field related method): added visibility checks
13611         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
13612
13613 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
13614
13615         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
13616         string.
13617
13618 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
13619
13620         * profiler.c (mono_profiler_load): Fix an off-by-one error.
13621
13622         * marshal.c (emit_marshal_string): When returning a string from managed code,
13623         allways make a copy even for unicode strings. Fixes #81990.
13624
13625 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
13626
13627         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
13628         of byref generic inst types (bug #81997).
13629
13630 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
13631
13632         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
13633         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
13634
13635 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
13636
13637         * marshal.c (emit_marshal_string): Add support for unicode strings in
13638         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
13639
13640 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
13641
13642         * verify.c: field load/store are now verified, missing only access checks now
13643
13644 2007-06-28  Martin Baulig  <martin@ximian.com>
13645
13646         * mono-debug.c (mono_debug_debugger_version): New public variable.
13647
13648 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
13649
13650         * locales.c: When constructing DateTimeFormat or NumberFormat for
13651         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
13652         MonoCultureInfo contructed from the current locale is always
13653         read-only and has UseUserOverride set to true. All MonoCultureInfo
13654         instances returned for GetCultures have both IsReadOnly and
13655         UseUserOverride set to true. Fixes part of bug #81930.
13656
13657 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
13658
13659        * icall-def.h: Update System.__ComObject icalls
13660        * marshal.c: Avoid managed transition (and object creation)
13661        when looking up COM interface in RCW.
13662        * marshal.h: Ditto.
13663        
13664        Code is contributed under MIT/X11 license.
13665
13666 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
13667
13668         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
13669         to avoid crashes during assembly unloading.
13670
13671 2007-06-22  Raja R Harinath  <rharinath@novell.com>
13672
13673         Fix MethodInfo.IsGenericMethodDefinition
13674         * reflection.c (mono_reflection_bind_generic_method_parameters):
13675         Rearrange code to ensure we always uses a generic method definition.
13676         * class.c (mono_class_inflate_generic_method_full): Set
13677         'generic_container' field only for generic method definitions.
13678         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13679         Use presense of 'generic_container' field as indication of being a
13680         generic method definition.
13681
13682 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
13683
13684         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13685
13686         * object-internals.h: Reflect changes in the layout of the managed Delegate
13687         class.
13688         
13689         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
13690         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
13691         runtime memory used by the dynamic method. Fixes #77146.
13692
13693 2007-06-21  Dick Porter  <dick@ximian.com>
13694
13695         * file-io.h: 
13696         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
13697         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
13698         81767.
13699
13700 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13701
13702         * reflection.c (method_encode_methodspec): Add a tripwire.
13703         * class.c (inflate_generic_type): The fully open generic type is
13704         not the same as the generic type definition.
13705
13706 2007-06-21  Martin Baulig  <martin@ximian.com>
13707
13708         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
13709
13710         * mono-debug-debugger.h
13711         (MonoDebuggerBreakpointInfo): Removed.
13712         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
13713         (mono_debugger_remove_breakpoint): Likewise.
13714         (mono_debugger_breakpoint_callback): Likewise.
13715         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
13716
13717 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13718
13719         * metadata.c (mono_metadata_lookup_generic_class): The fully open
13720         generic type is not the same as the generic type definition.
13721         * class.c (mono_generic_class_get_class): Likewise.
13722
13723 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
13724
13725         * icall.c: The second argument to 
13726         System.Reflection.MethodBase.GetMethodFromHandleInternalType
13727         is a MonoType not a MonoClass.
13728
13729 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13730
13731         * verify.c: support for function pointers in the verifier
13732
13733 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13734
13735         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
13736
13737 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
13738
13739         * assembly.c: removed Mono.Data.SqliteClient from the list of
13740         forward-compatible assemblies as it breaks the ABI (bug #81899).
13741
13742 2007-06-19  Raja R Harinath  <rharinath@novell.com>
13743
13744         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
13745         lookup/update with the loader lock.
13746         * reflection.c (mono_class_bind_generic_parameters): No need to
13747         protect mono_metadata_lookup_* with the loader lock.
13748         * class.c (inflate_generic_type): Likewise.
13749         
13750         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
13751         on a generic instantiated type.
13752
13753 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
13754
13755         *verify.c: produce meanfull error messages on verification error
13756         *verify.c: fixed some cases of verification errors reported as validation errors
13757         *pedump.c: fixed the error name array, now it shows validation errors properly
13758         *verify.h: fixed the contant that should be used for verification errors
13759
13760 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
13761
13762         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
13763         for bug #77596, 81858 and 80743 (generics data structures on domain
13764         unload).
13765
13766 2007-06-15  Raja R Harinath  <rharinath@novell.com>
13767
13768         Avoid allocating 'MonoGenericContext' on the heap.
13769         * class-internals (_MonoMethodInflated::context): Make field
13770         inline, not a pointer.
13771         * loader.c (method_from_methodspec): Allocate 'new_context' on the
13772         stack.  Use the context embedded within the inflated method as the
13773         hash key, rather than 'new_context'.
13774         * class.c (inflate_generic_context): Simplify.  Return a struct
13775         rather than allocating on the heap.
13776         (mono_class_inflate_generic_method_full): Update to changes.  Now,
13777         doesn't salt away a copy of the context -- simplifying the
13778         lifetime rules of a 'MonoGenericContext *'.
13779         (mono_method_get_context): Return pointer to embedded context.
13780         (setup_generic_array_ifaces): Allocate temporary context on stack.
13781         * reflection.c (inflate_mono_method): Likewise.
13782         (mono_reflection_bind_generic_method_parameters): Likewise.
13783         Use the context embedded within the inflated method as the hash key.
13784
13785         Avoid a source of allocation of 'MonoGenericContext'.
13786         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
13787         and 'cached_context' fields into embedded 'MonoGenericContext' field.
13788         * class.c: Update to changes.
13789         (mono_generic_class_get_context): Simplify drastically.  Now just
13790         returns a pointer to the field.
13791         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
13792         argument as a const pointer.
13793         (mono_metadata_generic_context_equal): Likewise.
13794         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
13795         Update to changes.
13796
13797 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
13798
13799         * verify.c improved the handling of brtrue/brfalse, factored out common code
13800
13801 2007-06-14  Raja R Harinath  <rharinath@novell.com>
13802
13803         Kill MonoGenericMethod.
13804         * class-internals.h (MonoGenericContext::method_inst): Rename from
13805         'gmethod' and convert to a MonoGenericInst.
13806         (MonoGenericMethod): Remove.
13807         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
13808         * loader.c (method_from_methodspec): Update to changes.  Use a
13809         MonoGenericContext as the key to the hashtable.
13810         * metadata.c (mono_metadata_generic_context_equal): Rename from 
13811         'mono_metadata_generic_method_equal' and take MonoGenericContext.
13812         (mono_metadata_generic_context_hash): Likewise from
13813         'mono_metadata_generic_method_hash'.  Change hash function.
13814         (mono_metadata_load_generic_params): Update to changes.
13815         (mono_get_shared_generic_method): Remove.
13816         * metadata-internals.h (mono_get_shared_generic_method): Remove.
13817         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
13818         (inflate_generic_context): Likewise.
13819         (mono_class_inflate_generic_method_full): Likewise.
13820         (setup_generic_array_ifaces): Likewise.
13821         (mono_class_create_from_typespec): Likewise.
13822         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
13823         (method_encode_methodspec): Update callsite.
13824         (reflection_methodbuilder_to_mono_method): Update to changes.
13825         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
13826         MonoGenericContext as the key to the hashtable.
13827         (inflate_mono_method): Update to changes.
13828
13829         * class-internals.h (MonoGenericMethod::container): Remove.
13830         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
13831
13832 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
13833
13834         * profiler-private.h, profiler.c, profiler.h: added API to profile
13835         exception events.
13836
13837 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13838
13839         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
13840
13841 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13842
13843         * verify.c: method invocation is now validated, now we verify parameter types on stack.
13844         Fixed overflow and underflow not aborting the verification process.
13845
13846 2007-06-13  Mark Probst  <mark.probst@gmail.com>
13847
13848         * class-internals.h (MonoStats): Added stats entries for dynamic
13849         code allocations.
13850
13851 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
13852
13853         * loader.c (mono_free_method): Free header->locals and header->clauses.
13854
13855         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
13856         dynamic case.
13857
13858         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
13859
13860         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
13861
13862 2007-06-12  Raja R Harinath  <rharinath@novell.com>
13863
13864         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
13865         the tables.
13866
13867 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13868
13869         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
13870
13871 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13872
13873         MonoGenericMethod on a diet
13874         * class-internals.h (_MonoMethodInflated::reflection_info): Move
13875         here ...
13876         (_MonoGenericMethod::reflection_info): ... from here.
13877         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
13878         Update to changes.
13879         * reflection.c (inflate_mono_method): Likewise.
13880         (mono_reflection_bind_generic_method_parameters): Likewise.
13881
13882 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13883
13884         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
13885         *verify.c: factored long ldarg forms to share code with short forms
13886
13887 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13888
13889         *verify.c: fixed code formating factored some duplicate code
13890         into a new function
13891
13892         *verify.h: fixed binary incompatibility introduced earlier
13893
13894         *pedump.c: fixed formating
13895
13896 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13897
13898         Fix assertion when disassembling Mono.C5.dll
13899         * loader.c (method_from_methodspec): Avoid inflating a method
13900         twice with the same context.  If the methodref is inflated, use
13901         the declaring method instead.
13902
13903         * class.c (mono_class_from_generic_parameter): Fix case similar to
13904         bug #81830 handled below, but for method containers.
13905
13906 2007-06-10  Raja R Harinath  <harinath@gmail.com>
13907
13908         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
13909         get_shared_generic_class.  Directly inflate the instance.
13910         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
13911         (inflate_generic_class): Delete.
13912         (get_shared_generic_class): Delete.  Move setting of
13913         'cached_class' and 'cached_context' ...
13914         * metadata.c (mono_metadata_lookup_generic_class): ... here.
13915
13916         * metadata.c (mono_metadata_lookup_generic_class): Change
13917         signature to take the components of a MonoGenericClass rather than
13918         an allocated MonoGenericClass.  Change semantics to be intern-like.
13919         * reflection.c (mono_class_bind_generic_parameters): Update to
13920         changes.  Make locking region tighter.
13921         * class.c (inflate_generic_class): Update to changes.
13922         (get_shared_generic_class): Likewise.
13923         * metadata-internals.h: Likewise.
13924
13925         * reflection.c (mono_class_bind_generic_parameters): Take and
13926         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
13927         (mono_reflection_bind_generic_parameters): Use
13928         'mono_class_bind_generic_parameters' rather than duplicate the code.
13929         * class.c (mono_bounded_array_class_get): Update to changes.
13930         * object-internals.h: Likewise.
13931
13932         * reflection.c (mono_class_bind_generic_parameters): Only support
13933         parameterizing generic type definitions.  Remove support for other
13934         open types.
13935
13936 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
13937
13938         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
13939
13940         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
13941         in the dynamic case.
13942
13943 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
13944
13945         * threads.c: When cleaning up thread, reset the Background bit.
13946         Fixes bug #81720.
13947
13948 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
13949
13950        * metadata.c: Move variable declarations to top of scope.
13951        * verify.c: Move variable declarations to top of scope.
13952
13953        Code is contributed under MIT/X11 license.
13954
13955 2007-06-08  Raja R Harinath  <rharinath@novell.com>
13956
13957         * reflection.c (mono_class_bind_generic_parameters): Replace
13958         open-coded loop with mono_metadata_inflate_generic_inst.
13959
13960         * class.c (get_shared_generic_class): Don't call
13961         mono_get_shared_generic_inst.  Use the container's own
13962         'class_inst'.
13963
13964         * metadata.c (mono_metadata_load_generic_params): Move
13965         initialization of 'context' field here from ...
13966         * class.c (mono_class_create_from_typedef): ... here, and ...
13967         * loader.c (mono_get_method_from_token): ... here.
13968
13969         * class.c (get_shared_generic_class): Rename from
13970         mono_get_shared_generic_class and make static.
13971         (mono_get_shared_generic_inst): Move to metadata.c.
13972         * loader.c (mono_get_shared_generic_method): Likewise.
13973         * class-internals.h, metadata-internals.h: Update to changes.
13974
13975         Fix #81830
13976         * class.c (mono_class_from_generic_parameter): Don't assume a
13977         generic container owner exists.  Generic containers from monodis
13978         don't have any.
13979
13980 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
13981
13982         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
13983         * verify.h: new typedefs to returns the non-verifiable status
13984         * verify.c: initial implementation of generics, stack merging and object compatibility check
13985
13986 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13987
13988         * class.c, image.c, class-internals.h (MonoImage): class_cache is
13989         a MonoInternalHashTable again (fixed bug in internal hash table
13990         code).
13991
13992 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13993
13994         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
13995         MonoInternalHashTable again (fixed bug in internal hash table
13996         code).
13997
13998 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13999
14000         * class.c, image.c, class-internals.h, domain.c,
14001         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
14002         changes.  Have to figure out what makes them break the SWF
14003         regression.
14004
14005 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14006
14007         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14008         a MonoInternalHashTable now.
14009
14010 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14011
14012         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14013         MonoInternalHashTable now.
14014
14015 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
14016
14017         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
14018         invoke_impl code.
14019
14020         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
14021
14022         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
14023         dependent trampoline.
14024
14025         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14026
14027         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
14028
14029 2007-05-29  Robert Jordan  <robertj@gmx.net>
14030
14031         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
14032
14033 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
14034
14035         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
14036
14037 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
14038
14039        * marshal.c: Fix interface lookup loops for
14040        cominterop_get_com_slot_for_method and 
14041        cominterop_get_method_interface. Only need to lookup
14042        if type is a class, else use interface type method is on.
14043
14044        Code is contributed under MIT/X11 license.
14045
14046 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
14047
14048         * reflection.c: HasSecurity can be present even if no specially 
14049         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
14050         SecurityAttribute). Fix CAS regression tests on buildbot.
14051
14052 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
14053
14054        * appdomain.c: Add configure checks for header files.
14055        * image.c: Add configure checks for header files.
14056        * file-io.c: Add configure checks for header files.
14057        * debug-mono-symfile.c: Add configure checks for header files.
14058        * threadpool.c: Add configure checks for header files.
14059        * console-io.c: Add configure checks for header files.
14060        * profiler.c: Add configure checks for header files.
14061        * rawbuffer.c: Add configure checks for header files.
14062        * icall.c: Add configure checks for header files.
14063        * rand.c: Add configure checks for header files.
14064        * socket-io.c: Add configure checks for header files.
14065
14066        Code is contributed under MIT/X11 license.
14067
14068 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
14069
14070         * reflection.c (mono_custom_attrs_from_builders): Remove the 
14071         assertion as it breaks the build.
14072         
14073         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
14074
14075         * reflection.c (lookup_custom_attr): Make a copy here too.
14076
14077         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
14078         dynamic images.
14079
14080         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
14081         images.
14082
14083         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
14084         info.
14085
14086 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
14087
14088         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
14089         (load_cattr_value): Ditto.
14090
14091 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
14092
14093         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
14094
14095 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
14096
14097         * threads.c: In "start_wrapper", set apartment_state to MTA if
14098         apartment_state is Unknown and we're running on 2.0 profile or
14099         higher.
14100         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
14101         to main method, then set apartment_state to Unknown on 1.0 profile,
14102         and MTA on 2.0 profile.
14103
14104 2007-05-16  Jb Evain  <jb@nurv.fr>
14105
14106         * class-internals.h (MonoDefaults): Add an attribute_class and
14107           customattribute_data_class.
14108         * domain.c (mono_init_internal): Populate them.
14109         * reflection.c: Use them to remove duplicates. Make a vew
14110         MonoClass variables `static'.
14111
14112 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14113
14114         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
14115         step in implementing IMT, so that all isinst checks now can go
14116         through the bitmap.
14117         This was needed because vtables for TransparentProxy need to look
14118         like the vtable of the "target" class, so they need to point to
14119         its interface bitmap directly.
14120
14121         * object.c: inside "mono_class_create_runtime_vtable" and
14122         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
14123
14124 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14125
14126         * object-internals.h
14127           culture-info.h : added territory field in MonoCulture and
14128           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
14129         * locales.c : fill territory field above too.
14130         * culture-info-table.h : regenerated.
14131
14132 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
14133
14134         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
14135         Fixes #81599.
14136
14137 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
14138
14139         * object.c: Always initialize apartment, even if 
14140         there is no custom attributes on entry point.
14141         
14142         Code is contributed under MIT/X11 license.
14143
14144 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
14145
14146         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
14147         * metadata.c: If no encoding is set, check for unicode
14148         on class.
14149         
14150         Code is contributed under MIT/X11 license.
14151
14152 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14153
14154         * threads.c: Handle if mono_thread_current returns NULL 
14155         
14156         Code is contributed under MIT/X11 license.
14157
14158 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14159
14160         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
14161         in start_wrapper. Added mono_thread_init_apartment_state and
14162         mono_thread_cleanup_apartment_state.
14163         * object.c: Initialize thread apartment state on main thread
14164         by checking for STAThreadAttribute on entry point.
14165         * object-internals.h: Add apartment_state field to MonoThread.
14166         * threads-types.h: Add unmanaged definition of 
14167         System.Threading.ApartmentState, MonoThreadApartmentState.
14168         
14169         Code is contributed under MIT/X11 license.
14170         
14171 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
14172
14173         * class.c: Fix windows build.
14174         * class-internals.h: Fix windows build.
14175         
14176         Code is contributed under MIT/X11 license.
14177
14178 2007-05-08  Robert Jordan  <robertj@gmx.net>
14179
14180         * process.c (CreateProcess_internal):
14181         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
14182         .CreateNoWindow was specified. Fixes #81496.
14183
14184 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14185
14186         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
14187         step in implementing IMT, replaced it with two compact arrays
14188         (interfaces_packed and interface_offsets_packed) and a bitmap that
14189         is used for isinst checks (interface_bitmap).
14190
14191         * class.c: (compare_interface_ids): compare function to pass to
14192         bsearch when looking for an interface with a given id.
14193         (mono_class_interface_offset): reimplemented using bsearch on
14194         interfaces_packed, getting the offset from interface_offsets_packed.
14195         (print_implemented_interfaces): utility debugging function.
14196         (setup_interface_offsets): reworked to initialize interfaces_packed,
14197         interface_offsets_packed and interface_bitmap.
14198
14199         * object.c: replaced all accesses to "MonoClass.interface_offsets"
14200         with uses of interfaces_packed and interface_offsets_packed.
14201
14202 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14203
14204         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
14205         mono_class_interface_offset prototype to wrap all accesses to
14206         "MonoClass.interface_offsets".
14207
14208         * class.c: Implemented mono_class_interface_offset, and wrapped all
14209         accesses to "MonoClass.interface_offsets".
14210
14211         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
14212         "MonoClass.interface_offsets".
14213
14214 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14215
14216         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
14217         GetMethodFromHandle overloads (bug #78637).
14218
14219 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14220
14221         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
14222         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
14223
14224 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
14225
14226         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
14227         #81498.
14228
14229         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
14230         gracefully.
14231         (mono_custom_attrs_from_index): Ditto.
14232
14233         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
14234         Fixes #81501.
14235
14236 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
14237
14238         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
14239         is now allocated from a mempool.
14240
14241 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
14242
14243         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
14244         caller holds threads_lock, leading to deadlocks. Fixes #81476.
14245
14246 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
14247
14248         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
14249         mono_loader_clear_error () too late. Fixes #81463.
14250
14251 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
14252
14253         * culture-info-table.h : regenerated.
14254
14255 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
14256
14257         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
14258         is missing.
14259
14260 2007-04-25  Dick Porter  <dick@ximian.com>
14261
14262         * Makefile.am: Put the mingw enforced-optimisation back into the
14263         PLATFORM_WIN32 section.
14264
14265 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
14266
14267         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
14268         patch.
14269
14270         * image.c (mono_image_load_module): New API function to load a module reference.
14271
14272         * image.c (load_modules): Load modules lazily. Fixes #80812.
14273
14274         * class.c (mono_class_from_typeref): Use mono_image_load_module.
14275         
14276         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
14277
14278         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
14279         to mono_image_load_module_dynamic.
14280
14281 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
14282
14283         * marshal.c: Fix calling convention for CCW on non-windows
14284         platforms. STDCALL on windows, CDECL everywhere else to work 
14285         with XPCOM and MainWin COM.
14286         
14287         Code is contributed under MIT/X11 license.
14288
14289 2007-04-23  Martin Baulig  <martin@ximian.com>
14290
14291         Fix #80969.
14292
14293         * loader.c
14294         (method_from_memberref): Added `gboolean *used_context' argument.
14295         (mono_get_method_from_token): Likewise.
14296         (mono_get_method_full): Don't insert the method in the cache when
14297         `used_context' is true.
14298
14299 2007-04-23  Raja R Harinath  <rharinath@novell.com>
14300
14301         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
14302
14303         * reflection.c (mono_reflection_bind_generic_parameters): Don't
14304         create new MonoTypes for returned types.
14305         * class.c (mono_generic_class_get_class): Export mono-internal.
14306         * class-internals.h: Update to changes.
14307
14308 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14309
14310         * threadpool.c, threadpool.h, icall-def.h: patch from
14311         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
14312
14313 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
14314
14315         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
14316         
14317         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
14318
14319         * threads.c (mono_thread_get_stack_bounds): New helper function.
14320
14321         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
14322         Correctly compute stack bounds when attaching. Fixes #81394.
14323
14324 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
14325
14326         * reflection.c: fix handling of doubles in custom attributes
14327         for the arm-fpa format (bug #81368).
14328
14329 2007-04-18  Raja R Harinath  <rharinath@novell.com>
14330
14331         * reflection.c (assembly_add_win32_resources): Mildly relax an
14332         bounds check to let the end pointer point just past the end of the
14333         allocated buffer.  (may fix #81384)
14334
14335 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
14336
14337         * culture-info-table.h : regenerated.
14338
14339 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
14340
14341         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
14342         the thread is aborted early.
14343
14344 2007-04-05  Dick Porter  <dick@ximian.com>
14345
14346         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
14347         FindFirstFile()/FindNextFile() to find entries.  This lets the
14348         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
14349         81038.
14350
14351         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
14352         the parameters of
14353         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
14354
14355 2007-04-04  Martin Baulig  <martin@ximian.com>
14356
14357         * debug-helpers.c
14358         (mono_method_desc_full_match): Add support for nested classes.
14359
14360 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
14361
14362         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
14363
14364 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
14365
14366         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
14367         waiting for too many threads.
14368
14369 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
14370
14371         * environment.c: Fix return value check on uname so we can get the 
14372         executing version on Solaris operating systems.
14373
14374 2007-03-28  Jb Evain  <jbevain@gmail.com>
14375
14376         * class.c (mono_type_get_name_recurse): Complete the
14377         fix for the creation of assembly qualified names for
14378         pointer types. Fixes #81208.
14379
14380 2007-03-27  Dick Porter  <dick@ximian.com>
14381
14382         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
14383         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
14384         changed.
14385
14386         * threads.c
14387         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
14388         the value of ReleaseMutex().
14389
14390 2007-03-27  Dick Porter  <dick@ximian.com>
14391
14392         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
14393         in little-endian order, not network endian, so must be converted
14394         to host endian here.  Fixes bug 80593.
14395
14396 2007-03-22  Jb Evain  <jbevain@gmail.com>
14397
14398         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
14399         qualified names for pointer types. Fixes #81208.
14400
14401 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
14402
14403         * marshal.c: Add support for PreserveSigAttribute. 
14404         
14405         Code is contributed under MIT/X11 license.
14406
14407 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
14408
14409         * process.c: Fix endianness issues. Fixes #81126.
14410
14411         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
14412         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
14413
14414         * image.c (mono_image_lookup_resource): Make this work on big-endian
14415         machines.Change API contract so the caller needs to free the return value.
14416         
14417         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
14418         API change.
14419         
14420 2007-03-14  Martin Baulig  <martin@ximian.com>
14421
14422         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
14423         mono_type_get_desc() as well.
14424
14425 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
14426
14427         * icall.c:  Fix environ access in VS.  
14428         
14429 2007-03-13  Alp Toker  <alp@atoker.com>
14430
14431         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14432         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14433         #63841.
14434
14435 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
14436
14437         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
14438         circular references among dynamic methods. Fixes #81091.
14439
14440         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
14441
14442 2007-03-09  Martin Baulig  <martin@ximian.com>
14443
14444         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
14445
14446 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
14447
14448         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
14449         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
14450         
14451         Code is contributed under MIT/X11 license.
14452         
14453 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
14454
14455         * loader.c: Reapply patch for bug #79424.
14456
14457 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14458
14459         * metadata.c (mono_type_to_unmanaged): Only convert object to
14460         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
14461
14462 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
14463
14464         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
14465         (and incorrectly set) is_reference field from MonoGenericInst.
14466
14467 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14468
14469         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
14470         a little earlier.
14471
14472         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
14473
14474         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
14475
14476 2007-03-05  Miguel de Icaza  <miguel@novell.com>
14477
14478         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
14479         FileOptions.1 value to mean "temporary", map that to
14480         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
14481
14482         Fixes 80688
14483
14484 2007-03-03  Marek Habersack  <mhabersack@novell.com>
14485
14486         * appdomain.c: implement MS .Net style shadow copying. Copies of
14487         the assemblies are made in a subdirectory of the dynamic base
14488         directory, the assembly names are preserved.
14489         Copy .mdb and .config files along with the assemblies being shadowed.
14490
14491 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14492
14493         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
14494         (emit_marshal_handleref): Ditto.
14495
14496         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
14497         on Visual C++. Fixes #80671.
14498
14499 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
14500
14501         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
14502         for clone operations.
14503
14504 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14505
14506         * marshal.c: Fix warnings.
14507
14508 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
14509
14510         * loader.c: allow case-insensitive matching of the dll name
14511         in dllmap handling when prefixed with "i:".
14512
14513 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
14514
14515         * threads.c: Fix #ifdef for dummy_apc function for VS.
14516
14517 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
14518
14519         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
14520
14521 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
14522         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
14523         giving precedence to the methods with a fully qualified name
14524         (InterfaceName.MethodName) when building the interface sections
14525         of the vtable.
14526
14527 2007-02-16  Dick Porter  <dick@ximian.com>
14528
14529         * threadpool.c (append_job): Fix fast-path array handling, so it's
14530         less likely the array will grow exponentially when the load is
14531         heavy.
14532
14533 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14534
14535         * metadata-internals.h, loader.c: fix dllmap lookup order
14536         for non-function maps, too, and prepare for fallback code.
14537
14538 2007-02-12  Robert Jordan  <robertj@gmx.net>
14539
14540         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
14541         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
14542         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
14543         GlobalFree. Fixes a part of bug #77075.
14544
14545 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
14546
14547         * loader.c: implemented typedef parent in field memberref.
14548
14549 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
14550
14551         * marshal.c: Fix warnings and remember to call Release on
14552         IUnknown of RCW.
14553         
14554         Code is contributed under MIT/X11 license.
14555
14556 2007-02-10  Miguel de Icaza  <miguel@novell.com>
14557
14558         * class-internals.h: Add MonoHandleRef definition, and
14559         handleref_class to mono_defaults. 
14560
14561         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
14562         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
14563
14564         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
14565         (do nothing on this stage)
14566         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
14567         (emit_marshal_handleref): New method, used for argument handling
14568         of HandleRefs. 
14569
14570 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
14571
14572         * class.c (mono_class_setup_parent): Lazily init com types.
14573         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
14574         init com types.
14575         * object.c (mono_remote_class_vtable): Lazily init com types.
14576         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
14577         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
14578         * domain-internals.h: Expose mono_init_com_types.
14579         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
14580         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
14581         Add support for COM Callable Wrapper marshalling.
14582         * marshal.h: Add icall definitions.
14583         * gc.c: Handle freeing of CCWs in finalizer code.
14584         
14585         Code is contributed under MIT/X11 license.
14586
14587 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
14588
14589         * reflection.c: changed all the signature encoding code to use
14590         a variable-sized buffer.
14591
14592 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14593
14594         * marshal.c: locking fixes: never take the loader lock
14595         or other runtime locks when holding the marshal lock
14596         (fixes bug#80664).
14597
14598 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
14599
14600         * marshal.c: make the delegate function pointer mapping
14601         work for the moving GC.
14602
14603 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
14604
14605         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
14606         for bug #80618.
14607
14608 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14609
14610         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
14611         gmodule.
14612
14613 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
14614
14615         * threadpool.c: made the code moving-GC safe.
14616
14617 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
14618
14619         * assembly.c, boehm-gc.c, class-internals.h, class.c,
14620         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
14621         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
14622         warning cleanup.
14623         * reflection.c: warning cleanup, some threading and moving GC fixes.
14624
14625 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
14626
14627         * class.c, loader.c: create the needed Set/Get/Address array methods
14628         as well as the .ctors in mono_class_init (), fixes bug #80567.
14629
14630 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
14631
14632         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
14633         we doesn't decrease its alignment. Should fix the sparc build.
14634
14635 2007-01-24  Dick Porter  <dick@ximian.com>
14636
14637         * socket-io.c
14638         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14639         Create the returned object if we need to ignore an unsupported
14640         socket option.  Fixes a segfault reported by Atsushi.
14641
14642 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14643
14644         * class.c, object.c: restrict GC-tracked fields to
14645         UIntPtr fields used inside corlib, so we provide better
14646         type info to the GC and also allow broken packing as in
14647         bug #80580.
14648
14649 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
14650
14651         * sgen-gc.c: removed duplicated function.
14652
14653 2007-01-19  Miguel de Icaza  <miguel@novell.com>
14654
14655         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
14656         value that means that the value is not supported, but that we
14657         should not return a failure, but instead report this as a
14658         successful operation.
14659
14660 2007-01-19  Raja R Harinath  <rharinath@novell.com>
14661
14662         Fix tests/bug79956.2.il
14663         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
14664         (mono_generic_class_get_class): If the generic definition in an
14665         enum, copy over other fields related to it.
14666
14667 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
14668
14669         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
14670         genericinst enums (bug #79215).
14671
14672 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
14673         * class.c: Fix bug 80307.
14674
14675 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
14676
14677         * image.c: if the file table is not present, try to load
14678         all the modules, since we don't have info about them
14679         having or not metadata (bug #80517).
14680         * assembly.c: allow mono_assembly_load_references () to
14681         work for netmodules.
14682
14683 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14684
14685         * image.c, metadata-internals.h, object.c: execute module
14686         cctors when running on the 2 runtime if present (bug #80487).
14687
14688 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
14689
14690         * icall.c: optimized InitializeArray() on bigendian.
14691
14692 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
14693
14694         * icall.c: fix for the broken ARM FPA double format.
14695
14696 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
14697
14698         * icall.c: handle endian issues for r4 and r8 types, too, in
14699         the InitializeArray() icall.
14700
14701 2007-01-15  Miguel de Icaza  <miguel@novell.com>
14702
14703         * loader.c (mono_loader_error_prepare_exception): Clear the error
14704         once we have extracted the information from it, do this before we
14705         call into the JIT's class loading mechanisms.
14706
14707         * object.c (mono_class_create_runtime_vtable): Do not clear the
14708         loader error before calling mono_class_get_exception_for_failure
14709         as the loader error is needed inside
14710         mono_class_get_exception_for_failure to throw the error (thinko).
14711
14712         Fixes #80521
14713         
14714 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
14715
14716         * reflection.c: align fields rva data so it's faster to load at
14717         runtime.
14718
14719 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14720
14721         Prepare to simplify GenericMethod handling.
14722         * class-internals.h (mono_method_get_context): New accessor function.
14723         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
14724         rather than directly accessing '->context' field.
14725
14726         * class-internals.h (_MonoGenericParam.method): Move ...
14727         (_MonoGenericContainer): ... here.  Add into union with klass field.
14728         * class.c, icall.c, loader.c, metadata.c, reflection.c:
14729         Update to changes.
14730
14731 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
14732
14733         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
14734         the wrapper type enum and reduce relocations.
14735
14736 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14737
14738         * reflection.c (inflate_mono_method): Reuse method instantiation
14739         from the generic method, if available.
14740
14741 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14742
14743         * marshal.c (emit_marshal_variant): Fix conv_arg
14744         type in last commit, based on whether parameter is byref.
14745         
14746 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14747
14748         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
14749         marshalling.
14750         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
14751         MONO_TYPE_OBJECT back for VARIANT support.
14752
14753 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14754
14755         * marshal.c, marshal.h, icall-def.h: Implement 
14756         Marshal.ReAllocCoTaskMem.
14757
14758 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
14759
14760         * marshal.c: memory retention fixes: use the proper
14761         image cache for runtime_invoke method lookups.
14762
14763 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
14764
14765         * mempool.c: added code to help debug mempool allocations.
14766
14767 2007-01-11  Dick Porter  <dick@ximian.com>
14768
14769         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
14770         support (experimenting with faking it with IP_MTU_DISCOVER for
14771         systems that don't have IP_DONTFRAGMENT.)
14772         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
14773         icall.
14774
14775         * icall-def.h: new System.Net.Sockets.Disconnect icall.
14776
14777         * socket-io.h: Add new fields to MonoSocketAsyncResult
14778         corresponding to the new ones in Socket.cs.
14779
14780 2007-01-11  Raja R Harinath  <rharinath@novell.com>
14781
14782         Fix IronPython regression mentioned in #80249
14783         * metadata.c (do_mono_metadata_parse_generic_class): Clear
14784         'cached_context' field, since it may have been initialized as a
14785         side-effect of metadata parsing.
14786
14787         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
14788         (_MonoGenericClass.cached_class): Move here and rename from lone
14789         remaining field of ...
14790         (_MonoInflatedGenericClass): ... this.  Remove.
14791         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
14792         to changes.
14793
14794         Fix mcs/tests/test-128.cs regression.
14795         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
14796         2007-01-10 change below.
14797         [MONO_TYPE_OBJECT]: Recurse into array case.
14798
14799 2007-01-11  Raja R Harinath  <harinath@gmail.com>
14800
14801         * class-internals.h (mono_get_inflated_generic_class): Remove.
14802         * class.c (mono_get_inflated_generic_class): Remove.
14803         (mono_generic_class_get_class): Rename from
14804         mono_class_create_generic.
14805         (mono_class_from_mono_type) [GENERICINST]: Use it.
14806         * reflection.c, metadata.c: Update to changes.  Use
14807         'mono_class_from_mono_type'.
14808
14809 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
14810
14811         * reflection.c: use passed type when encoding an array element
14812         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
14813
14814 2007-01-09  Robert Jordan  <robertj@gmx.net>
14815
14816         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
14817         result arguments (someDelegate.EndInvoke (unrelatedAres)).
14818         Fixes bug #80392.
14819
14820 2007-01-09  Raja R Harinath  <rharinath@novell.com>
14821
14822         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
14823
14824         * object.c (set_value): Avoid aliasing between type->data.klass
14825         and type->data.generic_class.
14826
14827         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
14828
14829 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14830
14831         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
14832         between type->data.klass and type->data.generic_class.
14833
14834 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
14835
14836         * marshal.c: In MS.NET, StringBuilder objects are not copied by
14837         value in out parameters.
14838
14839 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14840
14841         Simplify invariant for MonoGenericClass::klass field.
14842         * class.c (mono_class_create_generic): Verify 'klass' is null.
14843         * metadata.c (do_mono_metadata_parse_generic_class): Don't
14844         initialize 'klass' field.
14845
14846 2007-01-05  Raja R Harinath  <rharinath@novell.com>
14847
14848         Ongoing work to avoid redundant data and simplify invariants.
14849         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
14850         'generic_class', and change type to a GenericInst.
14851         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
14852         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14853
14854 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
14855
14856         * class.c : skip io-layer under PLATFORM_WIN32.
14857
14858 2007-01-03  Tor Lillqvist  <tml@novell.com>
14859
14860         Fix #80305: In a bundled executable, look in the bundled exe
14861         assembly to determine the runtime version. Add the possibility to
14862         bundle also the machine.config file.
14863         
14864         * assembly.c (mono_assembly_open_from_bundle): Make
14865         non-static. Allow being called even if we have no bundled
14866         assemblies, and return NULL right away in that case.
14867
14868         * domain-internals.h: Declare mono_assembly_open_from_bundle()
14869         here.
14870
14871         * domain.c (app_config_parse): Take an assembly exe file name as
14872         parameter instead of a config file name. Check for a bundled
14873         config file for that assembly by calling
14874         mono_config_string_for_assembly_file() (see below) before looking
14875         for one in the file system.
14876         (get_runtimes_from_exe): Corrsponding change to call of
14877         app_config_parse().
14878         (get_runtimes_from_exe): Check for bundled assembly exe file first
14879         by calling mono_assembly_open_from_bundle(). If no bundled
14880         assembly exe file is found, call mono_image_open() as before to
14881         look it up in the file system.
14882
14883         * mono-config.c: Add variable bundled_machinec_onfig.
14884         (mono_config_string_for_assembly_file): New function.
14885         (mono_config_for_assembly): Move code snippet that looks for a
14886         bundled assembly .config file into the above new function. Call
14887         it.
14888         (mono_register_machine_config, mono_get_machine_config): New
14889         functions to set and retrieve
14890
14891         * assembly.h: Declare mono_register_machine_config().
14892
14893         * mono-config.h: Declare mono_get_machine_config() and
14894         mono_config_string_for_assembly_file().
14895
14896         * icall.c: No declaration of environ necessary on Win32. It is
14897         declared (as a macro expanding to a function call) in stdlib.h.
14898         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
14899         New internal mono function. Returns the value of
14900         mono_get_machine_config() as a Mono string.
14901
14902         * icall-def.h: Add get_bundled_machine_config().
14903
14904 2007-01-04  Raja R Harinath  <rharinath@novell.com>
14905
14906         Remove redundant field
14907         * class-internals.h (_MonoGenericContext.container): Remove field.
14908         * loader.c (mono_method_get_signature_full): Don't parse a
14909         "container" for a signature parse when the signature is inflated
14910         immediately.
14911         (method_from_methodspec): Likewise, for a generic_inst.
14912         * class.c, metadata.c, reflection.c: Update to changes.
14913
14914 2006-01-04  Raja R Harinath  <rharinath@novell.com>
14915
14916         * class-internals.h (_MonoGenericClass): Rename 'context' field to
14917         'cached_context', and change semantics -- it starts off NULL, and
14918         is initialized on demand.
14919         * class.c (mono_generic_class_get_context): New accessor to
14920         replace 'context' field accesses.
14921         (mono_class_get_context): New helper.
14922         (*): Update to changes.
14923         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
14924
14925 2007-01-03  Miguel de Icaza  <miguel@novell.com>
14926
14927         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
14928         before the memcpy.   Fixes Marshal2 regression.
14929
14930 2007-01-02  Jb Evain  <jbevain@gmail.com>
14931
14932         * blob.h: add a MONO_TYPE_ENUM definition
14933         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
14934         fix the encoding of arrays of enums in custom attributes.
14935
14936         Fixes #79666.
14937
14938 2007-01-01  Miguel de Icaza  <miguel@novell.com>
14939
14940         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
14941         string is null terminated, but only cut the string short if it
14942         overflows the buffer.   
14943         
14944         (mono_string_to_byvalstr): Also fix this routine.   The code here
14945         was not properly terminating a string (it was only terminated
14946         because of the previous catch-all memset). 
14947
14948         I left the memset, because I do not know if applications expect
14949         the runtime to clear this region. 
14950
14951         Fixes #79944.
14952
14953         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
14954         Clear the error before returning to unmanaged code to prevent the
14955         runtime from being confused later on (fixes  80420).
14956         (ves_icall_type_from_name): Always call mono_loader_clear_error
14957         after parsing a type that could have failed.
14958         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
14959
14960         * loader.c (mono_loader_clear_error): Fix indentation.
14961
14962 2006-12-28  Martin Baulig  <martin@ximian.com>
14963
14964         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
14965
14966 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
14967
14968         * reflection.c: patch from Rolf Bjarne Kvinge to fix
14969         getting a token for an EnumBuilder.
14970
14971 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
14972
14973         * reflection.c: be more careful in case resource generation
14974         fails to create the data array.
14975
14976 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
14977
14978         * sgen-gc.c: write barrier for clone and fix unregister handles.
14979
14980 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
14981
14982         * reflection.c: some fixes needed in the generics code for the moving GC.
14983
14984 2006-12-22  Robert Jordan  <robertj@gmx.net>
14985
14986         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
14987         account. Fixes bug #80299.
14988
14989 2006-12-21  Raja R Harinath  <rharinath@novell.com>
14990
14991         Fix WaitHandle usage in delegates.
14992         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
14993         * object.c (mono_wait_handle_new): Use the property set method to
14994         initialize the handle.
14995         (mono_wait_handle_get_handle): New.
14996         * threadpool.c (mono_async_invoke): Use it.
14997         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
14998         Likewise.
14999         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
15000
15001 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
15002
15003         * marshal.c (emit_marshal): Call emit_marshal_variant and
15004         emit_marshal_com_interface when applicable.
15005         (emit_marshal_variant, emit_marshal_com_interface): Add
15006         methods for this case and remove if's from emit_marshal_object.
15007         
15008 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
15009
15010         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
15011
15012 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
15013
15014         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
15015         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
15016         and GlobalFree on Windows. Remove FIXME.
15017
15018 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
15019
15020         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
15021         implementation for managed objects.
15022
15023 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
15024
15025         * object.c: implemented code to be used for checking
15026         that no reference field overlaps with non-references.
15027
15028 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15029
15030         * threadpool.c: fix queue code to be compatible with the
15031         moving GC.
15032
15033 2006-12-18  Miguel de Icaza  <miguel@novell.com>
15034
15035         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
15036         in structures by throwing ArgumentNullException.
15037
15038         (emit_marshal_safehandle): Also when they are null parameters.
15039
15040         (emit_marshal_safehandle): Add support for ref
15041         SafeHandles parameters
15042
15043 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
15044
15045         * profiler.c: updated to use the mono-dl API instead of
15046         gmodule.
15047
15048 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15049
15050         * profiler.c: updated to use the mono-dl dynamic loading
15051         API instead of gmodule.
15052
15053 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
15054
15055         * profiler.c: use readlink, older versions of glib don't have
15056         g_file_read_link ().
15057
15058 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15059
15060         * profiler.c: try to detect the path to mono if libc fails to provide
15061         a useful name (bug #80286).
15062
15063 2006-12-16  Raja R Harinath  <rharinath@novell.com>
15064
15065         Fix #80242
15066         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
15067         instance, use the generic type definition instead.
15068         (ves_icall_Type_GetNestedTypes): Likewise.
15069         * class.c (mono_class_create_generic): Always set the
15070         nested_classes of a generic instance to NULL, even if the generic
15071         type definition has nested types.
15072
15073 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
15074
15075         * marshal.c (mono_string_from_bstr): Revert previous Windows change
15076         and fix on Linux.
15077         
15078 2006-12-15  Miguel de Icaza  <miguel@novell.com>
15079
15080         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
15081         my arguments were in the wrong order.   I also fixed the Windows
15082         version which seems to have had the same issue.
15083
15084         (mono_free_bstr): On Unix, this is g_free.
15085         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
15086         conversions (for the tests in corlib to pass).
15087
15088 2006-12-14  Miguel de Icaza  <miguel@novell.com>
15089
15090         * marshal.c (emit_ptr_to_object_conv): For now, ignore
15091         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
15092         exception if a ref SafeHandle in a struct has changed).
15093         
15094         (emit_struct_conv): Do not perform layout checks for classes
15095         derived from SafeHandle, as those are specially handled. 
15096
15097         (emit_object_to_ptr_conv): Add support for
15098         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
15099
15100         (emit_marshal_safehandle): Implement conversion of return values
15101         of safehandles (MARSHAL_ACTION_CONV_RESULT).
15102         
15103         * threads.c: WaitHandle now is compiled with two different handles
15104         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
15105         for 2.0.
15106         
15107         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
15108         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
15109         these routines to cope with both kinds of fields.
15110
15111 2006-12-12  Miguel de Icaza  <miguel@novell.com>
15112
15113         * metadata.c (mono_type_to_unmanaged): Handle the case where
15114         type->data.klass is a SafeHandle, and in that case, return the
15115         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
15116         MONO_MARSHAL_CONV_SAFEHANDLE. 
15117
15118 2006-12-11  Miguel de Icaza  <miguel@novell.com>
15119
15120         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
15121         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
15122         calling emit_marshal_object.
15123
15124         (emit_marshal_safehandle): Implement marshalling of
15125         SafeHandle parameters (no ref support yet).
15126
15127         (MarshalAction): Document the defines as I implement
15128         them for SafeHandle.
15129
15130         (emit_marshal_object): indentation police.
15131
15132         * class-internals.h: Define MonoSafeHandle.
15133         Add safehandle_class to MonoDefaults type.
15134
15135         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
15136         list of classes to check for fields. 
15137
15138         * domain.c (mono_init_internal): Add SafeHandle to the list of
15139         mono_defaults loaded.
15140
15141 2006-12-15  Raja R Harinath  <rharinath@novell.com>
15142
15143         Fix #80253
15144         * reflection.c (mono_reflection_bind_generic_parameters): If the
15145         generic type definition is a type builder, ensure that it is fully
15146         initialized before instantiating it.  Kill some dead code.
15147
15148 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
15149
15150         * object.c: clear the loader_error () before loading
15151         more metadata stuff (bug #80258).
15152
15153 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
15154
15155         * icall.c, icall-defs.h: type modifiers icalls for
15156         parameters and properties.
15157
15158 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
15159
15160         * object.c, icall.c: fixed warnings.
15161
15162 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15163
15164         * marshal.c: fixed a couple of leaks and coding style in a few places.
15165
15166 2006-12-08  Dick Porter  <dick@ximian.com>
15167
15168         * process.c: Cope with NULL ProcessStartInfo arguments on windows
15169         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
15170         80173.
15171
15172 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
15173
15174         * process.c: ProcessStartInfo may have only filename set and
15175         arguments can be NULL.
15176
15177 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15178
15179         * icall.c: fix leak found by Robert Jordan.
15180
15181 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15182
15183         * marshal.c, marshal.h: generate managed method to access an element
15184         of a multi-dimensional array.
15185
15186 2006-11-30  Paolo Molaro (lupus@ximian.com)
15187
15188         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
15189
15190 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15191
15192         * icall.c: back out GetFields () fix until the serialization code is
15193         fixed to not depend on the incorrect behaviour.
15194
15195 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
15196
15197         * profiler.c: provide defaults if none are set.
15198
15199 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
15200
15201         * Makefile.am, attrdefs.h: new public header file with
15202         constants for attributes for use by embedders.
15203
15204 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
15205
15206         * icall.c: GetFields () fix for bug #80064.
15207
15208 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
15209
15210         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
15211         removed long unused icalls.
15212
15213 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
15214   
15215         * marshal.c: 
15216                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
15217                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
15218                 can be generated without a delegate class.
15219                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
15220         
15221         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15222
15223 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15224
15225         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
15226         #80069.
15227
15228 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
15229
15230         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
15231         icall-def.h: added icalls needed by System.GC.
15232
15233 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
15234
15235         * loader.c: ensure the class in catch clauses is handled
15236         correctly for generics methods (fixes bug#79980).
15237
15238 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
15239
15240         * monitor.h, monitor.c: added mono_locks_dump () function
15241         to help debug deadlocks involving managed locks.
15242
15243 2006-11-13  Dick Porter  <dick@ximian.com>
15244
15245         * file-io.c (get_file_attributes): If the file is a symlink try
15246         and get the stat data for the target, but also add the
15247         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
15248         the specs for the windows symlink support, but will probably have
15249         to be reworked when I have test data from a vista machine.  Fixes
15250         bug 79887.
15251
15252 2006-11-13  Dick Porter  <dick@ximian.com>
15253
15254         * gc.c (mono_domain_finalize): 
15255         * marshal.c (mono_delegate_begin_invoke): 
15256         * threadpool.c (socket_io_init, mono_thread_pool_init)
15257         (mono_thread_pool_finish): 
15258         * monitor.c (mono_monitor_try_enter_internal): 
15259         * threads.c (mono_thread_resume, mono_thread_init)
15260         (mono_thread_suspend_all_other_threads)
15261         (mono_thread_execute_interruption): 
15262         * appdomain.c (mono_domain_unload): Check for NULL error returns
15263         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
15264         75733.
15265
15266 2006-11-11  Miguel de Icaza  <miguel@novell.com>
15267
15268         * process.c
15269         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
15270         Only close the handle if the value of the handle is not
15271         INVALID_HANDLE_VALUE.  This just makes the process a bit more
15272         robust.
15273
15274         Improvement for #75733, so that we do not run into this problem. 
15275
15276         
15277         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
15278         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
15279         internal variables.  Fixes #79462 
15280         
15281
15282 2006-11-09  Dick Porter  <dick@ximian.com>
15283
15284         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15285         Use poll() not select().  Fixes bug 79397.
15286
15287 2006-11-09  Raja R Harinath  <rharinath@novell.com>
15288
15289         Fix #79872
15290         * assembly.c (mono_assembly_load_from_full): Check that the given
15291         image has an assembly manifest.
15292
15293 2006-11-09  Ankit Jain  <jankit@novell.com>
15294
15295         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
15296         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
15297         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
15298
15299 2006-11-07  Dick Porter  <dick@ximian.com>
15300
15301         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15302         Put the old resolver behaviour back for pre-2.0 profiles.
15303
15304 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
15305
15306         * threadpool.c: precise GC and locking fixes.
15307
15308 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
15309
15310         * class.c: don't load types that have an explicit unaligned
15311         managed reference. Provide better info in the TypeLoad exception.
15312         Part of the fix for bug #79744.
15313         * object.c: use the correct check for class type load issues.
15314
15315 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
15316
15317         * class.c: enforce alignment of fields with managed references
15318         even when Pack=1 is forced by the user (bug #77788).
15319
15320 2006-11-03  Dick Porter  <dick@ximian.com>
15321
15322         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15323         If the address reverse lookup fails, return it as the hostname
15324         anyway.  Fixes bug 79721.
15325
15326 2006-11-03  Dick Porter  <dick@ximian.com>
15327
15328         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
15329         Fix build on Windows.
15330
15331 2006-11-02  Dick Porter  <dick@ximian.com>
15332
15333         * icall-def.h: 
15334         * object-internals.h: 
15335         * exception.c (mono_get_exception_thread_interrupted): 
15336         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
15337         Fixes bug 74525.
15338
15339         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
15340         Check for pending Thread.Interrupt.
15341
15342 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
15343         * loader.c: Fixed bug 79684.
15344
15345 2006-10-27  Dick Porter  <dick@ximian.com>
15346
15347         * file-io.c (get_file_attributes): Force symlinks to directories
15348         to be returned as a regular file.  Fixes bug 79733.
15349 2006-10-26  Dick Porter  <dick@ximian.com>
15350
15351         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
15352         CreateFile to open a directory then we need to set the
15353         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
15354
15355 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
15356
15357         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
15358         friends.
15359
15360 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15361
15362         * sgengc.c: small cleanup of timer code.
15363
15364 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
15365
15366         * sgen-gc.c: fix some warnings and start adding support for
15367         complete object removal on domain unload.
15368
15369 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
15370
15371         * assembly.c: build_assembly_name should not consider a version
15372         number without build or revision number invalid. Fixes bug #79715.
15373
15374 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
15375
15376         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
15377         call kernel32 function OutputDebugString directly.
15378         
15379         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15380         
15381 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
15382
15383         * reflection.c: small cleanup, using a function to insert a MonoString
15384         in the string heap.
15385
15386 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
15387
15388         * reflection.c: moving GC fixes.
15389
15390 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
15391
15392         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
15393         all the objects with finalizers belonging to an unloading appdomain.
15394
15395 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
15396
15397         * sgen-gc.c: added ability to allocate even when the nursery is fully
15398         pinned and fixed a couple of bugs.
15399
15400 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15401
15402         * threads.h: Revert the last change for now.
15403
15404         * threads.h (mono_thread_get_pending_exception): Rename this to
15405         mono_thread_get_undeniable_exception ().
15406
15407 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
15408
15409         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
15410         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
15411         when fname does not refer to valid assembly. This result in a more
15412         meaningful error message.
15413         * exception.c: added mono_get_exception_bad_image_format2 which 
15414         constructs a BadImageFormatException using the ctor taking a custom
15415         message and the file name. Passing in a NULL msg results in a default
15416         message.
15417         * exception.h: define mono_get_exception_bad_image_format2 function.
15418         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
15419         when file name pointed to an invalid IL image. Use 
15420         mono_get_exception_file_not_found2 to construct FileNotFoundException,
15421         as this results in a more meaningful error message.
15422
15423 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15424
15425         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
15426         #79465.
15427
15428 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
15429
15430         * metadata.c (mono_type_size): Change the align parameter to guint32 for
15431         consistency with the other _size functions.
15432         (mono_type_stack_size): Ditto.
15433
15434         * class.c object.c icall.c: Fix warnings caused by the above change.
15435
15436         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
15437
15438         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
15439
15440         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
15441
15442 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
15443
15444         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
15445         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
15446         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
15447         threadpool.h, threads-types.h: mark more internal functions.
15448
15449 2006-10-11  Dick Porter  <dick@ximian.com>
15450
15451         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15452         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
15453         reproduce the bug even before applying the fix.)
15454
15455 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
15456
15457         * reflection.c: allow retrieving attributes for arguments in generic
15458         methods (bug #79241).
15459
15460 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
15461
15462         * debug-mono-symfile.c: properly check fopen () result (found by
15463         coverity).
15464
15465 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
15466
15467         * reflection.c: make error message clearer and fixed two
15468         issuelets found by Coverity.
15469
15470 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
15471
15472         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
15473
15474 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
15475
15476         * object-internals.h, gc-internal.h, profiler-private.h:
15477         mark internal functions.
15478
15479 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
15480
15481         * reflection.c: put data in the text section.
15482         * icall.c: recognize more types in type_from_typename ().
15483         * process.c, marshal.c: added some GC FIXMEs.
15484
15485 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15486
15487         * loader.c: check for NULL before initializing.
15488
15489 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
15490
15491         * gc.c (finalizer_thread): Use a non-alertable wait here.
15492
15493         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
15494         until the correct solution is found.
15495
15496 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15497
15498         * reflection.c (mono_module_get_object): Avoid an assert when operating on
15499         modules with no metadata. Fixes #79596.
15500
15501         * image.c (load_metadata_ptrs): Put back the error message when
15502         the #- heap is encountered since the support is not complete yet.
15503
15504 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15505
15506         * gc.c: do not allow the user to SuppressFinalize () a
15507         delegate because it would leak the trampoline if present.
15508
15509 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15510
15511         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
15512         PropertyPtr table.
15513
15514 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
15515
15516         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
15517
15518         * metadata.c (mono_metadata_get_param_attrs): Ditto.
15519
15520         * row-indexes.h: Add definitions for *Ptr tables.
15521
15522         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
15523
15524         * metadata.c (mono_metadata_translate_token_index): New helper function to
15525         translate table indexes used in uncompressed metadata.
15526         (mono_metadata_decode_table_row): Ditto.
15527         (mono_metadata_decode_table_row_col): Ditto.
15528
15529         * metadata.c: Add table schema for *Ptr tables.
15530
15531         * class.c loader.c: Use the new helper function to access the affected metadata
15532         tables.
15533         
15534         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
15535         #38532.
15536         
15537 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
15538
15539         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
15540         sequences which can be unbounded in size. Fixes #79583.
15541
15542 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
15543
15544         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
15545         static initialization.
15546
15547         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
15548
15549         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
15550
15551         * domain.c (mono_domain_free): Free up type_init_exception_hash.
15552
15553         * object.c (mono_runtime_class_init): Implement correct semantics when a static
15554         ctor fails, i.e. throw the same exception on subsequent accesses.
15555         
15556 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
15557
15558         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
15559         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
15560         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
15561         Handle marshalling of interfaces and VARIANTs contained in structs.
15562         
15563         Code is contributed under MIT/X11 license.
15564         
15565 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
15566
15567         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
15568         
15569         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
15570         mempool.
15571
15572 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15573
15574         * console-io.c: ignore previous SIGINT handler.
15575
15576 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
15577
15578         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
15579         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
15580         #79460, #79461, #79485.
15581
15582         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
15583
15584         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
15585         #79217.
15586
15587 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
15588
15589         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
15590         could be generated from it.
15591
15592 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
15593
15594         * rand.c: fix read loop to correctly handle EINTR.
15595
15596 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15597
15598         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
15599         internal calls are defined to keep methods closer to the declaring
15600         type and allow a significant reduction in runtime relocations and
15601         memory usage.
15602
15603 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
15604
15605         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
15606         exception message to have FileNotFoundException use the default
15607         assembly load error message. Fixes bug #79426.
15608         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
15609
15610 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15611
15612         * threadpool.c: (start_thread_or_queue) use the root domain when
15613         creating the thread instead of the async object one.
15614
15615 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
15616
15617         * class.c, object.c, class-internals.h, reflection.c:
15618         for arrays, store element_size inside MonoClass (speedup
15619         for array object creation).
15620
15621 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
15622
15623         * icall.c: fixed CodeBase to use the file name and not the module
15624         name (bug #79365).
15625
15626 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15627
15628         * mono-debug.c, mono-debug.h: export find_method as
15629         mono_debug_find_method ().
15630
15631 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15632
15633         * debug-helpers.c, class-internals.h: added a few functions useful
15634         when debugging under gdb.
15635
15636 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15637
15638         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
15639         characters that need special handling.
15640
15641 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
15642
15643         * mono-config.c: make the os/cpu specification more flexible,
15644         allowing lists and negation.
15645
15646 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
15647
15648         * marshal.c: COM Interop fixes. Handle case where method->klass.
15649         is interface. Handle BSTR/MonoString when null. Use CDECL as 
15650         calling convention on non-windows platforms. This is for
15651         compatibility with XPCOM and MainWin COM.
15652         
15653         Code is contributed under MIT/X11 license.
15654         
15655
15656 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
15657
15658         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
15659         correctly. Fixes #79217.
15660
15661         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
15662
15663 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
15664
15665         * mono-config.c: allow both an os and cpu attribute for dllmap
15666         and dllentry elemnets to enable a single config file to be used
15667         for multiple architectures.
15668
15669 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
15670
15671         * loader.c: MonoLoaderError was cleared too soon on load failure.
15672         Fixes bug #79424.
15673
15674 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
15675
15676         * icall.c: use the defining class vtable when accessing a
15677         static field, not a pobblibly derived class.
15678
15679 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
15680
15681         * icall.c string-icalls.c: Remove references to unicode.h.
15682
15683         * unicode.h unicode.c Makefile.am: Remove these unused source files.
15684
15685         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
15686
15687         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
15688         indicating the image where custom marshaller types should be looked up.
15689         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
15690         custom marshallers, instead of corlib. Fixes #79425.
15691
15692 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
15693
15694         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
15695
15696 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
15697
15698         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
15699         Implement Environment.ProcessorCount.
15700         
15701         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
15702         Implement Environment.ProcessorCount.
15703         
15704         * icall.c: 
15705         Add Environment.ProcessorCount icall.
15706         
15707         Patch by Jason McFall.
15708
15709 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15710
15711         * assembly.c: don't append .exe/.dll when the filename already contains
15712         one of those extensions.
15713
15714 2006-09-12  Martin Baulig  <martin@ximian.com>
15715
15716         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
15717         to array interfaces.
15718
15719 2006-09-11  Martin Baulig  <martin@ximian.com>
15720
15721         * reflection.c (mono_image_build_metadata): Create the
15722         MethodImpl's after emitting all types and methods, so we don't
15723         need another fixup pass for them.
15724
15725 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
15726
15727         * class.c (mono_class_from_name_case): Fix regression introduced by the last
15728         change.
15729
15730 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
15731
15732         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
15733         unload.
15734
15735 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
15736
15737         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
15738         args is not set. Fixes #78926.
15739
15740 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
15741
15742         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
15743
15744         * image.c (load_class_names): Move this to class.c, and rename it to 
15745         'mono_image_init_name_cache'.
15746         (load_modules): Fix a warning.
15747
15748         * class.c icall.c image.c: Initialize image->name_cache lazily.
15749
15750         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
15751         on its name using information in the AOT file.
15752
15753         * class.c (mono_class_from_name): Use the new hook function.
15754
15755 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
15756
15757         * reflection.c (mono_param_get_objects): Handle enum default parameter values
15758         correctly.
15759
15760         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
15761         Fixes #79289.
15762         
15763 2006-09-06  Martin Baulig  <martin@ximian.com>
15764
15765         * icall.c (mono_lookup_internal_call): Small fix.
15766
15767 2006-09-05  Raja R Harinath  <rharinath@novell.com>
15768
15769         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
15770         double g_free.
15771
15772 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
15773
15774         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
15775         when --debug is specified.
15776
15777 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
15778
15779         * class.c (setup_generic_array_ifaces): Fix a warning.
15780
15781 2006-09-04  Miguel de Icaza  <miguel@novell.com>
15782
15783         * Temporarily remove the patch to assemly.c that checks the
15784         assembly versions as it breaks our gacutil.
15785
15786 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
15787
15788         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
15789
15790         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
15791         a net 1.0 runtime.
15792
15793         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
15794         created using the default ctor. Fixes #79152.
15795         (mono_string_builder_to_utf16): Ditto.
15796
15797 2006-09-01  Martin Baulig  <martin@ximian.com>
15798
15799         Fix handling of the generic array interfaces.
15800
15801         * class-internals.h
15802         (MonoDefaults): Removed `generic_array_class' and added
15803         `generic_ilist' class.
15804
15805         * class.c
15806         (mono_bounded_array_class_get): Add the new generic array interfaces.
15807         (setup_generic_array_ifaces): New static method; create vtable
15808         entries for each method in the generic array interfaces.
15809
15810         * metadata.c
15811         (select_container): Allow "parent-less" generic methods.
15812
15813         * marshal.c
15814         (mono_marshal_get_generic_array_helper): New public method.
15815
15816         * icall.c
15817         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
15818         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
15819         moved the interncall into System.Array.
15820
15821 2006-09-01  Raja R Harinath  <rharinath@novell.com>
15822
15823         A few more cases of avoiding work on types with ->byref set.
15824         Has the real fix for #79238
15825         * icall.c (is_generic_parameter): New helper.
15826         (ves_icall_Type_GetGenericParameterPosition): Use it.
15827         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
15828         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
15829         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
15830         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
15831         reference types.
15832         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
15833         reference types.
15834         (ves_icall_Type_get_IsGenericInstance): Likewise.
15835         (ves_icall_Type_get_IsGenericType): Likewise.
15836
15837 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
15838
15839         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
15840         class if possible.
15841
15842         * mempool.h (mono_mempool_get_allocated): New helper function.
15843
15844         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
15845         change.
15846
15847         * mempool.c: Fix warnings and the calculation of stats.
15848
15849         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
15850
15851         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
15852
15853         * loader.c (mono_get_method_from_token): Update method_count stat.
15854
15855         * class-internals.h (MonoStats): Add some stats.
15856
15857 2006-08-31 Robert Jordan  <robertj@gmx.net>
15858
15859         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
15860         with managed variants.
15861         All code is contributed under the MIT/X11 license.
15862         
15863 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
15864
15865         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
15866         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
15867
15868         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
15869
15870         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
15871         with cycles in classes.
15872
15873         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
15874
15875         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
15876         missing a [MarshalAs] directive. Fixes #79203.
15877
15878         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
15879         klass->marshal_info. Fixes #79217.
15880
15881 2006-08-30  Martin Baulig  <martin@ximian.com>
15882
15883         Committing a patch from Joachim Ante <joe@otee.dk>:
15884         Add support for binary data symbol stores.
15885
15886         * debug-mono-symfile.c
15887         (mono_debug_open_mono_symbol_file): Renamed into
15888         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
15889         arguments.
15890
15891         * mono-debug.c
15892         (mono_debug_open_image): Added `raw_contents' and `size' args.
15893         (mono_debug_init_2_memory): New public function.
15894
15895 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
15896
15897         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
15898
15899 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15900
15901         * appdomain.c: implement support for ShadowCopyFiles.
15902
15903 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
15904
15905         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
15906         when value is NULL (and should remove CID #51).
15907
15908 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15909
15910         * image.c: moved 2 functions to ../utils.
15911
15912 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
15913
15914         * gc.c: cope with the target object of a GC handle being NULL
15915         (bug #78877).
15916
15917 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
15918
15919         * class.c: recursively check parent's explicit implementations
15920         of interface methods (fixes bug #79125).
15921
15922 2006-08-19  Miguel de Icaza  <miguel@novell.com>
15923
15924         * filewatcher.c: Avoid warnings when building, do not redefine
15925         constants that are defined.
15926
15927         Remove warnings.
15928
15929 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15930
15931         * image.c: don't fail when the link points to an absolute path.
15932
15933 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
15934
15935         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
15936         Fix CID #3.
15937
15938 2006-08-17  Miguel de Icaza  <miguel@novell.com>
15939
15940         * image.c (full_path): A new method used to obtain the actual path
15941         of an assembly even in the presence of symbolic links.  
15942
15943         This is necessary for the case where we are running a binary that
15944         has been GACed, but we are using the "published" path name
15945         ($prefix/mono/1.0/blah.exe) which happens to point to the real
15946         file in the GAC.
15947
15948         This was the source of the failure for the `xsp' command with the
15949         recent AppDomain changes, as far as the runtime was concerned,
15950         there were two different assemblies: $prefix/mono/1.0/blah.exe and
15951         $prefix/mono/gac/blah/version/blah.exe.
15952
15953         (do_mono_image_open): use full path
15954
15955 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15956
15957         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
15958
15959 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
15960
15961         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
15962         domain_id is supplied. Fix CID #241 and corlib's unit tests.
15963
15964 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15965
15966         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
15967         small structures. Fixes #78990.
15968
15969 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15970
15971         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
15972
15973         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
15974
15975 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15976
15977         * appdomain.c:
15978         * marshal.c: don't load all the assemblies from a domain into newly
15979         created ones. The new domains might have different rules and load
15980         assemblies from different locations. Fixes bug #76757.
15981
15982         Patch by Lluis. Conflicts resolved by Brian Crowell.
15983
15984 2006-08-16  Alp Toker  <alp@atoker.com>
15985
15986         * socket-io.c: First half of the fix for #79084.
15987         Set sa_size to the length of the content, not that of the struct.
15988         Don't add NULL suffix to the content, this should be done in
15989         managed code if needed.
15990
15991 2006-08-14  Raja R Harinath  <rharinath@novell.com>
15992
15993         Fix part of #79012
15994         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
15995         mono_metadata_parse_type returns NULL.
15996
15997 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
15998
15999         * normalization-tables.h : new file for string normalization data.
16000         * locales.c, locales.h, icall.c :
16001           added load_normalization_resource() for string normalization,
16002           and icall as well.
16003         * Makefile.am : added normalization-tables.h to the sources.
16004
16005 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
16006
16007         * marshal.c: Add more helper functions to reduce code duplication and use them
16008         everywhere.
16009
16010 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
16011
16012         * marshal.c: Fix non-x86 stdcall warnings.
16013         
16014         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
16015         them everywhere.
16016
16017 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
16018
16019         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
16020         type check on multi-dimensional arrays. Fixes #79000.
16021
16022 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16023
16024         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
16025         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
16026         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
16027         * class-internals.h: add is_com_object to class structure.
16028         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
16029         null checks to COM object marshalling. Fix .ctor call on RCW.
16030         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
16031         
16032         All code is contributed under the MIT/X11 license.
16033
16034 2006-08-09  Dick Porter  <dick@ximian.com>
16035
16036         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
16037         racing mono_monitor_allocator_lock() somewhere, so don't delete
16038         the critical section for now.  Found by running and exiting
16039         monodevelop.
16040
16041 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
16042
16043         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
16044         (ves_icall_System_ComObject_FindInterface): Ditto.
16045         (ves_icall_System_ComObject_CacheInterface): Ditto.
16046
16047         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
16048         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
16049
16050 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16051
16052         * threadpool.c: treat pipes from process asynchronous reads as sockets
16053         when reading from them, so we get select/poll or epoll to wait for
16054         data.
16055
16056 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
16057
16058         * loader.c: Fix a typo (CID #233) in the null check.
16059
16060 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
16061
16062         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
16063         Hopefully fixes #78949.
16064         
16065         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
16066         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
16067         bytes. Fixes #78972.
16068
16069 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16070
16071         * filewatcher.c: we need to set errno here.
16072
16073 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16074
16075         * filewatcher.c: let Win32Exception get the error value.
16076
16077 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16078
16079         * filewatcher.c: translate errno into win32 errors for Win32Exception
16080         to know what happened.
16081
16082 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
16083
16084         * threadpool.c: Fix more warnings.
16085
16086         * assembly.c (search_loaded): Fix warnings.
16087
16088         * threadpool.c (mono_thread_pool_finish): Fix warnings.
16089         (mono_async_invoke): Ditto.
16090
16091 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
16092
16093         * object.c (mono_remote_class_vtable): Need to create proxy vtable
16094         entries for __ComObject type in addition to ComImport types.
16095         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
16096         about hash table.
16097         
16098         All code is contributed under the MIT/X11 license.
16099
16100 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16101
16102         * image.c: avoid tentative loading of modulerefs that contain
16103         no metadata (P/Invoke library names).
16104
16105 2006-07-28  Dick Porter  <dick@ximian.com>
16106
16107         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
16108         mono_loader_lock() somewhere, so don't delete the critical section
16109         for now.  Found by running and exiting monodevelop.
16110
16111 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16112
16113         * filewatcher.c: define the inotify syscalls when we're building on
16114         linux and have sys/syscall.h. The build system might not have support
16115         for inotify but the target system might have it.
16116
16117 2006-07-26  Miguel de Icaza  <miguel@novell.com>
16118
16119         * domain.c: Documentation updates.
16120
16121         * loader.c (mono_free_method): Do not release the method
16122         information if we are being profiled, as profilers will use this
16123         information at shut down to present some data to the user.
16124
16125         This is needed so that the profiler does not crash, as the
16126         profiler tends to keep MonoMethods around, and they might become
16127         invalid if we free these.
16128
16129         (mono_get_method_constrained): Return the original CIL stream
16130         method as well, so verification can be performed against it.
16131
16132 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16133
16134         * filewatcher.[ch]: support for inotify file system watcher.
16135         * icall.c: add new internal calls for the inotify file system watcher.
16136
16137 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16138
16139         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
16140         #78888.
16141
16142 2006-07-20  Dick Porter  <dick@ximian.com>
16143
16144         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
16145         warning.
16146
16147 2006-07-20  Dick Porter  <dick@ximian.com>
16148
16149         * threads.c (start_wrapper): Do the thread cleanup while we still
16150         hold a reference to its object.  Fixes bug 78123.
16151
16152 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
16153
16154         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
16155         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
16156           "managed-to-managed".
16157         * icall.c: Redirect string constructors that take sbyte* to
16158           ves_icall_System_String_ctor_RedirectToCreateString.
16159         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
16160           to CreateString () methods with matching signature.
16161         * reflection.c: Use original security informations for
16162           MONO_WRAPPER_MANAGED_TO_MANAGED.
16163         * security-manager.c: Use original security informations for
16164           MONO_WRAPPER_MANAGED_TO_MANAGED.
16165         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
16166           that is a placeholder and only its address should be used.
16167         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
16168           that is a placeholder and only its address should be used.
16169
16170 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
16171
16172         Begin implementing COM Interop.
16173         * appdomain.c: Increment corlib version.
16174         * class.c: Set ComImport classes' parent to __ComObject.
16175         * loader.c: Mark cominterop methods as such.
16176         * domain.c: Add __ComObject class to MonoDefaults structure.
16177         * image.c: Add 2 hashtables to the image for COM Interop related methods
16178         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
16179         using the mempool allocator
16180         
16181         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
16182         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
16183         declaration for mono_metadata_type_dup_mp.
16184         
16185         * debug-helpers.c: Added strings for two additional wrapper types
16186         * object.c: Create proxy objects for ComImport classes
16187         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
16188         and added __ComObject class to MonoDefaults structure.
16189         
16190         * object-internals.h: Finish MonoRealProxy definition, and add definition of
16191         MonoComInteropProxy and MonoComObject.
16192         
16193         * marshal.c: Added support for COM Interop
16194         (signature_cominterop): Converts managed signature to corresponding
16195         unmanaged COM signature.
16196         (cominterop_get_function_pointer): gets unmanaged function pointer via
16197         COM object vtable
16198         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
16199         (cominterop_get_method_interface): returns interface type that method is defined on
16200         (mono_mb_emit_cominterop_call): emits native call to function pointer
16201         gotten from vtable
16202         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
16203         that matches signature of unmanaged function.
16204         (cominterop_get_native_wrapper): wrapper around adjusted method call.
16205         (cominterop_get_invoke): forwards call from proxy to __ComObject
16206         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
16207         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
16208         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
16209         
16210         * marshal.h: Added Marshal icall declarations.
16211         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
16212         so we can access them in finalizer
16213         
16214 2006-07-14  Dick Porter  <dick@ximian.com>
16215
16216         * object.c (mono_type_initialization_cleanup): Fix a race
16217         condition by temporarily commenting out the critical section
16218         deletion.
16219
16220 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
16221
16222         * reflection.c (create_custom_attr): Fix some warnings.
16223         (create_custom_attr_data): Ditto.
16224         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
16225         types. Fixes #78855.
16226
16227 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
16228
16229         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
16230
16231         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
16232
16233 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
16234
16235         * reflection.c (resolve_object): Add support for DynamicMethod.
16236
16237         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
16238         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
16239
16240 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
16241
16242         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
16243         don't leak GPtrArray's pdata has we have no use (nor free) for it.
16244
16245 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
16246
16247         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
16248         Fixes #77888.
16249
16250 2006-06-30  Raja R Harinath  <rharinath@novell.com>
16251
16252         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
16253         slightly: remove a shadow local variable.
16254
16255 2006-06-29  Raja R Harinath  <rharinath@novell.com>
16256
16257         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
16258         definition that introduces the virtual function slot.
16259         Also fix Coverity #105.
16260
16261 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
16262
16263         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
16264         for dynamic assemblies. Fixes #78724.
16265
16266 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
16267
16268         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
16269         Fixes #78722.
16270
16271 2006-06-21  Martin Baulig  <martin@ximian.com>
16272
16273         * reflection.c
16274         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
16275         fixes #76484.
16276
16277 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
16278
16279         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
16280
16281 2006-06-20  Raja R Harinath  <rharinath@novell.com>
16282
16283         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
16284         nor TYPEREFs.
16285         * class.c (mono_class_create_from_typespec): Add 'context' argument.
16286         Inflate result if necessary.
16287         (mono_class_get_full): Remove old version.  Rename from
16288         'mono_class_get' and add 'context' argument.  Pass it to
16289         ..._create_from_typespec.
16290         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
16291         (mono_ldtoken): Revert change below.
16292
16293 2006-06-20  Martin Baulig  <martin@ximian.com>
16294
16295         * class.c (mono_ldtoken): Don't pass the generic context to
16296         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
16297
16298 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
16299
16300         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
16301         and later freeing it. Fixes #78638.
16302
16303 2006-06-15  Miguel de Icaza  <miguel@novell.com>
16304
16305         * icall.c (mono_class_get_throw): Revert over-zealous error
16306         throwing, the caller for mono_class_get_throw will cope with
16307         errors when classes are not properly initialized already.
16308
16309         The code still copes with loader exceptions though.
16310
16311         Fixes the regression in reftype1 and reftype3 from the CAS tests.
16312         
16313 2006-06-14  Miguel de Icaza  <miguel@novell.com>
16314
16315         Fixes the `make run1' version of RuntimeAbort (to be commited,
16316         source is in Bugzilla).
16317         
16318         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
16319         FALSE on class loading failure instead of returning true.
16320
16321         * class.c (mono_class_create_from_typedef): It is possible for
16322         mono_metadata_interfaces_from_typedef_full to fail if a class is
16323         not found, cope with this.
16324         
16325
16326 2006-06-14  Dick Porter  <dick@ximian.com>
16327
16328         * socket-io.c: 
16329         * process.c: Fix a bunch of signed/unsigned warnings from gcc
16330         4.1.1
16331
16332 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
16333
16334         * culture-info-table.h : oops, forgot to make it nsync with r61548.
16335
16336 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16337
16338         * icall.c: Another fix for building mono in Visual Studio.
16339
16340 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16341
16342         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
16343         
16344 2006-06-09  Martin Baulig  <martin@ximian.com>
16345
16346         * debug-mono-symfile.c: Put this back and really fix it this
16347         time. Sorry for all the trouble.
16348
16349 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
16350
16351         * icall.c (mono_class_get_throw): Fix a warning.
16352         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
16353         ReflectionTypeLoadException if needed. Fixes #78606.
16354
16355         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
16356         (mono_class_init): Ditto.
16357
16358         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
16359         ref_only exceptions.
16360         (mono_loader_clear_error): Make this work even if there is no error.
16361
16362 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
16363
16364         * object-internals.h marshal.c marshal.h icall.c: Implement method 
16365         Marshal.GetComSlotForMethodInfo using internal call.
16366
16367 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
16368
16369         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
16370         a function for signalling it.
16371
16372         * class.c (mono_class_from_typeref): Use the new kind of loader error when
16373         a referenced assembly is not found.
16374
16375         * loader.c (mono_loader_error_prepare_exception): Add support for 
16376         LOADER_ERROR_ASSEMBLY. Fix formatting.
16377
16378 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16379
16380         * domain.c appdomain.c class-internals.h marshal.c: Add support 
16381         for VARIANT marshalling on windows and increment corlib version
16382         since Variant struct was added.
16383
16384 2006-06-03  Miguel de Icaza  <miguel@novell.com>
16385
16386         * debug-mono-symfile.c: Revert Martin's previous patch which broke
16387         stack trace line information:
16388
16389         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
16390         (Martin) when looking up B which is between A and C, return A not C.
16391
16392         Bug is #78573.
16393
16394         Thanks to Alexander Olk for tracking this down.
16395
16396 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
16397
16398         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
16399         
16400         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
16401         avoid clobbering its value.
16402         (mono_string_to_lpstr): Fix a warning on windows.
16403
16404 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16405
16406         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
16407
16408         * reflection.c loader.c: Removed references to 'dummy' flag.
16409
16410         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
16411
16412         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
16413         it gets GC tracking.
16414
16415         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
16416         GC tracking.
16417         
16418         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
16419
16420         * marshal.c threadpool.c: Update callers of mono_async_result_new.
16421
16422         * appdomain.c: Bump corlib version.
16423
16424 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16425
16426         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16427         CEE_STIND_REF when working with object references.
16428
16429 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16430
16431         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
16432         Fixes #78539.
16433
16434 2006-05-30  Miguel de Icaza  <miguel@novell.com>
16435
16436         * loader.c (method_from_memberref): Fix argument value for
16437         mono_loader_set_error_method_load (I was passing the MonoClass
16438         instead of the class name char *).
16439
16440 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16441
16442         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16443         CEE_STIND_REF when working with object references.
16444
16445 2006-05-30  Martin Baulig  <martin@ximian.com>
16446
16447         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
16448         mono_method_full_name() change and replace the ':' with a '.'
16449         here.
16450
16451 2006-05-30  Martin Baulig  <martin@ximian.com>
16452
16453         * debug-mono-symfile.c
16454         (mono_debug_symfile_lookup_location): Fix the algorithm:
16455         when looking up B which is between A and C, return A not C.
16456
16457 2006-05-29  Martin Baulig  <martin@ximian.com>
16458
16459         * mono-debug.h
16460         (MonoDebugMethodInfo): Make the typedef public.
16461         (MonoDebugSourceLocation): New public struct.
16462
16463         * mono-debug.c
16464         (mono_debug_source_location_from_address): Removed.
16465         (mono_debug_source_location_from_il_offset): Removed.
16466         (mono_debug_il_offset_from_address): Removed.
16467         (mono_debug_address_from_il_offset): Removed.
16468         (mono_debug_lookup_method): New public function.
16469         (mono_debug_lookup_source_location): New public function; replaces
16470         the old mono_debug_source_location_from_*() functions; see the
16471         inline documentation.
16472         (mono_debug_free_source_location): New public function.
16473         (mono_debug_print_stack_frame): New public function; see the
16474         inline documentation.
16475
16476         * debug-mono-symfile.c
16477         (mono_debug_find_source_location): Renamed into
16478         mono_debug_symfile_lookup_location(); only take a
16479         `MonoDebugMethodInfo *' and an `offset' argument; added inline
16480         documentation.
16481         (mono_debug_find_method): Renamed into
16482         mono_debug_symfile_lookup_method().
16483
16484 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
16485
16486         * assembly.c (mono_assembly_open_full): Dont overwrite the status
16487         returned by mono_image_open_full ().
16488
16489         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
16490         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
16491         #78517.
16492
16493         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
16494         #78518.
16495
16496 2006-05-27  Miguel de Icaza  <miguel@novell.com>
16497
16498         * class.c (mono_class_from_typeref): handle missing images
16499         earlier, deals with bug #78418.   Refactor code; 
16500
16501         Fix a warning introduced in my previous commit (some stale code
16502         from before I revisited my patch).
16503
16504         * class.c (mono_class_create_from_typedef): On failure, remove the
16505         class from the MonoImage->class_cache as the class is not
16506         initialized;   Fixes the leak pointed out by Paolo.
16507
16508 2006-05-25  Dick Porter  <dick@ximian.com>
16509
16510         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
16511         DeleteCriticalSections until I figure out which one may still be
16512         sometimes locked when mono_thread_cleanup is called.
16513
16514 2006-05-24  Dick Porter  <dick@ximian.com>
16515
16516         * threads.c (mono_thread_cleanup): Move the threading cleanup out
16517         of mono_thread_manage and back into its own function, so it can be
16518         called after the finalizer thread has finished.
16519
16520         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
16521
16522 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
16523
16524         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
16525         Fixes #78495.
16526
16527         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
16528         with non-blittable elements.
16529         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
16530
16531 2006-05-24  Martin Baulig  <martin@ximian.com>
16532
16533         * mono-debug-debugger.h (MonoDebuggerEvent): Added
16534         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
16535
16536         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
16537         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
16538         `mono_debugger_event_handler' to NULL.
16539
16540 2006-05-24  Martin Baulig  <martin@ximian.com>
16541
16542         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
16543
16544 2006-05-24  Martin Baulig  <martin@ximian.com>
16545
16546         * mono-debug-debugger.h
16547         (mono_debugger_create_notification_function): Added
16548         `MonoCodeManager *' argument.
16549
16550 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
16551
16552         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
16553
16554 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
16555
16556         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
16557         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
16558         implementation.
16559
16560 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
16561
16562         * icall.c: precise GC support: objects can't be stored in unmanaged
16563         memory anymore, even if they are kept alive by other references: since
16564         they can move the GC needs to be able to always find them.
16565
16566 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16567
16568         * object.c: precise GC support for static fields. Support
16569         for moving GCs: write barriers and pinned allocation for interned
16570         strings.
16571
16572 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16573
16574         * domain.c, domain-internals.h: precise GC support for the MonoDomain
16575         structure.
16576
16577 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16578
16579         * class.c, gc.c: sgen and precise GC updates.
16580
16581 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16582
16583         * marshal.h, marshal.c: added write barrier wrapper and precise type
16584         fixes.
16585
16586 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
16587
16588         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
16589         support.
16590
16591 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
16592
16593         * reflection.c: precise and sgen GC updates.
16594
16595 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
16596
16597         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
16598
16599 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
16600
16601         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
16602
16603 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
16604
16605         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
16606         MONO_TYPE_OBJECT. Fixes #78462.
16607
16608 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
16609
16610         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
16611         and blittable types.
16612
16613 2006-05-17  Miguel de Icaza  <miguel@novell.com>
16614
16615         * class.c (mono_class_get_exception_for_failure): Implement parts
16616         of a TODO: if the loader error is set (instead of the class
16617         error), we return a Loader exception that can be properly thrown
16618         elsewhere.
16619
16620         This was exposed by some Winforms 2.0 code that I tried to run
16621         (Atsushi pointed me to it).
16622
16623 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
16624
16625         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
16626         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
16627         
16628         * marshal.c (emit_marshal_vtype): Add limited support for 
16629         UnmanagedType.LPStruct. Fixes #78427.
16630
16631         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
16632         Applied a patch from kangaroo to fix #77523.
16633
16634 2006-05-17  Martin Baulig  <martin@ximian.com>
16635
16636         * threads.c
16637         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
16638         (debugger_thread_created): Removed.
16639         (debugger_thread_exited): Removed.
16640
16641 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
16642
16643         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16644
16645         * object-internals.h (MonoReflectionResource): Sync with managed version.
16646
16647 2006-05-12  Wade Berrier <wberrier@novell.com>
16648
16649         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
16650
16651 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
16652
16653         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
16654         functions try to allocate from the image mempool.
16655
16656 2006-05-12  Dick Porter  <dick@ximian.com>
16657
16658         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
16659
16660 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
16661
16662         * object.c: The FieldGetter and FieldSetter methods require the full
16663         name of the class, not only the name. Fixes bug #78277.
16664
16665 2006-05-11  Miguel de Icaza  <miguel@novell.com>
16666
16667         * loader.c (method_from_memberref): Do not pass the NULL klass to
16668         mono_loader_set_error_() methods.  Pass the non-NULL value
16669         (class). 
16670
16671 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
16672
16673         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
16674         (mono_assembly_close): Null out assembly->image->references after freeing it.
16675
16676         * image.c (mono_image_close): Free image->references.
16677         
16678         * reflection.c (mono_image_basic_init): Fix a small memory leak.
16679
16680 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16681
16682         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
16683         before checking if it's NULL (g_assert).
16684
16685 2006-05-10  Martin Baulig  <martin@ximian.com>
16686
16687         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
16688         I thought I already killed that two months ago, but now it somehow reappeared.
16689
16690 2006-05-10  Martin Baulig  <martin@ximian.com>
16691
16692         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
16693
16694 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
16695
16696         * reflection.c: Allocate memory for dynamically created methods in the image
16697         mempools.
16698
16699 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16700
16701         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
16702         don't use the ad pointer before checking if it's NULL (g_assert).
16703
16704 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
16705
16706         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
16707         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
16708
16709         * marshal.c: Allocate all signatures from mempools.
16710
16711         * marshal.c: Allocate some more signatures from mempools.
16712
16713 2006-05-09  Miguel de Icaza  <miguel@novell.com>
16714
16715         * object.c (mono_load_remote_field): The code used to provide a
16716         temporary variable for returning results if the user did not
16717         provide a result pointer.  But our temporary variable was allocted
16718         on the satck.
16719
16720         Fix calling code to always pass a result area.   Coverity ID 103.
16721
16722 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
16723
16724         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
16725         value, not the old. Fixes #78312.
16726         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
16727
16728         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
16729         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
16730         per-image cache.
16731
16732         * assembly.c (mono_assembly_close): Free image->references.
16733
16734         * assembly.c (mono_assembly_names_equal): Fix a warning.
16735         (mono_assemblies_cleanup): Cleanup more global data.
16736
16737         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
16738
16739         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
16740         ptr_cache and image->modules.
16741
16742         * image.c (mono_image_init): Allocate array_cache lazily.
16743         
16744 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16745
16746         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
16747         behavior was changed recently and has bad side effects.
16748
16749 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
16750
16751         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
16752         
16753         * assembly.c (mono_assembly_close): Remove a debug printf.
16754
16755         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
16756
16757         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
16758         to also allow for temporary references between mono_image_open ()/close ().
16759
16760         * domain.c (get_runtimes_from_exe): Add a FIXME.        
16761
16762 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
16763
16764         * marshal.c: Fix support for dynamic methods.
16765
16766         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
16767
16768         * marshal.c (mono_marshal_cleanup): New cleanup function.
16769
16770         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
16771         image mempools.
16772
16773         * class.c (mono_class_init): Fix leaking class->nested_classes.
16774
16775         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
16776
16777         * image.c (mono_image_init): Initialize the new cashes.
16778
16779         * image.c (mono_image_close): Destroy the new cashes.
16780
16781         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
16782
16783         * mempool.c (mono_mempool_strdup): New helper function.
16784
16785         * class-internals.h: Add prototype for mono_loader_unlock ().
16786
16787         * domain.c (mono_jit_info_table_find): Fix a warning.
16788         (mono_debugger_check_runtime_version): Ditto.
16789
16790         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
16791         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
16792         functions to these modules.
16793
16794         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
16795         metadata modules.
16796         
16797         * marshal.c (mono_free_bstr): Fix a warning.
16798
16799         * assembly.c (mono_assembly_open_full): Fix another small leak.
16800
16801         * object.c: Fix some unload leaks in the remoting code.
16802
16803         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
16804         function.
16805
16806         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
16807
16808         * reflection.c: Fix some unload leaks in dynamic assemblies.
16809
16810 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
16811
16812         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
16813         * marshal.h: Add BSTR support on Win32
16814         * icall.c: Add BSTR icalls
16815         * metadata.h: Add BSTR enums
16816
16817 2006-04-28  Miguel de Icaza  <miguel@novell.com>
16818
16819         Work to catch the crash from #76795 and turn it into an
16820         exception.   As I stubbed out pieces of the VisualBasic support,
16821         I found a number of places where the code was failing and I added
16822         checks to those places. 
16823         
16824         * metadata.c (do_mono_metadata_parse_generic_class): Make this
16825         function return a status code.  If we fail to parse the signature
16826         from mono_metadata_parse_generic_inst, return FALSE.
16827
16828         * loader.c (mono_get_method_from_token): If we fail to load the
16829         method (mono_class_get) return NULL.   
16830
16831         * (method_from_memberref): Return NULL if we are unable to parse
16832         the method signature
16833
16834         (mono_loader_error_prepare_exception): Since we now use the
16835         loader_error flag internally to stop processing, and obtaining
16836         exceptions that might be thrown will walk this code path the
16837         proper way of going from a MonoLoaderError into a
16838         MonoException was convoluted.   This new routine encapsulates the
16839         process of turning the error into an exception and *clearing* the
16840         error afterwards.
16841         
16842 2006-04-27  Miguel de Icaza  <miguel@novell.com>
16843
16844         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
16845         with missing assemblies), and to cope with:
16846
16847                 * Missing fieldref from a non-existing assembly.
16848                 * Missing methodref from a non-existing assembly.
16849
16850         The first batch of work to address *some* of the issues from 76661.
16851         
16852         * object.c (mono_class_create_runtime_vtable): If we fail to
16853         initialize the class raise the exception here. 
16854
16855         * metadata.c (mono_class_get_overrides_full): If any methods fail
16856         to load return the failure to the caller.
16857
16858         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
16859         flagging assemblies that failed to load.   
16860
16861         Do not crash if we are unable to load the assembly.
16862
16863         (mono_assembly_close): Do nothing with REFERENCE_MISSING
16864         assemblies. 
16865
16866         * loader.c (mono_loader_set_error_type_load): Change the
16867         convention to always pass unallocated strings, so we make our own
16868         copies (I know our own code had duplicated strings before, but
16869         this keeps the normal conventions).
16870         (method_from_memberref): Call mono_loader_set_error_method_load
16871         for all possible failures of loading the class. 
16872         Remove assert, turn into a loader error.
16873
16874         (mono_loader_error_to_exception): Move this routine from mini
16875         (mini_loader_error_to_exception) there was no need to have that in
16876         mini. 
16877
16878         * class.c (mono_class_from_typeref): If we were not able to load
16879         the assembly with mono_assembly_load_reference, call the
16880         mono_loader_set_error_type_load to register the problem.
16881
16882         (mono_class_setup_fields): If we fail to load the type from
16883         mono_metadata_parse_type_full, call mono_class_set_failure and
16884         break from the loop.
16885
16886         If class->exception_type is set, we do not layout the fields as
16887         that might crash the runtime, and instead return (from breaking
16888         from the previous loop).
16889
16890         (mono_class_setup_vtable): This now returns a boolean indicating
16891         whether the table was properly setup.   The decision is driven by
16892         mono_class_get_overrides_full which might run into non-existing
16893         methods. 
16894         
16895         (mono_class_init): Returns TRUE on success or FALSE if there was a
16896         problem in loading the type (incorrect assemblies, missing
16897         assemblies, methods, etc).
16898
16899         When we call mono_class_setup_fields we also check for a potential
16900         error inside this call (either a class exception or a general
16901         loader exception).
16902
16903         (mono_class_create_from_typedef): If the parent fails to load
16904         (calling mono_class_get_full) return NULL.
16905         
16906         ** Important **
16907
16908         calls to mono_metadata_parse_type_full should be checked
16909         everywhere and set the mono_class_set_failure
16910         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
16911
16912         The current patch checks the places where my manually constructed
16913         tests show the errors are showing up, but we should do it
16914         everywhere. 
16915
16916         ** Important2 **
16917
16918         mono_class_init return values should be tested everywhere, like
16919         the previous case this is something that we should audit
16920         everywhere and not only on the cases exposed by the tests I
16921         created. 
16922
16923 2006-04-26  Miguel de Icaza  <miguel@novell.com>
16924
16925         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
16926         boolean parameter and instead pass the information on `options'
16927         parameter (FileOptions).
16928
16929         * icall.c: Register the new signature for MonoIO.Open.
16930
16931         * debug-helpers.c (dis_one): Trying to understand how coverity
16932         works.  Fix Run 5, item 78.
16933
16934 2006-04-26  Dick Porter  <dick@ximian.com>
16935
16936         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
16937         dereference.
16938
16939 2006-04-25  Martin Baulig  <martin@ximian.com>
16940
16941         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
16942
16943         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
16944         debugger_thread_created().
16945         (debugger_gc_push_all_stacks): Don't handle the main thread in any
16946         special way.
16947         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
16948         (mono_debugger_finalize_threads): New function; undo the effects
16949         of mono_debugger_init_threads().
16950         (mono_debugger_create_all_threads): Removed.
16951
16952 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
16953
16954         * image.c (mono_image_close): Tidy up trace messages.
16955
16956         * assembly.c (mono_assembly_close): Ditto.
16957
16958         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
16959         no longer references an already freed assembly. Fixes #78168.
16960
16961 2006-04-21  Dick Porter  <dick@ximian.com>
16962
16963         * threads.c (mono_thread_detach): Fix reference counting when
16964         detaching threads.
16965
16966 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
16967
16968         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
16969         #78155.
16970
16971 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
16972
16973         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
16974         (mono_type_to_stind): Ditto.
16975
16976         * marshal.c: Use the new helper functions to simplify code.
16977
16978         * image.c (mono_image_close): Add some code for help debug assembly unloading
16979         problems.
16980
16981         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
16982         image mempool.
16983
16984         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
16985         assembly was already loaded in another appdomain. Fixes #78083.
16986
16987 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
16988
16989         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
16990         referenced assemblies.
16991         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
16992
16993         * domain.c (mono_domain_free): Add a trace message.
16994
16995         * appdomain.c (add_assemblies_to_domain): Ditto.        
16996
16997         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
16998         field.  
16999
17000 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17001
17002         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
17003
17004 2006-04-12  Martin Baulig  <martin@ximian.com>
17005
17006         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
17007         `USE_INCLUDED_LIBGC'.   
17008
17009 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17010
17011         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
17012         the patch contains ../ and a small directory name later. Hopefully fixes
17013         #78035.
17014
17015 2006-04-10  Martin Baulig  <martin@ximian.com>
17016
17017         Clean up the debugger's thread-handling code.
17018
17019         The debugger's thread-handling code has been moved from
17020         ../mini/debug-debugger.c to threads.c.  We now iterate directly
17021         over the `threads' hash, keep track of exiting threads and also
17022         use proper locking.
17023
17024         We can now debug XSP and XSP based applications with the debugger.
17025
17026         * object-internals.h (MonoThread): Added `gpointer end_stack'.
17027
17028         * threads.h
17029         (MonoThreadCallbacks): Removed; this was only used by the debugger.
17030         (mono_install_thread_callbacks): Likewise.      
17031
17032         * threads.c (mono_thread_callbacks): Removed.
17033         (debugger_thread_created, debugger_thread_exited): New static functions.
17034         (start_wrapper): Call debugger_thread_created().
17035         (thread_cleanup): Call debugger_thread_exited().
17036         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
17037         (mono_debugger_init_threads): New public function.
17038         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
17039         iterate directly over the `threads' hash and also use proper locking.
17040
17041         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
17042
17043         * mono-debug-debugger.h
17044         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
17045
17046 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17047
17048         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
17049         argument type=array. Fixes #78057.
17050
17051 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
17052
17053         * culture-info-table.h : regenerated. Fixed bug #69652.
17054
17055 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17056
17057         * loader.c metadata.c: Reapply a variant r59116.
17058         
17059         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
17060
17061         * class.c (mono_class_setup_interface_offsets): New internal function.
17062
17063         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
17064         interfaces too. Fixes #77398.
17065
17066         * reflection.c (encode_cattr_value): Add support for 
17067         parameter type=object, argument type=array.
17068         (load_cattr_value): Ditto. Fixes #77916.
17069
17070         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
17071         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
17072
17073         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
17074         a byval char array and CharSet is Ansi.
17075
17076         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
17077
17078 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
17079
17080         * metadata.c: Add some locking comments.
17081         
17082         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
17083         mempool.
17084         (mono_metadata_free_method_signature): Don't free the signature itself.
17085
17086         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
17087
17088         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
17089         reference the same MonoImage.
17090         (mono_assembly_load_from_full): Add an assert.
17091
17092 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17093
17094         * image.c (mono_image_close): Don't put the image we are about to free into the
17095         loaded_images_guid_hash.
17096
17097         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
17098         to reduce code duplication.
17099
17100         * marshal.c: Register the native functions called by this module as icalls, to
17101         somewhat centralize the creation of MonoMethodSignature's.
17102
17103         * loader.c (mono_method_signature): Add a cache for method signatures.
17104
17105         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
17106         the parameter attributes of a method.
17107         (mono_metadata_parse_method_signature_full): Refactored the computation of
17108         parameter attributes into a separate function. Also avoid one allocation in
17109         most cases.
17110
17111         * assembly.c (mono_assembly_close): Ditto.
17112
17113         * image.c (mono_image_close): Log trace messages with INFO level.
17114
17115         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
17116
17117         * image.c reflection.c: Correct reference counting of image modules.
17118         
17119         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
17120         of this function from the image mempool.
17121         
17122         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
17123         to allow more cached types to be used.
17124
17125         * mono-debug.c (mono_debug_add_method): Appled patch from
17126         David S. Miller  <davem@sunset.davemloft.net>: Access 
17127         minfo->lexical_blocks[] entry elements using read32().
17128
17129 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17130
17131         * loader.c (mono_free_method): No longer free the method header for non-dynamic
17132         methods as it is allocated from the mempool.
17133
17134         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
17135         image mempool.
17136
17137         * metadata-internals.h: Add comments describing the reference counting scheme
17138         used for MonoImage and MonoAssembly.
17139
17140         * image.c assembly.c reflection.c: Rework reference counting of images and 
17141         assemblies so they are freed when the runtime is shut down. Free some 
17142         additional memory structures when an image is unloaded.
17143         
17144 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17145
17146         * class.c loader.c reflection.c: Allocate more data structures in
17147         the image mempool.
17148
17149 2006-03-31  Miguel de Icaza  <miguel@novell.com>
17150
17151         * icall.c
17152         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
17153         build on pre glib 2.4 systems.
17154
17155 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17156
17157         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
17158
17159         * icall.c: Fix some warnings.
17160
17161 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
17162
17163         * culture-info-table.h : regenerated.
17164
17165 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
17166
17167         * threads.c, object-internals.h, verify.c: changed the culture caching
17168         code to use a normal MonoArray for storage so the GC can keep track of
17169         them easily. Fixed bits of the cache logic, too and simplified the
17170         code.
17171
17172 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
17173
17174         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
17175         thread for non-Boehm GCs.
17176
17177 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17178
17179         * domain.c, object.c, domain-internals.h: reduce the amount of memory
17180         needed to keep track of the data for static fields.
17181
17182 2006-03-29  Raja R Harinath  <rharinath@novell.com>
17183
17184         Fix #75172
17185         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
17186         for interface classes.  Use 'num_methods' instead.
17187         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
17188         before using '->vtable_size' field.
17189
17190 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17191
17192         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
17193         doesn't contain managed pointers, so use a normal hashtable.
17194
17195 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17196
17197         * reflection.c, class-internals.h, domain.c: fixed handling of types
17198         used as values for objects in custom attributes (bug #77915):
17199
17200 2006-03-24  Martin Baulig  <martin@ximian.com>
17201
17202         * class.c (mono_class_setup_fields): Added support for generic
17203         instances; fixes #77580.
17204
17205 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17206
17207         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
17208
17209 2006-03-24  Dick Porter  <dick@ximian.com>
17210
17211         * file-io.c (get_file_attributes): More stat macro breakage.
17212         Fixes bug 77759.
17213
17214 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
17215
17216         * profiler.c: added the file=filename option in the default profiler
17217         to output the profile data to filename.
17218
17219 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17220
17221         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
17222         bug #77877.
17223
17224 2006-03-22  Martin Baulig  <martin@ximian.com>
17225
17226         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
17227         allocated `MonoClassField *' in `fb->handle'.
17228
17229 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17230
17231         * class.c, image.c, metadata-internals.h: implemented new mechanism to
17232         allocate interface ID to save memory and allow better ID reuse on
17233         appdomain unload. setup_generic_vtable () removal from Martin.
17234
17235 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17236
17237         * object.h, appdomain.c, domain.c, exception.c, icall.c,
17238         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
17239         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
17240         write barriers for reference stores with managed objects accessed with
17241         C structures in the runtime and in embedding programs.
17242
17243 2006-03-20  Raja R Harinath  <rharinath@novell.com>
17244
17245         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
17246         'interface_id' and 'max_interface_id' fields of MonoClasses
17247         representing open generic types.
17248
17249 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
17250
17251         * object.h, object.c, icall.c: added functions to deal with
17252         storing valuetypes that contain references in managed objects.
17253         * reflection.c, string-icalls.c, threads.c, marshal.c: small
17254         fixes and comments around uses of mono_array_addr ().
17255
17256 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
17257
17258         * object.h, icall.c, monitor.c: object.GetHashCode ()
17259         implementation that supports the moving garbage collector.
17260
17261 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
17262
17263         * icall.c, threads-types.h, threads.c: implemented finalizer for
17264         LocalDataStoreSlot.
17265
17266 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17267
17268         * metadata.c (mono_type_size): Add a fixme.
17269         (mono_type_stack_size): Ditto.
17270
17271         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
17272         'type_forwarders' field.
17273
17274         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
17275         attribute from net 2.0.
17276
17277         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
17278         from class.c.
17279
17280         * class.c (mono_class_setup_fields): Fix a warning.
17281         
17282         * class.c (mono_class_from_name): Add support for assemblyref entries
17283         in the EXPORTEDTYPE table.
17284
17285         * reflection.c: Add support for handling type forwarders under net 2.0.
17286
17287         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
17288         
17289 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17290
17291         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
17292         overwriting entries in ModuleBuild->types, also clean up the code
17293         a little. Fixes #77774.
17294
17295 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17296
17297         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
17298         load friend assembly info when present.
17299
17300 2006-03-14  Raja R Harinath  <rharinath@novell.com>
17301
17302         Fix crasher on gtest-158.cs.
17303         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
17304         the return value if the MonoClass we want is yet in an
17305         inconsistent state.
17306         * class.c (mono_class_create_from_typedef): Add an comment
17307         explaining an order dependency between mono_class_setup_parent and
17308         mono_class_setup_mono_type.
17309
17310 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
17311
17312         * class.c: documentation updates and events bug fix.
17313
17314 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17315
17316         * class.c: some cleanup, locking fixes.
17317
17318 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17319
17320         * class.c: fix the generics code to setup nested
17321         type info to the instantiated type (bug #77770).
17322
17323 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17324
17325         * marshal.c: fixed a few type correctness issues.
17326
17327 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17328
17329         * loader.c: the Set/Get/Addrtess array methods should be public.
17330
17331 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17332
17333         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
17334         
17335         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
17336         info->wrapper.
17337
17338 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17339
17340         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
17341
17342         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
17343
17344         * mempool.c (mono_mempool_alloc): Speed this up a bit.
17345         (mono_mempool_alloc0): Ditto.
17346
17347 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17348
17349         * socket-io.c:
17350         (create_object_from_sockaddr): it was allocating 4 extra bytes
17351         for the AF_UNIX data. Fixes bug #77747.
17352
17353 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17354
17355         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
17356
17357 2006-03-09  Dick Porter  <dick@ximian.com>
17358
17359         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
17360         Fixes bug 76966 again.
17361
17362 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17363
17364         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
17365         names from r57532
17366         * appdomain.c: Bumped corlib version to 48 (due to r57532)
17367
17368 2006-03-07  Martin Baulig  <martin@ximian.com>
17369
17370         * object.c
17371         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
17372
17373 2006-03-07  Martin Baulig  <martin@ximian.com>
17374
17375         * class.c
17376         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
17377         regression introduced in r56970; see gtest-252.cs.
17378
17379         * loader.c (mono_get_method_constrained): Correctly handle generic
17380         methods; see gtest-253.cs.
17381
17382 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17383
17384         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
17385
17386 2006-03-04  Martin Baulig  <martin@ximian.com>
17387
17388         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
17389         compute the parent type at runtime, just like we're already doing
17390         it for interfaces.
17391
17392         * reflection.c
17393         (mono_reflection_bind_generic_parameters): Don't compute the
17394         parent type anymore.
17395
17396         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
17397
17398 2006-03-04  Martin Baulig  <martin@ximian.com>
17399
17400         * mono-debug-debugger.h
17401         (mono_debugger_create_notification_function): Allocate memory at
17402         runtime and return a pointer to it.
17403
17404 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
17405
17406         * assembly.c: Fix windows build.
17407         
17408         * assembly.c: Fix build.
17409
17410         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
17411
17412         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
17413         
17414 2006-03-03  Dick Porter  <dick@ximian.com>
17415
17416         * process.c
17417         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
17418         Check parameters before dereferencing them.  Fixes Aaron's part of
17419         bug 77393.
17420
17421 2006-03-03  Raja R Harinath  <rharinath@novell.com>
17422
17423         Fix performance regression.
17424         * loader.c (find_method_in_class): Add 'from_class' argument.
17425         Rename 'klass' argument to 'in_class'.  The signature is compared
17426         against the method in 'in_class', and the corresponding method is
17427         returned from 'from_class'.
17428         (find_method): Walk both 'in_class' and 'from_class' in parallel.
17429         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
17430         type definition and generic instantiation in parallel.
17431         (mono_get_method_constrained): Update to changes.
17432
17433 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17434
17435         * threads.c: make sure the domain is correct, too when doing
17436         mono_thread_attach ().
17437
17438 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
17439
17440         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
17441         windows. Fixes #77683.
17442
17443 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17444
17445         * object.h, *: introduced specific way to set elements of an array
17446         of references to be used as write barrier. Still need to audit the
17447         uses of mono_array_addr.
17448
17449 2006-03-01  Miguel de Icaza  <miguel@novell.com>
17450
17451         * object-internals.h: New field to cache the assmebly name, patch
17452         from Tambet Ingo (tambet@ximian.com)
17453
17454 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17455
17456         * decimal.h, class-internals.h, metadata-internals.h,
17457         file-io.h: mark a few function declarations as internal, to
17458         reduce the number of PLT entries.
17459
17460 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17461
17462         * file-io.c: fix typo in warning message.
17463
17464 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
17465
17466         * loader.c: on unix, lookup the "*A" version of a function
17467         if charset is auto as a second option before failing.
17468
17469 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17470
17471         * class.h (mono_class_inflate_generic_method): Revert to two
17472         argument version.
17473         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
17474         (mono_class_inflate_generic_method_full): Add.
17475         * class.c (mono_class_inflate_generic_method_full): Rename from
17476         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
17477         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
17478         * loader.c, reflection.c: Update to changes.
17479
17480 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17481
17482         * icall.c: const fixes and small improvements.
17483
17484 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17485
17486         * threadpool.c: for asynchronous connect(), enable the same workaround
17487         for BSD 6 as for the Mac. Fixes bug #77637.
17488
17489 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17490
17491         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
17492         formatted classes. Fixes #77524.
17493
17494 2006-02-24  Raja R Harinath  <rharinath@novell.com>
17495
17496         * class.c (inflate_generic_type): Add a couple more
17497         micro-optimizations.
17498         (inflate_generic_context): Don't use the 'gmethod' from
17499         'inflate_with'.
17500         (mono_class_inflate_generic_method): If the method has generic
17501         parameters, but the passed-in context doesn't have a 'gmethod',
17502         create one.  Use the possibly simplified generic instantiation
17503         from the declaring class instead of the one passed in.
17504
17505 2006-02-24  Raja R Harinath  <harinath@gmail.com>
17506
17507         Make generic method signature and method header handling lazy.
17508         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
17509         (inflate_generic_header): Likewise.
17510         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
17511         parameter to avoid inflating types.
17512         (mono_get_inflated_method): Empty out.
17513         * class.h (mono_class_inflate_generic_method): Update to changes.
17514         * loader.c (mono_get_method_from_token): Don't parse signature for
17515         generic methods, nor methods of generic classes.
17516         (mono_method_signature): Rename from 'mono_method_signature'.
17517         Inflate signature on demand.
17518         (mono_method_get_header): Inflate method header on demand.
17519         * reflection.c: Update to changes.
17520
17521 2006-02-23  Raja R Harinath  <rharinath@novell.com>
17522
17523         * metadata.c (mono_metadata_inflate_generic_inst): If the
17524         instantiation is closed, don't bother expanding it in the new
17525         context.
17526         * class.c (inflate_generic_class): If the generic instantiation
17527         doesn't change after inflation, return the argument itself.
17528         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
17529         Add bounds checks.
17530         (inflate_generic_context): If neither the generic class nor the
17531         generic method instantiations change, return the original context.
17532         * reflection.c (mono_method_get_object): Do
17533         'mono_get_inflated_method' before accessing the ->klass field.
17534         (inflate_mono_method): Don't create a MonoGenericMethod unless
17535         necessary.
17536         (inflate_method): Don't pass a constructed type as the declaring
17537         type of a methodbuilder.
17538
17539 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
17540
17541         * object.c: fix memory overwrite.
17542
17543 2006-02-22  Dick Porter  <dick@ximian.com>
17544
17545         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
17546         it doesn't work any more.
17547         (mono_threads_request_thread_dump): Fix unused variable warnings.
17548
17549 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17550
17551         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
17552         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
17553         the public header file.
17554
17555 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
17556
17557         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
17558
17559 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
17560
17561         * class-internals.h, object.c: reduce the size of MonoVTable
17562         and store the interface_offsets array at negative offsets.
17563
17564 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
17565
17566         * metadata.c: tweak table descriptors data structures to reduce
17567         size and runtime relocations.
17568
17569 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17570
17571         * marshal.c: fix some types and opcodes to be type-safe
17572         in marshaling wrappers.
17573
17574 2006-02-21  Ankit Jain  <jankit@novell.com>
17575
17576         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
17577
17578 2006-02-21  Raja R Harinath  <rharinath@novell.com>
17579
17580         * metadata.c (get_constraints): Relax debugging checks for monodis.
17581
17582 2006-02-21  Ankit Jain  <jankit@novell.com>
17583
17584         * metadata.c (mono_metadata_load_generic_params): Move the code
17585         checking for ambiguous generic params from here to mono/dis/get.c
17586         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
17587
17588 2006-02-21  Raja R Harinath  <harinath@gmail.com>
17589
17590         Fix assertion triggered when compiling nemerle.
17591         * class.c (mono_get_shared_generic_inst): Rename from
17592         get_shared_inst and make non-static.
17593         * loader.c (mono_get_shared_generic_method): New.  Used to create
17594         the MonoGenericContext-equivalent of a MonoGenericContainer.
17595         (mono_get_method_from_token): Initialize the 'context' field of
17596         the created MonoGenericContainer.
17597         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
17598         * metadata.c (get_constraints): Add sanity check.
17599         * class-internals.h: Add new internal methods.
17600
17601         * reflection.c (verify_safe_for_managed_space): New sanity check.
17602         Currently checks that owner-less generic parameters aren't allowed
17603         in managed space.
17604         (mono_type_get_object): Use it.
17605         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
17606         that are now in mono_type_get_object.
17607         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
17608
17609 2006-02-19  Raja R Harinath  <harinath@gmail.com>
17610
17611         * metadata.c (mono_type_create_from_typespec): Rename from
17612         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
17613         argument and caching of types in the generic container.
17614         (unwrap_arrays, find_generic_param): Remove.
17615         * metadata-internals.h: Update.
17616         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
17617
17618 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
17619
17620         * class.c (mono_class_get_exception_for_failure): Fix a warning.
17621
17622         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
17623         return values. Fixes #77581.
17624
17625         * class.c (mono_fnptr_class_get): Switch name and name_space.
17626
17627         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
17628         classes and add support for [In, Out] attributes.
17629         (mono_marshal_free_asany): Ditto. Fixes #77524.
17630
17631 2006-02-18  Raja R Harinath  <harinath@gmail.com>
17632
17633         * class.c (mono_class_from_generic_parameter): Make more robust to
17634         incomplete MonoGenericContainers from monodis.
17635
17636 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17637
17638         * class-internals.h: added some more exception types.
17639         * class.c, metadata.c: added a few checks to handle missing
17640         types.
17641
17642 2006-02-17  Raja R Harinath  <rharinath@novell.com>
17643
17644         Use owner-less generic-params some more.
17645         * class.c (my_mono_class_from_generic_parameter): Remove.
17646         (mono_class_from_generic_parameter): Handle null image,
17647         param->name and param->owner.
17648         (mono_class_from_mono_type): Update.
17649         (mono_class_create_from_typespec): Remove 'container' parameter.
17650         If that parameter is non-null, the result is always inflated by
17651         'mono_class_get_full' anyway.
17652         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
17653         parameter.
17654         (mono_class_get_full): Update.
17655
17656         * class.c (inflate_generic_type) [GENERICINST]: If the generic
17657         instance is not open, don't bother inflating.
17658         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
17659         parse metadata for inflated classes.
17660         (_mono_class_get): Change GenericContext* parameter to
17661         GenericContainer*.
17662         (mono_class_create_from_typespec): Likewise.  Simplify, and
17663         implement trivially.  All the cases are handled in
17664         mono_class_from_mono_type.  Don't inflate returned class.
17665         (mono_class_get_full): Delegate GENERICINST optimization to
17666         inflate_generic_type.
17667         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
17668
17669 2006-02-16  Dick Porter  <dick@ximian.com>
17670
17671         * socket-io.c (create_object_from_sockaddr): Fix typo.
17672         (create_sockaddr_from_object): Check array lengths before
17673         potentially accessing items off the end.
17674         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
17675         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
17676         (ves_icall_System_Net_Sockets_Socket_Send_internal)
17677         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
17678         length checks to avoid wraparound overflows.
17679         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
17680         contents of the array of sockets
17681         (hostent_to_IPHostEntry2)
17682         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
17683         Check return value of inet_ntop ().
17684         (addrinfo_to_IPHostEntry): Fix typo
17685
17686 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17687
17688         Type metadata parsing doesn't use generic-instantiation information.
17689         * metadata.c (mono_metadata_parse_array_full): Change
17690         MonoGenericContext* parameter to MonoGenericContainer*.
17691         (mono_metadata_parse_type_full): Likewise.
17692         (mono_type_create_from_typespec_full): Likewise.
17693         (mono_metadata_parse_mh_full): Likewise.
17694         (mono_metadata_parse_generic_inst): Likewise.
17695         (do_mono_metadata_parse_generic_class): Likewise.
17696         (do_mono_metadata_parse_type): Likewise.
17697         * metadata-internals.h: Update to changes.
17698         * class.c (mono_class_find_enum_basetype): Likewise.
17699         (mono_class_setup_fields): Likewise.
17700         (mono_class_create_from_typespec): Likewise.
17701         * loader.c (method_from_methodspec): Likewise.
17702         (mono_get_method_from_token): Likewise.
17703         (mono_method_get_header): Likewise.
17704
17705 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17706
17707         * marshal.c: handle additional GENERICINST case (patch from
17708         Thong Nguyen <tum@veridicus.com>).
17709         Fix a few cases where LDIND_I/STIND_I was used for references.
17710
17711 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17712
17713         * reflection.c (mono_reflection_get_token): Remove unused variable.
17714
17715 2006-02-16  Martin Baulig  <martin@ximian.com>
17716
17717         * reflection.c (mono_reflection_get_token): Add support for fields
17718         in instantiated generic types.
17719
17720         * icall.c
17721         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
17722
17723 2006-02-15  Martin Baulig  <martin@ximian.com>
17724
17725         * icall.c
17726         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
17727         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
17728         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
17729         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
17730
17731 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
17732
17733         * class.c, metadata.c, metadata.h, object.c, icall.c,
17734         marshal.c: changed mono_type_get_underlying_type () to do
17735         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
17736         Fixed handling of instantiated generic valuetypes (bug #75479).
17737
17738 2006-02-15  Raja R Harinath  <rharinath@novell.com>
17739
17740         * metadata.c (mono_metadata_decode_signed_value): Simplify.
17741         Delegate to mono_metadata_decode_value, and work on the returned value.
17742
17743         * icall.c (ves_icall_MonoType_GetGenericArguments):
17744         Add consistency check here too.
17745         
17746 2006-02-15  Ankit Jain  <jankit@novell.com>
17747
17748         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
17749         char/short etc.
17750
17751 2006-02-15  Ankit Jain  <jankit@novell.com>
17752
17753         * metadata.c (mono_metadata_decode_signed_value): New function to decode
17754         signed values, used only for representing lower bounds of arrays.
17755         (mono_metadata_parse_array_full): Use new
17756         mono_metadata_decode_signed_value to decode lower bounds.
17757
17758 2006-02-14  Martin Baulig  <martin@ximian.com>
17759
17760         * reflection.c
17761         (mono_reflection_get_token): Support "MonoGenericMethod" and
17762         "MonoGenericCMethod" and allow generic instances / methods.
17763
17764 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
17765
17766         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
17767         to obtain the terminal size using an ioctl.
17768
17769         * object.c (mono_nullable_init): Revert this as nullable reference
17770         types are not valid.
17771         (mono_nullable_box): Ditto.
17772
17773 2006-02-09  Dick Porter  <dick@ximian.com>
17774
17775         * threads.c (mono_thread_detach): Drop a reference to the thread
17776         we're detaching.
17777
17778 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
17779
17780         * object.c (mono_nullable_init): Handle nullable reference types.
17781         (mono_nullable_box): Ditto. Fixes #77446.
17782
17783 2006-02-07  Martin Baulig  <martin@ximian.com>
17784
17785         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
17786
17787 2006-02-07  Ankit Jain  <jankit@novell.com>
17788
17789         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
17790         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
17791         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
17792         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
17793         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
17794         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
17795
17796 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
17797
17798         * class.c (mono_class_create_generic): Set type_token as well.
17799
17800         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
17801         compatible with MS.
17802
17803 2006-02-02  Martin Baulig  <martin@ximian.com>
17804
17805         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
17806         has never been used so far.
17807
17808 2006-02-02  Martin Baulig  <martin@ximian.com>
17809
17810         * mono-debug-debugger.h: Changed comment at the top of this file;
17811         the header is not installed, but it's safe to #include it from
17812         within the JIT.
17813
17814         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
17815         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
17816
17817 2006-02-02  Martin Baulig  <martin@ximian.com>
17818
17819         * mono-debug.h
17820         (MonoSymbolTable): Removed the `metadata_info' field.
17821
17822         * mono-debug.c
17823         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
17824
17825         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17826         (mono_debugger_add_builtin_types): Removed.
17827         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
17828         (mono_debugger_create_notification_function): We now operate on a
17829         pre-allocated area; take a `gpointer' and return `void'.
17830
17831         * mono-debug-debugger.c
17832         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
17833         (mono_debugger_add_builtin_types): Removed.
17834
17835 2006-02-02  Martin Baulig  <martin@ximian.com>
17836
17837         * threads.c (mono_debugger_create_all_threads): New public method.
17838
17839 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17840
17841         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
17842         breaks on several platforms.
17843
17844 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
17845
17846         * assembly.c: the VS.NET build doesn't supply default values for
17847         MONO_ASSEMBLIES and MONO_CFG_DIR.
17848
17849 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
17850
17851         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
17852         helper function.
17853
17854         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
17855
17856         * loader.c (method_from_memberref): Fix a warning.
17857
17858         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
17859
17860         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
17861         with explicit layout. Fixes #77433.
17862
17863 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
17864
17865         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
17866         max_interface_id is initialized before using it. Fixes #77398.
17867         (ves_icall_Type_GetInterfaces): Ditto.
17868
17869 2006-01-30  Raja R Harinath  <rharinath@novell.com>
17870
17871         * metadata.c (mono_metadata_parse_method_signature_full): Don't
17872         allocate memory for parameter attributes when parsing memberref
17873         signatures.
17874         * loader.c (mono_loader_set_error_method_load): Don't warn.
17875         (method_from_memberref): Ensure MissingMethodException gets thrown
17876         if method is not found.  Make warning more informative.
17877
17878 2006-01-29  Raja R Harinath  <harinath@gmail.com>
17879
17880         Fix #77397
17881         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
17882         return true if is byref.
17883         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
17884         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
17885         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
17886
17887 2006-01-27  Raja R Harinath  <rharinath@novell.com>
17888
17889         Fix tests/find-method.2.il
17890         * loader.c (find_method, find_method_in_class): Remove is_inflated
17891         argument.  Revert 2006-01-18 change.
17892         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
17893         is generic, search for method in its generic definition.
17894         * class.c (mono_class_setup_vtable_general): Print generic
17895         arguments of generic types in debugging printf.
17896
17897 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
17898
17899         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
17900
17901         * threads.c (mono_threads_request_thread_dump): New helper function.
17902
17903 2006-01-25  Raja R Harinath  <rharinath@novell.com>
17904
17905         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
17906
17907 2006-01-25  Ankit Jain  <jankit@novell.com>
17908
17909         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
17910         move definition to ..
17911         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
17912         
17913 2006-01-25  Ankit Jain  <jankit@novell.com>
17914             Raja R Harinath  <rharinath@novell.com>
17915
17916         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
17917         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
17918         as necessary.
17919
17920 2006-01-25  Martin Baulig  <martin@ximian.com>
17921
17922         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
17923         `MonoDebuggerThread' into debug-debugger.c.
17924
17925 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
17926
17927         * profiler.c: fix printing of data.
17928
17929 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
17930
17931         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
17932           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
17933
17934 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17935
17936         * object.c: fix deadlock related to string interning.
17937
17938 2006-01-23  Martin Baulig  <martin@ximian.com>
17939
17940         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17941
17942         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
17943
17944 2006-01-23  Martin Baulig  <martin@ximian.com>
17945
17946         * mono-debug.h: Moved the prototypes of some functions which are
17947         used by the JIT here from mono-debug-debugger.h.
17948
17949 2006-01-21  Martin Baulig  <martin@ximian.com>
17950
17951         * Makefile.am: Don't install mono-debug-debugger.h.
17952
17953 2006-01-21  Martin Baulig  <martin@ximian.com>
17954
17955         * mono-debug-debugger.h: Enforce the private status of this header
17956         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
17957         Moved some stuff from mono-debugger-jit-wrapper.h here.
17958
17959 2006-01-20  Raja R Harinath  <rharinath@novell.com>
17960
17961         * class.c (mono_class_from_typeref): Add a sanity test to help
17962         catch lack of assembly load/search hooks.
17963
17964 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
17965
17966         * marshal.c (emit_struct_conv): Relax the fields with same offset
17967         check even more. Fixes #77230.
17968
17969 2006-01-18  Martin Baulig  <martin@ximian.com>
17970
17971         * loader.c (find_method_in_class): Added `gboolean is_inflated'
17972         argument; if false, we compare the uninstantiated signatures.
17973         (method_from_memberref): Compare the uninstantiated signatures;
17974         fixes #76417.
17975
17976 2006-01-18  Robert Jordan  <robertj@gmx.net>
17977
17978         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
17979         Clear the weak link. Fixes bug #77170.
17980
17981         * gc.c (mono_gchandle_free):
17982         Reflect *-gc.c changes (tiny optimization).
17983
17984 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
17985
17986         * metadata.c (mono_metadata_signature_dup): Applied patch from
17987         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
17988         Fixes #77288.
17989
17990 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
17991
17992         * marshal.c (emit_struct_conv): Allow fields with the same offset when
17993         marshalling from native to managed code. Fixes #77230.
17994
17995 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17996
17997         * threadpool.c: fix problem (Mac only) when more than one asynchronous
17998         connect. Fixes bug #77020.
17999
18000 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18001
18002         * class.c: fixed id assignement for nested interfaces (bug #77275).
18003         Added also better info for --print-vtable debugging.
18004
18005 2006-01-12  Martin Baulig  <martin@ximian.com>
18006
18007         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
18008         interfaces on-the-fly; fixes #76625.
18009
18010         * class-internals.h
18011         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
18012         don't need that anymore.
18013
18014 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18015
18016         * socket-io.c
18017         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18018         To avoid initing the nested_classes when not needed I turned the
18019         PeerCredData as a toplevel internal class, as it has to be shared
18020         anyways. 
18021
18022         Fixes the CASA issue.
18023
18024 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18025
18026         * domain.c: Accessors for MonoJitInfo
18027
18028         * profiler-private.h: Add jitinfo to the end jit hook
18029
18030         * profiler.[ch]: Define new hooks, called after jitting which give
18031         the MonoJitInfo that was compiled
18032
18033 2006-01-10  Martin Baulig  <martin@ximian.com>
18034
18035         * class.c (mono_class_setup_events): Add support for generic
18036         classes; fixes #76440.
18037
18038 2006-01-06  Raja R Harinath  <rharinath@novell.com>
18039
18040         Fix #77160.
18041         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
18042         on passed-in method.
18043
18044 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18045
18046         * object.c (mono_runtime_invoke_array): Add Nullable support.
18047
18048         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
18049
18050 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
18051
18052         * file-io.c: Don't consider sockets as directory and avoid an endless
18053         loop. Fix bug #76966.
18054
18055 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18056
18057         * object.c (mono_nullable_init): New helper function.
18058         (mono_nullable_box): Ditto.
18059
18060         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
18061
18062         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
18063
18064         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
18065         
18066 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
18067
18068         * class.c (mono_class_is_assignable_from): Make T assignable to 
18069         Nullable<T>.
18070
18071 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
18072
18073         * appdomain.c: Bump corlib version to 46.
18074         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
18075         serialization purpose) and changed ves_icall_System_Reflection_
18076         Assembly_get_code_base signature to accept a boolean (to escape, or 
18077         not, the assembly code base).
18078
18079 2005-12-23  Dick Porter  <dick@ximian.com>
18080
18081         * icall.c: 
18082         * threads-types.h: 
18083         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
18084         CreateEvent icall now returns "created" boolean parameter.
18085
18086 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18087
18088         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
18089         #76967.
18090
18091         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
18092         when attr_klass is an interface. Fixes #77045.
18093
18094 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
18095
18096         * marshal.c (emit_struct_conv): Fix previous patch.
18097         
18098         * marshal.c (emit_struct_conv): Add a check for fields with the same
18099         offset.
18100
18101 2005-12-20  Raja R Harinath  <rharinath@novell.com>
18102
18103         Fix regression in Mono.C5.
18104         * class.c (mono_class_create_generic): If 'klass' is an interface
18105         set up the interface offsets.
18106         (mono_class_is_assignable_from): Don't throw away generic arguments.
18107
18108 2005-12-19  Raja R Harinath  <rharinath@novell.com>
18109
18110         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
18111         type parameters.
18112
18113 2005-12-15  Raja R Harinath  <rharinath@novell.com>
18114
18115         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
18116         dead store.
18117         (do_mono_metadata_parse_generic_class): Don't pass the current
18118         generic context when parsing the type being instantiated: it
18119         cannot use it, anyway.
18120
18121         * loader.c (method_from_memberref): Don't inflate a signature if
18122         it doesn't contain any type parameters.
18123
18124 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18125
18126         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
18127
18128 2005-12-14  Martin Baulig  <martin@ximian.com>
18129
18130         * class.c
18131         (mono_type_get_name_recurse): Don't return null for type
18132         parameters and open generic classes.
18133         (mono_class_setup_methods): Don't exclude generic instances.
18134         (mono_get_unique_iid): Use different IDs for different
18135         instantiations of the same generic type.
18136         (mono_class_setup_vtable): Only use setup_generic_vtable() for
18137         open generic instances; create a normal vtable for closed generic
18138         instances.
18139         (mono_class_setup_vtable_general): We're now also called for
18140         closed generic instances.
18141
18142         * reflection.c
18143         (mono_reflection_bind_generic_parameters): Correctly use
18144         mono_metadata_lookup_generic_inst() everywhere.
18145
18146 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
18147
18148         * object.c (mono_class_create_runtime_vtable): Call 
18149         mono_class_setup_vtable ().
18150
18151         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
18152         function.
18153         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
18154         #76959.
18155
18156         * loader.c (mono_loader_set_error_type_load): Print the type load
18157         warnings to the console so they are more visible to the user.
18158         (mono_loader_set_error_method_load): Ditto.
18159
18160         * reflection.c (ensure_runtime_vtable): Revert the last change as it
18161         is still broken.
18162         
18163         * reflection.c (ensure_runtime_vtable): Fix build.
18164
18165         * reflection.c (ensure_runtime_vtable): Disable an optimization which
18166         doesn't work in all cases.
18167
18168 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
18169
18170         * object.c (mono_array_new_full): Treat a single dimensional array
18171         with 0 lower bounds as an szarray. Fixes #76973.
18172
18173         * reflection.c (custom_attr_visible): Really fix this.
18174
18175 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
18176
18177         * reflection.c (custom_attr_visible): Allow nested public attributes
18178         as well.
18179
18180         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
18181         interface check.
18182
18183 2005-12-12  Raja R Harinath  <harinath@gmail.com>
18184
18185         * class.c (set_generic_param_owner): Delete.
18186         (mono_class_create_from_typedef): Don't set ->owner field of
18187         generic parameters to "param containers" of enclosing classes.
18188         * reflection.c (mono_reflection_initialize_generic_parameter):
18189         Likewise.
18190
18191 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
18192
18193         * reflection.c (custom_attr_visible): Fix build.
18194
18195 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
18196
18197         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
18198         private attributes.
18199         
18200         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
18201         handling of null parameter defaults.
18202
18203 2005-12-09  Raja R Harinath  <rharinath@novell.com>
18204
18205         * class.c (mono_class_from_generic_parameter): Don't set
18206         klass->generic_container.
18207         (my_mono_class_from_generic_parameter): Likewise.
18208
18209 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18210
18211         * reflection.c (load_public_key): Fix a warning.
18212         (method_encode_code): Fix unaligned accesses.
18213
18214 2005-12-07  Martin Baulig  <martin@ximian.com>
18215
18216         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
18217
18218         * reflection.c
18219         (write_generic_param_entry): Encode our custom attrs.
18220
18221         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
18222
18223 2005-12-07  Martin Baulig  <martin@ximian.com>
18224
18225         * reflection.c (encode_new_constraint): Removed; we don't use the
18226         `NewConstraintAttribute' anymore.
18227
18228 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18229
18230         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
18231         not fire a TypeResolve event when Assembly.GetType () is called.
18232
18233 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18234
18235         Beginning of support for nullable types in the runtime. Parts of
18236         this patch are from Martin.
18237
18238         * appdomain.c (MONO_CORLIB_VERSION): Bump
18239
18240         * domain.c (mono_init_internal): get the nullable type
18241
18242         * class.c (mono_class_is_nullable): New method
18243         (mono_class_get_nullable_param): New mehod
18244         (mono_class_create_generic): In types T? set cast_class to T
18245
18246         * class-internals.h (MonoDefaults): new nullable default class
18247         (mono_class_get_nullable_param, mono_class_get_nullable_param):
18248         new methods.
18249
18250 2005-12-05  Raja R Harinath  <rharinath@novell.com>
18251
18252         * metadata.c (select_container): New.  Refactor code to select the
18253         appropriate GenericContainer given the type of generic parameter
18254         we are looking for.
18255         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
18256         not a MonoGenericContext.  Use select_container.  Update parameters.
18257         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
18258         and MONO_TYPE_MVAR.
18259         (unwrap_arrays): Remove duplicate tests.
18260         (find_generic_param): Rename from 'has_same_context'.  Now walks a
18261         generic instantiated class to find any arguments that are generic
18262         parameters.
18263         (mono_type_create_from_typespec_full): Use find_generic_param to
18264         avoid evicting some generic instantiations from the typespec
18265         cache.
18266
18267 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
18268
18269         * reflection.c: fixed writing of doubles on ARM FPA.
18270
18271 2005-12-02  Robert Jordan  <robertj@gmx.net>
18272
18273         * icall.c: Fixed EventInfo.ReflectedType (#76829).
18274
18275 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18276
18277         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
18278         least on SUSE 10 they are not the same (on debian, they are just the
18279         same thing).
18280
18281 2005-12-01  Raja R Harinath  <rharinath@novell.com>
18282
18283         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
18284         DeclaringType for VARs and MVARs.
18285         * class.c (set_generic_param_owner): Fix initialization of owner
18286         fields.
18287
18288 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
18289
18290         * icall.c: fixed Enum.ToObject() to correctly convert the values.
18291
18292 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18293
18294         * threadpool.c: workaround for a bug that shows up on the Mac:
18295         select()+connect() on a blocking socket is not like it should
18296         be, so we proceed to connect() in that case, wasting the I/O
18297         threadpool thread until connect succeedes. Fixes bug #75436.
18298
18299 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18300
18301         * threadpool.c: fix typo when setting file descriptor states.
18302
18303 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18304
18305         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
18306         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18307         create a temporary signature container.
18308         (mono_metadata_parse_generic_param): Update to changes.
18309         (mono_type_create_from_typespec_full): Update to changes.
18310         * loader.c (method_from_memberref): Don't use a
18311         MonoGenericContainer while parsing a memberref signature.
18312         (method_from_methodspec): Remove dead-store of the 'container'
18313         variable.  It's overwritten before use.
18314
18315         * metadata.c (mono_type_create_from_typespec_full): Make debugging
18316         checks tighter.
18317         (mono_metadata_parse_generic_param): Likewise.
18318         * loader.c (find_method_in_class): Does not need a
18319         MonoGenericContainer.  Use 'mono_method_signature' rather than
18320         'mono_method_signature_full'.
18321         (find_method, mono_get_method_constrained, method_from_memberref):
18322         Update to changes.
18323
18324         * metadata.c (mono_type_create_from_typespec_full): Ensure that
18325         owner-less generic-parameters are never evicted from the typespec
18326         cache.
18327
18328         * loader.c (method_from_memberref): Don't use the current context
18329         when parsing signatures.
18330         (method_from_methodspec, mono_get_method_from_token): Update to changes.
18331
18332         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
18333         side-effects in g_assert.
18334         * loader.c (mono_get_method_from_token): Resolve klass earlier so
18335         that we don't potentially lose information.
18336
18337 2005-11-26  Dick Porter  <dick@ximian.com>
18338
18339         * icall.c:
18340         * threads.c: icalls to implement basic (ie, not named)
18341         System.Threading.Semaphore.
18342
18343 2005-11-24  Dick Porter  <dick@ximian.com>
18344
18345         * process.c
18346         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18347         Use GetProcessId() if it's available.
18348
18349 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
18350
18351         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
18352
18353 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18354             Ankit Jain  <jankit@novell.com>
18355
18356         * loader.c (mono_get_method_from_token): Initialize 'method' field
18357         of all generic parameters before parsing the signature.  Remove
18358         code that "fixed"-up MVAR references.
18359
18360 2005-11-23  Ankit Jain  <jankit@novell.com>
18361
18362         * metadata.c (mono_metadata_has_generic_params):
18363         (mono_metadata_load_generic_param_constraints):
18364         (mono_metadata_load_generic_params): Move duplicate code ...
18365         (mono_metadata_get_generic_param_row): ... here. Returns the
18366         first row-id in GenericParam table for a given owner (token).
18367         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
18368         prototype.
18369
18370 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18371             Ankit Jain  <jankit@novell.com>
18372
18373         * metadata.c (mono_metadata_class_equal): Pass signature_only when
18374         comparing VARs too.
18375         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
18376         type->data.generic_param only if the type is an MVAR.
18377         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
18378         leak owner-less VARs and MVARs into managed space.
18379
18380 2005-11-21  Martin Baulig  <martin@ximian.com>
18381
18382         * class-internals.h
18383         (MonoMethod): Moved the `generic_container' here from
18384         `MonoMethodNormal' since we now also need it for
18385         `MonoMethodPInvoke';
18386         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
18387         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
18388         an union containing both `MonoMethodNormal' and
18389         `MonoMethodPInvoke'.
18390
18391         * loader.c
18392         (mono_get_method_from_token): Allow implementing generic methods
18393         as interncalls.
18394
18395         * threads.c
18396         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
18397         icall.
18398
18399 2005-11-17  Dick Porter  <dick@ximian.com>
18400
18401         * icall.c: 
18402         * process.h: 
18403         * process.c: Split the Process Start_internal icall into
18404         ShellExecuteEx_internal and CreateProcess_internal, which are
18405         called depending on whether UseShellExecute is true.  Fixes bug
18406         76670.
18407
18408         * appdomain.c (MONO_CORLIB_VERSION): Incremented
18409
18410 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18411
18412         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
18413         'msize' parameters, use the information in 'mspec' instead.
18414         (emit_object_to_ptr_conv): Ditto.
18415
18416         * marshal.c (emit_struct_conv): Handle explicit layout structs with
18417         fields out of order. Fixes #76733.
18418
18419 2005-11-17  Ankit Jain  <jankit@novell.com>
18420
18421         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
18422
18423 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
18424
18425         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
18426           bug #76575.
18427
18428 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18429
18430         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
18431         for types with non-auto layout. Fixes #76717.
18432
18433 2005-11-16  Ankit Jain  <jankit@novell.com>
18434
18435         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
18436         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
18437         if generic_context is null.
18438           (mono_metadata_generic_param_equal): param->owner can be null.
18439           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
18440         null.
18441
18442 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18443
18444         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
18445         the correct value.
18446
18447 2005-11-15  Martin Baulig  <martin@ximian.com>
18448
18449         * object.c (set_value): Use mono_class_from_mono_type() instead of
18450         the hack for generic instances; fixes #76136.
18451
18452 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
18453
18454         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
18455         fields.
18456
18457         * image.c (load_metadata_ptrs): Initialize the new fields.
18458
18459         * reflection.c (create_dynamic_mono_image): Ditto.
18460
18461         * reflection.c (build_compressed_metadata): Use the new fields.
18462
18463         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
18464         icall.
18465
18466         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
18467         icall.
18468         
18469 2005-11-15  Ankit Jain  <jankit@novell.com>
18470             Raja R Harinath  <harinath@gmail.com>
18471
18472         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
18473         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
18474         new per-generic_container cache if the cached MonoType's context matches
18475         the current context.
18476           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
18477         to the expected context.
18478           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
18479
18480 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18481
18482         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
18483         we changed the signature of an icall.
18484         * icall.c: Modify to mono_double_ParseImpl return true/false 
18485         depending on the success, instead of throwing the exception. This will
18486         help us in Double.TryParse methods.
18487         
18488 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
18489
18490         * marshal.c (emit_marshal_object): Throw an exception when
18491         marshalling 'object' instead of crashing. Fixes #76696.
18492
18493 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18494
18495         * class-internals.h: Add prototype for mono_type_get_full_name ().
18496
18497 2005-11-11  Dick Porter  <dick@ximian.com>
18498
18499         * threads.c (mono_thread_manage): Make sure the main thread has
18500         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
18501
18502 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18503
18504         * loader.c (mono_loader_set_error_type_load): Log a warning to the
18505         console about the missing type.
18506         (mono_loader_set_error_method_load): Ditto.
18507
18508 2005-11-09  Miguel de Icaza  <miguel@novell.com>
18509
18510         * mono-config.c (mono_get_config_dir): Set the system defaults if
18511         none is specified.
18512
18513         * assembly.c (mono_set_dirs): New API entry point to set the
18514         assembly and the config directory in one call
18515
18516 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
18517
18518         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
18519         the ftnptr was created from a delegate in a domain other than the
18520         current domain. Fixes #75377.
18521
18522         * exception.h exception.c: Add mono_get_exception_not_supported ().
18523
18524 2005-11-08  Martin Baulig  <martin@ximian.com>
18525
18526         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
18527
18528 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
18529
18530         * security-manager.h: Added definitions to deal with strongname key 
18531         pairs bigger (and smaller) than 1024 bits.
18532         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
18533         adjust wrt the public key length being used.
18534
18535 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
18536
18537         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
18538           Windows build (r51396-51397).
18539
18540 2005-11-03  Martin Baulig  <martin@ximian.com>
18541
18542         * class.c (mono_class_setup_vtable_general): Also add generic
18543         methods to the vtable; fixes #76581.
18544
18545 2005-11-01  Miguel de Icaza  <miguel@novell.com>
18546
18547         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
18548         sure that we lookup GetString method from the System.Text.Encoding
18549         class, not the derived class or we get an empty method.
18550
18551         Fixed class #76612.
18552
18553 2005-10-25  Miguel de Icaza  <miguel@novell.com>
18554
18555         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
18556         if it has been previously set (embedders). 
18557
18558         Make mono_set_rootdir available also on Unix.
18559
18560 005-10-24  Robert Jordan  <robertj@gmx.net>
18561
18562         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
18563
18564 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18565
18566         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
18567         only calls which are made to native code use this flag.
18568
18569         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
18570
18571 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18572
18573         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
18574         Add support for FieldBuilders.
18575
18576 2005-10-29  Martin Baulig  <martin@ximian.com>
18577
18578         * mono-debug.c
18579         (mono_debug_using_mono_debugger): New public method; returns
18580         whether we're running inside the debugger.
18581
18582 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
18583
18584         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
18585         for Method/Constructor/FieldBuilders.
18586
18587 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18588
18589         * reflection.c (module_add_cattrs): Save custom attributes for global methods
18590         and fields as well.
18591
18592 2005-10-26  Martin Baulig  <martin@ximian.com>
18593
18594         * mono-debug-debugger.c
18595         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
18596
18597 2005-10-24  Raja R Harinath  <harinath@gmail.com>
18598
18599         * icall.c (base64_to_byte_array): Don't pass an out-of-range
18600         integer to isspace.
18601
18602 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18603
18604         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
18605         when passing valuetypes byref. Fixes #76502.
18606
18607 2005-10-19  Jackson Harper  <jackson@ximian.com>
18608
18609         * profiler.c: Don't put a . in front of types that are not in a
18610         namespace.
18611
18612 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18613
18614         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
18615
18616 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
18617
18618         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
18619         #76436.
18620         (mono_marshal_get_ldflda_wrapper): Fix a warning.
18621
18622 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18623
18624         * assembly.c metadata-internals.h icall.c: Define an additional
18625         parameter for mono_assembly_name_parse_full, so we can avoid creating
18626         S.R.AssemblyName.Version when no version info wasn't passed.
18627         
18628 2005-10-09  Miguel de Icaza  <miguel@novell.com>
18629
18630         * class.c (mono_type_get_full_name): Reimplement method that was
18631         removed. 
18632
18633         * image.c: Some docs
18634
18635 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18636
18637         * profiler.c (output_newobj_profile): Fix printing of Total memory
18638         on x86.
18639
18640 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18641
18642         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
18643
18644 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
18645
18646         * threads.c: remove debug output.
18647
18648 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18649
18650         * threads.c (mono_thread_manage): Fix crashes if more than 64
18651         threads need to be aborted. Hopefully fixes #75899.
18652
18653         * assembly.c (mono_stringify_assembly_name): New helper function.
18654
18655         * class.c: Use mono_stringify_assembly_name instead of the similar
18656         static function.
18657
18658         * assembly.h assembly.c: Add support for calling a postload search 
18659         hook if an assembly cannot be loaded.
18660
18661         * appdomain.c: Register new search hooks which call the AssemblyResolve
18662         events in AppDomain. Fixes #75231
18663
18664 2005-10-07  Martin Baulig  <martin@ximian.com>
18665
18666         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
18667         methods without debug info.
18668
18669 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18670
18671         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
18672         wrappers.
18673
18674 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18675
18676         * file-io.c: now that we return symlinks, use lstat and, when the file
18677         is a symbolic link, stat, to get the file attributes. Also avoid the
18678         conversion to/from utf16/external.
18679
18680 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
18681
18682         * class.c (mono_class_layout_fields): Compute klass->has_references
18683         correctly if an embedded valuetype is not yet initialized. Fixes
18684         #76331.
18685
18686 2005-10-04  Martin Baulig  <martin@ximian.com>
18687
18688         * metadata.c
18689         (mono_metadata_load_generic_param_constraints): New public
18690         function; splitted the constraints loading out from
18691         mono_metadata_load_generic_params().
18692
18693         * class.c (mono_class_create_from_typedef): Call
18694         mono_metadata_load_generic_param_constraints() after setting up
18695         the type and creating our parent; fixes #75329.
18696
18697 2005-10-04  Martin Baulig  <martin@ximian.com>
18698
18699         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
18700         non-dynamic parent classes.
18701
18702 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
18703
18704         * file-io.c : win32 build fix (ETXTBSY seems not found).
18705
18706 2005-10-04  Martin Baulig  <martin@ximian.com>
18707
18708         * reflection.c
18709         (mono_image_get_methodspec_token): Make the cache actually work;
18710         fixes #75974.
18711
18712 2005-10-04  Martin Baulig  <martin@ximian.com>
18713
18714         * class.c (mono_class_name_from_token): Removed the unneccessary
18715         `MonoGenericContext *' argument.
18716
18717 2005-10-04  Martin Baulig  <martin@ximian.com>
18718
18719         * loader.c
18720         (method_from_methodspec): Make the caching work again; fixes the
18721         performance regression from #76262.
18722
18723 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18724
18725         * file-io.c:
18726         * file-io.h:
18727         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
18728         GetFileSystemEntries that performs the same work but without going
18729         into io-layer, locking, etc.
18730
18731 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
18732
18733         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
18734         ThreadState_Stopped as well. Fixes #76047.
18735
18736 2005-09-29  Martin Baulig  <martin@ximian.com>
18737
18738         * class.c
18739         (inflate_generic_context): If the new context has a `gmethod', set
18740         its `container' that that gmethod's `container'.
18741
18742         * metadata.c
18743         (mono_metadata_parse_generic_param): Simplify things;
18744         `generic_container = generic_context->container;' is just fine.
18745
18746         * loader.c (method_from_methodspec): Code cleanups.
18747
18748 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
18749
18750         * decimal.c: fix warning (and let gcc generate correct
18751         code on ARM with optimizations).
18752
18753 2005-09-28  Martin Baulig  <martin@ximian.com>
18754
18755         * loader.c
18756         (method_from_memberref): Added `MonoGenericContext *class_context'
18757         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
18758         (method_from_methodspec): If we're a memberref, use the enclosing
18759         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
18760
18761 2005-09-28  Martin Baulig  <martin@ximian.com>
18762
18763         * object.c (mono_runtime_invoke_array): Added support for
18764         MONO_TYPE_GENERICINST; fixes #75917.
18765
18766 2005-09-27  Martin Baulig  <martin@ximian.com>
18767
18768         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
18769         `k->byval_arg.type' to determine the actual type.
18770
18771         * loader.c (method_from_methodspec): Removed some hacks.
18772
18773 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
18774
18775         * class-internals.h (mono_field_is_deleted): Do the test for
18776         rtspecialname before we check the actual name of the field. This
18777         prevents us from dereferencing a pointer into the string table,
18778         saving us from accessing a few pages
18779
18780         * *.c: Replace the use of {Enter,Leave}CriticalSection with
18781         macros. This will allow a deadlock debugger to easily be plugged
18782         in.
18783
18784 2005-09-27  Martin Baulig  <martin@ximian.com>
18785
18786         * loader.c (method_from_methodspec): Create a "signature"
18787         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
18788
18789 2005-09-27  Martin Baulig  <martin@ximian.com>
18790
18791         * class.c
18792         (inflate_generic_class): Correctly set the new context's
18793         container.
18794
18795         * loader.c
18796         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
18797         instead of a `MonoGenericContext *'.
18798         (mono_method_signature_full): Take a `MonoGenericContainer *'
18799         instead of a `MonoGenericContext *'.
18800
18801         * metadata.c
18802         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
18803         instead of a `MonoGenericContext *'.
18804         (mono_metadata_parse_method_signature_full): Likewise.
18805
18806 2005-09-26  Martin Baulig  <martin@ximian.com>
18807
18808         * class.c
18809         (mono_class_from_generic_parameter): Set `klass->generic_container'
18810         (mono_class_from_generic_parameter): Likewise.
18811         (mono_bounded_array_class_get): We inherit the generic container
18812         from the element class.
18813
18814         * loader.c
18815         (find_method, find_method_in_class): Take a `MonoGenericContext *'
18816         argument rather than computing it here.
18817         (method_from_memberref): Correctly set the generic context before
18818         parsing the signature.  Fixes #75681.
18819
18820 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
18821
18822         * object.c (mono_class_has_special_static_fields): Fix warnings.
18823
18824 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18825
18826         * assembly.c: Add parse_public_key function, to
18827         par the public keys. Also added mono_assembly_name_parse_full,
18828         to define it the parsed key should be freed or not.
18829         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
18830         to parse a long format assembly name.
18831         * metadata-internals.h: Keep mono_assembly_name_parse_full as
18832         private, since calling it to preserve the key requires
18833         freeing it manually.
18834         
18835 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
18836
18837         * locales.c : removed HAVE_ICU part.
18838
18839 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18840
18841         * object.c (mono_class_create_runtime_vtable): Avoid calling 
18842         field_is_special_static if the klass has no special static fields.
18843
18844         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
18845         (MonoCachedClassInfo): Likewise.
18846
18847         * object.c (mono_class_has_special_static_fields): New helper function.
18848
18849 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18850
18851         * class.c (mono_class_create_from_typedef): Don't call 
18852         interfaces_from_typedef_full for enums.
18853         (mono_class_create_from_typedef): Compute the base types of enums directly
18854         without calling mono_class_setup_fields ().
18855         (mono_class_find_enum_basetype): New helper function.
18856
18857         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
18858         one place inside the string heap.
18859         
18860 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
18861
18862         * class.c: locking fixes, code cleanups, some docs added.
18863         Allocate some data structures in the image mempool.
18864
18865 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18866
18867         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18868         the example code.
18869         
18870 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
18871
18872         * class-internals.h, class.c, reflection.c: reduce memory taken by
18873         MonoClass.
18874
18875 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
18876
18877         * metadata.c, metadata.h, loader.h: documentation updates, code and
18878         API cleanups.
18879
18880 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18881
18882         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18883         the example code.
18884
18885         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
18886         page faults caused by the runtime while reading metadata.
18887
18888 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18889
18890         * socket-io.c: the field names were changed 3 months ago and no one
18891         realized until bug #76077 got filed!
18892
18893 2005-09-20  Martin Baulig  <martin@ximian.com>
18894
18895         * icall.c (assembly_icalls): Removed some unused debugger icalls.
18896
18897 2005-09-20  Martin Baulig  <martin@ximian.com>
18898
18899         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
18900         write the rank into the class entry.
18901
18902 2005-09-20  Martin Baulig  <martin@ximian.com>
18903
18904         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
18905
18906 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
18907
18908         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18909
18910         * icall.c (custom_attrs_defined_internal): New icall.
18911
18912         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
18913         function.
18914         (mono_custom_attrs_construct_by_type): New helper function.
18915
18916 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
18917
18918         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
18919         terminate the resulting string. Fixes #76123.
18920
18921 2005-09-16  Martin Baulig  <martin@ximian.com>
18922
18923         * mono-debug.c
18924         (mono_debug_add_method): Ignore inflated methods for the moment.
18925
18926 2005-09-14  Martin Baulig  <martin@ximian.com>
18927
18928         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
18929
18930 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
18931
18932         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
18933         return a success/failure indication.
18934         (mono_metadata_interfaces_from_typedef_full): Ditto.
18935         (get_constraints): Ditto.
18936
18937 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
18938
18939         * marshal.c (emit_marshal_array): Fix handling of null arrays.
18940         
18941         * marshal.c (emit_marshal_array): Add support for returning string
18942         arrays from delegates. Fixes #76063.
18943
18944         * marshal.c: Use the emit_ldloc/stloc macros where possible.
18945
18946 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18947
18948         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
18949         icall.
18950
18951 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
18952
18953         * reflection.c icall.c: Fix after mono_get_exception_type_load
18954         signature change.
18955
18956         * assembly.c (mono_assembly_get_assemblyref): New helper function.
18957         (mono_assembly_load_reference): Use the new helper.
18958
18959         * class-internals.h (MonoLoaderError): New structure containing 
18960         information about type loading errors.
18961
18962         * class-internals.h loader.c: Add APIs to store per-thread loader
18963         error information.
18964
18965         * loader.c class.c: Set the loader error if needed.
18966
18967         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
18968
18969 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
18970
18971         * decimal.c: fixed to handle the broken ARM fp format.
18972
18973 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
18974
18975         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
18976         broken.
18977
18978 2005-09-06  Martin Baulig  <martin@ximian.com>
18979
18980         * domain.c (supported_runtimes): Added v2.0.50727.
18981
18982 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
18983
18984         * culture-info.h: reduce the size of some structures.
18985
18986 2005-09-05  Martin Baulig  <martin@ximian.com>
18987
18988         Reflect latest API changes in the August CTP.
18989
18990         * icall.c
18991         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
18992         ("MonoType.HasGenericArguments"): Removed.
18993         ("MonoMethod.BindGenericParameters"): Renamed to
18994         "MakeGenericMethod".
18995         ("MethodBuilder.BindGenericParameters"): Renamed to
18996         "MakeGenericMethod".    
18997
18998 2005-09-05  Martin Baulig  <martin@ximian.com>
18999
19000         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
19001
19002 2005-09-05  Martin Baulig  <martin@ximian.com>
19003
19004         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19005
19006         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
19007         generic_container is non-NULL.
19008
19009 2005-09-05  Martin Baulig  <martin@ximian.com>
19010
19011         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19012
19013         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
19014
19015 2005-08-29  Michal Moskal  <malekith@nemerle.org>
19016
19017         * reflection.c (encode_locals,
19018         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
19019         for large generic types.
19020
19021 2005-09-05  Martin Baulig  <martin@ximian.com>
19022
19023         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19024
19025         * class.c (mono_dup_array_type): New public method.
19026         (mono_metadata_signature_deep_dup): New public method.
19027         (dup_type): Correctly duplicate array and function types.
19028
19029 2005-09-05  Martin Baulig  <martin@ximian.com>
19030
19031         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19032
19033         * reflection.c (get_default_param_value_blobs): Handle generic types
19034         and generic methods.
19035
19036 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
19037
19038         * class.c: Fixed error reporting (method/class were inversed) for 
19039         inheritance demands.
19040         * security-manager.c|h: Added the AppDomain when calling the managed
19041         System.Security.SecurityManager.InheritanceDemand method.
19042
19043 2005-09-01  Raja R Harinath  <rharinath@novell.com>
19044
19045         * reflection.c (encode_marshal_blob): 'marshaltype' and
19046         'marshaltyperef' are alternate sources for the custom marshaler
19047         name.
19048
19049 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
19050
19051         * class.c: fix creation of array classes with rank == 1
19052         (patch by Ankit Jain <jankit@novell.com>).
19053
19054 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
19055
19056         * object.c: fix check for creating the bound data for arrays vs
19057         szarrays.
19058
19059 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19060
19061         * object.c: configuration file name is now based on the executable name,
19062         not the image name. Fixes bug #75931.
19063
19064 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19065
19066         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
19067         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
19068
19069 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19070
19071         * rand.c: Use wincrypt.h instead of WinCrypt.h.
19072
19073 2005-08-24  Ankit Jain  <jankit@novell.com>
19074             Raja R Harinath  <rharinath@novell.com>
19075
19076         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
19077           called by it recursively.
19078           (mono_class_init): Remove special case in pending_init handling, since it's
19079           superseded by the fix to mono_class_from_typeref.
19080
19081 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19082
19083         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
19084         BROKEN_THREAD_START stuff.
19085
19086 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19087
19088         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
19089         trampoline.
19090
19091         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
19092         
19093         * object.c (mono_delegate_ctor): Replace the original function address with
19094         a delegate trampoline.
19095
19096 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
19097
19098         * icall.c: add boolean argument to base64_to_byte_array and 
19099         InternalFromBase64String to control whether a whitespace-only string
19100         is allowed (or should casue a FormatException to be thrown). We need
19101         this as the behavior has changed between MS.NET 1.x and 2.0, and we
19102         to match the MS behaviour in both profiles.
19103         * appdomain.c: Bump corlib version.
19104
19105 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19106
19107         This patch implements a big portion of publisher policy
19108         support, used to bind assembly versions and redirect
19109         one assembly from version A to version B.
19110
19111         * assembly.c:
19112         New GSList loaded_assembly_bindings, for storing the cached
19113         assembly bindings.
19114         (assembly_binding_maps_name): New static function for checking if a 
19115         assembly binding information maps an assembly name.
19116         (mono_assembly_binding_info_free): New function for freeing
19117         assembly binding information resources.
19118         (get_publisher_policy_info): New static function for retrieving 
19119         assembly binding information from a MonoImage.
19120         (compare_versions): New static function for comparing an assembly
19121         binding information data and the version of an assembly name.
19122         (check_policy_versions): New static function for checking if an
19123         assembly binding info mapping an assembly name is valid for it.
19124         (mono_assembly_load_publisher_policy): New static function for
19125         loading the 'policy.major.minor.MyAssembly' image for an assembly
19126         with an assembly name 'aname'.
19127         (mono_assembly_bind_version): New static function for updating
19128         assembly redirection.
19129         (mono_assembly_apply_binding): New static function for applying
19130         assembly binding.
19131         (search_binding_loaded): New static function for searching 
19132         loaded assembly binding infos in the cache domain.
19133         (mono_assembly_load_full): Don't apply assembly binding for
19134         reflection only assemblies.
19135
19136         * metadata-internals.h: Add MonoAssemblyBindingInfo,
19137         which contains information about assembly binding. Also
19138         declare signature for mono_config_parse_publisher_policy ()
19139         function, used to retrieve pub policy info.
19140         
19141         * mono-config.c:
19142         (publisher_policy_start): New static function used to parse publisher 
19143         policy config files.
19144         (publisher_policy_parser): New static MonoParseHandler containing 
19145         the functions used when parsing config files.
19146         (mono_config_parse_publisher_policy): New function for parsing
19147         publisher policy files.
19148         
19149 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19150
19151         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
19152
19153         * marshal.c (mono_delegate_free_ftnptr): Ditto.
19154
19155         * object.c (mono_get_addr_from_ftnptr): New helper function.
19156
19157         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
19158
19159         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19160
19161 2005-08-19  Dick Porter  <dick@ximian.com>
19162
19163         * threads.c, threads.h, appdomain.c, appdomain.h,
19164         profiler-private.h, monitor.c, object.c, object-internals.h,
19165         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
19166         store the thread ID, so it can hold a 64 bit value if needed.
19167
19168 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19169
19170         * reflection.c (mono_reflection_create_dynamic_method): Store the
19171         handle class into the method references as well so ldtoken works in
19172         dynamic methods.
19173
19174         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
19175         types.
19176
19177 2005-08-19  Ankit Jain <jankit@novell.com>
19178
19179         Fix #75847.
19180         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
19181           here rather than using the method signature of a arbitrary function
19182           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
19183           two arguments.
19184           Hack done with Harinath.
19185
19186 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19187
19188         * threadpool.c: disable printing stack traces when we get a exception
19189         in a threadpool thread. I need to do more testing to figure out which
19190         cases actually print this. Fixes bug #75828.
19191
19192 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19193
19194         * icall.c: there might be ignored whitespace after the last '='. This
19195         fixes length computation and bug #75840.
19196
19197 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
19198
19199         * assembly.c (mono_assembly_load_full): Consider .exe extension as
19200         well. Fixes #75809.
19201
19202         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
19203         #75784.
19204         
19205         * reflection.c (create_custom_attr_data): Ditto.
19206
19207 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
19208
19209         * locales.c, culture-info.h : removed RegionLCIDMap.
19210         * culture-info-tables.h : regenerated.
19211
19212 2005-08-16  Martin Baulig  <martin@ximian.com>
19213
19214         * class.c (mono_type_get_name_recurse): Small fix.
19215
19216 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
19217
19218         * locales.c : indentation fixie.
19219
19220 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
19221
19222         * object-internals.h,
19223           locales.h,
19224           locales.c,
19225           culture-info.h,
19226           icall.c : added RegionInfo table support.
19227         * culture-info-table.h : regenerated for region support.
19228
19229 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
19230
19231         * reflection.c (resolve_object): handle all kinds of MonoMethod
19232         including generic ones
19233
19234 2005-08-12  Ankit Jain <jankit@novell.com>
19235
19236         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
19237           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
19238
19239 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
19240
19241         * process.c: Don't close a thread handle when it's NULL. This is a
19242         workaround for bug #75733.
19243
19244 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19245
19246         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
19247
19248 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
19249
19250         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
19251
19252 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19253
19254         * threadpool.c: if a work item in the thread pool has a callback that
19255         catches a exception, don't propagate it after invoking the callback.
19256         Fixes bug #75336.
19257
19258 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19259
19260         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
19261
19262         * class-internals.h (MonoCachedClassInfo): Add some new fields.
19263
19264         * class.c (mono_class_init): Load field info lazily in the AOT case.    
19265
19266         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
19267
19268 2005-08-03  Ankit Jain  <jankit@novell.com>
19269
19270         Fix #75683.
19271         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
19272           PInvoke calling convention is 0.
19273
19274 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
19275
19276         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
19277         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
19278
19279 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
19280
19281         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
19282         to handle threads not started by the GC (patch by Michael Meeks
19283         <michael.meeks@novell.com>).
19284
19285 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
19286
19287         * reflection.c: Make buffer used in emitting types larger for some
19288         big generic types (patch by Michal Moskal).
19289
19290 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19291
19292         * mono-debug.c: Fix some (not all) alignment problems.
19293
19294 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19295
19296         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
19297         Invoke mono_image_load_from_data_full passing the refonly
19298         parameter.
19299
19300         * assembly.c
19301         (mono_assembly_open_from_bundle): Add the refonly argument, 
19302         in order to pass it to other methods it calls to.
19303         (do_mono_assembly_open): Add the refonly argument, in order 
19304         to pass it to other methods it calls to.
19305         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
19306         the refonly parameter to it.
19307
19308         * image.c: Add loaded_images_refonly_hash and
19309         loaded_images_refonly_guid_hash to cache the reflection
19310         only loaded images.
19311         (mono_images_init): Initialize the hash tables used for
19312         caching the reflection only images.
19313         (load_modules): Invoke mono_image_open_full passing the refonly
19314         parameter to load the modules the correct way.
19315         (build_guid_table): Add the refonly argument, to re-build the 
19316         correct hash table.
19317         (do_mono_image_open): Added the refonly argument, in order to
19318         define it for the loaded image.
19319         (mono_image_loaded_full): New function, which receives an
19320         additional parameter to look for the image in the refonly or
19321         non-refonly section.
19322         (mono_image_loaded): Updated, using mono_image_loaded_full.
19323         (mono_image_loaded_by_guid_full): The same case that happens
19324         with mono_image_loaded_full.
19325         (mono_image_loaded_by_guid): Likewise.
19326         (register_image): Use the ref_only variable inside MonoImage
19327         to decide in which hash table store the current image.
19328         (mono_image_open_from_data_full): Rename
19329         mono_image_open_from_data to mono_image_open_from_data_full,
19330         adding the refonly argument, to define the ref_only variable 
19331         inside MonoImage.
19332         (mono_image_open_from_data): Return 
19333         mono_image_open_from_data_full.
19334         (mono_image_open_full): Rename mono_image_open to
19335         mono_image_open_full, receiving the new refonly argument,
19336         to pass it to inner methods.
19337         (mono_pe_file_open): Update this function, to open
19338         a MonoImage as a non-refonly image.
19339         (mono_image_close): Use the refonly variable inside
19340         MonoImage to remove the image from the correct caches.
19341
19342         * image.h: Add the signatures of mono_image_open_full,
19343         mono_image_open_from_data_full, mono_image_loaded_full,
19344         mono_image_loaded_by_guid_full.
19345
19346         * metadata-internals.h: Add the ref_only field to 
19347         MonoImage.
19348         
19349 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19350
19351         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
19352         Fix the last behavior, which used to load the assemblies and
19353         extract MonoReflectionAssemblyName information, instead of
19354         extract it from the metadata tables. Needed for Reflection
19355         Only assemblies.
19356         
19357 2005-07-29  Martin Baulig  <martin@ximian.com>
19358
19359         * mono-debug-debugger.c
19360         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
19361         not initialized.
19362
19363         * mono-debug.c
19364         (mono_debug_address_from_il_offset): Check whether we have
19365         debugging support before attempting to take the lock.
19366         (mono_debug_source_location_from_address): Likewise.
19367         (mono_debug_source_location_from_il_offset): Likewise.
19368         (mono_debug_il_offset_from_address): Likewise.
19369         (mono_debug_address_from_il_offset): Likewise.
19370
19371 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
19372
19373         * class.c (mono_class_from_name_case): Add support for dynamic images.
19374         Fixes #75650.
19375
19376         * object.c (mono_class_compute_gc_descriptor): Add a workaround
19377         for #75479.
19378
19379 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19380         
19381         * reflection.c (mono_method_get_object): Fix warning.
19382
19383 2005-07-28  Martin Baulig  <martin@ximian.com>
19384
19385         * mono-debug.c
19386         (mono_debug_add_wrapper): Also write the wrapper type.
19387
19388 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19389
19390         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
19391         
19392         * class.c (mono_class_init): Avoid reading nested classes if the AOT
19393         data indicates the class has none.
19394
19395 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
19396
19397         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
19398         loader lock with the debugger lock. Prevents deadlocks for beagle.
19399
19400         Beagle can now run on an smp box for a weekend without any
19401         issues. Woohoo!
19402
19403 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
19404
19405         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
19406         in a module. Fixes #75629.
19407
19408 2005-07-26  Martin Baulig  <martin@ximian.com>
19409
19410         * mono-debug.c (mono_debug_add_wrapper): New static method.
19411         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
19412         interncall or a wrapper.
19413
19414         * mono-debug.h (MonoDebugWrapperData): New public typedef.
19415         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
19416         (MONO_DEBUGGER_VERSION): Bump to 51.
19417
19418         * mono-debug-debugger.c
19419         (mono_debugger_add_type): Removed this empty function.
19420         (mono_debugger_add_method): Likewise.
19421
19422 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19423
19424         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
19425         before accessing method->slot.
19426
19427 2005-07-21  Jb Evain  <jbevain@gmail.com>
19428
19429         * reflection.c (method_encode_clauses/class): Handle filters clauses.
19430         Fixes #75010.
19431
19432 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19433
19434         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
19435         #75587.
19436
19437 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19438
19439         * image.h image.c: Add mono_image_get_guid () API function.
19440
19441 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
19442
19443         There were issues when multiple threads tried to load
19444         assemblies. A deadlock was created between assemblies_mutex and
19445         mono_domain_assemblies_lock. This fixes the issue by making the
19446         assembly ref counting be lock free. See bug 75586.
19447         
19448         * image.c (mono_image_close): The add ref function here was using
19449         Interlocked operations while the unref was using a mutex and a
19450         --. I don't think this was ever a bug that would be exposed in a
19451         non-pendantic way (ie, by an embedder doing a ref on one thread
19452         and an unref on another), but for the sake of correctness, this is
19453         now Interlocked.
19454
19455         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
19456         (mono_assembly_load_reference): Call mono_assembly_addref rather
19457         than touching the refcount ourselves.
19458         (mono_assembly_close): Use InterlockedDecrement to unref the
19459         assembly. Don't acquire the lock unless it is actually needed.
19460
19461 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19462
19463         * class.c (mono_class_layout_fields): Fix calculation of has_references
19464         for generic types.
19465
19466 2005-07-12  Martin Baulig  <martin@ximian.com>
19467
19468         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19469
19470         * metadata.c
19471         (mono_type_hash): Provide better hashing for generic instances.
19472         (mono_generic_inst_hash): Improve hashing.
19473         (mono_generic_class_hash): Likewise.
19474
19475         * reflection.c (mymono_metadata_type_hash): Improve hashing for
19476         generic instances.
19477
19478 2005-07-12  Martin Baulig  <martin@ximian.com>
19479
19480         * reflection.c (mono_reflection_create_runtime_class): Remove the
19481         hack for generic type definitions and non-`Run' assemblies.
19482         (mono_reflection_bind_generic_parameters): Also use
19483         `klass->wastypebuilder' to check for TypeBuilders.
19484
19485 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19486
19487         * class.c (mono_class_layout_fields): Fix calculation of has_references
19488         for generic types.
19489
19490         * class.c (inflate_generic_class): Fix a leak.
19491         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
19492         for generic types.
19493
19494 2005-07-11  Martin Baulig  <martin@ximian.com>
19495
19496         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
19497         on error.
19498
19499 2005-07-11  Martin Baulig  <martin@ximian.com>
19500
19501         * loader.c (find_method): Also lookup in
19502         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
19503
19504 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19505
19506         * appdomain.c (mono_domain_unload): Don't free the error message
19507         before passing it to mono_get_exception_...
19508
19509         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
19510         
19511 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
19512
19513         * threads.c: try to better guess an available RT signal (bug #75387).
19514
19515 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19516
19517         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
19518         and CACHE_OBJECT.
19519
19520 2005-07-07  Martin Baulig  <martin@ximian.com>
19521
19522         * class.c (mono_type_get_name_full): Return NULL for
19523         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
19524         fixes #75408.
19525
19526 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19527
19528         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
19529         exit the appdomain as well being aborted.
19530
19531         * threadpool.c: Create all threadpool threads inside the root appdomain, and
19532         change back to the root domain after calling managed code. This enables
19533         appdomains using threadpools to be unloaded.
19534
19535 2005-07-07  Martin Baulig  <martin@ximian.com>
19536
19537         * class-internals.h
19538         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
19539         into `MonoDynamicGenericClass' since we only need it for dynamic
19540         types.
19541
19542         * reflection.c (mono_class_bind_generic_parameters): We don't need
19543         to compute the `parent' here.
19544
19545 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
19546
19547         * culture-info-table.h : regenerated.
19548
19549 2005-07-06  Martin Baulig  <martin@ximian.com>
19550
19551         * icall.c
19552         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
19553
19554         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
19555
19556 2005-07-06  Martin Baulig  <martin@ximian.com>
19557
19558         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
19559         we're doing a signature-only comparision; fixes #74945.
19560
19561 2005-07-06  Martin Baulig  <martin@ximian.com>
19562
19563         * class-internals.h (MonoGenericClass): Moved some things out into
19564         a new `MonoInflatedGenericClass' type.  
19565         (MonoInflatedGenericClass): New type; the `klass' of a
19566         `MonoGenericClass' is now computed lazyly in
19567         mono_get_inflated_generic_class().      
19568
19569         * class.c (mono_get_inflated_generic_class): New public function.
19570         (mono_class_inflate_generic_method): Removed the unused
19571         `MonoClass *' argument.
19572         (setup_generic_vtable): Don't call mono_get_inflated_method() on
19573         all the methods.
19574         (mono_class_create_generic): Make this static and merge it with
19575         mono_class_create_generic_2(); we're now called automatically from
19576         mono_get_inflated_generic_class().
19577
19578         * loader.c (mono_method_signature): Call
19579         mono_get_inflated_method() here.
19580
19581 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
19582
19583         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
19584         type of fields with RVA.
19585
19586         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
19587         for this pseudo class.
19588         (my_mono_class_from_generic_parameter): Likewise.
19589         (mono_class_init): Allow interfaces to have cctors.
19590
19591 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19592
19593         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
19594         lazily for AOT methods.
19595
19596 2005-07-05  Martin Baulig  <martin@ximian.com>
19597
19598         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
19599         returns FALSE for a successful match, not TRUE.
19600
19601 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19602
19603         * loader.c (mono_method_get_index): Optimize this a bit.
19604
19605 2005-07-04  Martin Baulig  <martin@ximian.com>
19606
19607         * class.c
19608         (class_compute_field_layout): Move the check for generic type
19609         definitions into mono_class_layout_fields().  Fixes #74684.
19610         (mono_class_from_generic_parameter): Correctly compute
19611         `klass->parent'; fixes #75457.
19612
19613         * reflection.c (register_assembly, register_module): Make sure
19614         `domain->rejobject_hash' is already created.
19615
19616 2005-07-02  Martin Baulig  <martin@ximian.com>
19617
19618         * class-internals.h
19619         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
19620         `MonoDynamicGenericClass'.      
19621
19622 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
19623
19624         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
19625         returned by a field getter is null, since null is a valid value.
19626
19627 2005-07-01  Martin Baulig  <martin@ximian.com>
19628
19629         * reflection.c (mono_reflection_generic_class_initialize): Update
19630         the `dgclass->fields [i].parent' to the correct class.
19631         (mono_image_get_fieldref_token): Use the declaring type, not the
19632         reflected type.
19633
19634 2005-07-01  Martin Baulig  <martin@ximian.com>
19635
19636         * loader.c (find_method): Also look in the interfaces; fixes #75429.
19637
19638 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
19639
19640         * threads.c (thread_cleanup): assert that thread != NULL
19641         (wait_for_tids_or_state_change): We were using the wrong variable
19642         when accessing wait->threads. `i' was always out of the bounds of
19643         the array.
19644
19645 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19646
19647         * loader.c: map user32 and kernel32 to libMonoSupportW
19648
19649 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19650
19651         * appdomain.c (unload_thread_main): Mark this as WINAPI.
19652
19653 2005-06-28  Martin Baulig  <martin@ximian.com>
19654
19655         * loader.c (method_from_methodspec): Fix #75334.
19656
19657 2005-06-28  Martin Baulig  <martin@ximian.com>
19658
19659         Fix #74953 - Arrays now implement the generic IList<T> interface
19660         on the 2.0 platform.
19661
19662         * class-internals.h (MonoDefaults): Added `generic_array_class'.
19663
19664         * reflection.c (mono_class_bind_generic_parameters): New public
19665         function; similar to mono_reflection_bind_generic_parameters(),
19666         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
19667
19668         * domain.c (mono_init_internal): Try to initialize.
19669         `mono_defaults.generic_array_class' here; this'll only succeed if
19670         we're using the 2.0 corlib.
19671
19672         * icall.c
19673         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
19674         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
19675         (mono_lookup_internal_call): Added support for nested classes.
19676
19677         * loader.c
19678         (mono_get_method_from_token): Set `result->signature->pinvoke' if
19679         we're an interncall and have generic arguments.
19680
19681         * class.c
19682         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
19683         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
19684         instance of System.Array.InternalArray<T> for arrays, so they
19685         implement the generic IList<T> interface.
19686
19687 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
19688
19689         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
19690         (chastamar@yahoo.com). Fixes #75374.    
19691
19692 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
19693
19694         * culture-info-table.h: regenerated.
19695
19696 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19697
19698         * icall.c: handle spaces correctly for base64 strings.
19699
19700 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19701
19702         * *.c: Kill some warnings.
19703
19704 2005-06-23  Duncan Mak  <duncan@novell.com>
19705
19706         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
19707         that this builds on Solaris 10 (x86).
19708
19709 2005-06-23  Martin Baulig  <martin@ximian.com>
19710
19711         * class.c
19712         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
19713         generic type definitions.
19714
19715 2005-06-23  Martin Baulig  <martin@ximian.com>
19716
19717         Fix #75331.
19718
19719         * metadata.c (mono_class_get_overrides): Renamed to
19720         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
19721         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
19722         pass it to mono_get_method_full().
19723
19724 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
19725
19726         * reflection.c (mono_reflection_create_runtime_class): take the
19727         mono_domain_lock in this method. Prevents deadlocks
19728
19729 2005-06-22  Martin Baulig  <martin@ximian.com>
19730
19731         * loader.c (method_from_methodspec): Fix #75330.
19732
19733 2005-06-22  Martin Baulig  <martin@ximian.com>
19734
19735         * reflection.c (type_get_qualified_name): Use
19736         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
19737         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
19738         argument; use it if we don't have an assembly name.
19739
19740 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
19741
19742         * object.c: In mono_message_init, set "copy out" flag for in
19743         parameters with the [Out] flag.
19744
19745 2005-06-21  Martin Baulig  <martin@ximian.com>
19746
19747         * class.c
19748         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
19749         and MONO_TYPE_PTR.
19750
19751 2005-06-21  Martin Baulig  <martin@ximian.com>
19752
19753         * class.c (mono_class_init): Don't initialize `class->fields' for
19754         generic instances since they're initialized again in
19755         compute_field_layout(). 
19756         (compute_field_layout): Set the field's `generic_info' here; fix
19757         #75320. 
19758
19759 2005-06-21  Martin Baulig  <martin@ximian.com>
19760
19761         * class-internals.h
19762         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
19763
19764         * metadata.c (mono_metadata_generic_method_equal): Also
19765         distinguish the `generic_class'; fixes #75334.
19766
19767 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19768
19769         * domain.c:
19770         * appdomain.c:
19771         * domain-internals.h:
19772         * reflection.c: 'domain_assemblies' field is now protected by its own
19773         lock. Don't call into managed code to run the AssemblyLoad event if we
19774         now there are no registered delegates for it.
19775
19776 2005-06-20  Martin Baulig  <martin@ximian.com>
19777
19778         * class.c (mono_class_is_assignable_from): Use a custom version of
19779         mono_class_has_parent() to make things work for generic instances;
19780         fix #75300.
19781
19782 2005-06-20  Martin Baulig  <martin@ximian.com>
19783
19784         * loader.c (method_from_methodspec): Apply a patch from
19785         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
19786
19787 2005-06-20  Martin Baulig  <martin@ximian.com>
19788
19789         * class.c (mono_class_init): Reverted Zoltan's last change; it
19790         breaks generics.
19791
19792 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19793
19794         * threads.c (wait_for_tids_or_state_change): Add missing locking.
19795
19796 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19797
19798         * socket-io.c: fix the index in the socket array for writable/error
19799         sockets. Fixes bug #75306.
19800
19801 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19802
19803         * class.c (mono_class_init): Allow interfaces to have static ctors.
19804
19805 2005-06-17  Martin Baulig  <martin@ximian.com>
19806
19807         * loader.c (method_from_methodspec): Use `context->container' when
19808         parsing the `gmethod->inst'.
19809
19810 2005-06-17  Martin Baulig  <martin@ximian.com>
19811
19812         * class.c (mono_type_get_name_recurse): Don't add the assembly
19813         name for type arguments.
19814
19815 2005-06-15  Martin Baulig  <martin@ximian.com>
19816
19817         * reflection.c (mono_image_get_inflated_method_token): Encode
19818         correct klass; fixes #75260.
19819
19820 2005-06-13 Michal Moskal <malekith@nemerle.org>
19821
19822         * icall.c: Make GetCorrespondingMethod/Constructor take
19823         MonoReflectionMethod method not MonoMethod. Removed
19824         MonoType.GetCorrespondingField, and make
19825         MonoGenericType.GetCorrespondingField take name not
19826         MonoClassField.
19827
19828 2005-06-13  Michal Moskal <malekith@nemerle.org>
19829
19830         * reflection.c (field_encode_signature, encode_locals):
19831          Make sizes of buffers for types larger (for big generic types).
19832          (create_generic_typespec,
19833          mono_reflection_sighelper_get_signature_local,
19834          mono_reflection_sighelper_get_signature_field):
19835          Add asserts for too small buffers.
19836
19837 2005-06-15  Martin Baulig  <martin@ximian.com>
19838
19839         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
19840         if our parent is not a dynamic type.
19841
19842 2005-06-15  Martin Baulig  <martin@ximian.com>
19843
19844         * class-internals.h (MonoTypeNameFormat): New enum.
19845
19846         * class.c
19847         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
19848         (mono_type_get_full_name): Removed.
19849         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
19850         argument instead of the boolean's.
19851
19852         * icall.c (ves_icall_System_MonoType_getFullName):
19853         Added `gboolean assembly_qualified'.    
19854
19855         * reflection.h
19856         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
19857
19858         * reflection.c (mono_reflection_parse_type): Parse the new type
19859         name format.
19860
19861 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19862
19863         * icall.c: no need to convert from utf16 to utf8 and then back again
19864         after the call to GetLogicalDrives.
19865
19866 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19867
19868         * icall.c: frombase64. Fix problems exposed by new tests.
19869
19870 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19871
19872         * icall.c: added internal calls for converting char [] and strings in
19873         base64 into byte [].
19874
19875 2005-06-10  Martin Baulig  <martin@ximian.com>
19876
19877         * class.c (mono_class_create_generic_2): Read the nested classes
19878         from the metadata rather than from `gklass->nested_classes' since
19879         `gklass' might not be initialized yet.
19880
19881 2005-06-09  Duncan Mak  <duncan@novell.com>
19882
19883         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
19884         all public headers. Fixes #74919.
19885
19886 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
19887
19888         * domain.c: The key for proxy_vtable_hash is now a pointer
19889         array. Added new GHashFunc and GCompareFunc functions for this.
19890
19891         * class.h: The list of interfaces in MonoRemoteClass is known in
19892         advance and can't grow (we create a new MonoRemoteClass if needed),
19893         so now the interface array can be allocated together with
19894         MonoRemoteClass.
19895         
19896         * object.c: Added a new method create_remote_class_key.
19897         Fixed mono_remote_class so it does not depend on
19898         mono_upgrade_remote_class.
19899         Removed extend_interface_array.
19900         Added new method clone_remote_class(), which makes a copy of a remote
19901         class and adds a new interface or class to it.
19902         mono_upgrade_remote_class() now creates a new remote class (or gets
19903         it from the cache) if an vtable upgrade is needed. In this way
19904         we make sure that other objects sharing the same remote class
19905         don't get the new vtable with unwanted interfaces.
19906         
19907         * object-internals.h:
19908         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
19909         
19910         * marshal.c: Track changes in mono_upgrade_remote_class().
19911
19912 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
19913         * icall.c: Add runtime methods for obtaining members of inflated
19914         class, which were created from supplied non-inflated members. It
19915         is used in internal Get{Method,Constructor,Field} methods in
19916         System.Type
19917
19918 2005-06-09  Martin Baulig  <martin@ximian.com>
19919
19920         * reflection.c
19921         (mono_reflection_bind_generic_method_parameters): Fix #75169.
19922
19923 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19924         * reflection.c (mono_image_basic_init): Define
19925         Version in MonoDynamicAssembly. 
19926         
19927 2005-06-08  Martin Baulig  <martin@ximian.com>
19928
19929         Fix #75136.
19930
19931         * loader.c
19932         (mono_method_signature_full): New public method; takes a
19933         `MonoGenericContext *'.
19934         (find_method): Use mono_method_signature_full() and pass the
19935         klass'es context to it.
19936
19937         * class.c (mono_class_is_inflated_method): Use
19938         mono_method_signature_full() and pass the context to it.
19939
19940 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
19941
19942         * object.c: add proper locking in mono_remote_class_vtable(),
19943         fixes possible memory corruption.
19944
19945 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
19946
19947         * marshal.c (mono_remoting_marshal_init): set
19948         initialized after initialization.
19949
19950 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19951
19952         * locales.c : hush.
19953
19954 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
19955
19956         * object.c (extend_interface_array): fix really silly
19957         memory corrupting / comparison bug.
19958
19959 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19960
19961         * reflection.c: Functions added to support the creation
19962         of CustomAttributeData, which includes Attribute data
19963         used by ReflectionOnly methods.
19964
19965         * reflection.h:  mono_reflection_get_custom_attrs_data and
19966          mono_custom_attrs_data_construct added (functions exposed).
19967
19968          * icall.c: Added mono_reflection_get_custom_attrs_data
19969          as icall.
19970         
19971 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19972
19973         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
19974         lupus's request.
19975
19976 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
19977
19978         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
19979
19980         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
19981         dynamic DllImportAttribute.
19982
19983         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
19984         dynamic DllImportAttribute.
19985
19986         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
19987         Fixes #75162.
19988
19989 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19990
19991         * threads.c: avoid segfault when an unstarted thread is aborted.
19992
19993 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
19994
19995         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
19996         Returns the name and version of the runtime for reporting.
19997
19998 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19999
20000         * appdomain.c: bump corlib version.
20001         * object-internals.h: new field in MonoReflectionAssembly.
20002
20003 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20004
20005         * object-internals.h: Carlos forgot to add this field.
20006
20007 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20008
20009         * icall.c: Added create_version to create instances
20010         of Version of MonoReflectionAssemblyName. This change helps
20011         the AssemblyName tests to keep running fine.
20012         
20013 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
20014   
20015         * object.c (mono_method_return_message_restore): A somehow less
20016         intrusive fix for #75138.
20017
20018 2005-06-03  Raja R Harinath  <rharinath@novell.com>
20019
20020         * object.c (mono_method_return_message_restore): Fix computation
20021         of expected number of out args.
20022
20023 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20024
20025         * reflection.c (mono_image_get_method_info): Fix the case when the
20026         charset is empty.
20027
20028 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
20029
20030         * object.c: Added missing null check in
20031           mono_method_return_message_restore.
20032
20033 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20034
20035         * reflection.c (mono_image_get_method_info): Handle the case when
20036         dllentry is empty.
20037
20038 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
20039
20040         * object.c: When creating the vtable for a proxy, take into account
20041         all inherited interfaces, not only the ones registered in
20042         iclass->interfaces. This fixs bug #74996.
20043         Also, in mono_method_return_message_restore, verify that the array
20044         of out args has the expected lengh.
20045
20046 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20047
20048         * socket-io.c: update the timeout in Poll when the call is interrupte.
20049
20050 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20051
20052         * socket-io.c: support abort/suspend in Select_internal after last
20053         change.
20054
20055 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20056
20057         * threadpool.c: remove warning.
20058
20059 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20060
20061         * icall.c:
20062         * socket-io.[ch]: Select_internal uses poll() now when available, thus
20063         removing the 1024 limit from select(). Runtime part of the fix for
20064         bug #71203.
20065
20066 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20067
20068         * socket-io.c: when resolving the addresses for the same
20069         host returned by gethostname(), get the local IPs from the interface
20070         list. Loopback addresses are discarded if the are interfaces up with
20071         non-loopback ones. Fixes bug #63265.
20072
20073 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
20074
20075         * appdomain.c, verify.c, object-internals.h, reflection.c:
20076         bumped corlib number to 36, and added new extra_flags field
20077         to ReflectionMethodBuilder and friends.  Fixes #75060.
20078
20079 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
20080
20081         * gc.c: register a new weak link only if the object is non-null
20082         (fixes bug#75047).
20083
20084 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20085
20086         * culture-info.h : short time pattern too.
20087
20088 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20089
20090         * culture-info.h : expand long time pattern string length.
20091
20092 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20093
20094         * culture-info-table.h : update (more French date format; #72788).
20095
20096 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
20097
20098         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
20099         the method is static. Fixes #75029.
20100
20101 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
20102
20103         * reflection.c: Update the table_idx field of method builders after
20104         saving the module, since it can change. This is a workaround for
20105         bug #74914. 
20106
20107 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20108
20109         * culture-info-table.h : update (additional French date format).
20110
20111 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
20112
20113         * icall.c (ves_icall_type_Equals): Revert last change.
20114         
20115         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
20116
20117         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
20118
20119 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
20120
20121         * class-internals.h: Added executioncontext_class field to 
20122         MonoDefaults structure.
20123         * domain.c: Cache System.Threading.ExecutionContext class in 
20124         mono_defaults.
20125         * object.c: Capture the ExecutionContext for asynchroneous calls in
20126          mono_async_result_new.
20127         * object-internals.h: Added execution_context and original_context 
20128         fields to MonoAsyncResult. Added execution_context to MonoThread.
20129         * security-manager.c|.h: Added mono_get_context_capture_method to 
20130         return the capture method (if required by the security manager or by
20131         the framework version used).
20132         * threadpool.c: Apply capture (if present) ExecutionContext in 
20133         mono_async_invoke and revert to original context after it completes.
20134
20135 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
20136
20137         * culture-info-table.h : updated (real hacky solution for zh-CHT).
20138
20139 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
20140
20141         * culture-info-table.h : zh-CHT related workaround.
20142
20143 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20144
20145         * marshal.c (emit_marshal_custom): Add some error checking and call the
20146         methods in the ICustomMarshaler interface. Fixes #74875.
20147         
20148         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
20149         native->managed wrappers.
20150
20151 2005-05-12  Martin Baulig  <martin@ximian.com>
20152
20153         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
20154         here and use the loader lock.
20155
20156         * mono-debug.c: Properly lock when the debugger is not attached.
20157         (mono_debug_init): Release the initial lock if we're not running
20158         in the debugger.
20159
20160 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20161
20162         * marshal.c (emit_marshal_custom): Pass through NULL values without
20163         calling the custom marshalling routines.
20164
20165         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
20166         conversion in structures. Fixes #74882.
20167
20168 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
20169
20170         * culture-info-table.h : zh-* cultures were missing.
20171
20172 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
20173
20174         * threads.c: Added a new event background_change_event which is signaled
20175         when a thread changes its background mode.
20176         Moved here several checks previously done in managed code. The checks
20177         require the thread lock, and using the thread lock in managed code
20178         can result in deadlocks.
20179         Merged Start_internal and Thread_internal into a single method. Now 
20180         Thread_internal does all work of creating and starting a thread.
20181         Added icalls for setting and getting the state of the object. Moved from
20182         managed code to avoid locking there.
20183         Added wait_for_tids_or_state_change() which is called instad of
20184         wait_for_tids when waiting for non-backround threads to end. This method
20185         will return if one of the threads ends or the background_change_event
20186         is signaled.
20187         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
20188         the background mode. This method signals the background_change_event
20189         event.
20190         * icall.c:
20191         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
20192         removed Start_internal.
20193         
20194 2005-05-11  Martin Baulig  <martin@ximian.com>
20195
20196         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
20197         to order of some fields to get proper alignment on 64-bit machines.
20198
20199 2005-05-11  Martin Baulig  <martin@ximian.com>
20200
20201         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
20202         changes as they're broken and completely fuck up the debugger.
20203
20204         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
20205
20206 2005-05-10  Martin Baulig  <martin@ximian.com>
20207
20208         * reflection.c (mono_reflection_generic_class_initialize): Don't
20209         call mono_class_setup_parent() here.
20210
20211 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20212
20213         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
20214         send/receive timeout use an integer in milliseconds. We were using a
20215         struct timeval.
20216
20217 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20218
20219         * locales.c:
20220         (internal_get_cultures): reserve the first slot of the array for the
20221         InvariantCulture, which will be filled in managed code.
20222
20223 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
20224
20225         * reflection.c (mono_image_fill_module_table): Initialize the
20226         GENERATION field as well.
20227
20228 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20229
20230         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
20231         Monitor.Enter on the object.
20232
20233 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20234
20235         * threads.c: Enable the wait for running threads when exiting.
20236         * icall.c: Suspend all threads before exiting.
20237
20238 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20239
20240         * assembly.c (mono_assembly_load_reference): Fix warning.
20241
20242 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20243
20244         * threadpool.c: changed the default number of threads per cpu. From now
20245         on, the default will be 20 + (5 * number of cpus) instead of 50.
20246
20247 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
20248
20249         * loader.c (mono_method_get_signature_full): Add locking here.
20250
20251 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
20252
20253         * appdomain.c: Moved methods for parsing and freeing assembly
20254         names to assembly.c.
20255         * assembly.c, domain-internals.h: Created public methods for parsing
20256         assembly names. Fixed mono_assembly_load_with_partial_name:
20257         it now finds the best match, taking into account the version,
20258         token and culture specified in the partial name. Also return
20259         the latest version if no version information is specified.
20260
20261 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
20262
20263         * threadpool.c: replace check for SocketAsyncCall class.
20264
20265 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20266
20267         * threadpool-internals.h:
20268         * Makefile.am: added threadpool-internals.h
20269
20270         * threadpool.c: call mono_unhandled_exception on exceptions not handled
20271         that happen in threadpool threads (tested on MS).
20272         (mono_thread_pool_remove_socket): new function that dispatch any pending
20273         AIO call on a socket that is closing. By now only epoll really needs it,
20274         as select/poll wake up when the socket closes.
20275
20276
20277         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
20278
20279 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
20280
20281         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
20282
20283 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
20284
20285         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
20286
20287 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
20288
20289         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
20290         has an abort request, convert it into a suspend request.
20291
20292 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
20293
20294         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
20295         warning for the usage of `UnmanagedFunctionPointerAttribute' which
20296         is not supported yet.
20297
20298 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20299
20300         * image.c: register assemblies loaded from data (bundles) in the loaded
20301         assemblies hash. Fixes bug #74772.
20302
20303 2005-04-29  Martin Baulig  <martin@ximian.com>
20304
20305         * class.c (mono_type_get_name_recurse): Update to the new naming
20306         schema from the latest .NET 2.x beta2.
20307         (mono_class_setup_vtable_general): If we're a generic instance,
20308         copy the vtable from our generic type definition and inflate all
20309         the methods in it.
20310
20311         * loader.c (find_method): Update to the new naming schema from the
20312         latest .NET 2.x beta2.
20313
20314 2005-04-29  Raja R Harinath  <harinath@gmail.com>
20315
20316         * class.c (mono_class_init): Add a mono_loader_unlock to the
20317         #74734 fix.
20318
20319 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
20320
20321         * icall.c (ves_icall_System_Environment_Exit): Remove the 
20322         suspend_all_other_threads () call for the time being, since it can hang.
20323
20324         * threads.c (mono_thread_manage): Similarly, disable the waiting for
20325         the background threads to exit, since it can also hang.
20326
20327         * class.c (mono_class_init): Applied patch from Ankit Jain 
20328         (radical@gmail.com). Avoid pending init errors when a field refers
20329         to a nested class using a typeref. Fixes #74734.
20330
20331         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
20332         this for dynamic modules.
20333
20334 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20335
20336         * threads.c: don't wait for threads that are in the process of aborting
20337         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
20338         and waiting for background threads to finish. This makes xsp and
20339         mod-mono-server exit without random length delays and/or hangs.
20340
20341 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20342
20343         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
20344
20345 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
20346
20347         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
20348         dynamic types to prevent infinite loops. Fixes #74727.
20349
20350         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
20351         ..._is_assignable_to.
20352
20353 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
20354
20355         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
20356
20357 2005-04-25  Martin Baulig  <martin@ximian.com>
20358
20359         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
20360
20361         * domain.c
20362         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
20363
20364         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
20365
20366         * reflection.c (build_compressed_metadata): Set metadata header
20367         version to 2.0.
20368
20369 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
20370
20371         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
20372         number into an integral and a decimal part. Fixes #70473.
20373
20374         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
20375
20376 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
20377
20378         * culture-info-table.h : reflected the latest locale-builder output.
20379
20380 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20381
20382         * threadpool.c: check for SuspendRequested too when deciding if
20383         mono_thread_interruption_checkpoint should be called.
20384
20385 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20386
20387         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
20388         * threads.c: remove interruption_mutex and use Interlocked instead. When
20389         suspending all the threads, wait for all the suspended events at once.
20390         If we're shutting down and get an APC that is going to be queued,
20391         call mono_thread_execute_interruption immediately, as the thread might
20392         be sleeping on a pthread condition or mutex.
20393
20394         * icall.c: call mono_runtime_set_shutting_down before suspending the
20395         threads.
20396
20397         Fixes bug #74693. And now xsp is happier when exiting.
20398
20399 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
20400
20401         * loader.c (mono_stack_walk): Fix #74690.
20402
20403 2005-04-22  Martin Baulig  <martin@ximian.com>
20404
20405         * mono-debug.h (MonoDebugMethodJitInfo): Added
20406         `MonoDebugMethodJitInfo *jit'.
20407
20408         * mono-debug.c (mono_debug_read_method): Cache the
20409         MonoDebugMethodJitInfo in `address->jit'.
20410         (mono_debug_free_method_jit_info): New public method.
20411
20412 2005-04-22  Martin Baulig  <martin@ximian.com>
20413
20414         * class.c (mono_class_is_assignable_from): Disallow
20415         type parameter -> interface.
20416
20417 2005-04-21  Dick Porter  <dick@ximian.com>
20418
20419         * threads.c (mono_thread_create): Turn an assertion into an error.
20420
20421 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
20422
20423         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
20424         
20425         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
20426         Fix some gcc 4.0 warnings.
20427
20428 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
20429
20430         * file-io.c: fix alt dir separator char on unix systems
20431         and cleanup (fixes bug #71214).
20432
20433 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
20434
20435         * marshal.c: Use CALLVIRT instead of CALL when dispatching
20436         a call to a remote domain, since the method may be an
20437         interface method in the client domain. This fixes bug #74192.
20438
20439 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20440
20441         * threadpool.c: recv/send are now performed before going back to managed
20442         code to save one transition.
20443
20444 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20445
20446         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
20447
20448         * metadata/threadpool.c: removed hack to workaround the bug above.
20449
20450         Fixes bug #74618.
20451
20452 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
20453
20454         * reflection.c reflection.h: Fix handling of parameter defaults in
20455         dynamic methods. Also fixes handling of parameter attributes.
20456         Fixes #74609.
20457
20458         * mono-debug.c (mono_debug_close_image): Fix warning.
20459
20460 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20461
20462         * socket-io.h: replaced old unused field with new 'blocking'.
20463         * threadpool.c: restore socket blocking state on windows(tm).
20464
20465 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
20466
20467         * icall.c: don't return the codebase in the AssemblyName[] returned by
20468         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
20469         * object-internals.h: Removed FIXME (fields were presents) and fixed
20470         versioncompat declaration.
20471
20472 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20473
20474         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
20475         not closed, so don't cleanup when it happens.
20476
20477 2005-04-13  Chris Toshok  <toshok@ximian.com>
20478
20479         * mono-debug-debugger.h: change prototype for
20480         mono_debugger_lookup_type.
20481
20482         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
20483         this function, although it should probably be named
20484         mono_debugger_init_type.
20485
20486 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20487
20488         * threadpool.c: fix non-AIO case.
20489
20490 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
20491
20492         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
20493         the built-in profiler to measure just JIT compilation times.
20494
20495 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20496
20497         * threadpool.c: the epollfd might be closed by another thread at
20498         any time, so ignore EBADF at treat it as a "we're closing" sign.
20499
20500 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20501
20502         * threadpool.c: release the semaphores with a count equals to the number
20503         of working threads in both IO and regular pools. Fixed typo that messed
20504         up the count of IO pool threads. Don't initialize the pipe handles if
20505         we're using epoll.
20506
20507 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20508
20509         * threadpool.c: some systems don't like a NULL when deleting the socket
20510         from epoll.
20511
20512 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20513
20514         * threadpool.c: fix semaphore allocation.
20515
20516 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20517
20518         * threadpool.c: added epoll() based implementation for asynchronous IO
20519         that is used instead of the default poll() when available.
20520         It can be disabled by setting MONO_DISABLE_AIO.
20521
20522 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20523
20524         * threadpool.c: windows needs 'closesocket' and instead of returning
20525         0 when the stream is closed while in select, it returns -1. Fixes bug
20526         #74573.
20527
20528 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
20529
20530         * class.c (class_compute_field_layout): Fix the regression caused by
20531         the previous try.
20532
20533 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20534
20535         * threadpool.c: separate pool for socket async. IO.
20536         * threadpool.h: mono_max_worker_threads is not a global any more.
20537
20538 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
20539
20540         * class.c (class_compute_field_layout): Fix #74549.
20541
20542 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20543
20544         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
20545         use 2 connected sockets instead.
20546
20547 2005-04-08  Miguel de Icaza  <miguel@novell.com>
20548
20549         * mono-config.c: Add new entry point for mkbundle
20550         mono_config_parse_memory. 
20551
20552 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20553
20554         * threadpool.c: removed another unused function.
20555
20556 2005-04-08  Ankit Jain  <radical@corewars.org>
20557
20558         * reflection.c (get_default_param_value_blobs): Add 'types'
20559         parameter to get the types encoded in the constant table.
20560         (mono_param_get_objects): Use the type from the constant table,
20561         not the type of the parameter, when creating default values.
20562         Handle null default values correctly.
20563
20564 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20565
20566         * file-io.c:
20567         * file-io.h:
20568         * threadpool.c:
20569         * threadpool.h:
20570         * icall.c:
20571         * socket-io.c: removed dead code for async IO.
20572
20573 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20574
20575         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
20576
20577         * threadpool.c: intercept socket async. calls and pass them to a thread
20578         that is polling and dispatching the job items to the threadpool as
20579         socket become ready. Fixes bugs #71217, #71933.
20580
20581         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
20582         between char and short/ushort arrays.
20583
20584         * socket-io.c: remove dead code.
20585
20586 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20587
20588         * locales.c,
20589           icall.c : removed InternalToUpper_Comp() and
20590           InternalToLower_Comp().
20591
20592 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20593
20594         * char-conversions.h : The tables were incorrectly generated. Should
20595           be generated against invariant culture.
20596
20597 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
20598
20599         * object.c (mono_runtime_invoke_array): Fix return value when 
20600         passing pre-created valuetype objects to ctors.
20601
20602         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
20603         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
20604         Fixes #74338.
20605
20606 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
20607
20608         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
20609         only used with --security and hides the wrong corlib version error.
20610
20611 2005-03-30  Joshua Tauberer  <tauberer@for.net>
20612
20613         * class.c: Changed mono_class_name_from_token so that types
20614         outside of a namespace don't have an initial period.  Improved
20615         the g_warning message used in _mono_class_get when loading
20616         fails.
20617         * assembly.c: In mono_assembly_load_reference, when an assembly
20618         can't be found, "No such file or directory" is misleading and
20619         unhelpful because a few paths were checked for the presence of
20620         the assembly.  When that happens (ENOENT), display a nicer
20621         message indicating the directories that were searched.  In all
20622         cases, the warning is made easier to read for non-hackers.
20623
20624 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20625
20626         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
20627         project/solution.
20628         * appdomain.h|domain.c: Removed inline from functions.
20629         * appdomain.c: Reduced warnings when compiling on windows.
20630         * icall.c: Fixed output_debug declaration to gunichar2*.
20631         * mono-config.c: Reduced warnings when compiling on windows.
20632         * rand.c: Added missing "windows.h". Added missing return value.
20633         * rawbuffer.c: Added missing winsock2.h for windows.
20634         * sysmath.h: Added mono-compiler.h header to allow/ease 
20635         compilation with non-GCC compilers.
20636         * threads.c: Fixed declarations to compile with VS.NET C compiler.
20637         Removed cast warnings.
20638
20639         Adapted from the work of J Lothian (for VC6).
20640
20641 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20642
20643         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
20644         from default_path.
20645
20646 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
20647
20648         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
20649         the 2.0 profile.
20650
20651 2005-03-27  Raja R Harinath  <harinath@gmail.com>
20652
20653         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
20654         has to be in $(exec_prefix).  $(prefix) is for arch-independent
20655         stuff, and it would probably use $(prefix)/share rather than
20656         $(prefix)/lib.
20657
20658 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20659
20660         * console-io.c: added 2 includes that might be missing.
20661
20662 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20663
20664         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
20665         profile.
20666
20667         * reflection.c (create_custom_attr): Allocate the params array using
20668         alloca so it gets GC tracking.
20669
20670 2005-03-23  Chris Toshok  <toshok@ximian.com>
20671
20672         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
20673         out some spew.
20674
20675 2005-03-24  Raja R Harinath  <rharinath@novell.com>
20676
20677         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
20678         changes to pick up any changes in prefix, etc.
20679
20680 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20681
20682         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
20683         
20684         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
20685         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
20686
20687 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20688
20689         * class-internals.h object-internals.h class.c reflection.c: Extend the
20690         mono_lookup_dynamic_token () function to return the class of the
20691         token as well. 
20692
20693         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
20694         well. Fixes #73848.
20695
20696 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
20697
20698         * security-manager.c: Skip inheritance checks for intra-corlib
20699         class inheritance and method overrides. This skips a lot of checks
20700         and (anyway) permissions cannot work until corlib is loaded.
20701
20702 2005-03-23  Martin Baulig  <martin@ximian.com>
20703
20704         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
20705         MONO_TYPE_GENERICINST.  
20706
20707 2005-03-23  Martin Baulig  <martin@ximian.com>
20708
20709         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
20710
20711 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20712
20713         * class.c: added locking comments to some functions.
20714         Cache the interface offsets arrays (saves about 20 KB
20715         of runtime memory in a typical app).
20716         Reduce the time overhead in mono_class_setup_supertypes ().
20717
20718 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
20719
20720         * icall.c: speedup and fix leaks in GetMethodsByName and
20721         GetPropertiesByName.
20722
20723 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20724
20725         * reflection.c: some locking fixes.
20726
20727 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
20728
20729         * metadata.c: added missing break in case statement.
20730
20731 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
20732
20733         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
20734         typedbyref return values. Fixes #73941.
20735
20736 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
20737
20738         * security-manager.c|h: Added demandunmanaged method and 
20739         suppressunmanagedcodesecurity class to MonoSecurityManager.
20740         Renamed aptc class to allowpartiallytrustedcallers.
20741
20742 2005-03-17  Martin Baulig  <martin@ximian.com>
20743
20744         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
20745
20746 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20747
20748         * file-io.c: disabled file async. IO using aio_*. It uses the
20749         threadpool now. Workaround for bug #73718.
20750
20751 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20752
20753         * assembly.h, mono-config.c: added code to deal with bundled configs
20754         for bundled assemblies.
20755
20756 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
20757
20758         * *.c, private.h: cleanup, removing old private.h header file.
20759
20760 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20761
20762         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
20763         and throw_on_unmappable_char attributes.
20764
20765 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
20766
20767         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
20768         _ProcessName_internal.
20769
20770 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
20771
20772         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
20773         #73631.
20774
20775         * icall.c threads.c threads-types.h: Remove slothash icalls as they
20776         are no longer used.
20777
20778 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20779
20780         * object.c (compute_class_bitmap): Add support for generics. Fixes
20781         #73527.
20782
20783 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20784
20785         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
20786
20787 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20788
20789         * filewatcher.c: commented out the code for windows watcher, as we don't
20790         use it (we use the managed implementation instead).
20791
20792 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20793
20794         * object-internals.h (MonoThread): Remove 'unused1' field.
20795
20796         * appdomain.c: Bump corlib version.
20797
20798         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
20799
20800         * reflection.c (mono_reflection_create_runtime_class): Remove the
20801         AssemblyBuilder.Save optimization since it causes too many problems.
20802
20803 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
20804
20805         * exception.c|h: Added mono_get_exception_reflection_type_load to
20806         create a ReflectionTypeLoadException object.
20807         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
20808         to return NULL is a InheritanceDemand fails during reflection. Updated
20809         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
20810         ReflectionTypeLoadException if an InheritanceDemand fails during 
20811         reflection. Added icall mapping for GetLinkDemandSecurity.
20812         * security-manager.c|h: Added ves_icall_System_Security_
20813         SecurityManager_GetLinkDemandSecurity internal call to return the
20814         class and methods permissions set for a LinkDemand. Removed unused
20815         fields in MonoSecurityManager.
20816
20817 2005-03-10  Martin Baulig  <martin@ximian.com>
20818
20819         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
20820         it's a generic instance.
20821
20822 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
20823
20824         * reflection.c (mono_get_object_from_blob): Applied patch from
20825         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
20826
20827         * class.c (mono_class_is_assignable_from): Another try at fixing 
20828         #73469 without breaking anything.
20829
20830 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20831
20832         * class.c: (mono_class_is_assignable_from): Revert the last changes
20833         since they don't work with generics.
20834         
20835         * class.c (mono_class_is_assignable_from): Fix build bustage.
20836
20837         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
20838         the managed IsAssignableFrom method. Fixes #73469.
20839
20840         * reflection.c (mono_reflection_call_is_assignable_from): New helper
20841         function.
20842
20843 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20844
20845         * object.c (mono_load_remote_field_new): Fix returning uninitialized
20846         memory when the remoting callback does not sets the out arguments.
20847         Fixes #73007.
20848
20849         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
20850         by mistake.
20851
20852         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
20853
20854         * object-internals.h (MonoStackFrame): Sync with managed object layout.
20855
20856         * appdomain.c: Bump corlib version.
20857
20858 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20859
20860         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
20861         function.
20862
20863         * threads.c (mono_thread_attach): Detect threads which are not started
20864         by the GC pthread wrappers.
20865
20866 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
20867
20868         * icall.c: Added new icall for RNG.
20869         * rand.c|h: Added new icall to open the RNG. This allows to share a 
20870         single handle on Linux to access /dev/urandom and fix #73183.
20871
20872 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
20873
20874         * object.c: setting the new vtable in a transparent proxy object must
20875         not change the GC descriptor.
20876
20877 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20878
20879         * object.c: fixed compilation without GCJ support.
20880         * reflection.c: for runtime-created types ensure klass->has_references
20881         is correct (bug #73215).
20882
20883 2005-03-02  Martin Baulig  <martin@ximian.com>
20884
20885         * class.c (mono_class_is_assignable_from): Make this work if
20886         `oklass' is a generic instance; fixes #72831.
20887
20888 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20889
20890         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
20891         with hasthis set.
20892         
20893         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
20894
20895         * marshal.c: Reorganize native->managed marshalling code to also use
20896         the emit_marshal_... functions.
20897
20898 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20899
20900         * object.c: typed allocs have issues with bitmap sizes > 30,
20901         so check for max_set >= 30.
20902
20903 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20904
20905         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
20906         managed code. Fixes #73012.
20907
20908         * metadata.h (MonoMarshalSpec): Add elem_mult field.
20909
20910         * metadata.c reflection.c: Load/Emit elem_mult as well.
20911         
20912         * metadata.h (MonoMarshalSpec): Add comment.
20913
20914         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
20915
20916         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
20917         num_elem to -1 if not given.
20918
20919         * object-internals.h (MonoReflectionMarshal): Add has_size field.
20920
20921         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
20922         given values.
20923
20924 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
20925
20926         * null-gc.c (mono_gc_free_fixed): Was not compilable.
20927
20928 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
20929
20930         * reflection.c (encode_marshal_blob): Encode param_num field as well.
20931
20932         * object-internals.h (MonoReflectionMarshal): Add param_num field.
20933
20934 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20935
20936         * object.c: generalized the reference bitmap creation
20937         and added hooks for the new GC.
20938         * class-internals.c: removed the gc_bitmap field from MonoClass.
20939
20940 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20941
20942         * domain.c: help the compiler to produce better code
20943         in mono_jit_info_table_find ().
20944
20945 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
20946
20947         * object.c: make all allocations look typed.
20948
20949 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20950
20951         * socket-io.c: load Mono.Posix if it's not loaded already
20952         (fixes bug#73033).
20953
20954 2005-02-24  Martin Baulig  <martin@ximian.com>
20955
20956         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
20957         * reflection.c (dup_type): Likewise.
20958
20959 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
20960
20961         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
20962         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
20963
20964 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20965
20966         * domain.c, threads.c, object-internals.h: make the critical thread
20967         local vars use the fast access mode (even when we're compiled in
20968         a lib). Provide accessors to be used by the jit during codegen.
20969
20970 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20971
20972         * appdomain.c: Changed hook functios behavior to include
20973         support for the reflection only assemblies. Some icalls were changed
20974         to support the mentioned assemblies too. Signatures of static methods
20975         try_assembly_resolve and real_load now have an additional parameter:
20976         refonly.
20977
20978         * assembly.c: General changes to mono_assembly_ methods to support
20979         reflection only api. Functions mono_assembly_open, mono_assembly_load,
20980         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
20981         suffix, to support an additional gbool parameter to specify whether
20982         the assembli is reflection only or not. Created some new hook functions 
20983         to add support for reflection only assemblies. Signatures of static 
20984         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
20985         have now an additional parameter: refonly.
20986
20987         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
20988         indicating whether the assembly is reflection only or not.
20989
20990         * exception.c: Add mono_get_exception_invalid_operation.
20991
20992         * icall.c: Throw an InvalidOperationException when trying to invoke
20993         a property/method/event, or trying to set/get the value of a field.
20994         Also add an icall to retrieve the ref_only flag to the
20995         MonoReflectionAssembly.
20996
20997 2005-02-23  Chris Toshok  <toshok@ximian.com>
20998
20999         Part of fix for #72827.
21000         * mono-debug.c (mono_debug_add_method): add lexical block data to
21001         the info we write.  Kind of a hack at the moment - we copy the
21002         lexical block info from the MonoDebugMethodInfo to the
21003         MonoDebugMethodJitInfo here, before writing it.
21004         (mono_debug_read_method): read the lexical block info.
21005
21006         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
21007
21008         * debug-mono-symfile.h: add lexical block support.
21009
21010         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
21011         support.
21012
21013 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21014
21015         * loader.c (mono_lookup_pinvoke_call): Fix warning.
21016
21017         * object.c (mono_runtime_free_method): Call mono_free_method () and
21018         put the TODOs there.
21019
21020         * loader.c (mono_free_method): Free up most memory allocated for 
21021         dynamic methods.
21022
21023 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21024
21025         * reflection.c: properly flag a Type argument to a
21026         named custom attr value (bug #72248).
21027
21028 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21029
21030         * reflection.c: reduce code duplication in named custom
21031         attribute encoding.
21032
21033 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
21034
21035         * reflection.c: properly encode custom attrs of type object
21036         (bug #72649).
21037
21038 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21039
21040         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
21041
21042 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
21043
21044         * socket-io.c: load System.dll if it's not loaded already
21045         (bug #72850 and #70477).
21046
21047 2005-02-21  Martin Baulig  <martin@ximian.com>
21048
21049         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21050         generic instances.
21051
21052 2005-02-21  Martin Baulig  <martin@ximian.com>
21053
21054         * reflection.c (mono_image_build_metadata): We also need to
21055         "fixup" the MethodImpl table after we computed the final method
21056         indices.  Call fixup_methodimpl() to do that.
21057         (fixup_methodimpl): New private method.
21058
21059 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21060
21061         * assembly.c: special case mscorlib.dll (bug#72536),
21062         patch from Carlos Alberto Cortez.
21063
21064 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
21065
21066         * threads-types.h threads.c: Fix build bustage.
21067
21068         * threads.c: Use a union for long<->double conversions.
21069
21070         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
21071         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
21072
21073         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
21074         containing the checkpoint call with NOT_TAKEN.
21075         
21076         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
21077         checkpoint before pushing the arguments, so they won't have to be
21078         spilled to stack.
21079
21080 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21081
21082         * domain.c, assembly.c, domain-internals.h: make some data
21083         const and relocation-free.
21084
21085 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
21086
21087         * object.c, appdomain.c, class-internals.h: introduce the
21088         MonoClassRuntimeInfo structure to hold the info needed to
21089         use a class at runtime. Made mono_class_vtable() lock-free
21090         for all the appdomains.
21091
21092 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
21093
21094         * metadata-internals.h, image.c: introduce a per-image mempool to
21095         be used for memory that has the same lifetime as the image.
21096
21097 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
21098
21099         * domain.c: In mono_init_internal(), instead of selecting the first
21100         runtime version supported by an executable, get a list of all
21101         supported versions and select the one for which an mscorlib exists
21102         (since even if the runtime supports a given version, it doesn't mean
21103         that the framework for that version is installed).
21104         Modified get_runtimes_from_exe to support this behavior.
21105         In supported_runtimes, added information about additional system
21106         assembly versions.
21107         
21108         * assembly.c: Added support for more than one system assembly version
21109         per runtime version. Updated the assembly list.
21110         In mono_assembly_remap_version, removed the initial version check,
21111         since we don't know to which version we need to compare until we
21112         get the version set on which the assembly is based.
21113         Moved the code for loading corlib into the new method
21114         mono_assembly_load_corlib(), so it can be used by the initialization
21115         code.
21116         
21117         * domain-internals.h: Updated data structures and added declaration
21118         for mono_assembly_load_corlib.
21119
21120 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21121
21122         * reflection.c (resolve_object): Fix the creation of the signature in 
21123         the SignatureHelper case.
21124
21125         * assembly.c (mono_assembly_remap_version): Fix binary search.
21126         
21127 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
21128  
21129         * class.c: Added inheritance check when a method is overloaded (from a
21130         virtual method or when implementing an interface) and when a class is
21131         inherited. Added functions to set a failure for a class and to 
21132         retreive the exception from a failure.
21133         * class-internals.h: Added fields to MonoClass to keep the exception
21134         information status for inheritance (or other exceptions) to be thrown
21135         later (i.e. not at load time).
21136         * object.c: Throw the inheritance SecurityException when a type is to 
21137         be created with either class or method inheritance violations.
21138         * reflection.c|h: Fix when getting declsec from a class. Removed 
21139         unrequired code for class. Improved sanity in parameter naming.
21140         * security-manager.c|h: Added functions to check for class and method
21141         inheritance.
21142
21143 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21144
21145         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
21146         and has_finalize in dynamic types as well.
21147
21148 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
21149
21150         * culture-info-table.h : fixed currency format for en-GB (and so on).
21151
21152 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
21153
21154         * gc.c: ensure the GC handles never have 0 as a value.
21155
21156 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21157
21158         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
21159         a pointer to a struct to unmanaged code. Fixes #72625.
21160
21161 2005-02-16  Martin Baulig  <martin@ximian.com>
21162
21163         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
21164
21165 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21166
21167         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
21168
21169 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21170
21171         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
21172
21173         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
21174         UnmanagedFunctionPointerAttribute, use it for determining calling convention
21175         etc. Fixes #71471.
21176
21177         * reflection.c (mono_custom_attrs_get_attr): New helper function.
21178
21179         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
21180
21181 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
21182
21183         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
21184         changes to make the current context a field in MonoThread.
21185
21186 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21187
21188         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
21189         the last change.
21190         
21191         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
21192         extracted from mono_marshal_get_native_wrapper.
21193
21194         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
21195         to create wrappers around native functions.
21196
21197         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
21198         delegates for arbitrary function pointers. Fixes #71472.
21199
21200 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21201
21202         * threads.c: cleaned up the code a little.
21203
21204 2005-02-15  Martin Baulig  <martin@ximian.com>
21205
21206         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
21207         the data table.
21208
21209         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
21210         allocate larger chunks if needed.
21211
21212 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21213
21214         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
21215         in by mistake.
21216
21217 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
21218
21219         * domain.c: keep the domains in an array and ensure the domain ids
21220         are kept small, so they can be used as indexes to domain-specific data
21221         with a small memory overhead.
21222
21223 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21224
21225         * icall.c: Handle byref types in Type icalls. Fixes #72544.
21226
21227 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
21228
21229         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
21230
21231 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
21232
21233         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
21234
21235         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
21236         values.
21237
21238         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
21239         
21240 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
21241
21242         * domain-internals.h: add the hashtable here.
21243
21244         * class-internals.h: Remove `info' from MonoMethod
21245
21246         * domain.c: Add a new hashtable, jit_trampoline_hash
21247
21248 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21249
21250         * object.c: don't set the value of static fields
21251         (fixes bug#72494).
21252
21253 2005-02-11  Martin Baulig  <martin@ximian.com>
21254
21255         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
21256         (mono_debug_add_method): Silently ignore the method if it's too big.
21257         (mono_debug_add_type): Likewise.
21258
21259 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
21260
21261         * threads.c, appdomain.c: remove #ifdefs from the code.
21262
21263 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
21264
21265         * metadata-internals.h: Added flags to MonoAssembly to cache the most
21266         common security informations. This allows us to stay in unmanaged code
21267         when doing LinkDemand and it's special cases (except for the first 
21268         time for initialization). The flags a very much used with --security.
21269         * reflection.c|h: Added code to get declarative security attributes 
21270         for LinkDemand and InheritanceDemand. This required to refactor the
21271         existing code for Demand.
21272         * security-manager.c|h: Added new method fields for the special cases
21273         of LinkDemand.
21274
21275 2005-02-10  Martin Baulig  <martin@ximian.com>
21276
21277         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
21278         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
21279
21280 2005-02-10  Martin Baulig  <martin@ximian.com>
21281
21282         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
21283         debugging code; this is almost a complete rewrite.
21284
21285         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
21286
21287 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21288
21289         * domain.c, object.h: expose mono_string_equal () and 
21290         mono_string_hash ().
21291         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
21292         it's implemented in managed code.
21293
21294 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21295
21296         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
21297         lo leak objects between appdomains.
21298
21299 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21300
21301         * assembly.c: old compilers compilation fix from 
21302         robertj@gmx.net (Robert Jordan).
21303
21304 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
21305
21306         * class-internals.h: Little reminder for the future.
21307
21308         * debug-helpers.c: Fix up wrapper_type_names
21309
21310 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21311
21312         * image.c, metadata-internals.h: when loading an image from a file,
21313         mmap all of it and use the same codepaths as when using a
21314         in-memory image: the code is simpler and we use less memory
21315         (both writable and readonly).
21316
21317 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21318
21319         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
21320         API to alloc runtime data structures that need to be tracked by the
21321         GC and contain pointers.
21322         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
21323         make the code more readable and eventually use a different GC.
21324
21325 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
21326
21327         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
21328         for out arguments.
21329         
21330 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
21331
21332         * object.c: In release_type_locks(), don't release the cctor lock
21333         if it has already been released. This fixes a crash in the
21334         thread5 test.
21335
21336 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21337
21338         * gc.c, marshal.c, icall.c: register a delegate for finalization
21339         only when the native function pointer has been allocated for it.
21340
21341 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21342
21343         * object.c: cleaned up some code, allocate objects that are
21344         pointer free with the atomic malloc variant. Allocate memory
21345         for static data from the mempool if it's pointer-free.
21346         Allocate the bounds array at the end of the array data, when needed.
21347         * object-internals.h, object.h: move a private function in a private
21348         header.
21349         * class.c: handle missing case in tracking references in fields.
21350
21351 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21352
21353         * class.c, class-internals.h: keep track if a type has
21354         reference fields in either the instance or static fields.
21355
21356 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
21357
21358         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
21359         and renamed to MonoRuntimeInfo. Added fields to store the expected
21360         framework assembly version. Changed mono_get_framework_version and
21361         mono_get_runtime_version for a single mono_get_runtime_info method.
21362         
21363         * assembly.c: Added method to remap system assembly versions to the
21364         current executing runtime version. Removed old mapping code.
21365         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
21366         
21367         * icall.c, reflection.c: Track api changes.
21368
21369 2005-02-06  Miguel de Icaza  <miguel@novell.com>
21370
21371         * loader.c (method_from_memberref): Improve error reporting,
21372         produce the class name instead of the typeref/typedef index. 
21373
21374 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
21375
21376         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
21377
21378 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21379
21380         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
21381         stdcall and charset name mangling.  Reorganize the code and add
21382         some tracing stuff.
21383
21384 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21385
21386         * monodiet.c: More iters!
21387
21388         * marshal.c: Iter usage.
21389
21390         * icall.c: Iter usage.
21391
21392         * object.c: Use iters.
21393
21394         * debug-helpers.c: More iters
21395
21396 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21397
21398         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
21399         under win32.
21400
21401 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21402
21403         * mono-debug-debugger.c: use iters
21404
21405         * class.c, class-internals.h: mono_class_setup_events is static
21406         now
21407
21408         * All callers: use iters
21409
21410 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21411
21412         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
21413         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
21414
21415 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21416
21417         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
21418
21419         * marshal.h: Add prototypes for ldfld/stfld_remote.
21420
21421         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
21422         this is called during startup.
21423         
21424 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
21425
21426         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
21427         MonoThreadsSync struct private in monitor.c. Changed the way
21428         MonoThreadsSync is allocated so it's faster and there is no
21429         need to keep track of it with a finalizer and it uses less memory.
21430         This also finally allows us to allocate mono objects as ptrfree when
21431         there are no reference fields.
21432
21433 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
21434
21435         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
21436         disappearing link to the GC interface and use them to simplify
21437         the gchandles code.
21438
21439 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21440
21441         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
21442         stfld_remote which call mono_load/store_field_new. This allows methods
21443         calling ldfld/stfld wrappers to be AOTed.
21444
21445         * console-io.c: Include sys/filio.h under solaris.
21446         
21447         * console-io.c: Include curses.h if needed correctly.
21448
21449 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21450         
21451         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
21452         method->klass as well.
21453
21454         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
21455
21456         * class.c (mono_class_init): Switch on lazy initialization of 
21457         methods.
21458
21459         * class.c (mono_class_get_finalizer): Handle the case when the 
21460         finalizer is inherited.
21461
21462 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21463
21464         * console-io.c: <curses.h> is needed by term.h on solaris.
21465
21466 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
21467
21468         * icall.c, class-internals.h, monodiet.c, class.c: Remove
21469         mono_class_setup_properties where possible. Remove this ftn from
21470         the header file, and make it static.
21471
21472 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21473
21474         * loader.c: Add missing setup_... call.
21475
21476         * class.c: Add missing setup_... calls.
21477
21478         * class.c (mono_class_init): Switch on lazy initialization of 
21479         the generic vtable.
21480         
21481         * class.c (mono_class_init): Fix generics broken by the recent changes.
21482
21483         * monodiet.c (handle_type): Add missing setup_... calls.
21484
21485         * class.c: Back out garbage in previous patch.
21486         
21487         * class.c: Add missing setup_... calls.
21488
21489         * class.c (mono_class_get_method_from_name_flags): Avoid calling
21490         mono_class_setup_methods () if possible.
21491
21492         * class-internals.h (MonoClass): Add 'has_cctor' flag.
21493
21494         * class-internals.h (MonoCachedClassInfo): New structure.
21495
21496         * class.c: Initialize properties and events fields of MonoClass lazily.
21497
21498         * class.c: Add infrastructure for lazily initializing the methods and
21499         vtable fields of MonoClass. Not yet used.
21500
21501         * class.c (mono_class_get_finalizer): New helper function.
21502
21503         * class.c: Add infrastructure for loading some class related data from
21504         an AOT file.
21505
21506         * object.c: Add infrastructure for initializing the vtable from data
21507         in the AOT file.
21508
21509         * gc.c (run_finalize): Use mono_class_get_finalizer ().
21510
21511         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
21512         appropriate initialization function before accessing parts of the
21513         MonoClass structure.
21514
21515         * marshal.c: Fix warnings.
21516         
21517         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
21518
21519         * mono-debug-debugger.c (get_exception_message): Use 
21520         mono_class_get_method_from_name_flags ().
21521
21522 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
21523
21524         * reflection.c, appdomain.c: Replace a few manual searches that
21525         Zoltan missed. (Paolo approved this part of my initial patch).
21526
21527 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
21528
21529         * profiler.c: disable recording statistical events at report time.
21530
21531 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21532
21533         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
21534         to byteswap arrays of enum values, too (bug #72080).
21535
21536 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
21537
21538         * appdomain.c (set_domain_search_path): Allow this to be called if
21539         domain->setup is not yet set.
21540
21541         * loader.c (mono_method_get_index): New helper function.
21542
21543         * loader.c reflection.c: Use mono_method_get_index ().
21544
21545         * class.c (mono_class_get_method_from_name_flags): New helper method.
21546
21547         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
21548         this.
21549
21550         * class.c (mono_class_get_cctor): New helper method.
21551
21552         * string-icalls.c object.c class.c marshal.c reflection.c: Use
21553         mono_class_get_method () to look up methods.
21554
21555 2005-02-01  Miguel de Icaza  <miguel@novell.com>
21556
21557         * console-io.c: Fix the build, this should work on Windows.
21558
21559 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
21560
21561         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
21562         be set to null to keep things valid
21563
21564 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21565
21566         * icall.c: added Console 2.0 icalls.
21567         * Makefile.am: added console-io.[ch]
21568         * console-io.[ch]: internal calls for Console 2.0 API.
21569
21570 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21571
21572         * class.c: make sure we consider all the interfaces
21573         when calculating max_interface_id (bug found by
21574         Jeroen Frijters running ikvm).
21575
21576 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
21577
21578         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
21579         valuetype fields to null.
21580
21581         * object.c (set_value): Ditto. Fixes #71669.    
21582
21583 2005-01-31  Martin Baulig  <martin@ximian.com>
21584
21585         * metadata.c (mono_metadata_has_generic_params): New public
21586         function; checks whether something is a generic method.
21587
21588 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
21589
21590         * appdomain.c: fix infinite recursion when adding assemblies.
21591
21592 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
21593
21594         * object.c: Fix small typo to return all items for Environment.
21595         GetCommandLineArgs.
21596
21597 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21598
21599         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
21600         reflection.c: more domain and assembly-unload related fixes
21601         and memory leaks plugs.
21602
21603 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
21604
21605         * 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.
21606
21607 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
21608
21609         * loader.c (mono_method_signature): Make this method lazy
21610         (mono_get_method_from_token): Don't computate the signature here.
21611
21612         Doing this saves quite a bit of memory. I got 90 kb on starting up
21613         monodoc. It should also save some disk reads on startup.
21614
21615         * *: MonoMethod->signature might be NULL now. You *MUST* use
21616         mono_method_signature.
21617
21618 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
21619
21620         * object.c (mono_runtime_get_main_args): Return an array from the
21621         current domain here. Fixes #71938.
21622
21623 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
21624
21625         * monitor.c: formatting changes to comply with the
21626         mono coding style and remove #ifdefs from the code.
21627
21628 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21629
21630         * metadata.c, private.h: remove some unneeded data
21631         and use a more compact representation for table schemas.
21632
21633 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
21634
21635         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
21636         to get a better distribution in hash tables.
21637         * *.c: use mono_aligned_addr_hash() where appropriate.
21638         * assembly.c: make var static.
21639
21640 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
21641
21642         * domain-internals.h: Put MonoJitInfo on a diet.
21643
21644         * domain.c: Fix a warning.
21645
21646 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21647
21648         * gc.c: rework the gc handles code to reuse handles
21649         when freed.
21650
21651 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21652
21653         * domain.c: fixed long standing bug in mono_string_equal() which
21654         was brought to light with the ldstr changes.
21655
21656 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
21657
21658         * reflection.c: Remove warning by adding missing include for marshal.h
21659
21660 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21661
21662         * domain.c, object.c: change the ldstr_table to hold
21663         MonoString* as keys: makes the runtime isinterned lookup
21664         faster and simplifies memory management.
21665
21666 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
21667  
21668         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
21669         possible to add imperative security checks before calling the icall.
21670         * reflection.c: Return security attributes on the original MonoMethod
21671         (and not the wrapped one). This fix permissions on icalls.
21672
21673 2005-01-25  Dick Porter  <dick@ximian.com>
21674
21675         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
21676         the check for mktime() support actually test the mktime() return
21677         value.  "Fixes" bug 71682, though the output is still different to
21678         MS.
21679
21680 2005-01-25  Martin Baulig  <martin@ximian.com>
21681
21682         * class.c (mono_class_is_assignable_from): Make this work for
21683         generic instances.
21684
21685 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
21686
21687         * marshal.c (mono_string_utf8_to_builder)
21688         (mono_string_builder_to_utf16): We might not have ownership of the
21689         string. In thise case, we need to create a new buffer.
21690
21691         * object-internals.h (mono_stringbuilder_capacity): sb->str might
21692         be null, in which case, use the default capacity.
21693
21694 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21695
21696         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
21697         GC events to the profiler.
21698
21699 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21700
21701         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
21702         if you don't want the GC to run.
21703
21704 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
21705
21706         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
21707         start providing a GC API and keeping different implementations in
21708         their own file.
21709         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
21710
21711 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
21712
21713         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
21714         mmap rather than allocating a huge buffer.
21715         (mono_debug_close_mono_symbol_file): Free the buffer allocated
21716         above.
21717
21718 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
21719
21720         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
21721         and CheckExecutionRights.
21722         * reflection.c|h: Keep the index of the declarative security to be 
21723         used, instead of the pointer, when AOT compiler is used. Also add 
21724         class initialization when requesting demands.
21725         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
21726         CheckExecutionRights. Both properties are now FALSE by default, and
21727         unmodifiable, unless the --security option is used.
21728
21729 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21730
21731         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
21732         reflection.c: properly refcount images and assemblies, many leaks fixed.
21733
21734 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21735
21736         * threadpool.c: increase the timeout for threads in the thread pool to
21737         10s.  Fixes bug #67159.
21738
21739 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
21740
21741         * class-internals.h: Sun's compiler insists on explicit
21742         signed on bit fields to handle then correctly.
21743
21744 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
21745
21746         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
21747         Make the size of the array fit only the number of invalid path
21748         chars that we have.
21749
21750         * class.c (_mono_class_get): Improve the error reporting when a
21751         class referenced is not found, to assist debugging. 
21752
21753 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
21754
21755         * threads.c: fix off-by-one error.
21756         * domain.c: free data allocated in the domain.
21757
21758 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21759
21760         * reflection.c (mono_method_body_get_object): Fill out exception info
21761         as well.
21762
21763         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
21764         structure.
21765         
21766 2005-01-19  Martin Baulig  <martin@ximian.com>
21767
21768         * loader.c (mono_get_method_constrained): Make this work again.
21769
21770 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21771
21772         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
21773         guint16 to match the managed side.
21774
21775         * reflection.c (mono_reflection_body_get_object): Fill out local
21776         variables array.
21777
21778         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
21779         as well.
21780
21781         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
21782         'local_var_sig_token'.
21783
21784 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
21785
21786         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
21787         System.Drawing.
21788
21789         * reflection.c (mono_method_body_get_object): Handle abstract and
21790         runtime methods.
21791
21792 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
21793
21794         * marshal.c, loader.c, class-internals.h, reflection.c:
21795         store the emthod data for a wrapper in an array instead of a list.
21796
21797 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
21798
21799         * marshal.c: change the code to allocate memory more
21800         conservatively for method wrappers.
21801
21802 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
21803
21804         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
21805         fields from MonoClass to the marshal info structure where they belong.
21806
21807 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21808
21809         * class.c, object.c, class-internals.h, marshal.c: rearrange
21810         some fields and tweak some types to lower memory usage.
21811
21812 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
21813
21814         * threads.c (signal_thread_state_change): Handle the case when the
21815         target thread is the current thread.
21816
21817         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
21818
21819         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
21820         emit_ptr_to_object_conv. 
21821
21822         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
21823         marshalling. Fixes #71352.
21824
21825 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21826
21827         * metadata.h, blob.h: move table enum to blob.h so it can be included
21828         in any header.
21829         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
21830         cut the size of MonoImage/MonoDynamicImage.
21831
21832 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
21833
21834         * profiler.c (mono_profiler_install_simple): Fix default arguments.
21835
21836 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
21837
21838         * reflection.c, reflection.h, icall.c: add a function to check
21839         if an attribute type is defined for a metadata object.
21840
21841 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
21842
21843         * object-internals.h: Added some needed fields from StringBuilder class.
21844         * marshal.c: Set the maxCapacity when creating a StringBuilder.
21845
21846 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
21847
21848         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
21849         threads before shutting down the runtime.
21850
21851         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
21852
21853 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21854
21855         * object-internal.h, threads.c: implement stacksize and 
21856         parameterized thread start functionality (requires
21857         matching corlib). Marked broken code for later removal.
21858
21859 2005-01-12  Martin Baulig  <martin@ximian.com>
21860
21861         * class-internals.h (MonoGenericClass): Moved the `initialized'
21862         flag to MonoDynamicGenericClass, removed `init_pending'.
21863         (MonoGenericInst): Added `is_reference' flag.
21864
21865 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
21866
21867         * reflection.c (mono_image_create_pefile): Only set the pe_offset
21868         inside the MSDOS header. Fixes #71201.
21869
21870         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
21871         gc thread.
21872         (mono_domain_finalize): Ditto.
21873
21874 2005-01-12  Martin Baulig  <martin@ximian.com>
21875
21876         * class.c (mono_get_shared_generic_class): Use the cache for
21877         non-dynamic generic classes.
21878
21879         * class-internals.h (mono_class_create_generic_2): Removed
21880         function prototype, this function is now static inside class.c.
21881
21882         * class.c (mono_class_create_generic_2): Made this static, only
21883         call it from mono_class_init() and mono_class_setup_parent().
21884         (collect_implemented_interfaces_aux): Call mono_class_init() on
21885         the interfaces we collect.
21886         (mono_class_setup_vtable): Call mono_class_init (class->parent).
21887
21888 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21889
21890         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
21891         it a real thread handle.
21892
21893         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
21894         MonoJitExceptionInfo, since each catch clause needs its own variable.
21895         
21896 2005-01-11  Dick Porter  <dick@ximian.com>
21897
21898         * image.c (mono_pe_file_open): New variant on mono_image_open()
21899         that does not set up the CLI metadata; used for FileVersionInfo so
21900         it can get the data for windows binaries too.
21901         
21902         * process.c (process_read_string_block): Don't read off the end of
21903         the StringTable block.
21904
21905         These both fix bug 70766.
21906
21907 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
21908
21909         * gc.c: set some fields to NULL at GC cleanup time.
21910         * threads.c: if we quit the main thread, call exit ().
21911
21912 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21913
21914         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
21915
21916 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
21917
21918         * threads.h, threads.c, object.c: added accessor and settor for
21919         main_thread. Handle it specially when exiting from it: wait
21920         for other foreground threads to exit.
21921
21922 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
21923
21924         * process.c, verify.c: remove some bloat.
21925
21926 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
21927
21928         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
21929         the calling convention to cdecl under win32.
21930
21931 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
21932
21933         * object.c (mono_object_get_size): New function to get the size of
21934         an object instance.
21935
21936         * profiler.c (simple_allocation): Use above.
21937
21938 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
21939
21940         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
21941         ves_icall_System_AppDomain_getRootDomain (as it's not required to
21942         get an appdomain by it's id and we can't assume the root's id is 0).
21943         * domain-internals.h: Change the function prototype to match.
21944         * icall.c: Change the icall table for AppDomain.
21945
21946 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
21947
21948         * locales.c (string_invariant_compare_char): Only compute
21949         GUnicodeTypes in the case where we need them.  Test for ordinality
21950         first and return if so.
21951
21952         From the commit:
21953
21954                 /*
21955                  * FIXME: here we must use the information from c1type and c2type
21956                  * to find out the proper collation, even on the InvariantCulture, the
21957                  * sorting is not done by computing the unicode values, but their
21958                  * actual sort order.
21959                  */
21960
21961 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21962
21963         * loader.c: for P/Invoke methods, allow the "Internal" shared
21964         library name to refer to the calling process symbol namespace.
21965
21966 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
21967
21968         * Makefile.am: Add the security manager to the build.
21969         * security-manager.c|h: New. Initialization of the security manager.
21970
21971 2005-01-07  Dick Porter  <dick@ximian.com>
21972
21973         * threads.c: 
21974         * monitor.c: Update thread state during Monitor and WaitHandle
21975         waits.  Fixes bug 71031.
21976
21977 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
21978
21979         * reflection.c (property_encode_signature): Correctly handle when the
21980         property has no methods.
21981
21982 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
21983
21984         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
21985         
21986         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
21987         fields from mb, not rmb. Fixes #71017.
21988
21989         * marshal.c (emit_ptr_to_str_conv): Add support for 
21990         ByValTStr -> string conversion. Fixes #71015.
21991
21992         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
21993
21994         * mempool.c (mono_mempool_contains_addr): New helper function.
21995
21996 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21997
21998         * metadata.c (mono_metadata_compute_size): Fix size calculation of
21999         HasSematics encoded fields.
22000         
22001         * metadata.c (mono_type_to_unmanaged): Improve error message for 
22002         invalid string marshalling.
22003
22004         * metadata.c: Fix warnings.
22005         
22006 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22007
22008         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
22009         profiler support.
22010
22011 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22012
22013         * domain.c object.c domain-internals.h: Revert part of r38077 since the
22014         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
22015         tests.
22016
22017 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22018
22019         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
22020         so methods containing these can be AOTed.
22021
22022 2005-01-03  Martin Baulig  <martin@ximian.com>
22023
22024         * loader.c (find_method): Removed the hack for generic instances.
22025         (method_from_memberref): If our parent is a generic instance, pass
22026         its generic type definition to find_method() and then inflate the
22027         method.
22028         (mono_get_method_constrained): Pass the generic type definition to
22029         find_method() and inflate the method later.
22030
22031         * class-internals.h (MonoStats): Added `generic_class_count'.
22032
22033         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
22034         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
22035
22036         * reflection.c (mono_custom_attrs_from_params): Don't ignore
22037         generic type definitions.
22038
22039 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
22040
22041         * loader.c icall.c: Fix warnings.
22042
22043 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
22044
22045         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
22046         blittable types. Fixes #70864.
22047
22048 2004-12-29  Martin Baulig  <martin@ximian.com>
22049
22050         * icall.c
22051         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
22052
22053         * reflection.c (mono_method_get_object): Create a
22054         "System.Reflection.MonoGenericMethod" for inflated methods; don't
22055         call mono_get_inflated_method().
22056
22057         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
22058
22059 2004-12-27  Martin Baulig  <martin@ximian.com>
22060
22061         * class-internals.h (MonoMethod): Added `is_inflated' flag.
22062         (MonoMethodInflated): Added `inflated' field.
22063
22064         * class.c (mono_class_inflate_generic_method): Don't really
22065         inflate the method here; just set the `is_inflated' flag in the
22066         MonoMethod.
22067         (mono_class_get_inflated_method): Actually inflate the method here
22068         if it's not already inflated; we use the MonoMethodInflated's new
22069         `inflated' field as a cache.
22070
22071 2004-12-26  Martin Baulig  <martin@ximian.com>
22072
22073         * class.c
22074         (inflate_generic_class): Moved some code out of inflate_generic_type().
22075         (mono_class_inflate_generic_method): If we're already inflated,
22076         inflate the context and use the declaring method; ie. make sure
22077         the declaring method of an inflated method is always the generic
22078         method definition.
22079         (mono_class_create_from_typedef): Create
22080         `class->generic_container->context->gclass'.
22081
22082 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
22083
22084         * metadata-internals.h, marshal.c, reflection.c: More
22085         MonoGHashTable->GHashTable.
22086
22087         * domain-internals.h, class.c: Change MonoGHashTable's into
22088         GHashTables for some cases where no gc stuff is used
22089
22090         All users: update apis
22091
22092 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
22093
22094         * metadata.c (builtin_types): Make this `const'. Makes this get
22095         put into the shareable section.
22096         (mono_metadata_init): Casts to make gcc happy.
22097
22098 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
22099
22100         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
22101
22102 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
22103
22104         * icall.c: Added an internal call to retrieve the position and length
22105         of assembly-level declarative security attributes (RequestMinimum, 
22106         RequestOptional and RequestRefuse). This is used by the Assembly class
22107         to re-create the corresponding permission sets.
22108
22109 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
22110
22111         * marshal.c: fix the stelemref wrapper to be type correct
22112         (and faster).
22113
22114 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
22115
22116         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
22117         to do key & 0x7fffffff. Hashtable already does this. It just
22118         results in longer code.
22119
22120 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
22121
22122         * appdomain.c: Bump corlib version.
22123         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
22124         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
22125         * reflection.c|h: Add functions to get declarative security infos
22126         (blob position and length) for assemblies, classes and methods.
22127
22128 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
22129
22130         * reflection.c: sort the constant table (bug #70693).
22131
22132 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
22133
22134         * object-internals.h, threads.c, domain.c: add accessors for
22135         the MonoThread and MonoDomain tls keys.
22136
22137 2004-12-18  Martin Baulig  <martin@ximian.com>
22138
22139         * class.c (inflate_generic_type): If we're inflating a generic
22140         instance, set `ngclass->context->container = context->container';
22141         ie. the container we inflated into.
22142
22143         * metadata.c (mono_metadata_parse_generic_param): Reflect above
22144         inflate_generic_type() changes.
22145
22146 2004-12-17  Martin Baulig  <martin@ximian.com>
22147
22148         * class-internals.h
22149         (MonoGenericClass): Replaced `MonoType *generic_type' with
22150         `MonoClass *generic_class'.  Removed `dynamic_info'; if
22151         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
22152         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
22153
22154 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
22155
22156         * exception.c (mono_exception_from_token): New helper function.
22157
22158 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
22159
22160         * assembly.c (mono_assembly_load_with_partial_name): Call 
22161         mono_assembly_loaded before invoking the preload hooks. Fixes
22162         #70564.
22163
22164         * object-internals.h (MonoThread): Change culture_info and 
22165         ui_culture_info into an array.
22166
22167         * threads.c: Cache culture info objects from more than one appdomain.
22168
22169         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
22170         current UI culture.
22171
22172 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
22173
22174         * threads.h threads.c appdomain.c: Clear the culture_info field of
22175         all threads during unloading if they point to an object in the dying
22176         appdomain.
22177
22178 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
22179
22180         * culture-info.h (TextInfoEntry): New struct
22181         * object-internals.h: sync with managed
22182         * locales.c: fill the `text_info_data' field
22183         * culture-info-tables.h: update
22184
22185 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
22186
22187         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
22188         collector.
22189
22190 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
22191
22192         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
22193         (ves_icall_ModuleBuilder_getMethodToken): Ditto
22194
22195 2004-12-12  Martin Baulig  <martin@ximian.com>
22196
22197         * mono-debug-debugger.c (write_type): If we're an enum and the
22198         builtin types have already been initialized, call mono_class_init().
22199
22200 2004-12-11  Martin Baulig  <martin@ximian.com>
22201
22202         * metadata.c (mono_metadata_load_generic_params): Added
22203         `MonoGenericContainer *parent_container' argument; automatically
22204         compute `container->is_method'; pass the correct owner to
22205         get_constraints().      
22206
22207         * reflection.c (compare_genericparam): Sort the GenericParam table
22208         according to increasing owners. 
22209
22210 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
22211
22212         * profiler.c: allow disabling the default profiler.
22213
22214 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
22215
22216         * decimal.c, icall.c: allow disabling System.Decimal support.
22217
22218 2004-12-09  Marek Safar <marek.safar@seznam.cz>
22219
22220         * reflection.c: Add support for null attribute arguments.
22221
22222 2004-12-09  Martin Baulig  <martin@ximian.com>
22223
22224         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
22225         names to get rid of compiler warnings.
22226
22227 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22228
22229         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
22230         mono_marshal_load_type_info (). Fixes #69625.
22231         (mono_marshal_get_ptr_to_struct): Likewise.
22232
22233 2004-12-08  Martin Baulig  <martin@ximian.com>
22234
22235         * mono-debug.h: Bumped version number to 47.
22236
22237         * mono-debug-debugger.c
22238         (mono_debugger_event_handler, mono_debugger_event): Take two
22239         guint64 arguments insteed of a gpointer and a guint32.  
22240
22241 2004-12-08  Martin Baulig  <martin@ximian.com>
22242
22243         * debug-mono-symfile.h
22244         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
22245         `address' to `native_offset'.
22246
22247 2004-12-08  Martin Baulig  <martin@ximian.com>
22248
22249         * class.c (mono_class_create_from_typespec): Only inflate if we
22250         either have `context->gclass' or `context->gmethod'.
22251
22252 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22253
22254         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
22255
22256         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
22257
22258         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
22259
22260         * reflection.c (mono_assembly_get_object): Remove the workaround put
22261         in for the release.
22262         
22263         * appdomain.c: Use the corlib_internal field from MonoAssembly.
22264
22265         * appdomain.c: Bump corlib version.
22266
22267         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
22268         be visible in other appdomains.
22269
22270 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
22271
22272         * threads.c: Interlocked inc and dec for longs were messed up,
22273         use a KISS based impl for this. Fixes 70234
22274
22275 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
22276
22277         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
22278
22279 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
22280
22281         * icall.c: fix to follow policy not to allow struct
22282         arguments in icalls.
22283
22284 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22285
22286         * process.c: make the patch that handles spaces in file paths work
22287         on mono/windows too.
22288
22289 2004-12-06  Martin Baulig  <martin@ximian.com>
22290
22291         * class.c (mono_class_create_generic): Call
22292         mono_class_setup_supertypes() if we're dynamic.
22293         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
22294
22295 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
22296
22297         * object-internals.h: Add new fields to MonoThread.
22298
22299         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
22300
22301         * icall.c threads-types.h threads.c: Add new icalls.
22302
22303         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
22304
22305         * object-internals.h (MonoReflectionAssembly): Sync object layout with
22306         managed side.
22307
22308         * appdomain.c: Bump corlib version.
22309
22310         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
22311         internal assemblies. Fixes #69181.
22312
22313 2004-12-05  Martin Baulig  <martin@ximian.com>
22314
22315         * class.c (mono_class_inflate_generic_signature): Make this a
22316         no-op if `context' is NULL or we don't have any type parameters;
22317         also copy `sentinelpos'.        
22318
22319 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
22320
22321         * image.c: Add unbox_wrapper_cache.
22322
22323         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
22324
22325         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
22326         function generator.
22327         
22328         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
22329         Fixes #70173.
22330
22331         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
22332         
22333 2004-12-04  Martin Baulig  <martin@ximian.com>
22334
22335         * loader.c (mono_method_get_signature_full): New public function;
22336         like mono_method_get_signature(), but with an additional
22337         `MonoGenericContext *' argument.
22338
22339         * class.c (mono_class_inflate_generic_signature): Formerly known
22340         as inflate_generic_signature(); make this public.
22341
22342 2004-12-04  Martin Baulig  <martin@ximian.com>
22343
22344         * metadata.c
22345         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
22346         instead of a `MonoGenericContainer *'.  
22347         (mono_metadata_parse_array_full): Likewise.
22348         (mono_metadata_parse_signature_full): Likewise.
22349         (mono_metadata_parse_method_signature_full): Likewise.
22350         (mono_metadata_parse_generic_inst): Likewise.
22351         (mono_metadata_parse_generic_param): Likewise.
22352         (mono_metadata_parse_mh_full): Likewise.
22353         (mono_type_create_from_typespec_full): Likewise.
22354
22355 2004-12-03  Martin Baulig  <martin@ximian.com>
22356
22357         * class-internals.h (MonoGenericContainer): Replaced the
22358         `MonoGenericContext * pointer with a `MonoGenericContext'
22359         structure and made it the first element.
22360
22361 2004-12-03  Martin Baulig  <martin@ximian.com>
22362
22363         * class.c
22364         (inflate_generic_type): Set the `context->container' when creating
22365         a new MonoGenericContext.
22366         (mono_class_inflate_generic_method): Likewise.
22367         (mono_class_create_from_typespec): Just use `context->container'
22368         to get the container.
22369
22370         * loader.c (method_from_methodspec): Set `context->parent' from
22371         `context->container' - and if that's a method container, use its
22372         parent.  Also set the `context->container' when creating a new
22373         MonoGenericContext.
22374         (mono_get_method_from_token): Use just `context->container' to get
22375         the container.
22376
22377         * metadata.c (do_mono_metadata_parse_generic_class): Also set
22378         `gclass->context->container'.
22379
22380         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
22381         the `context->container' when creating a new MonoGenericContext.
22382
22383 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
22384
22385         * reflection.c (compare_genericparam): Sort params with identical
22386         owner by their number. Fixes gen-111 on sparc.
22387
22388 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22389
22390         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
22391         around the domain changes.
22392
22393         * appdomain.c (mono_domain_unload): Handle the case when the thread
22394         calling Unload is itself being aborted during unloading. Fixes #70022.
22395
22396         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
22397
22398         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
22399         checkpoint_func as an icall so it gets a wrapper.
22400         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
22401         in the cross-appdomain wrappers too.
22402
22403         * threads.c (mono_thread_has_appdomain_ref): Make this public.
22404
22405         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
22406
22407         * reflection.c: Fix some memory leaks.
22408         
22409 2004-12-02  Martin Baulig  <martin@ximian.com>
22410
22411         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
22412
22413         * metadata.c (generic_class_cache): New static hashtable.
22414         (mono_metadata_lookup_generic_class): New public method.
22415
22416 2004-12-02  Martin Baulig  <martin@ximian.com>
22417
22418         * class.c (mono_class_create_from_typedef): Call
22419         mono_class_setup_parent() and mono_class_create_mono_type() before
22420         parsing the interfaces.
22421
22422 2004-12-02  Martin Baulig  <martin@ximian.com>
22423
22424         * metadata.c (generic_inst_cache): New static hashtable.
22425         (mono_metadata_lookup_generic_inst): New public function.
22426         (mono_metadata_inflate_generic_inst): New public function.
22427         (mono_metadata_parse_generic_inst): New public function.
22428         (do_mono_metadata_parse_generic_class): Use the new
22429         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
22430         since this'll also use the cache.
22431
22432         * reflection.c (mono_reflection_bind_generic_method_parameters):
22433         Use mono_metadata_lookup_generic_inst() to use the new cache.
22434
22435         * class.c (inflate_mono_type): Use
22436         mono_metadata_inflate_generic_inst() to inflate a generic
22437         instance; this'll also use the new cache.
22438
22439         * loader.c (method_from_methodspec): Use
22440         mono_metadata_parse_generic_inst() and
22441         mono_metadata_inflate_generic_inst() rather than parsing it
22442         manually, so we can use the new cache.
22443
22444 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22445
22446         * threads.c (wait_for_tids): Do not incorrectly free threads when 
22447         the wait times out.
22448
22449 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22450
22451         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
22452         iter->args based on whether parameters are passed in registers (i.e.
22453         MONO_ARCH_REGPARMS is defined)
22454
22455 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
22456
22457         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
22458         the exception message. Fixes #70070.
22459         (method_from_methodspec): Fix warnings.
22460
22461 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22462
22463         * process.c: (complete_path) return the path quoted
22464
22465 2004-12-01  Martin Baulig  <martin@ximian.com>
22466
22467         * class-internals.h (MonoGenericInst): New structure.
22468         (MonoGenericClass): Replaced `type_argc', `type_argv' and
22469         `is_open' with `MonoGenericInst *inst'.
22470         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
22471         `is_open' with `MonoGenericInst *inst'.
22472
22473 2004-11-30  Martin Baulig  <martin@ximian.com>
22474
22475         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
22476
22477         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
22478         to `generic_class_cache'.
22479
22480         * metadata.c
22481         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
22482         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
22483         (mono_generic_inst_is_valuetype): Renamed to
22484         mono_generic_class_is_valuetype().
22485
22486         * class-internals.h
22487         (MonoGenericInst): Renamed to MonoGenericClass.
22488         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
22489         (MonoClass): Renamed `generic_inst' to `generic_class'.
22490         (MonoGenericContext): Renamed `ginst' to `gclass'.
22491
22492         * object-internals.h
22493         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
22494
22495         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
22496         mono_reflection_generic_class_initialize().
22497
22498         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
22499         now known as "System.Reflection.MonoGenericClass".
22500         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
22501
22502 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
22503
22504         * class-internals.h: Added a flag field to MonoClass to cache the
22505         declarative security attributes actions associated with the class.
22506         * domain-internals.h: Added booleans to MonoJitInfo to cache the
22507         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
22508         applicable to the JITted method.
22509         * reflection.c|h: Added functions to extract (as flags) which security
22510         actions are available (declaratively) for a method, class or assembly.
22511         * metadata.c|h: Added functions to search the declarative security
22512         table in the metadata.
22513         
22514 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
22515
22516         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
22517         EXPORTEDTYPES are already in the class name cache, so there is no
22518         need to add extra code here to look at them. Just removes a bit of
22519         cruft.
22520
22521         (ves_icall_System_Environment_get_TickCount): No need for #if
22522         WINDOWS. We already have the code in io-layer.
22523
22524 2004-11-28  Martin Baulig  <martin@ximian.com>
22525
22526         * loader.c
22527         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
22528         Fixes gen-112.cs.
22529
22530 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
22531
22532         * assembly.c (do_mono_assembly_open): Instead of having a
22533         conditional WITH_BUNDLE, incorporate support for bundles here, by
22534         having a global `bundles' variable holding a pointer to the actual
22535         bundles. 
22536
22537         (mono_register_bundled_assemblies): New API call used by the
22538         bundle code. 
22539
22540         See mkbundle.1 for details.
22541         
22542 2004-11-27  Martin Baulig  <martin@ximian.com>
22543
22544         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
22545         the vtable for generic methods.
22546
22547 2004-11-26  Martin Baulig  <martin@ximian.com>
22548
22549         * metadata.c
22550         (mono_metadata_generic_method_hash): New public function.
22551         (mono_metadata_generic_method_equal): Likewise.
22552
22553         * class-internals.h
22554         (MonoGenericContainer): Added `GHashTable *method_hash'.
22555
22556         * reflection.c (ReflectionMethodBuilder): Added
22557         `MonoGenericContainer *generic_container'.
22558         (reflection_methodbuilder_to_mono_method): Don't create a new
22559         MonoGenericContainer each time we're called.
22560         (mono_reflection_bind_generic_method_parameters): Use
22561         `container->method_hash' to cache the results so we don't create a
22562         different method if we're called several times with the same
22563         arguments.
22564
22565         * loader.c (method_from_methodspec): Use the new
22566         `container->method_hash' here, too.
22567
22568 2004-11-26  Martin Baulig  <martin@ximian.com>
22569
22570         * class.c (inflate_generic_signature): Correctly compute
22571         `res->has_type_parameters'.
22572         (mono_class_vtable): Use the `has_type_parameters' flag to
22573         determine whether we're a generic method.
22574
22575         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
22576
22577 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
22578
22579         * object.c (mono_runtime_run_main): Fix a small memory leak.
22580
22581 2004-11-25  Martin Baulig  <martin@ximian.com>
22582
22583         * class.c (set_generic_param_owner): Fixed the loop.
22584
22585 2004-11-25  Martin Baulig  <martin@ximian.com>
22586
22587         * object.c (mono_class_vtable): Don't create any JIT wrappers for
22588         generic methods.
22589
22590 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
22591
22592         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
22593         names. Fixes #69787.
22594
22595 2004-11-24  Martin Baulig  <martin@ximian.com>
22596
22597         * class.c (mono_class_create_generic_2): If we don't have a
22598         `ginst->parent', inflate `gklass->parent' to get our parent.
22599
22600 2004-11-24  Martin Baulig  <martin@ximian.com>
22601
22602         * reflection.c (compare_genericparam): Correctly sort the
22603         GenericParam table; fixes #69779.
22604
22605 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
22606
22607         * reflection.c: When writing a PE file, don't create a huge
22608         buffer in memory. Just write the arrays we have to the file.
22609         This reduces memory usage.
22610
22611         * metadata-internals.h: MonoDynamicStream pefile is no longer used
22612         globally.
22613
22614 2004-11-17  Martin Baulig  <martin@ximian.com>
22615
22616         * class.c (mono_class_init): Don't setup `class->parent' for
22617         dynamic instances; moved this to mono_class_generic_2().
22618         (mono_class_create_generic): Also set `klass->inited' for dynamic
22619         generic instances.
22620         (mono_class_create_generic_2): Don't do anything for dynamic
22621         generic instances.  Set `klass->parent' here and also call
22622         mono_class_setup_parent() here. 
22623
22624         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
22625         `MonoType *parent' argument; set `ginst->parent' before calling
22626         mono_class_create_generic_2(), so we set the correct parent.
22627
22628 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
22629
22630         * reflection.c: allow getting attributes from ModuleBuilder
22631         (used by ikvm).
22632
22633 2004-11-17  Martin Baulig  <martin@ximian.com>
22634
22635         * class.c (mono_class_create_from_typedef): If a type parameter is
22636         inherited from an outer class, set its owner to that class.
22637
22638 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
22639
22640         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
22641           for (int*) written size. This fixes bug #69592.
22642
22643 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
22644
22645         * icall.c: Added IsAuthenticodePresnet internal call.
22646         * image.c|h: New function that check a MonoImage for an Authenticode
22647         signature in the certificate PE data directory.
22648         * security.c|h: New internal call to ask the runtime if an 
22649         Authenticode signature seems referenced in the PE header.
22650
22651 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
22652
22653         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
22654
22655         * reflection.c (mono_image_create_pefile): Free the assembly streams
22656         after writing out the assembly file.
22657
22658         * object.c (mono_runtime_run_main): Fix small memory leak.
22659
22660         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
22661         property access modifiers. Fixes #69389.
22662
22663 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
22664
22665         * domain.c, object.c, object-internals.h, domain-internals.h,
22666         object.h, marshal.c: keep dynamic code info per domain.
22667
22668 2004-11-15  Martin Baulig  <martin@ximian.com>
22669
22670         * class.c (mono_type_get_name_recurse): Put type arguments in
22671         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
22672         see bug #68387.
22673
22674 2004-11-15  Martin Baulig  <martin@ximian.com>
22675
22676         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
22677         (mono_class_setup_vtable): When computing `the_cname' for a
22678         generic instance, don't include the namespace since we'd otherwise
22679         add it twice.
22680
22681 2004-11-15  Martin Baulig  <martin@ximian.com>
22682
22683         * class.c (mono_class_create_generic): Changed return type to void.
22684         (mono_class_create_generic_2): New public function; setup
22685         `class->method', `class->field' and `class->interfaces' here
22686         instead of in mono_class_init().
22687
22688         * class.h (mono_class_create_generic): Moved to class-internals.h.
22689
22690 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
22691
22692         * reflection.c (mono_image_create_pefile): take a file HANDLE.
22693         rather than writing to memory, write to this file. Right now,
22694         we are just writting into a buffer, and copying that. However
22695         we can avoid the buffer later.
22696
22697         (mono_dynamic_stream_reset): new function
22698
22699         * icall.c, object-internals.h: update for the above.
22700
22701 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
22702
22703         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
22704         have been using gc'd memory. First it is slower, unlikely
22705         the comment in the source code said, secondly, it increases
22706         our footprint to do it in the gc.
22707
22708         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
22709         the method so that it does not have to copy to managed code.
22710
22711 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
22712
22713         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
22714
22715 2004-11-12  Martin Baulig  <martin@localhost>
22716
22717         * reflection.c (mono_image_create_token): Allow generic method
22718         definitions here, since they may appear in an `.override'; see
22719         gen-98/gen-99 for an example.
22720
22721 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
22722
22723         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
22724         #69365.
22725
22726         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
22727         descriptive.
22728
22729 2004-11-11  Martin Baulig  <martin@ximian.com>
22730
22731         * class.c (mono_class_setup_vtable): In an explicit interface
22732         implementation, the method name now includes the arity.
22733
22734 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
22735
22736         * object.c (mono_array_full_copy): Fix warning.
22737
22738 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
22739
22740         * appdomain.c: Removed look_for_method_by_name(). Use the new method
22741         mono_class_get_method_from_name() instead.
22742         
22743         * class-internals.h: Added two new types of wrappers. 
22744         Added MonoRemotingTarget enum. Added new trampoline function type, which
22745         takes an additional MonoRemotingTarget value as parameter, so it is
22746         possible to request a trampoline for a specific target.
22747         
22748         * class.c: Added new mono_class_get_method_from_name() method.
22749         
22750         * class.h: In MonoRemoteClass, we can have now to vtables, one for
22751         general remoting sinks and one specific for cross domain calls.
22752         
22753         * debug-helpers.c: Added new wrapper names.
22754         
22755         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
22756         of a remote class.
22757         
22758         * image.c: Porperly delete value objects form the remoting invoke hashtable.
22759         
22760         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
22761         with several other methods (mono_marshal_get_xappdomain_dispatch,
22762         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
22763         and others) can generate a fast remoting wrapper for cross domain calls.
22764         More information can be found in docs/remoting.
22765         Other changes: Removed mono_find_method_by_name, and used
22766         mono_class_get_method_from_name instead.
22767         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
22768         is stored in the remoting invoke hashtable.
22769         
22770         * marshal.h: published the new method for getting the xdomain wrapper,
22771         and also added a method for getting the adequate wrapper for a given
22772         method and target.
22773         
22774         * object-internals.h, object.c: Added a couple of methods for capying and
22775         cloning arrays.
22776         Modified mono_install_remoting_trampoline, which takes the new remoting
22777         trampoline that has a remoting target as parameter.
22778         mono_class_proxy_vtable now also takes a remoting target as parameter, and
22779         will return the most suitable vtable for the target.
22780         Added mono_remote_class_vtable, which returns the vtable of a remote class
22781         (which can be the normal remoting vtable or the xdomain vtable).
22782         
22783         * threads.c: the xdomain invoke and dispatch wrappers must also be
22784         protected against interruptions.
22785
22786 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22787
22788         * icall.c: use memmove in BlockCopyInternal when the source and
22789         destination arrays are the same.
22790
22791 2004-11-09  Martin Baulig  <martin@ximian.com>
22792
22793         * class-internals.h (MonoGenericContainer): Removed `method' and
22794         `signature', replaced them with `is_method' and `is_signature'
22795         flags.  Added `context'.
22796
22797         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
22798         instead of a `MonoGenericContainer *'.
22799
22800         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
22801         for dynamic type parameters.
22802         (mono_metadata_load_generic_params): Setup `container->context'.
22803
22804         * reflection.c (mono_reflection_setup_generic_class): Setup
22805         `tb->generic_container->context'.
22806         (do_mono_reflection_bind_generic_parameters): Use
22807         mono_class_inflate_generic_type() to correctly inflate types,
22808         rather than using our own hack just for MONO_TYPE_VAR.
22809
22810 2004-11-09  Martin Baulig  <martin@ximian.com>
22811
22812         * class.c (mono_class_inflate_generic_method): Small fix; don't
22813         crash here.
22814
22815         * icall.c
22816         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
22817         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
22818         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
22819         (ves_icall_Type_BindGenericParameters): Likewise.
22820         (ves_icall_Type_get_IsGenericInstance): Likewise.
22821         (ves_icall_Type_GetGenericParameterPosition): Likewise.
22822         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
22823         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
22824         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
22825
22826 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
22827
22828         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
22829         assembly versions and public key tokens. Fixes #69113.
22830
22831 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
22832
22833         * metadata.c: fix bug introduced with the type cache changes
22834         on 2004-11-06.
22835
22836 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
22837
22838         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
22839         the MonoClass pointer instead of the token in exception clauses.
22840         * reflection.c: updates for the above and make the code not depend
22841         on the structure of MonoExceptionClause.
22842
22843 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
22844
22845         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
22846         Add support for dynamic assemblies. Fixes #69114.
22847
22848         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
22849
22850 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
22851
22852         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
22853         since most only those methods use it. the code member of
22854         MonoMethodPInvoke was dead, so that can be removed too. Also,
22855         remove inline_count (again, not used), and move slot so that it
22856         can share bits with some other flags. This saves 8 bytes in the
22857         structure and gives us about 50 kb back for mcs helloworld.cs
22858
22859         * *.[ch]: Do naming changes for the above.
22860
22861         * loader.c (mono_method_get_header): Lazily init the header
22862         on first access.
22863         (mono_get_method_from_token): don't init the header here
22864         (mono_free_method): the header may never be allocated
22865
22866         Overall, this saves 150 kb of unmanaged allocations
22867         for mcs helloworld.cs. That accounts for 10% of the unmanaged
22868         memory at runtime.
22869         
22870         * loader.c, loader.h (mono_method_get_header): new accessor.
22871
22872         * *.[ch]: use the above method. Prepares us to lazily load
22873         the header.
22874
22875         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
22876         three warnings, which are actual bugs (see 69206).
22877
22878         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
22879         unused. Saves a cool 4 bytes / method.
22880
22881 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
22882
22883         * metadata.c (builtin_types): Add types for System.Object here.
22884         (mono_metadata_parse_type_full): Cache MonoType*'s that are
22885         for a class or valuetype from klass->this_arg or klass->byval_arg.
22886
22887         On mcs for a hello world, this gets us down from 21836 MonoType's
22888         to 14560.
22889
22890         (mono_metadata_free_type): Account for the above change.
22891
22892 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
22893
22894         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
22895         exception instead of asserting if name is null.
22896         (ves_icall_System_AppDomain_GetData): Ditto.
22897
22898 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
22899
22900         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
22901         EnumBuilder.
22902
22903         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
22904         Return NULL when the domain does not have entry_assembly set.
22905
22906         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
22907         Add a 'resource_modules' argument.
22908         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
22909
22910         * reflection.c (mono_reflection_create_runtime_class): Move setting
22911         of wastypebuilder here, so mono_get_type_object () returns a MonoType
22912         for enums too.
22913
22914         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
22915         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
22916         Throw an ArgumentNullException if 'ptr' is null.
22917
22918         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
22919         assemblies here. Fixes #69020.
22920
22921 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
22922
22923         * reflection.c (build_compressed_metadata): Fix the previous patch for
22924         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
22925         the stack.
22926
22927 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
22928
22929         * assembly.c (mono_assembly_names_equal): Allow a match if one of
22930         the cultures is false. Fixes #69090.
22931
22932         * reflection.c (build_compressed_metadata): Fix invalid memory read 
22933         detected by valgrind.
22934         
22935         * reflection.c (mono_reflection_get_type): Avoid triggering a 
22936         TypeResolve multiple times for the same type. Fixes #65577.
22937
22938 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
22939
22940         * marshal.c: Avoid using ldftn to call managed functions. It is
22941         much slower than just a call.
22942
22943         * reflection.c (mono_module_get_object): free the basename we
22944         allocate here from glib.
22945         
22946         * reflection.c (ensure_runtime_vtable): make sure to free
22947         overrides.  Also, we were allocating an array of MonoMethod not an
22948         array of MonoMethod*.
22949
22950         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
22951
22952         * image.c (mono_image_close): free image->guid here.
22953
22954 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
22955
22956         * reflection.c: Fix some spec conformance issues with the PE file
22957         structures so mcs compiled apps run on the Net 2.0 beta.
22958
22959 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
22960
22961         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
22962         Implement this. Fixes #67264.
22963
22964         * debug-helpers.h debug-helpers.c marshal.c: Move 
22965         mono_find_method_by_name to debug-helpers.c.
22966
22967 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
22968
22969         * object.c (mono_release_type_locks): type_initialization_hash is
22970         a GHashTable.
22971
22972         * reflection.c object.c object-internals.h: Fix warnings.
22973
22974         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
22975         without accessors. Fixes #61561.
22976
22977         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
22978         application base from the root domain if not set. Fixes #65641.
22979         (mono_runtime_init): Fix warning.
22980
22981 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22982
22983         * appdomain.c: call mono_thread_pool_init.
22984         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
22985         of worker threads based on the number of CPUs and the environment
22986         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
22987         for non-windows (windows) systems.
22988
22989 2004-10-27  Chris Toshok  <toshok@ximian.com>
22990
22991         * mono-debug-debugger.c (write_class): don't call mono_class_init
22992         here, as even with the check for (!klass->init_pending), we get
22993         into a situation where we're hitting cycles in class
22994         initialization.  Fixes #68816.
22995
22996 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
22997
22998         * image.c: Avoid overwriting values in the loaded_images_hash when an
22999         assembly is loaded multiple times. Fixes #61152.
23000
23001         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
23002         so multiple satellite assemblies for the same name can be loaded.
23003         Fixes #68259.
23004
23005         * mono_domain_assembly_preload: Actually return the loaded assembly, 
23006         not NULL.
23007
23008         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
23009         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
23010
23011         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
23012         pending finalizers are not invoked after the appdomain has been 
23013         unloaded. Fixes #67862.
23014
23015 2004-10-22  Martin Baulig  <martin@ximian.com>
23016
23017         * mono-debug-debugger.c
23018         (mono_debugger_runtime_invoke): Don't box valuetypes.
23019
23020 2004-10-22  Chris Toshok  <toshok@ximian.com>
23021
23022         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
23023         don't hide private methods.
23024
23025 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
23026
23027         * icall.c: Allows the runtime to "share" (when known) the public key
23028         token of an assembly. This avoid the need to recalculate the token 
23029         (from the public key) in managed code.
23030
23031 2004-10-21  Chris Toshok  <toshok@ximian.com>
23032
23033         * debug-helpers.c (append_class_name): argh, revert last patch.
23034         
23035 2004-10-21  Chris Toshok  <toshok@ximian.com>
23036
23037         * debug-helpers.c (append_class_name): use '+' as the delimiter,
23038         not '/', so that it matches what the debugger uses to look up
23039         methods.
23040
23041 2004-10-21  Martin Baulig  <martin@ximian.com>
23042
23043         * mono-debug-debugger.c (mono_debugger_throw_exception): New
23044         public method; this is called each time an exception is thrown and
23045         allows the debugger to use exception catch points.
23046
23047 2004-10-21  Martin Baulig  <martin@ximian.com>
23048
23049         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
23050         the stack pointer and the exception object in some struct and pass
23051         that to the debugger.
23052
23053 2004-10-21  Chris Toshok  <toshok@ximian.com>
23054
23055         * mono-debug-debugger.c (do_write_class): add instance/static
23056         event support.  We don't expose "raise" or "other" yet.
23057         (event_is_static): new method.
23058
23059 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
23060
23061         * mono-debug-debugger.c
23062         (mono_debugger_handle_exception): Remove
23063         bogus return value for fussy compilers.
23064
23065 2004-10-20  Martin Baulig  <martin@ximian.com>
23066
23067         * mono-debug-debugger.c
23068         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
23069         (mono_debugger_handled_exception): Likewise.
23070
23071 2004-10-20  Martin Baulig  <martin@ximian.com>
23072
23073         * mono-debug-debugger.h (MonoDebuggerEvent): Added
23074         MONO_DEBUGGER_EVENT_EXCEPTION.
23075
23076         * mono-debug-debugger.c (mono_debugger_handle_exception): New
23077         public function to send the debugger a notification for an
23078         exception and inform it about a catch/finally clause.
23079
23080 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
23081
23082         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
23083         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
23084         fix 2.95 build. 
23085
23086         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
23087
23088 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
23089
23090         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
23091         marshalled as [In,Out]. Fixes #58325.
23092
23093 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
23094
23095         * reflection.c (mono_method_body_get_object): Implement some fields.
23096
23097 2004-10-12  Martin Baulig  <martin@ximian.com>
23098
23099         * reflection.c (mono_reflection_bind_generic_parameters): Small
23100         fix, correctly retrieve our parent from a generic instance.
23101
23102 2004-10-12  Martin Baulig  <martin@ximian.com>
23103
23104         * metadata.c (mono_metadata_generic_param_equal): We always have
23105         an owner.
23106
23107         * class.c
23108         (mono_class_from_generic_parameter): We need to have an owner.
23109         (my_mono_class_from_generic_parameter): Likewise.
23110
23111         * reflection.c (mono_reflection_setup_generic_class): Renamed to
23112         mono_reflection_create_generic_class() and added a new
23113         mono_reflection_setup_generic_class().  
23114         (mono_reflection_initialize_generic_param): If we're a nested
23115         generic type and inherited from the containing class, set our
23116         owner to the outer class.
23117
23118 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
23119
23120         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
23121
23122         * reflection.c (mono_method_body_get_object): New function to create
23123         a MethodBody object.
23124
23125         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
23126
23127 2004-10-11  Martin Baulig  <martin@ximian.com>
23128
23129         * metadata.c (_mono_metadata_type_equal): Renamed to
23130         do_mono_metadata_type_equal() and made static.
23131
23132 2004-10-11  Martin Baulig  <martin@ximian.com>
23133
23134         * appdomain.c: Bump corlib version number to 28.
23135
23136 2004-10-10  Martin Baulig  <martin@ximian.com>
23137
23138         * class-internals.h
23139         (MonoGenericInst): Added `MonoGenericContainer *container'.
23140         (MonoGenericMethod): Likewise.
23141         (MonoGenericContext): Likewise.
23142         (MonoGenericParam): Added `MonoGenericContainer *owner'.
23143
23144         * metadata.c
23145         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
23146         (do_mono_metadata_parse_generic_inst): Likewise.
23147         (mono_metadata_parse_type_full): New public method.  This is the actual
23148         mono_metadata_parse_type() implementation - with an additional
23149         `MonoGenericContainer *' argument.
23150         (mono_metadata_parse_array_full): Likewise.
23151         (mono_metadata_parse_signature_full): Likewise.
23152         (mono_metadata_parse_method_signature_full): Likewise.
23153         (mono_metadata_parse_mh_full): Likewise.
23154         (mono_type_create_from_typespec): Likewise.
23155         (mono_metadata_interfaces_from_typedef_full): New public method;
23156         this is similar to the other _full() methods, but we take a
23157         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
23158         (mono_metadata_parse_generic_param): Take an additional
23159         `MonoGenericContainer *' argument and lookup the MonoGenericParam
23160         from that container.
23161         (mono_metadata_generic_param_equal): New static method to compare
23162         two type parameters.
23163         (_mono_metadata_type_equal): New static method; takes an
23164         additional `gboolean signature_only' argument - if true, we don't
23165         compare the owners of generic parameters.
23166         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
23167         with a TRUE argument - do a signature-only comparision.
23168
23169         * loader.c: Use the new _full() methods and pass the
23170         MonoGenericContainer to them.
23171
23172         * object-internals.h (MonoReflectionTypeBuilder): Added
23173         `MonoGenericContainer *generic_container' field.
23174         (MonoReflectionMethodBuilder): Likewise.
23175
23176 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
23177
23178         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
23179         case initial images of dynamic assemblies.
23180
23181         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
23182
23183         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
23184
23185         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
23186         length of event->other array.
23187         (typebuilder_setup_events): Ditto.
23188
23189         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
23190         'assembly_by_name' and add an 'assemblies' list.
23191
23192         * assembly.h assembly.c: Add a new search hook for determining whenever
23193         an assembly is already loaded. Use this instead of searching in the
23194         loaded_assemblies list.
23195
23196         * domain.c appdomain.c: Implement the new search hook so loaded 
23197         assemblies are now scoped by appdomain. Fixes #67727.
23198
23199 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
23200
23201         * threads.c (mono_thread_attach): Initialize synch_lock field so
23202         mono_thread_detach works again.
23203
23204         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
23205         'lib' too. Fixes #63130.
23206
23207 2004-10-06  Jackson Harper  <jackson@ximian.com>
23208
23209         * culture-info-tables.h: regenerated.
23210
23211 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
23212
23213         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
23214         implemented by other interfaces in the result. Fixes #65764.
23215         
23216         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23217         Handle unloadable modules without crashing.
23218
23219         * image.c (load_modules): Revert the previous patch since modules must
23220         have a fixed index inside the array.
23221         
23222         * image.c (load_modules): Don't include native modules in the modules
23223         array.
23224
23225 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
23226
23227         * reflection.h: Add param_defaults field.
23228
23229         * reflection.c: Add support for parameter defaults in dynamic methods.
23230         Fixes #64595.
23231
23232         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
23233         an empty string when a type has no namespace. Fixes #64230.
23234
23235 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
23236
23237         * tabledefs.h: Added "internal" security actions to support non-CAS
23238         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
23239         Note: they do not seems to be used anymore in 2.0 (new metadata format)
23240
23241 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
23242
23243         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
23244         constructor of abstract class. Fixes #61689.
23245
23246 2004-10-04  Martin Baulig  <martin@ximian.com>
23247
23248         * class-internals.h (MonoGenericContainer): New type.
23249         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
23250         `MonoGenericContainer *generic_container'.
23251         (MonoClass): Replaced `gen_params' and `num_gen_params' with
23252         `MonoGenericContainer *generic_container'.
23253
23254         * metadata.c (mono_metadata_load_generic_params): Return a
23255         `MonoGenericContainer *' instead of a `MonoGenericParam *';
23256         removed the `num' argument.
23257
23258 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
23259
23260         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
23261         for dynamic images.
23262
23263         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
23264         machine fields.
23265
23266         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
23267
23268         * reflection.c: Save pe_kind and machine values into the generated
23269         image file.
23270
23271         * appdomain.c: Bump corlib version number.
23272
23273         * object-internals.h: Reorganize layout of LocalBuilder.
23274
23275         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
23276         New helper function.
23277
23278         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
23279         created MonoType for dynamic types. Fixes #66180.
23280
23281 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
23282
23283         * threadpool.c: the ares hashtable needs a critical section around it.
23284         this prevents some nasty segfaults
23285
23286 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
23287
23288         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
23289         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
23290         bug 67324).
23291         
23292 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23293
23294         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
23295         
23296 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
23297
23298         * image.c: Always canonicalize image file names, to avoid loading
23299         the same assembly twice when referenced using a relative path.
23300
23301 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23302
23303         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
23304
23305         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
23306
23307         * marshal.c: Fix warnings.
23308
23309 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
23310
23311         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
23312         attempting to marshal the delegate_trampoline as the method_addr.
23313         This patch has a static hashtable of marshalled delegates so that 
23314         we can map delegate_trampoline addresses back to delegates.  This
23315         allows a delegate passed to managed code to be passed back into native
23316         code.  Fixes #67039
23317
23318 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23319
23320         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
23321
23322         * reflection.c (method_encode_code): Align method headers properly.
23323         Fixes #66025.
23324
23325 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23326
23327         * marshal.c: In the runtime invoke wrapper, reset the abort
23328         exception if it is cached. This avoids the automatic rethrowal of 
23329         the exception after the catch of the wrapper. Also check for pending
23330         interruptions before calling the managed method. This is done using
23331         the new method emit_thread_force_interrupt_checkpoint, since the
23332         normal checkpoint method is ignored when running the invoke wrapper.
23333         * object.c: If the abort exception is rethrown, set the abort_exc
23334         field of the thread, so it will be rethrown aftere every catch.
23335         * threadpool.c: Only run an interruption checkpoint if what has been
23336         requested is a stop of the thread (aborts will be ignored).
23337         * threads.c: By default, a thread will now never be interrumped while
23338         running the runtime invoke wrapper (this ensures that runtime_invoke
23339         will always return to the caller if an exception pointer is provided).
23340         There is a new special method mono_thread_force_interruption_checkpoint()
23341         to force an interruption checkpoint even if running a protected
23342         wrapper, which is used by the same runtime invoke wrapper to do a check
23343         at a safe point.
23344
23345 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23346
23347         * object.c, object-internals.h: Implemented mono_release_type_locks,
23348         which releases the cctor locks held by a thread.
23349         * threads.c, threads.h: In thread_cleanup, release cctor locks held
23350         by a thread. Added mono_thread_exit() method to be used to safely stop
23351         a thread.
23352
23353 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23354
23355         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23356         Move null check before dereference.  Avoid indexing beyond the end
23357         of the 'modules' array.
23358
23359 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23360
23361         * metadata-internals.h (MonoImage): Add module_count field.
23362         * image.c (load_modules): Set image->module_count.
23363         (mono_image_load_file_for_image): Use image->module_count.
23364         * reflection.c (mono_image_load_module): Append to image->modules array 
23365         of dynamic assembly.
23366         (mono_module_get_object): Fix loop to actually increment index.
23367         Use image->module_count.
23368         * assembly.c (mono_assembly_load_references): Use image->module_count.
23369         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
23370         Likewise.
23371
23372 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23373
23374         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
23375         Avoid assert on generic types.
23376
23377 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
23378
23379         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
23380
23381         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
23382
23383         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
23384         function to convert a MarshalSpec structure to its managed counterpart.
23385
23386         * reflection.c: Fix warnings.
23387         
23388         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
23389         field.
23390
23391         * icall.c (mono_create_icall_signature): Fix build.
23392
23393 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
23394
23395         * icall.c: Add MakePointType icall.
23396
23397         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
23398         warnings.
23399
23400 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23401
23402         * threadpool.c: reuse allocated slots in the queue.
23403
23404 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
23405
23406         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
23407
23408         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
23409
23410         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
23411         previous change.
23412
23413         * tabledefs.h: Add constants for pinvoke attributes BestFit and
23414         ThrowOnUnmappableChar.
23415
23416         * icall.c (ves_icall_Type_GetPacking): New icall.
23417
23418 2004-09-24  Martin Baulig  <martin@ximian.com>
23419
23420         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
23421
23422 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23423
23424         * appdomain.c:
23425         (mono_domain_set): allow setting a domain that is being unloaded.
23426         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
23427         being unloaded.
23428
23429 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23430
23431         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
23432         the GetCustomAttributes icall.
23433
23434 2004-09-23  Martin Baulig  <martin@ximian.com>
23435
23436         * object-internals.h (MonoReflectionGenericParam): Replaced
23437         'has_ctor_constraint', `has_reference_type' and `has_value_type'
23438         with `guint32 attrs'.
23439
23440 2004-09-23  Martin Baulig  <martin@ximian.com>
23441
23442         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
23443
23444 2004-09-23  Martin Baulig  <martin@ximian.com>
23445
23446         * object-internals.h (GenericParameterAttributes): New enum.
23447
23448 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23449
23450         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
23451         
23452         * class.c (init_events): Fill out event->other field.
23453
23454         * class.c: Fix warnings.
23455
23456         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
23457
23458 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23459
23460         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
23461         walk which doesn't supply the IL offset.
23462
23463 2004-09-22  Martin Baulig  <martin@ximian.com>
23464
23465         * reflection.c (mono_reflection_setup_internal_class): If we're
23466         System.ValueType, System.Object or System.Enum, set
23467         `klass->instance_size' and create the vtable.
23468         (mono_reflection_create_internal_class): If we're an enum type,
23469         get the base class from our current corlib.
23470
23471 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
23472
23473         * reflection.h (MonoResolveTokenError): New type.
23474
23475         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
23476         icall.
23477
23478         * icall.c: Add an 'error' argument to the ResolveToken icalls.
23479
23480 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
23481
23482         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
23483         Support also calling constructors, but only for already allocated objects.
23484
23485 2004-09-17  Geoff Norton <gnorton@customerdna.com>
23486
23487         * reflection.c (type_get_qualified_name): If the klass is null
23488         return the typename to avoid a NullRefEx.
23489         (encode_cattr_value): Get the qualified name of the boxed type,
23490         not the underlying enumtype.  Fixes #62984.
23491
23492 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
23493
23494         * marshal.c: Fix problems with previous checkin.
23495
23496 2004-09-21    <vargaz@freemail.hu>
23497
23498         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
23499         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
23500
23501         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
23502
23503 2004-09-21  Geoff Norton <gnorton@customerdna.com>
23504
23505         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
23506         should only return a type for pointers, arrays, and passbyref types.
23507         Fixes bug #63841.
23508
23509 2004-09-21  Martin Baulig  <martin@ximian.com>
23510
23511         * domain.c (mono_debugger_check_runtime_version): New public
23512         function.
23513
23514         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
23515
23516 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
23517
23518         * reflection.c: Added missing sort to the declarative security 
23519         attributes table. MS implementation stops seeing the attributes if the
23520         token number regress in the table (as shown by ildasm and permview).
23521
23522 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
23523
23524         * object-internals.h (MonoReflectionModule): Add 'token' field.
23525         
23526         * reflection.c (mono_reflection_get_token): Add support for Module
23527         and Assembly.
23528         (mono_module_get_object): Set 'token' field.
23529         (mono_module_file_get_object): Set 'token' field.
23530
23531         * icall.c: Add new Assembly and Module icalls.
23532
23533         * appdomain.c: Bump corlib version.
23534
23535 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
23536
23537         * loader.h loader.c class.h class.c: Add helper functions for obtaining
23538         tokens of metadata objects.
23539
23540         * reflection.h reflection.c (mono_reflection_get_token): New function
23541         to obtain the token of a metadata object.
23542
23543         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
23544
23545 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
23546
23547         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
23548         
23549         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
23550
23551 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
23552
23553         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
23554         * object-internals.h: Added 3 MonoArray* members to MonoReflection
23555         AssemblyBuilder to access the permissions set in the class lib.
23556         * reflection.c: Added security attributes encoding step in 
23557         mono_image_build_metadata.
23558         * tabledefs.h: Added new security actions defined in 2.0:
23559         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
23560
23561 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23562
23563         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
23564         macro parameter.
23565
23566 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23567  
23568         * locales.c: nullify the ICU_collator member of CompareInfo when it is
23569           finalized. There where random SIGSEVs at program termination, when
23570           an object being finalized was trying to do a string comparison and
23571           the current culture was already finalized.
23572  
23573 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23574
23575         * threads.c: call thread_cleanup before finishing the thread if we get
23576         there.
23577
23578 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
23579
23580         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
23581         assemblies from the parent. Fixes #65665.
23582
23583 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
23584
23585         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
23586         modifiers.
23587
23588 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
23589
23590         * reflection.h: add prototype for mono_get_dbnull_object
23591         * reflection.c: add prototypes for get_default_param_value_blobs 
23592         and mono_get_object_from_blob for fussier compilers
23593
23594 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
23595  
23596         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
23597         false deadlock checks in class initialization.
23598  
23599 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
23600
23601         * image.c (mono_image_addref): Fix comment.
23602
23603         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
23604         possible.
23605
23606 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
23607
23608         * reflection.c (mono_param_get_objects): Modified to return
23609         ParameterInfo.DefaultValue object.
23610
23611         (get_default_param_value_blobs):
23612         (mono_get_object_from_blob):
23613         (mono_get_dbnull_object): New helper routines. 
23614
23615         * object.c (mono_get_constant_value_from_blob): New helper routine
23616         carved out from get_default_field_value ()
23617
23618         * object-internals.h (mono_get_constant_value_from_blob): Added
23619         function declaration.
23620
23621 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
23622
23623         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
23624         referenced assemblies. Fixes #62135.
23625
23626         * exception.h exception.c (mono_get_exception_file_not_found2): New
23627         helper function.
23628
23629 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
23630
23631         * class.h class.c: Add mono_type_get_underlying_type ().
23632
23633 2004-09-09  Geoff Norton <gnorton@customerndna.com>
23634
23635         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
23636         Fix GetTypes() to support dynamically created assemblies.
23637
23638 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
23639
23640         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
23641         
23642         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
23643         previous patch.
23644
23645         * reflection.h reflection.c loader.c: Allow dynamic construction of
23646         pinvoke methods. Fixes #65571.
23647         
23648         * reflection.c (mono_reflection_get_type): Revert previous change since
23649         it causes regressions.
23650
23651 2004-09-08  Martin Baulig  <martin@ximian.com>
23652
23653         * class.c (class_compute_field_layout): Don't call
23654         mono_class_layout_fields() for open generic instances.
23655
23656 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
23657         * threads.c appdomain.c: fix typo in GC macro
23658
23659 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23660
23661         * threads.c: don't call mono_thread_detach() in start_wrapper(),
23662         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
23663
23664 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
23665
23666         * image.c (mono_image_close): Applied patch from 
23667         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
23668         assembly is loaded multiple times from data.
23669         
23670         * image.c (mono_image_open): Fix warning.
23671
23672 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23673
23674         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
23675         once. Fixes #58334.
23676         
23677         * reflection.c (mono_reflection_create_runtime_class): Initialize
23678         klass->nested_classes. Fixes #61224.
23679
23680 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
23681
23682         * threads.c: sched_yield() on exit, to allow threads to quit.
23683
23684 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23685
23686         * object.c (mono_unhandled_exception): Remove leftover debug code.
23687
23688 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
23689
23690         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
23691
23692 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23693
23694         * marshal.c (emit_marshal_array): Really null terminate string arrays.
23695         
23696         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
23697
23698 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23699
23700         * marshal.c (emit_marshal_array): Null terminate string arrays.
23701         
23702         * marshal.c (raise_auto_layout_exception): Fix warning.
23703
23704         * reflection.c (mono_param_get_objects): Initialize the default value
23705         with DBNull.Value, not null. Fixes #62123.
23706
23707 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
23708
23709         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
23710         throw an exception with a cute explanation.
23711
23712 2004-09-06  Dick Porter  <dick@ximian.com>
23713
23714         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
23715         Close the new process's thread handle, as we don't use it.  The
23716         handle stays around forever otherwise.
23717
23718 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23719
23720         * object.c (arith_overflow): Fix warning.
23721
23722         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
23723         calling conventions in method refs. Fixes #65352.
23724
23725         * reflection.c: Fix warnings.
23726
23727 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23728
23729         * icall.c: Add a new icall for Array.Clear
23730
23731 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23732
23733         * object.c: When allocating an array, we have to throw
23734         an overflow exception if any of the lengths are < 0.
23735
23736 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23737
23738         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
23739         properly. Also move implementation of string array marshalling to 
23740         managed code. Fixes #42316.
23741
23742 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23743
23744         * assembly.c: provide more information when loading an assembly fails.
23745
23746 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23747
23748         * filewatcher.c: don't expect the development fam package to be
23749         installed.
23750
23751 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
23752
23753         * marshal.c: Make a copy of the signature cookie since it will be
23754         freed by the caller.
23755         
23756         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
23757
23758         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
23759
23760         * metadata.c (mono_metadata_free_marshal_spec): New function to free
23761         marshal specs.
23762
23763         * marshal.c: More refactoring.
23764         
23765         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
23766         smaller functions.
23767
23768 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
23769
23770         * object.c: In mono_message_invoke, fill the output parameter array after
23771           calling the managed method (it was done before the call). This fixes
23772           bug #59299.
23773
23774 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23775
23776         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
23777         as well.
23778
23779 2004-09-02  Martin Baulig  <martin@ximian.com>
23780
23781         * class.c (mono_class_instance_size): Don't allow generic type
23782         definitions or open generic instances.
23783         (mono_class_array_element_size): If we're a value type, call
23784         mono_class_instance_size() on the original class.
23785
23786         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
23787         handle generic instances.
23788
23789         * mono-debug-debugger.c (write_type): Handle generic instances
23790         like classes.
23791
23792 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23793
23794         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
23795         the allocation request fails. Fixes #65089.
23796
23797         * object.c (mono_runtime_free_method): Do not call mono_free_method.
23798         
23799         * object.c (mono_runtime_free_method): New function to free a dynamic
23800         method.
23801
23802         * marshal.c (mono_delegate_free_ftnptr): New function to free the
23803         delegate trampoline.
23804
23805         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
23806         with hasthis as dynamic,
23807
23808         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
23809
23810         * domain.c (mono_jit_info_table_remove): New function to remove an
23811         entry from the jit info table.
23812
23813         * class-internals.h (MonoMethod): Add 'dynamic' field.
23814
23815         * loader.c: Fix warnings.
23816
23817 2004-09-01  Martin Baulig  <martin@ximian.com>
23818
23819         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
23820         instead of mono_debugger_lock() because the latter one is a no-op
23821         unless running in the debugger.
23822
23823 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23824
23825         * class.c (class_compute_field_layout): Classes with auto-layout or
23826         reference fields are not blittable.
23827         
23828 2004-09-01  Dick Porter  <dick@ximian.com>
23829
23830         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
23831         mono_image_get_filename() to get the assembly location.
23832
23833         * icall.c:
23834         * metadata.h: Fix compile warnings
23835
23836 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23837
23838         * class.c (class_compute_field_layout): System.Object is blittable.
23839
23840         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
23841         as in/out. Fixes #59909.
23842
23843 2004-09-01  Martin Baulig  <martin@ximian.com>
23844
23845         * metadata.h (MONO_TYPE_ISREFERENCE): Call
23846         mono_metadata_generic_inst_is_valuetype() if we're a generic
23847         instance to check whether our underlying type is a reference type.
23848
23849 2004-09-01  Martin Baulig  <martin@ximian.com>
23850
23851         * metadata.c (mono_type_size): If we're a generic instance, call
23852         mono_class_value_size() for value types.
23853
23854 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
23855
23856         * marshal.c: Implement more custom marshalling functionality. Fixes
23857         #64915.
23858
23859 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23860
23861         * mono-debug.c, debug-mono-symfile.c: add some locking love.
23862
23863 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
23864
23865         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
23866
23867         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
23868
23869         * icall.c: Fix some warnings.
23870
23871         * threads.c (abort_appdomain_thread): Fix unref errors.
23872         (mono_thread_current): Fix THREAD_DEBUG define.
23873
23874 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
23875
23876         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
23877
23878         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
23879
23880 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
23881
23882         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
23883         string arrays.
23884
23885 2004-08-28  Martin Baulig  <martin@ximian.com>
23886
23887         * metadata.c
23888         (mono_metadata_generic_inst_is_valuetype): New public function.
23889
23890         * metadata.h (MONO_TYPE_ISSTRUCT): Call
23891         mono_metadata_generic_inst_is_valuetype() if we're a generic
23892         instance to check whether our underlying type is a valuetype.
23893
23894 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
23895
23896         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
23897         #63768.
23898
23899 2004-08-25  Martin Baulig  <martin@ximian.com>
23900
23901         * loader.c (mono_get_method_from_token): Abstract methods can also
23902         be generic and thus have type parameters.
23903
23904         * metadata-internals.h
23905         (MonoDynamicImage): Added `GPtrArray *gen_params'.
23906
23907         * reflection.c (mono_image_get_generic_param_info): Don't create a
23908         metadata row, just add an entry to the `gen_params' array.
23909         (build_compressed_metadata): Sort the `gen_params' array and then
23910         actually create the metadata.
23911
23912 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23913
23914         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
23915
23916 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
23917
23918         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
23919
23920 2004-08-24  Martin Baulig  <martin@ximian.com>
23921
23922         * class.cs (mono_class_is_subclass_of): Like an interface, a
23923         generic instance also derives from System.Object.
23924
23925 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
23926
23927         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
23928         custom modifiers to be in any order. Fixes #61990.
23929
23930 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
23931
23932         * object.c: Register mono_object_new_fast icall.
23933         
23934         * object.c (mono_class_get_allocation_ftn): Return to calling
23935         mono_object_new_fast, since it seems faster to compute the object 
23936         size in unmanaged code than passing it as a parameter.
23937
23938         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
23939
23940         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
23941         this function with Boehm as the oom handler, so we don't have to check
23942         the result of GC_malloc.
23943
23944         * object.c: Remove checks for oom.
23945
23946         * object.h object.c (mono_class_get_allocation_ftn): New function to
23947         return the icall which can be used to allocate an instance of a given
23948         class. 
23949
23950         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
23951
23952         * class-internals.h: Add 'enabled' field.
23953
23954 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
23955
23956         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
23957
23958 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
23959         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
23960         value 0x0010.
23961
23962 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23963
23964         * appdomain.c: use the Tls function for appdomain too,
23965         at Zoltan's request. Actually return in mono_context_get
23966
23967         * appdomain.c, profiler.c, threads.c: use __thread
23968
23969 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
23970
23971         * appdomain.c threads.c: Call GC_CreateThread on windows.
23972
23973         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
23974         multiple libraries since this don't work on windows.
23975
23976 2004-08-18  Martin Baulig  <martin@ximian.com>
23977
23978         * class-internals.h
23979         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
23980         MonoMethodHeader.
23981
23982         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
23983         MonoMethodNormal since we also need it for abstract and interface
23984         methods.
23985
23986         * reflection.c
23987         (build_compressed_metadata): Sort the GenericParam table.
23988         (mono_image_create_token): Added `gboolean create_methodspec'
23989         argument; this is false when generating a MethodImpl token.
23990         (reflection_methodbuilder_to_mono_method): Abstract and interface
23991         methods may also have generic parameters.
23992
23993 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23994
23995         * appdomain.c: thread local alloc
23996
23997 2004-08-17  Martin Baulig  <martin@ximian.com>
23998
23999         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
24000
24001         * icall.c
24002         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
24003         argument.
24004
24005         * class.c (mono_type_get_full_name): New public function.
24006         (mono_type_get_name): Don't include the type arguments.
24007
24008 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
24009
24010         * Makefile.am: Build static versions of libmetadata and libmonoruntime
24011         for inclusion into the mono executable.
24012
24013 2004-08-16  Martin Baulig  <martin@ximian.com>
24014
24015         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
24016         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
24017
24018 2004-08-14  Martin Baulig  <martin@ximian.com>
24019
24020         * class.c (dup_type): Also copy the `byref' field.
24021
24022 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
24023
24024         * reflection.c (create_dynamic_mono_image): Revert the last change 
24025         since it breaks bootstrap.
24026
24027 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
24028
24029         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
24030
24031         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
24032         not free them with g_free.
24033
24034 2004-08-11  Martin Baulig  <martin@ximian.com>
24035
24036         * reflection.c (mono_reflection_setup_internal_class): Also call
24037         mono_class_setup_mono_type() if we already have a `tb->type.type'.
24038
24039 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
24040
24041         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
24042         called during default (first) AppDomain creation. Keep track of
24043         Evidence when loading assemblies.
24044
24045 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24046
24047         * opcodes.c, opcodes.h: reduce runtime relocations.
24048
24049 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
24050
24051         * culture-info.h, locales.c: fixes and chages to sue the new
24052         optimized format of the locale data.
24053         * culture-info-tables.h: regenerated.
24054
24055 2004-08-06  Geoff Norton <gnorton@customerdna.com>
24056         
24057         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
24058
24059 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
24060
24061         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
24062         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
24063         * domain-internals.h: icall declaration.
24064         * icall.c: icall registration.
24065         * object-internals.h: New fields in MonoAssembly for CAS.
24066
24067 2004-08-05  Duncan Mak  <duncan@ximian.com>
24068
24069         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
24070         CEE_LDELEM_ANY.
24071
24072 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24073
24074         * reflection.c: fix to deal with object[] arrays in custom ctors
24075         (bug #62550).
24076
24077 2004-08-05  Martin Baulig  <martin@ximian.com>
24078
24079         * class.c (mono_class_array_element_size): Added support for
24080         generic instances and correctly handle "recursive" types.
24081
24082 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
24083
24084         * assembly.c: Fix warnings.
24085
24086 2004-08-04  Martin Baulig  <martin@ximian.com>
24087
24088         * class.c
24089         (mono_type_get_name_recurse): Added `gboolean include_arity'
24090         argument specifying whether or not we should include the generic
24091         arity in the type name.
24092         (_mono_type_get_name): New static function.
24093         (mono_class_setup_vtable): If we're a generic instance, don't
24094         include the generic arity in the names of explicit method
24095         implementations.        
24096
24097 2004-08-03  Martin Baulig  <martin@ximian.com>
24098
24099         * class.c (mono_type_get_name_recurse): Enclose the generic type
24100         arguments in `<', '>'.
24101
24102 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24103
24104         * gc.c: make GC warning messages use the trace API, they are just
24105         noise to most of the users.
24106
24107 2004-08-03  Martin Baulig  <martin@ximian.com>
24108
24109         * debug-mono-symfile.c (read_string): Correctly read the string.
24110
24111 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
24112
24113         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
24114         
24115         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
24116         icalls.
24117         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
24118
24119 2004-07-30  Martin Baulig  <martin@ximian.com>
24120
24121         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
24122         Reflect latest symbol writer changes.   
24123
24124 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24125
24126         * object.c: always create an object if null is passed
24127         to Invoke() where a valuetype is expected.
24128
24129 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
24130
24131         * marshal.c (mono_marshal_init): make managed
24132         signatures match native ones better for 64bits.
24133
24134 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24135
24136         * appdomain.c: hack to build correctly the private bin path on windows.
24137         Fixes bug #61991.
24138
24139 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
24140
24141         * assembly.c: Load mscorlib from the correct framework directory
24142           (mono/<version>/mscorlib.dll).
24143         * appdomain.h: Added prototypes for new functions.
24144         * internals.h: Added some prototypes.
24145         * domain.c: When initializing the runtime, get from the executable and
24146           the configuration files the runtime version that the app supports.
24147           Added support methods for reading app.exe.config. Added list of versions
24148           supported by the JIT. Added two new methods: mono_init_from_assembly,
24149           which initializes the runtime and determines the required version from
24150           the provided exe file, and mono_init_version, which initializes
24151           the runtime using the provided version.
24152         * icall.c: Get machine.config from version-specific directory.
24153         * reflection.c: When generating an image, embed the version number
24154           of the current runtime.
24155
24156 2004-07-28  Dick Porter  <dick@ximian.com>
24157
24158         * socket-io.c
24159         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
24160         returned sockaddr size before creating the remote address object.
24161         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
24162         61608.
24163
24164 2004-07-28  Dick Porter  <dick@ximian.com>
24165
24166         * locales.c (string_invariant_compare_char): Fix invariant char
24167         compares between upper and lower cases.  Fixes bug 61458.
24168
24169 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
24170         
24171         * marshal.c: actually cache stelem.ref wrappers.
24172         
24173 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
24174
24175         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
24176         sections and remove the mono_cli_rva_map () function.
24177
24178 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24179
24180         * debug-mono-symfile.c: fix one more endianess issue, from a patch
24181         by Geoff Norton (<gnorton@customerdna.com>).
24182
24183 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24184
24185         * class.c: fix class loads for pointer types (typeof(int) !=
24186         typeof(int*)).
24187
24188 2004-07-27  Martin Baulig  <martin@ximian.com>
24189
24190         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
24191         reading the debugging information from an external ".mdb" file.
24192
24193 2004-07-24  Martin Baulig  <martin@ximian.com>
24194
24195         * reflection.c (mono_image_get_type_info): Only write a class
24196         layout entry if we actually have a size or a packing size.
24197
24198 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24199
24200         * reflection.c (type_get_fully_qualified_name): 
24201         insert cast to get type checking of ?: with non-gcc compilers
24202
24203 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24204
24205         * rand.c: use g_getenv for both lookups of
24206         MONO_EGD_SOCKET
24207
24208 2004-07-17  Martin Baulig  <martin@ximian.com>
24209
24210         * reflection.c (mono_reflection_bind_generic_method_parameters):
24211         Set `gmethod->reflection_info'.
24212
24213 2004-07-17  Martin Baulig  <martin@ximian.com>
24214
24215         * class.c (mono_class_create_from_typedef): Insert the newly
24216         created class into the hash table before computing the interfaces
24217         since we could be called recursively.
24218
24219 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
24220
24221         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
24222         function to implement stelem.ref in managed code
24223         * class-internals.h, debug-helpers.c: a new wrapper type
24224         for the above.
24225
24226 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24227
24228         * gc.c: allow GC handles to work even when no GC is compiled in.
24229         Fix part of bug #61134 (GetAddrOfPinnedObject).
24230
24231 2004-07-13  Peter Williams  <peter@newton.cx>
24232  
24233         * process.c (complete_path): Make sure we don't attempt to execute
24234         directories.
24235  
24236 2004-07-12  Geoff Norton <gnorton@customerdna.com>
24237
24238         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
24239           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
24240           and will add/subtract the hour if needed
24241
24242 2004-07-12  Martin Baulig  <martin@ximian.com>
24243
24244         * reflection.c (mono_field_get_object): If we have
24245         `field->generic_info', take the attributes from
24246         `field->generic_info->generic_type'.    
24247
24248 2004-07-12  Martin Baulig  <martin@ximian.com>
24249
24250         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
24251         This function must be called before initializing the runtime.
24252         (mono_debug_init_1): New function; call this after initializing
24253         the runtime, but before loading the assembly.  It tells the
24254         debugger to load corlib and the builtin types.
24255
24256         * mono-debug-debugger.c: Did some larger changes in the debugging
24257         code; support recursive class declarations, make sure we actually
24258         add all classes.
24259
24260 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24261
24262         * debug-helpers.c: undo my previous patch and fixed the real issue in
24263         ../mini/exceptions-x86.c
24264
24265 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24266
24267         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
24268         when no HOME env. variable was set and a NullRef was thrown in a .cctor
24269         called from other .cctors.
24270
24271 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
24272
24273         * loader.c: Removed the mono_loader_wine_init hack now that we are
24274         doing a managed version of Windows.Forms.
24275
24276 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
24277
24278         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
24279         threadpool.c, threads.c: remove static data from rootset.
24280
24281 2004-07-09  Dick Porter  <dick@ximian.com>
24282
24283         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
24284         Don't do any more processing if the matched length was 0.  It was
24285         increasing the size of the string before.  Fixes bug 61167.
24286
24287 2004-07-09  Dick Porter  <dick@ximian.com>
24288
24289         * socket-io.h:
24290         * socket-io.c
24291         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
24292         Add support for SO_PEERCRED if its available.
24293
24294 2004-07-09  Peter Bartok <pbartok@novell.com>
24295         * loader.c: winelib.exe.so error message is now only displayed if
24296         MONO_DEBUG is set. To help us avoid questions when people are trying
24297         out the new Managed.Windows.Forms.
24298
24299 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
24300
24301         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
24302         for isinst and castclass wrappers.
24303
24304         * class-internals.h icall.c: Move registration and lookup of JIT icalls
24305         to libmetadata from the JIT, so they could be used by the marshalling
24306         code and the interpreter.
24307
24308         * marshal.c: Register marshalling related JIT icalls here instead of
24309         in mini.c. Use CEE_MONO_ICALL instead of the family of 
24310         CEE_MONO_PROC<x> opcodes to call marshalling functions.
24311
24312         * metadata.h: Remove unneeded marshalling conversions.
24313
24314         * opcodes.c: Update for new opcodes.
24315         
24316 2004-07-08  Martin Baulig  <martin@ximian.com>
24317
24318         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
24319         (mono_debug_get_domain_data): Make this function static.
24320
24321 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24322
24323         * gc.c, object.h: add nice GC handle API for embedders.
24324
24325 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
24326
24327         * reflection.c: more changes for the new api
24328
24329         * object.c: When we reflect on a field w/ a constant value, it
24330         will not have a memory location, so we must access metadata. Also,
24331         allow easier reading of strings so that we can read them from
24332         the constant data.
24333
24334         * class.c (mono_class_layout_fields): no need for literal fields here.
24335
24336         * class-internals.h: api changes for const fields
24337
24338         * icall.c (ves_icall_get_enum_info): use new apis for const fields
24339
24340 2004-07-06  Martin Baulig  <martin@ximian.com>
24341
24342         * mono-debug.h: Increment version number to 44.
24343
24344         * mono-debug.c (mono_debug_add_wrapper): The second argument is
24345         now a gpointer, rewrote this whole method.
24346
24347         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
24348         function.  Add information about the wrapper in a new "misc table".
24349
24350         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
24351         for the new misc table.
24352
24353 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
24354
24355         * metadata-internals.h image.c: Add a cache for helper signatures.
24356
24357         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
24358
24359 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
24360
24361         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
24362         delegates from a delegate. Fixes #61033.
24363         
24364         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
24365         marshalling of stringbuilder arrays. Fixes #59900.
24366
24367 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
24368
24369         * icall.c: Add EnumBuilder:setup_enum_type icall.
24370
24371 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
24372
24373         * icall.c: Added a new icall for the property version of
24374         OffsetOfStringData.
24375
24376 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
24377
24378         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
24379         it has a constant size across platforms.
24380
24381         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
24382         stack trace.
24383
24384 2004-06-29  Martin Baulig  <martin@ximian.com>
24385
24386         * mono-debug.c (mono_debug_add_method): Protect the whole function
24387         in mono_debugger_lock(), not just parts of it.
24388
24389 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24390
24391         * reflection.c: make sure padding bytes in heaps are zeroed.
24392
24393 2004-06-24  David Waite  <mass@akuma.org>
24394
24395         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
24396         image.c, loader.c, locales.c, marshal.c, metadata.c,
24397         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
24398         string-icalls.c, threads.c: change to C90-style comments from C99 /
24399         C++ -style
24400
24401 2004-06-24  Dick Porter  <dick@ximian.com>
24402
24403         * threads.c
24404         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
24405         return createdNew.  Fixes bug 60412.
24406
24407         * threads-types.h: 
24408         * icall.c: Add createdNew parameter to CreateMutex icall
24409
24410 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24411
24412         * reflection.c, object-internals.h: save default value in params.
24413
24414 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24415
24416         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
24417         no need to build a new path combining that with the application base.
24418         Fixes bug #60442.
24419
24420 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
24421
24422         * reflection.c: fixed minor standard compliance issues.
24423
24424 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24425
24426         * reflection.c: fixed issue with encoding some custom attributes
24427         (arrays in properties and fields, bug #60411).
24428
24429 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24430
24431         * reflection.c: fix start address when copying the public key token.
24432
24433 2004-06-23  Martin Baulig  <martin@ximian.com>
24434
24435         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
24436         the `exc' object in a static object to put it into the GC's root set.
24437
24438 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
24439
24440         * reflection.c: make mono_reflection_setup_internal_class ()
24441         callable a second time to setup a new parent class.
24442
24443 2004-06-23  Dick Porter  <dick@ximian.com>
24444
24445         * threads.c: Check for WAIT_IO_COMPLETION return values.
24446
24447 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
24448
24449         * appdomain.c: Removed the g_free on the public key token. Now copy 
24450         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
24451         * assembly.c: Added public key token string value when loading 
24452         assemblies. Fix bug #60439.
24453         * icall.c: Added missing informations (like public key) in 
24454         GetReferencedAssemblies. Fix #60519.
24455         * image.h: Changed definition for public key token from const char*
24456         public_tok_value to guchar public_key_token [17];
24457         * reflection.c: Updated for changes to public key token.
24458
24459 2004-06-22  Lluis Sanchez Gual
24460
24461         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
24462         for the field in base classes.
24463
24464 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24465
24466         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
24467         mark headers as not supported, they are installed only for use by the
24468         debugger.
24469
24470 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
24471
24472         * *.c, *.h: avoid namespace pollution in public headers.
24473
24474 2004-06-21  Martin Baulig  <martin@ximian.com>
24475
24476         * exception.c (mono_get_exception_security): It's in
24477         "System.Security", not in "System".
24478
24479         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
24480         the exception classes.
24481
24482 2004-06-21  Martin Baulig  <martin@ximian.com>
24483
24484         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
24485         Protect the exception object from being finalized.
24486
24487 2004-06-21  Martin Baulig  <martin@ximian.com>
24488
24489         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
24490         public function.
24491
24492 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
24493
24494         * reflection.c: Load the assembly in mono_reflection_type_from_name,
24495         if it was not loaded before. Fix parts of #60439.
24496
24497 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
24498
24499         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
24500         code that was broken since Ben's change: wrappers are now
24501         dependent on the method signature only again.
24502
24503 2004-06-21  Martin Baulig  <martin@ximian.com>
24504
24505         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
24506         added interface support.
24507
24508 2004-06-21  Martin Baulig  <martin@ximian.com>
24509
24510         * class.c (mono_vtable_get_static_field_data): New public method.
24511
24512 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
24513
24514         * filewatcher.c : Windows build fix to be compliant with API changes.
24515
24516 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24517
24518         * class.h, class.c: more accessors.
24519         * metadata.h, metadata.c: prepare for hiding MonoType and
24520         MonoMethodSignature: people should use the accessors from now on
24521         outside of the tree.
24522
24523 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24524
24525         * *.c, *.h: more API cleanups.
24526
24527 2004-06-18  Jackson Harper  <jackson@ximian.com>
24528
24529         * assembly.c: Trace loading assemblies.
24530         * loader.c: Trace loading native libraries.
24531         * mono-config.c: Trace loading config files.
24532         
24533 2004-06-18  Dick Porter  <dick@ximian.com>
24534
24535         * locales.c: Tell ICU the lengths of strings, it can cope with
24536         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
24537
24538 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
24539
24540         * image.c: swapped name/filename;
24541
24542 2004-06-18  Martin Baulig  <martin@ximian.com>
24543
24544         * mono-debug-debugger.c (write_class): Write the parent class at
24545         the end of the header.
24546
24547 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24548
24549         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
24550
24551 2004-06-17  Raja R Harinath  <rharinath@novell.com>
24552
24553         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
24554         (bundle_obj): New conditional define.
24555         (BUILT_SOURCES): Remove.
24556         ($(bundle_srcs)): Make parallel-make safe.
24557         (libmonoruntime_la_LIBADD): Make unconditional.
24558         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
24559         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
24560
24561 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
24562
24563         * culture-info-tables.h: It was inconsistent with the latest
24564           supp info files.
24565
24566 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
24567
24568         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
24569         be loaded.
24570
24571         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
24572         with gcc 2.95.
24573
24574 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24575
24576         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
24577         cleaned up public header threads.h.
24578
24579 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24580
24581         * Makefile.am, *.c, *.h: more API cleanups.
24582
24583 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
24584
24585         * Makefile.am: removed monosn from compilation.
24586         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
24587         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
24588         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
24589         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
24590         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
24591         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
24592
24593 2004-06-15  Jackson Harper  <jackson@ximian.com>
24594
24595         * assembly.c: Make locales lower case when searching the GAC for
24596         assemblies. gacutil will always make locales lowercase when
24597         installing so this effectively makes them case insensitive.
24598         
24599 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
24600
24601         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
24602         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
24603           parameter which allows to choose whether the wait can be interrupted or 
24604           not. Also added the method mono_monitor_enter(), which locks the monitor
24605           using an infinite wait and without allowing interruption.
24606           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
24607           interrupted.
24608         * object.h: Added new fields in MonoThread. suspend_event holds the event
24609           used to susped/resume the thread. synch_lock is the lock object to use for
24610           modifying the thread state.
24611         * threads.c: Use the new synch_lock object for locking, instead of "this",
24612           which can generate deadlocks.
24613           Moved thread state change in Thread.Sleep and Thread.Join from managed
24614           to unmanaged code. This avoids a deadlock when the thread was suspended
24615           just after acquiring the thread lock.
24616           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
24617           Implemented Thread.Suspend using an event instead of ThreadSuspend,
24618           which is not fully implemented in the io-layer.
24619         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
24620
24621 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
24622
24623         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
24624         threads-types.h: more API cleanups.
24625
24626 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24627
24628         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
24629         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
24630         threadpool.c, threads.c: first pass at the exported API cleanup.
24631
24632 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
24633
24634         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
24635
24636 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24637
24638         * icall.c: added internalGetHome.
24639
24640 2004-06-14  Dick Porter  <dick@ximian.com>
24641
24642         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
24643         possible to return successfully when '.' or '..' were the only
24644         entries in a directory, but were skipped.  The MonoIOStat was not
24645         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
24646         Fixes bug 59574.
24647
24648 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24649
24650         * reflection.c: make binaries run on .Net 1.1 by default.
24651
24652 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
24653
24654         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
24655
24656 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
24657
24658         * marshal.c: keep track of struct size with explicit layout
24659         (bug #59979).
24660
24661 2004-06-12  Martin Baulig  <martin@ximian.com>
24662
24663         * mono-debug-debugger.c: Comment out a debugging g_message().
24664
24665 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24666
24667         * reflection.c, reflection.h: do not free custom attrs that are cached.
24668         * icall.c: use braces to make code clearer.
24669
24670 2004-06-11  Martin Baulig  <martin@ximian.com>
24671
24672         * class.h (MonoInflatedField): New type.
24673         (MonoClassField): Replaced `MonoType *generic_type' with
24674         `MonoInflatedField *generic_info'.
24675
24676         * icall.c
24677         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
24678
24679 2004-06-11  Martin Baulig  <martin@ximian.com>
24680
24681         * reflection.c (mono_image_create_method_token): Correctly encode
24682         varargs methods.
24683
24684 2004-06-11  Martin Baulig  <martin@ximian.com>
24685
24686         * metadata.c (mono_metadata_parse_method_signature): When parsing
24687         a MethodDef which has VarArgs, also set sentinelpos if we don't
24688         have any parameters.
24689
24690 2004-06-11  Martin Baulig  <martin@ximian.com>
24691
24692         * verify.c (mono_method_verify): In CEE_CALL, use
24693         mono_method_get_signature() to get the method's signature, unless
24694         we're a PInvoke method.
24695
24696 2004-06-10  Jackson Harper  <jackson@ximian.com>
24697
24698         * assembly.c: Use <path>/lib/mono/gac for the extra paths
24699         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
24700         logical name as the supplied path is just a prefix to the gac not
24701         the direct path to it.
24702         
24703 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
24704
24705         * reflection.c: make the token for a created method match
24706         the token of the MethodBuilder it was created from
24707         (IKVM requires this behaviour now).
24708
24709 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
24710
24711         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
24712         reflection.c, socket-io.c: leak fixes.
24713
24714 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
24715
24716         * icall.c: handle sentinel pos in vararg methods in position different
24717         from 0.
24718
24719 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24720
24721         * culture-info-tables.h: freshly generated.
24722
24723 2004-06-09  Martin Baulig  <martin@ximian.com>
24724
24725         * loader.c (mono_get_method_constrained): Call `mono_class_init
24726         (constrained_class)'.   
24727
24728 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
24729
24730         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
24731         any methods. Fixes #59629.
24732
24733 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24734
24735         * culture-info-tables.h: reflecting locale-builder updates.
24736
24737 2004-06-08  Dick Porter  <dick@ximian.com>
24738
24739         * object.h:
24740         * locales.c: Fixed compile warnings, including a real bug in
24741         CompareInfo_internal_compare.
24742         
24743 2004-06-08  Dick Porter  <dick@ximian.com>
24744
24745         * locales.c
24746         (ves_icall_System_Globalization_CompareInfo_internal_index):
24747         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24748         Double-check the resuls of usearches, because ICU currently
24749         ignores most of the collator settings here.  Fixes bug 59720.
24750         
24751 2004-06-08  Dick Porter  <dick@ximian.com>
24752
24753         * locales.c
24754         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24755         Fix memory leak and segfault-causing typo.  No idea how this one
24756         lasted so long without being noticed.
24757
24758 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
24759
24760         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
24761         any methods. Fixes #59629.
24762
24763 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24764
24765         * assembly.c:
24766         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
24767         own the critical section before). Removed dead code (that's done
24768         in the preload hook).
24769
24770         (mono_assembly_load_with_partial_name): call the preload hook.
24771
24772 2004-06-08  Martin Baulig  <martin@ximian.com>
24773
24774         * metadata.c (mono_metadata_signature_alloc): Default
24775         `sentinelpos' to -1.
24776
24777         * reflection.c (mono_image_get_array_token): Likewise.
24778
24779 2004-06-08  Martin Baulig  <martin@ximian.com>
24780
24781         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
24782
24783         * metadata.c (mono_metadata_parse_method_signature): When parsing
24784         a MethodDef which has VarArgs, set sentinelpos.
24785
24786         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
24787         `gint16' since we're using -1 for non-varargs methods.
24788
24789         * reflection.c
24790         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
24791         (method_encode_signature): Added varargs support.
24792         (method_builder_encode_signature): Likewise.
24793         (mono_image_get_varargs_method_token): New static method.
24794         (mono_image_create_method_token): New public method; this is
24795         called via an icall instead of mono_image_create_token() when
24796         calling a varargs method.       
24797
24798 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
24799
24800         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
24801
24802 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24803
24804         * culture-info-tables.h : Reflecting the latest locale-builder that
24805           fixed empty array representation ({} to {0}).
24806
24807 2004-06-07  Jackson Harper  <jackson@ximian.com>
24808
24809         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
24810         looking up extra gac paths. This allows MONO_GAC_PATH to act
24811         exactly like a prefix.
24812         
24813 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24814
24815         * reflection.c (mono_reflection_type_from_name): Make a copy of the
24816         type name before modifying it. Fixes #59405.
24817
24818 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24819
24820         * culture-info.h: added fields for "all datetime patterns".
24821         * locales.c: (  ves_icall_System_Globalization_CultureInfo
24822           _construct_datetime_format ()): fill xxx_patterns fields.
24823         * object.h: added fields for "all datetime patterns" to
24824           MonoDateTimeFormatInfo.
24825         * culture-info-tables.h: reflecting locale-builder updates.
24826
24827 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24828
24829         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
24830         the event has no add and remove methods. Fixes #59629.
24831
24832 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
24833
24834         * object.c: Fixed possible integer overflow when allocating large
24835         strings.
24836
24837 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24838
24839         * culture-info-tables.h: reflecting locale-builder updates.
24840
24841 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24842
24843         * culture-info-tables.h: reflecting locale-builder updates.
24844
24845 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
24846
24847         * culture-info-tables.h: reflecting locale-builder updates.
24848
24849 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
24850
24851         * threads.c: Made Thread.Sleep abortable.
24852
24853 2004-06-02  Martin Baulig  <martin@ximian.com>
24854
24855         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
24856
24857         * debug-mono-symfile.h: Bumped symbol file version number to 37.
24858
24859 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
24860
24861         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
24862
24863 2004-05-30  Jackson Harper  <jackson@ximian.com>
24864
24865         * reflection.c: Do not hardcode assembly versions or public key
24866         tokens anymore. All of this except the corlib section was dead
24867         code anyways.
24868         
24869 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
24870
24871         * object.c (mono_runtime_invoke_array): Automatically create boxed
24872         objects for byref valuetypes if needed. Fixes #59300.
24873         
24874         * object.c (mono_method_return_message_restore): Handle 
24875         MONO_TYPE_OBJECT as well.
24876
24877 2004-05-28  Jackson Harper  <jackson@ximian.com>
24878
24879         * reflection.c: The modified type encoding was causing build
24880         problems. Reverted for now.
24881         
24882 2004-05-28  Jackson Harper  <jackson@ximian.com>
24883
24884         * reflection.c/h: Take an assembly ref so that we dont create
24885         fully qualified names when encoding types in the same assembly as
24886         the custom attribute being emitted.
24887         * appdomain.c: Increment version number.
24888         
24889 2004-05-26  Duncan Mak  <duncan@ximian.com>
24890
24891         * icall.c
24892         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
24893         Set the full version number (major, minor, build, revision).
24894
24895 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
24896
24897         * marshal.c (emit_struct_conv): increment src/dst after blit
24898         (mono_marshal_get_managed_wrapper,
24899         mono_marshal_get_native_wrapper): make sure we have marshalling
24900         info before marshalling params (info computation affects
24901         blittable)
24902
24903         * class.c (class_compute_field_layout): correctly deal with
24904         blittable
24905         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
24906         value types (as per what windows dows by default)
24907         (mono_class_setup_mono_type): System.ValueType is blittable
24908         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
24909         blittable
24910
24911         * marshal.c (mono_marshal_load_type_info): flag types  as
24912         non-blittable if the native layout doesn't match the managed
24913         layout
24914
24915 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24916
24917         * appdomain.c: don't add stuff in the private search path that is
24918         above the application base. If application base is not set, there's
24919         no private search path.
24920
24921 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
24922
24923         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
24924         byref struct arguments in native->managed marshalling.
24925
24926 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
24927
24928         * marshal.c (mono_marshal_get_runtime_invoke): correctly
24929         cache methods using signature (special case for methods
24930         that are value type or string class)
24931         
24932         * image.c (mono_image_close): clean up allocated GSList's
24933         in runtime_invoke_cache.
24934
24935 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24936
24937         * mono-config.c: set the correct path for mono_cfg_dir on windows when
24938         there's no MONO_CFG_DIR environment variable defined.
24939
24940 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24941
24942         * threads.c: windows version must be >= 0x0500 to include OpenThread.
24943
24944 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
24945
24946         * threadpool.c: Really wait for 500ms after the async call, even if the wait
24947           is interrumped.
24948         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
24949           before waiting for it, and call CloseHandle after the wait to unref it.
24950           This will make sure that handles are not disposed too early.
24951
24952 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24953
24954         * appdomain.c:
24955         * appdomain.h:
24956         * icall.c: removed
24957         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
24958         needed now.
24959
24960         * object.c: se the application_base only for the domain that runs
24961         Main. Fixes bug #59216,
24962
24963 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24964
24965         * appdomain.c:
24966         * object.c: only the domain in which Main is run have
24967         SetupInformation.ConfigurationFile set, so moved a few lines from
24968         appdomain.c to object.c.
24969
24970 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24971
24972         * appdomain.c: we tried to load [name].(dll|exe), but according
24973         to bug #57710, we must also try [culture]/[name].(dll|exe) and
24974         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
24975         There's a test case attached to bug #58922.
24976
24977 2004-05-27  Dick Porter  <dick@ximian.com>
24978
24979         * icall.c:
24980         * file-io.c: Implemented icalls for locking and unlocking regions
24981         in a file.
24982         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
24983         FALSE on error (fixes both compiler warning and real bug.)
24984
24985 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
24986
24987         * culture-info-tables.h: reflecting locale-builder updates.
24988
24989           (Added missing ChangeLog entry for 05/26)
24990
24991 2004-05-27  Jackson Harper  <jackson@ximian.com>
24992
24993         * locales.c: Fix some cut and paste errors.
24994         
24995 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24996
24997         * mono-config.c: set the correct path for config. directory on windows.
24998
24999 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25000
25001         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
25002           on win32.
25003
25004 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25005
25006         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
25007         from pinvoke functions.
25008         
25009         * marshal.c (mono_ftnptr_to_delegate): Implement this.
25010
25011 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25012
25013         * culture-info-tables.h: reflecting locale-builder updates.
25014
25015 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25016
25017         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
25018         #59086.
25019
25020 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
25021
25022         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
25023         * icall.c: Modified icalls for RNG.
25024         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
25025         Windows (CryptoAPI).
25026
25027 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25028
25029         * locales.c: Fix build.
25030
25031 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
25032
25033         * culture-info-tables.h: reflecting locale-builder updates.
25034
25035 2004-05-25  Jackson Harper  <jackson@ximian.com>
25036
25037         * locales.c: When creating the current culture use the $LANGs
25038         specific culture. So DateTimeFormat and NumberFormat entries are created.
25039         
25040 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25041
25042         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
25043         a char array as parameter.
25044
25045 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
25046
25047         * image.c: In mono_image_open(), always use an absolute path name to
25048           look for already loaded images.
25049
25050 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
25051
25052         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
25053         missing in the windows build (like older cygwin include files).
25054
25055 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
25056
25057         * icall.c: Fixed check for possible integer overflow in Buffer_
25058         BlockCopy icall. Replaced comments style // by /* */.
25059
25060 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
25061
25062         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
25063         
25064         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
25065         check after MONO_VTADDR. Fixes pinvoke2.exe.
25066
25067         * marshal.h marshal.c metadata.h: Add beginnings of support for
25068         ftnptr -> delegate marshalling.
25069
25070 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
25071
25072         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
25073         * threads.c: Fix warnings.
25074
25075 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
25076
25077         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
25078         * icall.c: Registered icalls for Suspend and Resume.
25079         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
25080           Thread.Abort.
25081         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
25082         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
25083         * process.c: Use WaitForSingleObjectEx.
25084         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
25085           checkpoints.
25086         * threads.c, threads.h: Make use of new Ex wait methods. Improved
25087           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
25088           for Suspend and Resume. Added new mono_thread_stop, used for stoping
25089           background threads. Added basic support for Abort in Windows.
25090           Start new threads using a managed delegate invoke wrapper. This wrapper
25091           has an interruption checkpoint that is needed since an interruption
25092           can be requested before the thread leaves the unmanaged code that starts 
25093           the thread.
25094         * marshal.c: Added interruption checkpoint after every native call, and
25095           also before managed calls for wrappers called from unmanaged code to
25096           go into managed code.
25097         * object.h: Added new field in MonoThread to keep track of interruption
25098           requests.
25099
25100 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
25101
25102         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
25103         calls.
25104
25105 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25106
25107         * appdomain.c:
25108         * assembly.c:
25109         * gc.c:
25110         * locales.c:
25111         * mono-config.c:
25112         * rand.c: getenv -> g_getenv (windows!)
25113
25114         * process.c: complete_path is also used on non-windows platforms.
25115
25116 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25117
25118         * icall.c: new signature for Process_Start.
25119
25120         * process.[ch]: new signature for Process_Start. If we're on windows
25121         and UseShellExecute is false, we have to search for the program by
25122         ourselves if we don't get a full path.
25123
25124 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
25125
25126         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
25127         marshalling and call CleanUpNativeData if needed. Fixes #58646.
25128
25129 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25130
25131         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
25132         Fixes bug #58373.
25133
25134 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25135
25136         * process.c: use double quotes to quote program name and arguments on
25137         windows. Fixes bug #58575.
25138
25139 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25140
25141         * file-io.c: don't return "." and ".." when using windows Find*File.
25142
25143 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
25144
25145         * marshal.c: Don't pass wrappers to message init because method 
25146         addressed used to lookup metadata. part of remoting[2|3] fix.
25147
25148 2004-05-15  Jackson Harper  <jackson@ximian.com>
25149
25150         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
25151         path is essentially the same as MONO_PATH except that it points to
25152         GACs instead of lib directories.
25153         * loader.h: The user gac is gone so we dont need function to
25154         enable/disable it.
25155         * mono-config.c: user gac option is now gone.
25156         
25157 2004-05-15  Jackson Harper  <jackson@ximian.com>
25158
25159         * culture-info.h: Make defines more consistent, add calendar data
25160         to the culture info table.
25161         * culture-info-tables.h: Add basic calendar data. Basically
25162         everyone gets default gregorian until all the data is
25163         updated.
25164         * locales.c: Use the new consistent defines. Set calendar data for
25165         culture info objects.
25166         * object.h: add a field for calendar data to CultureInfo
25167         
25168 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
25169
25170         * image.c: image->runtime_invoke_cache is keyed on signatures now.
25171         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
25172         a signature.
25173         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
25174         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
25175         an extra param that is the pointer of the method to invoke. The IL for
25176         the invoke method is no longer specific to the method, but to the
25177         signature of the method. Thus, we can share the same code for multiple
25178         methods. This reduces the number of methods that have to be compiled.
25179
25180 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
25181
25182         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
25183
25184         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25185
25186         * icall.c: Optimize Buffer.BlockCopy.
25187
25188 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25189
25190         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
25191         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
25192         quote). Changed them to "MMMM yyyy".
25193
25194 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
25195
25196         * rand.c
25197         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
25198
25199 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
25200
25201         * reflection.h: Updated after changes to managed structures.
25202
25203         * appdomain.c: Bump corlib version.
25204
25205 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25206
25207         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
25208         windows.
25209
25210 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25211
25212         * Makefile.am: link to ../os/libmonoos.la on windows.
25213
25214         * assembly.c:
25215                 -If MONO_DEBUG, warn about non-existing directories in
25216                 MONO_PATH.
25217                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
25218                 compile time variable.
25219                 -Removed init_default_path and call mono_set_rootdir from
25220                 libmonoos.a instead (windows only).
25221
25222         * assembly.h: declare mono_assembly_getrootdir().
25223
25224         * domain.c:
25225         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
25226
25227         * loader.c: s/getenv/g_getenv/
25228
25229 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
25230
25231         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
25232
25233         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
25234
25235         * metadata.h: Add new marshalling conversions.
25236
25237         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
25238         function.
25239
25240         * reflection.c (mono_reflection_get_type): Lookup the type in all
25241         modules of a multi-module assembly. Fixes #58291.
25242
25243 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
25244
25245         * threads.c: Before aborting a background, set the StopRequested
25246         state.  This avoids throwing the Abort exception.
25247         In mono_thread_manage, don't continue with the shutdown until all
25248         aborted threads have actually stopped.
25249
25250 2004-05-10  Jackson Harper  <jackson@ximian.com>
25251
25252         * locales.c: Remove the modifier from culture names.
25253         
25254 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25255
25256         * Makefile.am: monosn is not installed any more. It has been deprecated
25257         in favor of sn.
25258
25259 2004-05-07  Jackson Harper  <jackson@ximian.com>
25260
25261         * locales.c
25262         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
25263         Fix array construction, add bailout if the length is 0.
25264
25265 2004-05-07  Dick Porter  <dick@ximian.com>
25266
25267         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
25268         machine doesn't have a DNS entry.  Patch by Urs Muff
25269         (umuff@quark.com), fixes bug 57928.
25270
25271 2004-05-06  Jackson Harper  <jackson@ximian.com>
25272
25273         * reflection.c: Handle null PublicTokens properly. alloc mem for
25274         assembly names culture so we dont crash when freeing it.
25275         
25276 2004-05-06  Jackson Harper  <jackson@ximian.com>
25277
25278         * assembly.c: Check the usergac when loading with partial names.
25279         
25280 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25281
25282         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
25283         does nothing for now (not required for Linux/Windows) but the class
25284         library can call it (and a newer or modified runtime could need it).
25285         * icall.c: Registred icall.
25286
25287 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25288
25289         * loader.c: prints a message on module loading error we set MONO_DEBUG
25290         environment variable.
25291
25292 2004-05-05  Jackson Harper  <jackson@ximian.com>
25293
25294         * appdomain.c: Handle PublicKeyToken=null properly.
25295         
25296 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25297
25298         * environment.c|h: Added icall ves_icall_System_Environment_
25299         GetOSVersionString to get the current OS version as a string.
25300         * icall.c: Registred icall.
25301
25302 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
25303
25304         * object.c: in mono_object_get_virtual_method(), take into account that
25305         non-virtual methods don't have a slot in the vtable. Check needed when
25306         the object is a proxy.
25307
25308 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
25309
25310         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
25311         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
25312
25313         * object.c (mono_class_compute_gc_descriptor): Fix warning.
25314
25315         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
25316         passed when a valuetype is expected.
25317
25318         * object.c (mono_unhandled_exception): Only set the exit code if the
25319         exception happens in the main thread. Fixes thread5.exe.
25320
25321         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
25322         invalid names. Fixes #58047.
25323
25324 2004-05-03  Jackson Harper  <jackson@ximian.com>
25325
25326         * assembly.c: This line was committed accidently and is unneeded.
25327         
25328 2004-05-03  Jackson Harper  <jackson@ximian.com>
25329
25330         * icall.c: Add new icall for Assembly::LoadWithPartialName
25331         * assembly.c/.h: new function that probes the GAC to load partial
25332         assembly names by Paolo Molaro.
25333         
25334 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25335
25336         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
25337         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
25338         (type_get_fully_qualified_name): Added PublicKeyToken when building a
25339         full type name.
25340
25341 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25342
25343         * appdomain.c: fixed check for 'neutral' culture and removed warning.
25344         * reflection.c: fix bug when parsing a full type name and Version is not
25345         the last thing in the string.
25346
25347 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
25348
25349         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
25350         crashes when it is freed.
25351
25352 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25353
25354         * assembly.c: print the compat warning to stderr.
25355
25356 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
25357
25358         * assembly.c (mono_assembly_load_references): Add a compatibility
25359         hack to run old applications that might be still referencing the
25360         3300-based assemblies, only do this for System.xxx.
25361
25362 2004-05-01  Jackson Harper  <jackson@ximian.com>
25363
25364         * appdomain.c: If the culture is neutral we set it to "".
25365         
25366 2004-04-29  Jackson Harper  <jackson@ximian.com>
25367
25368         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
25369
25370 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25371  
25372         * string-icalls.c: added low overhead function for copying chars
25373         * icall.c: added needed icall for the above function
25374  
25375 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25376
25377         * icall.c: fix return value of get_global_assembly_cache.  Implemented
25378         Environment.GetLogicalDrives.
25379
25380 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
25381
25382         * rand.c: try and talk to egd or prngd
25383         for random bytes if opening devices fail.
25384
25385 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
25386
25387         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
25388         alignment for the type using the native alignment of its members 
25389         instead of using klass->min_align.
25390
25391         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
25392
25393 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25394
25395         * file-io.c:
25396         * socket-io.c: added check for sys/aio.h.
25397
25398 2004-04-28  Dick Porter  <dick@ximian.com>
25399
25400         * threads.c: Don't abort a thread thats already aborting, when
25401         terminating everything.
25402
25403 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25404
25405         * icall.c: added 2 new async calls for Socket.
25406
25407         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
25408         IO on *nix systems.
25409
25410         * threadpool.c: removed unused variable.
25411
25412 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
25413
25414         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
25415
25416 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25417
25418         * locales.c: put back string_invariant_tolower () and
25419         string_invariant_toupper ().
25420
25421 2004-04-26 David Waite <mass@akuma.org>
25422
25423         * file-io.h:
25424         * socket-io.h:
25425         * threads.h:
25426         * unicode.h: remove comma from end of enumeration declarations
25427
25428 2004-04-26 David Waite <mass@akuma.org>
25429
25430         * debug-mono-symfile.h:
25431         * decimal.c:
25432         * mono_debug.h:
25433         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
25434
25435
25436 2004-04-26  Jackson Harper  <jackson@ximian.com>
25437
25438         * appdomain.c: Increment version number.
25439         
25440 2004-04-26  Jackson Harper  <jackson@ximian.com>
25441
25442         * appdomain.c: Set assembly references public token value when
25443         PublicKeyToken is specified, not the hash_value. Free public token
25444         values when free assembly name data. Previously the public key
25445         token was hex decoded, however we are using hex encoded public key
25446         tokens, so this is not neccasary.
25447         * assembly.c: Lookup assemblies in the gac if their public token
25448         value is set. Add function to allow enabling user gac
25449         lookups. Specify whether or not the assembly was loaded from the
25450         GAC. Compare full assembly names when checking the cache for
25451         assemblies (Temporarily disabled see comment in code). Remove
25452         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
25453         specifies trace-loader they get extra info to stdout on the
25454         loading of assemblies.
25455         * image.h: Add a field for an assembly references public token
25456         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
25457         whether an assembly has been loaded from the GAC.
25458         * image.c: Remove a corlib -> mscorlib name mapping.
25459         * loader.h: Add function to enable/disable the user gac.
25460         * mono-config.c: Check if the usergac is enabled in the config
25461         file.
25462         * icall.c: New icall to determine whether or not an assembly has
25463         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
25464         * tabldefs.h: Add constant for assemblyref flag that specifies a
25465         full public key is used instead of a public token.
25466         * reflection.c: Remove mscorlib -> corlib mappings. Set
25467         PublicTokenValue instead of hash value. This value is a hex
25468         string so it does not need to be expanded.
25469
25470 2004-04-26  Martin Baulig  <martin@ximian.com>
25471
25472         * mono-debug-debugger.c (mono_debugger_initialize): Set
25473         `mono_debugger_initialized' before calling mono_debug_lock().
25474
25475 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
25476
25477         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
25478           InternalToUpper/InternalToLower.
25479         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
25480           removed invariant culture shortcut.  This is now done in managed code.
25481         * locales.c: (string_invariant_toupper/tolower) removed.
25482
25483 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25484
25485         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
25486         Added Poll internal call.
25487
25488         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
25489         call for Poll. Select was too heavy for polling a single socket.
25490
25491         * threadpool.[ch]: added mono_threadpool_cleanup.
25492         * threads.c: use it. Don't use Thread_Abort on windows.
25493
25494 2004-04-23  Martin Baulig  <martin@ximian.com>
25495
25496         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
25497
25498 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
25499
25500         * icall.c: Registred new icalls for key pair protection and added an
25501         icall for Environment.GetFolderPath on Windows.
25502         * security.c|h: Added new icalls for key pair protection.
25503
25504 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25505
25506         * socket-io.c: don't display the non-supported family warning for known
25507         families. Now this is not displayed on windows when checking support
25508         for IPv4/IPv6.
25509
25510 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25511
25512         * class.c: don't display the layout warning for static fields.
25513
25514 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
25515
25516         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
25517         * locales.c, locales.h: Added new icalls for culture-specific
25518         Char.ToLower and Char.ToUpper.
25519
25520 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25521
25522         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
25523         by David Waite.
25524
25525 2004-04-20  Martin Baulig  <martin@ximian.com>
25526
25527         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
25528         of the type name before passing it to mono_reflection_type_from_name().
25529
25530 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
25531
25532         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
25533         encodings here. Fixes #56965.
25534
25535 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
25536
25537         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25538         fix test on strstr result not that I can see anything that
25539         relies on the result.
25540
25541 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
25542
25543         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
25544         Fixes #57081.
25545
25546         * marshal.c (mono_marshal_get_string_encoding): New helper function.
25547
25548         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
25549         function to determine which marshalling to use for strings. Fixes
25550         #56965.
25551
25552         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
25553
25554         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
25555
25556 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
25557
25558         * icall.c: #include mono-config.h
25559
25560 2004-04-15  Jackson Harper  <jackson@ximian.com>
25561
25562         * culture-info-tables.h: Fix date formats for en-US culture.
25563         
25564 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
25565
25566         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
25567         ThreadPool.SetMinThreads.
25568         * threadpool.c: Implemented ThreadPool.GetMinThreads and
25569         ThreadPool.SetMinThreads.
25570
25571 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25572
25573         * mono-config.c: also load the .config file in the directory
25574         where the assembly was found.
25575
25576 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
25577
25578         * assembly.c: load per-assembly config files.
25579         * icall.c: decrapified code to get the config dir and moved to
25580         mono-config.c.
25581         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
25582         per-assembly config files. When doing a dll map lookup give precedence
25583         to the per-assembly data.
25584
25585 2004-04-14  Martin Baulig  <martin@ximian.com>
25586
25587         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
25588         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
25589         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
25590
25591         * mono-debugger-debugger.c: While the debugger is locked, remember
25592         whether the symbol tables have changes and send one single
25593         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
25594
25595 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
25596
25597         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
25598
25599         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
25600         function.
25601
25602         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
25603         account when marshalling string arrays. Fixes #56965.
25604
25605 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
25606
25607         * icall.c: Add new icalls mapping for security.
25608         * security.c|h: Add internal calls for WindowsIdentity,
25609         WindowsImpersonationContext and WindowsPrincipal.
25610
25611 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
25612
25613         * class.c: Added comment to ensure the System.MonoDummy class
25614         is removed when no longer necessary
25615
25616 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
25617
25618         * appdomain.c: Pass arguments to the bootstraping exceptions to
25619         minimize JITed methods at boot
25620
25621         * metadata.c (mono_exception_from_name_two_strings): Allow for the
25622         second string to be null.
25623
25624         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25625         Change the protocol to minimize the JIT methods at startup.  Now
25626         it Returns the internal codepage, if the value of "int_code_page"
25627         is 1 at entry, and we can not compute a suitable code page
25628         number, returns the code page as a string.
25629
25630 2004-04-13  Jackson Harper  <jackson@ximian.com>
25631
25632         * culture-info-tables.h: Fix number of decimal digits for all
25633         english locales.
25634
25635 2004-04-13  Jackson Harper  <jackson@ximian.com>
25636
25637         * icall.c: Clairfy out of sync error message. It is not always
25638         your corlib that is out of sync.
25639
25640 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
25641
25642         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
25643         properties when only the set accessor is overriden. Fixes #55874.
25644
25645 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
25646
25647         * assembly.c (mono_assembly_load_references): Make this thread safe.
25648         Fixes #56327.
25649
25650 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
25651
25652         * monosn.c: Add missing initialization calls.
25653
25654 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
25655
25656         * locales.c:
25657         ves_icall_System_Globalization_CultureInfo_construct_number_format
25658         Fix g_assert so it compiles on fussier compilers re int/ptr
25659         mismatch
25660
25661 2004-04-08  Dick Porter  <dick@ximian.com>
25662
25663         * socket-io.h:
25664         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
25665         53992.  Also rearrange the code so that the internal calls return
25666         an error value and exceptions are thrown from managed code.
25667
25668         * icall.c: Add type info to the socket icalls.
25669
25670 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25671
25672         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
25673         owes me a beer.
25674
25675 2004-04-07  Martin Baulig  <martin@ximian.com>
25676
25677         * class.c (mono_class_from_generic_parameter): Don't default
25678         `klass->parent' to `mono_defaults.object_type'.
25679
25680 2004-04-07  Martin Baulig  <martin@ximian.com>
25681
25682         * reflection.c (mono_reflection_initialize_generic_parameter): Set
25683         `param->pklass->reflection_info'.       
25684
25685 2004-04-07  Jackson Harper  <jackson@ximian.com>
25686
25687         * culture-info-tables.h: Fix date separator symbol.
25688         
25689 2004-04-07  Martin Baulig  <martin@ximian.com>
25690
25691         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
25692         from System.Type to System.MonoType.
25693
25694 2004-04-07  Martin Baulig  <martin@ximian.com>
25695
25696         * reflection.h
25697         (MonoReflectionGenericParam): Added `has_reference_type' and
25698         `has_value_type' fields.
25699
25700         * reflection.c (mono_image_get_generic_param_info): Encode the
25701         correct flags if we have the `class' or `struct' constraint.
25702
25703 2004-04-07  Martin Baulig  <martin@ximian.com>
25704
25705         * reflection.h
25706         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
25707
25708 2004-04-07  Jackson Harper  <jackson@ximian.com>
25709
25710         * appdomain.c: Revert extra patches, just wanted to bump the
25711         version number.
25712         
25713 2004-04-07  Jackson Harper  <jackson@ximian.com>
25714
25715         * Makefile.am: Add culture-info private headers.
25716         * icall.c: Add new icalls for contructing locales.
25717         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
25718         * locales.h: Declare new culture info construction methods.
25719         * object.h: Add new fields used to avoid the CultureMap to
25720         MonoCultureInfo.
25721         * culture-info.h: Definition of structs used in the culture info
25722         tables.
25723         * culture-info-tables.h: Autogenerated tables that contain culture
25724         info data. This file was generated with the locale-builder tool.
25725         * appdomain.c: Incement corlib version number.
25726         
25727 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
25728
25729         * appdomain.c: (mono_runtime_init) move mono_thread_init
25730         to before mono_object_new calls so critical sections
25731         are initialized before use.
25732
25733 2004-04-07  Martin Baulig  <martin@ximian.com>
25734
25735         * icall.c
25736         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
25737         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
25738         (ves_icall_MonoGenericParam_initialize): Removed.
25739         (monogenericparam_icalls): Removed.
25740         (generictypeparambuilder_icalls): Added new table for
25741         System.Reflection.Emit.GenericTypeParameterBuilder.
25742
25743         * reflection.c
25744         (mono_reflection_define_generic_parameter): Removed.
25745         (mono_reflection_initialize_generic_parameter): This is now called
25746         from GenericTypeParameterBuilder's .ctor.
25747
25748 2004-04-06  Martin Baulig  <martin@ximian.com>
25749
25750         * class.c (mono_class_init): Don't inflate nested classes in a
25751         generic instance.
25752         (mono_type_get_name_recurse): Include the generic arguments for
25753         generic instances and generic type declarations.
25754         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
25755         (_mono_class_get_instantiation_name): Removed.
25756         (mono_class_create_generic): Always use `gklass->name' as our name.
25757
25758         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
25759
25760         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
25761         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
25762         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
25763         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
25764         closed generic methods here.
25765
25766         * reflection.c
25767         (mono_reflection_generic_inst_get_nested_types): Removed.
25768         (inflate_mono_method): Copy the generic parameters from the
25769         MonoMethodHeader into out MonoGenericMethod.
25770
25771 2004-04-06  Martin Baulig  <martin@ximian.com>
25772
25773         * row-indexes.h
25774         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
25775
25776         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
25777
25778         * reflection.c (build_compressed_metadata): If we have any entries
25779         in the GenericParam, MethodSpec or GenericParamConstraint tables,
25780         set the header version to 1.1.
25781
25782 2004-04-06  Martin Baulig  <martin@ximian.com>
25783
25784         * class.c (mono_class_init): If we're a generic instance,
25785         initialize our nested classes, too.
25786         (_mono_class_get_instantiation_name): Deal with the new `!%d'
25787         suffix. 
25788
25789 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25790
25791         * process.c: quote the argument passed to the shell on windows.
25792
25793 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
25794
25795         * threads.c (mono_alloc_special_static_data): Allow this to be
25796         called during startup.
25797
25798 2004-04-02  Martin Baulig  <martin@ximian.com>
25799
25800         * icall.c
25801         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
25802
25803 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
25804
25805         * icall.c: Fix build.
25806
25807 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
25808
25809         * Makefile.am: Added security.c|h.
25810         * icall.c: Added icall for get_UserName;
25811         * security.c: New file for security related icalls. Added function
25812         get_UserName for System.Environment (fix #56144).
25813         * security.h: New. Header file for security.c
25814
25815 2004-04-02  Dick Porter  <dick@ximian.com>
25816
25817         * icall.c: Deleted the icalls that were obsoleted some time ago
25818         by the ICU string code, and which were mixed into the icall
25819         rearranging.  Fixes bug 55969.
25820
25821         * string-icalls.h: 
25822         * string-icalls.c: Deleted the code that those icalls reference.
25823
25824 2004-04-01  Martin Baulig  <martin@ximian.com>
25825
25826         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
25827
25828         * class.c (mono_class_from_generic_parameter): Don't set 
25829         TYPE_ATTRIBUTE_INTERFACE.
25830         (my_mono_class_from_generic_parameter): Likewise.
25831
25832 2004-04-01  Martin Baulig  <martin@ximian.com>
25833
25834         * loader.c (find_method): Added an optional `MonoClass *ic'
25835         argument to search in a specific interface.
25836         (mono_get_method_constrained): New public function.
25837
25838 2004-04-01  Martin Baulig  <martin@ximian.com>
25839
25840         * reflection.c (mono_image_get_generic_field_token): Use the
25841         `handleref' cache here.
25842
25843 2004-04-01  Martin Baulig  <martin@ximian.com>
25844
25845         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
25846
25847         * reflection.c (create_generic_typespec): Use the `typespec' hash
25848         here, not the `typeref' one.    
25849
25850 2004-04-01  Martin Baulig  <martin@ximian.com>
25851
25852         * class.c (mono_class_inflate_generic_type): Moved the
25853         functionality into a new static inflate_generic_type() which
25854         returns NULL if it didn't do anything.  Only increment the
25855         `mono_stats.inflated_type_count' if we actually inflated
25856         something.
25857         (mono_class_get_full): Check the classes type to see whether we
25858         need to inflate it; also inflate MONO_TYPE_(M)VAR.
25859
25860 2004-04-01  Jackson Harper  <jackson@ximian.com>
25861
25862         * reflection.c: Set culture for assembly references.
25863         
25864 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
25865
25866         * reflection.[ch], icall.[ch], Fix support for pinning variables.
25867
25868 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25869
25870         * assembly.c:
25871         (do_mono_assembly_open): the critical section also covers
25872         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
25873
25874 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25875
25876         * threads.c:
25877         (mono_manage_threads): abort the background threads when finishing.
25878         Fixes bug #47232.
25879
25880 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25881
25882         * gc.c: only close the done_event handle if there was no timeout.
25883         C-ified comments.
25884
25885 2004-03-30  Martin Baulig  <martin@ximian.com>
25886
25887         * icall.c (icall_entries): It's called "System.Activator", not
25888         "System.Activation".    
25889
25890 2004-03-30  Martin Baulig  <martin@ximian.com>
25891
25892         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
25893         (mono_class_create_from_typespec): Likewise.
25894
25895 2004-03-30  Martin Baulig  <martin@ximian.com>
25896
25897         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
25898         `has_ctor_constraint' and `initialized'.
25899
25900 2004-03-30  Martin Baulig  <martin@ximian.com>
25901
25902         * reflection.c (encode_new_constraint): New static function to add
25903         the constructor constraint attribute to a type parameter.
25904         (encode_constraints): Call encode_new_constraint() if necessary.
25905
25906         * reflection.h
25907         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
25908
25909         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
25910         
25911 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
25912
25913         * reflection.c, icall.c: add support for pinning variables. 
25914
25915 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
25916
25917         * marshal.c (mono_marshal_get_managed_wrapper):
25918         init bool local with zero rather than null.
25919
25920 2004-03-29  Martin Baulig  <martin@ximian.com>
25921
25922         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
25923         the "official" behavior here.
25924         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
25925
25926 2004-03-29  Martin Baulig  <martin@ximian.com>
25927
25928         * icall.c: Reflect latest API changes.
25929
25930 2004-03-29  Martin Baulig  <martin@ximian.com>
25931
25932         * loader.c (mono_get_method_from_token): Also call
25933         mono_metadata_load_generic_params () for abstract and interface
25934         methods; replace the type arguments in the method signature with
25935         the ones which are loaded from the metadata.
25936
25937 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
25938
25939         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
25940         of the lock is not the current thread. MS.NET don't do it, in spite of
25941         what the documentation says. See bug #56157.
25942
25943 2004-03-28  Martin Baulig  <martin@ximian.com>
25944
25945         * class.c (mono_class_init): Don't call init_properties() and
25946         init_events() for generic instances; set `prop->parent' when
25947         inflating properties.
25948
25949         * reflection.c (mono_generic_inst_get_object): Call
25950         `mono_class_init (ginst->klass)'.
25951         (mono_type_get_object): Only create a MonoGenericInst if your
25952         generic type is a TypeBuilder.
25953         (do_mono_reflection_bind_generic_parameters): Only set
25954         `ginst->is_dynamic' if our generic type is a TypeBuilder.
25955
25956 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
25957
25958         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
25959         Fixes #56091.
25960
25961 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25962
25963         * icall.c: added Kill_internal icall.
25964         * process.[ch]: added Kill_internal icall.
25965
25966 2004-03-25  Martin Baulig  <martin@ximian.com>
25967
25968         * class.h (MonoStats): Added `generic_instance_count',
25969         `inflated_method_count', `inflated_type_count' and
25970         `generics_metadata_size'.       
25971
25972 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25973
25974         * reflection.c: no warnings now.
25975
25976 2004-03-25  Martin Baulig  <martin@ximian.com>
25977
25978         * class.c (mono_class_get_full): New public function; does a
25979         mono_class_get(), but also takes a `MonoGenericContext *'.
25980
25981         * loader.c (mono_field_from_memberref): Renamed to
25982         `field_from_memberref', made static and added `MonoGenericContext *'
25983         argument.
25984         (mono_field_from_token): Added `MonoGenericInst *' argument.
25985         (method_from_memberef): Likewise.
25986         (mono_get_method_from_token): Likewise.
25987         (mono_get_method_full): New public function; does a
25988         mono_get_method(), but also takes a `MonoGenericContext *'.
25989
25990         * verify.c (mono_method_verify): Get the method's generic context
25991         and pass it to mono_field_from_token(), mono_get_method_full() and
25992         mono_class_get_full().
25993
25994 2004-03-25  Martin Baulig  <martin@ximian.com>
25995
25996         * class.c (mono_class_inflate_generic_type): Take a
25997         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
25998         `MonoGenericMethod *'.
25999
26000 2004-03-25  Martin Baulig  <martin@ximian.com>
26001
26002         * loader.h (MonoMethodInflated): Store the MonoGenericContext
26003         instead of the MonoGenericMethod here.
26004
26005 2004-03-25  Martin Baulig  <martin@ximian.com>
26006
26007         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
26008         each time we create a new MonoGenericInst, we also create a new
26009         context which points back to us.
26010
26011         * class.c (inflate_method): Use `ginst->context' instead of
26012         creating a new context.
26013
26014         * loader.c (method_from_memberref): Use
26015         `klass->generic_inst->context' instead of creating a new context.
26016
26017 2004-03-25  Martin Baulig  <martin@ximian.com>
26018
26019         * class.h (MonoGenericContext): New struct.
26020         (MonoGenericMethod): Removed `generic_inst'.
26021
26022         * class.c (mono_class_inflate_generic_method): Take a
26023         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
26024
26025 2004-03-25  Martin Baulig  <martin@ximian.com>
26026
26027         * loader.h (MonoMethodInflated): New typedef.
26028
26029         * metadata.h (MonoMethodSignature): Removed `gen_method', make
26030         `generic_param_count' consume just 30 bits, added `is_inflated'
26031         and `has_type_parameters' flags (one bit each).
26032
26033         * class.c (mono_class_inflate_generic_method): Create a
26034         MonoMethodInflated instead of a MonoMethodNormal and set
26035         `is_inflated' in the method signature.
26036
26037         * class.h (MonoGenericMethod): Removed `generic_method'.
26038
26039 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
26040
26041         * image.c: Make sure the name of a MonoImage is always an absolute path.
26042           This fixes bug #54415.
26043
26044 2004-03-24  Martin Baulig  <martin@ximian.com>
26045
26046         * class.c (mono_class_setup_vtable): If we're a generic instance,
26047         use our generic type's vtable size.
26048
26049 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
26050
26051         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
26052         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
26053         problems.
26054
26055 2004-03-23  Martin Baulig  <martin@ximian.com>
26056
26057         * class.h (MonoDynamicGenericInst): Added `int count_events' and
26058         `MonoEvent *events'.
26059
26060         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
26061         (typebuilder_icalls): Added "get_event_info"; calls
26062         mono_reflection_event_builder_get_event_info(). 
26063
26064         * reflection.c (mono_reflection_generic_inst_initialize): Added
26065         `MonoArray *events'.
26066         (mono_reflection_event_builder_get_event_info): New function.
26067
26068 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
26069
26070         * object.h: add mono_type_initialization_init
26071
26072         * object.c (mono_runtime_class_init): 
26073         implement class constructor synchronization rules
26074         to cope with threading issues.  
26075         add mono_type_initialization_init
26076
26077         * appdomain.c (mono_runtime_init): call 
26078         mono_type_initialization_init
26079
26080         * class.h: removing initializing field from MonoVTable
26081
26082 2004-03-23  Martin Baulig  <martin@ximian.com>
26083
26084         * class.c (my_mono_class_from_generic_parameter): Use
26085         `param->name' if it's not NULL. 
26086
26087 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
26088
26089         * class.c: do not insert non-virtual methods in the vtable.
26090         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
26091         that means the method is non-virtual. This never would have
26092         happened before.
26093
26094 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
26095
26096         * profiler.c: Added lock for accessing coverage_hash.
26097
26098 2004-03-22  Martin Baulig  <martin@ximian.com>
26099
26100         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
26101         `method->method->signature->generic_param_count != 0' to make it
26102         work for interface methods.
26103
26104 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26105
26106         * process.c: quote the string passed to the shell using g_shell_quote.
26107
26108 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26109
26110         * threads.c:
26111         (mono_threads_manage): don't remove the finalizer thread and self
26112         from the threads hash table so that mono_thread_manage can be called
26113         more than once.
26114
26115 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26116
26117         * process.c: quote the arguments when UseShellExecute is true. Fixes
26118         bug #55790.
26119
26120 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26121
26122         * threads.c: set mono_thread_detach as a cleanup routine for every
26123         thread. This way it's always executed upon thread termination, either
26124         aborted or finished normally. No more xsp hangs!
26125
26126 2004-03-17  Martin Baulig  <martin@ximian.com>
26127
26128         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
26129         `int count_nested' and a `MonoType **nested'.
26130
26131         * reflection.c (mono_reflection_bind_generic_parameters): Moved
26132         most of the functionality into a new static
26133         do_mono_reflection_bind_generic_parameters() and don't take a
26134         `MonoType *nested_in' argument any more.  Don't compute nested
26135         types here.
26136         (mono_reflection_generic_inst_get_nested_types): New public method
26137         to get nested types.
26138
26139         * class.c (mono_class_create_generic): Set `klass->nested_in' if
26140         we're a nested class.
26141
26142         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
26143         mono_reflection_generic_inst_get_nested_types() to compute the
26144         nested types.
26145
26146 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26147
26148         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
26149         descriptive error message under windows.
26150         
26151 2004-03-17  Martin Baulig  <martin@ximian.com>
26152
26153         * class.c (dup_type): Added `const MonoType *original' argument;
26154         copy the attrs from the original type.
26155
26156 2004-03-17  Martin Baulig  <martin@ximian.com>
26157
26158         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
26159         `m->generic_inst_cache' here.
26160
26161 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26162
26163         * exception.h exception.c: Add stack_overflow_exception.
26164
26165 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26166
26167         * threadpool.c:
26168         (overlapped_callback): call SetEvent *after* invoking the callback.
26169         No need to call CloseHandle.
26170
26171 2004-03-16  Martin Baulig  <martin@ximian.com>
26172
26173         * reflection.c (mono_image_get_fieldref_token): Take a
26174         `MonoReflectionField *' instead of a `MonoClassField *' and a
26175         `MonoClass *'; store the `MonoReflectionField *' in the hash.
26176
26177 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26178
26179         * appdomain.c: don't add the culture to the filename we're looking for
26180         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
26181
26182 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26183
26184         * locales.c: don't ignore symbols when doing case insensitive compares.
26185         Thanks Dick! Fixes bug #54046.
26186
26187         * threads.c: surround 'threads' usage with enter/leave in
26188         mono_thread_manage.
26189
26190 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
26191
26192         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
26193         implicitly marshalled as [Out]. Fixes #55450.
26194
26195         (mono_marshal_get_runtime_invoke): Zero out the result if there is
26196         an exception.
26197
26198 2004-03-16  Martin Baulig  <martin@ximian.com>
26199
26200         * class.c (mono_class_from_generic_parameter): Use the actual
26201         parameter name. 
26202
26203 2004-03-16  Martin Baulig  <martin@ximian.com>
26204
26205         * reflection.c (type_get_signature_size): New static function.
26206         Compues the size of the type in a method signature.
26207         (method_get_signature_size): New static function; calls
26208         type_get_signature_size() to compute the actual size of the
26209         method's signature.
26210         (method_encode_signature): Use method_get_signature_size() to get
26211         the signature's size rather than using `nparams * 10'.
26212
26213 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26214
26215         * file-io.h: define here WapiOverlapped on windows. I don't want the
26216         regular OVERLAPPED one.
26217
26218         * file-io.c:
26219         * threadpool.c: somehow, BindIoCompletionCallback is not found.
26220         Disabling AIO on windows.
26221
26222 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26223
26224         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
26225         bug #55385.
26226
26227 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26228
26229         * appdomain.c: upgraded corlib version.
26230
26231         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
26232         and BeginWrite. Allow opening files for asynchrnous operations.
26233
26234         * file-io.h: new struct that maps FileStreamAsyncResult.
26235         * icall.c: added new icalls.
26236         * process.[ch]: support setting child process environment variables
26237         and use the SHELL or COMSPEC when UseShellExecute is true.
26238
26239         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
26240         callback for async. IO is here and also BindHandle.
26241
26242         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
26243         from here.
26244
26245 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
26246
26247         * reflection.c (create_custom_attr): Allow len == 0.
26248
26249         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
26250         computation on big-endian machines.
26251
26252 2004-03-13  Martin Baulig  <martin@ximian.com>
26253
26254         * class.h (MonoGenericInst): Added `int count_ifaces'.
26255
26256         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
26257         `ginst->count_ifaces' instead `klass->interface_count' since we
26258         may get called before the vtable is created.
26259
26260         * loader.c (mono_method_get_param_names): If we're a generic
26261         instance, return and don't initialize the class.
26262
26263         * reflection.c (mono_reflection_setup_generic_class): Don't call
26264         ensure_runtime_vtable().
26265         (mono_reflection_bind_generic_parameters): Set
26266         `ginst->count_ifaces'.
26267
26268 2004-03-11  Jackson Harper <jackson@ximian.com>
26269
26270         * icall.c:
26271         * unicode.c:
26272         * unicode.h: Remove unused System.Char icalls.
26273         
26274 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
26275
26276         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
26277         code when we P/Invoke the first library in Windows.Forms, instead
26278         of when we first open the assembly.
26279
26280         * assembly.c: Drop the lookup from here.
26281
26282 2004-03-10  Martin Baulig  <martin@ximian.com>
26283
26284         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
26285         class for properties, fields and events.  Finally fixes #54945.
26286
26287 2004-03-10  Martin Baulig  <martin@ximian.com>
26288
26289         * metadata.c (mono_metadata_class_equal): New static function;
26290         checks whether two generic instances or two generic parameters are
26291         equal.
26292         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
26293         compare classes.        
26294
26295 2004-03-10  Martin Baulig  <martin@ximian.com>
26296
26297         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
26298
26299         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
26300         argument and write it into the `reflection_info' field.
26301
26302         * icall.c
26303         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
26304         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
26305
26306 2004-03-09  Jackson Harper  <jackson@ximian.com>
26307
26308         * char-conversions.h: use 8 bits for numeric data its all we need
26309         * icall.c: numeric data is only 8 bits now.
26310
26311 2004-03-09  Martin Baulig  <martin@ximian.com>
26312
26313         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
26314
26315         * class.c (init_properties, init_events): Initialize the new
26316         `parent' field.
26317
26318         * reflection.c (typebuilder_setup_properties): Likewise.
26319         (typebuilder_setup_events): Likewise.
26320
26321         * reflection.h (MonoEventInfo): Replaced `parent with
26322         `declaring_type' and `reflected_type'.
26323
26324         * icall.c (ves_icall_get_property_info): Distinguish between
26325         declaring and reflected type.
26326         (ves_icall_get_event_info): Likewise.
26327
26328 2004-03-09  Martin Baulig  <martin@ximian.com>
26329
26330         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
26331         (ves_icall_Type_GetField): Correctly set field->klass.
26332
26333 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
26334
26335         * loader.h: Fix warning.
26336
26337 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
26338
26339         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
26340         library routine if present.  Notice that it will still continue
26341         executing even if its missing, for those working on the Gtk#
26342         edition of Windows.Forms.
26343
26344         * assembly.c (do_mono_assembly_open): If loading the
26345         System.Windows.Forms call mono_loader_wini_init.
26346
26347 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
26348
26349         * class.h: Added MonoRemoteClass struct.
26350         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
26351         function for MonoStrings.
26352         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
26353         Added internal call for getting the proxy type.
26354         * marshal.c: Get the type of transparent proxies from its remote_class.
26355         Added methods that generate the IL for type checks and casts:
26356         mono_marshal_get_isinst, mono_marshal_get_castclass, 
26357         mono_marshal_get_proxy_cancast.
26358         * marshal.h: Declaration of the previous new methods.
26359         * object.c: Added new moethods for creating and updating MonoRemoteClass
26360         instances: mono_remote_class, mono_upgrade_remote_class, 
26361         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
26362         * verify.c: FIx transparent_proxy_fields layout.
26363         * appdomain.c: Bump corlib version.
26364
26365 2004-03-04  Jackson Harper  <jackson@ximian.com>
26366
26367         * icall.c: Add icall to access char conversion tables.
26368         * char-conversions.h: Character conversion tables.
26369         * Makefile.am: Add char-conversions.h private header file.
26370         
26371 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
26372
26373         * appdomain.c (unload_thread_main): Increase unloading timeout to
26374         10 sec as a temporary workaround for Nant problems.
26375
26376 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
26377
26378         * gc.c: Add checks for GC_enable and GC_disable.
26379
26380         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
26381         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
26382         (bug #54988).
26383         
26384 2004-02-27  Martin Baulig  <martin@ximian.com>
26385
26386         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26387         `MonoReflectionType *' instead of a `MonoType *'.
26388
26389 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
26390
26391         * gc.c (run_finalize): Avoid finalizing the object representing the
26392         finalizer thread.
26393         (finalizer_thread): Fix warning.
26394
26395 2004-02-25  Martin Baulig  <martin@ximian.com>
26396
26397         * class.c (_mono_class_get_instantiation_name): Added `int offset'
26398         argument for nested types.
26399         (mono_class_create_generic): Added support for nested generictypes.
26400
26401         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
26402         `GList *nested'.
26403
26404         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
26405
26406         * reflection.c (method_encode_signature): Increase the minimum
26407         value of `size' from 10 to 11.
26408         (mono_reflection_bind_generic_parameters): Take `int type_argc'
26409         and `MonoType **types' arguments instead of the `MonoArray
26410         *types'; added `MonoType *nested_in'.  Recursively instantiate
26411         nested classes. 
26412
26413 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
26414
26415         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
26416         stack_overflow_ex members which are used by exception handling.
26417
26418         * appdomain.c (mono_runtime_init): Initialize the new members.
26419
26420         * gc.c (mono_gc_enable): New helper function.
26421         * gc.c (mono_gc_disable): New helper function.
26422
26423 2004-02-23  Martin Baulig  <martin@ximian.com>
26424
26425         * icall.c: I must have been really stupid - make it actually work
26426         this time ;-)
26427
26428 2004-02-23  Martin Baulig  <martin@ximian.com>
26429
26430         * loader.c (method_from_memberref): Only inflate the method if
26431         it's in another klass.
26432
26433 2004-02-23  Martin Baulig  <martin@ximian.com>
26434
26435         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
26436         (mono_class_init): If we're a generic instance and an interface,
26437         compute `class->interface_id'; also create `class->interfaces'
26438         here and inflate them.
26439
26440         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
26441         `ginst->is_open'.
26442         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
26443
26444         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
26445
26446 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
26447
26448         * reflection.c (method_encode_code): Improved the error message
26449         generated by the exception.
26450
26451 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26452
26453         * icall.c: Martin did not do what he said in the ChangeLog for
26454         2004-02-18, but put back the changes for properties and events.
26455         Commenting those changes out again and adding comment to bug #54518.
26456         
26457         * process.c: removed warning.
26458
26459 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
26460
26461         * marshal.c (emit_struct_conv): Print an error message instead of
26462         asserting when a type does not have the StructLayout attribute.
26463
26464 2004-02-20  Martin Baulig  <martin@ximian.com>
26465
26466         * reflection.c (mono_type_get_object): Also use the cache for
26467         generic instances.
26468         (mono_reflection_bind_generic_parameters): Always compute
26469         `ginst->ifaces'.        
26470
26471 2004-02-20  Martin Baulig  <martin@ximian.com>
26472
26473         * class.h (MonoGenericMethod): Removed `klass'.
26474
26475         * class.c (mono_class_inflate_generic_method): Added `MonoClass
26476         *klass' argument.
26477
26478 2004-02-20  Martin Baulig  <martin@ximian.com>
26479
26480         * reflection.c (method_encode_methodspec): Actually use the
26481         uninflated signature for the memberref.
26482
26483 2004-02-20  Martin Baulig  <martin@ximian.com>
26484
26485         * class.h (MonoGenericMethod): Removed `declaring'.
26486
26487         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
26488         is NULL, compute it here.
26489
26490 2004-02-20  Martin Baulig  <martin@ximian.com>
26491
26492         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
26493
26494         * metadata.c (mono_metadata_generic_inst_hash): New method.
26495         (mono_metadata_generic_inst_equal): New method.
26496
26497         * reflection.c (mono_reflection_bind_generic_parameters): Use the
26498         `klass->image->generic_inst_cache' cache to avoid creating
26499         duplicate MonoGenericInst's.
26500
26501         * class.c (mono_class_inflate_generic_type): Use the cache.
26502
26503 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
26504
26505         * object.c: fixed gc descriptor calculation for embedded valuetypes.
26506
26507 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26508
26509         * icall.c: added Socket.WSAIoctl icall.
26510
26511         * socket-io.[ch]: implemented
26512         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
26513
26514 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
26515
26516         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
26517
26518 2004-02-18  Urs C Muff  <umuff@quark.com>
26519
26520         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
26521         this work on PPC and other big-endian architectures.
26522
26523         * debug-mono-symfile.h: Prepended the names of all the `guint32'
26524         fields with an underscore to make sure they're only accessed by
26525         the read32() macro.
26526
26527 2004-02-18  Martin Baulig  <martin@ximian.com>
26528
26529         * icall.c: Put the klass->refclass changes back for methods and
26530         fields, but not for properties and events.  We're currently not
26531         distinguishing between DeclaringType and ReflectedType for
26532         properties and events, that's what caused the regressions.
26533
26534 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26535
26536         * object.c:
26537         (mono_async_result_new): the handle can be NULL.
26538
26539         * threadpool.c: Use an event instead of a semaphore, don't initialize
26540         it until needed. This saves quite a few semaphores from being created
26541         when using the threadpool.
26542
26543 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
26544
26545         * object.c (mono_string_is_interned_lookup): Fix interning of long
26546         strings. Fixes #54473.
26547
26548         * domain.c (ldstr_equal): Optimize if the two strings are equal.
26549
26550         * icall.c: Revert the klass->refclass changes since they introduce
26551         regressions (bug #54518).
26552
26553 2004-02-18  Martin Baulig  <martin@ximian.com>
26554
26555         * class.c (mono_class_init): If we're a generic instance and don't
26556         come from a TypeBuilder, inflate our members here.
26557         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
26558         (mono_class_create_generic): New public method.
26559         (mono_class_initialize_generic): Removed.
26560         (get_instantiation_name): Renamed to
26561         _mono_class_get_instantiation_name() and made it public.
26562
26563 2004-02-18  Martin Baulig  <martin@ximian.com>
26564
26565         * class.c (mono_class_inflate_generic_type): Clear the new
26566         instance's `nginst->klass' when inflating a generic instance.
26567         (mono_class_is_subclass_of): Added (basic) support for generic
26568         instances.
26569
26570 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
26571
26572         * appdomain.h, domain.c: use a MonoCodeManager instead of a
26573         MonoMempool to hold compiled native code.
26574
26575 2004-02-17  Martin Baulig  <martin@ximian.com>
26576
26577         * class.h (MonoDynamicGenericInst): Added `count_properties' and
26578         `properties'.
26579
26580         * reflection.c (mono_reflection_generic_inst_initialize): Added
26581         `MonoArray *properties' argument.
26582
26583         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
26584
26585 2004-02-17  Martin Baulig  <martin@ximian.com>
26586
26587         * icall.c (ves_icall_Type_GetFields): Renamed to
26588         ves_icall_Type_GetFields_internal() and added a
26589         `MonoReflectionType *rtype' argument; pass it to
26590         mono_field_get_object() to set the field's "reflected" type.
26591         (ves_icall_Type_GetConstructors): Likewise.
26592         (ves_icall_Type_GetEvents): Likewise.
26593         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
26594         argument; pass it to mono_method_get_object() to set the method's
26595         "reflected" type.       
26596
26597 2004-02-17  Martin Baulig  <martin@ximian.com>
26598
26599         * class.h (MonoDynamicGenericInst): New type.
26600         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
26601
26602         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
26603         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
26604         (ves_icall_MonoGenericInst_GetFields): New interncall.
26605
26606         * class.c (mono_class_from_generic): Don't call
26607         mono_class_initialize_generic() if this is a dynamic instance;
26608         ie. it's being created from a TypeBuilder.
26609         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
26610         `class->byval_arg.type'.
26611
26612         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
26613         to `inflate_method' and made static.
26614         (mono_reflection_inflate_field): Removed.
26615         (mono_reflection_generic_inst_initialize): New public method.
26616
26617         * reflection.h (MonoReflectionGenericInst): Removed `methods',
26618         `ctors' and `fields'; added `initialized'.
26619
26620 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
26621
26622         * debug-helpers.c (mono_method_full_name): Fix output for empty
26623         namespaces.
26624
26625 2004-02-12  Martin Baulig  <martin@ximian.com>
26626
26627         * class.h (MonoClassField): Added `MonoType *generic_type'.
26628
26629         * reflection.c (mono_image_get_fieldref_token): Added support for
26630         instantiated generic types.
26631         (field_encode_inflated_field): Removed.
26632         (mono_image_get_inflated_field_token): Removed.
26633         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
26634
26635         * reflection.h (MonoReflectionInflatedField): Removed.
26636
26637 2004-02-12  Martin Baulig  <martin@ximian.com>
26638
26639         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
26640         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
26641
26642         * reflection.c (mono_image_get_methodspec_token): Take a
26643         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
26644         (mono_image_create_token): Check whether we have a
26645         `method->signature->gen_method' and call
26646         mono_image_get_methodspec_token() if appropriate.
26647         (inflated_method_get_object): Removed.
26648         (mono_reflection_bind_generic_method_parameters): Return a
26649         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
26650         (mono_reflection_inflate_method_or_ctor): Likewise.
26651
26652         * reflection.h (MonoReflectionInflatedMethod): Removed.
26653
26654 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
26655
26656         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
26657         for custom valuetype marshalling.
26658
26659         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
26660
26661 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26662
26663         * icall.c: fixed WSAGetLastError_internal name.
26664
26665 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
26666
26667         * threads.c (mono_thread_attach): Allow this to be called multiple
26668         times for a thread.
26669         
26670         * threads.c (build_wait_tids): Do not wait for ourselves.
26671
26672         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
26673         appdomain list is empty.
26674
26675         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
26676         memory returned by mono_string_builder_to_utf16, since it points into
26677         managed memory. Thanks to Bernie Solomon for noticing this.
26678
26679         * icall.c: Add AppDomainSetup icalls.
26680
26681         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
26682
26683         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
26684         types.
26685
26686         * reflection.c (reflection_methodbuilder_to_mono_method): Save
26687         custom attributes to the method_aux struct. Also fix array indexes etc.
26688
26689         * loader.c (mono_method_get_param_names): Make dynamic case work again.
26690         
26691 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
26692
26693         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
26694         (both static and runtime) and reduce startup time.
26695
26696 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
26697
26698         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
26699         AsAny marshalling conversion instead of crashing.
26700
26701         * marshal.c: Fix warnings.
26702
26703 2004-02-09  Martin Baulig  <martin@ximian.com>
26704
26705         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
26706
26707         * reflection.h (MonoReflectionInflatedMethod): Removed the
26708         `declaring' field, it's now in the unmanaged MonoGenericMethod.
26709
26710         * reflection.c (method_encode_methodspec): Removed the `method'
26711         argument; we get it from `gmethod->declaring'.
26712         (inflated_method_get_object): Removed the `declaring' argument.
26713
26714 2004-02-09  Martin Baulig  <martin@ximian.com>
26715
26716         * class.h (MonoGenericMethod): New type.
26717         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
26718         `generic_method'.
26719
26720         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
26721         a `MonoGenericMethod *gen_method' one.
26722
26723         * class.c (mono_class_inflate_generic_type): Take an additional
26724         `MonoGenericMethod * argument.  This is only non-NULL if we're
26725         inflating types for a generic method.   
26726         (mono_class_inflate_generic_signature): Renamed to
26727         inflate_generic_signature() and made static; take a
26728         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26729         (inflate_generic_header): Take a `MonoGenericMethod *' argument
26730         instead of a `MonoGenericInst *' one.
26731         (mono_class_inflate_generic_method): Likewise.
26732
26733         * reflection.c (encode_generic_method_sig): Take a
26734         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26735         (method_encode_methodspec): Likewise.
26736         (inflated_method_get_object): Likewise. 
26737
26738         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
26739         field with a `MonoGenericMethod *gmethod' one.  
26740
26741 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
26742
26743         * class.h (mono_class_has_parent): add parens to expansion
26744         so you can ! this.
26745
26746 2004-02-08  Martin Baulig  <martin@ximian.com>
26747
26748         * image.h (MonoImage): Removed `generics_cache'.
26749
26750         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
26751         instead of a `MonoType *' argument; removed the `inflate_methods'
26752         argument.  Don't inflate methods here.
26753
26754         * loader.c (find_method): If it's a generic instance, call
26755         mono_class_init() on the `sclass->generic_inst->generic_type'.
26756
26757         * metadata.c (mono_type_size): Make this work on uninitialized
26758         generic instances; call it on the `ginst->generic_type's class.
26759
26760         * reflection.c (mono_reflection_bind_generic_parameters): Call
26761         mono_class_from_generic() to create the `ginst->klass'.
26762
26763 2004-02-08  Martin Baulig  <martin@ximian.com>
26764
26765         * class.h (MonoClass): Changed type of `generic_inst' from
26766         `MonoType *' to `MonoGenericInst *'.
26767
26768 2004-02-08  Martin Baulig  <martin@ximian.com>
26769
26770         * icall.c (ves_icall_Type_BindGenericParameters): Just call
26771         mono_type_get_object(), this is now creating a `MonoGenericInst'
26772         for MONO_TYPE_GENERICINST.
26773         (ves_icall_MonoGenericInst_GetParentType): Likewise.
26774         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
26775
26776         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
26777         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
26778         (inflated_method_get_object): Added `MonoClass *refclass' argument.
26779         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
26780         and reflected type.
26781
26782         * reflection.h (MonoReflectionInflatedMethod): Removed
26783         `declaring_type' and `reflected_type'.
26784
26785 2004-02-08  Martin Baulig  <martin@ximian.com>
26786
26787         * class.h (MonoGenericInst): Added `MonoType *parent' and
26788         `MonoType **ifaces'.
26789
26790         * reflection.h (MonoReflectionGenericInst): Removed `klass',
26791         `parent' and `interfaces'.
26792
26793         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26794         `MonoType *' argument and return a `MonoType *'.
26795
26796         * icall.c
26797         (ves_icall_MonoGenericInst_GetParentType): New interncall.
26798         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
26799
26800 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26801
26802         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
26803         valuetype marshalling.
26804
26805 2004-02-06  Martin Baulig  <martin@ximian.com>
26806
26807         * class.c
26808         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
26809         (my_mono_class_from_generic_parameter): Likewise.
26810
26811 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26812
26813         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
26814         contents of the symbol files lazily.
26815
26816         * object.h (MonoThread): Add 'name' and 'name_len' fields.
26817
26818         * threads.h threads.c icall.c: New icalls for getting and setting the
26819         threads name.
26820
26821 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
26822
26823         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
26824         Raise an exception when the domain is not found.
26825
26826 2004-02-03  Martin Baulig  <martin@ximian.com>
26827
26828         * reflection.c (mono_image_get_methodspec_token): Use the
26829         uninflated signature; fixes gen-33.
26830
26831 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
26832
26833         * gc.c threads.c: Make the finalizer thread a normal managed thread so
26834         the finalizer code can use thread functionality.
26835
26836         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
26837         the finalizer thread.
26838
26839         * threads.c: Make some functions more robust.
26840
26841         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
26842
26843         * metadata.h: Add new marshalling conventions.
26844
26845         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
26846         stringbuilder marshalling. Fixes #53700.
26847
26848         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
26849
26850         * reflection.c (mono_image_get_type_info): Save declarative security
26851         info.
26852
26853         * reflection.c (mono_image_get_field_info): Handle uninitialized 
26854         unmanaged fields as well.
26855
26856         * appdomain.c: Bump corlib version.
26857
26858 2004-02-01  Martin Baulig  <martin@ximian.com>
26859
26860         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
26861         method type arguments.  
26862
26863 2004-01-30  Duncan Mak  <duncan@ximian.com>
26864
26865         * marshal.h: Add prototype for
26866         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
26867         and
26868         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
26869         fix the build.
26870
26871 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
26872
26873         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
26874         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
26875
26876 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26877
26878         * marshal.c (mono_marshal_get_native_wrapper): Add support for
26879         custom marshalling of valuetypes.
26880
26881         * marshal.c: Fix some warnings.
26882
26883 2004-01-29  Martin Baulig  <martin@ximian.com>
26884
26885         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
26886         for generic method parameters.
26887
26888         * reflection.c (method_encode_methodspec): Write the uninflated
26889         signature into the methodspec table.
26890         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
26891         is always the uninflated method.
26892         (reflection_methodbuilder_to_mono_method): Copy the generic
26893         parameters from the MethodBuilder into `header->gen_params'.
26894
26895 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26896
26897         * class.c (mono_class_from_generic_parameter): Fix warning.
26898
26899 2004-01-27  Martin Baulig  <martin@ximian.com>
26900
26901         * class.c (mono_class_from_generic_parameter): Don't create
26902         `klass->methods' here.  
26903
26904 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
26905
26906         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
26907         extension since it does not work with libraries named lib<FOO>.dll.so.
26908
26909 2004-01-25  Martin Baulig  <martin@ximian.com>
26910
26911         * class.c (mono_class_inflate_generic_type): Added support for
26912         MONO_TYPE_GENERICINST.
26913
26914         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
26915         inflate methods on open constructed types.      
26916
26917 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26918
26919         * object.c: fire ProcessExit event in the root AppDomain after running
26920         Main. Fixes bug #53299.
26921
26922 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
26923
26924         * socket-io.c: include the new socket-wrappers.h header.
26925         Use the wrappers instead of the unix socket functions to make the code
26926         more clear.
26927
26928 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
26929
26930         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
26931
26932         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
26933         Fixes #22532.
26934
26935 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
26936
26937         * reflection.c (mono_image_create_pefile): Handle the case when the
26938         entry point is not a MethodBuilder.
26939
26940         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26941         field to ReflectionMethod since it is not allways a builder.
26942
26943         * reflection.c (type_get_fully_qualified_name): New helper function to
26944         return the fully qualified name of a type.
26945
26946         * reflection.c (encode_marshal_blob): Always emit the fully qualified
26947         type name for custom marshallers.
26948
26949         * reflection.c (mono_marshal_spec_from_builder): Ditto.
26950
26951         * class.c (mono_class_setup_vtable): If a parent class already 
26952         implements an interface, use the implementing methods from that class.
26953         Fixes #53148.
26954
26955 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26956
26957         * threadpool.c: just return instead of ExitThread to allow for thread
26958         clean up earlier.
26959
26960 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
26961
26962         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
26963         when closing resource modules.
26964
26965         * reflection.c (mono_image_create_pefile): Handle the case when the
26966         entry point is not a MethodBuilder.
26967
26968         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26969         field to ReflectionMethod since it is not allways a builder.
26970
26971 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
26972
26973         * marshal.c (mono_marshal_get_managed_wrapper): 
26974         mono_marshal_alloc takes native int so CONV_I
26975         the arg for 64bits.
26976
26977 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
26978
26979         * reflection.c (fixup_cattrs): New function to fixup the methoddef
26980         tokens in the cattr table. Fixes #53108.
26981
26982 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26983
26984         * loader.c: don't trim ".dll" before looking up in the config file.
26985         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
26986
26987 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
26988
26989         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
26990         Return the module which contains the resource as well.
26991         (ves_icall_System_Reflection_Module_Close): New icall.
26992
26993         * appdomain.c: Bump corlib version number.
26994
26995         * image.c (mono_image_addref): New public function.
26996
26997         * assembly.c: Call mono_image_addref.
26998
26999         * reflection.c (mono_module_get_object): Increase reference count of 
27000         the image.
27001
27002         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27003         Fixes #22532.
27004
27005         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
27006         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
27007         proper exceptions on DllImport problems.
27008
27009 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
27010
27011         * class.c, metadata.c: eliminate CSIZE macro.
27012
27013 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
27014
27015         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
27016         * object.h: Added async_callback field in MonoAsyncResult.
27017         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
27018         * verify.c: Added async_callback in MonoAsyncResult layout.
27019
27020 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
27021
27022         * reflection.c (mono_reflection_get_custom_attrs): Add support
27023         for Modules.
27024
27025 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27026
27027         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
27028         marshalling.
27029         (mono_marshal_method_from_wrapper): Add null pointer check.
27030
27031 2004-01-16  Martin Baulig  <martin@ximian.com>
27032
27033         * debug-mono-symfile.h: Set version number to 36 and reflect
27034         latest symbol writer changes.
27035
27036 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27037
27038         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
27039         multi-dimensional arrays.
27040         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
27041         (mono_class_from_mono_type): Use bounded_array_class_get.
27042         
27043         * class.c (mono_bounded_array_class_get): New function which takes
27044         a 'bounded' bool argument to distinguish vectors from one dimensional
27045         arrays.
27046
27047         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
27048         bounded_array_class_get if the array has bounds.
27049
27050         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27051         Search modules loaded using AssemblyBuilder:AddModule as well.
27052
27053 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27054
27055         * appdomain.c: increased corlib version.
27056         * filewatcher.c: removed g_print.
27057         * icall.c:
27058         (get_property_info): only allocate what is actually requested.
27059         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
27060
27061 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27062
27063         * Makefile.am: added filewatcher.[ch]
27064         * filewatcher.[ch]: FileSystemWatcher runtime support.
27065         * icall.c: added new FSW icalls.
27066
27067 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
27068
27069         * string-icalls.c: fix stringbuilder regression as suggested by
27070         Iain McCoy <iain@mccoy.id.au>.
27071
27072 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
27073
27074         * process.c (process_read_stringtable_block): Recognize '007f' as
27075         a language neutral stringtable block.
27076
27077 2004-01-12  Patrik Torstensson
27078
27079         * object.h (MonoStringBuilder) : Changed layout to support our
27080         new stringbuilder class.
27081         * marshal.c: Change marshalling to support the new layout of 
27082         string builder.
27083         * appdomain.c: increased version number because new layout of
27084         string builder.
27085
27086 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
27087
27088         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
27089         assembly name as an string instead of an AssemblyName, since it is
27090         easier to extract info from it.
27091
27092         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
27093         the culture subdirectories too. Fixes #52231.
27094
27095 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27096
27097         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
27098         It takes 2 new parameters with an optional name for the method to look
27099         for and case ignoring info.
27100
27101         * threadpool.c: removed unused variable.
27102
27103 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27104
27105         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
27106         It takes 2 new parameters with an optional name for the property to look
27107         for and case ignoring info.
27108         Fixes bug #52753.
27109
27110 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
27111
27112         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
27113         Fix #52451.
27114
27115 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27116
27117         * appdomain.c:
27118         * assembly.c: escape the uri before passing it to g_filename_from_uri.
27119         Fixes bug #52630.
27120
27121 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
27122
27123         * reflection.c: Add support for more than one unmanaged resource.
27124
27125         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
27126         in field->def_value, as done in all other cases.
27127
27128         * reflection.c (mono_reflection_get_custom_attrs): Add support for
27129         TypeBuilders.
27130
27131         * reflection.c (mono_reflection_create_runtime_class): Remove 
27132         errorneous assignment to klass->element_class, since it is already
27133         done in mono_reflection_setup_internal_class.
27134
27135 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27136
27137         * gc.c: added missing LeaveCriticalSection.
27138         * icall.c: indented a couple of lines.
27139         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
27140         if we call EndInvoke inside a callback. Fixes bug #52601.
27141
27142 2004-01-07  Martin Baulig  <martin@ximian.com>
27143
27144         * mono-debug-debugger.h
27145         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
27146
27147 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
27148
27149         * appdomain.c: Use messages in NotImplementedException.
27150
27151         * exception.c (mono_get_exception_not_implemented): Now this takes
27152         a message argument.
27153
27154         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
27155         exception instead of g_asserting an aborting when something is not
27156         implemented.
27157
27158         Add some inline docs.
27159
27160 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
27161
27162         * reflection.h: Update after changes to object layout.
27163
27164         * reflection.c: Implement saving of unmanaged aka win32 resources.
27165
27166         * appdomain.c: Bump version number.
27167
27168         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
27169         Handle missing domains gracefully.
27170
27171 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
27172
27173         * file-io.c : On Windows, there are much more invalid_path_chars.
27174
27175 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
27176
27177         * class.h, object.c: prepare for GetType () speedup.
27178
27179 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
27180
27181         * profiler.c: workaround for --profile null reference exception on
27182           cygwin. Patch by Patrik Torstensson.
27183
27184 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
27185
27186         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
27187         make work for unaligned access.
27188
27189 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
27190
27191         * class.c: small cleanup (class->fields [i] -> field).
27192         * image.c: check address of metadata is valid.
27193
27194 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
27195
27196         * assembly.h assembly.c (mono_assembly_loaded): New public function to
27197         search the list of loaded assemblies.
27198
27199         * reflection.c (mono_reflection_type_from_name): Use 
27200         mono_assembly_loaded instead of mono_image_loaded.
27201
27202         * reflection.c: Fix warnings.
27203
27204 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
27205
27206         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
27207         is dynamic. This is needed since an assembly can contain both dynamic and
27208         non-dynamic images.
27209
27210         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
27211         assembly->dynamic.
27212
27213         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
27214
27215         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
27216         to store modules loaded using AddModule.
27217
27218         * reflection.c (mono_image_fill_file_table): Generalize this so it works
27219         on Modules.
27220
27221         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
27222
27223         * reflection.c (mono_image_fill_export_table_from_module): New function to
27224         fill out the EXPORTEDTYPES table from a module.
27225
27226         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
27227         into a separate function. Also handle loaded non-dynamic modules.
27228
27229         * reflection.c (mono_image_basic_init): Fix memory allocation.
27230
27231         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27232
27233         * assembly.c (mono_assembly_load_references): Make this public.
27234
27235 2003-12-19  Martin Baulig  <martin@ximian.com>
27236
27237         * class.c (mono_class_initialize_generic): Made this static, take
27238         a `MonoGenericInst *' instead of a `MonoClass *'.
27239         (mono_class_from_generic): Call mono_class_initialize_generic()
27240         unless we're already initialized or being called from
27241         do_mono_metadata_parse_generic_inst().
27242
27243         * class.h (MonoGenericInst): Added `initialized' and
27244         `init_pending' flags.
27245
27246         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
27247         `mono_class_init (gklass)' or mono_class_initialize_generic()
27248         here; set `generic_inst->init_pending' while parsing the
27249         `type_argv'.
27250
27251 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
27252
27253         * locales.c: include string.h for memxxx prototypes
27254
27255 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
27256
27257         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
27258         constructor when accessing literal fields.
27259
27260 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
27261
27262         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27263
27264         * reflection.c (assembly_add_resource_manifest): New function to fill
27265         the MANIFESTRESOURCE table.
27266
27267         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
27268
27269         * reflection.h: Update to changes in class layout.
27270
27271         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
27272         Reenable call to mono_runtime_is_shutting_down ().
27273
27274         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
27275         determine if the runtime is shutting down.
27276
27277 2003-12-16  Jackson Harper <jackson@ximian.com>
27278
27279         * icall.c: comment out call to mono_runtime_is_shutting_down to
27280         fix build.
27281         
27282 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
27283
27284         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
27285         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
27286
27287 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
27288
27289         * reflection.c: move definition of swap_with_size
27290         to before its first call
27291
27292 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
27293
27294         * appdomain.c (mono_runtime_is_shutting_down): New public function.
27295
27296         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
27297         icall.
27298
27299         * object.c: Fix warnings.
27300
27301         * icall.c (ves_icall_Type_Get...): Only consider inherited static
27302         members if FlattenHierarchy is set.
27303
27304         * reflection.c (mono_image_add_decl_security): New function to emit
27305         declarative security.
27306
27307         * reflection.h reflection.c: Add support for declarative security.
27308
27309         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27310         
27311 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
27312
27313         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27314         
27315         * appdomain.c verify.c: Moved corlib version checking into its own
27316         function in appdomain.c since it needs to create vtables etc.
27317
27318 2003-12-13  Patrik Torstensson <p@rxc.se>
27319
27320         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
27321         instead of unwrapped server.
27322
27323 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
27324
27325         * verify.c (check_corlib): Fix field index.
27326
27327 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
27328
27329         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
27330         GetGacPath icall.
27331
27332 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
27333
27334         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
27335         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
27336         cope with sizeof(size_t) != sizeof(guint32).
27337
27338 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27339
27340         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
27341         in case of failure.
27342
27343 2003-12-10  Mark Crichton <crichton@gimp.org>
27344
27345         * icall.c: removed the GetNonZeroBytes.  We now handle this case
27346         in managed code.
27347
27348         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
27349
27350 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
27351
27352         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
27353         marked as deleted.
27354
27355 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
27356
27357         * verify.c (check_corlib): Handle the case when the version field is 
27358         initialized by a static constructor.
27359
27360 2003-12-08  Patrik Torstensson  <p@rxc.se>
27361
27362     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
27363
27364 2003-12-08  Martin Baulig  <martin@ximian.com>
27365
27366         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
27367         a MonoReflectionGenericParameter, also take the parameter index
27368         and name as arguments.
27369         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
27370         (ves_icall_MonoGenericParam_initialize): New interncall.
27371         (ves_icall_Type_make_byref_type): New interncall.
27372
27373         * reflection.h (MonoReflectionGenericParam): Derive from
27374         MonoReflectionType, not just from MonoObject.  Added `refobj' and
27375         `index' fields.
27376
27377         * reflection.c (mono_reflection_define_generic_parameter): Create
27378         and return a new MonoReflectionGenericParam; don't initialize the
27379         constraints here.
27380         (mono_reflection_initialize_generic_parameter): New public method;
27381         initializes the constraints and creates the `param->pklass'.
27382
27383 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
27384
27385         * reflection.h reflection.c: Use the new fields 'num_types', 
27386         'num_fields' and 'num_methods' to track the number of types etc.
27387
27388         * verify.c (check_corlib): Check corlib version number.
27389
27390 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
27391
27392         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
27393         function works on all methods.
27394
27395 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
27396
27397         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
27398         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
27399         the custom_type_info flag of the transparent proxy.
27400         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
27401         objects that supports IRemotingTypeInfo.
27402         * object.h: Added custom_type_info field in transparent proxy.
27403
27404 2003-12-06  Martin Baulig  <martin@ximian.com>
27405
27406         * class.c (mono_class_create_from_generic): Removed.
27407         (mono_class_from_generic): Check `ginst->klass' before doing
27408         anything else.  This is important to fully support "recursive"
27409         generic types.
27410
27411         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
27412         empty `generic_inst->klass' before doing anything else.
27413
27414 2003-12-06  Dick Porter  <dick@ximian.com>
27415
27416         * verify.c: 
27417         * object.h:
27418         * icall.c:
27419         * locales.c: Use C structs to access class fields.  Don't do a
27420         conversion between MonoString and UChar because both are
27421         platform-endian UTF-16.  Compare now takes startindex and count
27422         parameters.  Add a char overload for IndexOf.  Speed up the
27423         invariant string IndexOf.
27424
27425 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
27426
27427         * Makefile.am (monosn_LDADD): Fix parallel build.
27428
27429 2003-12-04  Martin Baulig  <martin@ximian.com>
27430
27431         * icall.c
27432         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27433         (ves_icall_Type_make_array_type): New interncall.       
27434
27435 2003-12-04  Martin Baulig  <martin@ximian.com>
27436
27437         * locales.c: also change it in the !HAVE_ICU case.
27438
27439 2003-12-04  Dick Porter  <dick@ximian.com>
27440
27441         * icall.c:
27442         * locales.c: construct_compareinfo is now in CompareInfo, not
27443         CultureInfo.
27444
27445 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
27446
27447         * image.c (mono_image_load_file_for_image): Cache loaded images in the
27448         image->files array.
27449
27450         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
27451         table as well.
27452
27453         * assembly.c (mono_assembly_load_references): Only load references
27454         once.
27455
27456         * class.c (mono_class_from_name): Avoid linear search of the 
27457         EXPORTEDTYPE table.
27458
27459         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
27460
27461 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
27462
27463         * image.h (MonoImage): Add 'field_cache' field.
27464
27465         * loader.c (mono_field_from_token): Cache field lookups.
27466         
27467         * reflection.c (mono_module_get_object): Fix name property.
27468
27469         * icall.c (ves_icall_get_enum_info): Update after changes to 
27470         mono_metadata_get_constant_index ().
27471
27472         * icall.c: Get rid of get_type_info icall, use a separate icall for
27473         each type property to avoid needless memory allocations. Fixes #51514.
27474
27475         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
27476         to avoid needless binary searches.
27477
27478         * class.c (class_compute_field_layout): Move the initialization of
27479         field->def_value to mono_class_vtable ().
27480
27481         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
27482         non-corlib types.
27483
27484         * object.c (mono_object_allocate): Make it inline.
27485
27486         * object.c (mono_object_allocate_spec): Make it inline.
27487         
27488 2003-12-02  Dick Porter  <dick@ximian.com>
27489
27490         * locales.c (create_NumberFormat): NumberFormatInfo construction.
27491         Patch by Mohammad DAMT (mdamt@cdl2000.com).
27492
27493 2003-12-01  Dick Porter  <dick@ximian.com>
27494
27495         * threads.c: Fix signature and call in CreateMutex and
27496         CreateEvent.
27497
27498 2003-12-01  Dick Porter  <dick@ximian.com>
27499
27500         * icall.c: 
27501         * locales.c: Implement string compares and searching
27502
27503         * object.h: Add extra Thread field
27504
27505 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
27506
27507         * reflection.c (fixup_method): Add support for MonoCMethod.
27508
27509 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
27510
27511         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
27512
27513         * reflection.c (assembly_name_to_aname): Allow extra characters in
27514         assembly names. Fixes #51468.
27515
27516 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
27517
27518         * exception.c (mono_exception_from_name_domain): New helper function.
27519
27520         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
27521         exception object in the correct domain.
27522
27523         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
27524         formatting + make a copy a the input data.
27525
27526         * loader.c (mono_get_method_from_token): Methods which contain
27527         native code do not have entries in the ImplMap.
27528
27529         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
27530         Thanks to Gonzalo for spotting this.
27531         
27532         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
27533         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
27534
27535         * assembly.h (mono_assembly_load_from): Split the second part of 
27536         assembly loading into a new public function.
27537
27538         * exception.h (mono_get_exception_bad_image_format): New function.
27539
27540 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
27541
27542         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27543         Enumerate all modules inside a dynamic assembly. Fixes #51293.
27544         
27545         * icall.c: Add new icall for creating dynamic methods.
27546
27547         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
27548
27549         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
27550
27551         * reflection.c (mono_reflection_create_dynamic_method): New icall to
27552         create a dynamic method.
27553
27554         * reflection.c (resolve_object): New helper function.
27555
27556         * reflection.c: Generalize ReflectionMethodBuilder and the functions
27557         which manipulate it so they can also work on dynamic methods.
27558
27559         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
27560         creating the MonoReflectionMethodAux structure if it is not needed.
27561         
27562         * reflection.h verify.c: Update after changes to object layout.
27563
27564         * reflection.c (method_builder_encode_signature): Fix compilation on
27565         gcc 2.95.x.
27566
27567 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
27568
27569         * appdomain.h: Added support for context static fields. Added static_data
27570           field to MonoAppContext and renamed thread_static_fields to a more
27571           generic special_static_fields in MonoAppDomain, since it can now contain
27572           context static fields.
27573         * domain.c: Updated hashtable name.
27574         * object.c: Replaced field_is_thread_static() for a more generic
27575           field_is_special_static() which also checks for context static attribute.
27576           In mono_class_vtable(), added support for static context fields.
27577         * threads.c: Changed methods that manage thread static fields to more
27578           generic methods so they can be reused both for thread and context static
27579           data.
27580         * threads.h: Declared some new methods.
27581
27582 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
27583
27584         * reflection.h: Update after changes to the managed types.
27585
27586         * reflection.c (encode_custom_modifiers): New helper function.
27587
27588         * reflection.c (method_encode_signature): Emit custom modifiers.
27589
27590         * reflection.c (field_encode_signature): Emit custom modifiers.
27591
27592 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
27593
27594         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
27595
27596         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
27597         implementation.
27598
27599         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
27600         icall.
27601
27602         * object.c (mono_field_get_value_object): New function.
27603
27604         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
27605         specific.
27606
27607 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
27608
27609         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
27610         return a preallocated out-of-memory exception instance.
27611
27612         * object.c (out_of_memory): Use the new function.
27613
27614         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
27615         flag is before the custom modifiers. Fixes #49802.
27616
27617 2003-11-16  Martin Baulig  <martin@ximian.com>
27618
27619         * class.c (mono_class_is_open_constructed_type): Implemented the
27620         MONO_TYPE_GENERICINST case.
27621
27622 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
27623
27624         * assembly.c (mono_assembly_fill_assembly_name): New function to
27625         fill out the MonoAssemblyName structure.
27626         (mono_assembly_open): Use the new function.
27627
27628         * icall.c (fill_reflection_assembly_name): New helper function.
27629
27630         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
27631         new function.
27632
27633         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
27634
27635 2003-11-15  Martin Baulig  <martin@ximian.com>
27636
27637         * class.c (mono_class_is_open_constructed_type): New public
27638         function; checks whether a type is an open constructed type,
27639         ie. whether it still contains type parameters.
27640         (mono_class_inflate_generic_type): If we're a type parameter and
27641         the inflated type is also a MONO_TYPE_(M)VAR, return the original
27642         type.
27643
27644         * class.h (MonoGenericInst): Added `guint32 is_open'.
27645
27646         * loader.c (method_from_methodspec): Check whether we're an open
27647         or closed constructed type and set `ginst->is_open'.
27648
27649         * reflection.c (mono_reflection_bind_generic_parameters): Check
27650         whether we're an open or closed constructed type and set
27651         `ginst->is_open'.
27652         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
27653         from open constructed types.
27654
27655 2003-11-15  Martin Baulig  <martin@ximian.com>
27656
27657         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27658         a generic instance (instead of a generic type declaration) with
27659         unbound generic parameters, bind them to our actual types.
27660
27661 2003-11-14  Martin Baulig  <martin@ximian.com>
27662
27663         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
27664
27665         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27666         an interface type, populate `res->interfaces' with instantiated
27667         versions of all the interfaces we inherit.
27668
27669 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
27670
27671         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
27672         when MONO_PATH is set but doesn't contain the install dir.
27673
27674 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27675
27676         * icall.c:
27677         (ves_icall_Type_GetInterfaces): don't return an interface twice when
27678         it's also implemented in base classes. Fixes bug #50927.
27679
27680 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
27681
27682         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
27683         if this method is called from a finalizer. Fixes #50913.
27684
27685 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
27686
27687         * threads.c: Implement VolatileRead/VolatileWrite
27688
27689         * icall.c: Add new icalls for VolatileRead/VolatileWrite
27690
27691 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27692
27693         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
27694         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
27695         2.95.3.
27696
27697         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
27698         from Peter Ross (pro@missioncriticalit.com).
27699         
27700 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
27701
27702         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
27703
27704 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27705
27706         * assembly.c (mono_assembly_load_references): Disable check because it
27707         triggers on older corlibs which lots of people have.
27708
27709 2003-11-12  Jackson Harper  <jackson@ximian.com>
27710
27711         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
27712         load corlib.dll if mscorlib.dll is not found.
27713         * assembly.h: Remove corlib name define.
27714         * class.c:
27715         * domain.c:
27716         * image.c: Change corlib name to mscorlib.
27717         
27718 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27719
27720         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
27721
27722 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
27723
27724         * appdomain.h: Added loader_optimization here to sync with the C#
27725         code, and add disallow_binding_redirects field.
27726
27727 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27728
27729         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
27730
27731         * reflection.c (mono_image_build_metadata): Fix crash on modules
27732         with no types.
27733
27734         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
27735
27736         * icall.c (ves_icall_get_method_info): Return callingConvention as
27737         well.
27738
27739         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
27740         namespaces from the EXPORTEDTYPE table as well.
27741
27742         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
27743         from all modules inside the assembly.
27744         
27745 2003-11-11  Martin Baulig  <martin@ximian.com>
27746
27747         * reflection.c (mono_reflection_bind_generic_parameters): Make
27748         this work for interfaces.
27749
27750 2003-11-11  Martin Baulig  <martin@ximian.com>
27751
27752         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
27753
27754 2003-11-11  Martin Baulig  <martin@ximian.com>
27755
27756         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
27757         "MonoInflatedMethod" and "MonoInflatedCtor".
27758
27759 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27760
27761         * reflection.c (resolution_scope_from_image): Use the assembly table
27762         from the manifest module, since other modules don't have it.
27763
27764         * debug-helpers.c (mono_type_full_name): New helper function.
27765
27766         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
27767
27768         * image.c (mono_image_load_file_for_image): New public function which
27769         is a replacement for the load_file_for_image in class.c.
27770
27771         * assembly.c (mono_assembly_load_module): A wrapper for the function
27772         above which does assembly association and reference loading too.
27773
27774         * class.c (mono_class_from_name): Call mono_assembly_load_module.
27775
27776 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27777
27778         * appdomain.c: not all of the attributes for the full assembly name
27779         are required and the order doesn't matter. Fixes bug #50787.
27780
27781 2003-11-10  Dick Porter  <dick@ximian.com>
27782
27783         * locales.c: Use platform-endian UTF16
27784
27785 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27786
27787         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27788         
27789 2003-11-10  Martin Baulig  <martin@ximian.com>
27790
27791         * metadata.c
27792         (mono_metadata_load_generic_params): Make this actually work.
27793
27794         * reflection.c (mono_reflection_bind_generic_parameters): If our
27795         parent is a generic instance, pass all the `types' to it, no
27796         matter whether it has the same number of type parameters or not.
27797
27798 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27799
27800         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27801
27802         * assembly.c (mono_assembly_load_references): Move the image<->assembly
27803         assignment code to this function so it gets called recursively for all
27804         modules.
27805
27806         * image.c (load_modules): Remove the assembly assignment since it is
27807         now done by mono_assembly_load_references.
27808         
27809         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27810         Add 'module' argument.
27811         (mono_module_get_types): New helper function.
27812         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
27813
27814 2003-11-08  Martin Baulig  <martin@ximian.com>
27815
27816         * class.c (mono_class_inflate_generic_method): Interface method
27817         don't have a header.
27818
27819         * reflection.c (mono_image_get_methodspec_token): Take an
27820         additional `MonoGenericInst *' argument instead of reading it from
27821         the header; this is necessary to support interfaces.
27822         (mono_image_create_token): Pass the `MonoGenericInst *' from the
27823         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
27824         (inflated_method_get_object): Take an additional `MonoGenericInst *'
27825         argument.
27826
27827         * reflection.h (MonoReflectionInflatedMethod): Added
27828         `MonoGenericInst *ginst'.
27829
27830 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
27831
27832         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
27833
27834 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
27835
27836         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
27837
27838 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
27839
27840         * reflection.c 
27841         (reflection_methodbuilder_from_method_builder):
27842         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
27843         initialize a ReflectionMethodBuilder structure.
27844         (mono_image_get_methodbuilder_token):
27845         (mono_image_get_ctorbuilder_token): New functions to emit memberref
27846         tokens which point to types in another module inside the same assembly.
27847
27848         * reflection.c: Use the new helper functions.
27849         
27850         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
27851
27852         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
27853         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
27854
27855         * reflection.c (resolution_scope_from_image): Emit a moduleref if
27856         neccesary.
27857
27858         * reflection.c (mono_image_build_metadata): Emit metadata only for the
27859         current module. Emit the manifest only for the main module.
27860
27861         * reflection.c (mono_image_create_token): Add assertion when a 
27862         memberref needs to be created.
27863
27864         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
27865
27866         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
27867         larger buffer for the custom attribute blob. Fixes #50637.
27868         
27869 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27870
27871         * threadpool.c: notify listener on async processing handles after
27872         invoking the async callback. Thanks to Zoltan.
27873
27874 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27875
27876         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
27877         avoid code duplication.
27878
27879         * reflection.h (MonoDynamicImage): New type which is currently unused,
27880         but will be used through the ref.emit code in place of 
27881         MonoDynamicAssembly.
27882
27883         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27884         object layout.
27885
27886         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
27887         a MonoDynamicImage instead of just a MonoImage.
27888         
27889         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
27890         icalls to ModuleBuilder but keep their semantics, so they will work
27891         with moduleb->assemblyb. This will change later.
27892         
27893 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27894
27895         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27896         object layout.
27897
27898         * reflection.c (mono_image_build_metadata): Avoid creation of a default
27899         main module, since it is now done by the managed code.
27900
27901 2003-11-03  Martin Baulig  <martin@ximian.com>
27902
27903         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
27904         `ginst->klass' here.
27905         (method_encode_methodspec): Don't use the `ginst->generic_method's
27906         klass if it's a generic instance, use `ginst->klass' in this case.
27907
27908 2003-11-03  Martin Baulig  <martin@ximian.com>
27909
27910         * reflection.c (mono_image_get_generic_method_param_info):
27911         Removed, use mono_image_get_generic_param_info() instead.
27912         (mono_image_get_type_info): Write the GenericParam table before
27913         the Method table.  This is neccessary because in the GenericParam
27914         table, type parameters of the class (ie. '!0' etc.) must come
27915         before the ones from its generic methods (ie. '!!0' etc).
27916
27917 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27918
27919         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
27920
27921 2003-11-02  Martin Baulig  <martin@ximian.com>
27922
27923         * reflection.c (create_generic_typespec): Take a
27924         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
27925         the generic parameters from it.
27926
27927 2003-11-02  Martin Baulig  <martin@ximian.com>
27928
27929         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
27930         instead of a `MonoClassField *' since we just need the type.
27931         (create_generic_typespec): New static function.  Creates a
27932         TypeSpec token for a generic type declaration.
27933         (mono_image_get_generic_field_token): New static function.
27934         (mono_image_create_token): If we're a FieldBuilder in a generic
27935         type declaration, call mono_image_get_generic_field_token() to get
27936         the token.
27937
27938 2003-11-02  Martin Baulig  <martin@ximian.com>
27939
27940         * reflection.h
27941         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
27942         `MonoReflectionGenericInst *declaring_type' and
27943         `MonoReflectionGenericInst *reflected_type' fields.
27944
27945         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
27946         `MonoReflectionGenericInst *declaring_type' and a
27947         `MonoReflectionGenericInst *reflected_type' argument instead of a
27948         single `MonoReflectionGenericInst *type' one.  Set
27949         `res->declaring_type' and `res->reflected_type' from them.
27950         (mono_reflection_inflate_field): Likewise.      
27951
27952 2003-11-02  Martin Baulig  <martin@ximian.com>
27953
27954         * class.c (mono_class_setup_vtable): Don't store generic methods
27955         in the vtable.  
27956
27957 2003-11-02  Martin Baulig  <martin@ximian.com>
27958
27959         * reflection.h (MonoReflectionGenericInst): Added
27960         `MonoReflectionType *declaring_type'.
27961
27962         * reflection.c (mono_reflection_bind_generic_parameters): Use
27963         `if (tb->parent)' instead of `klass->parent'.
27964
27965 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
27966
27967         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
27968         with an empty ASSEMBLY table.
27969
27970         * reflection.c (mono_image_build_metadata): Avoid using the same loop
27971         variable in the inner and outer loops.
27972
27973 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
27974
27975         * metadata.h (mono_metadata_make_token): Put parentheses around macro
27976         argument.
27977
27978         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
27979         
27980         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
27981         icalls. Instead, do everything in managed code. This is needed since
27982         it is hard to restore the original domain etc. in unmanaged code in the
27983         presence of undeniable exceptions.
27984
27985         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
27986         New icalls to push and pop appdomain refs.
27987
27988 2003-10-31  Martin Baulig  <martin@ximian.com>
27989
27990         * class.c (inflate_generic_type): Renamed to
27991         mono_class_inflate_generic_type() and made it public.
27992
27993         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
27994         New interncall.
27995
27996         * loader.c (mono_field_from_memberref): Also set the retklass for
27997         typespecs.
27998
27999         * fielder.c (mono_image_get_inflated_field_token): New static
28000         method; creates a metadata token for an inflated field.
28001         (mono_image_create_token, fixup_method): Added support for
28002         "MonoInflatedField".
28003         (fieldbuilder_to_mono_class_field): New static function.
28004         (mono_reflection_inflate_field): New public function.
28005
28006         * reflection.h
28007         (MonoReflectionGenericInst): Added `MonoArray *fields'.
28008         (MonoReflectionInflatedField): New typedef.     
28009
28010 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
28011
28012         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
28013         for Solaris and other platforms without s6_addr16
28014
28015 2003-10-30  Martin Baulig  <martin@ximian.com>
28016
28017         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
28018         argument instead of two.
28019         (mono_class_inflate_generic_signature): Likewise.
28020         (inflate_generic_header): Likewise.
28021         (mono_class_inflate_generic_method): Likewise.  In addition, if
28022         `ginst->klass' is set, it becomes the new `method->klass'.
28023
28024         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
28025         field.
28026
28027         * reflection.c (encode_generic_method_sig): Write a 0xa as the
28028         first byte. [FIXME]
28029         (method_encode_methodspec): If we have generic parameters, create
28030         a MethodSpec instead of a MethodRef.
28031         (fixup_method): Added support for "MonoInflatedMethod" and
28032         "MonoInflatedCtor".
28033         (mono_image_create_token): Added support for "MonoInflatedMethod"
28034         and "MonoInflatedCtor".
28035         (inflated_method_get_object): New static function; returns a
28036         managed "System.Reflection.MonoInflatedMethod" object.
28037         (mono_reflection_bind_generic_method_parameters): Return a
28038         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
28039         (mono_reflection_inflate_method_or_ctor): Likewise.
28040         (mono_image_get_generic_method_param_info): Initialize unused
28041         fields to zero.
28042         (mono_image_get_generic_param_info): Likewise.
28043
28044         * reflection.h (MonoReflectionInflatedMethod): New public
28045         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
28046         "S.R.MonoInflatedCtor" classes.
28047
28048         * loader.c (method_from_memberref): If we're a TypeSpec and it
28049         resolves to a generic instance, inflate the method.
28050
28051 2003-10-28  Dick Porter  <dick@ximian.com>
28052
28053         * object.c (mono_runtime_run_main): Convert command-line arguments
28054         into utf8, falling back to the user's locale encoding to do so.
28055
28056 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
28057
28058         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
28059         at this time.
28060
28061         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
28062
28063         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
28064         up icalls at method definition time. Partially fixes #33569.
28065
28066 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
28067
28068         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
28069         marshalling of arrays. Fixes #50116.
28070
28071         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
28072
28073         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
28074         points to a vtable in the dying appdomain.
28075
28076         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
28077         listeners into unmanaged code inside the lock.
28078
28079         * object.c (mono_class_vtable): Turn off typed allocation in non-root
28080         domains and add some comments.
28081
28082 2003-10-25  Martin Baulig  <martin@ximian.com>
28083
28084         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
28085
28086         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
28087
28088         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
28089         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
28090         currently parsing.  Create the generic class and store it in
28091         `generic_inst->klass' before parsing the type arguments.  This is
28092         required to support "recursive" definitions; see mcs/tests/gen-23.cs
28093         for an example.
28094         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
28095         to support recursive typespec entries.
28096
28097         * class.c (mono_class_setup_parent): If our parent is a generic
28098         instance, we may get called before it has its name set.
28099         (mono_class_from_generic): Splitted into
28100         mono_class_create_from_generic() and mono_class_initialize_generic().
28101
28102 2003-10-25  Martin Baulig  <martin@ximian.com>
28103
28104         * icall.c (ves_icall_Type_BindGenericParameters): Return a
28105         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
28106         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
28107         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
28108
28109         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
28110         (create_typespec): Likewise.
28111         (mono_reflection_bind_generic_parameters): Return a
28112         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
28113         (mono_reflection_inflate_method_or_ctor): New public function.
28114
28115         * reflection.h (MonoReflectionGenericInst): New typedef.        
28116
28117 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
28118
28119         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
28120         inside the domain lock. Fixes #49993.
28121         
28122         * object.c (mono_class_vtable): When typed allocation is used, 
28123         allocate vtables in the GC heap instead of in the mempool, since the
28124         vtables contain GC descriptors which are used by the collector even
28125         after the domain owning the mempool is unloaded.
28126
28127         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
28128
28129         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
28130         reflect what it does. Also invalidate mempools instead of freeing
28131         them if a define is set.
28132
28133         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
28134         of the appdomain.
28135         
28136         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
28137         hold the finalizable objects in this domain.
28138
28139         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
28140         appdomain.
28141
28142         * appdomain.c (mono_domain_set): New function to set the current
28143         appdomain, but only if it is not being unloaded.
28144
28145         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
28146         appdomain which is being unloaded.
28147         
28148         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
28149         unloading of the root appdomain.
28150
28151         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
28152         icall to execute a method in another appdomain. Intended as a 
28153         replacement for InternalSetDomain, which can confuse the code 
28154         generation in the JIT.
28155
28156         * appdomain.c (mono_domain_is_unloading): New function to determine
28157         whenever an appdomain is unloading.
28158
28159         * appdomain.c (mono_domain_unload): New function to correctly unload
28160         an appdomain.
28161
28162         * assembly.c (mono_assembly_load_references): Check that an assembly
28163         does not references itself.
28164
28165         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
28166         domain manually, it asks the finalizer thread to do it, then waits for
28167         the result. Also added a timeout.
28168
28169         * icall.c: Register the new icalls.
28170
28171         * threads.h threads.c: Export the mono_gc_stop_world and 
28172         mono_gc_start_world functions.
28173         
28174         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
28175         function to fill out the mempool with 0x2a.
28176
28177 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
28178
28179         * reflection.h (MonoReflectionMethodAux): New structure to store
28180         information which is rarely used, thus is not in the MonoMethod
28181         structure.
28182
28183         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
28184         store the aux info.
28185
28186         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
28187         and marshalling info into the aux structure.
28188
28189         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
28190         from the aux structure.
28191
28192         * loader.c (mono_method_get_param_names): Retrieve the param names from
28193         the aux structure.
28194         
28195 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
28196
28197         * exception.h exception.c: Add AppDomainUnloadedException && fix 
28198         warning.
28199
28200 2003-10-21  Dick Porter  <dick@ximian.com>
28201
28202         * socket-io.c
28203         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
28204         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
28205
28206 2003-10-21  Martin Baulig  <martin@ximian.com>
28207
28208         * reflection.c (mono_reflection_bind_generic_parameters):
28209         `klass->parent' is NULL for interfaces.
28210
28211 2003-10-21  Martin Baulig  <martin@ximian.com>
28212
28213         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28214
28215 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
28216
28217         * exception.c (mono_exception_from_name_msg): New helper function for
28218         creating exceptions and initializing their message field.
28219
28220         * exception.c: Simplify functions using the new helper.
28221
28222         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
28223         New function.
28224
28225         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
28226         mono_raise_exception, since otherwise gcc doesn't generate the function
28227         epilog for raise_exception, confusing the stack unwinding in the JIT.
28228         Fixes #45043.
28229
28230         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
28231         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
28232         Fixes #49499.
28233
28234 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28235
28236         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
28237         utf8.
28238
28239 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
28240
28241         * icall.c: Removed GetUninitializedObject method because
28242           AllocateUninitializedClassInstance does the same.
28243
28244 2003-10-18  Martin Baulig  <martin@ximian.com>
28245
28246         * class.c (inflate_generic_signature): Renamed to
28247         mono_class_inflate_generic_signature() and made it public.
28248         (my_mono_class_from_generic_parameter): New static function; if we
28249         don't already have the generic parameter's MonoClass, create a
28250         very simple one which is just used internally in the runtime and
28251         not passed back to managed code.
28252
28253         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
28254
28255         * metadata.h (MonoMethodSignature): Moved the
28256         `MonoGenericParam *gen_params' to the MonoMethodHeader.
28257         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
28258
28259         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
28260         ves_icall_MonoMethod_GetGenericArguments(); this is now an
28261         interncall on the MonoMethod class, not on MethodInfo.
28262         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
28263         calling mono_reflection_bind_generic_method_parameters() directly.
28264
28265         * loader.c (mono_method_get_signature): If this is a MethodSpec;
28266         return the already computed `method->signature'.
28267         (method_from_methodspec): New static function to load a method
28268         from a MethodSpec entry.
28269         (mono_get_method_from_token): Call the new method_from_methodspec()
28270         for MethodSpec tokens.  
28271         (mono_get_method_from_token): If we're a generic method, load the
28272         type parameters.
28273
28274         * reflection.c (mono_image_get_memberref_token): Allow
28275         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
28276         table.
28277         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
28278         (mono_image_create_token): First check whether it's a generic
28279         method (so we'd need to create a MethodSpec), then do the other
28280         two alternatives.
28281         (mono_reflection_bind_generic_method_parameters): Return a
28282         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
28283         called directly from the interncall.
28284
28285 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
28286
28287         * reflection.c (load_public_key): Move loading of the public key
28288         into managed code.
28289
28290         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
28291
28292         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
28293         fields.
28294
28295         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
28296         culture, hash_alg and public_key. Fixes #49555.
28297
28298 2003-10-17  Martin Baulig  <martin@ximian.com>
28299
28300         * class.h (MonoGenericInst): Moved this declaration here and added
28301         `MonoMethod *generic_method'.
28302
28303         * icall.c
28304         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
28305         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
28306
28307         * metadata.c (mono_metadata_type_equal): Two types of
28308         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
28309         index; ie. don't compare the address of the `MonoGenericParam'
28310         structure.
28311         (mono_metadata_load_generic_params): Removed the `MonoMethod
28312         *method' argument.
28313
28314         * metadata.h (MonoGenericInst): Moved declaration to class.h.
28315         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
28316
28317         * reflection.c (method_encode_signature): Encode the number of
28318         generic parameters.
28319         (encode_generic_method_sig): New static function.
28320         (method_encode_methodspec): New static function; creates an entry
28321         in the MethodSpec table for a generic method.
28322         (mono_image_get_methodspec_token): New static function.
28323         (mono_image_create_token): Call mono_image_get_methodspec_token()
28324         for generic methods.
28325         (mono_reflection_bind_generic_method_parameters): New public
28326         function.  Instantiates a generic method.
28327
28328 2003-10-16  Martin Baulig  <martin@ximian.com>
28329
28330         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
28331         *gen_params' here from MonoMethodHeader.
28332
28333         * metadata.c (mono_metadata_parse_method_signature): If we have
28334         generic parameters, initialize `method->gen_params' and then set
28335         the correct `type->data.generic_param' in all the parameters.
28336
28337 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
28338
28339         * threads.c (mono_threads_get_default_stacksize): New function to 
28340         return the default stacksize.
28341
28342         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
28343         termination of the finalizer thread, since the previous method had
28344         race conditions. Fixes #49628.
28345
28346         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
28347         as for the other managed threads.
28348
28349 2003-10-16  Martin Baulig  <martin@ximian.com>
28350
28351         * class.c (inflate_generic_signature): Copy `generic_param_count'
28352         and `gen_params'.
28353
28354         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
28355         New interncall.
28356
28357         * metadata.c (mono_metadata_parse_method_signature): Actually set
28358         the `method->generic_param_count' here.
28359         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
28360
28361 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
28362
28363         * object.h: Add a new field to TypedRef to simplify the implementation
28364         of the REFANY opcodes in the JIT.
28365
28366         * icall.c: Make use of the new field.
28367
28368         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
28369         dynamically.
28370
28371 2003-10-15  Martin Baulig  <martin@ximian.com>
28372
28373         * class.c (mono_class_from_gen_param): Renamed to
28374         mono_class_from_generic_parameter() and moved most of the
28375         functionality from mono_reflection_define_generic_parameter()
28376         here; ie. we create a "real" class here.
28377         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
28378         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
28379         previously been called.
28380
28381         * class.h (MonoGenericParam): Moved the declaration of this struct
28382         here from metadata.h and added `MonoMethod *method'.
28383
28384         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
28385         interncall.
28386
28387         * loader.c (mono_get_method_from_token): If we have any generic
28388         parameters, call mono_metadata_load_generic_params() to read them
28389         from the MONO_TABLE_GENERICPAR.
28390
28391         * metadata.c (mono_metadata_load_generic_params): Added
28392         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
28393
28394         * metadata.h (MonoMethodSignature): Replaced
28395         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
28396         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
28397
28398         * reflection.c (mono_reflection_define_generic_parameter): Moved
28399         most of the functionality into the new
28400         mono_class_from_generic_parameter(); set the `method' field if
28401         we're a method parameter.       
28402
28403 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
28404
28405         * marshal.c (emit_struct_conv): if native size is 0
28406         emit no code.
28407
28408 2003-10-14  Martin Baulig  <martin@ximian.com>
28409
28410         * icall.c: The generics API has changed in the spec since it was
28411         added to System.Type; these modifications make it match the spec
28412         again.
28413         (ves_icall_Type_GetGenericParameters): Renamed to
28414         `ves_icall_Type_GetGenericArguments'.
28415         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
28416         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
28417         `ves_icall_MonoType_get_HasGenericArguments'.
28418         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
28419         `ves_icall_MonoType_get_IsGenericParameter'.
28420         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
28421         this is no interncall anymore.
28422         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
28423         `ves_icall_TypeBuilder_get_IsGenericParameter'.
28424
28425 2003-10-14  Martin Baulig  <martin@ximian.com>
28426
28427         * reflection.c (mono_reflection_bind_generic_parameters): Also
28428         inflate generic methods if we're reading the class from IL.
28429
28430 2003-10-13  Martin Baulig  <martin@ximian.com>
28431
28432         * reflection.c (mono_reflection_define_generic_parameter): This
28433         method isn't called directly from the icall anymore; take a
28434         `MonoReflectionAssemblyBuilder *' so we can use this for type and
28435         method generic parameters.
28436         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
28437         (method_builder_encode_signature): Encode generic parameters.
28438         (mono_image_get_method_info): Write generic params to the
28439         MONO_TABLE_GENERICPARAM table.
28440
28441         * reflection.h (MonoReflectionMethodBuilder): Added
28442         `MonoArray *generic_params'.
28443
28444         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
28445
28446         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
28447         wrapper for mono_reflection_define_generic_parameter().
28448         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
28449
28450 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
28451
28452         * marshal.h: Add missing function to fix build.
28453
28454         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
28455         the SetLastError pinvoke attribute.
28456
28457         * marshal.c (mono_marshal_set_last_error): New helper function called
28458         by the generated code.
28459         
28460         * marshal.c (mono_mb_emit_branch): New helper function.
28461
28462         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
28463
28464         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
28465         classes as parameters and return values of delegates. Fixes #29256. 
28466
28467 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
28468
28469         * locales.c: use gint32 in non HAVE_ICU case
28470
28471 2003-10-11  Martin Baulig  <martin@ximian.com>
28472
28473         * mono-debug.c (mono_debug_add_method): Added a workaround for
28474         bug #48591.
28475
28476 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
28477
28478         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
28479         delegates passed to native code must use the STDCALL calling 
28480         convention. Fixes #35987.
28481
28482 2003-10-10  Martin Baulig  <martin@ximian.com>
28483
28484         * class.c (inflate_generic_type): If we're inflating for a generic
28485         type instance (and not for a generic method), return
28486         MONO_TYPE_MVAR unchanged.
28487
28488 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28489
28490         * string-icalls.c: Join ignores null strings in the source array.
28491         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
28492         * threads.c: GetAvailableTheads is slightly more accurate.
28493
28494 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
28495
28496         * threads.h threads.c : add mono_threads_set_default_stacksize
28497         and pass default to CreateThread calls.
28498
28499 2003-10-09  Dick Porter  <dick@ximian.com>
28500
28501         * icall.c:
28502         * locales.h:
28503         * locales.c: Internal calls for constructing CultureInfo and
28504         related objects from libicu (if its available.)
28505
28506 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
28507
28508         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
28509
28510 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28511
28512         * threadpool.c: added an argument to async_invoke_thread that is the
28513         item to process, pass the MonoAsyncResult to the thread start function
28514         when creating a new thread. This way we don't need to acquire any lock
28515         when we're creating a new thread. Readded a semaphore for faster
28516         response times (instead of that Sleep i added).
28517
28518 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
28519
28520         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
28521         get daylight change dates better on Windows, fix handling
28522         of platforms without tm_gmtoff.
28523
28524 2003-10-06  Martin Baulig  <martin@ximian.com>
28525
28526         * class.c (inflate_generic_method): Renamed to
28527         mono_class_inflate_generic_method() and made public.
28528         (mono_class_init): Don't inflate the generic methods here.
28529         (mono_class_from_generic): Added `gboolean inflate_methods'
28530         argument.  Inflate the methods here.
28531
28532         * loader.c (mono_method_get_param_names): Ignore instances of
28533         generic types for the moment.
28534
28535         * reflection.c (fixup_method): Added support for inflated methods.
28536         (mono_image_create_token): Use mono_image_get_methodref_token()
28537         for inflated methods.
28538         (mono_custom_attrs_from_param): Ignore instances of generic types
28539         for the moment.
28540         (mono_reflection_bind_generic_parameters): New public function.
28541         Moved all the functionality from
28542         ves_icall_Type_BindGenericParameters() here and added support for
28543         dynamic types.
28544         (mono_reflection_define_generic_parameter): Initialize
28545         `klass->methods' here.
28546
28547         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
28548         functionality into mono_reflection_define_generic_parameter().
28549         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
28550         TypeBuilder, return that TypeBuilder.
28551
28552 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28553
28554         * appdomain.c: removed mono_delegate_semaphore.
28555
28556         * threadpool.c:
28557         (mono_thread_pool_add): moved hash table creation inside and the thread 
28558         creation outside of the critical region.
28559         (mono_thread_pool_finish): removed obsolete code.
28560         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
28561         continue or exit the thread depending on the queue.
28562
28563 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
28564
28565         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
28566         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
28567         handle more bool marshalling options
28568
28569 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
28570
28571         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
28572         arrays of structs. Also add a more descriptive error message when
28573         a structure member is marshalled as LPArray.
28574
28575 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
28576
28577         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28578         marshalling arrays of complex types. Fixes #29098. Also remove an
28579         usused and incomplete function.
28580
28581 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
28582
28583         * gc.c: report heap_size - free_bytes as total memory allocated
28584         (bug#49362).
28585
28586 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
28587
28588         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
28589         fix timezone handling problems on Windows.
28590         
28591         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
28592         asserts when the year is outside the range handled by ms the functions.
28593
28594         * class.c (setup_interface_offsets): If the class is an interface,
28595         fill out its interface_offsets slot.
28596
28597 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28598
28599         * threadpool.c: mark threadpool threads as background.
28600
28601 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
28602
28603         * decimal.c - define DECINLINE to nothing if not using GCC
28604
28605 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
28606
28607         * assembly.c: More refcount fixes.
28608
28609 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28610
28611         * string-icalls.c: if we're not trimming, return the same string.
28612         When not splitting, don't create a new string.
28613
28614 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28615
28616         * image.c:
28617         (mono_image_open): increment the ref_count inside the critical section.
28618
28619 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
28620
28621         * image.c (mono_image_open): Fix reference counting bug.
28622
28623 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
28624
28625         * marshal.c (mono_marshal_type_size) struct alignment changed for 
28626         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
28627         64bits. Avoid leak in mono_marshal_get_native_wrapper when
28628         mono_lookup_pinvoke_call throws.        
28629
28630 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
28631
28632         * reflection.c (mono_reflection_parse_type): Fix #49114.
28633
28634         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
28635         temporary workaround for cygwin header problem.
28636
28637         * object.c (mono_object_isinst): Synchronize this with the code
28638         generated by the JIT for casts.
28639
28640 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
28641
28642         * reflection.c (encode_type): Fix #38332.
28643
28644 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
28645
28646         * marshal.c (mono_marshal_method_from_wrapper): New function to return
28647         the original method from the wrapper method.
28648
28649 2003-09-25  Martin Baulig  <martin@ximian.com>
28650
28651         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
28652         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
28653         (ves_icall_Type_get_IsGenericInstance): New interncall.
28654
28655 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
28656
28657         * object.c: fix cast warning in big endian code.
28658
28659 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
28660
28661         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
28662         
28663 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28664
28665         * assembly.c: don't call check_env from mono_assembly_load. It's
28666         already done once in mono_assemblies_init and may cause headaches when
28667         multiple threads are loading assemblies.
28668
28669 2003-09-19  Martin Baulig  <martin@ximian.com>
28670
28671         * reflection.c (mono_reflection_define_generic_parameter): Don't
28672         allocate `klass->methods', set `klass->flags' to
28673         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
28674
28675 2003-09-18  Martin Baulig  <martin@ximian.com>
28676
28677         * class.c (mono_class_init): Don't create `class->methods' if it's
28678         already initialized.
28679
28680         * metadata.c (mono_metadata_load_generic_params): Make this
28681         actually work.
28682
28683         * reflection.c (mono_reflection_define_generic_parameter): Set
28684         parent class and interfaces from the constraints.
28685
28686         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
28687         to keep this struct in sync with the declaration in TypeBuilder.cs.
28688
28689 2003-09-17  Martin Baulig  <martin@ximian.com>
28690
28691         * metadata.h (MonoType): Replaced the data's `int type_param'
28692         field with `MonoGenericParam *generic_param'.
28693         (MonoGenericParam): Added `MonoClass *klass'.
28694
28695         * class.c (mono_class_from_gen_param): Removed the
28696         `MonoImage *image' and `int type_num' arguments.
28697
28698         * metadata.c (mono_metadata_parse_generic_param): New static
28699         method; creates a MonoGenericParam which just contains the index.
28700         (do_mono_metadata_parse_type): Call
28701         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
28702         MONO_TYPE_MVAR.
28703
28704         * reflection.c (mono_image_typedef_or_ref): Generic type
28705         parameters may be in the same assembly, but never use a typedef
28706         for them.
28707         (mono_reflection_define_generic_parameter): We're now creating a
28708         "real" class for the type parameter; it's now safe to call
28709         mono_class_from_mono_type() on the class'es type, it'll do the
28710         right thing.
28711
28712 2003-09-16  Martin Baulig  <martin@ximian.com>
28713
28714         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
28715         `symfile->range_entry_size' and `symfile->class_entry_size' here;
28716         the `symfile' data structure must be fully initialized before it
28717         gets added to the table.
28718
28719 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
28720
28721         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
28722
28723         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
28724         class init trampolines.
28725
28726 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
28727
28728         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
28729         to the built-in profiler to turn off time and allocation profiling
28730         respectively.
28731
28732 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
28733
28734         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
28735         g_direct_equal.
28736
28737         * debug-helpers.c (mono_method_full_name): Print the wrapper type
28738         in human readable form.
28739
28740 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
28741
28742         * reflection.c icall.c: Fixed warnings.
28743
28744         * image.c (load_class_names): Use a temporary hash table to hold the
28745         namespaces in order to avoid doing many string comparisons.
28746
28747         * image.h: Fix typo.
28748
28749         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
28750         Pass NULL instead of g_direct_equal to the GHashTable constructor 
28751         since the NULL case is short-circuited inside g_hash_table_lookup, 
28752         leading to better performance.  
28753
28754         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
28755         obtain the first custom attribute for a given index. Depends on the
28756         CustomAttribute table being sorted by the parent field.
28757
28758         * reflection.c (mono_custom_attrs_from_index): Use the new function 
28759         for better performance.
28760
28761 2003-09-07  Martin Baulig  <martin@ximian.com>
28762
28763         * class.c (mono_class_init): If we're a generic instance, inflate
28764         all our methods instead of loading them from the image.
28765         (mono_class_from_generic): Set `class->methods = gklass->methods'.
28766
28767 2003-09-07  Martin Baulig  <martin@ximian.com>
28768
28769         * mono-debug-debugger.c: Added support for constructors.
28770
28771 2003-09-06  Martin Baulig  <martin@ximian.com>
28772
28773         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
28774         New interncall.
28775
28776         * reflection.c (mono_reflection_setup_generic_class): Call
28777         ensure_runtime_vtable() to create the vtable.
28778
28779 2003-09-05  Martin Baulig  <martin@ximian.com>
28780
28781         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
28782         MONO_TYPE_MVAR.
28783
28784 2003-09-04  Martin Baulig  <martin@ximian.com>
28785
28786         * reflection.c (mono_reflection_define_generic_parameter): Generic
28787         parameters start with zero.
28788
28789 2003-09-04  Martin Baulig  <martin@ximian.com>
28790
28791         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28792
28793         * reflection.h (MonoReflectionGenericParam): New typedef.
28794         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
28795         the generic parameters from the managed TypeBuilder.
28796
28797         * reflection.c (mono_reflection_define_generic_parameter): New function.
28798         (mono_reflection_create_runtime_class): Encode generic parameters.
28799         (mono_reflection_setup_generic_class): New function; this is
28800         called after adding adding all generic params to the TypeBuilder.
28801         (encode_type): Added MONO_TYPE_VAR.
28802
28803 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
28804
28805         * class.h class.c (mono_class_needs_cctor_run): Moved this method
28806         here from the JIT.
28807
28808         * assembly.h assembly.c: Moved the AOT loading code into an assembly
28809         load hook.
28810
28811 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
28812
28813         * reflection.h reflection.c class.h class.c: Delete duplicate 
28814         definition of mono_type_get_name () from reflection.c and export the
28815         one in class.c.
28816
28817         * class.c: Class loading fixes from Bernie Solomon 
28818         (bernard@ugsolutions.com).
28819
28820         * reflection.c: Endianness fixes from Bernie Solomon 
28821         (bernard@ugsolutions.com).
28822         
28823 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
28824
28825         * assembly.h assembly.c: Define a file format version for AOT
28826         libraries.
28827         
28828         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
28829
28830         * appdomain.h (MonoJitInfo): New field to determine whenever the
28831         code is domain neutral.
28832         
28833 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
28834
28835         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
28836
28837 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
28838
28839         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
28840         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
28841         Avoid caching the result since strings must be domain specific. Fixes
28842         #48050.
28843
28844 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
28845
28846         * marshal.c (mono_marshal_init): Make this callable multiple times
28847         since it is hard to find a correct place to call it.
28848
28849         * object.c (mono_runtime_class_init): Execute static constructors in
28850         the correct appdomain.
28851
28852         * image.c (build_guid_table): Handle the case when multiple images have
28853         the same GUID.
28854
28855 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28856
28857         * icall.c: added a couple of icalls for System.Web.
28858
28859 2003-08-28  Martin Baulig  <martin@ximian.com>
28860
28861         * icall.c (ves_icall_Type_BindGenericParameters): Use
28862         `klass->generic_inst' instead of `&klass->byval_arg' in the
28863         mono_type_get_object() call.  The returned type must be
28864         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
28865
28866 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
28867
28868         * NOTES: New file.
28869
28870         * object.c (mono_class_proxy_vtable): Make it thread safe.
28871
28872         * pedump.c: Fix warning.
28873
28874         * object.c appdomain.h: Get rid of metadata_section. 
28875         It is no longer needed and it was causing deadlocks with domain->lock.
28876
28877         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
28878
28879 2003-08-26  Martin Baulig  <martin@ximian.com>
28880
28881         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
28882
28883 2003-08-26  Martin Baulig  <martin@ximian.com>
28884
28885         * pedump.c (main): Call mono_metadata_init(),
28886         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
28887         and mono_loader_init().
28888
28889 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
28890
28891         * loader.h: Add missing include to fix build.
28892
28893         * image.h: mono_image_load_references is no more.
28894
28895         * assembly.c: Reworked assembly loading to make it really thread safe.
28896         After these changes, the assembly returned by mono_assembly_open is
28897         fully initialized, i.e. all its references assemblies are loaded.
28898
28899         * assembly.c (mono_image_load_references): Renamed to 
28900         mono_assembly_load_references, and made private, since clients no
28901         longer need to call it.
28902
28903         * class.c: Removed calls to mono_assembly_load_references, since it was
28904         a source of deadlocks.
28905
28906         * loader.h loader.c class.h class.c: Protect data structures using a 
28907         new lock, the loader lock.
28908
28909         * class.c (mono_class_setup_vtable): Create temporary hash tables and
28910         GPtrArrays only when needed.
28911
28912         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
28913         into empty structures by mcs. Fixes pinvoke7.cs.
28914         
28915         * domain.c (mono_init): Call a new initialization function.
28916
28917         * appdomain.c (mono_runtime_init): Call the new initializer function
28918         of the marshal module.
28919
28920         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
28921         inserted into empty structures by mcs. Fixes pinvoke7.cs.
28922
28923         * marshal.h marshal.c: Added locks around the wrapper caches to make
28924         this module thread safe.
28925
28926         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
28927         this argument. Fixes pinvoke1.exe.
28928
28929 2003-08-25  Lluis Sanchez <lluis@ximian.com>
28930
28931         * object.h: Added call_type field to MonoMethodMessage and the corresponding
28932         enumeration of values. Removed fields to store remote call output values in
28933         MonoAsyncResult. Not needed any more.
28934         * object.c: Initialize call_type and async_result fields in mono_message_init.
28935         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
28936         dispatching the message.
28937         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
28938         async call to finish. To do it use a message with EndInvoke call type.
28939
28940 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
28941
28942         * loader.h loader.c (mono_method_hash_marhal_info): New function which
28943         determines whenever a method has marshalling info.
28944
28945 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28946
28947         * assembly.c: fix the build on windows.
28948
28949 2003-08-22 Lluis Sanchez <lluis@ximian.com>
28950
28951         * object.cs: Fixed bug #47785.
28952
28953 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
28954
28955         * string-icalls.c (StringReplace): If their are no occurances of
28956         the old string found return a reference to the supplied
28957         string. This saves some memory and matches MS behavoir.
28958         
28959 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28960
28961         * socket-io.c: fixed compilation for systems that define AF_INET6
28962         and don't define SOL_IP/SOL_IPV6.
28963
28964 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
28965
28966         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
28967         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
28968
28969         * rawbuffer.c rawbuffer.h: Make this module thread safe.
28970
28971         * domain.c: Make this module thread safe.
28972
28973         * domain.c (mono_init): Call new initialization function.
28974
28975         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
28976         reference types too. Fixes #38812.
28977
28978         * image.c (mono_image_init): Fixed warnings.
28979
28980         * class.c (mono_class_from_typeref): Handle assembly load failure
28981         correctly.
28982
28983         * appdomain.c (add_assemblies_to_domain): Handle the case when
28984         the references of an assembly are not yet loaded.
28985
28986         * metadata.c image.c assembly.c: Moved initialization of global
28987         variables to a separate function called at startup since lazy 
28988         initialization of these variables is not thread safe.
28989         
28990         * image.c assembly.c: Made this module thread safe by adding locks in 
28991         the appropriate places.
28992
28993         * domain.c (mono_init): Call the new initialization functions of the
28994         three modules.
28995
28996 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
28997
28998         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
28999           make a direct call. It is proxy's work to make the call asynchronous.
29000           mono_delegate_end_invoke(): If the targe is a proxy, just collect
29001           the return values.
29002         * object.cs: mono_method_call_message_new(): read AsyncResult and
29003           state object from parameters list, if this info is requested.
29004         * object.h: Added fields to store remote call output values in
29005           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
29006
29007 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29008
29009         * object.h: add needed fields to MonoThread.
29010         * threads.c, threads.h: allow registering a function to cleanup data
29011         allocated per thread by the JIT.
29012
29013 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29014
29015         * loader.h: portability fix by Bernie Solomon
29016         * <bernard@ugsolutions.com>.
29017
29018 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
29019
29020         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
29021         return a MonoArray. This simplifies the code and also ensures that
29022         the cache allways contains an object reference as a value.
29023
29024         * icall.c (ves_icall_get_parameter_info): Simplified using the new
29025         function.
29026
29027 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29028
29029         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
29030         fixes a problem with byte ordering when getting the address family for
29031         a socket.
29032
29033 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
29034
29035         * .cvsignore: Added monosn.
29036
29037         * reflection.h reflection.c loader.c: Added support for parameter
29038         marshalling to dynamically created types. Fixes #47295.
29039
29040 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
29041
29042         * rand.c: remove useless warnings.
29043
29044 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29045
29046         * class.c: implemented ldtoken for methods and fieldrefs.
29047
29048 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29049
29050         * threadpool.c: when mono_async_invoke was called, no one took care of
29051         monitoring the queue. So if the method invoked took some time and we
29052         got new async invoke requests after 500 ms (the thread created waited
29053         that long in WaitForSingleObject), the new async invoke was not called
29054         until the previous one finished.
29055
29056         This is fixed now. Thanks to Totte for helping with it.
29057
29058 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29059
29060         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
29061
29062 2003-08-11  Martin Baulig  <martin@ximian.com>
29063
29064         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
29065
29066 2003-08-06  Martin Baulig  <martin@ximian.com>
29067
29068         * mono-debug-debugger.c: Added support for static fields,
29069         properties and methods.
29070
29071 2003-08-06  Martin Baulig  <martin@ximian.com>
29072
29073         * mono-debug-debugger.c: Don't store the MonoString's vtable to
29074         make this work for applications with multiple application domains.
29075
29076 2003-08-04  Martin Baulig  <martin@ximian.com>
29077
29078         * mono-debug-debugger.c: Completely reworked the type support; the
29079         most important thing is that we're now just using one single
29080         `MonoType' instance per type.
29081
29082 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
29083
29084         * mono-endian.h, mono-endian.c, icall.c: Added icall
29085         ves_icall_System_Double_AssertEndianity to assert double word endianity
29086         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
29087
29088 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29089
29090         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
29091         support, icalls and fixes.
29092
29093 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
29094
29095         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
29096         classes that are a punctuation character in .NET is not the same a
29097         g_unichar_ispunct.
29098
29099 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29100
29101         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
29102
29103 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
29104
29105         * icall.c: Add new MemCopy internalcall.
29106         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
29107         Simplified code; It is not necessary to handle all the cases here,
29108         as the C# code takes care of it.  Only handle the case of the name
29109         resource embedded into the assembly.
29110
29111         Changed signature to return the data pointer and the size of the
29112         data. 
29113
29114 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
29115
29116         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
29117         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
29118
29119 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29120
29121         * socket-io.c: ignore EINTR error in select.
29122
29123 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29124
29125         * class.h, class.c: removed unused subclasses field in MonoClass.
29126
29127 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29128
29129         * icall.c: improve fix of get_base_definition(). If the parent class
29130           doesn't have the mehod, look at the parent of the parent.
29131         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
29132           to check if a parameter is an in or out parameter
29133           (PARAM_ATTRIBUTE_IN is not set by default).
29134           mono_method_return_message_restore(): Use mono_class_value_size to
29135           get the size of a value type. mono_type_stack_size (parameterType)
29136           does not return the correct value if parameterType is byRef.
29137           mono_load_remote_field(), mono_load_remote_field_new(),
29138           mono_store_remote_field(), mono_store_remote_field_new():
29139           raise exception if the remote call returns an exception.
29140
29141 2003-07-28  Martin Baulig  <martin@ximian.com>
29142
29143         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
29144         method.  This is a wrapper around mono_runtime_invoke() which
29145         boxes the instance object if neccessary.
29146
29147 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29148
29149         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
29150         metadata.h, row-indexes.h, verify.c: first cut of generics support.
29151
29152 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29153
29154         * icall.c: disable mcs bug workaround.
29155
29156 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
29157
29158         * object.c (mono_runtime_class_init): Take the metadata_section
29159         mutex before obtaining the domain mutex.
29160
29161         * appdomain.h: Added definition of metadata_section mutex here. 
29162
29163         * object.c: define metadata_mutex here.
29164
29165 2003-07-24  Ravi Pratap  <ravi@ximian.com>
29166
29167         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
29168         fixed.
29169
29170 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
29171
29172         * reflection.c: Fix bug #46669
29173
29174 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29175
29176         * exception.c:
29177         * exception.h:
29178         * icall.c:
29179         * object.h: fill in the type name for TypeLoadException.
29180
29181 2003-07-23  Ravi Pratap  <ravi@ximian.com>
29182
29183         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
29184         relationship between TypeBuilders while compiling corlib) and bug
29185         45993 (Array types returned from the runtime while compiling
29186         corlib were from the loaded corlib).
29187
29188 2003-07-22  Martin Baulig  <martin@ximian.com>
29189
29190         * mono-debug-debugger.c: Reworked the type support a bit more;
29191         distinguish between types and classes.
29192
29193 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
29194
29195         * icall.c: add IsArrayImpl icall.
29196
29197 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
29198
29199         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
29200         initializing real_size only once. Also fix bug #46602.
29201
29202 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
29203
29204         * object.c: Renamed mono_metadata_section to metadata_section.
29205
29206 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
29207
29208         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
29209           empty array if the type is an array. Fixed.
29210           ves_icall_MonoMethod_get_base_definition: if the base method
29211           is abstract, get the MethodInfo from the list of methods of
29212           the class.
29213         * reflection.c: ParameterInfo.PositionImpl should be zero-based
29214           and it was 1-based. Fixed in mono_param_get_objects.
29215
29216 2003-07-20  Martin Baulig  <martin@ximian.com>
29217
29218         * mono-debug.h: Set version number to 31.
29219         (mono_debug_init): Added `MonoDomain *' argument.
29220
29221         * mono-debug-debugger.c: Reworked the type support; explicitly
29222         tell the debugger about builtin types; pass the `klass' address to
29223         the debugger.
29224
29225 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
29226
29227         * image.c: Allow new metadata tables to be loaded without a
29228         warning. Also update the warning message to give the new constant value.
29229                 
29230 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
29231
29232         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
29233         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
29234         array type representation changes.
29235
29236 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29237
29238         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
29239         on Environment.Exit () call.
29240
29241 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29242
29243         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
29244         requires a matching corlib.
29245
29246 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29247
29248         * Changelog: My editor decided to add a CR to each line. Sorry about that.
29249           Committed again without the CRs.
29250         
29251 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29252
29253         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
29254           getting it from the "this" socket instance. Did not work
29255           if the socket is a subclass of Socket.
29256           Also fixed bug #35371.
29257
29258 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29259
29260         * metadata.c: fixed size for TypedByRef.
29261         * loader.c: when searching for a method, consider the vararg amrker.
29262         * unicode.c, decimal.c: constify some arrays.
29263
29264 2003-07-15  Dick Porter  <dick@ximian.com>
29265
29266         * socket-io.c: Fixed compilation for gcc < 3.2.
29267
29268         Fixed compilation for machines that don't have AF_INET6 (thanks to
29269         Bernie Solomon <bernard@ugsolutions.com> for that part.)
29270
29271         Fixed compile warnings.
29272         
29273         Fixed formatting and line endings.
29274
29275 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
29276
29277         * socket-io.h:
29278         * socket-io.c: Added IPv6 support.
29279
29280 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
29281
29282         * class.c (mono_class_is_assignable_from): New function to implement
29283         the is_assignable_from logic. Used by mono_object_isinst, 
29284         Type::IsAssignableFrom () and the interpreter.
29285
29286         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
29287         Object, even interfaces.
29288         
29289         * object.c (mono_object_isinst): Implement in terms of 
29290         is_assignable_from.
29291
29292         * icall.c (ves_icall_type_is_assignable_from): New icall.
29293
29294 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
29295
29296         * domain.c (foreach_domain): fix compiler warning.
29297
29298 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
29299
29300         * image.c (load_metadata_ptrs): use g_strndup because strndup is
29301         not available on all plattforms
29302
29303 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
29304
29305         * image.h image.c: Store the metadata version string in MonoImage.
29306         * icall.c: New icall to retrieve the image version.
29307         * reflection.c (create_dynamic_image): Fill in the image version field
29308         * reflection.c (build_compressed_metadata): Use the image version
29309         from the image structure.
29310
29311 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29312
29313         * appdomain.c: modified comment.
29314         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
29315         That will be its last iteration when mono_gc_cleanup is called from
29316         mono_runtime_cleanup and before the domain is unloaded.
29317
29318         Fixes bug #45962.
29319
29320 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
29321
29322         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
29323         attributes.
29324
29325 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29326
29327         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
29328         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
29329         Bernie Solomon <bernard@ugsolutions.com>.
29330
29331 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29332
29333         * object.c, object.h: provide mono_object_new_fast() for faster
29334         allocation in some special cases.
29335
29336 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
29337
29338         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
29339         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
29340
29341 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
29342
29343         * threadpool.c: fix leaks.
29344
29345 2003-07-01  Dick Porter  <dick@ximian.com>
29346
29347         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
29348         using MonoGHashTables.  Fixes threadpool bug posted to list.
29349
29350 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29351
29352         * image.h, image.c: added support to load an assembly from a byte array.
29353         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
29354         assembly bundle support.
29355
29356 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
29357
29358         * threadpool.c (mono_thread_pool_add): keep a reference to the
29359         AsyncResult to prevent GC
29360
29361 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29362
29363         * class.c: leak fix.
29364
29365 2003-06-25  Dick Porter  <dick@ximian.com>
29366
29367         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
29368         for the async object, the WaitHandle object will close the handle.
29369         Fixes bug 45321.
29370
29371 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29372
29373         * class.c: in mono_array_class_get (), lookup from the hash with the
29374         same type we insert: this works around a bug in
29375         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
29376         lluis. The real fix will have to wait for after the release.
29377
29378 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29379
29380         * icall.c: fix memory leak when getting type members.
29381
29382 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29383
29384         * reflection.c: added more pubtoken special cases.
29385
29386 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
29387
29388         * class.c: handle field offset correctly when class size
29389         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
29390
29391 2003-06-20  Martin Baulig  <martin@ximian.com>
29392
29393         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
29394         *image' field.
29395
29396 2003-06-20  Martin Baulig  <martin@ximian.com>
29397
29398         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
29399
29400 2003-06-20  Martin Baulig  <martin@ximian.com>
29401
29402         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
29403         just distinguish between variables in registers and variables at
29404         an offset relative to a register.
29405
29406 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29407
29408         * icall.c: #ifdef out latest changes until mcs is fixed.
29409
29410 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29411
29412         * icall.c: return members in metadata order.
29413
29414 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29415
29416         * icall.c: avoid infinite loop in GetTimeZoneData.
29417
29418 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
29419
29420         * icall.c: added Marshal.Prelink/All icalls.
29421
29422 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29423
29424         * object.c, object.h: fix warnings and do some overflow checking
29425         when creating arrays.
29426
29427 2003-06-17  Dick Porter  <dick@ximian.com>
29428
29429         * file-io.h:
29430         * file-io.c: File attributes need to be tweaked slightly when
29431         passed from the managed to the w32 world.
29432
29433 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29434         * profiler.h profiler-private.h profiler.c: Rework last patch
29435         based on suggestion by Paolo.
29436         
29437 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29438
29439         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
29440         instruction level coverage data collection.
29441         * profiler.h profiler.c (: Added new callback function which can be
29442         used by the profiler to limit which functions should have coverage
29443         instrumentation.
29444         * profiler.c (mono_profiler_load): Call g_module_build_path to
29445         generate the file name of the profiler library.
29446
29447 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29448
29449         * profiler.c, profiler.h, profiler-private.h: added basic block 
29450         coverage profiling API.
29451
29452 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
29453
29454         * reflection.c (mono_reflection_create_runtime_class): Add support
29455         for events in dynamically generated code.
29456
29457         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
29458         not allocated.
29459
29460 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29461
29462         * icall.c: when getting timezone info, return reasonable values if we
29463         can't get the actual data.
29464
29465 2003-06-14  Dick Porter  <dick@ximian.com>
29466
29467         * threads.c (start_wrapper): Remove the reference to the thread
29468         object in the TLS data, so the thread object can be finalized.
29469         This won't be reached if the thread threw an uncaught exception,
29470         so those thread handles will stay referenced :-( (This is due to
29471         missing support for scanning thread-specific data in the Boehm GC
29472         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
29473
29474 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
29475
29476         * reflection.c: ensure streams and tables are first allocated with
29477         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
29478
29479 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29480
29481         * icall.c: fixed GetElementType for byrefs (bug# 44792).
29482
29483 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
29484
29485         * reflection.c (mono_reflection_create_runtime_class): Add support for
29486         properties to dynamically created classes.
29487         * reflection.c: Fix a few places where non-MonoObjects were inserted
29488         into the tokens hashtable.
29489
29490 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29491
29492         * object.c: some support to handle out of memory exceptions.
29493
29494 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
29495
29496         * marshal.c (mono_marshal_get_native_wrapper): support reference
29497         return types
29498
29499 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29500
29501         * object.h, object.c: more portability stuff from Bernie Solomon.
29502         Unexport mono_object_allocate(). Added mono_object_unbox ().
29503         Set exitcode when an unhandled exception is thrown.
29504
29505 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
29506
29507         * marshal.c (mono_marshal_get_native_wrapper): use custom
29508         marshaler for return types.
29509
29510 2003-06-10  Dick Porter  <dick@ximian.com>
29511
29512         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
29513         ip_mreq is available
29514
29515 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
29516
29517         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
29518         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
29519         by Bernie Solomon <bernard@ugsolutions.com>.
29520
29521 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
29522
29523         * gc.c (mono_gc_init): Avoid error message on shutdown when
29524         GC_DONT_GC=1 is used.
29525
29526         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
29527         New icall to return the GUID of a module.
29528
29529 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29530
29531         * class.c: ensure instance size always includes the parent's size
29532         even whem class size is set explicitly (fixes bug#44294).
29533
29534 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29535
29536         * profiler.h, profiler.c: made the simple profiler thread-safe,
29537         get more accurate timing info. Allow the loading of an
29538         externally-developed profiler module.
29539
29540 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
29541
29542         * marshal.c (mono_marshal_get_native_wrapper): improved
29543         class/byref arguments.
29544         (mono_marshal_get_native_wrapper): better string marshaling support.
29545
29546 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
29547
29548         * class.c: ensure .pack and .size are handled correctly and
29549         simplified layout of static fields.
29550
29551 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
29552
29553         * appdomain.c
29554         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
29555
29556         * loader.c (mono_lookup_pinvoke_call): look for modules in the
29557         current directory (fix bug 44008)
29558
29559 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
29560
29561         * marshal.c (mono_marshal_get_native_wrapper): started support for
29562         custom marshalers.
29563         (mono_delegate_to_ftnptr): consider marshalling specifications
29564
29565 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
29566
29567         * reflection.c, reflection.h: emit custom marshal info.
29568
29569 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29570
29571         * object.c: free the GError.
29572         * icall.c: added CloseEvent_internal.
29573         * threads.[ch]:
29574         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
29575         call.
29576
29577 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
29578
29579         * loader.c (mono_method_get_signature): Add support for dynamic
29580         assemblies.
29581
29582 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
29583
29584         * reflection.c: fixed bug #43905.
29585
29586 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29587
29588         * class.c, domain.c, icall.c, metadata.h, object.h: support for
29589         handling TypedReference and ArgIterator.
29590         * loader.c, loader.h: added function to get signature at call site.
29591
29592 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29593
29594         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
29595         data readonly. Buglets and warning fixes. Some MethodSpec support.
29596
29597 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29598
29599         * class.h, class.c, object.c: remove relative numbering support.
29600
29601 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
29602
29603         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
29604         free the string, until we get a chance to fix Gtk#
29605
29606 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29607
29608         * marshal.c: revert last patch.
29609
29610 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
29611
29612         * icall.c: updates for new mono_class_vtable() not calling
29613         the type constructor anymore.
29614
29615 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29616
29617         * object.h, object.c: separate vtable creation from type
29618         initialization. Make running the .cctor thread safe.
29619
29620 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
29621
29622         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
29623
29624 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
29625
29626         * loader.c (mono_get_method): consider calling convention
29627
29628 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
29629
29630         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
29631         to return the invisible global type for a module.
29632
29633         * reflection.c (mono_image_build_metadata): Emit global fields too.
29634
29635 2003-05-20  Peter Williams  <peterw@ximian.com>
29636
29637         * loader.c (mono_lookup_internal_call): Add a few newlines.
29638
29639 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
29640
29641         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
29642         literal strings.
29643
29644         * appdomain.c (set_domain_search_path): Recalculate search path when
29645         AppDomainSetup.PrivateBinPath changes.
29646
29647         * object.c (mono_class_compute_gc_descriptor): It turns out some
29648         parts of the class libs (like System.Thread) holds pointers to
29649         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
29650         to treat native int a pointer type here.
29651         
29652 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
29653
29654         * appdomain.h, domain.c: add hashtable for jump target resolution.
29655
29656 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
29657
29658         * reflection.h reflection.c icall.c: Added new icalls 
29659         GetManifestResourceInfoInternal, GetModulesInternal and support
29660         infrastructure.
29661
29662 2003-05-16  Dick Porter  <dick@ximian.com>
29663
29664         * icall.c:
29665         * file-io.h:
29666         * file-io.c: Implement System.IO.MonoIO::GetTempPath
29667
29668 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
29669
29670         * object.c: mono_store_remote_field: little fix to previous patch.
29671
29672 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29673
29674         * class.c: add constructors to array classes.
29675         * icall.c: special case array construction for InternalInvoke (),
29676
29677 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
29678
29679         * class.h class.c reflection.c object.c: Added support for field
29680         defaults in dynamically generated classes.
29681
29682 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
29683
29684         * reflection.c: properly encode charset for ddlimport.
29685
29686 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
29687
29688         * threads.c: allow compiling without GC.
29689
29690 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29691
29692         * appdomain.h, object.c, object.h, threads.c, threads.h: added
29693         handling of thread static data.
29694
29695 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29696
29697         * reflection.h, reflection.c: added mono_custom_attrs_free ().
29698
29699 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
29700
29701         * class.c (mono_array_class_get): always set the serializable flags
29702         (mono_array_class_get): always set the SEALED attribute for array types
29703
29704 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
29705
29706         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
29707         attributes (fix for bug 42021).
29708
29709 2003-05-12  Dick Porter  <dick@ximian.com>
29710
29711         * gc.c: Don't run finalizers when the finalizer thread is
29712         finishing up, because the default domain has already been
29713         destroyed.
29714
29715 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
29716
29717         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
29718         value is null, we should throw an exception.   This is slightly
29719         different than the other conventions used for the constructor.
29720
29721 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29722
29723         * socket-io.c: fixed windows build.
29724
29725 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29726
29727         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
29728
29729 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
29730
29731         * object.c (mono_string_new_wrapper): Compatibility fix for MS
29732         compilers.
29733
29734 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
29735
29736         * class.c (mono_class_layout_fields): Add experimental GC aware
29737         auto layout facility. Requires class library changes to work correctly.
29738
29739         (mono_class_setup_vtable): Avoid overriding explicit interface
29740         method implementations. Fixes iface3.exe test.
29741
29742         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
29743         object reference.
29744         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
29745         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
29746
29747         * metadata.h: Add new type classification macro which determines
29748         whenever the type holds an object reference.
29749
29750 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
29751
29752         * marshal.c (mono_marshal_get_native_wrapper): cleanups
29753
29754 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
29755
29756         * gc.c (finalizer_thread): Work around a GC bug.
29757
29758 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
29759
29760         * marshal.c (emit_struct_conv): allow unions
29761
29762         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
29763
29764 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
29765
29766         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
29767
29768 2003-05-06  Martin Baulig  <martin@ximian.com>
29769
29770         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
29771
29772 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29773
29774         * socket-io.c:
29775         (Select_internal): allow NULLs, don't create arrays if not needed.
29776         Coupled with Socket.cs changes.
29777
29778         * threadpool.c:
29779         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
29780         register a finalizer for it that will close the semaphore handle. This
29781         fixes the leak and make Lupus' test run with > 4080 loops.
29782
29783 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
29784
29785         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
29786         Jerome Laban (bug #42287)
29787
29788 2003-05-02  Martin Baulig  <martin@ximian.com>
29789
29790         * debug-mono-symfile.h
29791         (MonoSymbolFile): Moved declaration into mono-debug.h.
29792         (MonoDebugMethodJitInfo): Likewise.
29793         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
29794         argument.
29795         (_mono_debug_address_from_il_offset): Take a
29796         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
29797
29798         * mono-debug.h
29799         (MonoDebugDomainData): New struct.
29800         (mono_debug_get_domain_data): New function.
29801         (mono_debug_add_method): Take an additional `MonoDomain *'
29802         argument.
29803         (mono_debug_source_location_from_address): Likewise.
29804         (mono_debug_il_offset_from_address): Likewise.
29805         (mono_debug_address_from_il_offset): Likewise.
29806
29807 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
29808
29809         * reflection.c: one more check for null type in custom attrs.
29810
29811 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29812
29813         * reflection.c: avoid warning (comparison is always false due to limited
29814         range of data type).
29815
29816 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29817
29818         * icall.c: throw an exception in Type.GetField if the argument 'name'
29819         is NULL.
29820
29821 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
29822
29823         * reflection.c: fixed handling of enums in named arguments to custom
29824         attributes (bug #42123).
29825
29826 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
29827
29828         * reflection.c: use the right array element type and handle
29829         a null for a Type argument, too.
29830
29831 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
29832
29833         * reflection.c: handle arrays as arguments to custom attributes.
29834
29835 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29836
29837         * reflection.c: handle a string value in a custom attr
29838         ctor that takes an object.
29839
29840 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
29841
29842         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
29843         (fix bug #42063)
29844
29845 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
29846
29847         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
29848
29849 2003-04-27  Martin Baulig  <martin@ximian.com>
29850
29851         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
29852         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
29853         MONO_DEBUGGER_EVENT_BREAKPOINT.
29854         (mono_breakpoint_trampoline_code): Removed.
29855         (mono_debugger_event_handler): The last argument is now a
29856         `guint32'.
29857         (mono_debugger_insert_breakpoint_full): Removed the
29858         `use_trampoline' argument.
29859         (mono_debugger_method_has_breakpoint): Likewise.
29860         (mono_debugger_trampoline_breakpoint_callback): Renamed to
29861         mono_debugger_breakpoint_callback(); take the method and
29862         breakpoint number as arguments.
29863
29864 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
29865
29866         * metadata.c: fix off by one when loading parameters attributes.
29867
29868 2003-04-24  Martin Baulig  <martin@ximian.com>
29869
29870         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
29871
29872 2003-04-24  Martin Baulig  <martin@ximian.com>
29873
29874         * mono-debug-debugger.c: Moved all code which interacts with the
29875         Mono Debugger here.
29876
29877         * debug-mono-symfile.c: This code now just deals with the symbol
29878         file itself, the debugger code is now in mono-debug-debugger.c.
29879
29880 2003-04-23  Martin Baulig  <martin@ximian.com>
29881
29882         * mono-debug.c (mono_debug_source_location_from_il_offset):
29883         New method; like mono_debug_source_location_from_address(), but
29884         takes an IL offset instead of a machine address.
29885
29886 2003-04-23  Martin Baulig  <martin@ximian.com>
29887
29888         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
29889         `line' field; this is now computed by the debugger.
29890
29891 2003-04-23  Martin Baulig  <martin@ximian.com>
29892
29893         * mono-debug.[ch]: New files.  This is the new debugging interface.
29894
29895         * mono-debug-debugger.[ch]: New files.  Moved all code which
29896         interacts with the Mono Debugger here.
29897
29898 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
29899
29900         * domain.c (mono_init): initialize mono_defaults.monitor_class
29901
29902 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
29903
29904         * reflection.c (method_encode_code): Add a spicy exception to help
29905         future compiler authors.
29906
29907 2003-04-21  Martin Baulig  <martin@ximian.com>
29908
29909         * icall.c
29910         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
29911         Make this work with relative pathnames; g_filename_to_uri() needs
29912         an absolute filename.
29913
29914 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
29915
29916         * icall.c: Track name changes in Object and ValueType.
29917
29918 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
29919
29920         * metadata.c (mono_type_stack_size): size should be a multiple of
29921         sizeof (gpointer)
29922
29923 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29924
29925         * gc.c:
29926         (internal_domain_finalize): moved into mono_domain_finalize. No need
29927         to create another thread because the finalizers will be run in the
29928         finalizer thread.
29929         
29930         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
29931         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
29932         to be run (MS does this too).
29933
29934 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
29935
29936         * object.c (mono_class_compute_gc_descriptor): Update comment.
29937
29938         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
29939
29940         * image.h: Add synchronized wrapper cache.
29941
29942         * image.c (do_mono_image_open): Initialize cache.
29943
29944         * reflection.c (create_dynamic_mono_image): Initialize cache.
29945
29946 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29947
29948         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
29949         ves_icall_System_Buffer_ByteLengthInternal.
29950
29951 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29952
29953         * reflection.c: setup klass->nested_in earlier. Allow
29954         a dash in the assembly name.
29955
29956 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
29957
29958         * metadata.c (mono_type_to_unmanaged): dont access
29959         type->data.klass for MONO_TYPE_OBJECT
29960         (mono_type_to_unmanaged): consider System.Delegate class
29961
29962 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
29963
29964         * class.c: just setup supertypes in the proper place instead of
29965         initializing the full element class for arrays.
29966
29967 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29968
29969         * class.c: ensure the element class of arrays is initialized.
29970         Setup the supertype info for array classes, too.
29971
29972 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
29973
29974         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
29975
29976 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29977
29978         * Makefile.am: re-added -m option when running cygpath. This way,
29979         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
29980         separator.
29981         * mono-config.c: same codepath for locating mono config file for WIN32
29982         and the rest.
29983         * assembly.c: if mono_assembly_setrootdir is called, don't override
29984         the value set.
29985
29986 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29987
29988         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
29989         MONO_ASSEMBLIES variable.
29990
29991 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
29992
29993         * icall.c: added Assembly::GetNamespaces() icall.
29994
29995 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29996
29997         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
29998
29999 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
30000
30001         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
30002         * object.c: fixed bug in the construction of vtable for proxies
30003
30004 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
30005
30006         * object.c (mono_array_new): Mark mono_array_new as an icall.
30007
30008 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30009
30010         * class.c: fixed test for public method when overriding interfaces.
30011         Closes bug #40970.
30012
30013 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30014
30015         * appdomain.h, domain.c: added mono_domain_foreach() to
30016         be able to access the currently loaded appdomains.
30017         * object.c: make string interning work across sppdomains.
30018         Mark some functions for use as icalls.
30019
30020 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
30021
30022         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
30023
30024         * reflection.h reflection.c: Allocate long living data using 
30025         GC_MALLOC_ATOMIC so the collector does not need to scan it.
30026
30027         * reflection.c: Double the allocation size in streams instead of
30028         increasing it, to prevent unneccesary copying on large assemblies.
30029         
30030         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
30031         creation if the assembly does not have the Run flag set.
30032
30033 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
30034
30035         * class.h: avoid the C++ keywords in header files (Jerome Laban
30036         spotted and fixed this).
30037
30038 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30039
30040         * object.c:
30041         (mono_unhandled_exception): fill in the arguments for the
30042         UnhandledException event. Only trigger that event for the default
30043         domain (as MS does).
30044
30045 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
30046
30047         * object.c: Improve typed allocation stuff based on suggestions from
30048         Paolo. Also turn it on if the GC library supports it.
30049
30050 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30051
30052         * object.c object.h class.h: Added experimental typed allocation
30053         facility using the interfaces in gc_gcj.h.
30054
30055         * os/gc_wrapper.h: Added new include files.
30056         
30057 2003-04-03  Martin Baulig  <martin@ximian.com>
30058
30059         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
30060         which is not yet enabled by default.
30061
30062         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
30063         functions.
30064         (mono_gc_lock, mono_gc_unlock): New static functions.
30065
30066         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
30067         functions; stop/start the world for the garbage collector.  This
30068         is using the windows API; we need to complete the SuspendThread()/
30069         ResumeThread() implementation in the io-layer to make this work on Unix.
30070         (mono_gc_push_all_stacks): New public function; tells the garbage
30071         collector about the stack pointers from all managed threads.
30072
30073 2003-04-03  Martin Baulig  <martin@ximian.com>
30074
30075         * object.h (MonoThread): Added `gpointer stack_ptr'.
30076
30077         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
30078
30079 2003-04-03  Martin Baulig  <martin@ximian.com>
30080
30081         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
30082
30083 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30084
30085         * reflection.c (typebuilder_setup_fields): Initialize field.first and
30086         field.last.
30087
30088 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
30089
30090         * loader.c (mono_lookup_internal_call): Report the corlib that is
30091         out of sync.
30092
30093 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
30094
30095         * icall.c (ves_icall_type_GetTypeCode): fixed check for
30096         System.DBNull (it's class not valuetype).
30097
30098 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30099
30100         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
30101         if the array method was already assigned a token (fixes bug#40646).
30102
30103 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
30104
30105         * reflection.c (mono_reflection_get_type): Attempt type resolve even
30106         if no assembly is given.
30107
30108 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
30109
30110         * metadata.h: Added the new tables.
30111
30112         * row-indexes.h: Added definitions for new tables.
30113
30114         * metadata.c: Add schemas for new tables, and add support for
30115         computing the sizes of them.
30116
30117         * class.c: Update for handling the new type cases.
30118
30119 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
30120
30121         * metadata.h (MONO_TYPE_IS_VOID): new macro
30122
30123 2003-03-31  Martin Baulig  <martin@ximian.com>
30124
30125         * threads.h (MonoThreadCallbacks): Added `thread_created'.
30126
30127         * threads.c (mono_thread_new_init): Call `thread_created' in the
30128         mono_thread_callbacks.
30129
30130 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
30131
30132         * loader.h: added marshalbyrefobject_class to mono_defaults
30133         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
30134         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
30135           generation of output parameters.
30136           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
30137         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
30138           contextbound and the target object belongs to the context of the caller.
30139         * object.h: added context and unwrapped_server variables in MonoRealProxy.
30140         * object.c: Implemented support for interfaces and abstract classes
30141           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
30142           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
30143
30144 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
30145
30146         * class.h class.c (mono_class_is_subclass_of): New function.
30147         
30148         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
30149         routines for most common case (calls from ArrayList::ToArray).
30150
30151         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
30152         routine so programs which call Environment::Exit() can be profiled.
30153
30154         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
30155         Added MONO_ARCH_SAVE_REGS.
30156
30157         * icall.c (ves_icall_type_is_subtype_of): Use new function.
30158
30159 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
30160
30161         * blob.h: Add a couple of new MonoType types definitions.
30162
30163         * tabledefs.h: Add a couple of new call convs.
30164
30165 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
30166
30167         * reflection.h (MonoReflectionDynamicAssembly): track changes in
30168         the layout of the class.
30169
30170         * reflection.c (alloc_table): double the size on overflow to avoid
30171         unnecessary copying.
30172
30173         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
30174         avoid filling out metadata tables and blobs. Also set mb->ilgen to
30175         null so it can be garbage collected.
30176         
30177 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
30178
30179         * reflection.c (mono_reflection_get_type): Return the resolved type
30180         only if it is in the assembly we searched.
30181
30182         * reflection.c (ensure_runtime_vtable): Initialize method slots.
30183
30184         * class.c (mono_class_setup_vtable): Set the slot of the overriding
30185         method.
30186
30187 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30188
30189         * appdomain.c:
30190         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
30191         the right one is 'file:///blah', but MS allows it.
30192         * assembly.c:
30193         (mono_assembly_open): allow 'file://blah'
30194
30195         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
30196
30197 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
30198
30199         * socket-io.c: fixes bug #40310.
30200
30201 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
30202
30203         * reflection.c (mono_reflection_parse_type): handle deeply nested
30204         types correctly.
30205
30206         * reflection.c (mono_image_create_token): Use unique token values
30207         since they will be put into a hash table.
30208
30209         * class.c (mono_class_setup_vtable): If a method occurs in more than
30210         one place in the vtable, and it gets overriden, then change the
30211         other occurances too.
30212
30213         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30214         object as return type.
30215
30216 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30217
30218         * icall.c: Deleted "ToString" implementation for double and float
30219         because they are full implemented in managed code.
30220
30221 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30222
30223         * reflection.c, reflection.h: implemented and exported functions
30224         to retrieve info about custom attributes.
30225
30226 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30227
30228         * appdomain.c: moved Uri handling to assembly.c
30229         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
30230         work when using a file Uri in *nix and windows.
30231
30232         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
30233         GetReferencedAssemblies.
30234
30235 2003-03-18  Dick Porter  <dick@ximian.com>
30236
30237         * icall.c: Rename a couple of internal calls
30238
30239         * threads.c: Set the thread state to Stopped when a thread exits.
30240         Fixes bug 39377.
30241
30242 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
30243
30244         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
30245         New icall.
30246
30247         * object.c (mono_class_vtable): fix warning.
30248
30249 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
30250
30251         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
30252
30253         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
30254         memory.
30255         (method_encode_clauses): Create exception info structures in the right
30256         order.
30257         (mono_reflection_setup_internal_class): Initialize supertypes field.
30258
30259         * class.c object.c: Handle interfaces which implement other interfaces 
30260         correctly.
30261
30262         * class.h class.c: Move the supertypes array initialization code into 
30263         a separate function so it can be used for dynamic types too. Also call
30264         it earlier, in mono_class_init(), since it can be used before the
30265         type is initialized.
30266
30267 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30268
30269         * Makefile.am:
30270         * assembly.c:
30271         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
30272
30273         * appdomain.c:
30274         * appdomain.h:
30275         * marshal.c:
30276         * object.c: remove warnings.
30277
30278 2003-03-13  Martin Baulig  <martin@ximian.com>
30279
30280         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
30281         (MonoDebugLexicalBlockEntry): New types.
30282
30283         * debug-mono-symfile.c
30284         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
30285
30286 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30287
30288         * process.c: ret can be any non-zero value accroding to MS doc.
30289
30290 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
30291
30292         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
30293         fixing a warning for a miss-used prototype, would have cause
30294         random memory corruption.
30295
30296 2003-03-07  Martin Baulig  <martin@ximian.com>
30297
30298         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
30299         getting really annoying ....
30300
30301 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
30302
30303         * reflection.c (fixup_method): added support for array methods.
30304
30305 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
30306
30307         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
30308         (pointed out by Michael Adams).
30309
30310 2003-03-04  Dick Porter  <dick@ximian.com>
30311
30312         * icall.c: Temporarily reverted the Double and Single ToString()
30313         change, because it broke nunit.
30314
30315 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
30316
30317         * object.h, threads.h: make include files compatible with C++
30318         (patch by Jerome Laban <jlaban@wanadoo.fr>).
30319
30320 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30321
30322         * icall.c: Erased ToString helper functions for Double and Single.
30323         Now, that implementations ar all in managed code (Double and Single
30324         Formatters).
30325
30326 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
30327
30328         * appdomain.c: Added method for initializing the default context of
30329         a domain. Added internal call for getting the default context.
30330         * appdomain.h: Added context variable in MonoDomain struct.
30331         * domain.c: mono_domain_set also sets the default context of the domain
30332         * icall.c: Mapped internal method InternalGetDefaultContext.
30333         * object.c: mono_object_get_virtual_method returns always a remoting
30334         wrapper if the object is a transparent proxy.
30335         mono_runtime_invoke_array: when creating an object by calling the
30336         constructor, if the created object is a proxy, then the constructor should
30337         be called using the a remoting wrapper.
30338
30339 2003-03-03  Dick Porter  <dick@ximian.com>
30340
30341         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
30342         variable so it compiles on solaris.  Problem spotted by
30343         Christopher Taylor <ct@cs.clemson.edu>
30344
30345 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30346
30347         * appdomain.c:
30348         (get_info_from_assembly_name): don't leak value.
30349
30350         * icall.c:
30351         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
30352         result.
30353
30354 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
30355
30356         * assembly.c: export mono_image_load_references ().
30357         * class.c: handle function pointers. mono_class_from_name() now
30358         supports nested type names directly.
30359
30360 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
30361
30362         * reflection.h reflection.c: Encode already created dynamic methods 
30363         and fields correctly as a DEF instead of a REF.
30364
30365         * reflection.c: Get rid of the force_ref argument to 
30366         mono_image_typedef_or_ref since it was wrong in the first place.
30367
30368         * string-icalls.c: add error checking to string constructors according
30369         to the MSDN docs.
30370
30371         * reflection.c: Emit types in the order their TypeBuilders were 
30372         created. Previously, a new table index was assigned to each type before
30373         the tables were emitted. This was wrong because the signature blob
30374         might already refer to a type by its original table index.
30375
30376 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
30377
30378         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
30379         change.
30380         
30381 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30382
30383         * Makefile.am: make assemblies dir have \ instead of / on windows.
30384
30385 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
30386
30387         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
30388         iterate over the NESTEDCLASS table using a linear search since the
30389         table is not guaranteed to be sorted by the secondary key.
30390
30391         * class.c (mono_class_create_from_typedef): fixed up call to
30392         mono_metadata_nesting_typedef.
30393         
30394 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
30395
30396         * marshal.c (mono_string_to_byvalstr): clear the memory as
30397         suggested by Jerome Laban <jlaban@wanadoo.fr>
30398
30399 2003-02-26  Dick Porter  <dick@ximian.com>
30400
30401         * process.c: Cope with padding in .rsrc blocks
30402
30403 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30404
30405         * metadata.h: reverted the filter_len change, it breaks reflection
30406         
30407 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30408
30409         * metadata.h: added a new field to store the filter_len
30410         
30411
30412 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
30413
30414         * reflection.c: handle custom attributes for types and members
30415         created with Reflection.Emit (bug#38422).
30416
30417 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
30418
30419         * reflection.c: define RTSpecialName automatically for constructors for
30420         compatibility with MS.NET.
30421
30422         * reflection.c (mono_reflection_create_runtime_class): initialize
30423         nested_in field of dynamically created classes.
30424
30425 2003-02-22  Martin Baulig  <martin@ximian.com>
30426
30427         * debug-mono-symfile.h: Incremented version number.
30428
30429 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30430
30431         * object.h icall.c process.c: fix warnings.
30432
30433 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30434
30435         * appdomain.h appdomain.c:
30436         (mono_domain_try_type_resolve): split the 
30437         name_or_tb argument into a name and a tb argument.
30438         (mono_domain_has_type_resolve): new function to check whenever the
30439         application has registered a TypeResolve event handler.
30440         
30441         * icall.c reflection.h reflection.c: move the type resolve logic into
30442         mono_reflection_get_type () so it will be invoked when 
30443         Assembly::GetType () is called.
30444
30445         * reflection.c:
30446         (mono_reflection_get_type): renamed to get_type_internal.
30447         (mono_reflection_get_type): fixed type name generation so it works 
30448         for nested types too.
30449         (mono_reflection_get_type): call has_type_resolve () to avoid the 
30450         costly type name generation if there is no resolve event handler.
30451
30452 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30453
30454         * class.c, image.c: load exported types from file references.
30455
30456 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
30457
30458         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
30459           used to cache the managed methods used to create proxies and make 
30460           remote invocation of methods.
30461         * class.h: Added in MonoVTable a flag to indicate that a class needs 
30462           to be remotely created.
30463         * object.c: Modified the method mono_class_vtable(). It now initializes 
30464           the remote flag of the vtable. Modified mono_object_new_specific(), 
30465           so now it checks the remote flag.
30466         * icall.c: Added a couple of internal methods, one for enabling instance 
30467           creation interception for a type, and one for creating objects bypassing
30468           the remote check.
30469
30470 2003-02-18  Martin Baulig  <martin@ximian.com>
30471
30472         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
30473         New interncall to get a method's metadata token.
30474
30475         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
30476         New interncall for the debugger.
30477
30478 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
30479
30480         * class.c (mono_class_setup_vtable): allocate supertype array
30481
30482 2003-02-18  Martin Baulig  <martin@ximian.com>
30483
30484         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
30485
30486 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30487
30488         * reflection.c:
30489         (assembly_name_to_aname): jump over unknown properties (i've found
30490         something like: 'type, assembly, version=xxx, custom=null, public...',
30491         so now will ignore custom=null and still get the rest of the values).
30492
30493 2003-02-17  Dick Porter  <dick@ximian.com>
30494
30495         * threads.c: Have Thread.Start() wait for a semaphore to signal
30496         that the thread has set up all its local data.  This fixes bug
30497         34323, where Abort() raced the new thread's TLS data.
30498
30499         Also removes the handle_store() call from start_wrapper, because
30500         threads are now always created suspended and there is no longer a
30501         race between the parent and child threads to store the info.
30502
30503 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
30504
30505         * image.c: explain the #- heap issue in a message, hopefully
30506         avoiding FAQs on mono-list.
30507
30508 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30509
30510         * icall.c:
30511         (GetEntryAssembly): if the domain has not invoked
30512         AppDomain.ExecuteAssembly yet, return the assembly of the default
30513         AppDomain.
30514
30515 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
30516
30517         * class.c (mono_ldtoken): make it work in dynamic assemblies.
30518
30519 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
30520
30521         * metadata.c, reflection.c: simple speedup to type hash
30522         and equals code.
30523
30524 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
30525
30526         * image.c, image.h, class.c, assembly.c: move module loading
30527         to MonoImage. When loading metadata, consider alignemnet from
30528         the start of metadata, not from the metadata address in memory.
30529
30530 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
30531
30532         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
30533         AssemblyBuilder objects. Factored out custom attribute creation into
30534         a separate function.
30535         (create_custom_attr): new function to create custom attributes.
30536
30537 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
30538
30539         * Makefile.am: Got tired of typing the full pathname to pedump.
30540         Until there is another option, am installing this.
30541
30542 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
30543
30544         * class.c (class_compute_field_layout): always set field->parent 
30545         (mono_ldtoken): use mono_defaults.fieldhandle_class;
30546
30547 2003-02-11  Dick Porter  <dick@ximian.com>
30548
30549         * threads-types.h:
30550         * monitor.c: Rewrote Monitor, making lock much faster and
30551         Pulse/Wait work as specified.  Also uses much fewer handles, and only
30552         creates them as needed.
30553
30554         * exception.c: Added SynchronizationLockException
30555
30556         * threads.c: Deleted old Monitor implementation.  The new one is
30557         in a new file.
30558
30559 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
30560
30561         * class.c: handled TypedReference type code. Set the correct size for
30562         class data. Setup interface_offsets for interface classes, too.
30563
30564 2003-02-09  Martin Baulig  <martin@ximian.com>
30565
30566         * debug-mono-symfile.h: Reflect latest symbol writer changes.
30567
30568 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
30569
30570         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
30571         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
30572         * object.c: fixed mono_object_get_virtual_method () for interfaces.
30573         * verify.c: check for code that runs after the end of the method.
30574
30575 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30576
30577         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
30578         "System.Math::Round2".
30579         * sysmath.h: Added Floor, Round and Round2 definitions.
30580         * sysmath.c: Modified certain functions that were not 100% compliant
30581         with MS.NET (math precision) and added the implementation of Floor,
30582         Round and Round2.
30583
30584 2003-02-07  Martin Baulig  <martin@ximian.com>
30585
30586         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
30587
30588 2003-02-07  Martin Baulig  <martin@ximian.com>
30589
30590         * debug-mono-symfile.c: Reflected latest symwriter changes.
30591         (mono_debug_create_mono_symbol_file): Removed.
30592         (mono_debug_open_mono_symbol_file): Take an argument which
30593         specifies whether to create a dynamic symbol file.
30594
30595 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
30596
30597         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
30598
30599 2003-02-05  Martin Baulig  <martin@ximian.com>
30600
30601         * reflection.c (mono_image_build_metadata): Make this public,
30602         protect it against being called multiple times, don't create
30603         resources and don't build the compressed metadata here.
30604         (mono_image_create_pefile): Do this here.
30605
30606         * icall.c
30607         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
30608
30609 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30610
30611         * socket-io.c: fixed bug #36322.
30612
30613 2003-02-06  Piers Haken <piersh@friskit.com>
30614
30615         * appdomain.[ch]:
30616         * class.h:
30617         * debug-mono-symfile.c:
30618         * icall.c:
30619         * loader.c:
30620         * mono-config.c:
30621         * monosn.c:
30622         * reflection.c:
30623         * socket-io.c: warning cleanups
30624
30625 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
30626
30627         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
30628         function. works like remoting invoke, but does a check for the Proxy first.
30629
30630 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
30631
30632         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
30633
30634 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
30635
30636         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
30637         array of pointers.
30638         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
30639         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
30640
30641         * object.c (mono_store_remote_field_new): used by the new jit
30642         instead of mono_store_remote_field
30643         (mono_load_remote_field_new): used by the new jit
30644         instead of mono_load_remote_field
30645
30646 2003-02-05  Patrik Torstensson
30647
30648         * appdomain.c: changed unload to take the domain id instead
30649         of domain
30650         
30651         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
30652
30653
30654 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30655
30656         * appdomain.c: don't look for assemblies in ApplicationBase if
30657         PrivateBinPathProbe is set.
30658
30659 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30660
30661         * object.c: make the first argument in main_args contain the absolute
30662         path to the assembly. Fixes bug #37511.
30663
30664 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30665
30666         * icall.c: get correct UTC offset for countries not using daylight
30667         time saving. Fixes bug #30030.
30668
30669 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30670
30671         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
30672         and 1 are the family).
30673
30674 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
30675
30676         * icall.c (ves_icall_InternalExecute): removed wrong assertion
30677
30678         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
30679
30680 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
30681
30682         * reflection.c: added support for SignatureHelper tokens, which is
30683         needed by the Calli opcode.
30684
30685         * reflection.h: track changes to SignatureHelper class.
30686
30687         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
30688
30689 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30690
30691         * appdomain.c: fixed loading assemblies from PrivateBinPath.
30692
30693 2003-02-03  Patrik Torstensson
30694         * appdomain.[c|h], domain.c : 
30695          - Added support for getting a domain via domain id
30696          - Support for setting and getting domain from System.AppDomain 
30697            (used in cross appdomain channel)
30698          - Added support for get/set for a MonoAppContext on a thread 
30699            (Context class in System.Runtime.Remoting.Contexts),
30700          - Removed hack in Get/SetData and ExecuteAssembly.
30701         
30702         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
30703         the managed world to get control when a proxy is created.
30704
30705         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
30706         
30707 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
30708
30709         * icall.c
30710         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30711         Populate the codebase field as well.
30712
30713 2003-02-02  Martin Baulig  <martin@ximian.com>
30714
30715         * debug-mono-symfile.c
30716         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
30717         (mono_debug_symfile_add_method): Allow interncalls.
30718
30719 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30720
30721         * icall.c: throw parse exception if strtod fails or the string is empty.
30722
30723 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
30724
30725         * marshal.c: handle object type separately from defined
30726         class types.
30727
30728 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
30729
30730         * marshal.c: handle NATIVE_LPSTR for strings when it's
30731         explicitly specified.
30732
30733 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
30734
30735         * reflection.c, reflection.h, icall.c: setup the reflection
30736         handle cache for ModuleBuilders and AssemblyBuilders.
30737
30738 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
30739
30740         * reflection.c (reflection_methodbuilder_to_mono_method): set
30741         pinvoke flag
30742
30743 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30744
30745         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
30746
30747 2003-01-29  Dick Porter  <dick@ximian.com>
30748
30749         * threads.c: No need for the fake_thread kludge now that Thread
30750         doesn't run a class constructor
30751         
30752 2003-01-29  Dick Porter  <dick@ximian.com>
30753
30754         * threads.c: Use g_direct_hash instead of the rather bogus
30755         g_int_hash
30756
30757 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
30758
30759         * marshal.c (mono_marshal_get_native_wrapper): add check for null
30760         (fix pinvoke12.exe)
30761         (mono_marshal_get_struct_to_ptr): generate valid IL code
30762         (mono_marshal_get_ptr_to_struct): generate valid IL code
30763         (*): correctly set sig->pinvoke, we need to memdup the signature
30764         to do that
30765
30766 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30767
30768         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
30769         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
30770
30771 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30772
30773         * profiler.c: provide more callers information.
30774
30775 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
30776
30777         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
30778
30779         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
30780
30781         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
30782
30783 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30784
30785         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
30786         exception instead of going into an infinite loop on dates which it 
30787         can't yet handle.
30788
30789         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
30790         out-of-range exception if needed.
30791
30792         * class.c (mono_class_setup_vtable): allow a virtual method to provide
30793         an implementation for an interface method and to override an inherited
30794         method at the same time. 
30795         Imagine a scenario when a virtual method is used to override a
30796         virtual abstract method in a parent class, and this same method 
30797         provides an implementation for an method inherited from an interface. 
30798         In this case, the interface resolution code will set im->slot, which 
30799         means that the virtual method override pass will skip this method 
30800         which means a pointer to the abstract method inherited from the parent
30801         will remain in the vtable of this non-abstract class.
30802
30803         * class.c: (mono_class_setup_vtable): continue search for a real 
30804         method if only an abstract method is found.     
30805
30806 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30807
30808         * reflection.c: add size to encoding for ByValStr and ByValArray
30809         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
30810
30811 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30812
30813         * class.c (mono_class_setup_vtable): pass the override info as an
30814         argument.
30815
30816         * class.c (mono_class_setup_vtable): set the slot of overriding methods
30817         correctly.
30818         
30819         * reflection.c (ensure_runtime_vtable); add support for method 
30820         overrides.
30821         
30822 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30823
30824         * reflection.c (resolution_scope_from_image): Hack to work to work with
30825         dynamic assemblies.
30826
30827         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
30828         added a 'force_ref' argument to force this function to allways return 
30829         a TypeRef. This is needed by mono_image_get_memberref_token ().
30830         
30831 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30832
30833         * reflection.c (mono_image_get_type_info): interfaces really don't have
30834         a parent.
30835
30836         * reflection.c (mono_image_basic_init): fill out missing fields of
30837         image structure.
30838
30839         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
30840         dynamic assemblies. This is required so dynamic assemblies show up in
30841         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
30842         Type::GetType() etc. This is consistent with MS behaviour.
30843
30844         * image.c image.h reflection.c: add newly created classes to the name 
30845         cache so mono_class_get () will find them.      
30846
30847 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30848
30849         First part of changes to get IKVM.NET running under mono.
30850         
30851         * appdomain.h, appdomain.c: added new function 
30852         mono_domain_try_type_resolve() which will emit TypeResolve events. 
30853         This function will call AppDomain::DoTypeResolve to do the actual work.
30854
30855         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
30856         moved existing code dealing with dynamic tokens to a new function 
30857         called mono_reflection_lookup_dynamic_token (). This function will 
30858         raise TypeResolve events when appropriate. Since reflection.c is not 
30859         part of libmetadata, a new hook function called 
30860         mono_lookup_dynamic_token() is added to class.c which will call this.
30861
30862         * assembly.h assembly.c: make the invoke_load_hook function public,
30863         so it can be called for dynamic assemblies.
30864
30865         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
30866
30867         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
30868         type isn't found.
30869
30870         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
30871         MonoGHashTable, since it contains pointers to objects which the GC 
30872         needs to track.
30873
30874         * assembly.c (search_loaded): remove unused variable.
30875         
30876 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
30877
30878         * object.c: fixed issue exposed by gcc-generated IL programs
30879         that use RVA data for pointers.
30880
30881 2003-01-25  Martin Baulig  <martin@ximian.com>
30882
30883         * threads.c (start_wrapper): Moved the initialization of
30884         `start_func' above the mono_new_thread_init() call to which we
30885         pass it as argument.
30886
30887 2003-01-24  Martin Baulig  <martin@ximian.com>
30888
30889         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
30890         the MonoThread pointer.
30891
30892 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
30893
30894         * icall.c: Rename `PowImpl' to Pow.
30895
30896 2003-01-23  Dick Porter  <dick@ximian.com>
30897
30898         * threads.c (start_wrapper): Create a Thread object if needed, so
30899         the Main() thread can do the class initialisation in a subthread
30900         that has been set up to allow managed code execution.
30901
30902         Pass the thread ID instead of the MonoThread pointer to the thread
30903         start and attach callbacks.  This change is required, because the
30904         jit thread start callback must be called _before_ the Thread
30905         object can be created.
30906         
30907         (mono_thread_init): Removed much object creation code that is no
30908         longer needed.  No managed code is called from here now.
30909
30910         * object.c (mono_runtime_exec_managed_code): Create a subthread
30911         for Main, and call back to the runtime to use it.
30912         Set the exit code when Main exits.
30913
30914         * gc.c: Make sure domain finalisation happens in a subthread.
30915         Re-enable threaded GC, fixing bug 31333 (again).
30916
30917         * environment.c: System.Environment internall calls (so far just
30918         ExitCode is here, the others are still in icall.c)
30919
30920         * appdomain.c (mono_runtime_cleanup): All threads running managed
30921         code should have finished before mono_runtime_cleanup() is
30922         reached, so no need to clean up threads.
30923
30924 2003-01-22  Martin Baulig  <martin@ximian.com>
30925
30926         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
30927         `gpointer func' arguments.      
30928         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
30929         but added `MonoThread *thread' argument.
30930         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
30931
30932         * threads.c (mono_new_thread_init): Added `gpointer func' argument
30933         and pass it to the mono_thread_start_cb callback.
30934         (mono_install_thread_callbacks): New public function to install a
30935         set of callbacks which are set by the debugger.
30936         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
30937
30938 2003-01-22  Martin Baulig  <martin@ximian.com>
30939
30940         * Makefile.am: Install debug-mono-symfile.h.
30941
30942 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
30943
30944         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
30945
30946 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
30947
30948         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
30949         * class.c (mono_ptr_class_get): correctly set access levels of pointers
30950         (mono_array_class_get): correctly set access levels of arrays
30951
30952 2003-01-20      Patrik Torstensson
30953         * image.h (MonoAssemblyName): changed major, minor, build, revision
30954         from signed to unsigned.
30955
30956 2003-01-20  sean kasun <skasun@azstarnet.com>
30957
30958         * reflection.c (load_cattr_value): Now this handles
30959         MONO_TYPE_SZARRAY.  Fixes bug #35629
30960
30961 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
30962
30963         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
30964         integer value
30965
30966 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30967
30968         * decimal.c: fixed bug #26056.
30969
30970 2003-01-17  Martin Baulig  <martin@ximian.com>
30971
30972         * gc.c: Raise an ExecutionEngineException instead of using g_error().
30973
30974 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30975
30976         * exception.[ch]:
30977         (mono_get_exception_type_initialization): new function.
30978
30979         * object.c: throw a TypeInitializationException when an exception is
30980         thrown invoking the class constructor.
30981
30982 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30983
30984         * reflection.c: fixed attribute reading.
30985
30986 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30987
30988         * icall.c:
30989         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
30990         provided, look for the type in the calling assembly and then in
30991         mscorlib; if the assembly name is provided, only try that one.
30992
30993 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
30994
30995         * object.c: register the vtable before there is a chance it's
30996         queried again recursively.
30997
30998 2003-01-13  Duncan Mak  <duncan@ximian.com>
30999
31000         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
31001         gc-internal.h. 
31002         
31003 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
31004
31005         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
31006
31007 2003-01-11  Martin Baulig  <martin@ximian.com>
31008
31009         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
31010         this to 20 for the release.
31011
31012 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
31013
31014         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
31015
31016         * loader.c (mono_method_get_marshal_info): bug fix
31017
31018         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
31019         structures with explicit layout
31020
31021 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31022
31023         * profiler.c: made the output more readable (and sorted). 
31024         Added caller information for the allocation profiler.
31025
31026 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
31027
31028         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
31029
31030 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31031
31032         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
31033         to get value types.
31034         
31035 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
31036
31037         * object.c, profiler.h, profiler.c, profiler-private.h:
31038         Added object allocation profiler.
31039
31040 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
31041
31042         * reflection.h, reflection.c: handle global methods.
31043         Compress blob entries.
31044
31045 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
31046
31047         * marshal.c: fix compilation.
31048
31049 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
31050
31051         * loader.c (mono_method_get_marshal_info): impl.
31052
31053         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
31054
31055 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31056
31057         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
31058         for reference types.
31059
31060 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
31061
31062         * loader.c: fixed off by one error in loaded parameter names.
31063
31064 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
31065
31066         * marshal.c (mono_marshal_get_icall_wrapper): like
31067         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
31068         instead of a MonoMethod.
31069
31070 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31071
31072         * decimal.c: fixed bug #36537.
31073
31074 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
31075
31076         * marshal.c: throw a missing method exception if a
31077         P/Invoke method is not found.
31078
31079 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31080
31081         * icall.c: allow a null this for constructors.
31082
31083 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
31084
31085         * icall.c: raise the proper exceptions if the arguments to the
31086         internal Invoke are incorrect.
31087
31088 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
31089
31090         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
31091
31092 2003-01-03  Martin Baulig  <martin@ximian.com>
31093
31094         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31095
31096 2002-12-31  Martin Baulig  <martin@ximian.com>
31097
31098         * debug-mono-symfile.c: Completely rewrote the type section.
31099         Instead of using individual malloc()ed fields, we use one big
31100         continuous memory area and offsets into this area.
31101         See the comments in the source code for details.
31102
31103 2002-12-30  Martin Baulig  <martin@ximian.com>
31104
31105         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
31106
31107 2002-12-30  Martin Baulig  <martin@ximian.com>
31108
31109         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
31110         line number table in this data blob instead of using an external
31111         pointer.
31112
31113 2002-12-28  Martin Baulig  <martin@ximian.com>
31114
31115         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31116
31117 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
31118
31119         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
31120         as a boxed return type.
31121
31122 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
31123
31124         * appdomain.c
31125         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
31126         g_build_filename to properly get separators on the filename created.
31127
31128         * object.h: Small change, introduce MonoMarshalByRefObject to
31129         track the layout of that structure in the C# universe as we make
31130         changes there.
31131
31132 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
31133
31134         * object.c: removed assert to allow static fields on interfaces.
31135         * loader.c: a TypeSpec may be used for any type, not just arrays.
31136
31137 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
31138
31139         * class.c, class.h: added mono_class_array_element_size ().
31140         Ignore static methods in interfaces.
31141
31142 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31143
31144         * threads.c: fixed the build under cygwin.
31145
31146 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
31147
31148         * reflection.c: handle nullref constants. Allocate keys for
31149         reflection handles with the GC.
31150
31151 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31152
31153         * threads.c, threads.h: added mono_thread_get_abort_signal()
31154         to get a suitable signal for thread abort.
31155
31156 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31157
31158         * metadata.c: fix handling of ExportedType table.
31159
31160 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31161
31162         * icall.c: added WriteWindowsDebugString internal call.
31163
31164 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31165
31166         * reflection.h: added fields to match C# implementation.
31167
31168 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31169
31170         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
31171
31172 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
31173
31174         * gc.h, gc-internal.h: Rename header for GC internal calls to
31175         gc-internal.h from gc.h as to not clash with Boehm GC having its
31176         header installed as <gc.h> in outside include paths.
31177         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
31178         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
31179
31180 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31181
31182         * icall.c: assign minor, build and revision in FillName.
31183
31184 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
31185
31186         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
31187         Added support for running code generated by Reflection.Emit.
31188
31189 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31190
31191         * appdomain.c: check for NULL argument in LoadFrom.
31192
31193 2002-12-10  Dick Porter  <dick@ximian.com>
31194
31195         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
31196
31197 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31198
31199         * appdomain.c: fix buglet when building exe file name.  Handle full
31200         assembly name (needed after latest changes to AssemblyName).
31201         * image.c:
31202         (mono_image_close): free some hashtables.
31203
31204 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
31205
31206         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
31207         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
31208         on some systems (redhat 7.3) 
31209
31210 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
31211
31212         * threads.c: delete the critical section of a sync block,
31213         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
31214
31215 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
31216
31217         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
31218
31219 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31220
31221         * appdomain.[ch]: handle the assembly preload event to try loading the
31222         assemblies using the paths we have in the current domain.
31223
31224         * assembly.[ch]: created an assembly preload hook that is called to try
31225         loading the assembly by other means that the ones provided here.
31226
31227         * domain.c: initialize the domain search path.
31228
31229         From now on, assemblies (TODO: except corlib and System) are loaded
31230         according to these rules when using mono_assembly_load ():
31231
31232                 1. It tries to load the assembly from the ApplicationBase
31233                 of the current domain appending .dll and .exe (TODO: have to
31234                 try loading from name/name.dll and name/name.exe).
31235
31236                 2. It tries the search path specified in PrivateBinPath for the
31237                 current domain (if any).
31238
31239                 3. Previous behavior.
31240
31241 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
31242
31243         * icall.c: implemented GetInterfaceMap() related icall.
31244         * domain.c, loader.h: load MethodInfo in mono_defaults.
31245
31246 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
31247
31248         * gc.c: disable the finalizer thread for now, untill all the issues
31249         with it are resolved.
31250
31251 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
31252
31253         * string-icalls.c: handle embedded nulls in string ctor when the
31254         length is specified.
31255
31256 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
31257
31258         * class.c: look for explicit interface implementation in parent
31259         classes, too.
31260
31261 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
31262
31263         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
31264
31265 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
31266
31267         * gc.c: protect handles with a critical section.
31268
31269 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31270
31271         * icall.c:
31272         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
31273         parameters. If no assembly specified, try getting the type from all
31274         the assemblies in the current domain, else, load the assembly and get
31275         the type from it.
31276
31277 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31278
31279         * marshal.c: applied patch from Aleksey Demakov that fixes
31280         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
31281
31282 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31283
31284         * icall.c: fixed get_location.
31285
31286 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
31287
31288         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
31289         declarations to make it work with older gcc. 
31290
31291         * loader.c (mono_get_method): set signature->pinvoke for native calls
31292
31293 2002-11-20  Dick Porter  <dick@ximian.com>
31294
31295         * threads.c (mono_thread_init): Set the main thread's handle
31296
31297 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
31298
31299         * gc.c: allow compilation without GC support. Changed to match the
31300         mono coding style.
31301
31302 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
31303
31304         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
31305
31306 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
31307
31308         * reflection.c: set a public key token on the core assemblies.
31309
31310 2002-11-18  Dick Porter  <dick@ximian.com>
31311
31312         * threads.c: Split out some thread initialisation so that other
31313         files can set the start callback function.
31314
31315         * gc.c: Run finalisers in a separate thread, to avoid stack
31316         overflow.  Fixes bug 31333.
31317
31318         * appdomain.c: Set up GC finalisation thread.
31319
31320         * reflection.c: 
31321         * object.c: 
31322         * domain.c: Use gc.h macros for GC_malloc
31323         
31324 2002-11-15  Dick Porter  <dick@ximian.com>
31325
31326         * threadpool.c: 
31327         * threads.c:
31328         * appdomain.c: Removed mono_runtime_init_with_attach(),
31329         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
31330         merging the extra parameter with the existing function.  Removed
31331         unneeded code in mono_thread_attach().
31332
31333 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
31334
31335         * image.c (mono_image_loaded_by_guid): a method to get loaded
31336         images by guid. 
31337         (load_metadata_ptrs): we store the guid as string.
31338
31339 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
31340
31341         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
31342
31343         * metadata.c (mono_guid_to_string): imported method form Zoltan
31344         Varga (slightly modified)
31345
31346         * assembly.c (mono_assembly_open): load precompiled code
31347
31348         * loader.h (MonoMethod): we store the method token for use in the
31349         aot compiler. 
31350
31351 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31352
31353         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
31354         the hook function called when an assembly is loaded.
31355         
31356         * domain.c: Modified file.
31357         (mono_domain_assembly_load): removed hash table insertion of assemblies.
31358
31359         Fixes bug #33196.
31360
31361 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
31362
31363         * reflection.c: Map PEFileKind to the value expected by the WinNT
31364         image loader. 
31365
31366 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31367
31368         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
31369         Read until the buffer is filled completely.
31370
31371 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31372
31373         * icall.c: implemented MonoType.InternalGetEvent ().
31374
31375 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31376
31377         * appdomain.c: implemented InitAppDomainSetup. Delayed
31378         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
31379         the entry_assembly.
31380
31381         * assembly.c: base_dir is now an absolute path ending with
31382         G_DIR_SEPARATOR.
31383
31384         * icall.c: modified get_location according to the above changes.
31385
31386         * object.c: init AppDomain.SetupInformation for the default domain after
31387         we have the entry assembly.
31388
31389         * domain.c: when unloading a domain, setup = NULL.
31390
31391 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
31392
31393         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
31394
31395 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
31396
31397         * object.h, object.c: introduced mono_object_get_virtual_method ()
31398         to lookup the method invoked on an object when a callvirt is done on
31399         a method.
31400         * icall.c: make MethodInfo::Invoke() always do a virtual call.
31401
31402 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31403
31404         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
31405         current domain when loaded an assembly and failed to load it.
31406
31407         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
31408
31409 2002-10-31  Dick Porter  <dick@ximian.com>
31410
31411         * icall.c: 
31412         * file-io.h: 
31413         * file-io.c: Return the error status in a parameter, as the
31414         GetLastError() value has long since been blown away if we try and
31415         look it up in a subsequent internal call invocation.  Delete the
31416         GetLastError() internal call, because it's useless.
31417
31418 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
31419
31420         * class.[ch]: added cast_class to fix bug 29517
31421
31422 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
31423
31424         * marshal.c: create valid IL code in the filter clause:
31425         the new JIT is less forgiving:-)
31426
31427 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31428
31429         * icall.c: removed get_property internal call.
31430
31431 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
31432
31433         * appdomain.h domain.c: Added an ID to appdomains.
31434         
31435         * threads.c threads.h icall.c: Implement icall
31436         Thread:GetDomainID(), and remove unused icall 
31437         CurrentThreadDomain_internal.
31438
31439 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31440
31441         * icall.c: Don't recurse through the base types in GetConstructor.
31442         Fixes bug #32063. 
31443
31444 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
31445
31446         * mempool.h, mempool.c: added mono_mempool_empty() and
31447         mono_mempool_stats().
31448
31449 2002-10-23  Dick Porter  <dick@ximian.com>
31450
31451         * file-io.c: 
31452         * file-io.h: 
31453         * icall.c: Added MonoIO.GetFileType internal call
31454
31455 2002-10-17  Dick Porter  <dick@ximian.com>
31456
31457         * appdomain.c (mono_runtime_cleanup): Don't signal the async
31458         delegate semaphore before waiting for all threads to finish,
31459         because new threads can also call async delegates.  Fixes bug
31460         32004.
31461
31462         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
31463         of 3 seconds, in case another async job is queued.  (This part is
31464         needed because the bug fix reintroduced the 3s exit lag.)  This
31465         makes the mono_runtime_shutdown flag superfluous.
31466
31467 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
31468
31469         * reflection.c: include ehader size in method section headers.
31470         Really check for suplicated modules entries.
31471
31472 2002-10-17  Martin Baulig  <martin@gnome.org>
31473
31474         * debug-mono-symfile.c: Added back support for locals.
31475
31476 2002-10-14  Martin Baulig  <martin@gnome.org>
31477
31478         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
31479         MONO_TYPE_VOID.
31480
31481 2002-10-14  Martin Baulig  <martin@gnome.org>
31482
31483         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
31484         mono_class_get() instead of looking in the class cache. 
31485
31486 2002-10-13  Martin Baulig  <martin@gnome.org>
31487
31488         * debug-mono-symfile.c: Set version number to 28, include the
31489         signature in method names.
31490
31491 2002-10-13  Martin Baulig  <martin@gnome.org>
31492
31493         * debug-mono-symfile.h: Set version number to 27.
31494
31495 2002-10-11  Martin Baulig  <martin@gnome.org>
31496
31497         * gc.c: Don't register/unregister NULL pointers as disappearing links.
31498
31499 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31500
31501         * metadata.c, metadata.h: added helper function to allocate signatures.
31502
31503 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31504
31505         * icall.c: added internal call to get the location of machine.config.
31506
31507 2002-10-08  Martin Baulig  <martin@gnome.org>
31508
31509         * debug-mono-symfile.c: Ignore classes with a pending init for the
31510         moment.
31511
31512 2002-10-03  Dick Porter  <dick@ximian.com>
31513
31514         * threads.c: Freebsd pthread_t is a pointer
31515
31516 2002-10-03  Dick Porter  <dick@ximian.com>
31517
31518         * socket-io.c: Implemented GetHostName_internal
31519
31520 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31521
31522         * mono-config.c:
31523         (mono_config_parse_file): don't leak the text.
31524
31525 2002-10-02  Martin Baulig  <martin@gnome.org>
31526
31527         * debug-mono-symfile.c: Added support for methods.
31528
31529 2002-10-01  Martin Baulig  <martin@gnome.org>
31530
31531         * debug-mono-symfile.c: Don't emit methods and line numbers for
31532         the dynamic symbol file, just write the type table.  We can easily
31533         have an external helper program which creates a symbol file for an
31534         IL file.        
31535
31536 2002-10-01  Dick Porter  <dick@ximian.com>
31537
31538         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
31539         Only add the handle to the cleanup array when we're about to
31540         launch the thread.  Bug 31425 deadlocked when the test was run on
31541         mono under w32.
31542
31543 2002-10-01  Martin Baulig  <martin@gnome.org>
31544
31545         * debug-mono-symfile.c: Added support for properties.
31546
31547 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31548
31549         * reflection.c: unaligned store fix from Mark Crichton
31550         <crichton@gimp.org>.
31551
31552 2002-09-27  Martin Baulig  <martin@gnome.org>
31553
31554         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
31555         New interncall.
31556
31557 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
31558
31559         * assembly.h, assembly.c: use a sane API to hook into the assembly
31560         loading process instead of a useless special-purpouse hack
31561         (ngen needs a hook, too, for example).
31562
31563 2002-09-27  Dick Porter  <dick@ximian.com>
31564
31565         * threads.c (mono_thread_init): Call GetCurrentProcess() so
31566         io-layer can set up some process handle info.  Not needed on w32,
31567         but doesn't hurt either.
31568
31569         * process.c: Pass the program name in the second parameter to
31570         CreateProcess, so the path is searched.  Include the working
31571         directory. Implemented process name, process enumeration, and some
31572         process detail internal calls.
31573         
31574         * icall.c: Added internal calls for process lookup, and some
31575         process details
31576
31577 2002-09-26  Martin Baulig  <martin@gnome.org>
31578
31579         * assembly.c (mono_install_open_assembly_hook): New global
31580         function to install a function to be invoked each time a new
31581         assembly is loaded.
31582         (mono_assembly_open): Run this callback function if set.
31583
31584         * debug-mono-symfile.c: Put back line numbers for the dynamic
31585         symbol file and also record the .il file as source file.  This
31586         allows us to install the temporary symbol file as `file.dbg' just
31587         like a compiler-generated one.
31588
31589 2002-09-26  Nick Zigarovich <nick@chemlab.org>
31590
31591         * Corrected typo in gc.c (BOHEM vs BOEHM).
31592
31593 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31594
31595         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
31596         GetProperties. Also avoid calling g_slist_length in GetProperties and
31597         GetMethods.
31598
31599 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31600
31601         * reflection.c: avoid unaligned stores (bug spotted by
31602         Mark Crichton  <crichton@gimp.org>).
31603
31604 2002-09-25  Martin Baulig  <martin@gnome.org>
31605
31606         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
31607         instead of guint64 for addresses and added prologue/epilogue info.
31608
31609 2002-09-25  Martin Baulig  <martin@gnome.org>
31610
31611         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
31612         store line number info.  For the dynamic symbol file, we only need
31613         to provide the JIT generated dynamic line number info for the dynamic
31614         symbol file.
31615
31616 2002-09-25  Martin Baulig  <martin@gnome.org>
31617
31618         * debug-mono-symfile.h: Incremented version number.
31619
31620 2002-09-24  Martin Baulig  <martin@gnome.org>
31621
31622         * class.c (mono_debugger_class_init_func): New global function
31623         pointer variable.
31624         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
31625         call it.
31626
31627         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
31628         function.  This is called via the mono_debugger_class_init_func
31629         hook to add all types to the dynamic type table.
31630         (ves_icall_MonoDebugger_GetType): New interncall to get a class
31631         from its metadata token.
31632
31633         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
31634         New interncall for the debugger.
31635
31636 2002-09-24  Nick Drochak <ndrochak@gol.com>
31637
31638         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
31639         before using it in case it is null.
31640         
31641 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31642
31643         * metadata.c: allow custom modifiers in local var signatures
31644         (bug spotted by Zoltan Varga).
31645
31646 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31647
31648         * class.c: deal with the <Module> class that may have a NULL vtable.
31649         Eliminate warnings.
31650
31651 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31652
31653         * image.c, image.h: more strong name helpers.
31654         * monosn.c: more work: convert pem keys to cryptoapi format.
31655
31656 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31657
31658         * string-icalls.c: speedup IndexOf.
31659
31660 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31661
31662         * icall.c: updates from Zoltan.2.Varga@nokia.com.
31663
31664 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31665
31666         * icall.c: cleanup: use mono_object_domain ().
31667
31668 2002-09-23  Martin Baulig  <martin@gnome.org>
31669
31670         * debug-mono-symfile.c: Improved type support.
31671
31672 2002-09-22  Martin Baulig  <martin@gnome.org>
31673
31674         * debug-mono-symfile.c: Added support for reference types and strings.
31675
31676 2002-09-22  Martin Baulig  <martin@gnome.org>
31677
31678         * debug-mono-symfile.c: Started to work on the type table.
31679
31680 2002-09-21  Martin Baulig  <martin@gnome.org>
31681
31682         * debug-mono-symfile.c: Largely reworked the symbol table format.
31683         The symbol table is now incrementally updated each time a new
31684         method is added.  We're now also using our own magic and version
31685         so that you don't need to recompile all your classes if the
31686         dynamic table changes.
31687         (mono_debug_update_mono_symbol_file): Removed.
31688         (mono_debug_symfile_add_method): New function to add a method.
31689
31690 2002-09-21  Martin Baulig  <martin@gnome.org>
31691
31692         * icall.c
31693         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
31694         New interncall.
31695
31696         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
31697         New interncall to get a method from its metadata token.
31698
31699 2002-09-21  Martin Baulig  <martin@gnome.org>
31700
31701         * debug-mono-symfile.c: Create type table.
31702
31703 2002-09-20  Martin Baulig  <martin@gnome.org>
31704
31705         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
31706
31707 2002-09-20  Martin Baulig  <martin@gnome.org>
31708
31709         * debug-mono-symfile.c: Provide information about params and locals.
31710
31711 2002-09-20  Martin Baulig  <martin@gnome.org>
31712
31713         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
31714         New interncall.
31715
31716         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
31717         interncall to get a method from its metadata token.
31718
31719 2002-09-20  Martin Baulig  <martin@gnome.org>
31720
31721         * debug-mono-symfile.c: Added a few checks for method->header
31722         being non-NULL.  This should never happen, but for the moment
31723         let's use a g_warning() rather than a g_assert().
31724
31725 2002-09-19  Mark Crichton  <crichton@gimp.org>
31726
31727         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
31728         even if support for it isn't present.  Added an #ifdef to fix this.
31729
31730         * socket-io.c: Added checks back for Solaris support.
31731
31732 2002-09-19  Martin Baulig  <martin@gnome.org>
31733
31734         * debug-mono-symfile.c (read_string, write_string): Reflect latest
31735         changes in the symbol file format.
31736
31737 2002-09-18  Martin Baulig  <martin@gnome.org>
31738
31739         * debug-mono-symfile.c: Set version number to 21.
31740
31741 2002-09-18  Dick Porter  <dick@ximian.com>
31742
31743         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
31744         on netbsd.  Fixes bug 30051.
31745
31746 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31747
31748         * reflection.c:
31749         (set_version_from_string): little fix.
31750
31751 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31752
31753         * monosn.c, Makefile.am: added strong name utility.
31754         * reflection.h, reflection.c: implemented delayed signing,
31755         locale, version and hash id assembly attributes.
31756
31757 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
31758
31759         * loader.c, metadata.c: load param attributes in signatures.
31760
31761 2002-09-16  Martin Baulig  <martin@gnome.org>
31762
31763         * debug-mono-symfile.c: Added string table with all method names.
31764
31765 2002-09-14  Martin Baulig  <martin@gnome.org>
31766
31767         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
31768         fast method lookup.
31769
31770 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31771
31772         * reflection.c: record the public key token of referenced assemblies.
31773
31774 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31775
31776         * image.c, image.h: added functions to get the strong name and the
31777         public key of an assembly.
31778         * pedump.c: use them.
31779
31780 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
31781
31782         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
31783
31784 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
31785
31786         * marshal.c (mono_marshal_get_managed_wrapper): Added
31787         MONO_TYPE_BOOLEAN 
31788
31789 2002-09-11  Martin Baulig  <martin@gnome.org>
31790
31791         * gc.c: Call GC_unregister_disappearing_link() on all links when
31792         finalizing them, this is necessary to aviod a crash in boehm's
31793         finalize handler.
31794
31795 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31796
31797         * gc.c: handle GetTarget for finalized objects spotted and fixed by
31798         nick@chemlab.org.
31799
31800 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
31801
31802         * icall.c: implemented MonoType::Module.
31803         * reflection.c, reflection.h: mono_module_get_object () from
31804         Tomi Pakarinen <tomi.pakarinen@welho.com>.
31805
31806 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
31807
31808         * icall.c: ignore overridden methods in GetMethods ().
31809         Fix for FieldInfo::SetValue().
31810         * object.c: handle float/double in runtime invoke.
31811
31812 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
31813
31814         * object.c: allow a constructor to be called again on an object.
31815
31816 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31817
31818         * class.h, class.c: move field layout code to it's own function and
31819         export it. Get an interface id earlier. Move fields in MonoClass
31820         so they are more cache friendly and align the bitfields.
31821         * loader.c: temporary handle get_param_names() for a runtime method.
31822         * reflection.c, reflection.h: more code to handle runtime creation of
31823         types.
31824
31825 2002-09-09  Martin Baulig  <martin@gnome.org>
31826
31827         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
31828         signature with the pinvoke field being set for the actual call.
31829
31830 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31831
31832         * icall.c: removed some unused icalls. Start of map of glib charsets
31833         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
31834
31835 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31836
31837         * debug-helpers.c: break infinite loop (found and fixed by
31838         Holger Arnold <harnold@gmx.de>).
31839
31840 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31841
31842         * icall.c: target may be null in create_delegate.
31843
31844 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31845
31846         * marshal.c: handle a boolean return type.
31847
31848 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31849
31850         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
31851
31852 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31853
31854         * gc.c: fix weakreferences.
31855
31856 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
31857
31858         * icall.c: added icall to get default codepage.
31859
31860 2002-09-03  Dick Porter  <dick@ximian.com>
31861
31862         * threads.h: 
31863         * threads.c: Use MonoThread instead of MonoObject where
31864         apropriate.
31865
31866         Store running thread objects in a hash table, so that we have all
31867         the info to hand when waiting for them to finish
31868         (means we don't need OpenThread() any more, so mingw builds should
31869         be fully functional again.)
31870
31871         * verify.c:
31872         * object.h: Added thread ID to MonoThread
31873
31874 2002-09-03  Martin Baulig  <martin@gnome.org>
31875
31876         * icall.c (System.Reflection.Assembly::get_location): New interncall.
31877
31878 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31879
31880         * icall.c: fixed leak in get_temp_path. Thanks lupus.
31881
31882 2002-09-03  Martin Baulig  <martin@gnome.org>
31883
31884         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
31885         argument to store the end address of the disassembled instruction.
31886
31887         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
31888         here from debug-symfile.h.
31889         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
31890         JIT into this struct.
31891         (MonoSymbolFile): Added `char *image_file' field.
31892         (MonoDebugGetMethodFunc): Removed.
31893         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
31894         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
31895         (mono_debug_find_method): New method.
31896
31897         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
31898         create a full symbol file.
31899         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
31900         and static symbol files.
31901         (mono_debug_find_method): The symbol file keeps an internal method hash,
31902         call this to get a MonoDebugMethodInfo from a MonoMethod.
31903
31904         * debug-symfile.[ch]: Removed.
31905
31906 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
31907
31908         * image.c (do_mono_image_open): Remove linker version check.
31909
31910 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
31911
31912         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
31913         wrappers for instance methods.
31914         
31915 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31916
31917         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
31918
31919 2002-08-28  Dick Porter  <dick@ximian.com>
31920
31921         * Makefile.am: Export HOST_CC for w32 builds
31922
31923 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31924
31925         * file-io.c process.c: MonoString are null terminated, no
31926         need for mono_string_to_utf16() anymore.
31927
31928 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31929
31930         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
31931
31932 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
31933
31934         * icall.c, reflection.h: speedup System.MonoType.
31935
31936 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31937
31938         * reflection.c: allow null as the value of a string argument in
31939         custom attributes constructors.
31940
31941 2002-08-27  Martin Baulig  <martin@gnome.org>
31942
31943         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
31944         `trampoline_address' field.
31945
31946 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
31947
31948         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
31949         check (fixes bug #29486) 
31950
31951 2002-08-27  Martin Baulig  <martin@gnome.org>
31952
31953         * debug-mono-symfile.c: Changed the file format in a way that allows us
31954         open it read-only and to use a specially malloced area for all the
31955         dynamic data.  We can now also generate a symbol file on-the-fly if we're
31956         debugging IL code and there is no MCS generated symbol file for it.
31957
31958 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
31959
31960         * object.c: added a define for a good string and array
31961         creation speedup (not enabled by default because we need to deal with
31962         the synch stuff).
31963
31964 2002-08-26  Martin Baulig  <martin@gnome.org>
31965
31966         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
31967         function to create a dynamic symbol file.  This is used by the
31968         debugger to create a symbol file for IL code on-the-fly.
31969
31970 2002-08-26  Martin Baulig  <martin@gnome.org>
31971
31972         * loader.c (mono_lookup_pinvoke_call): Include the error message
31973         from g_module_error() in the error message.
31974
31975 2002-08-24  Martin Baulig  <martin@gnome.org>
31976
31977         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
31978         function to update the symbol file.  The symbol file is mmap()ed
31979         writable, but private.  This allows us to install the symbol file
31980         together with the assembly.
31981
31982 2002-08-24  Martin Baulig  <martin@gnome.org>
31983
31984         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
31985         but they can read the new symbol file format which mcs is now creating.
31986
31987         * debug-symfile.c (mono_debug_find_source_location): Moved to
31988         debug-mono-symfile.c; this is now operating on the new symbol file.
31989
31990 2002-08-23  Martin Baulig  <martin@gnome.org>
31991
31992         * debug-helpers.c (mono_method_desc_from_method): New function to get
31993         a MonoMethodDesc from a MonoMethod.
31994
31995 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31996
31997         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
31998         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
31999
32000 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32001
32002         * string-icalls.[ch]: make helper methods static.
32003
32004 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32005
32006         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
32007         types to it and to SetValueInternal.
32008
32009         * object.c: Moved handle_enum label to its proper place. This was the
32010         f... bug! ;-)
32011
32012         This time i compiled mcs and gtk-sharp and they both work.
32013
32014 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32015
32016         * icall.c: reverted partially my previous patch until 
32017         object.c:set_value handles enums correcly.
32018
32019 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32020
32021         * icall.c:
32022         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
32023         (ves_icall_System_Environment_get_MachineName): removed warning when
32024         compiling under cygwin.
32025
32026 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32027
32028         * object.c: fixed field_get_value() for reference types.
32029
32030 2002-08-22  Dick Porter  <dick@ximian.com>
32031
32032         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
32033         Don't free a buffer while it's still needed.  Patch from Jonathan
32034         Liger <Jonathan.liger@wanadoo.fr>
32035
32036 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
32037
32038         * icall.c (ves_icall_System_Environment_get_Platform): Add new
32039         internal call.
32040
32041 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
32042
32043         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
32044         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
32045
32046         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
32047         we call unmanaged code which throws exceptions.
32048
32049 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32050
32051         * appdomain.h: added per-domain entry_assembly.
32052         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
32053         arguments.
32054         * icall.c: Assembly::GetEntryAssembly icall.
32055         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
32056         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
32057
32058 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32059
32060         * appdomain.h, gc.c: added mono_domain_finalize ().
32061
32062 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32063
32064         * object.c:
32065         (mono_print_unhandled_exception): changed g_warning by g_printerr
32066         because g_log has a 1024 characters limit (yeah, i got a big stack
32067         trace). Don't print exception name, that should be in ToString 
32068         returned string.
32069
32070 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32071
32072         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
32073         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
32074
32075 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32076
32077         * object.c:
32078         (mono_print_unhandled_exception): after previous commit, i realized
32079         that MS calls ToString on the exception. I changed this function to
32080         do that. This way we get stack_trace for free.
32081
32082 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32083
32084         * object.c:
32085         (mono_print_unhandled_exception): invoke Message property instead of
32086         getting 'message' field from Exception. Don't allocate memory for
32087         'trace' and 'message' if not needed.
32088
32089 2002-08-18  Dick Porter  <dick@ximian.com>
32090
32091         * unicode.c: Fix asserts to match Encoder.cs checks
32092
32093 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32094
32095         * marshal.c: fix unaligned store issue and a few wrong
32096         opcode argument types.
32097
32098 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32099
32100         * icall.c: added GetUninitializedObjectInternal internal call.
32101
32102 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
32103
32104         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
32105         to the right domain.
32106
32107 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
32108
32109         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
32110
32111         * class.c (class_compute_field_layout): set blittable to false for Strings
32112
32113         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
32114
32115 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32116
32117         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
32118         first chunk of code to create types at runtime. Code to
32119         handle ReflectedType/DeclaringType. Make reflection handles
32120         domain specific.
32121
32122 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32123
32124         * class.c: set correct name in arrays.
32125
32126 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
32127
32128         * appdomain.c (mono_domain_transfer_object): make it work with
32129         valuetypes. bug fixes.
32130
32131 2002-08-12  Dick Porter  <dick@ximian.com>
32132
32133         * object.h: Rename some parameters to avoid c++ keywords (Patch
32134         from Joseph Wenninger <kde@jowenn.at>)
32135
32136 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
32137
32138         * icall.c: added icall to implement Assembly.GetFile*.
32139
32140 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32141
32142         * reflection.h, reflection.c: code to embed managed resources.
32143
32144 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32145
32146         * class.c: move all the type size stuff into
32147         class_compute_field_layout().
32148
32149 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32150
32151         * class.c: ensure enums have always the correct instance size.
32152         * unicode.c: remove wrong assert.
32153
32154 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32155
32156         * assembly.c: fix mem corruption issue.
32157         * image.h, image.c: added mono_image_get_resource () to access
32158         managed resources.
32159         * icall.c: implemented Assembly.EntryPoint property and some
32160         Managed Resources related internalcalls.
32161
32162
32163 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32164
32165         * image.c, image.h: impemented mono_image_get_entry_point ().
32166         * appdomain.c: use mono_image_get_entry_point.
32167
32168 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32169
32170         * reflection.c: support the object type argument when loading
32171         custom attributes.
32172
32173 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
32174
32175         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
32176         String as return type.
32177
32178 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
32179
32180         * reflection.c: fix encoding of named args for custom attrs to match
32181         the ms implementation. Read them back when instantiating custom
32182         attributes.
32183
32184 2002-08-02  Radek Doulik  <rodo@ximian.com>
32185
32186         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
32187         by Dietmar as quick fix
32188         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
32189         16 as stack size, used on more places as quick fix before Dietmar
32190         will fix it properly
32191
32192 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32193
32194         * object.h, object.c: added accessors for fields and properties.
32195
32196 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32197
32198         * class.c, class.h: made mono_class_get_field_from_name ()
32199         loop on parent types.
32200         Added mono_class_get_property_from_name ().
32201
32202 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32203
32204         * class.c, class.h: move the code to setup the type vtable in its own
32205         function so that it can be reused also for types created at runtime.
32206         Eliminate the "class" identifier from the header file.
32207         * reflection.c: setup the vtable for enums so that we can create
32208         objects for use in SetConstant ().
32209
32210 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
32211
32212         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
32213         instead of the delegate itself as this pointer (bug #28383)
32214
32215 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
32216
32217         * marshal.c (mono_marshal_get_managed_wrapper): added return type
32218         conversions.
32219
32220 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32221
32222         * loader.c: don't set the pinvoke bit on icalls.
32223
32224 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
32225
32226         * debug-helpers.c (mono_method_full_name): only print a number to
32227         indicate wrapper type (so that the output is more readable in traces).
32228
32229 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
32230
32231         * class.c (mono_class_init): include method override patch from Paolo
32232
32233 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
32234
32235         * icall.c: fixed GetTypeCode().
32236
32237 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
32238
32239         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
32240         use real delegate invoke function to make it work with multicast
32241         delegates (fix bug# 28291).
32242
32243 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32244
32245         * object.c: load constant strings.
32246
32247 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32248
32249         * reflection.c: no magic numbers.
32250         * tabledefs.h: security action enum.
32251
32252 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32253
32254         * assembly.c: fix possible memory corruption.
32255
32256 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32257
32258         * reflection.h, reflection.c: added support for linking resources.
32259         * verify.c: check we have an updated corlib.
32260
32261 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
32262
32263         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
32264         string arrays.
32265         (mono_marshal_string_array): null terminate unmanaged string arrays.
32266         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
32267
32268 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32269
32270         * icall.c: Type.GetType () can now return also types from the
32271         calling assembly.
32272
32273 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32274
32275         * loader.h, loader.c: stack walking support.
32276         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
32277         GetCallingAssembly.
32278
32279 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
32280
32281         * marshal.c: added optimisations for blittable types 
32282
32283         * class.c (mono_array_class_get): do not set blittable attribute on arrays
32284         (mono_class_setup_mono_type): set blittable attribute for single
32285         and double.
32286
32287         * marshal.c (mono_string_utf8_to_builder): impl.
32288         (mono_string_builder_to_utf8): impl.
32289         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
32290
32291 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
32292
32293         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
32294         (mono_marshal_get_managed_wrapper): impl. byref types
32295
32296 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32297
32298         * icall.c:
32299         (search_method): don't display debug message. 
32300
32301 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32302
32303         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
32304
32305 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32306
32307         * appdomain.c: set the missing filename when throwing exception.
32308
32309 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32310
32311         * metadata.c (mono_type_size): code cleanup
32312         (mono_type_stack_size): removed some test code
32313
32314 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
32315
32316         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
32317         mono_get_exception_file_not_found now.
32318
32319         * exception.c (mono_exception_from_name_two_strings): New version
32320         that will call a constructor with two string arguments. 
32321         (mono_get_exception_file_not_found): New helper routine, used to
32322         report file-not-found errors.
32323
32324 2002-07-20  Dick Porter  <dick@ximian.com>
32325
32326         * process.h:
32327         * process.c: Pass file handles to CreateProcess
32328         
32329         * icall.c:
32330         * file-io.h:
32331         * file-io.c: Implemented CreatePipe
32332
32333 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32334
32335         * metadata.c (mono_get_param_info): set alignment for value types
32336
32337 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32338
32339         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
32340         Constify mono_domain_assembly_open().
32341         * loader.c: handle null namespace in icalls.
32342
32343 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32344
32345         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
32346         (emit_str_to_ptr_conv): marshal object as structs
32347
32348         * metadata.c (mono_type_to_unmanaged): marshal object as structs
32349
32350         * marshal.c (mono_marshal_get_runtime_invoke): support value types
32351
32352 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
32353
32354         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
32355         (mono_marshal_get_native_wrapper): we an now return value types
32356
32357 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32358
32359         * verify.c: more checks implemented.
32360
32361 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
32362
32363         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
32364         (fix bug #27695)
32365         (mono_marshal_get_native_wrapper): allow byref arguments
32366         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
32367         impl. PtrToStringXXX methods
32368         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
32369         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
32370         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
32371         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
32372         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
32373
32374 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32375
32376         * reflection.c: fix buglet in parsing an assembly name.
32377
32378 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32379
32380         * marshal.c (emit_ptr_to_str_conv): first impl.
32381
32382 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32383
32384         * object.c, class.h: cache the vtable in the class as suggested by
32385         vargaz@freemail.hu (Zoltan Varga).
32386
32387 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32388
32389         * class.h, loader.c: added mono_field_from_token().
32390         * verify.c: first cut of type checking code.
32391
32392 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32393
32394         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
32395
32396 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
32397
32398         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
32399         (fix bug #27782)
32400         (mono_marshal_get_remoting_invoke): impl.
32401         (mono_delegate_begin_invoke): impl.
32402         (mono_mb_emit_save_args): impl.
32403         (mono_delegate_end_invoke): impl.
32404         (mono_marshal_get_delegate_begin_invoke):
32405         (mono_marshal_get_delegate_end_invoke):
32406         (mono_marshal_get_delegate_invoke): generate a special name for
32407         those methods (including the signature) and associate them whith
32408         the delegate class. 
32409
32410 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
32411
32412         * reflection.[ch]: 
32413         (mono_reflection_type_from_name): now it has a MonoImage parameter
32414         which is used as the default image to search the type in. If the image
32415         is NULL or getting the type from it fails, it defaults to corlib.
32416
32417         * icall.c: changed 1 call to mono_reflection_type_from_name to match
32418         new parameter.
32419
32420 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32421
32422         * reflection.c: update the parameter table index.
32423
32424 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32425
32426         * domain.c: don't include the mark byte in the string hash.
32427
32428 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32429
32430         * icall.cs: icall for Type.GetTypeCode ().
32431         * verify: a couple of fixes and disabled local initialization checks.
32432
32433 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
32434
32435         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
32436
32437         * debug-helpers.c (mono_method_full_name): print the type of the
32438         runtime wrapper
32439
32440         * metadata.c (mono_signature_hash): a hash function for signatures
32441         (mono_signature_hash): better hash algorithm
32442
32443         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
32444
32445         * debug-helpers.c (mono_method_full_name): this can now generate
32446         method names with signatures
32447
32448         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
32449         method dont have this pointers.
32450
32451 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32452
32453         * reflection.c: fixup typebuilder tokens.
32454         * image.c: fix buglet.
32455         * marshal.h: remove whitespace.
32456         * metadata.h, metadata.c: reinstate code that was removed.
32457         * verify.c: handle catch directives and fix another couple of bugs.
32458
32459 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
32460
32461         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
32462         (mono_marshal_get_native_wrapper): make it comp. with the old code
32463         (mono_marshal_get_native_wrapper): support boolean
32464         (mono_marshal_get_managed_wrapper): support more types
32465
32466 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
32467
32468         * class.c (class_compute_field_layout): compute class->blittable attribute.
32469
32470 2002-07-09  Dick Porter  <dick@ximian.com>
32471
32472         * threads.c: Make the thread cleaning up cope with threads that
32473         call ExitThread()
32474
32475 2002-07-08  Radek Doulik  <rodo@ximian.com>
32476
32477         * reflection.c (method_encode_code): use non-translated values to
32478         compute finally_start, this fixes exception handling on ppc, yay!
32479
32480         * decimal.h (struct signscale): fix endianess
32481
32482 2002-07-07  Radek Doulik  <rodo@ximian.com>
32483
32484         * reflection.c: swap box_val and not val
32485
32486 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32487
32488         * reflection.c, reflection.h: handle full assembly info in type name.
32489         Handle Type arguments when loading custom attributes.
32490         * icall.c: updated to use new mono_reflection_type_from_name () method.
32491
32492 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32493
32494         * loader.c:
32495         (method_from_memberref): also print assembly name when method not found.
32496
32497 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32498
32499         * icall.c:
32500         (ves_icall_TypeGetProperties): fixed bug #27473. 
32501
32502 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32503
32504         * reflection.c: display image name and token when cannot find the
32505         .ctor for an attribute.
32506
32507 2002-07-05  Martin Baulig  <martin@gnome.org>
32508
32509         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32510
32511 2002-07-04  Dick Porter  <dick@ximian.com>
32512
32513         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
32514         compile on mingw.  This will cause mingw builds to not wait for
32515         subthreads to terminate after the main thread does.  I've lodged a
32516         bug with the mingw developers for them to wrap OpenThread().
32517
32518 2002-07-03  Dick Porter  <dick@ximian.com>
32519
32520         * threads.c: Store thread IDs instead of handles, because
32521         GetCurrentThread() returns a pseudohandle and therefore stores
32522         useless values.  mono_thread_cleanup() continues checking the
32523         array of threads until it is empty, to cope with subthreads
32524         spawning new threads after the main thread has finished.
32525
32526         * profiler.h:
32527         * profiler.c:
32528         * profiler-private.h: Pass the thread ID to thread profiler
32529         functions, instead of a handle
32530
32531 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32532
32533         * verify.c: fixes to make it more usable.
32534         * pedump.c: added --verify code to verify IL code in an assembly.
32535
32536 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32537
32538         * reflection.c: turn errors into warnings to allow compiling corlib.
32539
32540 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32541
32542         * reflection.c: add special cases to compile corlib.
32543
32544 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32545
32546         * reflection.c: handle properties with only a set method.
32547
32548 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32549
32550         * opcodes.h: add enum with opcodes in opval order.
32551
32552 2002-07-01  Dick Porter  <dick@ximian.com>
32553         
32554         * object.h:
32555         * object.c (mono_runtime_run_main): Removed unneeded argument
32556
32557 2002-06-28  Martin Baulig  <martin@gnome.org>
32558
32559         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32560
32561 2002-06-27  Dick Porter  <dick@ximian.com>
32562
32563         * threads.c: Store the handle in both the parent thread and in the
32564         subthread, to minimise the time between starting a new thread and
32565         storing its ID.
32566
32567 2002-06-26  Dick Porter  <dick@ximian.com>
32568
32569         * appdomain.c (mono_runtime_cleanup): Close the socket library
32570         after all the threads have finished, not before
32571
32572 2002-06-26  Martin Baulig  <martin@gnome.org>
32573
32574         * debug-symfile.c (mono_debug_find_source_location): Added
32575         `guint32 *line_number' argument.  If it's not NULL, store the line number
32576         there and return the file name without the line number.
32577
32578 2002-06-25  Dick Porter  <dick@ximian.com>
32579
32580         * icall.c:
32581         * process.h:
32582         * process.c: Process forking and other support functions
32583
32584 2002-06-25  Dick Porter  <dick@ximian.com>
32585
32586         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
32587         things dont happen when the image is closed.
32588         (mono_image_lookup_resource): Walk the resource section looking
32589         for a particular entry
32590
32591         * cil-coff.h: PE resource section decoding
32592
32593 2002-06-25  Dick Porter  <dick@ximian.com>
32594         
32595         * assembly.h:
32596         * assembly.c: 
32597         (mono_assembly_foreach): Accessor functions to walk the list of
32598         loaded assemblies
32599         (mono_assembly_set_main):
32600         (mono_assembly_get_main): Process methods need to know which
32601         assembly is the "main" one
32602
32603         * object.c (mono_runtime_run_main): Record the main assembly
32604
32605         * debug-helpers.c: Fix typo
32606
32607 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
32608
32609         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
32610         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
32611
32612 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32613
32614         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
32615
32616 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
32617
32618         * image.c (do_mono_image_open): Initialize reference count,
32619         otherwise we leak the MonoImage.
32620
32621 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32622
32623         * reflection.c: small tweak to handle self-hosting.
32624
32625 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32626
32627         * reflection.c: fix type name parse code.
32628
32629 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32630
32631         * reflection.c: break out of the loop.
32632         * image.c: special case corlib.
32633
32634 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32635
32636         * reflection.c: add all the custom attrs at the end to ensure the
32637         ctors have been properly initialized when the attributes are defined
32638         in the current assembly.
32639
32640 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32641
32642         * reflection.c: handle correctly multiple-nested types.
32643
32644 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32645
32646         * row-indexes.h: fix typos.
32647         * reflection.c: adjust for typos and fix method_def_or_ref
32648         encoding in MethodImpl table.
32649
32650 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32651
32652         * reflection.c: fix entry point patching (thanks Serge!).
32653
32654 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
32655
32656         * verify.c: add check for System.Exception
32657
32658 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32659
32660         * image.c, class.c: minifix for code just c&p'ed.
32661         * reflection.c: warning fix.
32662         * object.h, loader.h, domain.c: load also StringBuilder.
32663
32664 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32665
32666         * marshal.h, marshal.c: some support code to handle complex marshaling.
32667
32668 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32669
32670         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
32671         Better signatures with vtable error dump.
32672
32673 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
32674
32675         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
32676
32677 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
32678
32679         * icall.c (ves_icall_Type_GetField): impl.
32680
32681 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32682
32683         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
32684         to retrieve a marshal description blob for a field or param.
32685
32686 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32687
32688         * reflection.h, reflection.c: change order of nested type emission
32689         to avoid table corruption. The NestedTypes table is sorted.
32690         * icall.c: change order of GetConstructor results to workaround mcs bug.
32691
32692 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32693
32694         * reflection.h, reflection.c: handle field and param marshal
32695         information.
32696
32697 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32698
32699         * icall.c, marshal.c marshal.h: more Marshal class implementation.
32700
32701 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32702
32703         * reflection.c: fix call convention.
32704
32705 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32706
32707         * reflection.h, reflection.c: mono_image_get_memberref_token()
32708         takes a type instead of a class, now. Added
32709         mono_image_get_array_token() to create tokens for the special
32710         multi-dim array methods.
32711
32712 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32713
32714         * assembly.c: handle modules (no assembly table). Split
32715         loading references in its own function.
32716         * class.c: handle moduleref resolution scope.
32717         * image.c, image.h: cache module name in image.
32718
32719 2002-06-07  Martin Baulig  <martin@gnome.org>
32720
32721         * reflection.c (mono_image_get_type_info): Only add a class layout entry
32722         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
32723
32724 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32725
32726         * icall.c: more signature fixes that used uint instead of int.
32727
32728 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32729
32730         * reflection.c: fixed signature of field refs.
32731
32732 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32733
32734         * class.c, reflection.c: handle typerefs of nested types
32735         (both on read and when writing files).
32736
32737 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32738
32739         * icall.c: fix method signatures that tried to workaround the previous
32740         typo, d'oh!
32741
32742 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32743
32744         * debug-helpers.c: fix typo.
32745
32746 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32747
32748         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
32749         rewrote the PE/COFF writing code (our programs are understood by the
32750         ms runtime, now).
32751
32752 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32753
32754         * gc.c, gc.h, icall.c: weakreference support.
32755
32756 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32757
32758         * Makefile.am, mono-config.c: use $(sysconfdir).
32759
32760 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32761
32762         * icall.c: changed default precision of Double.ToString() to 15.
32763         Fixed memory leak. Unified with Single.ToString.
32764
32765 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32766
32767         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
32768
32769 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32770
32771         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
32772         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
32773         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
32774         and myself.
32775
32776 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32777
32778         * debug-symfile.c, sysmath.c: yet more compilation fixes.
32779
32780 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32781
32782         * reflection.c, socket-io.c: more compilation fixes.
32783
32784 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32785
32786         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
32787         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
32788         unicode.c: warning and compiler compatibility fixes.
32789
32790 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32791
32792         * class.h, metadata.c: fixed warnings/compilation errors.
32793
32794 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32795
32796         * Makefile.am, mono-config.c, mono-config.h: configuration file
32797         support routines.
32798         * loader.c, loader.h: make Dll mapping configurable at runtime in the
32799         config file. Export methods to insert and lookup mappings.
32800
32801 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32802
32803         * reflection.c: handle types and boxed objects in custom attr
32804         constructors.
32805
32806 2002-05-30  Martin Baulig  <martin@gnome.org>
32807
32808         * debug-symfile.c
32809         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
32810
32811 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
32812
32813         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
32814         to lookup the implmap row for a P/Invoke method.
32815         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
32816         P/Invoke method from the runtime on an as needed basis.
32817
32818 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
32819
32820         * metadata.c (mono_metadata_parse_signature): impl.
32821
32822 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32823
32824         * class.c: handle .pack directive.
32825
32826 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32827
32828         * object.c: initialize static fields with RVA data.
32829
32830 2002-05-25  Martin Baulig  <martin@gnome.org>
32831
32832         * debug-symfile.c
32833         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
32834
32835 2002-05-24  Martin Baulig  <martin@gnome.org>
32836
32837         * debug-symfile.c
32838         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
32839         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
32840         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
32841
32842 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32843
32844         * object.c: special case string ctros in invoke.
32845         * gc.c: silly whitespace changes.
32846
32847 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
32848
32849         * threadpool.[ch]: impl. a threadpool that can
32850         be used by mint and mono.
32851
32852 2002-05-22  Martin Baulig  <martin@gnome.org>
32853
32854         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
32855         The first argument is now a `MonoReflectionModuleBuilder *', the return
32856         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
32857         `methods' field to get the method builder.  The `token' argument is the
32858         unfixed token.
32859
32860         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
32861         invalid characters instead of g_assert_not_reached()ing.  This seems
32862         to be the behaviour of mscorlib.
32863
32864 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
32865
32866         * object.c (mono_runtime_invoke_array): applied patch from Rachel
32867         Hestilow to fix bug #25104
32868
32869 2002-05-21  Martin Baulig  <martin@gnome.org>
32870
32871         * debug-symfile.c (mono_debug_find_source_location): New function.
32872         Looks up an IL offset in the line number table and returns the source
32873         location as a string.
32874
32875 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32876
32877         * icall.c:
32878         (mono_double_ToStringImpl): changed %f by %g until we have something
32879         better.
32880
32881 2002-05-21  Nick Drochak  <ndrochak@gol.com>
32882
32883         * icall.c : Use different name for Math.Pow's icall.  Needed to check
32884         parameters first in C#.
32885
32886 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32887
32888         * icall.c, reflection.h: added icall to get info about an event.
32889
32890 2002-05-20  Radek Doulik  <rodo@ximian.com>
32891
32892         * object.c (mono_value_box): don't use memcpy for boxing on BIG
32893         endian
32894         (mono_value_box): don't use memcpy for small sizes on
32895         architectures with unaligned access
32896
32897 2002-05-20  Martin Baulig  <martin@gnome.org>
32898
32899         * reflection.c (mono_reflection_setup_internal_class): Don't crash
32900         if `tb->parent == NULL'.
32901         (mono_reflection_create_internal_class): New function.  This is
32902         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
32903         for enum types.
32904
32905         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
32906         New interncall.
32907
32908 2002-05-19  Martin Baulig  <martin@gnome.org>
32909
32910         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
32911         argument to get the length, don't default to the array length.
32912
32913 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
32914
32915         * assembly.c (mono_assembly_setrootdir): New function used to
32916         override the MONO_ASSEMBLIES directory.
32917
32918 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32919
32920         * icall.c: ValueType_GetHashCode() initialize local var.
32921
32922 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32923
32924         * reflection.c: sort custom attributes table.
32925
32926 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32927
32928         * reflection.c: support named args in custom attributes (write support).
32929
32930 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32931
32932         * reflection.c: fix finally position calculation.
32933
32934 2002-05-15  Radek Doulik  <rodo@ximian.com>
32935
32936         * reflection.c: fixed endianess at many places
32937
32938         * icall.c (ves_icall_InitializeArray): comment out debug msg
32939
32940 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
32941
32942         * object.c (mono_unhandled_exception): new function to handle
32943         unhandled exceptions.
32944         (mono_unhandled_exception): call the UnhandledException event.
32945         (mono_runtime_delegate_invoke): impl.
32946
32947 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
32948
32949         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
32950         returns the RVA, not the direct pointer to the data. Handle the case
32951         when the class size is fixed.
32952
32953 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32954
32955         * reflection.c: fix some endianess issues.
32956
32957 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
32958
32959         * object.c (mono_runtime_invoke): is now able to catch exceptions.
32960
32961         * threads.c (mono_thread_init): added a callback which is invoked
32962         at thread start.
32963
32964 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32965         
32966         * icall.c: make GetHashCode return non-negative values.
32967
32968 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32969
32970         * object.c, icall.c, gc.c: revert to address-based hashcode.
32971
32972 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
32973
32974         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
32975
32976 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32977
32978         * icall.c, class.c: special case <Module>.
32979
32980 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
32981
32982         * icall.c: fix bug in GetNow().
32983
32984 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
32985
32986         * object.c (mono_runtime_class_init): make sure that we call all
32987         static class constructors.
32988
32989 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32990
32991         * reflection.c: sort methodsemantics table.
32992
32993 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32994
32995         * reflection.h, reflection.c: honour init locals setting.
32996
32997 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
32998
32999         * icall.c: copied Double ToStringImpl for Single ToStringImpl
33000
33001 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33002
33003         * reflection.c: support ContructorBuilders in attribute blob creation.
33004
33005 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33006
33007         * reflection.c: some changes to build a binary that can be run
33008         directly in windows.
33009
33010 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33011
33012         * loader.c: print a big message when an icall can't be found.
33013
33014 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33015
33016         * string-icalls.c: fix bug 24248.
33017
33018 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33019
33020         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
33021         icall.c, reflection.h: separate assembly loading by pathname and by
33022         assembly name. Use the MONO_PATH env var to search for assemblies.
33023
33024 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33025
33026         * assembly.c, image.h: add some support for assemblies
33027         with multiple modules.
33028         * class.c, class.h: export mono_class_from_typeref().
33029         * loader.c: remove duplicated code and use mono_class_from_typeref(),
33030         instead.
33031
33032 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33033
33034         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
33035         documentation says (the ECMA one is correct).
33036
33037 2002-05-02  Dick Porter  <dick@ximian.com>
33038
33039         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
33040         Don't name the synchronisation mutex.
33041
33042 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
33043
33044         * rand.c
33045         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
33046         Make the prototypes match.
33047         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
33048         Same.
33049
33050         * icall.c
33051         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
33052         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
33053         all systems have tm.tm_zone, so use strftime() with %Z to print
33054         the timezone abreviation into a temp string.
33055
33056         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
33057         rather than mono_array_addr() on a MonoString on Big Endian
33058         machines.
33059
33060 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
33061
33062         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
33063         fix bug 24041
33064
33065 2002-04-30  Dick Porter  <dick@ximian.com>
33066
33067         * socket-io.c: Cope with SOCKET being an integer rather than a
33068         pointer now.
33069
33070         * threads.c: Added Thread_free_internal, to deal with thread
33071         handle cleanup.  Moved calls to handle_store() and handle_remove()
33072         to start_wrapper(), so each can only be called once.  Allocate
33073         synchronisation blocks with GC_malloc(), and use GC finalisation
33074         to close the handles.
33075
33076         * icall.c: added System.Threading.Thread::Thread_free_internal
33077
33078 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33079
33080         * icall.c: support Environment.Exit, CommandLineArgs().
33081
33082 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33083
33084         * object.c, object.h: added mono_runtime_run_main () and
33085         mono_runtime_get_main_args () for use in System.Environment.
33086
33087 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33088
33089         * gc.c: fix thinko, enable actual finalization since the jit is now
33090         fixed.
33091
33092 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33093
33094         * gc.c, object.c: take into account that an object may be offset wrt the address
33095         returned by GC_malloc().
33096
33097 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33098
33099         * image.c: handle files without entries in the assembly table (modules).
33100
33101 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
33102
33103         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
33104         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
33105         allowed to be null when it's System.Object class setup.
33106
33107 2002-04-27  Martin Baulig  <martin@gnome.org>
33108
33109         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
33110         if `tb->parent == NULL' rather than crashing.
33111
33112 2002-04-28  Nick Drochak  <ndrochak@gol.com>
33113
33114         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
33115         calling acos() where asin() should have been called.
33116
33117 2002-04-26  Martin Baulig  <martin@gnome.org>
33118
33119         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
33120         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
33121         there's a subdirectory called `System', but we don't want to read that
33122         subdirectory as an assembly.
33123
33124 2002-04-25  Martin Baulig  <martin@gnome.org>
33125
33126         * debug-symfile.c: Reflect latest MonoString changes.
33127
33128 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33129
33130         * rand.c, rand.h: instance method icalls need to have an explicit
33131         this pointer as first argument in the C implementation.
33132
33133 2002-04-25  Nick Drochak <ndrochak@gol.com>
33134
33135         * icall.c: Fix typo in map for GetNonZeroBytes
33136
33137 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33138
33139         * string-icalls.c : String does now passes unit tests without any 
33140         errors, the following changes has been made:
33141         
33142         Implemented replace methods.
33143         Renaming of methods to (try) follow the standard.
33144         Fixed compare ordinal
33145         Made all memory allocated directly to function instead of via icall function.
33146         Small performance fix in is_in_array function
33147                         
33148  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
33149
33150         c (mono_string_Internal_ctor_charp_int_int):
33151         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
33152         sindex < 0, throw ArgumentOutOfRangeException instead of
33153         ArgumentNullException.
33154
33155         Added new check for length == 0, however
33156         I need to make it return String.Empty from the C code.
33157         
33158         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
33159         that calculate the length for us here.
33160         
33161         (mono_string_Internal_ctor_sbytep_int_int): Replaced
33162         mono_string_new_utf16 with mono_string_new, since value is utf8.
33163
33164 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33165
33166         * object.c: register the object for finalization if needed.
33167         Allocate one more char in the string for the terminating 0 char.
33168
33169 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33170
33171         * class.c, class.h, image.c: check if a type implemenst a destructor.
33172         Use the proper key for array class lookups.
33173         * icall.c: register the icalls in the System.GC class.
33174         * gc.c, gc.h: GC-related functions and icalls.
33175
33176 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33177
33178         * icall.c:
33179         * socket-io.c:
33180         * unicode.c: free some strings gotten from mono_string_to_utf8 and
33181         changed a couple of free () by g_free ().
33182
33183         * decimal.c: one-liner in the comments for decimal2string ().
33184
33185 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33186
33187         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
33188
33189 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33190
33191         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
33192         * object.c (mono_runtime_invoke_array) : handle null in params
33193
33194 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33195
33196         * string-icalls.c: fixed bug in split (one off bug)
33197
33198 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33199
33200         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
33201         * icalls.c: added String::Equals as internal method
33202
33203 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33204
33205         * threads.c: fixed bug in the double interlocked functions
33206
33207 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
33208
33209         * threads.c: implemented all of the new interlocked icalls.
33210         * string-icalls.c: fix a bug in insert.
33211         * icalls.c: added the icalls for interlocked, removed old string functions.
33212         
33213 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33214
33215         * loader.c: fix off-by-one error when reading argument names.
33216
33217 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33218
33219         * profiler.c: win32 counter implementation (untested).
33220         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
33221         (the latter needs testing and more complete impl. from win32 folks).
33222
33223 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
33224
33225         * object.c: mono_array_new_full workaround mono_array_class_get
33226         problem.
33227
33228 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33229
33230         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
33231         * object.h (mono_string_chars): Changed casting type.
33232
33233 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33234
33235         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
33236                            method signatures to use gunichar2 instead of gint16.
33237
33238 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
33239
33240         * object.h, object.c: domain-specific versions of mono_object_new and
33241         mono_array_new.
33242
33243 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
33244
33245         * object.c: changed String layout
33246
33247         * string-icalls.c (mono_string_Internal_ctor_chara): added
33248         internal string constructors.
33249
33250 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
33251
33252         * threads.c: pass 'this' to the thread start routine.
33253
33254 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33255
33256         * string-icalls.c: fix IndexOf and LastIndexOf. Now
33257         InternalCompareStr don't call twice mono_string_cmp_char for the last
33258         character. Improved performance in mono_string_cmp_char.
33259
33260 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33261
33262         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
33263         code into its own library: libmonoruntime.
33264
33265 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
33266
33267         * object.h, object.c: changed array format so that szarrays do not
33268         require a bounds structure.
33269         * icall.c, appdomain.c: support for new szarray format.
33270
33271 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33272
33273         * metadata.c: compare also the retuns type when comparing signatures:
33274         we didn't do this as an optimization since really overloaded methods
33275         must differ also in the arguments, but this doesn't work with
33276         low-level IL code (or when using explicit conversion operators: see
33277         bug#23498 for an example).
33278
33279 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33280
33281         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
33282
33283 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33284
33285         * icall.c: make MonoType::GetElementType its own icall.
33286
33287 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33288
33289         * icall.c: remove MonoMethod_get_Name().
33290         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
33291         object.
33292
33293 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33294
33295         * string-icalls.c: optimized a few methods.
33296
33297 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33298
33299         * icall.c: added all new string internal calls
33300         * string-icalls.c: added, new string internal call implementation.
33301         * object.c: added mono_string_new_size for allocating a string a size
33302
33303 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
33304
33305         * object.c (mono_object_isinst): use the same code as in the
33306         optimized x86 version.
33307
33308 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33309
33310         * profiler.c: TSC-based timer code (faster and more accurate).
33311         Not hooked up in configure, yet (set USE_X86TSC to 1).
33312
33313 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
33314
33315         * profiler.c, profiler.h: track time spent compiling methods.
33316         * threads.c: track thread creation/destruction.
33317
33318 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
33319
33320         * profiler.c, profiler.h, profiler-private.h: profiling interface
33321         and sample implementation. Moved here so that it can be used also by
33322         the jit.
33323
33324 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
33325
33326         * reflection.c, reflection.h: keep types and other handles separate in
33327         the hash tables for referred tokens. Add guid for modules.
33328
33329 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33330
33331         * assembly.c: fix bugs found with valgrind.
33332         * metadata.h, metadata.c: added mono_metadata_guid_heap().
33333
33334 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
33335
33336         * threads: added icall support for getting current domain for
33337                    the thread.
33338  
33339 2002-04-13  Martin Baulig  <martin@gnome.org>
33340
33341         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
33342         (MonoDebugVarInfo): Added `index' field for register based addresses.
33343         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
33344         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
33345         `MonoDebugVarInfo *params' and `guint32 this_offset' with
33346         `MonoDebugVarInfo *this_var'.
33347
33348         * debug-symfile.c (relocate_variable): New static function to write
33349         a location description for a local variable or method parameter.
33350
33351 2002-04-12  Martin Baulig  <martin@gnome.org>
33352
33353         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
33354         stack offset and begin/end scope address of a local variable.
33355         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
33356         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
33357         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
33358
33359         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
33360         Added new relocation types for start/end scope of a local variable.
33361
33362 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33363
33364         * object.h: add mono_object_domain() macro.
33365         * reflection.c: handle typespecs.
33366         * icall.c: MonoMethod::get_Name() implementation.
33367
33368 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33369
33370         * icall.c: String::GetHashCode() icall implementation.
33371
33372 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33373
33374         * icall.c: String::IndexOfAny icall.
33375         * object.c, object.h: make array->max_length more useful.
33376         Intrduced mono_object_class() and mono_string_length() macros.
33377
33378 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33379
33380         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
33381         instead of g_unichar_isdigit.
33382
33383 2002-04-11  Nick Drochak  <ndrochak@gol.com>
33384
33385         * icall.c: Implement a simple Double.ToString().
33386
33387 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33388
33389         * appdomain.h: only io-layer.h is supposed to be included.
33390         * icall.c: explicitly import environ. Fix warning.
33391
33392 2002-04-10  Nick Drochak  <ndrochak@gol.com>
33393
33394         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
33395                 return true even if it's not Daylight Savings time.
33396                 Only return false for the case where the function isn't
33397                 implemented for a plaform (read Windows).
33398
33399 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33400
33401         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
33402         data with a mutex.
33403
33404 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
33405
33406         * mempool.c (mono_mempool_alloc): only use g_malloc when
33407         absolutely necessary.
33408
33409 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33410
33411         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
33412
33413         * class.c (mono_class_vtable): use domain mempool to allocate vtable
33414         (mono_class_proxy_vtable): use domain mempool
33415
33416 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33417
33418         * appdomain.h, appdomain.c: split initialization that requires the
33419         execution engine support into mono_runtime_init().
33420
33421 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33422
33423         * class.c (mono_class_init): don't include vtable inside MonoClass
33424         to save some memory, gather some statistics.
33425         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
33426
33427 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33428
33429         * icall.c: internalcall implementation for ValueType.Equals().
33430
33431 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
33432
33433         * object.c (mono_message_init): moved 
33434         (mono_runtime_exec_main): new arch. independent impl.
33435         (mono_runtime_invoke_array): new method - like
33436         mono_runtime_invoke, but you can pass an array of objects.
33437         (mono_remoting_invoke): new arch. independent impl.
33438         (mono_message_invoke): new arch. independent impl.
33439         (mono_runtime_class_init): new arch. independent impl.
33440         (mono_runtime_object_init): new arch. independent impl.
33441
33442 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33443
33444         * metadata.c, object.c, reflection.c: documented the exported
33445         functions.
33446
33447 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33448
33449         * icall.c: simpler code to pass the assembly builder data to corlib.
33450         Implement GetNestedTypes() internalcall.
33451
33452 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33453
33454         * class.c: warn if a type can't be loaded.
33455
33456 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
33457
33458         * image.h: typedef MonoImageOpenStatus
33459         * types.h: removed unused file
33460         
33461 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
33462
33463         * icall.c: Enum_ToObject accepts enum value arguments.
33464
33465 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33466
33467         * class.c: move initialization of properties, events and nested
33468         classes, so that they happen for interfaces, too.
33469
33470 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33471
33472         * icall.c: cleanup some ugly casts in Array_SetValue*.
33473
33474 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33475
33476         * icall.c: the values array fro enums is of the correct type, now.
33477         Implement (correctly) getFullName instead of assQualifiedName for
33478         MonoType.
33479         * reflection.h, reflection.c: added mono_type_get_name ().
33480
33481 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33482
33483         * assembly.c, image.h: for each MonoImage, record from wich assembly
33484         it was loaded.
33485         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
33486         Make Type.Assembly work.
33487
33488 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
33489
33490         * debug-symfile.h: use char* instead of gpointer to avoid
33491         unnecessary casts.
33492
33493         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
33494
33495         * icall.c (ves_icall_InternalExecute): impl. FielSetter
33496         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
33497
33498 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
33499
33500         * icall.c (mono_message_init): impl. (code cleanup)
33501         (ves_icall_InternalExecute): impl. FieldGetter
33502
33503         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
33504         defined we call all (non-static)methods through the vtable. 
33505
33506 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
33507
33508         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
33509         finalizer even though the memory is still referenced (and the chunk of
33510         memory is not freed).
33511
33512 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
33513
33514         * assembly.c: fix brokeness.
33515
33516 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
33517
33518         * class.c: kill some warnings. Check explicit interface method
33519         implementation also without considering the namespace.
33520         Load also literal strings in static class data.
33521
33522 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
33523
33524         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
33525         (default_assembly_name_resolver): Make the resolver take the
33526         "base" directory where the assembly was originally defined, so we
33527         can load DLLs that are in the same directory as the assembly that
33528         is being referenced.
33529
33530 2002-03-28  Dick Porter  <dick@ximian.com>
33531
33532         * file-io.h: 
33533         * file-io.c:
33534         * socket-io.c: 
33535         * unicode.h: 
33536         * unicode.c: Warning cleanups
33537
33538 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
33539
33540         * object.h, reflection.h: use the correct type instead of MonoObject.
33541
33542 2002-03-28  Martin Baulig  <martin@gnome.org>
33543
33544         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
33545         (mono_debug_update_symbol_file): Initialize classes if necessary.
33546
33547 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33548
33549         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
33550         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
33551
33552 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
33553
33554         * assembly.h: fix function prototype.
33555         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
33556         * mono-endian.h: use const cast.
33557
33558 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33559
33560         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
33561
33562 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33563
33564         * loader.c: don't assert when a typeref can't be loaded, give
33565         a chance to the runtime to trow an exception instead.
33566         * loader.h: fix warning.
33567
33568 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33569
33570         * class.c (mono_class_proxy_vtable): added proxy support
33571
33572 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
33573
33574         * icall.c: removed last of PAL calls, added System.Environment
33575         * file-io.h, file-io.c: MonoIO implementation
33576         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
33577
33578 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33579
33580         * appdomain.c: do not use the byte marker in ldstr table lookup.
33581         * debug-helpers.c: allow two ':' to separate class and method name.
33582         * object.c: allocate arrays bounds with the GC, too.
33583         * verify: add a few more checks.
33584
33585 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
33586
33587         * reflection.c: output also literal strings. Allocate parameter data
33588         with GC_malloc() (thanks, Martin, for catching this!).
33589
33590 2002-03-26  Martin Baulig  <martin@gnome.org>
33591
33592         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
33593         include the `this' offset in the `param_offsets'.
33594
33595 2002-03-25  Martin Baulig  <martin@gnome.org>
33596
33597         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
33598         mono_debug_get_class() function to get the classes. Added new
33599         relocation types for arrays and strings.
33600         (mono_debug_get_class): New static function to search in all
33601         referenced assemblies for a metadata token.
33602
33603         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
33604
33605 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33606
33607         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
33608         hold gc-allocated objects. Make the string heap a stream like the
33609         others. Removed duplicated code when writing stream info.
33610         Added asserts to catch possible buffer overflows. Set the sorted map
33611         for tables that need sorting. Added some documentation.
33612
33613 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
33614
33615         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
33616         for interned strings and vtables.
33617
33618 2002-03-24  Martin Baulig  <martin@gnome.org>
33619
33620         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
33621         it in the array since it was created with g_slist_prepend().
33622
33623 2002-03-24  Martin Baulig  <martin@gnome.org>
33624
33625         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
33626         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
33627         (mono_debug_method_from_token): Renamed to
33628         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
33629         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
33630
33631         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
33632         relocation types.
33633
33634         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
33635
33636 2002-03-24  Martin Baulig  <martin@gnome.org>
33637
33638         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
33639         (mono_debug_method_from_token): New func.
33640
33641         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
33642         New interncall, calls mono_debug_local_type_from_signature().
33643         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
33644         calls mono_debug_method_from_token().
33645
33646 2002-03-23  Martin Baulig  <martin@gnome.org>
33647
33648         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
33649         specifies the number of bytes to be converted, not the array size.
33650         Return the number of chars, not the number of bytes.
33651         (ves_icall_iconv_get_chars): The `byteCount' argument
33652         specifies the number of bytes to be converted, not the array size.
33653
33654 2002-03-23  Martin Baulig  <martin@gnome.org>
33655
33656         * reflection.h (MonoReflectionSigHelper): New type.
33657
33658         * reflection.c (mono_reflection_sighelper_get_signature_local),
33659         (mono_reflection_sighelper_get_signature_local): New functions.
33660
33661         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
33662         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
33663         interncalls.
33664
33665 2002-03-23  Martin Baulig  <martin@gnome.org>
33666
33667         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
33668         is_writeable is set.
33669         (mono_raw_buffer_update): New function to write the modified map
33670         back to disk.
33671
33672         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
33673
33674         * debug-symfile.c (mono_debug_update_symbol_file): Call
33675         mono_raw_buffer_update() when done writing.
33676
33677 2002-03-23  Martin Baulig  <martin@gnome.org>
33678
33679         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
33680
33681         * debug-symfile.c: Added support for arguments and local variables.
33682
33683 2002-03-23  Dick Porter  <dick@ximian.com>
33684
33685         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
33686         protected by ifdefs, hence breaking the w32 build.
33687
33688 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33689
33690         * object.c: implement is_interned() the right way.
33691
33692 2002-03-21  Martin Baulig  <martin@gnome.org>
33693
33694         * debug-symfile.[ch]: New files to handle debugging information
33695         files. There's also support to dynamically update these symbol
33696         files to include machine dependent information.
33697
33698 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
33699
33700         * threads.c (mono_thread_create): new function to create thread
33701         from C
33702
33703 2002-03-20  Martin Baulig  <martin@gnome.org>
33704
33705         * icall.c (ves_icall_InternalInvoke): Create a new object if the
33706         method is a constructor.
33707         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
33708         points to ves_icall_InternalInvoke().
33709
33710 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
33711
33712         * file-io.c: Flush shouldn't throw exceptions.
33713
33714 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
33715
33716         * file-io.c: FileStream flush support; FileSetLength now
33717         restores file pointer.
33718
33719 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
33720
33721         * class.c: set image for pointer classes.
33722
33723 2002/03/19  Nick Drochak <ndrochak@gol.com>
33724
33725         * sysmath.c: Forgot one.
33726
33727 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
33728
33729         * sysmath.c: Avoid redefining existing names.
33730
33731 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
33732
33733         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
33734         handled by runtime as icall rather than dllimport from libm.so
33735         * file-io.c, file-io.h: fixed handle argument type.
33736
33737 2002-03-18  Dick Porter  <dick@ximian.com>
33738
33739         * reflection.c (mono_image_get_type_info): rename interface to
33740         iface, because of "#define interface struct" on windows.
33741
33742 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
33743
33744         * class.c, class.h: rename and export mono_ptr_class_get().
33745         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
33746         * reflection.c, reflection.h, icall.c: better/saner type name
33747         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
33748         method signatures.
33749
33750 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
33751
33752         * class.c (mono_class_init): removed hardcoded GHC_SLOT
33753
33754         * icall.c (ves_icall_InternalInvoke): impl.
33755
33756 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33757
33758         * reflection.c: output the interface map table, too.
33759
33760 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33761
33762         * class.c (class_compute_field_layout): separate computation of 
33763         static field layout
33764
33765 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
33766
33767         * icall.c: added System.Buffer support.
33768         * file-io.c: moved file icalls from PAL to FileStream.
33769
33770 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33771
33772         * icall.c (ves_icall_System_Object_GetHashCode): impl.
33773
33774 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
33775
33776         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
33777
33778 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33779
33780         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
33781
33782 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
33783
33784         * debug-helpers.{c,h}: moved here from monograph some useful functions
33785         to locate a method by name/signature in a class or image. Included
33786         also a small and flexible IL disassembler.
33787
33788 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33789
33790         * reflection.c: fixup tokens in methods with small header size, too.
33791
33792 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
33793
33794         * object.c (mono_string_to_utf8): remove assert(!error), instead
33795         print a warning. 
33796
33797 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
33798
33799         * icall.c: update to the new mono_Array_class_get interface.
33800
33801 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33802
33803         * appdomain.c, object.c: Boehm-GC enable.
33804         * icall.c: make get_data_chunk() support split data requests.
33805         Ensure a class is initialized in more cases. Return only the first
33806         property found in GetProperties() or the compiler gets confused. 
33807         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
33808         * reflection.h, reflection.c: add fixup mechanism for field and method
33809         tokens. Initialize assembly->typeref in a single place. Output
33810         properties after events. Support custom attributes for events, too.
33811         Typo fix for paramter custom attrs.
33812
33813 2002-03-07  Martin Baulig  <martin@gnome.org>
33814
33815         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
33816
33817 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
33818
33819         * class.c (mono_array_class_get): fix. for multi. dim. arrays
33820
33821 2002-03-06  Martin Baulig  <martin@gnome.org>
33822
33823         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
33824         non-zero lower bounds. See testcases #F10-#F13.
33825
33826 2002-03-05  Martin Baulig  <martin@gnome.org>
33827
33828         * exception.c (mono_get_exception_argument_out_of_range): New exception.
33829
33830         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
33831         ves_icall_System_Array_GetValue(), only calculate the absolute array position
33832         here.
33833         (ves_icall_System_Array_SetValue): Likewise.
33834         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
33835         as argument and does the actual work. This function is used when copying a
33836         multi-dimensional array.
33837         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
33838         now do all the widening conversions of value types.
33839         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
33840
33841 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33842
33843         * class.c: remove some magic numbers and use the smbolic names,
33844         instead. Added init_events() to load event info at class init time.
33845         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
33846         and mono_metadata_methods_from_event().
33847         * reflection.h, reflection.c: added support for writing out the evnets
33848         related information.
33849
33850 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33851
33852         * reflection.h, icall.c: use a different method (GetInterfaces)
33853         to gather interface info and add isbyref, isprimitive and
33854         ispointer to the ves_icall_get_type_info() return value.
33855
33856 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33857
33858         * class.h: stared adding support for events.
33859         * icall.c: split find_members implementation. Added debug icall to get
33860         the address of an object.
33861         * reflection.c: handle TypeBuilders in mono_type_get_object().
33862
33863 2002-03-01  Martin Baulig  <martin@gnome.org>
33864
33865         * icall.c (ves_icall_System_Array_GetLength): This must throw an
33866         ArgumentOutOfRangeException(), not an ArgumentException().
33867         (ves_icall_System_Array_GetLowerBound): Likewise.
33868         (ves_icall_System_Array_GetValue): Improved argument checking.
33869         (ves_icall_System_Array_SetValue): Improved argument checking.
33870
33871 2002-03-01  Martin Baulig  <martin@gnome.org>
33872
33873         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
33874         called with invalid arguments rather than just dying with g_assert().
33875         (ves_icall_System_Array_SetValue): Likewise.
33876         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
33877         raise a NotImplementedException instead.
33878         (ves_icall_System_Array_GetLength): Added argument checking.
33879         (ves_icall_System_Array_GetLowerBound): Added argument checking.
33880
33881 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
33882
33883         * object.h (mono_assert): new macros mono_assert and
33884         mono_assert_not_reached
33885
33886 2002-02-28  Martin Baulig  <martin@gnome.org>
33887
33888         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
33889         and "System::String::IsInterned" to "System::String::_IsInterned".
33890
33891 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
33892
33893         * icall.c: remove hacks for typebuilder. Added icall to create a
33894         modified type from a tybebuilder.
33895         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
33896         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
33897         to create a backing MonoClass for a TypeBuilder.
33898
33899 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33900
33901         * class.c, class.h: more refactoring of class init.
33902         Export mono_class_setup_mono_type() and mono_class_setup_parent().
33903
33904 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
33905
33906         * marshal.c, marshal.h: start of marshaling interface.
33907
33908 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
33909
33910         * icall.c: fix order in assembly qualified name icall.
33911
33912 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
33913
33914         * class.c: do not free str, since we store it in the hash table.
33915         * reflection.h: add label field to MonoILExceptionInfo.
33916         * reflection.c: handle references to more than one assembly. Handle
33917         case when there isn't a module created in the assembly.
33918
33919 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33920
33921         * class.c: Fix typo. Start refactoring of class init code.
33922
33923 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33924
33925         * appdomain.c: exit with 1 on error.
33926         * class.c: we already have the name in MonoClassField.
33927         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
33928         MonoStreamHeader instead of an offset of image->raw_metadata.
33929
33930 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
33931
33932         * appdomain.c (mono_init): Be even more descriptive about the error.
33933
33934 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
33935
33936         * appdomain.c: give the user an informative message when corlib can't
33937         be loaded.
33938
33939 2002-02-26  Martin Baulig  <martin@gnome.org>
33940
33941         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
33942         New icall to get the time zone data.
33943
33944 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33945
33946         * reflection.c: set virtual and raw size of section correctly.
33947         * threads.c: transfer domain information to newly created threads.
33948
33949 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
33950
33951         * class.c: when instancing a class in a domain, load the default
33952         vaules for static fields from the constant table. Fix System.Enum to
33953         not be an enum.
33954         * icall.c: implement Object::GetType() internalcall. Implemented
33955         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
33956         Fixed checking of binding flags in find_members().
33957         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
33958         * reflection.c: handle enumerations when writing to the constant
33959         table. Use a different object cache for types.
33960
33961
33962 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
33963
33964         * object.c (mono_object_isinst): fix for arrays
33965
33966         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
33967
33968 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
33969
33970         * object.c: don't use mprotect ()  and fix intern pool hash table
33971         lookup for big endian systems.
33972
33973 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33974
33975         * icall.c: change type_is_subtype_of () signature.
33976
33977 2002-02-21  Mark Crichton  <crichton@gimp.org>
33978
33979         * rand.c, rand.h: Added random number generator for
33980         System.Security.Cryptography classes.
33981
33982         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
33983
33984         * icall.c: Added System.Security.Cryptography calls.
33985
33986 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
33987
33988         * class.c, icall.c, metadata.c: better support for pointer types.
33989         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
33990         * reflection.c: Add support for getting custom attrs for properties
33991         and simplify some code.
33992
33993 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33994
33995         * icall.c: change getToken () and add custom attribute GetBlob()helper
33996         method.
33997         * reflection.h: add custom attrs array to the reflection builder structures.
33998         * reflection.c: encode and emit custom attributes for all the relevant
33999         reflection objects. Cache fieldref and methodref tokens. Change
34000         mono_image_create_token() interface to take a MonoDynamicAssembly.
34001         More complete custom attributes decoder. Load custom attributes for
34002         Assembly, Field, Method and Constructor objects, too. Make the
34003         returned array an Attribute[] one, not object[]. Added
34004         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
34005         custom attribute constructor.
34006
34007 2002-02-20  Dick Porter  <dick@ximian.com>
34008
34009         * icall.c:
34010         * rawbuffer.c:
34011         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
34012         problem code out for now).
34013
34014 2002-02-19  Radek Doulik  <rodo@ximian.com>
34015
34016         * object.c (mono_ldstr): use hash table to avoid multiple swapping
34017
34018 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
34019
34020         * icall.c: register the GetCustomAttributes method.
34021         * object.c, object.h: add mono_string_new_len ().
34022         * reflection.h, reflection.c: added mono_runtime_invoke(),
34023         mono_install_runtime_invoke(). Added
34024         mono_reflection_get_custom_attrs () to load custom attributes and
34025         create the attribute objects.
34026
34027 2002-02-19  Dick Porter  <dick@ximian.com>
34028         * threads-dummy-types.c:
34029         * threads-dummy-types.h:
34030         * threads-dummy.c:
34031         * threads-dummy.h:
34032         * threads-pthread-types.c:
34033         * threads-pthread-types.h:
34034         * threads-pthread.c:
34035         * threads-pthread.h:  Deleted obsolete files
34036
34037 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
34038
34039         * class.c (mono_class_vtable): runtime init the class when we
34040         allocate static class data.
34041
34042         * icall.c (ves_icall_System_Array_SetValue): check for null values.
34043
34044         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
34045         and String - but we will need generic marshalling support in the
34046         future. 
34047         (mono_init): set the domain name in a ms compatible way
34048
34049         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
34050         String[].
34051
34052 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
34053
34054         * object.c (mono_array_clone): use alloca() instead of g_malloc  
34055         for sizes
34056
34057         * appdomain.c (mono_domain_unload): impl.
34058
34059 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34060
34061         * appdomain.c, object.c: fix intern pool implementation.
34062         * class.c: fix alignment code.
34063
34064 2002-02-16  Radek Doulik  <rodo@ximian.com>
34065
34066         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
34067         and s2 > s1, just copy lower bytes to be compatible with little
34068         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
34069         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
34070
34071         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
34072         force big_endian to be 1 for big endian machines 
34073         (ves_icall_iconv_new_decoder): ditto
34074
34075 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
34076
34077         * socket-io.c (convert_sockopt_level_and_name): If the system
34078         doesn't define SOL_IP or SOL_TCP, get them by hand using
34079         getprotobyname() and caching the values (because this could be a
34080         slow operation).
34081         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
34082         Use the appropriate struct when the system does support it. Ie,
34083         not all systems have struct ip_mreqn so use struct ip_mreq when
34084         appropriate.
34085
34086 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
34087
34088         * reflection.c: handle finally clauses.
34089
34090 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
34091
34092         * socket-io.c: use g_snprintf() instead of snprintf.
34093
34094 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34095
34096         * reflection.c (mono_param_get_objects): Cast second argument to
34097         mono_method_get_param_names to a const char** to silence the
34098         compiler warning.
34099
34100         * appdomain.c (mono_domain_assembly_open): Put parens around the
34101         truth statement in the for-loop.
34102
34103         * unicode.c (iconv_convert): Got rid of a compiler warning about
34104         int i being unused when the system has a new iconv.
34105         (iconv_get_length): Same.
34106
34107         * image.c (load_class_names): Cast the second argument to
34108         g_hash_table_insert() to char* to hush compiler warnings about the
34109         arg being a const.
34110         (mono_image_open): Same here.
34111
34112         * socket-io.c: Don't conditionally include sys/filio.h or
34113         sys/sockio.h here anymore since we now get them from
34114         io-layer/io-layer.h
34115         (inet_pton): If the system doesn't support inet_aton, implement
34116         using inet_addr and also #define INADDR_NONE if it isn't defined
34117         by the system.
34118
34119 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
34120
34121         * metadata.c, metadata.h: added function to get packing and size info
34122         of a typedef.
34123         * reflection.h, reflection.c: handle field RVA data. Save info about
34124         the table layout if needed. Assign typedef indexes to all the types
34125         before dumping the info about them to avoid forward reference problems.
34126
34127 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
34128
34129         * socket-io.c (convert_sockopt_level_and_name): ifdef
34130         SO_ACCEPTCONN because it is not defined on my system (old debian)
34131
34132 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34133
34134         * opcode.c: use stddef.h to get NULL.
34135
34136 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34137
34138         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
34139         for FIONBIO, FIONREAD and SIOCATMARK.
34140         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
34141         define INADDR_NONE and besides, inet_addr() is deprecated and
34142         should not be used. Use inet_pton() instead - it also has the
34143         added bonus that it can easily handle IPv6 addresses as well.
34144         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
34145
34146 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34147
34148         * decimal.c: remove _MSC_VER conditional.
34149
34150 2002-02-13  Dick Porter  <dick@ximian.com>
34151
34152         * socket-io.c: 
34153         * icall.c: Internal calls for Blocking, Select, Shutdown,
34154         GetSocketOption and SetSocketOption
34155
34156 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34157
34158         * assembly.cs: better resolver: use it instead of some kludgy
34159         code.
34160
34161 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
34162
34163         * reflection.c: the best way to speed-up the compiler is to avoid
34164         infinite loops.
34165
34166 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
34167
34168         * class.c (mono_class_vtable): changed the object layout
34169         (obj->vtable->class). 
34170         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
34171
34172 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34173
34174         * assembly.c: look for assemblies in the assembly dir, too.
34175
34176 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34177
34178         * class.c: fix thinko in mono_class_from_type().
34179
34180 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34181
34182         * exception.h, exception.c: added TypeLoadException.
34183         * object.h, object.c: added mono_array_clone ().
34184         * icall.c: handle throwOnError in AssemblyGetType().
34185         Added Array.Clone().
34186         * opcode.h, opcode.c: use a single value for the opcode val.
34187         Compile fix for non-gcc compilers.
34188
34189 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
34190
34191         * opcodes.c, opcodes.h: export interesting info about opcodes.
34192
34193 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
34194
34195         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
34196         icalls. 
34197
34198         * class.c (class_compute_field_layout): set element_class for enums
34199         (mono_class_create_from_typedef): set element_class for normal classes
34200
34201         * icall.c (ves_icall_System_Enum_get_value): impl.
34202
34203         * class.c (mono_class_create_from_typedef): do not set valuetype
34204         flag for System.ValueType and System.Enum
34205
34206 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
34207
34208         * unicode.c (iconv_convert): fix big endian problem.
34209
34210 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34211
34212         * class.c: add asserts if we are ever going to scribble over memory.
34213         * socket-io.c: not all systems have AF_IRDA defined.
34214
34215 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
34216
34217         * class.c (class_compute_field_layout): do not consider static
34218         fields to compute alignment
34219
34220 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
34221
34222         * appdomain.c (mono_appdomain_get): impl.
34223         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
34224
34225 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34226
34227         * icall.c: ignore "file://" prefix when loading an assembly.
34228
34229 2002-01-23  Dick Porter  <dick@ximian.com>
34230
34231         * socket-io.c:
34232         * icall.c:
34233         * Makefile.am: Added socket support
34234
34235 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34236
34237         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
34238         code back.  This should return the assemblies that are loaded by
34239         the runtime on behalf of an application domain. 
34240
34241         The current implementation is still broken, it just returns every
34242         assembly loaded, but until we get real applications domain this
34243         will do.
34244
34245 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
34246
34247         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
34248         AppDomain object.
34249
34250 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34251
34252         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
34253         the mono_class_from_name lookup.
34254         (ves_icall_get_parameter_info): ditto.
34255         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
34256         method.
34257         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
34258
34259 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
34260
34261         * class.c: load also nested classes on class init.
34262         System.ValueType instance methods gets passed boxed
34263         values, unless methods in derived classed that get a pointer to the
34264         data.
34265         * icall.c: use better name parsing code in GetType().
34266         * image.c, image.h: add mono_image_loaded ().
34267         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
34268         * reflection.c, reflection.h: added mono_reflection_parse_type().
34269
34270 2002-01-22  Veronica De Santis <veron78@interfree.it>
34271
34272         * icall.c : Added mapping of internal calls for Manual and Auto reset events
34273         * threads.c : Added the implementation of internal calls for events
34274         * threads.h : Added prototypes of internal calls for events
34275         
34276 2002-01-21  Radek Doulik  <rodo@ximian.com>
34277
34278         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
34279
34280 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
34281
34282         * class.c (mono_class_init): set min_align to 1 (instead of 0)
34283         (mono_class_value_size): use min_align
34284
34285 2002-01-20  Dick Porter  <dick@ximian.com>
34286
34287         * threads.h:
34288         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
34289         so it compiles on w32.
34290
34291 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
34292
34293         * metadata.c (mono_type_stack_size): impl.
34294
34295         * class.c (mono_class_get_field): impl. memberref token
34296
34297 2002-01-16 Veronica De Santis <veron78@@interfree.it>
34298
34299         * icall.h : Added the internal calls mapping for CreateMutex_internal
34300                     and ReleaseMutex_internal.
34301         * threads.h : Added the prototype of mutexes internal calls.
34302         * threads.c : Added the implementations of mutexes internal calls.
34303
34304 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34305
34306         * metaparse.h: removed unused file.
34307         * reflection.c, reflection.h: added stream_data_align () function 
34308         to align data in streams and keep stream aligned. Add support for
34309         exception support in method headers.
34310
34311 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
34312
34313         * unicode.c: make iconv_convert () return the number of bytess written
34314         in the output buffer.
34315
34316 2002-01-15  Dick Porter  <dick@ximian.com>
34317         * threads.c: Make the runtime's idea of infinite timeouts coincide
34318         with the class library's
34319
34320         Fix a particularly egregious bug in mono_thread_cleanup(). That
34321         code was so utterly bogus it must have been written on a Monday.
34322
34323 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34324
34325         * reflection.h: add subtypes field to TypeBuilder.
34326         * reflection.c: encode constants for literal fields.
34327         Handle subtypes. Fix user string token (and add a zero byte)
34328         at the end.
34329         
34330 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
34331
34332         * class.c (mono_class_init): bug fix: assign slot numbers for
34333         abstract methods.
34334
34335 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34336
34337         * reflection.c: don't try to output a code RVA for abstract methods.
34338         Small fixes for method header format. Output parameter info to the
34339         ParamDef table. Save method overriding info to MethodImpl table.
34340         Fix property support. Allow typedef.extends to be a type in the
34341         building assembly.
34342         * verify.c: fix off-by-one error.
34343
34344 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
34345
34346         * class.c: fix mono_class_from_mono_type () for szarray types.
34347         Remove unused cache check in mono_class_from_type_spec().
34348         * icall.c: *type_from_name () functions handle simple arrays and byref.
34349         * reflection.c: handle byref and szarray types. Handle methods without
34350         body (gets P/Invoke compilation working). Handle types and fields in
34351         get_token ().
34352         * reflection.h: add rank to MonoTypeInfo.
34353
34354 2002-01-10  Dick Porter  <dick@ximian.com>
34355
34356         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
34357         internal calls
34358
34359 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34360
34361         * icall.c: initialize class in type_from_handle ().
34362         Loop also in parent classes for get_method ().
34363         * reflection.c: properly encode class and valuetype types.
34364         Start on encoding TypeBuilder types. Handle fieldrefs.
34365         Use correct length when registering a user string.
34366         Handle ConstructorBuilder and MonoMethod in get_token ().
34367         Make mono_type_get_object () aware of cached types.
34368         * object.c: back out change to mono_string_new ().
34369
34370 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
34371         * object.c: mono_string_new should return a NULL when the string 
34372         passed in is NULL -- not try to deference it.
34373         
34374 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34375
34376         * icall.c: hack to make IsSubType work for TypeBuilders.
34377         * reflection.c: emit constructors before methods.
34378         Retrieve param names in mono_param_get_objects().
34379
34380 2002/01/05  Nick Drochak  <ndrochak@gol.com>
34381
34382         * Makefile.am: fix list of headers and sources so automake 1.5
34383         doesn't complain. Removed \# at end of list.
34384
34385 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34386
34387         * reflection.c: get token for a method ref. Set return type of
34388         constructor to void.
34389         * loader.c: debug message.
34390         * class.c: typo fix.
34391
34392 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
34393
34394         * icall.c: fix array init with rank > 1. FindMembers
34395         loops in parent class as well.
34396         * image.c: do not insert nested types in name cache.
34397         * reflection.c: warning fix.
34398         * reflection.h: add override method (for interface impl).
34399
34400 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
34401
34402         * metadata.c: fix customattr decoding.
34403
34404 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
34405
34406         * rawbuffer.cs: Added native Win32 implementation, avoids using
34407         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
34408
34409 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
34410
34411         * class.c: make the low-level routines handle the cache.
34412
34413 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
34414
34415         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
34416
34417 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
34418
34419         * class.c: fix mono_array_element_size() for objects.
34420         * class.h, class.c: add properties to MonoClass and load them
34421         at init time.
34422         * icall.c: check with isinst() when assigning a value to an array
34423         instead of requiring the classes to match exactly.
34424         Implemented icall for System.Type::GetType().
34425         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
34426         enums. Handle bindingflags when looking for methods and fields.
34427         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
34428         and mono_metadata_methods_from_property().
34429         * reflection.h, reflection.c: added structures for propreties,
34430         parameters and enums. Implemented mono_property_get_object() and
34431         mono_param_get_objects().
34432
34433 2001-12-18  Dick Porter  <dick@ximian.com>
34434
34435         * file-io.c: Use mono_string_to_utf16() instead of
34436         mono_string_chars()
34437
34438         * object.c: Added mono_string_to_utf16(), which copies the non
34439         NULL-terminated MonoString into a new double-null-terminated
34440         buffer.
34441
34442 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
34443
34444         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
34445
34446 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
34447
34448         * file-io.c: raise exceptions if handle is invalid.
34449
34450 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
34451
34452         * assembly.c: yet another check for mscorlib.
34453         * class.c, class.h: load nesting info for classes.
34454         * icall.c: many new functions to support the Reflection classes.
34455         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
34456         * reflection.h, reflection.c: mono_image_create_token(),
34457         mono_assembly_get_object(), mono_type_get_object(),
34458         mono_method_get_object(), mono_field_get_object(): methods to return
34459         objects that parallel the C representation of assemblies, types,
34460         methods, fields.
34461
34462 2001-12-11  Dick Porter  <dick@ximian.com>
34463
34464         * icall.c:
34465         * file-io.c: Internal calls for file IO.
34466
34467 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
34468
34469         * tabledefs.h: missing FileAttributes.
34470         * verify.h, verify.c: use is_valid_string () to simplify and check for
34471         valid strings more correctly. Fix warnings and speeling.
34472         Check more tables: Filed, File, ModuleRef, StandAloneSig.
34473         Check code: branches, maxstack, method calls.
34474
34475 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
34476
34477         * object.c (mono_object_allocate): removed static, so that the jit
34478         can allocate value types.
34479
34480         * icall.c (ves_icall_System_DateTime_GetNow): impl.
34481
34482 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34483
34484         * class.c: init enum types right away and register the
34485         token->MonoClass map in mono_class_create_from_typedef ().
34486         * verify.h, verify.c: first cut of the verifier.
34487         * pedump.c: add --verify switch to verify metadata tables.
34488         * tabledefs.h: add some missing enums.
34489
34490 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
34491
34492         * class.c (mono_install_runtime_class_init): impl.
34493         (mono_class_init): renamed mono_class_metadata_init to
34494         mono_class_init, also removed the metadata_inited flag
34495
34496         * object.c (mono_object_isinst): use faster algorithm
34497
34498 2001-11-30  Radek Doulik  <rodo@ximian.com>
34499
34500         * mono-endian.h: reverted last change
34501         added function prototypes
34502
34503         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
34504         add mono-endian.c back
34505
34506         * mono-endian.c: returned back, as Paolo pointed out, it's needed
34507         for unaligned access, I've mistaked it with endianess. I am
34508         sorry.
34509         (mono_read16): fix reverted endianess
34510         (mono_read64): ditto
34511         (mono_read32): ditto
34512
34513 2001-11-30  Dick Porter  <dick@ximian.com>
34514
34515         * exception.c: Implement mono_exception_from_name()
34516
34517 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34518
34519         * metadata.h, metadata.c: remove params_size and locals_size and their
34520         calculation from the metadata code: they are only usefult to the
34521         interp.
34522
34523 2001-11-29  Radek Doulik  <rodo@ximian.com>
34524
34525         * object.c (mono_ldstr): swap bytes here, it's probably not the
34526         best place, but works for me now, I'll redo it once I know mono
34527         better, also note that I add PROT_WRITE and don't reset back, also
34528         note that it's only affects big endians, so x86 should be OK
34529
34530         * mono-endian.h (read16): use just glib macros for both endians
34531
34532         * mono-endian.c: removed as glib macros are used in in
34533         mono-endian.h so we don't need to care about endianess for read
34534         macros as glib does that for us already
34535
34536 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
34537
34538         * class.h, class.h: take minimum alignment into consideration so
34539         that the fields of a class remain aligned also when in an array.
34540
34541 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34542
34543         * loader.h, loader.c: add mono_method_get_param_names().
34544         * class.c: 0-init class fields.
34545
34546 2001-11-26  Dick Porter  <dick@ximian.com>
34547
34548         * icall.c:
34549         * threads-types.h:
34550         * threads.c: New file that handles System.Threading on all platforms
34551
34552         * object.c: 
34553         * object.h: Remove the synchronisation struct from MonoObject,
34554         replace it with a pointer that gets initialised on demand
34555
34556         * Makefile.am: Replace all the system-specific threading code with
34557         a single file that uses the new wrapper library
34558
34559 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
34560
34561         * class.c, class.h: add mono_install_trampoline() so that the runtime
34562         can register a function to create a trampoline: removes the ugly
34563         requirement that a runtime needed to export arch_create_jit_trampoline.
34564         * object.h, object.c: added mono_install_handler() so that the runtime
34565         can install an handler for exceptions generated in C code (with
34566         mono_raise_exception()). Added C struct for System.Delegate.
34567         * pedump.c: removed arch_create_jit_trampoline.
34568         * reflection.c: some cleanups to allow registering user strings and
34569         later getting a token for methodrefs and fieldrefs before the assembly
34570         is built.
34571         * row-indexes.h: updates and fixes from the new ECMA specs.
34572
34573 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
34574
34575         * class.h, class.c: add enum_basetype field to MonoClass.
34576         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
34577         to get index in the constant table reated to a field, param or
34578         property.
34579         * reflection.h, reflection.c: handle constructors. Set public-key and
34580         version number of the built assembly to 0.
34581         * row-indexes.h: update from new ECMA spec.
34582
34583 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34584
34585         * class.h, class.c: add a max_interface_id to MonoClass.
34586         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
34587         since it's used to do that. Added mono_type_type_from_obj().
34588         Make GetType() return NULL instead of segfaulting if the type was not
34589         found. Handle simple arrays in assQualifiedName.
34590         * object.h: add a struct to represent an Exception.
34591         * reflection.c: output call convention in method signature.
34592         Add code to support P/Invoke methods and fixed offsets for fields.
34593
34594 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
34595
34596         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
34597         the value.
34598         * icall.c: use mono_array_addr instead of array->vector: fixes the
34599         reflection image writing.
34600         * reflection.c: init call convention byte to 0 in method signature.
34601         Encode the property signature. Don't output property-related methods
34602         twice. Really process the properties for a type (don't cast a field to
34603         a property, my mom always told me that).
34604         Fix 64 bit issues in pointer alignment in a different and more
34605         readable way.
34606
34607 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
34608
34609         * loader.h: Removed type class from MonoDefaults, added monotype
34610
34611         * loader.c: Loaded MonoType, removed loading of Type
34612
34613         * icall.c (my_mono_new_object): Now returns a System.MonoType,
34614         and fills in System.Type._impl with a RuntimeTypeHandle rather
34615         than the actual MonoClass *
34616
34617         (ves_icall_type_from_handle): change from type_class to
34618         monotype_class
34619
34620         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
34621         implemented
34622
34623         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
34624         implemented
34625
34626         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
34627
34628         (ves_icall_System_Reflection_Assembly_GetType): implemented
34629
34630         (ves_icall_System_MonoType_assQualifiedName): implemented
34631
34632         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
34633
34634 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
34635
34636         * assembly.c (mono_assembly_open): Implement a cache for the
34637         assemblies. 
34638
34639         (mono_assembly_close): only destroy the assembly when the last
34640         reference is gone.
34641         
34642 2001-11-09  Dick Porter  <dick@ximian.com>
34643
34644         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
34645
34646 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
34647
34648         * class.c (mono_class_metadata_init): bug fix: compute the right slot
34649
34650 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34651
34652         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
34653         from Martin Weindel.
34654         * object.h: add mono_string_chars ().
34655
34656 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
34657
34658         * reflection.c (build_compressed_metadata): Eliminates warnings
34659         and uses 64-bit clean code.
34660
34661         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
34662         (mono_type_equal): Change signature to eliminate warnings.
34663
34664 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34665
34666         * icall.c, loader.c: remove the internalcall array constructors.
34667         Changes to match the new MonoArray structure.
34668         * object.h, object.c: an array object doesn't allocate an extra
34669         vector. Add mono_array_new_full () to create jagged arrays easily.
34670
34671 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34672
34673         * metadata.h, metadata.c: add mono_metadata_field_info () to
34674         retreive all the info about a field from vairous tables.
34675         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
34676         * class.h, class.c: augment MonoClassField with more info.
34677         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
34678         policy and load a field's RVA if needed.
34679
34680 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
34681
34682         * class.c (mono_class_metadata_init): create a trampoline for all
34683         virtual functions instead of actually compiling them.
34684
34685 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
34686
34687         * class.h, class.c: include name in MonoClassField.
34688         * class.c: fix fundamental type of System.Object and System.String.
34689         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
34690         tokens in ldtoken.
34691         * icall.c: remove internalcalls for the Reflection stuff that is now
34692         done in C# code.
34693         * loader.c: mono_field_from_memberref () implementation.
34694         * mono-endian.c: thinko (s/struct/union/g).
34695         * object.c, object.h: make the mono_string_* prototypes actually use
34696         MonoString instead of MonoObject.
34697         * reflection.c, reflection.h: updates for changes in the reflection
34698         code in corlib: we use C structures that map to the actual C# classes.
34699         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
34700         fat method header if needed and use the info from the ILGenerator for
34701         methods. Handle fields in types. Misc fixes.
34702
34703 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
34704
34705         * class.c (mono_class_metadata_init): bug fix: always allocate
34706         space for static class data
34707
34708 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
34709
34710         * class.c (mono_compute_relative_numbering): use relative
34711         numbering to support fast runtime type checks.
34712
34713 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
34714
34715         * class.c (mono_class_create_from_typeref): added debugging output
34716         to print class name when MonoDummy is returned instead of real class
34717
34718 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
34719
34720         * class.c (mono_class_metadata_init): interface offset table now
34721         contains pointers into the vtable - this is more efficient for the jit
34722
34723 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
34724
34725         * class.c (mono_class_metadata_init): use a temporary vtable (the
34726         old algorithm only worked for the interpreter, but not for the jit)
34727
34728 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
34729
34730         * loader.c (method_from_memberref): use mono_class_get to get the
34731         class of an array instead of using System.Array directly.
34732         (mono_get_method): also add MEMBERREF methods to the method cache
34733         which usefull for arrays.
34734
34735 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
34736
34737         * pedump.c (arch_compile_method): added to compute vtable entry
34738
34739         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
34740         number of interfaces.
34741         
34742         * class.h: merged MonoArrayClass into MonoClass
34743
34744         * class.c (mono_class_create_from_typedef): compute the vtable size and
34745         allocate space to include the vtable inside MonoClass
34746         (mono_class_metadata_init): initialize the vtable
34747
34748 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
34749
34750         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
34751         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
34752         * image.c: endian fixes by Laurent Rioux.
34753         * object.h, object.c: rename MonoStringObject to MonoString and
34754         MonoArrayObject to MonoArray. Change some function names to conform to
34755         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
34756         guint16* as first argument, so don't use char*.
34757         Provide macros to do the interesting things on arrays in a portable way.
34758         * threads-pthread.c: updates for the API changes and #include <sched.h>
34759         (required for sched_yield()).
34760         * icall.c: updates for the API changes above.
34761         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
34762         platforms that need them.
34763
34764 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34765
34766         * class.c: set the correct type for all the fundamental
34767         type when loading the class.
34768
34769 2001-10-05  Dick Porter  <dick@ximian.com>
34770
34771         * threads-pthread.c (pthread_mutex_timedlock): Simple
34772         compatibility version for C libraries that lack this call.
34773
34774 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34775
34776         * class.c: MonoTypes stored in MonoClass are stored as
34777         fundamental MonoTypes when the class represents a
34778         fundamental type (System.Int32, ...).
34779         The TypeHandle return by ldtoken is a MonoType*.
34780         * icall.c: ves_icall_get_data_chunk () write out all the
34781         PE/COFF stuff. Implement ves_icall_define_method (),
34782         ves_icall_set_method_body (), ves_icall_type_from_handle ().
34783         * image.c: properly skip unknown streams.
34784         * loader.h, loader.c: add type_class to mono_defaults.
34785         * metadata.c, metadata.h: export compute_size () as
34786         mono_metadata_compute_size () with a better interface.
34787         Typo and C&P fixes.
34788         * pedump.c: don't try to print the entry point RVA if there is no entry point.
34789         * reflection.c, reflection.h: many cleanups, fixes, output method
34790         signatures and headers, typedef and typeref info, compress the metadata
34791         tables, output all the heap streams, cli header etc.
34792         * row-indexes.h: typo fixes.
34793
34794 2001-10-04  Dick Porter  <dick@ximian.com>
34795
34796         * object.h: Add a synchronisation mutex struct to MonoObject
34797
34798         * object.c (mono_new_object): Initialise the object
34799         synchronisation mutexes
34800
34801         * icall.c: System.Threading.Monitor internal calls
34802         
34803         * threads-pthread.h:
34804         * threads-pthread.c: System.Threading.Monitor internal calls
34805
34806         * threads-types.h: New file, includes the system-specific thread
34807         structures
34808         
34809         * threads-pthread-types.h:
34810         * threads-pthread-types.c: New files, handle pthread-specific
34811         synchronisation types
34812
34813         * threads-dummy-types.h: 
34814         * threads-dummy-types.c: New files of dummy support for
34815         thread-specific types
34816
34817         * metadata.c:
34818         * image.c:
34819         * pedump.c: include mono-endian.h not endian.h
34820         
34821         * Makefile.am: More threads files.
34822         Name mono-endian.h not endian.h
34823
34824 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
34825
34826         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
34827         stuff and implement a few more bits.
34828         * icall.c: a field needs to be dereferenced twice. Do not use the same
34829         name for two variables in the same scope.
34830         * image.c, image.h: cleanups.
34831
34832 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
34833
34834         * class.c (mono_class_metadata_init): bug fix: compute the right size
34835
34836 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
34837
34838         * icall.c: implemented some of the Reflection internalcalls.
34839         * image.c, image.h: start writing out the PE/COFF image.
34840         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
34841         that does the reverse than decode_blob_size ().
34842         * object.c: use mono_metadata_encode_value (). Move here
34843         temporary implementation of mono_string_to_utf8 ().
34844         * rawbuffer.c: make malloc_map static.
34845
34846 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34847
34848         * metadata.c: fix type comparison for arrays.
34849         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
34850         Added a couple of new classes to monodefaults.
34851         * icall.c: added a couple of Reflection-related internalcalls.
34852         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
34853         Added a byval_arg MonoType to MonoClass.
34854
34855 2001-09-28  Dick Porter  <dick@ximian.com>
34856
34857         * icall.c:
34858         * threads-pthread.h: 
34859         * threads-pthread.c: Implemented internal calls for
34860         LocalDataStoreSlot operations.  Applied mutexes around all shared
34861         data.  Reworked the thread creation and Start() operations to
34862         avoid a race condition.
34863         
34864         * threads-dummy.h:
34865         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
34866
34867 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
34868
34869         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
34870
34871 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
34872
34873         * class.c, loader.c: warn and return NULL instead of erroring out.
34874         * icall.c: added System.AppDomain::getCurDomain().
34875         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
34876
34877 2001-09-25  Dick Porter  <dick@ximian.com>
34878
34879         * threads-pthread.h:
34880         * threads-pthread.c: Implemented timed thread joining and added
34881         System.Threading.Thread::Join_internal internal call
34882
34883         * icall.c: Added System.Threading.Thread::Join_internal internal call
34884
34885         * threads-dummy.h:
34886         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
34887
34888 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
34889
34890         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
34891         mono_string_intern () to implement the semantics of the ldstr opcode
34892         and the interning of System.Strings.
34893         * icall.c: provide hooks to make String::IsIntern and String::Intern
34894         internalcalls.
34895
34896 2001-09-23  Dick Porter  <dick@ximian.com>
34897
34898         * threads-dummy.c: 
34899         * threads-dummy.h: New files of dummy threading routines
34900
34901         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
34902         support code based on system specifics
34903
34904         Rename PTHREAD_LIBS to THREAD_LIBS
34905         
34906 2001-09-23  Dick Porter  <dick@ximian.com>
34907
34908         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
34909         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
34910         internal calls.
34911         (mono_thread_init): Set up a Thread object instance to return when
34912         the main thread calls Thread.CurrentThread
34913         (mono_thread_cleanup): Wait for all subthreads to exit
34914
34915         * icall.c: New internal calls for System.Threading.Thread::Sleep
34916         (including Schedule) and CurrentThread
34917
34918         * threads.h: New file, to insulate thread-specific stuff from the
34919         rest of the code
34920
34921 2001-09-21  Dick Porter  <dick@ximian.com>
34922
34923         * threads-pthread.h: 
34924         * threads-pthread.c: New file, for handling pthreads-style
34925         threading support.  Start() now starts a new thread and executes
34926         the ThreadStart delegate instance.
34927
34928         * icall.c: Added the internalcall for
34929         System.Threading.Thread::Start_internal
34930
34931         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
34932
34933 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
34934
34935         * loader.c: work around the different signatures for delegates
34936         constructors csc generates in compiled code vs the ones compiled in mscorlib.
34937
34938 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
34939
34940         * class.h, class.c: add mono_class_get_field_from_name ().
34941         * *: Fix C comments and other ANSI C issues.
34942
34943 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
34944
34945         * endian.h, assembly.c: fix some endianness issues.
34946
34947 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
34948
34949         * loader.h, load.c: add delegate_class to mono_defaults.
34950         Handle runtime provided methods in mono_get_method ().
34951
34952 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
34953
34954         * loader.c (mono_get_method): use pinvoke for internal call
34955
34956         * icall.c: use pinvoke for internal call
34957
34958         * loader.c (method_from_memberref): set the method name
34959
34960 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
34961
34962         * metadata.c: help the compiler generate better code for
34963         mono_class_from_mono_type ().
34964
34965 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
34966
34967         * class.c (mono_class_metadata_init): delayed computing of the
34968         class size to mono_class_metadata_init ()
34969
34970 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
34971
34972         * class.c, class.h: add an interfaces member to MonoClass.
34973         * image.c, image.h: add assembly_name field to MonoImage
34974         from the assembly table.
34975         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
34976
34977 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
34978
34979         * class.c: Handle Array in mono_class_from_mono_type ().
34980         * metadata.c, pedump.c: some endian fixes.
34981
34982 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34983
34984         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
34985         * metadata.c: fix small problem introduced with the latest commit.
34986
34987 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
34988
34989         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
34990         We don't need a MonoMetadata pointer anymore to compare signatures in
34991         mono_metadata_signature_equal (), update callers.
34992         Reduced memory usage an number of allocations for MonoMethodHeader and
34993         MonoMethodSignature.
34994
34995 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
34996
34997         * metadata.c: added compare for szarray.
34998
34999 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
35000
35001         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
35002         and add a couple more types to it and mono_defaults. Give an hint on
35003         classes that need implementing in our corlib and are referenced
35004         in mscorlib.
35005
35006 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
35007
35008         * class.h, class.c: keep track if a class is also an Enum.
35009         * loader.c: Implement a couple more types for use in libffi
35010         marshalling. Gives better diagnostics when failing to dlopen
35011         a library. Set method->klass for P/Invoke methods, too.
35012
35013 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
35014
35015         * class.c, class.h: add a MonoType this_arg to MonoClass that
35016         represents a pointer to an object of the class' type that
35017         can be used by the interpreter and later the type cache.
35018         Add best guess alignment info for valuetype objects.
35019
35020 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
35021
35022         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
35023         into MonoType: one less level of indirection and allocation and
35024         simplifies quite a bit of code. Added cache for MonoTypes that are
35025         used frequently, so that we don't need to allocate them all the time.
35026
35027 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
35028
35029         * class.c (mono_class_create_from_typedef): System.Enum is also a
35030         value type, although it does not derive from System.ValueType
35031         (maybe a bug in the ms compiler?)
35032
35033         * metadata.c (mono_type_size): return the right size for value types
35034
35035         * loader.c (mono_get_method): only initialize method header if not abstract
35036
35037         * class.c (mono_class_from_mono_type): use mono_default values. 
35038
35039 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
35040
35041         * *: use MonoClass pointers instead of <type_tokens>
35042         
35043         * class.h: new flag: metadata_inited.
35044
35045         * class.c (mono_class_metadata_init): impl.
35046         (mono_class_instance_size): impl.
35047         (mono_class_data_size): impl.
35048
35049 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35050
35051         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
35052         MonoClass now has the name and name_space fields. 
35053         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
35054         mono_get_method () takes and optional MonoClass as argument.
35055         Removed mono_typedef_from_name() and added mono_class_token_from_name()
35056         instead that takes advantage of a map from class names to typedef
35057         tokens in MonoImage.
35058
35059 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
35060
35061         * metadata.c: zero is not a valid alignment boundary.
35062         Merge MONO_TYPE_VOID in default decoding code.
35063
35064 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
35065
35066         * image.h: merged MonoMetadata into MonoImage
35067
35068         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
35069         identify the type of elements.
35070
35071 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
35072
35073         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
35074         * cil-coff.h: split MonoMSDOSHeader and add size info.
35075         * image.c: add some consistency checks.
35076         * metadata.c: fix row size computation: one programmer
35077         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
35078         add explanation for the locator routine.
35079         Fix decoding of size in method header.
35080         
35081 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
35082
35083         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
35084         (g_concat_dir_and_file): Bring g_concat_dir_and_file
35085         function from gnome-libs.  This uses the right path separator
35086         based on the OS, and also works around a bug in some systems where
35087         a double slash is not allowed. 
35088         (default_assembly_name_resolver): Use g_concat_dir_and_file
35089         (mono_assembly_open): ditto.
35090
35091 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
35092
35093         * metadata.c (mono_metadata_signature_equal): impl.
35094
35095         * *: void is now a realy MonoType (instead of using NULL)
35096         
35097         * metadata.c (do_mono_metadata_parse_type): use
35098         mono_metadata_parse_type to parse void value.
35099
35100 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
35101
35102         * metadata.c, metadata.h: in the signature and method header store
35103         only the space required for holding the loca vars and incoming arguments.
35104
35105 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
35106
35107         * metadata.c (do_mono_metadata_parse_type): treat void like any
35108         other type (instead of assigning NULL);
35109
35110 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
35111
35112         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
35113
35114 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
35115
35116         * image.c (do_mono_image_open): added a cache for arrays.
35117
35118 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35119
35120         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
35121         decode a single column from a row in a metadata table and changes
35122         to take advantage of it in the typedef locator (gives a nice speed up).
35123         Store offset info for function params.
35124
35125 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
35126
35127         * image.h (MONO_IMAGE_IS_CORLIB): removed 
35128
35129 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
35130
35131         * assembly.c: how could mono_assembly_close () had ever worked?
35132         * metadata.c, metadata.h: provide offset info for local vars.
35133         Implement mono_type_size () to take care of alignment as well
35134         as size (it was mono_field_type_size in cli/class.c before).
35135
35136 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
35137
35138         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
35139
35140         * assembly.h (CORLIB_NAME): set to corlib.dll
35141
35142         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
35143
35144 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35145
35146         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
35147         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
35148         tokentype.h: massive namespace cleanup.
35149
35150 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35151
35152         * metadata.h, metadata.c: decode exception clauses when parsing method header.
35153
35154 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
35155
35156         * metadata.c (mono_metadata_free_type): added check for type !=
35157         NULL (void) before calling mono_metadata_free_type()
35158
35159 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
35160
35161         * metadata.h, row_indexes.h: added header with enumerations to use
35162         to index in the columns from tables in metadata and to decode coded
35163         tokens: we should start using this instead of embedding magic numbers
35164         all over the code.
35165
35166 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
35167
35168         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
35169         Move metadata_t info from cli_image_info_t to MonoImage, where
35170         it's easily accessible. Changed all the uses accordingly.
35171         Added the method and class caches to MonoImage.
35172         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
35173         and mono_metadata_decode_value () signature to be more consistent
35174         with the other parse functions (and simplify code). Taken advantage
35175         of zero-length array allocation with GCC. Removed reduntant (and
35176         wrong) MonoFieldType struct and use MonoParam instead. Changed
35177         mono_metadata_parse_field_type () to use common code for parsing.
35178         Added mono_metadata_typedef_from_field () and
35179         mono_metadata_typedef_from_method () to lookup a typedef index from a
35180         field or method token.
35181         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
35182
35183 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
35184
35185         * metadata.c (mono_metadata_parse_field_type): Implement. 
35186         (do_mono_metadata_parse_type): Split engine from
35187         mono_metadata_parse_type, so that we can create smaller structures
35188         for things that just have one pointer to the MonoType (look at
35189         the MonoFieldType)
35190
35191 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
35192
35193         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
35194         as Jan Gray found out, it is incorrect. 
35195
35196 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
35197
35198         * assembly.c: Implement asssembly loading.  This loads an image
35199         and loads all the referenced assemblies.  Come to think of it, we
35200         could always do lazy loading of the assemblies. 
35201
35202         * image.c (mono_image_open): Keep loaded images in a hashtable.
35203
35204         * image.h (MonoImage): Add reference count.
35205
35206 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
35207
35208         * assembly.c (mono_assembly_open): Keep track of the file name in
35209         case the assembly has no ASSEMBLY table.
35210
35211         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
35212         from get.c here.
35213
35214 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
35215
35216         * metadata.c, metadata.h: decode local vars in method header
35217         parse function. Change callers accordingly.
35218
35219 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
35220
35221         * metadata.h, cil-coff.h: protect against multiple inclusion.
35222         Added some new structures to hold information decoded from metadata:
35223         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
35224         and relevant decoding/free functions.
35225         * metadata.c: implement decoding functions. Add warning for out of bounds
35226         index in mono_metadata_locate(). Implement mono_get_method () to retreive
35227         all the info about a method signature and invocation. Remove check on
35228         uninitialized local var in parse_mh() and fix memory leak.
35229
35230 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
35231
35232         * metadata.h: More macros.
35233
35234         * tokentype.h: New file.
35235
35236 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
35237
35238         * assembly.c: added a consistency check and initialize
35239         some structures with g_new0().
35240         * metadata.c: fixed a couple more bugs in table size computation
35241         and add other checks for out-of bound access to metadata.
35242
35243 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
35244
35245         * metatada.c: fix bugs computing table sizes. Spew a
35246         warning when index in string heap is out of bounds.
35247
35248 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
35249
35250         * metadata.h: Add a couple of macros to manipulate tokens. 
35251
35252 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35253
35254         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
35255         cli_section_tables).
35256
35257 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
35258
35259         * metadata.c (mono_metadata_user_string): New function, provides
35260         access to the UserString heap. 
35261
35262 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
35263
35264         * metadata.c: Add inline documentation.
35265
35266 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
35267
35268         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
35269         files. 
35270
35271 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
35272
35273         * typeattr.h: New file, TypeAttribute flags. 
35274
35275 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
35276
35277         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
35278         mono_assembly_ensure_section): Section loading code.
35279         (load_section_tables): Load the sections.
35280
35281         * mono/metadata/metadata.c (mono_metadata_locate_token,
35282         mono_metadata_locate): Functions to locate the information
35283         definition given a token or a table and an index.
35284         (mono_metadata_compute_table_bases): New.
35285         (compute_size): New function to compute the sizes of the various
35286         tables.
35287
35288         * mono/metadata/metadata.h: Finish listing the different index
35289         types. 
35290
35291         * mono/metadata/pedump.c: Improve to dump new information.
35292
35293 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
35294
35295         * mono/metadata/metadata.c: Entered all the tables matching
35296         Beta2. 
35297
35298         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
35299
35300
35301
35302