2009-05-15 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * metadata-verify.c (verify_assembly_table): Fix an error message.
4
5         * metadata-verify.c: Verify the assemblyref table.
6
7 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
8
9         * metadata-verify.c (verify_assembly_table): Fix the valid
10         bits mask for flags.
11
12 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
13
14         * debug-helpers.c (mono_method_full_name): Print generic parameters of
15         generic methods as well.
16
17 2009-05-15  Geoff Norton  <gnorton@novell.com>
18
19         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
20         use-case and is significantly more performant than the wapi layer.
21
22 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
23
24         * metadata-verify.c: Verify the assembly table.
25
26 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
27
28         * metadata-verify.c: Fix rows limit check.
29
30 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
31
32         * metadata-verify.c: Verify the fieldrva table.
33
34 2009-05-13  Mark Probst  <mark.probst@gmail.com>
35
36         * sgen.c: Speed up weak links and finalizers by grouping them by
37         generation.
38
39 2009-05-13  Mark Probst  <mark.probst@gmail.com>
40
41         * marshal.c (delegate_hash_table_add): When overwriting an entry,
42         free the old GCHandle (only applies to SGen).
43
44 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
45
46         * loader.c (mono_get_method_from_token): Avoid the expensive call to
47         mono_metadata_load_generic_params () for non-generic methods.
48
49 2009-05-12  Mark Probst  <mark.probst@gmail.com>
50
51         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
52         New function for returning a monitor's weak link if it has one.
53
54         * sgen-gc.c: Remove an object's monitor's weak link (if it has
55         one) when clearing a domain.  These can still be around because
56         the object might not have been collected.
57
58 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
59
60         * gc.c: Fix a warning.
61
62 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
63
64         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
65         prevous wait that resulted in a deadlock on Windows when initializing
66         the runtime form DllMain. Also results in improved startup time.
67         (finalizer_thread): Get rid of thread_started_event.
68         * threads.c, threads-types.h (mono_thread_create_internal): Return the
69         resulting MonoThread.
70
71         Contributed under MIT/X11 license.
72
73 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
74
75         * metadata-verify.c: Verify the implmap table.
76         Don't require that #US and #Strings be present.
77
78 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
79
80         * security-core-clr.c: Delegate checks are done at creation time,
81         not a invocation time. Fix exception for Telerik Silverlight demo
82
83 2009-05-11  Mark Probst  <mark.probst@gmail.com>
84
85         * sgen-gc.c (need_remove_object_for_domain): Remove the special
86         case for the Thread class.
87
88         * threads.c: Do clean-up of abort exception/state in
89         thread_cleanup() instead of Thread.free_internal().  Also clean up
90         current_appcontext.  The reason we have to do that is because
91         those references might point into another domain and if that
92         domain is unloaded before the thread is finalized, they point to
93         invalid data.
94
95 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
96
97         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
98         stub signatures.
99         
100         Contributed unter MIT/X11 license.
101
102 2009-05-09  Miguel de Icaza  <miguel@novell.com>
103
104         * verify.c, metadata-verifier.c: Add support for disabling the
105         verifier in some builds.
106
107         [ Sorry, my previous commit accidentally commited some work in
108         progress ]
109
110 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
111
112         * class.c (mono_class_setup_fields): Set class->field.first for
113         generic instances.
114
115 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
116
117         * metadata-verify.c: Verify the typespec table.
118
119 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
120
121         * metadata-verify.c: Verify the module table.
122
123 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
124
125         * metadata-verify.c: Verify the methodimpl table.
126
127 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
128
129         * metadata-verify.c: Verify the property table.
130
131 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
132
133         * debug-helpers.c (mono_method_desc_match): Add support for generic
134         glob patterns.
135
136 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
137
138         * metadata-verify.c: Verify the propertymap table.
139
140 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
141
142         * metadata-verify.c: Verify the event table.
143
144         * metadata-verify.c (search_sorted_table): Fix offset
145         calculation.
146
147 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
148
149         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
150
151 2009-05-01  Mark Probst  <mark.probst@gmail.com>
152
153         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
154         because mono_delegate_free_ftnptr() needs it.
155
156 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
157
158         * metadata-verify.c: Verify the eventmap table.
159
160 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
161
162         * metadata-verify.c: Verify the standalonesig table.
163
164 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
165
166         * metadata-verify.c: Verify the field layout table.
167
168 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
169
170         * class.c (mono_type_get_name_recurse): Don't crash
171         for ownerless generic params.
172
173         * debug-helpers.c (mono_type_get_desc): Correct the format
174         for ownerless generic params.
175
176 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
177
178         * metadata-verify.c: Verify the class layout table.
179
180 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
181
182         * metadata-verify.c: Verify the decl security table.
183
184 2009-04-30  Mark Probst  <mark.probst@gmail.com>
185
186         * domain.c (mono_domain_set_internal_with_options): Don't do
187         anything if the old domain is the same as the old one.  Fixes
188         #499326.
189
190 2009-04-30  Mark Probst  <mark.probst@gmail.com>
191
192         * appdomain.c: Deregister the reflection_info roots when unloading
193         a domain.
194
195         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
196         memory allocated by a domain and frees its disappearing links.
197
198         * boehm-gc.c, null-gc.c: Empty implementation of
199         mono_gc_clear_domain().
200
201 2009-04-30  Mark Probst  <mark.probst@gmail.com>
202
203         * appdomain.c (clear_cached_vtable): Free the static fields memory
204         block.
205
206 2009-04-30  Mark Probst  <mark.probst@gmail.com>
207
208         * gc.c: Set the correct domain when invoking finalizers.
209
210         * appdomain.c: Set the correct domain when creating threads.
211
212 2009-04-30  Mark Probst  <mark.probst@gmail.com>
213
214         * sgen-gc.c: Fix skip size for vectors.
215
216 2009-05-03  Martin Baulig  <martin@ximian.com>
217
218         * mono-debug-debugger.c
219         (mono_debugger_check_breakpoints): Check class init handlers even
220         if we don't have any method load handers.
221
222 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
223
224         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
225         returning refonly assemblies if refonly is FALSE. Fixes #499013.
226
227 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
228
229         * metadata-verify.c: Verify the field marshal table.
230
231 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
232
233         * metadata-verify.c: Verify the custom attribute table.
234
235 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
236
237         * metadata-verify.c: Verify the constant table.
238
239 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
240
241         * metadata-verify.c: Verify the memberef table.
242
243 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
244
245         * metadata-verify.c (get_coded_index_token): Remove
246         dead argument.
247
248 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
249
250         * metadata-verify.c: Verify the interfaceimpl table.
251
252 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
253
254         * verify.c: Improve error message.
255
256         * debug-helpers.c (mono_type_get_desc): Harden the code that
257         deals with VAR and MVAR.
258
259 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
260
261         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
262         part of #498692.
263
264 2009-04-23 Tom Hindle <tom_hindle@sil.org>
265
266         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
267         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
268
269 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
270
271         * security-core-clr.c: Avoid redundant checks for platform code, 
272         e.g. check for method and for class (very common) and check
273         for class and outer class (less common)...
274
275 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
276
277         * reflection.c: Avoid returning random cattrs for synthetic methods.
278         Fixes #498545.
279
280 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
281
282         * assembly.c: assemblies in the GAC should never be shadow-copied.
283
284 2009-04-26  Mark Probst  <mark.probst@gmail.com>
285
286         * domain.c, domain-internals.h: Disable
287         track_resurrection_{objects,handles}_hash in MonoDomain if using
288         SGen.
289
290 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
291
292         * metadata-verify.c: Verify the param table.
293
294 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
295
296         * metadata-verify.c (verify_typedef_table): Range check FieldList and
297         MethodList.
298
299         * metadata-verify.c (verify_method_table): Proper check the ParamList
300         field.
301
302 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
303
304         * metadata-verify.c (verify_method_table): Check for runtime
305         implemented functions such as delegate .ctors. Remove spurious
306         printf.
307         
308 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
309
310         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
311
312 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
313
314         Don't allocate MonoGenericInfo for ownerless generic params.
315         * class-internals.h (MonoGenericParam::info): Move field to ...
316         (MonoGenericParamFull): ... this.  New struct.
317         (MonoGenericContainer::type_params): Change type to
318         MonoGenericParamFull.
319         (MonoGenericParam, MonoGenericContainer): Update accessors.
320         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
321         'info' field for ownerless generic param.
322         (mono_metadata_load_generic_params): Update to changes.
323         * reflection.c (mono_reflection_create_generic_class): Likewise.
324         (reflection_methodbuilder_to_mono_method): Likewise.
325         (mono_reflection_initialize_generic_parameter): Likewise.
326
327 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
328
329         Don't use MonoGenericParamInfo for ownerless generic params.
330         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
331         use ParamInfo class at all.
332         (mono_class_from_generic_parameter): Use them.
333         (make_generic_param_class): Fix a couple of instances where 'pinfo
334         == NULL' wasn't handle.
335
336 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
337
338         * class.c (make_generic_param_class): Carve out of ...
339         (mono_class_from_generic_parameter): ... here.
340
341 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
342
343         Simplify mono_class_from_generic_parameter
344         * class-internals.h (MonoGenericParamInfo::token): New field.
345         * metadata.c (mono_metadata_load_generic_params): Initialize it
346         from metadata.
347         * class.c (mono_class_from_generic_parameter): Use it instead of
348         searching through metadata.
349
350 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
351
352         * metadata-verify.c: Add verification of the method table.
353
354 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
355
356         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
357         Delegate::Invoke optimization.
358
359 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
360
361         * appdomain.c (mono_domain_create_appdomain_internal): Free the
362         string returned by get_shadow_assembly_location_base.
363
364         * appdomain.c (get_shadow_assembly_location_base): Add a comment
365         about caller's ownership.
366
367 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
368
369         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
370         reflection memory on domain unload.
371
372         * domain.c (mono_domain_free): Don't free refobject_hash, let the
373         reflection cleanup code do it.
374
375         * domain-internals.h: Add mono_reflection_cleanup_domain.
376
377         This fixes a memory leak for managed mirrors of reflection objects
378         on domain unload. 
379
380 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
381
382         * metadata-verify.c: Implement more verification of the field table.
383
384 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
385
386         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
387         doesn't try to parse the input assembly, which can be broken.
388
389 2009-04-23  Mark Probst  <mark.probst@gmail.com>
390
391         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
392         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
393         by using the lowest bit in the link to store whether the link is
394         tracked.  Move the track_resurrection hashes into boehm-gc.c.
395
396 2009-04-22  Miguel de Icaza  <miguel@novell.com>
397
398         * Makefile.am: Split the console support in platform specific code
399         and put together a framework for making this easy in the future so
400         that we can start splitting code instead of having a mess of PLATFORM_WIN32
401
402 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
403
404         * pedump.c: Fix a warning.
405
406 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
407
408         * verify.c (mono_delegate_type_equal): Compare valuetypes using
409         mono_class_from_mono_type to avoid bad interactions with the dual representation
410         of the generic type definition.
411
412 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
413
414         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
415         get the MonoClass for the call context type as it might be a generic
416         instance.
417
418         Fixes #491483.
419
420 2009-04-21  Mark Probst  <mark.probst@gmail.com>
421
422         * object-internals.h: The Thread object has no execution_context
423         member anymore.
424
425         * threads.c, threadpool.c, threads-types.h: Accessor functions for
426         the execution context.
427
428         * appdomain.c: Bump corlib version.
429
430 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
431
432         * verify.c (do_newobj): Improve error message.
433
434 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
435
436         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
437         is nested in the filter block.
438
439         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
440         block is not fully nested.
441
442         Fixes #495656.
443
444 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
445
446         * verify.c (verify_type_compatibility_full): Compare MonoClass and
447         not MonoType to check for equality of valuetypes as the generic type
448         definition allows for two different encodings: the generic type definition
449         class or a generic instance over the GTD arguments.
450
451         Fixes #496175.
452
453 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
454
455         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
456
457         * verify.c (do_initobj): Improve error message.
458
459 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
460
461         * metadata-verify.c: Enable pe verification as the issue with #496453
462         is that the authenticode data directory have a different unspecified
463         format. Ignore it for now.
464
465         * pedump.c: Run the metadata verifier together with the IL verifier.
466
467         Fixes ##496453.
468
469 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
470
471         * metadata-verify.c: Temporarily disable pe verification due to #496453.
472
473 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
474
475         * class.c (can_access_type): Check visibility against
476         the element type for pointers and arrays.
477
478         Fixes #496150.
479
480 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
481
482         * metadata-verify.c: Fix cli and table verification to use information
483         from the MonoImage. A lot of duplicated code got killed.
484
485 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
486
487
488         This patch starts to integrate the metadata verifier with the runtime code.
489
490         This patch causes major regression in functionality for the metadata verifier
491         as cli and table verification are disabled since they require to be ported to
492         use MonoImage information.
493
494         * image.c (do_mono_image_load): Split the code in this function
495         into mono_image_load_pe_data and mono_image_load_cli_data.
496         Add     care_about_pecoff parameter to not load pecoff data.
497         Call into the metadata verifier for pecoff and cli verification.
498
499         * image.c (mono_image_open_raw): New function that doesn't perform
500         any parsing of the image contents.
501         
502         The reason for the 3 new functions is to give pedump better control
503         into the interaction with the verifier.
504
505         * metadata-internals.h: Add new functions from image.c as part of the
506         internal mono API.
507
508         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
509         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
510         to make those functions work together with the runtime.
511
512         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
513         true if the image needs to be verified.
514
515         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
516
517         * pedump.c: Use new metadata verifier API.
518
519 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
520
521         * object.c (mono_install_vtable_trampoline): Make this receive a
522         trampoline creation function instead of trampoline, allowing the JIT
523         to use a different trampoline for each vtable.
524
525 2009-04-18  Mark Probst  <mark.probst@gmail.com>
526
527         * object.c (mono_raise_exception): Don't reset the thread abort
528         exception state here.
529
530 2009-04-18  Mark Probst  <mark.probst@gmail.com>
531
532         * icall-def.h: New icall for getting the thread abort exception
533         state for a thread.
534
535         * object.c, thread.c, object-internals.h: A thread's abort
536         exception state is now a GC handle.  To get the object it stands
537         for, we must move it into the current app domain, if it's
538         different than the one where it originated from.
539
540         * appdomain.c: Bump corlib version.
541
542         * domain.c, domain-internals.h: New function for setting the
543         domain and migrate the thread abort exception or not.
544
545 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
546
547         * metadata-verify.c: Add initial verification of the
548         field table.
549
550 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
551
552         * metadata-verify.c: Add a macro to conditionally enable
553         dumping of verification information. Add  make_coded_token
554         and search_sorted_table to enable search sorted tables
555         by a given coded token.
556
557 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
558
559         * metadata-verify.c: Add array mapping from table index
560         to description offset. Add get_col_offset and get_col_size
561         functions.
562
563 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
564
565         * metadata-verify.c: Add remaining table descriptions offsets.
566         Add remaining coded index descriptions.
567
568 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
569
570         * metadata-verify.c: Fixed constant table description.
571         Fixed calculation of HasCustomAttribute coded index size.
572         Fixed calculation of size for many table indexes. 
573
574 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
575
576         * pedump.c (dump_metadata): Dump table offset instead
577         of useless pointer in memory.
578
579 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
580
581         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
582
583 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
584
585         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
586         a missing of for interface types.
587
588 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
589
590         * metadata-verify.c (verify_pe_optional_header): Add comment of why
591         the code is commented.
592
593         * metadata-verify.c (verify_resources_table): Remove spurious printf
594         and don't fail if there are unmanaged resources. Gmcs generates a useless
595         one     for all assemblies - I bet it's some MS compatibility junk.
596
597 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
598
599         * metadata-verify.c (verify_typedef_table): Verify the extends field.
600
601         * metadata-verify.c (mono_image_verify): Add a is_corlib.
602
603         * verify-internals.h: Same.
604
605         * pedump.c: Fix for mono_image_verify new signature.
606
607 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
608
609         * metadata-verify.c (verify_typedef_table): Verify for some invalid
610         flags combinations.
611
612 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
613
614         * metadata-verify.c (verify_module_table): Ignore the generation field.
615
616 2009-04-15  Martin Baulig  <martin@ximian.com>
617
618         * debug-mono-symfile.c
619         (mono_debug_symfile_lookup_location): Don't print a warning for
620         unknown extended opcodes if they're within 0x40 and 0x7f.
621
622 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
623
624         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
625         invoke signatures returning an enum. Fixes #494847.
626
627 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
628
629         * metadata-verify.c: Initial code to verify the typedef table.
630
631 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
632
633         * verify.c (mono_method_verify): Don't fail if an unconditional branch
634         with non empty stack happens before the beginning of a try block.
635
636         Fixes #494812.
637
638 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
639
640         * metadata-verify.c: Verify typename and typenamespace fields of
641         the typeref table.
642
643 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
644
645         * metadata-verify.c: Initial code to verify the typeref table.
646
647 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
648
649         * verify.c (verify_delegate_compatibility): Fix error message.
650
651 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
652
653         * security-core-clr.c: Fix typo
654
655 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
656
657         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
658         a MonoGHashTable to keep its values alive.
659         (emit_marshal_boolean): Fix a warning.
660
661 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
662
663         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
664         not have any interface configured for IPv4/IPv6.
665
666 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
667
668         * assembly.c: fix typo in error message.
669
670 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
671
672         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
673         allocating the location holding the this argument to prevent
674         'too many root sets' errors.
675
676         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
677         to mark fields as special static.
678         (mono_field_static_get_value): Handle special static fields.
679         (mono_field_static_set_value): Ditto.
680
681         * class-internals.h (struct _MonoClassField): Document this.
682
683 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
684
685         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
686           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
687           case.  This will handle when managed code returns null to native code.
688
689         Code is contributed under MIT/X11 license.
690
691 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
692
693         * object.c (build_imt_slots): Changing a free to a g_free to match
694           the g_malloc0 in add_imt_builder_entry that allocated this memory.
695
696         Code is contributed under MIT/X11 license.
697
698 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
699
700         * marshal.c (emit_marshal_boolean): Adding code to ensure that
701           the correct TRUE value is passed through the marshaling layer.
702
703         Code is contributed under MIT/X11 license.
704
705 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
706
707         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
708         correctly. Fixes #492330.
709         
710         * marshal.c: Fix the embedding of object pointers into JITted code in
711         the native-to-managed wrappers by allocating some GC tracked memory, and
712         embedding the address of that.
713
714 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
715
716         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
717         pointers into the vtable.
718
719 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
720
721         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
722
723         * verify.c (verify_ldftn_delegate): Improve error message.
724
725 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
726
727         * reflection.c (my_mono_class_from_mono_type): Remove.
728
729 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
730
731         Prepare to reduce memory usage of owner-less generic parameters (1/n)
732         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
733         and constraints fields into ...
734         (MonoGenericParamInfo): ... this.
735         (mono_generic_param_info, mono_generic_container_get_param_info):
736         New accessors.
737         * class.c, debug-helpers.c, icall.c: Update to changes.
738         * metadata.c, reflection.c, verify.c: Likewise.
739
740 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
741
742         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
743
744         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
745         
746         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
747         booleans with sbytes.
748
749 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
750
751         * class.c (can_access_instantiation): Verify accesibility of element types
752         for arrays and pointers.
753
754         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
755
756         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
757
758         Fixes #493068.
759
760 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
761
762         * verify.c (do_invoke_method): Improve error messages.
763
764 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
765
766         * verify.c:  Fixing the MSVC build.
767
768         Code is contributed under MIT/X11 license.
769
770 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
771
772         * security-core-clr.c: Simplify get_reflection_caller not to call
773         mono_method_get_last_managed (another stack walk) and adjust the
774         callers to handle a (should not happen) NULL return value.
775
776 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
777
778         Add accessors to some MonoGenericParam fields
779         * class-internals.h (mono_generic_param_owner): New accessor.
780         (mono_generic_param_num): Likewise.
781         (mono_type_get_generic_param_owner): New helper.
782         (mono_type_get_generic_param_num): New helper.
783         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
784
785 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
786
787         * class-internals.h (mono_generic_container_get_param): New wrapper.
788         * class.c, icall.c, metadata.c, verify.c: Use it.
789
790 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
791
792         Fix gtest-252.cs
793         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
794         the standard case/loop.  In particular, don't complain about
795         references to generic type definitions.
796
797 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
798
799         * debug-helpers.c (dis_one): Decode string arguments.
800
801 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
802
803         * pedump.c (dump_verify_info): Dump type name correctly.
804
805 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
806
807         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
808         are larger than code size.
809
810         This can happen in valid code if the try/catch block is not followed by any instruction
811         and do a backward branch on the leave instruction.
812
813         Fixes #492494.
814
815 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
816
817         * security-core-clr.c: Fix typo while comparing second method names
818         in can_avoid_corlib_reflection_delegate_optimization
819
820 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
821
822         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
823
824         Fixes #487738.
825
826 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
827
828         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
829         a MVAR using a class context.
830
831         Fixes #490335.
832
833 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
834
835         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
836
837         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
838
839         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
840         functions supplied by the JIT for the SGEN GC.
841
842         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
843         
844 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
845
846         monitor.c (mono_monitor_try_enter_internal):
847         Added calls to profile monitor contentions.
848         Also duplicated a small piece of code (the "get the monitor" logic)
849         from the fast path to the slow path, and changed the relevant goto
850         statements, so that monitor acquisition events can be emitted from the
851         slow path (this is by Paolo Molaro).
852
853 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
854
855         * profiler.c, profiler.h, profiler-private.h:
856         Added support for profiling monitor contentions.
857
858 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
859
860         * metadata-verify.c: Verify the modules table.
861
862 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
863
864         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
865         using the context of the method been verifier and not of the method been called.
866
867         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
868         safely inflate generic types. 
869
870 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
871
872         * security-core-clr.c: Change the strategy for checking the 
873         "reflection using delegates optimization" to avoid unneeded 
874         attributes in multiple class libraries.
875
876 2009-04-02  Mark Probst  <mark.probst@gmail.com>
877
878         * sgen-gc.c: Remove object element in the disappearing link struct
879         by storing the object pointer in the link.
880
881 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
882
883         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
884
885 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
886
887         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
888
889         * verify.c (mono_method_verify): Do proper bounds checking of exception
890         clause ranges.
891
892 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
893
894         * loader.c (mono_field_from_token): Don't crash if the field parent could
895         not be decoded.
896
897 2009-03-31  Mark Probst  <mark.probst@gmail.com>
898
899         * sgen-gc.c: Execute critical finalizers after ordinary
900         finalizers.
901
902         * class-internals.h, domain.c: Add CriticalFinalizerObject to
903         mono_defaults.
904
905 2009-03-31 Jb Evain <jbevain@novell.com>
906
907         * verify.c (do_ldstr): don't check if a string is in the user strings
908         heap if the current image is dynamic.
909
910 2009-03-31  Mark Probst  <mark.probst@gmail.com>
911
912         * sgen-gc.c: Wait until the last finalizer has executed when
913         returning from WaitForPendingFinalizers.
914
915 2009-03-31  Martin Baulig  <martin@ximian.com>
916
917         * mono-debug-debugger.h (MonoDebuggerEvent): Add
918         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
919         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
920         (mono_debugger_event_create_appdomain): New function.
921         (mono_debugger_event_unload_appdomain): New function.
922
923         * appdomain.c (mono_domain_create_appdomain_internal): Call
924         mono_debugger_event_create_appdomain().
925
926 2009-03-31  Martin Baulig  <martin@ximian.com>
927
928         * mono-debug-debugger.c
929         (mono_debugger_register_class_init_callback): Also register the
930         class init callback if the class is already initialized to make
931         things work with shadow copied assemblies.
932
933 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
934
935         * security-core-clr.c
936         (mono_security_core_clr_ensure_reflection_access_field): Let 
937         critical code access the field (just like we do for methods). Use
938         check_field_access helper.
939         (mono_security_core_clr_ensure_reflection_access_method): Use 
940         check_field_access helper.
941
942 2009-03-31  Mark Probst  <mark.probst@gmail.com>
943
944         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
945         call the run-finalize function directly.
946
947         * gc.c, gc-internal.h: Make run_finalize() non-static.
948
949 2009-03-31  Mark Probst  <mark.probst@gmail.com>
950
951         * sgen-gc.c: Use a separate struct for disappearing links.
952
953 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
954
955         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
956         * MaxIOVectorLength enabled, just ignore them.
957         Fixes bug #349688.
958
959 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
960
961         * metadata-verify.c: Fix eglib build.
962
963 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
964
965         * threads-types.h: Fix the win32 build.
966
967 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
968
969         * class.c: move coreclr inheritance/override checks to 
970         security-core.clr.c
971         * security-core.clr.c|h: add code from class.c with additional
972         documentation. Fix override check when the method is not critical.
973
974 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
975
976         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
977         (match_class): Ditto.
978
979 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
980
981         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
982
983         * metadata-verify.c: Implement table layout row size calculation. Verify
984         the total size of the tables.
985
986 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
987
988         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
989
990 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
991
992         * appdomain.c:
993         * console-io.[ch]: added new mono_console_init() to make sure that
994         file descriptors 0, 1 and 2 are opened.
995         Bug #489019 fixed.
996
997 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
998
999         * appdomain.h: Export a new callback type and a new function to
1000         set this callback. This allow a mono host to provide it's own
1001         definition for "platform code".
1002         * metadata-internals.h: Add a core_clr_platform_code flag on 
1003         _MonoImage to (cache and) know if it is representing platform 
1004         code.
1005         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
1006         on platform code images.
1007         * security-core-clr.c|h 
1008         (mono_security_set_core_clr_platform_callback): Allow the host
1009         to provide it's own platform check definition.
1010         (mono_security_core_clr_determine_platform_image): Detect if an 
1011         image is platform code (using the specified callback).
1012         (mono_security_core_clr_is_platform_image): Return cached value 
1013         for platform code.
1014
1015 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
1016
1017         * threads.c (mono_create_thread): New helper function to wrap CreateThread
1018         which has different parameter types for the 'tid' argument in windows and
1019         the io-layer.
1020
1021         * appdomain.c attach.c threads.c: Use the new helper.
1022
1023 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1024
1025         * metadata-verify.c: Verify valid table bits.
1026
1027 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1028
1029         * metadata-verify.c (verify_metadata_header): Store size in the size field.
1030
1031         * metadata-verify.c: Add initial table schema verification.
1032
1033 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
1034
1035         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
1036         obtain the refclass argument needed by mono_param_get_objects (). Fixes
1037         #488383.
1038
1039         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
1040
1041         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
1042
1043 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
1044
1045         * security-core-clr.c: Add/update documentation
1046
1047 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
1048
1049         * marshal.c (emit_marshal_object): Generate code to throw an exception
1050         instead of throwing it. Fixes #488670.
1051
1052 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
1053
1054         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
1055         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
1056         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
1057         and add a call to mono_security_core_clr_ensure_delegate_creation
1058         to do the extra checks required by CoreCLR.
1059         * security-core-clr.c|h: Add function to check delegate creation,
1060         both in the binding and accessibility, under CoreCLR.
1061
1062 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
1063
1064         * reflection.c (mono_reflection_create_dynamic_method): when 
1065         coreclr is enabled make sure that every resolved object are
1066         checked (e.g. field and method access).
1067         * security-core-clr.c|h: Add function to check objects resolved
1068         when a dynamic method is created.
1069
1070 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1071
1072         * metadata-verify.c: Cache directory rva translations.
1073
1074         * metadata-verify.c: Add cli-header and streams verification.
1075
1076 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1077
1078         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
1079         the wrong offset (8 instead of 6).
1080
1081 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
1082
1083         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
1084         methods, return the native function address itself. Fixes
1085         #487758.
1086
1087 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1088
1089         * console-io.c: some of the values for control characters might not be
1090         present.
1091
1092 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
1093
1094         * exception.c|h: Add helpers to create [Field|Method]AccessException
1095         * icall.c: Add required coreclr check calls for field reflection.
1096         Move the existing (method) check logic into security-core-clr.c
1097         * security-core-clr.c: Add functions to check if the access of a
1098         field or method is allowed when reflecting under coreclr. This is
1099         mostly done using a stack walk to find the "real" caller: i.e. the
1100         code that is calling the reflection
1101
1102 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
1103
1104         * gc-internal.h: Change location of gc_wrapper.h
1105
1106 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
1107
1108         * class.c: Simplification to coreclr checks for overrides that
1109         makes it easier to set breakpoints.
1110
1111 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
1112
1113         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
1114         mono_security_core_clr_method_level): Avoid potential 
1115         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
1116         user/application code) and make it easier to set breakpoints
1117
1118 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
1119
1120         * metadata-verify.c: Reject cli header tables that mono don't handle.
1121
1122 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
1123
1124         * pedump.c: Fix CLI header dumping.
1125
1126 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
1127
1128         * metadata-verify.c: More CLI header verification.
1129
1130 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
1131
1132         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
1133
1134 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
1135
1136         * metadata-verify.c: Initial verification of the CLI header.
1137
1138 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
1139
1140         * metadata-verify.c (verify_resources_table): Fix verification of zero
1141         sized resource section and id entries count.
1142
1143 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
1144
1145         * icall.c: Handle user types in many Type icalls. Fixes #486303.
1146
1147 2009-03-17  Jb Evain  <jbevain@novell.com>
1148
1149         * profiler.c: call mono_gc_base_init from mono_profiler_load.
1150
1151 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
1152
1153         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
1154         (mono_gc_make_descr_for_array): Ditto.
1155
1156 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
1157
1158         * verify.c (mono_verifier_is_class_full_trust): Add support for
1159         CoreCLR security mode where trusted assemblies are defined as
1160         "platform code".
1161
1162 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1163
1164         * metadata-verify.c: Add minimal PECOFF resource verification.
1165
1166 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1167
1168         * metadata-verify.c: Be less restrictive with some coff fields.
1169
1170 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1171
1172         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
1173         params as boxed values on stack. Fixes #485706.
1174
1175 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
1176
1177         * console-io.c: the termios values may vary in different flavors of unix.
1178
1179 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
1180
1181         * console-io.[ch]: return the entire set of control characters when
1182         initializing the terminal.
1183         * appdomain.c: bump corlib version.
1184
1185 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
1186
1187         * mono-perfcounters.c: added support for in-process custom
1188         performance counters.
1189
1190 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
1191
1192         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
1193
1194 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
1195
1196         * metadata-verify.c: Verify the data pointed by the import table. 
1197
1198 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
1199
1200         * metadata-verify.c (load_data_directories): Store data
1201         directory contents.
1202
1203         * metadata-verify.c: Verify the import table. 
1204
1205 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1206
1207         * metadata-verify.c: Verify data directories.
1208
1209 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1210
1211         * metadata-verify.c: Check section header flags.
1212
1213 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
1214
1215         * appdomain.c: if the assembly name is a shadow-copied file, return
1216         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
1217         in mono_make_shadow_copy.
1218         * icall.c: if the assembly name is a shadow-copied file, replace it
1219         with the original assembly path.
1220
1221         Bug #484244 fixed. NUnit tests for corlib can be run without
1222         --noshadow now.
1223
1224 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
1225
1226         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
1227         entries when the table is reallocated.
1228
1229         * icall.c: Allocate the memory used by the mono_ptr_array macros using
1230         mono_gc_alloc_fixed () since it contains GC refs.
1231
1232 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
1233
1234         * reflection.c (ensure_complete_type): New helper function to call
1235         type resolve handlers for unfinished dynamic types.
1236         (resolve_object): Call it for MonoClassFields. Fixes #483852.
1237
1238 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
1239
1240         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
1241         #483247.
1242
1243 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
1244
1245         * appdomain.c (get_shadow_assembly_location): Fix memleak.
1246
1247 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
1248
1249         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
1250         between GCHandles of type WeakTrackResurrection and the objects they
1251         point to.
1252
1253         * gc.c: Partly implement the sematics of GCHandles of type 
1254         WeakTrackResurrection: these handles should only be cleared after the
1255         finalizer of the object they are pointing to has ran.
1256
1257 2009-03-06  Mark Probst  <mark.probst@gmail.com>
1258
1259         * icall.c: Partially revert r126631 because using the jump
1260         trampolines for generic shared methods makes it superfluous.
1261
1262 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
1263
1264         * threads.c (handle_store): Create the 'threads' hash table with the proper
1265         MONO_HASH_VALUE_GC type.
1266
1267 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
1268
1269         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
1270         FIRST_GC_TRACKED.
1271
1272         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
1273         and LAST_GC_TRACKED as a GC root.
1274
1275         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
1276
1277         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
1278         the static data even if it consists of 1 reference.
1279
1280         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
1281         if there is a GC descriptor.
1282
1283         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
1284         instead of through the GC since they contain no object references.
1285
1286 2009-03-05  Mark Probst  <mark.probst@gmail.com>
1287
1288         * generic-sharing.c (instantiate_other_info): Always return a jump
1289         trampoline for method code.
1290
1291 2009-03-05  Marek Habersack  <mhabersack@novell.com>
1292
1293         * culture-info-tables.h: generated to include the en-tt culture.
1294
1295 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
1296
1297         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
1298         capture the thread context.
1299
1300         * object.c (mono_async_result_new): Cache the invoke wrappers to
1301         ExecutionContext::Capture.
1302
1303 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
1304
1305         * marshal.h: Add a prototype for what mono_compile_method returns
1306         for invoke wrappers.
1307
1308         * gc.c: Use the new prototype declaration.
1309
1310 2009-03-04  Geoff Norton  <gnorton@novell.com>
1311
1312         * boehm-gc.c: Add some MONO_LOG tracing for the GC
1313         * gc-internal.h:
1314         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
1315
1316 2009-03-04  Martin Baulig  <martin@ximian.com>
1317
1318         * mono-debug.h
1319         (mono_debugger_runtime_invoke): Removed.
1320
1321         * mono-debug-debugger.c
1322         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
1323
1324 2009-03-02  Martin Baulig  <martin@ximian.com>
1325
1326         * mono-debug.h
1327         (mono_debugger_unhandled_exception): Removed.
1328         (mono_debugger_handle_exception): Removed.
1329         (mono_debugger_throw_exception): Removed.
1330
1331         * mono-debug.c
1332         (mono_debug_debugger_version): Bump to 5.
1333
1334         * mono-debug-debugger.c: Moved the exception handling code to
1335         ../mini/debug-mini.c
1336
1337 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
1338
1339         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
1340         finalize_objects_hash.
1341
1342         * gc.c: Use the separate lock to access the finalize_objects_hash field.
1343         
1344         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
1345         field.
1346
1347         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
1348         cache.
1349
1350         * image.c (mono_image_close): Free it.
1351         
1352         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
1353         allowing a creation of a wrapper which invokes its method using a CALLVIRT
1354         on the this argument.
1355
1356         * gc.c (run_finalize): Optimize the calling of the finalizers.
1357
1358 2009-03-03  Martin Baulig  <martin@ximian.com>
1359
1360         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
1361         of the `MonoGenericInst' changes.
1362
1363 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1364
1365         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
1366         mono_array_class_get_cached to reduce locking contention. Extract
1367         a domain var.
1368
1369         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
1370         intermediary managed arrays. Use caching version of mono_array_new
1371         to allocate the result array.
1372
1373         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
1374
1375         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
1376
1377         * locales.c (create_names_array_idx):  Use mono_array_new_cached
1378         to reduce locking contention.
1379
1380 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
1381                 
1382         * object.c (mono_method_add_generic_virtual_invocation): Put back the
1383         thunk builder code for the non-interface case.
1384
1385 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
1386
1387         * object.c (get_generic_virtual_entries): New helper function to collect
1388         the virtual generic method instances which need to be added to an IMT
1389         thunk.
1390         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
1391         Instead of creating a new IMT thunk, reset the vtable slot to the
1392         trampoline, the thunk will be created the next time the trampoline is called.
1393         (build_imt_slots): Add support for virtual generic methods in interfaces by
1394         adding to the IMT thunk all the methods registered using 
1395         mono_method_add_generic_virtual_invocation ().
1396
1397         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
1398         (struct _MonoIMTCheckItem): Ditto.
1399
1400         * object.c (mono_method_add_generic_virtual_invocation): Take a
1401         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
1402         the IMT thunk to include all items.
1403         
1404         * object.c (mono_class_create_runtime_vtable): Add a missing
1405         mono_loader_unlock ().
1406
1407 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1408
1409         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1410
1411         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
1412
1413 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1414
1415         * object-internals.h: Rename _MonoReflectionEvent to
1416         MonoReflectionMonoEvent so it reflects the right managed type.
1417         Add a MonoReflectionEvent that correctly represents System.EventInfo.
1418
1419         * icall.c:
1420         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
1421         type.
1422
1423 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1424
1425         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
1426         intermediary managed arrays. Use caching version of mono_array_new
1427         to allocate the result array.
1428
1429 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
1430
1431         * reflection.c: Use cached version of mono_array_new alongside
1432         the mono_reflection_get_custom_attrs_by_type call path.
1433
1434 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
1435
1436         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
1437         intermediary managed arrays. Use caching version of mono_array_new
1438         to allocate the result array.
1439
1440         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
1441
1442 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
1443
1444         * icall.c: Add small implementation of a growable stack bound array.
1445
1446         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
1447
1448         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
1449         intermediary managed arrays. Use caching version of mono_array_new
1450         to allocate the result array.
1451
1452 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
1453
1454         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
1455         helps Enum::CompareTo to be implemented without reboxing all enums
1456         to their underlying type.
1457 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
1458
1459         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
1460         since it acquires a global lock leading to scalability problems.
1461
1462         * profiler.c: Make the stat profiler work with multiple appdomains, this
1463         currently only works when no appdomains are unloaded.
1464
1465 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1466
1467         * appdomain.c: make the check to avoid copying when the assembly is
1468         already shadow copied actually work.
1469
1470 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
1471
1472         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1473
1474         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
1475         changes to the managed side.
1476
1477 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
1478
1479         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
1480         classes + a separate lock for it, as it is used frequently at runtime, not
1481         just during metadata loading/JIT compilation.
1482
1483         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
1484         for szarrays.
1485         
1486         * object-internals.h (mono_class_from_name_cached): New macro to cache
1487         the results of the lookup locally without having to declare a static
1488         variable to hold it.
1489         (mono_class_get_field_from_name_cached): Ditto.
1490         (mono_array_class_get_cached): Ditto.
1491
1492         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
1493         the new macros.
1494         
1495         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
1496         slower search in metadata.
1497
1498         * pedump.c: Fix a warning.
1499
1500 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
1501
1502         * reflection.c (encode_locals): Add checks for user types.
1503         (method_encode_clauses): Ditto.
1504         (method_encode_code): Ditto.
1505         (mono_image_create_token): Ditto.
1506
1507         * object-internals.h: Change the type of more fields from MonoReflectionType*
1508         to MonoObject*.
1509
1510 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
1511
1512         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
1513         the a thread does not suspend within 100ms.
1514
1515         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
1516         in addition to StopRequested as well.
1517
1518         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
1519
1520         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
1521         search the method_hash before inserting a new entry, to avoid crashes when
1522         the same method is inserted multiple times, causing the old 
1523         MonoDebugMethodInfo structure to be freed by the value dtor function.
1524
1525 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1526
1527         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
1528         SO_EXLUSIVEADDRUSE where available.
1529
1530 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
1531
1532         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
1533         runtime invoke wrappers, this time it is string ctor wrappers, which
1534         pass a dummy string as 'this' instead of their obj argument. Fixes
1535         #478473.
1536
1537 2009-02-21  Jb Evain  <jbevain@novell.com>
1538
1539         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
1540         only get create_culture once.
1541
1542 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
1543
1544         * reflection.c (mono_reflection_setup_internal_class): Move the user type
1545         check before the locking.
1546         
1547         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
1548         (mono_reflection_create_runtime_class): Ditto.
1549         (mono_reflection_sighelper_get_signature_local): Ditto.
1550         (mono_reflection_sighelper_get_signature_field): Ditto.
1551
1552         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
1553         is a System.MonoType object or similar.
1554         (monotype_cast): New helper function to cast a MonoObject to a 
1555         MonoReflectionType object.
1556
1557         * object-internals.h: Change MonoReflectionType* members in structures to
1558         MonoObject* members to force the usage of the monotype_cast () function.
1559
1560         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
1561         structures/arrays. This causes us to assert instead of crashing when 
1562         instances of user defined subclasses of System.Type are encountered.
1563
1564 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
1565
1566         * cil-coff.h:
1567         * icall-def.h:
1568         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
1569         win32 resource loaded from a PE file.
1570
1571         * image.c: fix mono_image_lookup_resource.
1572
1573 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
1574
1575         * icall-def.h:
1576         * threads-types.h:
1577         * threads.c: added internal call for WaitHandle.SignalAndWait.
1578
1579 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
1580
1581         * cominterop.c : Adding cominterop_type_from_handle and 
1582           registering it as an icall.  Replacing all references
1583           to type_from_handle.
1584
1585         Code is contributed under MIT/X11 license.
1586
1587 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
1588
1589         * Makefile.am: Add lock-tracer.h and lock-trace.c.
1590
1591         * appdomain.c: Call the tracer init function.
1592
1593         * domain-internals.h: Enable the tracer for the domain locks.
1594
1595         * image.c: Enable the tracer for image locks.
1596
1597         * loader.c: Enable the trace for the loader lock.
1598
1599         * lock-tracer.h:
1600         * lock-tracer.c: Initial implementation of the lock trace utility.
1601         The tracer requires a compile time define to be enabled and a env var
1602         to be enabled at runtime.
1603
1604 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
1605
1606         * domain.c (mono_domain_code_foreach): Improve documentation.
1607
1608 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
1609
1610         * appdomain.c:
1611         * generic-sharing.c:
1612         * object.c:
1613         * reflection.c:  Adjust locking order to the new semantics where the loader lock
1614         comes first.
1615
1616 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
1617
1618         * domain.c: Add mono_domain_code_* functions that perform locking
1619         around the domain codeman.
1620
1621         * domain-internals.h: Export those functions.
1622
1623         * object.c: Use new functions instead of acquiring the domain lock.
1624
1625 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
1626
1627         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
1628         delegate. Fixes #477396.
1629
1630 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
1631
1632         * reflection.c (create_custom_attr): Get rid of alloca.
1633
1634 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
1635
1636         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
1637           Adding exception handling for all CCW calls.
1638
1639         Code is contributed under MIT/X11 license.
1640
1641 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
1642
1643         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
1644
1645         * marshal.c (emit_marshal_boolean): Add null checks to the new 
1646         native->managed marshalling code. Fixes #476247.
1647
1648 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
1649
1650         * class.c (mono_class_get_vtable_entry): Move the addition of
1651         static rgctx invoke wrappers for vtable methods here, this simplifies
1652         a lot of code and causes fewer rgctx wrappers to be created.
1653
1654         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
1655         name of the statistics to begin with an uppercase.
1656
1657 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
1658
1659         * reflection.c: Revert previous change as it breaks the build.
1660         
1661 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
1662
1663         * verify.c: Properly handle SZARRAY element type.
1664
1665         Fixes #474271.
1666
1667 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
1668
1669         * reflection.c (mono_image_create_method_token): Correctly encode
1670         MethodDef MemberRefParent token.
1671
1672         Fixes #472845.
1673
1674 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
1675
1676         * image.c (mono_image_close): Delete the critical section before
1677         freeing the memory holding it.
1678
1679 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
1680
1681         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
1682         Fixes #476257.
1683
1684 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
1685
1686         * pedump.c (main): Call mono_marshal_init so pedump
1687         doesn't crash.
1688
1689 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
1690
1691         * loader.c (method_from_memberref): Properly fix #474271 and
1692         don't break the runtime bad.
1693
1694 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
1695
1696         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
1697         (mono_domain_alloc0): Ditto.
1698
1699 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
1700
1701         * loader.c (method_from_memberref): Don't abort if the array
1702         method is not found. A regular loader failure is more informative
1703         and correct.
1704
1705         Fixes #474271.
1706
1707 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
1708
1709         *loader.c: Guard MonoImage::method_cache/methodref_cache
1710         using the image lock instead of the loader lock.
1711
1712         * metadata.h: Add comments about which fields are protected by
1713         the image lock.
1714
1715 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
1716
1717         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
1718
1719         * generic-sharing.c (mono_method_construct_object_context): Remove the
1720         wrapper_type == NONE assert, it is not needed.
1721
1722 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
1723
1724         * reflection.c (clear_cached_object): New helper function.
1725         (mono_method_clear_object): New function to clear the cached reflection
1726         objects for a dynamic method.
1727
1728         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
1729         Partly fixes # 463323.
1730         
1731 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
1732
1733         * class.c:
1734         * loader.c:
1735         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
1736
1737 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
1738
1739         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
1740         take the image lock instead of the loader lock.
1741
1742         * metadata-internals.h: Export new functions.
1743
1744 2009-02-12  Miguel de Icaza  <miguel@novell.com>
1745
1746         * domain.c (app_config_parse): Remove another use of stat that is
1747         not necessary as g_file_get_contents already does the presence
1748         check. 
1749
1750 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
1751
1752         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
1753
1754         * marshal.c: Move the bstr handling code to cominterop.c.
1755
1756         * marshal.c: Remove some COM interop code missed previously.
1757
1758 2009-02-12  Miguel de Icaza  <miguel@novell.com>
1759
1760         More Paolo patches from the Wii port:
1761         
1762         * security.c: Remove ves_icall_System_Environment_get_UserName
1763         from here.
1764
1765         * icall.c: And put ves_icall_System_Environment_get_UserName
1766         here. 
1767
1768         * appdomain.c (mono_set_private_bin_path_from_config): Remove
1769         redundant call to stat that was only used to test for the file
1770         existence.   Patch from Paolo.
1771
1772         * gc.c (run_finalize): If COM is disabled, do not link in
1773         mono_marshal_free_ccw.
1774
1775         * generic-sharing.c: Use alloca.h here as well.
1776
1777 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
1778
1779         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
1780
1781 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
1782
1783         * cominterop.c cominterop.h: New files.
1784
1785         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
1786         function/typedefs which are needed by cominterop.c global.
1787
1788 2009-02-12  Mark Probst  <mark.probst@gmail.com>
1789
1790         * generic-sharing.c: Don't take the loader lock to guard image
1791         mempool allocs.
1792
1793 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1794
1795         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
1796         called without the loader lock which is required to guard MonoImage:tokens.
1797
1798 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1799
1800         * class.c:
1801         * metadata.c:
1802         * method-builder.c:
1803         * marshal.c:
1804         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
1805
1806 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1807
1808         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
1809         Rework the code to use regular mono_image_alloc/0.
1810
1811         * loader.c: Rework the code to use regular mono_image_alloc/0.
1812
1813         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
1814
1815 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
1816
1817         * object-internals.h : Fixing a typo in the 
1818           MonoReflectionComVisibleAttribute struct.
1819
1820         * marshal.c (cominterop_com_visible): Check the implemented 
1821           interfaces for ComImport.
1822
1823         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
1824           assume that bools should be treated as VARIANTBOOLs.
1825
1826         * marshal.c (emit_marshal_boolean): Adding cases for 
1827           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
1828
1829         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
1830           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
1831
1832         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
1833           should be treated as VARIANTBOOLs.    
1834
1835         Code is contributed under MIT/X11 license.
1836
1837 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1838
1839         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
1840         allocation with the image lock.
1841
1842 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1843
1844         This patch is the last of a series to remove explicit reference of MonoImage::mempool
1845         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
1846
1847         * object.c: Add mono_string_to_utf8_image.
1848
1849         * object-internals.h: Export mono_string_to_utf8_image.
1850
1851         * reflection.c: Rework all explicit references to the the image mempool to go thought
1852         the mono_image_alloc set of functions.
1853
1854 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1855
1856         This patch is the third of a series to remove explicit reference of MonoImage::mempool
1857         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
1858         and generics-sharing.c.
1859
1860         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
1861         as first argument. Note that this function remains broken as it doesn't perform locking around the
1862         mempool allocation.
1863
1864         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
1865
1866         * image.c: Add g_slist_append_image.
1867
1868         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
1869         the supplied image for allocation. Move code into mono_metadata_field_info_full.
1870
1871         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
1872         Fix all related code to do the same.
1873
1874         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
1875
1876         * metadata-internals.h: Fix the signatures.
1877
1878 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
1879
1880         This patch is the second of a series to remove explicit reference of MonoImage::mempool
1881         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
1882         and similar to work using MonoImage.
1883
1884         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
1885         MonoMemPool.
1886
1887         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
1888
1889         * class.c (mono_metadata_signature_deep_dup): Same.
1890
1891         * class.c (inflate_generic_type): Same.
1892
1893         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
1894
1895         * metadata.c (mono_metadata_signature_dup_full): Same.
1896
1897         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
1898         mono_metadata_signature_dup_full.
1899
1900         * metadata.c (mono_metadata_type_dup): Same.
1901
1902         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
1903
1904         * reflection.c: Same.
1905
1906         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
1907
1908         * metadata-internals.h: Fix the signatures.
1909
1910         * class-internals.h: Same.
1911
1912 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
1913
1914         This patch is the first of a series to remove explicit reference of MonoImage::mempool
1915         and use mono_image_alloc set of functions instead. 
1916
1917         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
1918         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
1919         of a MonoMemPool.
1920
1921         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
1922
1923         * class.c (g_list_prepend_mempool): Removed.
1924
1925         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
1926
1927         * image.c: Add g_list_prepend_image.
1928
1929         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
1930
1931         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
1932
1933
1934 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
1935
1936         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
1937         mono_image_unlock.
1938
1939         * image.c (mono_image_init): Init the lock field.
1940  
1941         * image.c (mono_image_init): Cleanup the lock field.
1942
1943         * image.c: Add mono_image_(un)lock functions.
1944
1945 2009-02-11  Mark Probst  <mark.probst@gmail.com>
1946
1947         * class.c, class-internals.h: mono_method_get_context_general()
1948         combines the functionality of mono_method_get_context() and
1949         mini_method_get_context().
1950
1951         * generic-sharing.c, domain-internals.h:
1952         mono_method_construct_object_context() and
1953         mono_domain_lookup_shared_generic() moved from mini.
1954
1955         * icall.c (ves_icall_InternalInvoke): Handle the case where the
1956         method doesn't have the correct instantiation because it's shared
1957         generic code.  Fixes #473999.
1958
1959 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
1960
1961         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
1962
1963         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
1964         
1965 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
1966
1967         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
1968
1969         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
1970
1971         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
1972         and recheck the cache for dups after it.
1973
1974         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
1975
1976         Fixes one of the deadlocks found in #473150.
1977
1978 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
1979
1980         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
1981           For Win32, add additional break conditions for accept.
1982
1983         Code is contributed under MIT/X11 license.
1984
1985 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
1986
1987         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
1988         lazily initialize the native wrapper cache.
1989         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
1990         cache, since they are different from the normal wrappers.
1991
1992         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
1993
1994         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
1995         AOT compiled native wrappers.
1996
1997 2009-02-09  Geoff Norton  <gnorton@novell.com>
1998
1999         * appdomain.h:
2000         * security-core-clr.c: Allow enabling core-clr from the embedding
2001         API.
2002
2003 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
2004
2005         * socket-io.c: when requesting all the local ips, if there are no
2006         interfaces up and running, MS returns 127.0.0.1.
2007
2008 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
2009
2010         * mono-perfcounters-def.h: processor time is an inverse time.
2011         Fixes bug #468625.
2012
2013 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
2014
2015         * socket-io.c: an empty host name returns the list of local IPs.
2016         Fixes bug #386637 part 1/2.
2017
2018 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
2019
2020         * verify.c (mono_class_interface_implements_interface): Call
2021         mono_class_setup_interfaces ().
2022         (merge_stacks): Ditto.
2023
2024 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
2025
2026         * class.c (mono_class_setup_interfaces): New function to lazily initalize
2027         klass->interfaces.
2028         (mono_generic_class_get_class): Don't initalize klass->interfaces.
2029         (mono_generic_class_get_class): Ditto.
2030
2031 2009-02-06  U-QUACK\miguel  <miguel@quack>
2032
2033         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
2034         they live in security.c
2035
2036         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
2037         another bit from Paolo's code.
2038
2039 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
2040
2041         * object.c (build_imt_slots): Add a small optimization to avoid inflating
2042         methods which will be discarded by add_imt_builder_entry ().
2043
2044         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
2045         need to be boxed.
2046
2047         * loader.c: Add a statistics for the size of the memberref signature cache.
2048         
2049         * loader.c (find_cached_memberref_sig): New helper function.
2050         (cache_memberref_sig): Ditto.
2051
2052         * loader.c: Cache the result of parsing memberref signatures, since otherwise
2053         they will be parsed again for every generic instantiation, leading to unbounded
2054         memory growth.
2055
2056 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
2057
2058         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
2059         parameters of generic methods.
2060
2061         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
2062         after the original method is copied to the inflated method.
2063         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
2064
2065         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
2066         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
2067
2068         * class.c metadata.c: Update after the changes above.
2069
2070 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
2071
2072         * metadata-verify.c: Simplified error handling and added
2073         section table validation.
2074
2075 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
2076
2077         * class-internals.h (MonoClassExt): New structure containing rarely used
2078         fields of MonoClass.
2079         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
2080         through a new 'ext' field.
2081
2082         * class.c (mono_class_alloc_ext): New helper function to allocate 
2083         class->ext.
2084
2085         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
2086
2087 2009-02-05  Mark Probst  <mark.probst@gmail.com>
2088
2089         * object.c (mono_object_get_virtual_method): Properly inflate
2090         generic methods.  Fixes #472692.
2091
2092 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
2093
2094         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
2095         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
2096         for the parent type, the created type must be ready to be used on a generic
2097         instantiation.
2098         We fill this_arg/byval_arg if the parent is a generic instance to make sure
2099         we won't have duplicated entries in generic_inst_cache.
2100
2101         Fixes #469553.
2102
2103 2009-02-05  Miguel De Icaza  <miguel@novell.com>
2104
2105         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
2106         replace with plain BSD per the comments on the bug MONO77637.
2107
2108 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
2109
2110         * class.c (mono_class_get_generic_class): New accessor function.
2111         (mono_class_get_generic_container): Ditto.
2112
2113         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
2114         fields, similar to the ones in MonoMethod.
2115
2116         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
2117         (mono_class_create_from_typedef): Set klass->is_generic if needed.
2118
2119         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
2120         
2121         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
2122         the same information as element_class->byval_arg.
2123
2124         * class.c reflection.c: Remove references to class->byval_arg.
2125
2126         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
2127         klass->enum_basetype directly.
2128
2129         * verify.c metadata.c object.c icall.c reflection.c: Use 
2130         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
2131         directly.
2132
2133 2009-02-04  Miguel de Icaza  <miguel@novell.com>
2134
2135         * icall-def.h: Remove internal calls for sockets when
2136         DISABLE_SOCKET is defined, file system writing features when the
2137         OS only support reading and not writing data and Policy support if
2138         the Policy is disabled.
2139         
2140         * image.c (do_mono_image_open): Apply Paolo's patches for using
2141         mono_file_map_ APIs here.
2142
2143         * assembly.c: Add support for platforms to avoid prefix
2144         auto-detection. 
2145
2146 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
2147
2148         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
2149         warning.
2150
2151         * class.c (mono_class_inflate_generic_class): New helper function.
2152
2153         * class.c: Use mono_class_inflate_generic_class in a few places. Add
2154         statistics for inflated methods/classes.
2155
2156         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
2157
2158         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
2159         the call is made from Delegate.CreateDelegate () for the invoke method of
2160         a delegate.
2161
2162         * loader.c: Add a statistics for the memory occupied by inflated signatures.
2163
2164         * metadata.c (mono_metadata_signature_size): New helper function.
2165
2166         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
2167         generic instances.
2168
2169         * metadata.c (inflated_method_in_image): Avoid calling 
2170         mono_method_signature () if the method does not already have a signature.
2171
2172 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
2173
2174         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
2175         valuetype is compatible with target type, check by inheritance as a
2176         VT is not really compatible with System.ValueType, for example.
2177
2178         * verify.c (do_invoke_method): Improve error message.
2179
2180         * verify.c (do_box_value): If boxing a nullable, use the type argument
2181         on stack instead.
2182
2183         * verify.c (do_newobj): Improve error message.  
2184
2185         Fixes #469549.
2186
2187 2009-02-03  Miguel de Icaza  <miguel@novell.com>
2188
2189         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
2190
2191 2009-02-03  Mark Probst  <mark.probst@gmail.com>
2192
2193         * generic-sharing.c: Don't hold domain lock when calling
2194         instantiate_other_info().  Fixes #471958.
2195
2196         * domain-internals.h, loader.c: Describe locking policy of domain
2197         lock vs loader lock.
2198
2199 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
2200
2201         * verify.c (mono_delegate_signature_equal): Make it possible to check
2202         first-arg-bound delegates to static method.
2203
2204         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
2205         static methods with the first arg bound.
2206
2207         Fixes #469529.
2208
2209 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
2210
2211         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
2212         errors.
2213
2214         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
2215         under strict mode. Any type, when boxed can be seen as a reference type.
2216
2217         Fixes #469528.
2218
2219 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
2220
2221         * object.h: The lower bound of an array is a signed integer value.
2222         Introduce mono_array_lower_bound_t typedef. It should be used instead of
2223         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
2224
2225         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
2226         calculate the upper bound.
2227         
2228         Fixes #471252.
2229
2230 2009-02-02  Miguel de Icaza  <miguel@novell.com>
2231
2232         From Paolo's work, refactored, cleared up:
2233         
2234         * threadpool.c, icall.c: ifdef code that requires a working socket
2235         stack.
2236
2237         * metadata.c (mono_metadata_field_info): Do not attempt to return
2238         a value from a function declared as void.
2239
2240         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
2241         from the console stack.
2242
2243         * assembly.c: use strrchr instead of rindex.
2244
2245         * class.c, object.c, marshal.c, icall.c, reflection.c: include
2246         alloca.h on systems that have it.
2247
2248         * environment.c: Avoid code that uses stuff from
2249         HAVE_SYS_UTSNAME_H
2250         
2251         * appdomain.c: Include sys/time.h.
2252
2253         * console-io.c: include sys/ioctl.h if it is available.
2254
2255 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
2256
2257         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
2258
2259         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
2260         the method builder.
2261
2262         * marshal.c: Set mb->skip_visibility instead of setting it on the method
2263         after it was created and cached, as the later is not thread safe.
2264         
2265 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
2266
2267         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
2268         called while the debugging module is not initialized. Fixes #471669.
2269
2270 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
2271
2272         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
2273
2274         Fixes #471255.
2275
2276 2009-02-02  Mark Probst  <mark.probst@gmail.com>
2277
2278         * generic-sharing.c (lookup_or_register_other_info): Make sure the
2279         loader lock is not taken while the templates lock is held.  Fixes
2280         #471089.
2281
2282 2009-02-02  Mark Probst  <mark.probst@gmail.com>
2283
2284         * metadata.c (type_in_image): Added a check to fix a monodis
2285         crash.
2286
2287 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
2288
2289         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
2290         nullable arguments.
2291
2292         * object.c (mono_runtime_invoke_array): Ditto.
2293         
2294         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
2295         freeing wrappers of dynamic methods.
2296
2297         * loader.c (mono_free_method): Call it. Fixes #463323.
2298         
2299         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
2300         methods taking vtype/byref arguments, to fix yet another bug caused by
2301         the sharing of runtime invoke wrappers. Partly fixes #471259.
2302
2303 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
2304
2305         * debug-mono-symfile.c (check_line): Return NULL instead of returning
2306         <first file in file table>:1 when the IL offset does not have an associated
2307         line number.
2308
2309 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
2310
2311         * mono-debug.c (mono_debug_lookup_locals): New function to return local
2312         variable info for a method.
2313
2314         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
2315         
2316 2009-01-30  Jb Evain  <jbevain@novell.com>
2317
2318         * pedump.c: reuse code from monodis to make sure pedump honors
2319         MONO_PATH, which is needed to verify net_2_1 assemblies.
2320
2321 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
2322
2323         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
2324         there is no line number info.
2325
2326 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
2327
2328         Avoid some MonoType allocations
2329         * reflection.c (mono_reflection_initialize_generic_parameter):
2330         Reuse MonoType from param->pklass rather than allocating one.
2331         (mono_dynamic_image_free): Update to changes.
2332
2333 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
2334
2335         Rearrange some code to improve consistency
2336         * reflection.c (mono_reflection_setup_generic_class): Move body ...
2337         (mono_reflection_initialize_generic_parameter): ... here.
2338
2339 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
2340
2341         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
2342         with type constraints as an experiment.
2343
2344         * boehm-gc.c (on_gc_notification): Update mono_stats.
2345
2346 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
2347
2348         Avoid some allocations
2349         * class-internals.h (_MonoGenericInst::type_argv): Convert from
2350         pointer to tail array to avoid extra allocation.
2351         * metadata.c (free_generic_inst): Update to changes.
2352         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
2353         on-stack struct.
2354
2355 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
2356
2357         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
2358         return TRUE if the two type objects are the same.
2359
2360 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
2361
2362         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
2363         (mono_class_native_size): Use klass->marshal_info->min_align instead of
2364         klass->min_align, since klass->min_align contains the managed alignment,
2365         while the native alignment can be different, like for longs on x86.
2366         Fixes #469135.
2367
2368         * class-internals.h (MonoMarshalType): Add a min_align field.
2369
2370 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
2371
2372         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
2373         the 1.0 format.
2374
2375 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
2376
2377         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
2378         some comments about the usage of the used_regs field.
2379
2380         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
2381         Fixes #469217.
2382
2383 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2384
2385         * appdomain.c: return NULL instead of throwing FileNotFoundException
2386         when LoadAssembly() fails.
2387
2388 2009-01-23  Mark Probst  <mark.probst@gmail.com>
2389
2390         * metadata.c (mono_metadata_generic_param_equal): Only compare the
2391         image if the owner is NULL.  Fixes the AOT failures.
2392
2393 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
2394
2395         * metadata.c (mono_metadata_load_generic_params): Initialize the 
2396         MonoGenericParam structure using memset so the image field is initialized
2397         as well.
2398
2399 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2400
2401         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
2402         a plain store.
2403
2404 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
2405
2406         * class.c (mono_class_setup_vtable_general): In the generic instance
2407         optimization, set method->slot for abstract virtual methods. Fixes part of
2408         #467834.
2409
2410 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
2411
2412         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
2413         which signals that the unloading has started but all appdomain services must
2414         remain operational.
2415
2416         * appdomain.c (mono_domain_unload): The initial state for unloading now
2417         is unloading_start and we switch to unloading after the managed call to
2418         AppDomain::DomainUnload has finished.
2419
2420         The new unloading state has to be created because managed code in the
2421         DomainUnload event can depend on things like the threadpool still working.
2422         The domain must remain fully functional while the event executes.
2423
2424         This shown as an issue due to Process::WaitForExit, which waits for
2425         async reads of stdout and stderr to complete. Since those are processed
2426         in the threadpool the code deadlocks because the DomainUnload callback 
2427         waits for the async read finished event, which should have been set by a
2428         threadpool job but has been discarded due to the domain been in unload
2429         state.
2430
2431 2009-01-21  Mark Probst  <mark.probst@gmail.com>
2432
2433         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
2434         image must match.
2435
2436 2009-01-21  Mark Probst  <mark.probst@gmail.com>
2437
2438         * reflection.c (resolve_object): For fields, inflate the class and
2439         then get the field in the inflated class.
2440
2441 2009-01-20  Mark Probst  <mark.probst@gmail.com>
2442
2443         * object-internals.h (struct _MonoException): Added a comment
2444         explaining the new use of trace_ips.
2445
2446 2009-01-20  Mark Probst  <mark.probst@gmail.com>
2447
2448         * generic-sharing.c (inflate_other_data): Inflate array methods
2449         correctly.
2450
2451         * loader.c, class-internals.h: Rename search_in_array_class() to
2452         mono_method_search_in_array_class() and make it non-static.
2453
2454 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
2455
2456         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
2457         Hopefully fixes #458168.
2458
2459 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
2460
2461         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
2462         as it is performed elsewhere.
2463
2464         Code is contributed under MIT/X11 license
2465
2466 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
2467
2468         * mono-perfcounters-def.h: Add counters for asp.net requests total and
2469         requests queued.
2470         * object.c (mono_raise_exception): Increment the exceptions total
2471         counter when an exception is thrown.
2472         * class-internals.h: Add a location for storing the total number of
2473         asp.net requests served.
2474         * mono-perfcounters.c: Implement update support for asp.net counters
2475         from the class libraries. Implement read support for asp.net counters
2476         and exceptions total counter.
2477
2478 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
2479
2480         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
2481         accessing klass->methods. Fixes #467385.
2482
2483 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
2484
2485         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
2486         for byval arguments without an [Out] attribute. Fixes #467212.
2487
2488         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
2489         Fix compilation under android.
2490         
2491         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
2492         processed, scan them directly after they are copied, to achieve better locality
2493         and cache usage.
2494
2495         * socket-io.c: Applied patch from Koushik Dutta
2496         (koush@koushikdutta.com). Disable IPV6 when running under android.
2497
2498 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
2499
2500         * icall.c (ves_icall_InternalExecute): Add write barriers.
2501
2502         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
2503         the GC code.
2504
2505         * sgen-gc.c: Implement write barriers in IL code.
2506
2507 2009-01-17  Geoff Norton  <gnorton@novell.com>
2508
2509         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
2510
2511 2009-01-17  Geoff Norton  <gnorton@novell.com>
2512
2513         * image.c: When unloading the image->references table, there can be gaps
2514         in it.  Ensure that we iterate every entry to avoid leaking assembly references
2515         when unloading an appdomain.
2516
2517 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
2518
2519         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
2520         speed up ptr-in-nursery checks.
2521
2522         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
2523         threads_lock () to prevent deadlocks.
2524
2525         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
2526         does not need to be scanned during minor collections, since writes to it
2527         must use write barriers.
2528
2529 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
2530
2531         * metadata-verify.c: Add pe nt header verification.
2532         
2533 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
2534
2535         * gc.c: Fix a few warnings when using SGEN.
2536
2537 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
2538
2539         * metadata-verify.c: Add pe optional header verification.
2540
2541 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
2542
2543         * sgen-gc.c: Add support for user defined marker functions, used by
2544         MonoGHashTable to avoid registering a GC root for every hash node.
2545
2546 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
2547
2548         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
2549         non-pinned roots into separate hashes to avoid having to traverse them
2550         in functions which are only interested in one kind.
2551
2552 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
2553
2554         * metadata-verify.c: Add pe header machine field verification.
2555         
2556 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
2557
2558         * metadata-verify.c: Add pe header size verification.
2559
2560 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
2561
2562         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
2563         using the GC, they don't contain references.
2564
2565         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
2566
2567 2009-01-13  Geoff Norton  <gnorton@novell.com>
2568
2569         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
2570         AppDomains created on the native side can be cleaned up on the native side.
2571
2572 2009-01-13  Geoff Norton  <gnorton@novell.com>
2573
2574         * appdomain.c: Ensure that we call mono_context_init for the embedding api
2575         as well as the managed api.
2576
2577 2009-01-13  Geoff Norton  <gnorton@novell.com>
2578
2579         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
2580         with a MonoAppDomain initialized against it.
2581
2582 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
2583
2584         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
2585         
2586         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
2587
2588         * marshal.c: Avoid setting the exception clauses after a method has been entered 
2589         into the wrapper caches. Fixes #465700.
2590
2591         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
2592         method builder.
2593         (mono_mb_create_method): Set the clauses from the method builder.
2594
2595 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
2596
2597         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
2598         Patch from Makoto Kishimoto.
2599
2600 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
2601
2602         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
2603         encoding them as ROOT_DESC_COMPLEX.
2604         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
2605
2606 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
2607
2608         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
2609         no longer point to the nursery.
2610
2611         * sgen-gc.c: Add a few comments/FIXMEs.
2612         
2613         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
2614
2615         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
2616         initialization of the various _method variables thread safe. Fixes
2617         #465377.
2618
2619 2009-01-12  Mark Probst  <mark.probst@gmail.com>
2620
2621         * domain.c, domain-internals.h: Remove the shared_generics_hash
2622         and its lookup functions.
2623
2624 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
2625
2626         * socket-io.c:  Fixing the MSVC build. 
2627
2628         Code is contributed under MIT/X11 license.
2629
2630 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
2631
2632         * metadata-verify.c: Add pe header watermark verification.
2633
2634 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
2635
2636         * metadata-verify.c: Add lfanew verification.
2637
2638 2009-01-12  Jb Evain  <jbevain@novell.com>
2639
2640         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
2641         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
2642
2643 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
2644
2645         * socket-io.c: Fix the build.
2646
2647         * environment.c: Fix an #ifdef.
2648
2649 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
2650
2651         * threadpool.c (async_invoke_thread): Handle the wait function returning
2652         WAIT_IO_COMPLETION as well.
2653         (async_invoke_io_thread): Ditto.
2654
2655 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
2656
2657         * threads.c: Fixing the Windows build.
2658
2659         Code is contributed under MIT/X11 license.
2660
2661 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
2662  
2663         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
2664         interrupt a wait.
2665         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
2666         the thread to wait again.
2667
2668 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
2669
2670         * metadata-verify.c: Initial skeleton of the metadata verifier.
2671
2672         * pedump.c: Add support for the metadata verifier.
2673
2674         * verify-internal.h: Export the whole assembly metadata verifier function.
2675
2676 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
2677
2678         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
2679
2680 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
2681
2682         * Makefile.am: Upgrade dtrace-prelink.sh location.
2683
2684 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
2685
2686         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
2687         well. Otherwise the shutdown deadlock that happens on unix will can happen
2688         as well.
2689         If the main thread code finishes too fast it's possible that the finalizer
2690         thread won't have executed yet, won't record itself as the finalizer thread
2691         and the shutdown sequence will wait on it forever.
2692
2693 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
2694
2695         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
2696         with MSVC.
2697
2698 2009-01-08  Miguel de Icaza  <miguel@novell.com>
2699
2700         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
2701         Robert Jordan for pointing this out.
2702
2703 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
2704
2705         * icall.c
2706         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
2707         ves_icall_System_IO_DriveInfo_GetDriveType.
2708
2709 2009-01-07  Miguel de Icaza  <miguel@novell.com>
2710
2711         * icall.c: Wrap calls to mono_strtod in CriticalSection
2712         invocations when using eglib, to work around #464316.
2713
2714 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
2715
2716         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
2717         return value of GetCurrentDirectory to never access unitialized memory.
2718
2719 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
2720
2721         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
2722         return value of GetCurrentDirectory and expand the buffer if needed.
2723
2724         Fixes #459094.
2725
2726 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
2727
2728         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
2729           Adding a call to mono_init_com_types.
2730
2731         Code is contributed under MIT/X11 license.
2732
2733 2009-01-07  Geoff Norton  <gnorton@novell.com>
2734
2735         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
2736         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
2737         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
2738         be the value of the ip buffer.
2739
2740 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
2741
2742         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
2743         interfaces_packed here.
2744
2745         Fixes part of #463294.
2746
2747 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
2748
2749         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
2750
2751         Fixes part of #463294.
2752
2753 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
2754
2755         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
2756         is a boxed complex as well.
2757
2758         Fixes part of #463294.
2759
2760 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
2761
2762         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
2763         control if a methodspec should be created for the generic method definition from external assemblies.
2764         Caching of methodspec is done using the handleref hash table.
2765
2766         Fixes #462592.
2767
2768 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
2769
2770         * loader.c (find_method): When searching the interfaces of a class
2771         check the transitive closure of implemented interfaces.
2772
2773         Fixes #463303.
2774
2775 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
2776
2777         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
2778         
2779 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
2780
2781         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
2782         interfaces calculation to fill_valuetype_array_derived_types.
2783
2784         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
2785         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
2786         for example.
2787
2788         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
2789         interfaces for valuetypes if needed.    
2790
2791         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
2792         for their basetype as well. Types are array expanded if rank is > 0.
2793
2794         Fixes #400716.
2795
2796 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
2797
2798         * socket-io.h : Changing the signature of
2799           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
2800           the blocking state.
2801
2802         * icall-def.h :  Changing the signature of
2803           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
2804
2805         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
2806           For Windows only.  Avoid blocking when calling accept by
2807           querying for a connection via select.  The loop also queries
2808           the thread state every 1000 micro seconds for the thread
2809           stop state.  This will avoid the process hanging on shutdown
2810           when using a TcpChannel that is never connected to.
2811
2812         Code is contributed under MIT/X11 license.
2813
2814 2008-12-30  Marek Safar  <marek.safar@gmail.com>
2815
2816         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
2817
2818 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
2819
2820         * class.c (get_implicit_generic_array_interfaces): Extract common
2821         code to a helper function making it a lot easier on the eyes.
2822
2823 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
2824
2825         * class.c (get_implicit_generic_array_interfaces): If the internal
2826         enumerator is an interface inflate System.Object instead of itself.
2827
2828         Fixes #461261.
2829
2830 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
2831
2832         * object.c (mono_runtime_invoke_array): Don't assert with
2833         byref nullable types.
2834
2835         * marshal.c (mono_marshal_get_runtime_invoke): To handle
2836         byref nullables we unbox the object and store it on the
2837         stack. 
2838         We can't use the boxed object since it is the T of Nullable<T>
2839         and the boxed representation of a nullable it's underlying type
2840         or null.
2841         We could cheat and create a boxed nullable and use the same
2842         machinery of other byref VTs but this feels like a hack and
2843         using the stack has the bonus of reducing heap pressure.
2844
2845         Fixes #461941.
2846
2847 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
2848
2849         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
2850         return value.
2851
2852         Fixes #461867.
2853
2854 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
2855
2856         * icall-def.h : Adding an internal call definition for 
2857           System.Environment.internalBroadcastSettingChange.
2858
2859         * icall.c : Adding a Windows only implementation to broadcast a 
2860           WM_SETTINGCHANGE when an environment variable has changed.
2861
2862         Code is contributed under MIT/X11 license.
2863
2864 2008-12-19  Mark Probst  <mark.probst@gmail.com>
2865
2866         * class.c, class-internals.h: Made
2867         mono_class_has_parent_and_ignore_generics() non-static.
2868
2869 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
2870
2871         * image.c: deal with the mmap failing when loading an image.
2872
2873 2008-12-17  Geoff Norton  <gnorton@novell.com>
2874
2875         * threadpool.c: Ensure that the io_queue_lock is initialized
2876         in all circumstances, as we always attempt to cleanup against it.
2877
2878 2008-12-17  Miguel de Icaza  <miguel@novell.com>
2879
2880         * icall.c (ves_icall_System_Environment_get_Platform): For
2881         compatibility reasons for existing client code we will keep
2882         returning 4 for a while.   
2883
2884         For how long will depend on the documentation being updated, and
2885         for us to give client code a chance to be updated.
2886
2887         This reverts the original decison on #433108 since we did not
2888         catch roughly 33 instances of the broken code in our own source
2889         code base, we did not catch failures on the buildbots, and QA did
2890         not bring this as a problem.
2891
2892         Only today I found some customer's code breaking due to our own
2893         class libraries not being fully updated and tracked it down to
2894         this change.  I am reverting it because if we could not even get
2895         our story straight in our own code base, how can we hope that our
2896         end user code be fixed?
2897
2898         As of this morning, our Wiki page that documents how to detect
2899         Unix had not been fixed.    
2900
2901 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
2902
2903         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
2904
2905         * class.c (mono_class_get_fields): Handle loading errors.
2906
2907 2008-12-12 Mark Mason <mmason@upwardaccess.com>
2908
2909         * 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.
2910         
2911 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2912
2913         * mono-perfcounters.c: avoid warning.
2914
2915 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
2916
2917         * reflection.c (ensure_runtime_vtable): Work on generic instances and
2918         make sure all interfaces have MonoClass::interface_id set.
2919
2920         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
2921         method table is property set.
2922
2923 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
2924
2925         * class.c: New function mono_class_setup_interface_id that setup
2926         MonoClass::interface_id if needed.
2927
2928         * class-internals.h: Export new function.
2929
2930 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
2931
2932         * class.c: Add code to sanity check the vtable after setup_vtable_general
2933         has done it's work.
2934
2935 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2936
2937         * icall.c: make Assembly.GetExecutingAssembly work properly when
2938         reflection is used to invoke the method.
2939         Bug #321781 fixed.
2940
2941 2008-12-11  Mark Probst  <mark.probst@gmail.com>
2942
2943         * metadata/generic-sharing.c: Look for constraints in all type
2944         arguments, not just the first one.
2945
2946 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
2947
2948         * appdomain.c: return the correct CodeBase for an Assembly instance
2949         that was loaded from the shadow-copy directories.
2950         Bug #458190 fixed.
2951
2952 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
2953
2954         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
2955
2956         * sgen-gc.c (check_object): New debugging helper function.
2957
2958         * object.c: Fix calls to mono_value_copy_array ().
2959
2960 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
2961
2962         * class.c (mono_class_setup_fields): If working on an inflated class
2963         first check if the generic definition did init with success.
2964
2965         Fixes #445361.
2966
2967 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
2968
2969         pedump.c (main): Fix a warning.
2970
2971 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
2972
2973         * object-internals.h : Adding a definition for 
2974           MonoReflectionComVisibleAttribute.
2975
2976         * marshal.c (cominterop_com_visible) :  Method added to check the 
2977           ComVisible attribute of a class.
2978
2979         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
2980           cominterop_raise_hr_exception added to consolidate common code 
2981           to raise hr exceptions.
2982
2983         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
2984           if a managed class should support IDispatch.
2985
2986         * marshal.c 
2987           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
2988           Added additional checks for managed object when getting 
2989           an IDispatch interface.
2990
2991         Code is contributed under MIT/X11 license.
2992
2993 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
2994
2995         pedump.c (main): Handle mono_get_method () returning NULL. 
2996
2997 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
2998
2999         * marshal.h: Fix a warning.
3000
3001 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
3002
3003         * marshal.c : Adding cominterop_release_all_rcws to release all
3004           runtime callable wrappers held by the runtime.
3005
3006         * marshal.h : Adding declaration for cominterop_release_all_rcws.
3007           
3008         Code is contributed under MIT/X11 license.
3009
3010 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
3011
3012         * metadata.c (mono_image_alloc_lock): New helper function.
3013         (mono_image_alloc0_lock): Ditto.
3014
3015         * metadata.c: Use the alloc_lock () helper functions for allocating
3016         memory from the image mempool.
3017
3018 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
3019
3020         * class.c (mono_class_from_generic_parameter): Document it's
3021         locking behavior. Fix double checked locking here, we stored in
3022         param->pklass a partially initialized MonoClass and no membar was used.
3023
3024 2008-12-05  Marek Habersack  <mhabersack@novell.com>
3025
3026         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
3027         (3) functions are present in the C library use them to do the
3028         job. If they are absent, make sure that the sum of int_part and
3029         dec_part is rounded before returning. This is necessary due to the
3030         division of dec_part by the power of 10 before the final addition
3031         is performed - if the result is not rounded in some cases it will
3032         yield invalid results.
3033
3034 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
3035
3036         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
3037         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
3038         instruction instead of a pointer constant.
3039
3040 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
3041
3042         * loader.c (mono_method_get_header): Do most of the work outside the
3043         loader lock, to avoid assembly load hook deadlocks.
3044
3045         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
3046         (mono_metadata_parse_type_full): Ditto.
3047
3048 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
3049
3050         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
3051         Make the stack depth fixed. Ensure proper argument passing to the backtrace
3052         funtions. Finally, use a lock to produce well ordered output.
3053
3054         The lock looks silly, as all calls to the corlib mempool should be guarded
3055         with the loader lock, but for some reason this fact doesn't help. 
3056
3057         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
3058
3059 2008-12-02  Mark Probst  <mark.probst@gmail.com>
3060
3061         * socket-io.c: 64 bit big-endian fixes.
3062
3063 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
3064
3065         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
3066         targets that require strict compatibility between the types.
3067
3068         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
3069         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
3070         Kill the strict argument and create a new one valuetype_must_be_boxed.
3071
3072         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
3073         state that all valuetypes must be boxed.
3074
3075         Fixes #448560.
3076
3077 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
3078
3079         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
3080         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
3081
3082         Contributed under MIT/X11 license.
3083
3084 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
3085
3086         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
3087         the inflate_generic_type machinery should handle it.
3088
3089         This avoids a crash when the field's flags is zero and it's type is
3090         a primitive.
3091         What happens is that mono_metadata_parse_type_full will see that opt_attrs
3092         is zero and will return one of the cached built-in primitive types. Since
3093         those types live in read-only memory, the code that copies it crashes.  
3094
3095 2008-11-28  Mark Probst  <mark.probst@gmail.com>
3096
3097         * object.c: Don't put function descriptors into generalized IMT
3098         thunks.
3099
3100 2008-11-28  Mark Probst  <mark.probst@gmail.com>
3101
3102         * class.c: Enable generic code sharing on PPC64.
3103
3104 2008-11-27  Mark Probst  <mark.probst@gmail.com>
3105
3106         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
3107         from mini/mini.c.
3108
3109         * generic-sharing.c: Allocate the method template slists from the
3110         image mempool so it doesn't leak.
3111
3112 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
3113
3114         * class.c (generic_array_methods): Release the linked list.
3115
3116 2008-11-27  Mark Probst  <mark.probst@gmail.com>
3117
3118         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
3119         invocation to g_utf16_to_utf8().
3120
3121 2008-11-26  Mark Probst  <mark.probst@gmail.com>
3122
3123         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
3124         arguments on big endian archs.
3125
3126 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3127
3128         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
3129         the type name (test added in corlib).
3130
3131 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3132
3133         * pedump.c: initialize perf. counters. Fixes a segv.
3134
3135 2008-11-25  Martin Baulig  <martin@ximian.com>
3136
3137         * mono-debug-debugger.c
3138         (mono_debugger_runtime_invoke): Return the exception object if an
3139         exception was thrown.  Visual Studio displays the exception object
3140         in the locals window.
3141
3142 2008-11-24  Mark Probst  <mark.probst@gmail.com>
3143
3144         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
3145         ftnptr.
3146
3147 2008-11-24  Mark Probst  <mark.probst@gmail.com>
3148
3149         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
3150         MONO_TYPE_U are sizeof (gpointer), too.
3151
3152 2008-11-24  Mark Probst  <mark.probst@gmail.com>
3153
3154         * marshal.c (mono_type_native_stack_size): Fixed size and
3155         alignment for reference types.
3156
3157 2008-11-23  Mark Probst  <mark.probst@gmail.com>
3158
3159         * class.c (mono_class_generic_sharing_enabled): Disable generic
3160         code sharing for PPC64.
3161
3162 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
3163
3164         * icall.c (mono_method_get_equivalent_method): Make sure
3165         method->klass->methods is inited before looping over it.
3166
3167 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
3168
3169         * object.c: when calling ExecuteAssembly in a newly created domain,
3170         the configuration file and application base are already set up.
3171         Bug #446353 take 2 fixed.
3172
3173 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
3174
3175         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
3176         Fixes #444715. Fix a warning.
3177
3178 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
3179
3180         * appdomain.c: write the full path of the assembly to the .ini file
3181         created when "shadow-copying"
3182         Bug #446353 fixed.
3183
3184 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
3185
3186         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
3187         if signature==FALSE.
3188
3189 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
3190
3191         * marshal.h : Fix the cygwin build.
3192            marshal.c:12442: undefined reference to `_IID_IMarshal'
3193           
3194         Code is contributed under MIT/X11 license.
3195
3196 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
3197
3198         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
3199           free threaded marshaler when QueryInterface is called on a COM callable
3200           wrapper requesting the IMarshal interface.
3201           
3202         Code is contributed under MIT/X11 license.
3203
3204 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
3205
3206         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
3207
3208         * reflection.c (mono_type_get_object): Special case the very common
3209         void type.
3210
3211         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
3212         hold typeof(void).
3213
3214 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
3215
3216         * process.h : Adding method declaration for
3217           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
3218           
3219         * process.c : Adding implementation for
3220           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
3221           
3222         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
3223           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
3224
3225         Code is contributed under MIT/X11 license.
3226
3227 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
3228
3229         * appdomain.c (unload_thread_main): Clean up threadpool by
3230         calling mono_thread_pool_remove_domain_jobs.
3231
3232         * domain-internals.h (struct _MonoDomain): Add new fields to
3233         help coordinate the cleanup of the threadpool.
3234
3235         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
3236         that cleans up the threadpool of all jobs associated with an appdomain.
3237         It does that by cleaning up the queues and making sure all active
3238         threads are accounted.
3239
3240         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
3241         unloaded or in the process of. Take this is such way that there is
3242         no race condition between another thread starting the unload and the
3243         current thread acknowledging it.
3244
3245         * threadpool.c (async_invoke_thread): Same.
3246
3247         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
3248         firing the new thread.
3249
3250         * threadpool.c (start_tpthread): Same.
3251
3252         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
3253
3254         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
3255
3256 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
3257
3258         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
3259         Add support for DuplicateHandle.
3260         
3261         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
3262         Add support for DuplicateHandle.
3263         
3264         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
3265         Add support for DuplicateHandle.
3266
3267         Code is contributed under MIT/X11 license.
3268
3269 2008-11-06  Mark Probst  <mark.probst@gmail.com>
3270
3271         * class-internals.h: Make min_align into a whole byte.
3272
3273         * class.c: Set min_align for SIMD types to 16.
3274
3275 2008-11-05  Geoff Norton  <gnorton@novell.com>
3276
3277         * attach.c: Default the attacher to enabled for all cases including
3278         embedded.
3279
3280 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
3281
3282         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
3283         change r117650.
3284
3285 2008-11-04  Mark Probst  <mark.probst@gmail.com>
3286
3287         * monitor.c, monitor.h: New function for querying offsets of
3288         members of MonoThreadsSync.
3289
3290 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
3291
3292         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
3293         to speed up this function and to avoid the boundless memory growth caused by
3294         the signature_dup () calls.
3295
3296 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
3297
3298         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
3299         wrapper.
3300
3301         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
3302         by 1 bit.
3303
3304         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
3305
3306 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3307
3308         * appdomain.c:
3309         * domain-internals.h: made mono_set_private_bin_path_from_config()
3310         "internal".
3311         * object.c: call the above function after setting the configuration
3312         file path for the root domain.
3313         Fixes bug #314478.
3314
3315 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3316
3317         * assembly.c: when the assembly is loaded from an absolute path, end
3318         basedir with a directory separator.
3319         Bug #440781 fixed.
3320
3321 2008-10-30  Mark Probst  <mark.probst@gmail.com>
3322
3323         * monitor.c (mono_monitor_get_fast_enter_method): If
3324         CompareExchange is not available, don't create the fastpath
3325         instead of asserting.  (The method is missing in the 1.1 profile.)
3326
3327 2008-10-30  Mark Probst  <mark.probst@gmail.com>
3328
3329         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
3330
3331         * monitor.c, monitor.h: Code for generating Monitor.Enter and
3332         Monitor.Exit IL fastpaths.
3333
3334 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
3335
3336         * class.c (mono_class_create_from_typedef): Added Vector2ul.
3337
3338 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
3339
3340         * class.c (mono_class_create_from_typedef): Added Vector2l.
3341
3342 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
3343
3344         * class.c (mono_class_create_from_typedef): Added Vector2d.
3345
3346 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3347
3348         * appdomain.c: translate \ into / for cache_path.
3349         * domain-internals.h: new mono_is_shadow_copy_enabled().
3350         * icall.c: (fill_reflection_assembly_name) do the same path
3351         manipulations that get_code_base does.
3352         (get_code_base) use mono_is_shadow_copy_enabled.
3353
3354 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3355
3356         * appdomain.c: shadow-copied assemblies go to CachePath +
3357         ApplicationName when both are set. DynamicBase has nothing to do with
3358         shadow copies.
3359         Bug #406877 fixed.
3360
3361 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
3362
3363         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
3364         STANDALONESIG table.
3365
3366         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
3367         standalone signatures.
3368
3369         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
3370         comparison code: instead of comparing the signatures using a custom
3371         equals function, transform them to a common signature and compare that. This
3372         works better with AOT.
3373
3374 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
3375
3376         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
3377
3378         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
3379         call for generic instances.
3380         (mono_class_setup_properties): Call setup_properties () before accessing
3381         gklass->properties.
3382
3383         * class.c (mono_class_get_virtual_methods): New helper function to iterate
3384         over the virtual methods of a class using metadata if possible, avoiding the
3385         creation of MonoMethod's for non-virtual methods.
3386         
3387         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
3388         get_virtual_methods () to iterate over the virtual methods of classes.
3389
3390 2008-10-25  Martin Baulig  <martin@ximian.com>
3391
3392         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
3393
3394 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
3395
3396         * class.c (mono_class_create_from_typedef): Added Vector4i.
3397
3398 2008-10-24  Mark Probst  <mark.probst@gmail.com>
3399
3400         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
3401         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
3402         special-casing applies to eliminate the call completely.
3403
3404 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
3405
3406         * class.c (mono_class_create_from_typedef): Added Vector8s.
3407
3408 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
3409
3410         * class.c (mono_class_create_from_typedef): Added Vector16sb.
3411
3412 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3413
3414         * icall.c: get rid of annoying warning.
3415
3416 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3417
3418         * threadpool.c: in 1.x, if you change the background status of the
3419         threadpool thread, it's not reset.
3420         Remove unnecessary calls to SetState.
3421
3422 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3423
3424         * threadpool.c: asynchronously create a set of idle threads upon first
3425         use of the threadpool. SetMinThreads will now start the appropriate
3426         number of idle threads if they are not already running. The default is
3427         1 threadpool thread per CPU. Increased the maximum number of threads
3428         per CPU to 10.
3429
3430 2008-10-22  Martin Baulig  <martin@ximian.com>
3431
3432         Revert r116521 from Zoltan, it breaks the debugger:
3433
3434         * class.c (mono_class_get_virtual_methods): New helper function to iterate
3435         over the virtual methods of a class using metadata if possible, avoiding the
3436         creation of MonoMethod's for non-virtual methods.
3437         
3438         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
3439         get_virtual_methods () to iterate over the virtual methods of classes.
3440
3441 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3442
3443         * threads.c: when creating a threadpool thread, set its state to
3444         'background'.
3445         * threadpool.c: reset the background state of a threadpool thread
3446         after finishing each work item
3447         Bug #437888 fixed.
3448
3449 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
3450
3451         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
3452         
3453         * class.c (mono_class_setup_vtable_general): Add an optimized version for
3454         generic instances which works by inflating the methods in the container
3455         class's vtable.
3456
3457         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
3458         variant which doesn't make a copy if no inflation was done.
3459         (mono_class_setup_fields): Use it.
3460
3461         * metadata.c (mono_metadata_get_shared_type): New helper function to
3462         return a shared instance of a given MonoType.
3463
3464         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
3465         a copy of most non-generic types.
3466
3467 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
3468
3469         * threadpool.c: remove one more GetSystemInfo () call.
3470
3471 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
3472
3473         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
3474         use the code in mono-proclib.h to get processor information.
3475
3476 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3477
3478         * appdomain.c: fixed the logic that determines whether assemblies in a
3479         directory are "shadow-copied" or not. Bug #433483 fixed.
3480
3481 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
3482
3483         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
3484         warning.
3485
3486 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
3487
3488         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
3489         returning a vtype.
3490
3491         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
3492         reflection.c: Use mono_field_get_name () for accessing a field's name.
3493
3494         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
3495         class.c
3496
3497         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
3498         field.
3499
3500         * loader.c (find_method_in_class): Reenable the metadata optimization by
3501         not using it for generic instances.
3502
3503         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
3504         data/def_type fields from MonoClassField into a separate structure.
3505         (struct MonoClassField): Remove data/def_type fields.
3506         (struct _MonoClass): Add a 'field_def_values' array to store the default
3507         values/RVA for fields.
3508
3509         * class.c reflection.c: Update after the changes.
3510         
3511         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
3512         for accessing field->data.
3513
3514         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
3515
3516         * loader.c (find_method_in_class): Revert the last change for now as
3517         it breaks Mono.C5 unit tests.
3518
3519         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
3520         'field_generic_types' and 'field_objects' which contain the information
3521         previously stored in MonoInflatedField.
3522         (MonoInflatedField): Delete.
3523         (struct _MonoClassField): Delete 'generic_info' field.
3524
3525         * reflection.c: Store the information which was previously in 
3526         field->generic_info in MonoDynamicGenericClass instead.
3527
3528         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
3529         MonoClassField changes.
3530
3531 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
3532
3533         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
3534         store the value inside the data array of the MonoMethodWrapper.
3535         This saves memory, is faster and fixes the lifetime issues (methods
3536         were never removed from the hash previously). May also fix bug#436996.
3537
3538 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
3539
3540         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
3541         generic instances, compute the type from the generic definition instead of
3542         looking in field->generic_info.
3543
3544         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
3545         for inflated fields, the only user was get_fieldref_token () which no
3546         longer needs it.
3547
3548         * class.c (mono_class_init): Revert the last change as it seems to cause
3549         crashes.
3550
3551         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
3552         bytes on 64 bit platforms.
3553
3554         * object.c (mono_class_create_runtime_vtable): Fix a warning.
3555         
3556         * object.c (mono_class_create_runtime_vtable): Don't initalize
3557         field->data/field->def_type here, it is done lazily by 
3558         mono_class_get_field_default_value ().
3559
3560         * icall.c (ves_icall_get_enum_info): Call 
3561         mono_class_get_field_default_value () instead of directly accessing
3562         field->data and field->def_type.
3563
3564         * object.c (get_default_field_value): Ditto.
3565
3566         * class.c (mono_field_get_data): Ditto.
3567         
3568         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
3569         call for generic instances.
3570
3571         * loader.c (find_method_in_class): If klass != from_class, then inflate
3572         the method with the context of from_class, since the caller assumes this.
3573
3574 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
3575
3576         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
3577         for accessing method->slot.
3578
3579 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
3580
3581         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
3582
3583 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
3584
3585         * class.c (mono_method_get_vtable_index): Use
3586         mono_method_get_vtable_slot () for accessing method->slot.
3587
3588         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
3589         accessing klass->methods.
3590
3591         * class.c (mono_method_get_vtable_slot): New helper function.
3592         (mono_class_get_vtable_entry): Ditto.
3593         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
3594         accessing method->slot.
3595
3596         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
3597         method to get_inflated_method ().
3598
3599         * class.c (mono_class_get_inflated_method): New helper method to obtain
3600         a method of an inflated class without calling setup_methods ().
3601         (mono_class_get_cctor): Use get_inflated_method.
3602
3603         * generic-sharing.c (mono_class_get_method_generic): Ditto.
3604         
3605         * marshal.c image.c: Lazily create all the marshal caches.
3606
3607         * image.c (mono_image_init): Move initialization of runtime_invoke
3608         caches to marshal.c.
3609
3610         * marshal.c (get_cache): New helper function to lazily initialize a 
3611         wrapper cache.
3612         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
3613
3614         * debug-helpers.c (mono_method_full_name): Include generic arguments.
3615
3616 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
3617
3618         * loader.c: fixed check for interface type.
3619
3620 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
3621
3622         * appdomain.c: check for NULL setup before it's referenced.
3623
3624 p
3625 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
3626
3627         * class.c: remove the unused old vtable setup code.
3628
3629 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
3630
3631         * class.c: don't depend on interface order in
3632         setup_interface_offsets (bug #435777).
3633         * reflection.c: sort the InterfaceImpl table (patch from
3634         Jb Evain  <jbevain@novell.com>).
3635
3636 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
3637
3638         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
3639         the low level assemblies lock.
3640
3641 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
3642
3643         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
3644         object.c, reflection.c, socket-io.c, threads.c: introduced
3645         mono_framework_version () to return the major framewrok version,
3646         changed the code that was using more complex patterns to use it.
3647         Return the correct value for PlatformID for OSX.
3648
3649 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
3650
3651         * icall-def.h, process.h, process.c: added an icall to get info about
3652         processes using mono-proclib.
3653
3654 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
3655
3656         * mono-perfcounters.c: use the mono-proclib functions to
3657         access process information.
3658
3659 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
3660
3661         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
3662         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
3663         reflection.c: remove rawbuffer usage: mmap support is more sanely
3664         provided by utils/mono-mmap.
3665
3666 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
3667
3668         * gc.c: use posix semaphores when possible so that
3669         mono_gc_finalize_notify() is signal safe.
3670
3671 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
3672
3673         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
3674         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
3675         be #ifdef-ed out, the linker will remove the rest.
3676
3677         * marshal.c: Implement DISABLE_COM.
3678
3679         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
3680
3681 2008-10-11  Miguel de Icaza  <miguel@novell.com>
3682
3683         * locales.c (string_invariant_compare_char): Optimization: do not
3684         call g_unichar_type unless we actually need the information.
3685
3686 2008-10-10  Mark Probst  <mark.probst@gmail.com>
3687
3688         * object.c, class-internals.h: Also create remoting trampolines
3689         for generic methods.  Pass the domain to the remoting trampoline
3690         creation function, too.
3691
3692 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
3693
3694         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
3695
3696 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
3697
3698         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
3699         Vector4ui.
3700
3701 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
3702
3703         * assembly.c:
3704         * locales.c: remove the use of g_strdown. Fixes bug #322313.
3705
3706 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
3707
3708         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
3709         for the least possible amount of time (extending the fix in r113458).
3710
3711 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
3712
3713         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
3714
3715 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
3716
3717         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
3718         as possible simd intrinsic types.
3719         Optimized the test to check for the common prefix first.
3720
3721 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
3722
3723         * class.c: back out part of a broken optimization committed on
3724         May 23th (bug #433908).
3725
3726 2008-10-09  Mark Probst  <mark.probst@gmail.com>
3727
3728         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
3729         Win32.  Should fix #432388 for most cases until we have the new
3730         profiler on Win32.
3731
3732 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
3733
3734         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
3735         instead of using inst->id so the hash is stable for AOT.
3736
3737 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
3738
3739         * appdomain.c:
3740         * icall.c: create a .ini file for shadow-copied assemblies that
3741         contains the location of the original assembly. Use this to return the
3742         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
3743         Also fix the number of '/' for windows when returning the CodeBase.
3744         Fixes bug #430920.
3745
3746 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
3747
3748         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
3749
3750         Code is contributed under MIT/X11 license.
3751
3752 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
3753
3754         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
3755           if if the class vtable needs initialized.
3756
3757         Code is contributed under MIT/X11 license.
3758
3759 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
3760
3761         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
3762           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
3763           STRING->BSTR, and CLASS->INTERFACE.
3764
3765         Code is contributed under MIT/X11 license.
3766
3767 2008-10-07  Marek Habersack  <mhabersack@novell.com>
3768
3769         * sysmath.h: changed the declaration of the
3770         ves_icall_System_Math_Round2 icall by adding an extra
3771         away_from_zero parameter.
3772
3773         * sysmath.c (ves_icall_System_Math_Round2): added support for
3774         away from zero rounding. The icall now takes an extra boolean
3775         parameter to signal that away from zero operation is requested.
3776
3777 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
3778
3779         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
3780         the delegate klass so it can work with full-aot.
3781         (mono_marshal_get_delegate_end_invoke): Ditto.
3782         (mono_marshal_get_delegate_invoke): Ditto.
3783
3784 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
3785
3786         * gc.c, attach.h, attach.c: remove a bad pattern:
3787         add_finalizer_callback () is not implemented correctly, it can't
3788         without adding more overhead to the finalizer loop and it's not
3789         even needed, since we know exactly what we need to call, so there is
3790         no need to do so through an expensive function pointer.
3791
3792 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
3793
3794         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
3795         for the no-gc case.
3796         * attach.c (mono_attach_init): Remove the #ifdef.
3797
3798 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
3799
3800         * attach.c (mono_attach_init): Don't use
3801         mono_gc_add_finalizer_thread_callback when compiling without GC.
3802         Fixes #432306.
3803         
3804         Code is contributed under MIT/X11 license.
3805
3806 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
3807
3808         * class.c (mono_class_create_from_typedef): Remove the 
3809         #ifndef DISABLE_SIMD stuff.
3810
3811 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
3812
3813         * class-internals.h (MonoClass): Added simd_type bit field.
3814
3815         * class.c (mono_class_create_from_typedef): Check if type is a simd
3816         intrinsic.
3817
3818 2008-10-03  Mark Probst  <mark.probst@gmail.com>
3819
3820         * object.c (mono_method_add_generic_virtual_invocation): Only add
3821         instantiations to the thunk whose count is at least as large as
3822         the threshold.
3823
3824 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3825
3826         * icall.c: changed the Type of the exception thrown when trying to
3827         invoke a constructor on an abstract class. Part of the fix for bug
3828         #324185.
3829
3830 2008-10-02  Mark Probst  <mark.probst@gmail.com>
3831
3832         * class.c, class-internals.h (mono_method_get_vtable_index): New
3833         function which returns the index into the vtable and properly
3834         handles inflated virtual generic methods.
3835
3836 2008-10-01  Mark Probst  <mark.probst@gmail.com>
3837
3838         * object.c, domain.c, object-internals.h, domain-internals.h:
3839         Generalize IMT thunk machinery to also handle thunks for virtual
3840         generic method invokes.  When a virtual generic method is invoked
3841         more than a number of times we insert it into the thunk so that it
3842         can be called without lookup in unmanaged code.
3843
3844         * generic-sharing.c, class-internals.h: Fetching a
3845         MonoGenericInst* for a method from an (M)RGCTX.
3846
3847 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
3848
3849         * marshal.c (emit_marshal_string): Applied a variant of a patch by
3850         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
3851         marshalling. Fixes #431304.
3852
3853 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
3854
3855         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
3856           handle when ref is specified without In or Out.
3857
3858         Code is contributed under MIT/X11 license.
3859
3860 2008-09-30  Mark Probst  <mark.probst@gmail.com>
3861
3862         * loader.c (mono_get_method_constrained): Don't expand method with
3863         the class's context, because it's already a method of that class.
3864
3865 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
3866
3867         * attach.c : should be correct build fix.
3868
3869 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
3870
3871         * attach.c: Fix the previous change.
3872
3873 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
3874
3875         * attach.c : quick w32 build fix.
3876
3877 2008-09-27  Miguel de Icaza  <miguel@novell.com>
3878
3879         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
3880         crashes MonoDevelop: #430455.
3881
3882 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
3883
3884         * domain-internals.h (struct _MonoDomain): Move most fields used only by
3885         the JIT do MonoJitDomainInfo in ../mini/mini.h.
3886
3887         * domain.c: Remove initialization/cleanup of the removed fields.
3888
3889 2008-09-27  Mark Probst  <mark.probst@gmail.com>
3890
3891         * class.c (mono_class_generic_sharing_enabled): Enable generic
3892         code sharing for PPC.
3893
3894 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
3895
3896         * attach.c : Fixing the Windows builds.
3897
3898         Code is contributed under MIT/X11 license.
3899
3900 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
3901
3902         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
3903         the default generic sharing mode to 'all'.
3904
3905 2008-09-25  Mark Probst  <mark.probst@gmail.com>
3906
3907         * generic-sharing.c, class-internals.h: New function for checking
3908         whether a method needs a static RGCTX invoke wrapper.  A few
3909         funtions moved from mini/generic-sharing.c.
3910
3911         * icall.c: New function used.
3912
3913 2008-09-25  Mark Probst  <mark.probst@gmail.com>
3914
3915         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
3916         Static RGCTX invoke wrapping applies to value type methods, too.
3917
3918         * class.c (mono_class_setup_vtable_general): In generic-shared
3919         value types, wrap methods with a static RGCTX invoke wrapper.
3920
3921 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
3922
3923         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
3924         osx build.
3925
3926 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
3927
3928         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
3929         register a callback which is called when the finalizer thread is woken
3930         up.
3931         (finalizer_thread): Call the callback if it exists.
3932
3933         * attach.h attach.c: New files, implementing the attach mechanism.
3934
3935         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
3936         
3937         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
3938         by the previous change.
3939
3940 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
3941
3942         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
3943         loader.c, marshal.c, metadata-internals.h, metadata.c,
3944         method-builder.c, object.c, reflection.c: introduced specific functions
3945         to allocate from the domain and image mempools and cleaned up most of
3946         the code to use them (still missing a few in reflection.c).
3947         Keep the loader bytes counter updated.
3948
3949 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
3950
3951         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
3952         loader-related counters.
3953
3954 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
3955
3956         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
3957         added more MS-compatible counters.
3958
3959 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
3960
3961         * class.c (mono_class_setup_fields): Call setup_fields before accessing
3962         class->blittable. Fixes #428217.
3963
3964 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
3965
3966         * reflection.c (mono_image_get_field_on_inst_token): Call 
3967         field_encode_signature () since that handles custom modifiers too.
3968         Fixes #424663.
3969
3970 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
3971
3972         * reflection.c (add_custom_modifiers): New helper function to merge custom
3973         modifiers stored in objects to a MonoType.
3974         (fieldref_encode_signature): Encode custom modifiers.
3975         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
3976         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
3977
3978 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
3979
3980         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
3981         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
3982         64-bit IL only images because imports are not resolved for IL only images.
3983         Special thanks to Bill Holmes for finding this bug and testing the patch.
3984         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
3985
3986         Contributed under MIT/X11 license.
3987
3988 2008-09-19  Miguel de Icaza  <miguel@novell.com>
3989
3990         * mono-config.c (dllmap_start): Add support for the bits keyword
3991         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
3992
3993 2008-09-19  Mark Probst  <mark.probst@gmail.com>
3994
3995         * reflection.c (inflate_mono_method): When the class the method is
3996         to be inflated for is itself not inflated, just return the method.
3997
3998 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
3999
4000         * mono-perfcounters.c: use more user friendly process instance names.
4001
4002 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
4003
4004         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
4005           handle "[in] ref" and "[in][out] ref" cases.
4006
4007         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
4008           to mono_mb_create_method.  This was causing problems calling native to
4009           managed passing Variants by value.
4010
4011         Code is contributed under MIT/X11 license.
4012
4013 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
4014
4015         * class.c (can_access_internals): Call mono_assembly_load_friends ()
4016         before accessing the friend_assembly_names field.
4017
4018         * assembly.c (mono_assembly_load_friends): Make this callable multiple
4019         times.
4020         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
4021         called lazily when it is needed.
4022
4023         * metadata-internals.h (struct _MonoAssembly): Add 
4024         'friend_assembly_names_inited' flag.
4025
4026 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
4027
4028         * mono-perfcounters-def.h: fix the types of a few counters.
4029         * mono-perfcounters.c: implemented the instance names getter
4030         and a few bugfixes.
4031
4032 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
4033
4034         * culture-info-table.h : regenerated.
4035
4036 2008-09-17  Robert Jordan  <robertj@gmx.net>
4037
4038         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
4039         context bound objects. Fixes #415577.
4040
4041         Code is contributed under MIT/X11 license.
4042
4043 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
4044
4045         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
4046         implementation (bug #423582).
4047
4048 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
4049
4050         * object.c (mono_object_get_virtual_method): Handle the case method->slot
4051         is not set. Fixes #426309.
4052
4053 2008-09-16  Jb Evain  <jbevain@novell.com>
4054
4055         * class.c (mono_class_from_name): fix the exported type look up
4056         when the type is defined in a referenced assembly.
4057
4058 2008-09-16  Jb Evain  <jbevain@novell.com>
4059
4060         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
4061         increment the next index counter on each iteration to make that work
4062         for more than one type forwarder. Unmanaged part to fix #422929.
4063
4064 2008-09-15  Mark Probst  <mark.probst@gmail.com>
4065
4066         * object-internals.h: enum ComInterfaceType in
4067         MonoInterfaceTypeAttribute is guint32, not guint16.
4068
4069 2008-09-12  Mark Probst  <mark.probst@gmail.com>
4070
4071         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
4072         writing code.
4073
4074 2008-09-11  Mark Probst  <mark.probst@gmail.com>
4075
4076         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
4077         not gboolean.
4078
4079 2008-09-11  Mark Probst  <mark.probst@gmail.com>
4080
4081         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
4082         Endianness fixes for MonoSymbolFileOffsetTable.
4083
4084 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
4085
4086         * process.c (complete_path) : Removing quotes from the 
4087           input path.  The glib file routines do not handle file paths
4088           that have quotes around them.
4089
4090         Code is contributed under MIT/X11 license.
4091
4092 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
4093
4094         * socket-io.h : Adding a comment to provide locations where 
4095           changes to MonoSocketAsyncResult need to be synced.
4096
4097         Code is contributed under MIT/X11 license.
4098
4099 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
4100
4101         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
4102         parameters as well. Fixes #425001.
4103
4104 2008-09-08  Miguel de Icaza  <miguel@novell.com>
4105
4106         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
4107         windows build.
4108
4109 2008-09-07  Miguel de Icaza  <miguel@novell.com>
4110
4111         * console-io.c: Add support for tracking the window size if it
4112         changes.
4113
4114         The setup is very simple: the TtySetup function will now return a
4115         pointer to a location in memory that tracks the current console
4116         size.  The managed code checks its current value every time its
4117         queried against the last value set, and updates accordingly.
4118
4119         With this setup we can work with multiple consoles, and we do not
4120         require to poke into managed code from a signal handler.
4121
4122         Additionally, the environment for COLUMNS and LINES is now handled
4123         in unmanaged code.
4124
4125         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
4126
4127 2008-09-07  Mark Probst  <mark.probst@gmail.com>
4128
4129         * marshal.c (mono_type_native_stack_size): Treat
4130         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
4131
4132 2008-09-04  Jb Evain  <jbevain@novell.com>
4133
4134         * class.c (mono_class_is_assignable_from): fix assignability of nullables
4135         to nullables.
4136
4137 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
4138
4139         * verify.c (verify_type_compatibility_full): Revert change
4140         to allow converting a native int to unmanaged pointer be verifiable
4141         under non-strict mode.
4142         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
4143
4144         * verify.c: Added some TODOs.
4145
4146 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
4147
4148         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
4149           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
4150           Changed to use GlobalAlloc for the memory returned on Windows platforms.
4151
4152         Code is contributed under MIT/X11 license.
4153
4154 2008-09-02  Jb Evain  <jbevain@novell.com>
4155
4156         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
4157
4158 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
4159
4160         reflection.c (typebuilder_setup_fields): Handle classes with
4161         explicit size.
4162
4163 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
4164
4165         class.c (mono_class_setup_events): Add memory barrier due to
4166         double checked locking.
4167         
4168         class.c (mono_class_setup_properties): Same.
4169
4170 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
4171
4172         * class.c (mono_class_is_assignable_from): Fix the build.
4173         
4174         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
4175         before accessing klass->interface_bitmap. Fixes #421744.
4176
4177 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
4178
4179         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
4180         the runtime into no-exec mode, useful when running the AOT compiler.
4181
4182         * appdomain.c gc.c object.c: Avoid executing managed code when running
4183         in no-exec mode.
4184         
4185         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
4186
4187         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
4188         special case when the mono_assembly_loaded () returns NULL because the 
4189         search hook is not installed.
4190
4191 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
4192
4193         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
4194         crashes in bstr marshalling on linux.
4195
4196 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
4197
4198         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
4199         with more than one parameter.
4200
4201 2008-08-24  Miguel de Icaza  <miguel@novell.com>
4202
4203         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
4204         start/stop flow control as well when turning off ICANON (allows
4205         C-s and C-q to be read by Console.ReadKey).
4206
4207 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
4208
4209         * class.c (mono_class_init): Move the initialization of nested classes
4210         into mono_class_get_nested_types (). Fixes #418433.
4211
4212         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
4213         flag.
4214
4215         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
4216         iterating tough the nested classes of a class.
4217
4218 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
4219
4220         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
4221         on arm.
4222
4223 2008-08-22  Miguel de Icaza  <miguel@novell.com>
4224
4225         * console-io.c (sigcont_handler): Support signal chaining for
4226         SIGCONT.
4227
4228         (console_set_signal_handlers): Use best practices with sigaction,
4229         clear the structure before using it. 
4230
4231 2008-08-22  Robert Jordan  <robertj@gmx.net>
4232
4233         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
4234         Fix the Windows build.
4235
4236 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
4237
4238         * class.c (mono_class_generic_sharing_enabled): Make the default
4239         sharing mode 'corlib'.
4240
4241 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
4242
4243         * console-io.c (console_set_signal_handlers): Fix a warning.
4244
4245         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
4246         method normally, the JIT will take care of avoiding recursion.
4247
4248 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
4249
4250         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
4251
4252         Code is contributed under MIT/X11 license.
4253
4254 2008-08-20  Miguel de Icaza  <miguel@novell.com>
4255
4256         * console-io.c (sigcont_handler): We need to restore the entire
4257         termios state, not only the original settings, as things like echo
4258         can be controlled after this (Booish exposes this issue with its
4259         own ReadLine implementation).
4260
4261         Additionally, we need to set the terminal back into keypad_xmit
4262         mode.
4263         
4264         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
4265         string as a paramter as well.   Otherwise we get different
4266         keyboard sequences.
4267
4268 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
4269
4270         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
4271         delegates with byref out parameter passing. Fixes #351520.
4272
4273         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
4274         a generic context.
4275         (mono_type_get_desc): Add the type arguments for GENERICINST.
4276         (mono_method_full_name): Stringify the class name using mono_type_full_name
4277         so it picks up generic arguments.
4278
4279 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
4280
4281         * console-io.c: Removed debug output.
4282
4283 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
4284
4285         reflection.c (mono_reflection_create_runtime_class): Alloc
4286         the nested classes linked list using the dynamic image mempool.
4287         Fixes leak in corlib compilation.
4288
4289 2008-08-19  Miguel de Icaza  <miguel@novell.com>
4290
4291         * console-io.c: Fix incredibly annoying behavior on the console
4292         after resuming execution after control-z.   This affected every
4293         console application.
4294
4295 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
4296
4297         * mempool-internals.h: Header for mono private mempool functions. The first
4298         two function are for allocating glib linked lists using pools.
4299
4300         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
4301
4302         * Makefile.am: Added mempool-internals.h.
4303
4304 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
4305
4306         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
4307         (mono_domain_free): Ditto.
4308
4309         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
4310         be used by the JIT to store its domain-specific information, instead of putting
4311         it directly into MonoDomain.
4312
4313         * domain.c (mono_install_create_domain_hook): New helper function to install
4314         a hook which initializes domain->runtime_info.
4315
4316         * domain.c (mono_install_free_domain_hook): Ditto.
4317         
4318 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
4319
4320         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
4321         asserting if the ares parameter is null.
4322
4323         * mono-perfcounters.c: Fix warnings.
4324
4325         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
4326         is not needed, don't check for interruptions either.
4327         (mono_marshal_get_delegate_end_invoke): Ditto.
4328
4329 2008-08-15  Marek Habersack  <mhabersack@novell.com>
4330
4331         * mono-perfcounters.c (predef_readonly_counter): added support for
4332         reading the ASP.NET Requests Queued counter from another process.
4333
4334 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
4335
4336         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
4337         MonoImage to simplify the AOT code.
4338
4339 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
4340
4341         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
4342         marshalling. Fixes #416078.
4343
4344 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
4345         
4346         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
4347         it is set, looking up the icall address is deferred to the JIT, since 
4348         in embedded scenarios, the icall might not be registered in the runtime
4349         doing the AOT compilation. Backported from the 2.0 branch.
4350
4351 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
4352
4353         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
4354         Fixes #415621.
4355
4356 2008-08-05  Marek Habersack  <mhabersack@novell.com>
4357
4358         * Makefile.am: added support for cross-compilation.
4359
4360 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
4361
4362         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
4363
4364 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
4365
4366         * mono-perfcounters.c: jitted methods and jitted bytes counters.
4367
4368 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
4369
4370         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
4371         mono-perfcounters.c: performance counters implementation.
4372
4373 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
4374
4375         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
4376         to gpointer, letting the AOT code decide what to store in it.
4377
4378 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
4379
4380         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
4381           mono_class_setup_methods if the methods are not initialized.
4382
4383         Code is contributed under MIT/X11 license.
4384
4385 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
4386
4387         * verify.c: Remove some debug code I commited by accident.
4388
4389         * verify.c (mono_method_is_valid_in_context): Change the return value
4390         to make possible to distinguish between invalid and unverifiable.
4391
4392         * verify.c (verifier_load_method): Don't return NULL for unverifiable
4393         methods.
4394
4395 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
4396
4397         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
4398         constraints. Fixes regression in gtest-253.
4399
4400 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
4401
4402         * verify.c (mono_verifier_verify_class): Don't allow generic types
4403         with explicit layout.
4404
4405         * verify.c (mono_method_verify): Check locals and argument types.
4406
4407 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
4408
4409         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
4410         wait if the thread is in StopRequested state.
4411
4412         * class.c (mono_class_from_name): Refactor the module searching code into
4413         a separate function so it can be reused in the AOT case too.
4414
4415 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
4416
4417         * verify.c (mono_type_is_valid_in_context): Improve the error message.
4418         Check both the type and it's generic type definition for loader errors.
4419         
4420         * verify.c (mono_method_is_valid_in_context): Don't generate another
4421         error when a type errors occur, this leads to the wrong exception been
4422         thrown.
4423
4424 2008-07-28  Dick Porter  <dick@ximian.com>
4425
4426         * icall-def.h
4427         * process.c
4428         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
4429         New internal calls to duplicate and close a process handle.
4430
4431 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
4432
4433         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
4434
4435 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
4436
4437         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
4438
4439 2008-07-27  Robert Jordan  <robertj@gmx.net>
4440
4441         * class.c (mono_class_init): Don't compute class.has_finalize for
4442         valuetypes. Fixes #412477.
4443
4444 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
4445
4446         * verify.c: Implement constraint equivalence checking.
4447         This is required when a generic parameter is used as
4448         argument to a constrained one.
4449
4450         Fixes #410637.
4451
4452 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
4453
4454         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4455
4456         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
4457
4458         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
4459         synch with managed object layout.
4460
4461 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
4462
4463         * verify.c (do_branch_op): Handle valuetypes and generic
4464         arguments properly.
4465
4466         * verify.c (do_cmp_op): Same.
4467
4468         Fixes #410383.
4469
4470 2008-07-24  Mark Probst  <mark.probst@gmail.com>
4471
4472         * generic-sharing.c: Fix memory leaks.
4473
4474         * class.c, class-internals.h: Make
4475         mono_class_inflate_generic_type_with_mempool() non-static.
4476
4477 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
4478
4479         * pedump.c (dump_verify_info): Dump full class name.
4480
4481 2008-07-24  Mark Probst  <mark.probst@gmail.com>
4482
4483         * generic-sharing.c: Removed some old code that didn't do anything.
4484
4485 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
4486         * profiler.c: Added runtime_initialized_event,
4487         mono_profiler_install_runtime_initialized and
4488         mono_profiler_runtime_initialized. This new hook tells the profiler
4489         when the runtime is sufficiently initialized to be able to call
4490         mono_thread_attach on the root appdomain.
4491         * profiler.h, profiler-private.h: Likewise.
4492
4493 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
4494
4495         * verify.c (do_cast): Do boxing for generic arguments as well.
4496
4497         * class.c (is_nesting_type): Drop generic instantiations before
4498         checking for nesting.
4499
4500         * class.c (can_access_instantiation): Allow access to generic
4501         arguments.
4502
4503 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
4504
4505         * verify.c (verify_class_for_overlapping_reference_fields):
4506         On some cases, the field size might be zero, guard against that.
4507         Fix the explicit layout check to work as expected.
4508
4509 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
4510
4511         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
4512         mono_thread_resume () during shutdown, since the thread we want to abort
4513         might be suspended.
4514
4515 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
4516
4517         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
4518         warning.
4519
4520         * debug-mono-symfile.c: Fix a warning.
4521
4522         * mono-perfcounters.c (get_cpu_times): Fix a warning.
4523
4524         * object.c (mono_class_vtable): Check if exception_type is set, and return
4525         NULL as defined by the function comments.
4526
4527 2008-07-22  Mark Probst  <mark.probst@gmail.com>
4528
4529         * mempool.c: Use malloc for every single mempool allocation if the
4530         configure option is set.  This makes it easier to track mempool
4531         allocations with tools like Valgrind.
4532
4533 2008-07-22  Jb Evain  <jbevain@novell.com>
4534
4535         * reflection.c (create_dynamic_mono_image): emit the same
4536         metadata version that SL2 does when creating a SL2 image.
4537
4538 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
4539
4540         * icall-def.h:
4541         * icall.c: New icall System.Enum:get_hashcode. This function
4542         avoids the overhead of boxing the enum to the underlying type.
4543
4544 2008-07-21  Mark Probst  <mark.probst@gmail.com>
4545
4546         * reflection.c (mono_method_get_object): Don't let static RGCTX
4547         invoke wrappers get into MonoReflectionMethods.
4548
4549 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
4550
4551         * object-internals.h:
4552         * object.c: New mono_runtime_class_init_full function
4553         that makes throwing the exception optinal.
4554
4555         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
4556         for the case where the exception object is supplied.
4557
4558 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
4559
4560         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
4561         old ld versions.
4562
4563         Contributed under MIT/X11 license.
4564
4565 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
4566
4567         * string-icalls.c (ves_icall_System_String_InternalSplit):
4568         Optimize array allocation by caching the MonoClass of the
4569         array type.
4570
4571         * icall.c (ves_icall_Type_GetMethodsByName): Same.
4572
4573         * reflection.c (mono_param_get_objects): Same.
4574
4575 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
4576
4577         * icall-def.h:
4578         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
4579         It inflates the given type using the class context.
4580
4581 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4582
4583         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
4584         the vtable if it already exists.
4585
4586         * object-internals.h: Add mono_class_try_get_vtable as part of the
4587         internal API.
4588
4589         * reflection.c (mono_type_get_object): Use the MonoObject from the
4590         vtable when possible. Reduces locking contention on reflection heavy
4591         code.
4592
4593 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
4594
4595         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
4596         g_bit_nth_msf () since that macro is not implemented in eglib.
4597
4598 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
4599
4600         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
4601         on platforms which do not support it.
4602
4603 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
4604
4605         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
4606
4607 2008-07-11  Martin Baulig  <martin@ximian.com>
4608
4609         * mono-debug-debugger.h
4610         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
4611
4612         * mono-debug-debugger.c
4613         (_mono_debugger_interruption_request): New global volatile variable.
4614         (mono_debugger_check_interruption): New public function.
4615
4616         * threads.c
4617         (mono_thread_current_check_pending_interrupt): Call
4618         mono_debugger_check_interruption().
4619         (mono_thread_interruption_checkpoint_request): Likewise.
4620
4621 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
4622
4623         * verify.c: Add more type checks for loaded types. Verify the result
4624         handle from ldtoken.
4625
4626 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
4627
4628         * loader.c (field_from_memberref): Don't crash if the field
4629         wasn't found.
4630
4631 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
4632
4633         * verify.c: Verify if type and method instantiations
4634         don't have invalid VAR or MVAR arguments.
4635
4636 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
4637
4638         * verify.c: Fix double free of function pointer list.
4639
4640 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
4641
4642         * object.c (mono_string_to_utf8): Comment the new code as it
4643         breaks under eglib.
4644
4645 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
4646
4647         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
4648
4649 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
4650
4651         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
4652           is not throw too many times.
4653
4654         Code is contributed under MIT/X11 license.
4655
4656 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
4657
4658         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
4659         debugging is turned off.
4660
4661 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
4662
4663         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
4664
4665 2008-07-04  Mark Probst  <mark.probst@gmail.com>
4666
4667         * class-internals.h, class.c: Added new generic sharing option:
4668         Share only stuff in System.Collections.Generic, which is now the
4669         default.
4670
4671 2008-07-04  Mark Probst  <mark.probst@gmail.com>
4672
4673         * generic-sharing.c, class-internals.h: New function for getting a
4674         generic method in a generic class given the corresponding method
4675         for a different instantiation of the class.  Partly refactored
4676         from mini-trampolines.c.
4677
4678         * class.c: Make sure generic methods have a class_inst if they are
4679         part of a generic class.
4680
4681         * metadata.c (mono_type_stack_size_internal): Handle type
4682         variables.
4683
4684 2008-07-04  Mark Probst  <mark.probst@gmail.com>
4685
4686         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
4687         Signifies whether information on the this/vtable/mrgctx variable
4688         is available.
4689
4690 2008-07-04  Mark Probst  <mark.probst@gmail.com>
4691
4692         * object.c, object-internals.h, icall.c: New function
4693         mono_delegate_ctor_with_method(), which does the same as
4694         mono_delegate_ctor(), but takes an explicit method argument
4695         instead of taking the method from the jit info.
4696
4697         * marshal.c: When creating a delegate with an inflated method take
4698         the "this" argument as the target class for the castclass.
4699
4700 2008-07-03  Mark Probst  <mark.probst@gmail.com>
4701
4702         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
4703         mono_jit_info_table_find() to perform very badly in some cases.
4704
4705 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
4706
4707         * icall.c (type_from_typename): Handle 'string'.
4708
4709         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
4710         wrappers into the wrapper_hash, since the key is not a MonoMethod.
4711
4712 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
4713
4714         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
4715
4716         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
4717         number of available managed allocator types.
4718
4719         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
4720         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
4721
4722 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
4723
4724         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
4725         which is a low level lock protecting just the 'jit_code_hash' hash table.
4726
4727         * domain.c: Initialize+cleanup jit_code_hash_lock.
4728         
4729 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
4730
4731         * coree.c (mono_load_coree): Set coree_module_handle global variable only
4732         after initialization.
4733
4734         * coree.h: Make MonoFixupExe internal.
4735
4736         Contributed under MIT/X11 license.
4737
4738 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
4739
4740         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
4741         because that is platform independent. Check NumberOfRvaAndSizes in PE32
4742         as well.
4743         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
4744         image being loaded is a CLI image and _CorValidateImage gets called.
4745
4746         * coree.h: Add MonoLoadImage.
4747
4748         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
4749         instead of LoadLibrary.
4750
4751         Contributed under MIT/X11 license.
4752
4753 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
4754
4755         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
4756         for any primitive type.
4757
4758 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
4759
4760         * object.c (mono_array_new_specific): Optimize this and the other allocation
4761         functions a bit.
4762         
4763         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
4764         domains too if mono_dont_free_domains is set.
4765
4766         * domain-internals.h (mono_dont_free_domains): New internal option controlling
4767         whenever to free appdomain data after it has been unloaded.
4768
4769         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
4770         
4771 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
4772
4773         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
4774         (mono_method_get_equivalent_method): Fix a warning.
4775
4776         * object.c (mono_message_init): Avoid looking up array types for each call.
4777
4778 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
4779
4780         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
4781         call.
4782
4783         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
4784         even more.
4785
4786         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
4787         each iteration.
4788
4789         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
4790         fields of an enum.
4791
4792 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4793
4794         * object.c (mono_value_box): Fix boxing of nullables.
4795
4796 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
4797
4798         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
4799         mono_module_handle that is defined by the linker; no initialization required.
4800         * coree.h: Remove mono_module_handle, add __ImageBase, update
4801         mono_image_open_from_module_handle.
4802         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
4803         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
4804         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
4805         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
4806         to 4 GB away from image base address. IA64 version is not tested but was very
4807         easy to implement and should work if we ever need it.
4808         * domain.c (mono_init_internal): Avoid system error message boxes.
4809         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
4810         with has_entry_point. Handle do_mono_image_load fauilre correctly.
4811         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
4812         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
4813         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
4814
4815         Contributed under MIT/X11 license.
4816
4817 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4818
4819         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
4820         as part of the private mono API.
4821         
4822         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
4823         Do proper argument checking for methods that belong to generic classes.
4824         Do proper type resolution for GMFH/2.
4825         Fixes #377324.
4826         
4827 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4828
4829         * verify.c (do_switch): Fix a memory corruption bug with
4830         the jump index is out of bound.
4831
4832 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4833
4834         * verify.c: Disable debug code.
4835
4836 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4837
4838         * reflection.c (mono_image_get_methodbuilder_token): Use
4839         mono_image_get_methodspec_token_for_generic_method_definition
4840         instead of mono_image_get_memberref_token. We cache more memberef
4841         entries now.
4842
4843 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4844
4845         * verify.c: Inflate exception clause types.
4846         Fixes #402606.
4847         
4848 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4849
4850         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
4851         name.
4852
4853         * reflection.c (mono_image_get_ctorbuilder_token): Same.
4854
4855         * reflection.c (mono_image_create_method_token): Same.
4856
4857 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4858
4859         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
4860         It does the same as mono_image_get_methodref_token but works on
4861         MethodBuilder.
4862
4863         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
4864         and always generate a methodspec. This follows the old behavior and fixes
4865         the regressions in System.Core. 
4866
4867 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
4868
4869         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
4870         don't event mono_class_get () succeeds. Fixes #402182.
4871
4872 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
4873
4874         * metadata-internals.h: Added MonoDynamicImage::methodspec
4875         hashtable to store methodspec tokens created for MethodBuilders.
4876
4877         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
4878         MethodBuilders as open instantiations if a methodspec was requested.
4879
4880         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
4881
4882         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
4883
4884         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
4885
4886         Fixes bug #349190.
4887
4888 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
4889
4890         * loader.c (method_from_methodspec): Avoid crashing if the
4891         method lookup fails.
4892
4893 2008-06-20  Dick Porter  <dick@ximian.com>
4894
4895         * socket-io.c (get_socket_assembly): Cope with Moonlight network
4896         classes being in a different assembly.  Fixes bug 399184.
4897
4898 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
4899
4900         * loader.c (mono_loader_init): Make this callable multiple times.
4901         (mono_dllmap_insert): Call mono_loader_init () so this works even before
4902         the runtime is initialized. Fixes #401755.
4903
4904 2008-06-19  Dick Porter  <dick@ximian.com>
4905
4906         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
4907         Fixes bug 349688.
4908
4909 2008-06-19  Dick Porter  <dick@ximian.com>
4910
4911         * socket-io.c:
4912         * icall-def.h: Implement Socket generic Send() and Receive()
4913         methods.  Fixes bug 395168.
4914
4915 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
4916
4917         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
4918
4919         Contributed under MIT/X11 license.
4920
4921 2008-06-18  Martin Baulig  <martin@ximian.com>
4922
4923         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
4924         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
4925         set to 80.0.  The debugger <-> runtime interface is now frozen as
4926         well.   
4927
4928         * mono-debug.c
4929         (mono_debug_debugger_version): Bump to 4.
4930
4931 2008-06-18  Martin Baulig  <martin@ximian.com>
4932
4933         * debug-mono-symfile.c
4934         (load_symfile): Don't check the minor version.
4935
4936         * debug-mono-symfile.h: Bump the version number to 50.0.
4937
4938 2008-06-18  Martin Baulig  <martin@ximian.com>
4939
4940         * debug-mono-symfile.c
4941         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
4942         minimum required version.
4943
4944 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
4945
4946         * reflection.c (mono_custom_attrs_from_property): Fix support for
4947         retriveving cattrs of dynamic inflated generic types.
4948
4949         * reflection.c (mono_custom_attrs_from_event): Same.
4950
4951         * reflection.c (mono_custom_attrs_from_field): Same;
4952
4953         * reflection.c (typebuilder_setup_events): Same cattrs of events.
4954
4955         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
4956         Moved to metadata.c.
4957
4958         * metadata.c: New functions to retrive the equivalent field, event
4959         of property from the generic type definition.
4960
4961         * metadata-internals.h: Added new functions from metadata.c.
4962
4963 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
4964
4965         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
4966         to cached in a mempool is used.
4967
4968         * metadata.c (free_generic_class): In some situations field generic_info type
4969         is not properly dup'ed and leads to double free'ing.
4970
4971         Fixes #400643.
4972
4973 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4974
4975         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
4976         this arguments (will be needed later for generic methods).
4977         Collect stats.
4978
4979 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4980
4981         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
4982         Create a static RGCTX invoke wrapper for methods which require it.
4983
4984 2008-06-17  Mark Probst  <mark.probst@gmail.com>
4985
4986         * object.c, class-internals.h: New function for checking whether
4987         an individual field is special static.
4988
4989 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
4990
4991         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
4992         linear search since the table is sorted.
4993
4994         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
4995         Fixes #324180.
4996
4997 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
4998
4999         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
5000         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
5001
5002         * gc.c (mono_domain_finalize): Allow an infinite timeout.
5003
5004         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
5005         
5006         * threads.c (mono_thread_request_interruption): Get rid of locking, use
5007         InterlockedCompareExchange to query and modify 
5008         thread->interruption_requested.
5009
5010         * object-internals.h (struct _MonoThread): Change interruption_requested
5011         to a gint32 so it can be modified by atomic operations. Add 
5012         'critical_region_level' from the managed side, change small_id to a guint32,
5013         add new set of 'unused' fields.
5014
5015         * appdomain.c: Bump corlib version.
5016
5017 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
5018
5019         * class.c (mono_class_from_name): Search modules as well. Fixes
5020         #322332.
5021
5022 2008-06-13  Mark Probst  <mark.probst@gmail.com>
5023
5024         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
5025         templates.  Templates are generalized with an additional type_argc
5026         argument.  RGCTX templates have type_argc==0, MRGCTX templates
5027         have type_argc>0.
5028
5029         * domain-internals.h, domain.c: New hash table for looking up
5030         MRGCTXs.
5031
5032         * metadata.c, metadata-internals.h: Rename hash and equal
5033         functions for MonoGenericInst's and make them public.
5034
5035         * class-internals.h: New data structures for the MRGCTX.  Macros
5036         for distinguishing slots in the RGCTX and the MRGCTX.
5037
5038 2008-06-13  Mark Probst  <mark.probst@gmail.com>
5039
5040         * object.c (mono_method_get_imt_slot): Put the same methods of
5041         different instantiations of the same generic interface in the same
5042         IMT slots, to make generic sharing simpler.
5043
5044 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
5045
5046         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
5047
5048         * metadata.c (mono_metadata_field_info_with_mempool): Added.
5049         This function works just like mono_metadata_field_info, but
5050         accept a mempool as argument to be used allocating memory.
5051
5052         * marshal.c (mono_marshal_load_type_info): Use new function
5053         to load marshal data into image mempool.
5054
5055 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
5056
5057         * class.c (mono_class_inflate_generic_type_with_mempool):
5058         This function allows to inflate a generic type using
5059         a mempool.
5060
5061         * class.c (inflate_generic_type): Take a mempool as argument
5062         and use it to do type dup'ing.
5063
5064         * class.c (mono_class_setup_fields): Field type for generic
5065         generic classes are allocated from the image mempool.
5066
5067         * metadata.c (free_generic_class): Inflated field type is
5068         now allocated in the image mempool.
5069
5070 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
5071
5072         * threads.c (thread_cleanup): Free MonoThread::name.
5073
5074 2008-06-12  Marek Habersack  <mhabersack@novell.com>
5075
5076         * appdomain.c (ensure_directory_exists): avoid unnecessary
5077         mkdir(2) calls when the shadow directory already exists.
5078         (mono_make_shadow_copy): copy also satellite assemblies from the
5079         private bin directories.
5080
5081 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
5082
5083         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
5084         
5085         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
5086         a page boundary. Fixes #396219.
5087
5088 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5089
5090         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
5091         due to double-checked locking.
5092
5093 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5094
5095         * assembly.c (build_assembly_name): Release memory on failure.
5096
5097         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
5098
5099 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5100
5101         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
5102         memory on failure.
5103
5104 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5105
5106         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
5107         memory on failure.
5108
5109 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5110
5111         * loader.c (field_from_memberref): Check if field signature type is equal
5112         to the non-inflated type of the field. Fixes #398980.
5113
5114 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
5115
5116         * assembly.c (mono_assembly_load_from_full): Call 
5117         mono_assembly_load_friends () outside the assemblies lock, since it can
5118         acquire the loader lock. Fixes #323696.
5119
5120         * reflection.c (resolve_object): Inflate the inst with the context for
5121         FieldOnTypeBuilderInst. Fixes #399010.
5122
5123 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5124
5125         * reflection.c (mono_image_get_field_on_inst_token): Don't
5126         inflate the field to encode it's signature. If it's a
5127         VAR or MVAR it should stay that way in the signature.
5128         Fixes #399047.
5129
5130 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5131
5132         * reflection.c (resolve_object): Release memory of inflated types.
5133
5134 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5135
5136         * loader.c (mono_method_get_signature_full): Remove assert about
5137         loading a methodspec to a generic method. We have such methods, such as
5138         System.Threading.Interlocked::CompareExchange<T>.
5139         This assert was removed since it crashes the verifier when it checks
5140         methods calling CompareExchange<T>.
5141
5142 2008-06-10  Marek Safar  <marek.safar@gmail.com>
5143
5144         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
5145         of Type array and not MonoType.
5146
5147 2008-06-10  Marek Habersack  <mhabersack@novell.com>
5148
5149         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
5150         <lupus@ximian.com>
5151
5152 2008-06-10  Martin Baulig  <martin@ximian.com>
5153
5154         * debug-mono-symfile.h
5155         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
5156         changes to the file format, but we were generating incorrect
5157         source file indices in the line number table due to a bug, which
5158         made backtraces report an incorrect source file.
5159
5160 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5161
5162         * mono-debug.c: Moved mono_debug_free_method_jit_info from
5163         mini/debug-mini.c to here.
5164
5165         * mono-debug.c (il_offset_from_address): Free memory from find_method.
5166
5167         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
5168         use it to release structs returned by mono_debug_find_method.
5169
5170 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
5171
5172         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
5173         since it needs to set method->slot for all interface methods.
5174
5175 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5176
5177         * class-internals.h: Forgot to add.
5178
5179 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5180
5181         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
5182
5183         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
5184         Lookup the custom attributes from property_hash.
5185
5186         * reflection.c (mono_save_custom_attrs): Save the custom attributes
5187         in property_hash. Allocate all data using the image mempool.
5188
5189         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
5190         for dynamic_custom_attrs to checks if the image is dynamic.
5191
5192 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
5193
5194         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
5195         assemblies array.
5196         
5197         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
5198         runtime functions while holding the domain assemblies lock.
5199
5200 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5201
5202         * verify.c: Reapplied the last bit of the reverted changes.
5203
5204 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5205
5206         * verify.c: Reapplied more of the reverted changes.
5207
5208 2008-06-09  Martin Baulig  <martin@ximian.com>
5209
5210         * debug-mono-symfile.c (load_symfile): Check the major version
5211         first; if it's wrong, don't print the minor version in the error message.
5212
5213 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
5214
5215         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
5216         lock instead of the domain lock to avoid deadlocks, since the thread might
5217         already hold the loader lock.
5218
5219         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
5220         (mono_thread_attach): Ditto.
5221
5222         * monitor.c: Use a TLS variable for holding the current thread id instead
5223         of calling pthread_self ().
5224         (mono_monitor_init_tls): New internal function to initialize the TLS
5225         variable.
5226         (mono_monitor_try_enter_internal): Put the owner == id check after the
5227         owner == 0 check.
5228
5229         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
5230         missed optimizations when using gcc-4.3.
5231
5232 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
5233
5234         * reflection.c (mono_dynamic_image_free): Free the memory
5235         used by MonoGenericParam in MonoDynamicImage::gen_param.
5236
5237         * reflection.c (mono_reflection_setup_generic_class): Allocate
5238         container from mempool.
5239
5240         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
5241         container from mempool.
5242
5243 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
5244
5245         * threads.c (mono_set_pending_exception): New internal function to set the
5246         pending exception of the current thread.
5247         (mono_thread_get_and_clear_pending_exception): Check for 
5248         thread->pending_exception as well.
5249
5250         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
5251
5252         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
5253         it can trigger a collection.
5254
5255 2008-06-06  Martin Baulig  <martin@ximian.com>
5256
5257         Merged the `debugger-kahalo' branch.
5258
5259         * mono-debug.h
5260         (MONO_DEBUGGER_VERSION): Bumped to 72.
5261
5262         * debug-mono-symfile.h
5263         (MonoSymbolFileMethodIndexEntry): Removed.
5264         (MonoSymbolFileMethodEntry): New public typedef.
5265         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
5266         (MonoSymbolFileSourceEntry): Remove everything except `index' and
5267         `data_offset'.
5268         (MonoSymbolFileMethodEntry): Removed.
5269         (MonoSymbolFileLexicalBlockEntry): Removed.
5270         (MonoSymbolFileLineNumberEntry): Removed.
5271         (MonoDebugLexicalBlockEntry): Removed.
5272         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
5273         removed `num_il_offsets' and `il_offsets'.
5274         (MonoSymbolFile): Replace `version' with `major_version' and
5275         `minor_version'.
5276         (MONO_SYMBOL_FILE_VERSION): Replace with
5277         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
5278         `MONO_SYMBOL_FILE_MINOR_VERSION'.
5279
5280         * debug-mono-symfile.c
5281         (mono_debug_symfile_lookup_location): Add support for the new line
5282         number table format.
5283
5284 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
5285
5286         * metadata.c (free_generic_class): Release the inflated
5287         MonoClass of dynamic generic classes if it's not a generic
5288         type definition.
5289
5290 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
5291
5292         * verify.c: Reapplied more of the reverted changes.
5293
5294 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
5295
5296         * reflection.c (lookup_custom_attr): Clean the cached flag or
5297         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
5298         for SRE types.
5299
5300 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
5301
5302         * verify.c: Reapplied a small part of the reverted changes.
5303
5304 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
5305
5306         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5307
5308         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
5309         previously in managed code.
5310         (mono_monitor_exit): Ditto.
5311         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
5312
5313         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
5314         the managed definition.
5315
5316 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
5317
5318         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
5319
5320 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
5321
5322         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
5323         
5324         * monitor.c: Add some micro optimizations.
5325
5326         * icall.c (type_from_typename): Handle 'bool'.
5327
5328 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
5329
5330         * verify.c: Implement constructor verification per P III 1.8.1.4.
5331         Fixes #396716.
5332
5333 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
5334
5335         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
5336         holding the assemblies lock here too.
5337
5338 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5339
5340         * verify.c: Kill stack_top function.
5341
5342 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5343
5344         * verify.c: Kill stack_get function.
5345
5346 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5347
5348         * verify.c (mono_method_verify): Last change broke the build. Fixed.
5349
5350 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5351
5352         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
5353         more reliable.
5354
5355         * verify.c (mono_method_verify): Inflate params and locals to avoid
5356         mismatch when checking for compatibility.
5357
5358 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
5359
5360         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
5361         Length prefix should be size in bytes. Fix bug #339530.
5362         
5363         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
5364         Length prefix should be size in bytes. Fix bug #339530.
5365
5366         Code is contributed under MIT/X11 license.
5367
5368 2008-06-05  Bill Holmes <billholmes54@gmail.com>
5369
5370         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
5371
5372         Contributed under MIT/X11 license.
5373
5374 2008-06-05  Martin Baulig  <martin@ximian.com>
5375
5376         * mono-debug-debugger.c
5377         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
5378
5379 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
5380
5381         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
5382         while holding the assemblies lock to prevent deadlocks. Handle the case
5383         where the search hook returns NULL but the assembly was still loaded.
5384         Fixes #323696.
5385
5386         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
5387         modify domain state.
5388
5389 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
5390
5391         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
5392         * Makefile.am (pedump_LDADD): Post-process object files and
5393         add dtrace-generated object file, if necessary.
5394
5395         Code is contributed under MIT/X11 license.
5396
5397 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5398
5399         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
5400
5401 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5402
5403         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
5404
5405 2008-06-04  Mark Probst  <mark.probst@gmail.com>
5406
5407         * threads.c: Try to free everything from the delayed free table
5408         when shutting down threads, and set the variable to NULL after the
5409         table is freed so that calling
5410         mono_thread_hazardous_try_free_all() when shutting down the root
5411         domain doesn't crash.
5412
5413 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5414
5415         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
5416         the caller if resulting type was inflated.
5417
5418         * class.c (mono_class_create_from_typespec): Free the MonoType if it
5419         was inflated.
5420
5421         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
5422
5423
5424 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
5425
5426         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
5427         class library tests.
5428
5429         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
5430         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
5431         #396989.
5432
5433 2008-06-04  Mark Probst  <mark.probst@gmail.com>
5434
5435         * domain.c, domain-internals.h: The JIT infos are now freed by the
5436         JIT info table code.  They are freed immediately if there only a
5437         single JIT info table in circulation.  If there is more, the free
5438         is delayed via a queue.
5439
5440         * threads.c, threads-types.h: New hazard pointer function for
5441         freeing all freeable delayed items in one sitting.
5442
5443 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5444
5445         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
5446
5447         * reflection.c (typebuilder_setup_properties): Same.
5448
5449         * reflection.c (typebuilder_setup_events): Same.
5450
5451 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5452
5453         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
5454         and use it for allocating memory.
5455
5456         * reflection.c (mono_marshal_spec_from_builder): Same.
5457
5458         * reflection.c: Change code to use new signatures.
5459
5460         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
5461
5462 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
5463
5464         * decimal.c (rescale128): Put back one line which was accidently commented
5465         out.
5466         
5467         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
5468         to cause crashes.
5469
5470 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5471
5472         * reflection.c (mono_reflection_generic_class_initialize): Name must
5473         be always malloc'ed so we can free it later on. Do this for field, property
5474         and event.
5475
5476         * metadata.c (free_generic_class): Free field, property and event names.
5477
5478 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5479
5480         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
5481         instead of g_memdup.
5482
5483         * reflection.c (typebuilder_setup_fields): Same.
5484
5485 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
5486
5487         * decimal.c (rescale128): Optimize this function a bit more.
5488
5489 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5490
5491         * metadata.c (free_generic_class): Release some memory from
5492         SRE generic classes.
5493
5494 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5495
5496         * reflection.c (mono_image_get_generic_field_token): No reference
5497         to name is kept, free it.
5498
5499         * reflection.c (mono_reflection_generic_class_initialize): Free
5500         more memory of the inflated field.
5501
5502 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
5503
5504         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
5505         code.
5506
5507 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
5508
5509         * reflection.c (mono_dynamic_image_free): Release memory used by
5510         MonoDynamicImage::array_methods elements.
5511
5512         * reflection.c (assembly_add_win32_resources): Release memory after
5513         encoding.
5514
5515 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
5516
5517         * decimal.c (log2_32): Use an optimized version for this function too.
5518         
5519         * decimal.c (log2_64): Fix this on 32 bit machines.
5520
5521 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
5522
5523         * class.c (mono_dup_array_type): Implement allocation using a mempool.
5524
5525         * class.c (mono_metadata_signature_deep_dup): Same.
5526
5527         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
5528         a mempool.
5529
5530         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
5531
5532         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
5533
5534         * metadata-internals.h: Added mono_metadata_signature_dup_full.
5535
5536         * class-internals.h: Update signatures to take a MonoMemPool.
5537
5538 2008-06-02  Dick Porter  <dick@ximian.com>
5539
5540         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
5541         * icall-def.h: Add
5542         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
5543         FormatMessage API to get the error text.  Fixes bug 321827.
5544
5545 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
5546
5547         * decimal.c: Add some micro optimizations to make decimal operations faster.
5548
5549 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5550
5551         * reflection.c (method_encode_clauses): Take a mempool
5552         as parameter and use it to allocate the clause array.
5553
5554         * reflection.c (mono_image_get_field_on_inst_token): Free
5555         the inflated type after encoding it.
5556
5557         * reflection.c (mono_dynamic_image_free): Free each element
5558         of MonoDynamicImage::gen_params.
5559
5560         * reflection.c (reflection_methodbuilder_to_mono_method):
5561         Allocate the generic param array from the mempool.
5562         Allocate signature params from the mempool.
5563
5564         * reflection.c (mono_reflection_generic_class_initialize):
5565         Free inflated fields after been used.
5566
5567 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
5568
5569         * icall.c: Reapply the memory leak fixes as they no
5570         longer make mono crash.
5571
5572 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
5573
5574         * reflection.c (mono_type_get_object): Don't store the suplied
5575         MonoType with type_hash. A caller which pass a type that
5576         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
5577         might end with a pointer to freed memory.
5578         The solution is to use byval_arg or this_arg from the associated
5579         MonoClass of the supplied type.
5580
5581 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
5582
5583         * icall.c: Revert the rest of the last change as it breaks the build too.
5584
5585 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5586
5587         * icall.c: Revert a leak fix as it's breaking the build.
5588
5589 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5590
5591         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
5592
5593 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5594
5595         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
5596
5597 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5598
5599         * icall.c: Fix some memory leaks.
5600
5601 2008-05-29  Dick Porter  <dick@ximian.com>
5602
5603         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
5604         async socket operations from the pending list when a socket
5605         closes.  Leaving it until the threadpool services the event
5606         exposes a race condition when a socket descriptor is reused.
5607         Fixes bug 377589.
5608
5609 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5610
5611         * object.c: Fix negative index check for array alocation.
5612
5613 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5614
5615         * icall.c, marshal.c: Delegate wrappers should skip visibility.
5616         This check is performed by the verifier for IL created delegates
5617         and by Delegate::CreateDelegate for programatically created ones.
5618         Fixes #372406.
5619
5620 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5621
5622         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
5623         Fix code to use mono_array_size_t instead of int.
5624
5625         Based on patch by Luis F. Ortiz.
5626         Contributed under X11 license.
5627         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5628
5629 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5630
5631         * icall.c: Added ves_icall_System_Array_GetLongLength and
5632         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
5633         arrays.
5634
5635         * icall.h: Export both new functions.
5636
5637         Based on patch by Luis F. Ortiz.
5638         Contributed under X11 license.
5639         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5640
5641 2008-05-28  Martin Baulig  <martin@ximian.com>
5642
5643         The debugger now requires exactly r103463.
5644
5645         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
5646         This version is not supported by the debugger, wait for 72.
5647
5648 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5649
5650         * object.h: Changed array related functions to use
5651         mono_array_size_t instead of guint32. Forgot to commit this file.
5652
5653         Patch by Luis F. Ortiz.
5654         Contributed under X11 license.
5655         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5656
5657
5658 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5659
5660         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
5661         don't define it. Use the number literal instead.
5662
5663 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5664
5665         * icall.c: Changed array related functions to use
5666         mono_array_size_t instead of guint32.
5667
5668         * icall.c (ves_icall_System_Array_GetLength): Check for length
5669         overflow under MONO_BIG_ARRAYS.
5670
5671         Based on patch by Luis F. Ortiz.
5672         Contributed under X11 license.
5673         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5674
5675 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5676
5677         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
5678
5679         Based on patch by Luis F. Ortiz.
5680         Contributed under X11 license.
5681         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5682
5683 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5684
5685         * object.c, object.h: Changed array related functions to use
5686         mono_array_size_t instead of guint32.
5687
5688         Patch by Luis F. Ortiz.
5689         Contributed under X11 license.
5690         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5691
5692 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5693
5694         * object.h: Introduced mono_array_size_t typedef. This must be used
5695         in all places an array length is expected. This is 64bits wide if
5696         MONO_BIG_ARRAYS is enabled.
5697
5698         Patch by Luis F. Ortiz.
5699         Contributed under X11 license.
5700         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
5701
5702 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
5703
5704         * security-manager.c class.c: Set the class exception info by calling
5705         mono_class_set_failure ().
5706
5707         * class.c (mono_class_get_exception_data): New accessor function.
5708         (mono_class_set_failure): Store exception_data in the property hash.
5709
5710         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
5711         the struct as a property.
5712
5713         * loader.c (mono_get_method_full): Store the lookup result for method
5714         tokens in method_cache, the others in methodref_cache to decrease the memory
5715         usage of hash tables.
5716
5717         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
5718         (mono_image_init): method_cache is lazy inited now.
5719
5720         * metadata-internals.h (struct _MonoImage): Change method_cache to
5721         a MonoValueHashTable, add a separate methodref_cache.
5722
5723 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
5724
5725         * number-formatter.h: Fix tables to avoid arithemtic overflow in
5726           Double.ToString as exposed by Bug #383531.
5727
5728 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
5729
5730         * number-formatter.h: Make some tables static.
5731
5732         * class.c (mono_method_set_generic_container): New accessor function.
5733         (mono_method_get_generic_container): Ditto.
5734
5735         * class-internals.h (struct _MonoMethod): Remove rarely used 
5736         'generic_container' field, store it in the property hash instead. Add 
5737         'is_generic' boolean field instead.
5738
5739         * image.c (mono_image_init): Initialize property_hash.
5740         (mono_image_close): Destroy property_hash.
5741
5742         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
5743         hold rarely used fields of runtime structures belonging to this image.
5744
5745         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
5746         to get/set method->generic_container.
5747
5748         * loader.c (mono_get_method_from_token): Avoid loading the method header for
5749         generic methods.
5750
5751 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
5752
5753         * class.c (mono_class_inflate_generic_method_full): Don't increase
5754         mono_stats.inflated_method_count for methods found in the cache.
5755
5756         * threads.c (mono_thread_request_interruption): Add a comment about 
5757         QueueUserAPC ().
5758
5759 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
5760
5761         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
5762         interface_offsets_packed table.
5763         
5764         * class.c (mono_class_init): Remove some dead code.
5765
5766         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
5767         mono_class_setup_vtable () when CAS is active to detect security problems.
5768
5769 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
5770
5771         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
5772
5773         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
5774         parameters as it's irrelevant for delegate checking.
5775
5776 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
5777
5778         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
5779
5780         * class.c (mono_class_init): Control the creation of a generic vtable using
5781         a global which is true by default, but set to false by the runtime startup code.
5782         
5783         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
5784         Disabled for now since it breaks the embedding API.
5785         Move the setup of class->methods for arrays to mono_class_setup_methods ().
5786         (mono_class_setup_methods): Add a memory barrier.
5787
5788         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
5789         when mono_class_init () doesn't compute the generic vtable.
5790         
5791 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
5792         * profiler.c: Added mono_profiler_install_statistical_call_chain,
5793         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
5794         to support call chains (backtrace) in the stat profiler.
5795         * profiler.c, profiler-private.h: Likewise.
5796
5797 2008-05-22  Mark Probst  <mark.probst@gmail.com>
5798
5799         * generic-sharing.c: Init generic class when a method of it is
5800         requested via a runtime generic context.
5801
5802 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
5803
5804         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
5805
5806         * reflection.c (mono_type_get_object): Add a FIXME.
5807
5808         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
5809
5810         * class.c (mono_class_get_method_by_index): New helper function, returning an
5811         entry in the class->methods array.
5812
5813 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
5814
5815         * class.c (mono_class_init): Only do the array optimization for szarrays. 
5816         Avoid creating a generic vtable for generic instances as well.
5817         (mono_class_get_method_from_name_flags): Don't search in the metadata for
5818         generic instances.
5819
5820 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
5821
5822         * loader.c (mono_get_method_constrained): Inflate the signature
5823         with class context. Fix #325283.
5824
5825 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
5826
5827         * object.c (mono_class_create_runtime_vtable): Add a comment.
5828
5829         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
5830         where needed.
5831         (setup_interface_offsets): Handle the case when this is called twice for arrays.
5832         (mono_class_setup_vtable_general): Add an assert.
5833         (mono_class_init): Avoid creating a generic vtable for arrays.
5834
5835         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
5836         here, let mono_class_init () do that.
5837
5838         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
5839         interfaces in mscorlib.
5840
5841         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
5842         interfaces. Add some comments.
5843         (mono_class_init): Call mono_class_setup_methods () here since it is no
5844         longer called by mono_class_setup_vtable ().
5845
5846         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
5847         not set in class->vtable.
5848         (mono_class_create_runtime_vtable): Reenable the disabled code.
5849
5850         * object.c (mono_class_create_runtime_vtable): Disable the last change for
5851         now as it causes some test failures.
5852
5853         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
5854         if using the vtable trampoline. Also remove some strange code which put the
5855         generic methods themselves into the vtable slots. Remove the AOT init_vtable
5856         stuff as it is no longer needed.
5857
5858 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5859
5860         * pedump.c: Give make --verify all option check code as well.
5861         Using --verify code won't check for metadata now.
5862
5863 2008-05-19  Martin Baulig  <martin@ximian.com>
5864
5865         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
5866
5867         * mono-debug.c
5868         (_mono_debug_using_mono_debugger): New global variable; it's set
5869         directly by the debugger, so mono_debug_using_mono_debugger() also
5870         works after attaching.
5871
5872 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
5873
5874         * object.c (mono_class_create_runtime_vtable): Use memory barriers
5875         as we do double checked locking on MonoClass::runtime_info and
5876         MonoClassRuntimeInfo::domain_vtables.
5877
5878 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
5879
5880         * debug-helpers.c (print_field_value): Fix a warning.
5881
5882 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
5883
5884         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
5885         set in the AOT case.
5886
5887 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
5888
5889         * class.c (mono_class_setup_vtable_general): Use memory barriers
5890         as we do double checked locking on MonoClass::vtable.
5891
5892 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
5893
5894         * reflection.c (resolve_object): Inflate only if the generic context
5895         is not null. Fixes #389886.
5896
5897 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
5898
5899         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
5900         instead of g_free.
5901
5902         Code is contributed under MIT/X11 license.
5903
5904 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
5905
5906         * class.c: Revert unrelated change.
5907
5908 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
5909
5910         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
5911         a generic instantiation, use mono_class_from_mono_type instead of playing
5912         with MonoType directly.
5913
5914 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
5915
5916         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
5917         checks must ignore generic instantiations, so mono_class_has_parent is not
5918         suitable. Fixes #390128.
5919
5920 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
5921
5922         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
5923         it to avoid registering tokens during metadata generation. Fixes #390023.
5924
5925 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
5926
5927         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
5928         consistent.
5929
5930         Contributed under MIT/X11 license.
5931
5932 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
5933
5934         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
5935         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
5936         to fixup the EXE image.
5937         (mono_cleanup): Use mono_close_exe_image.
5938         (mono_close_exe_image): New function.
5939         * image.c: Include "marshal.h".
5940         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
5941         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
5942         counting when the image is loaded outside of mono_image_open_full. Set status
5943         based on GetLastError.
5944         * coree.c: Include required headers. Add init_from_coree.
5945         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
5946         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
5947         (_CorExeMain): Set init_from_coree.
5948         (CorExitProcess): Only call ExitProcess for now.
5949         (CorBindToRuntimeEx): New stub implementation.
5950         (CorBindToRuntime): New function.
5951         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
5952         (MonoFixupExe): ILONLY executables require no fixups.
5953         (mono_set_act_ctx): New function to set activation context.
5954         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
5955         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
5956         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
5957         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
5958         as MONO_INTERNAL.
5959         * domain-internals.h: Add mono_close_exe_image.
5960
5961         Contributed under MIT/X11 license.
5962
5963 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5964
5965         * metadata.c (mono_metadata_compute_size): Correctly calculate field
5966         size for generic param and event tables. Fixes #388977.
5967
5968 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
5969
5970         * loader.c (mono_method_signature): Use memory barriers because of the double
5971         checked locking pattern.
5972
5973         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
5974         aborting or aborted as well. Fixes #376391.
5975         
5976         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
5977         existing runtime state in the Suspend handler during shutdown.
5978
5979 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
5980
5981         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
5982
5983         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
5984         which are starting up or shutting down.
5985
5986         * threads.c (mono_threads_set_shutting_down): Don't return a value since
5987         this function never returns if the runtime is already shutting down.
5988
5989         * icall.c (ves_icall_System_Environment_Exit): Update after 
5990         mono_threads_set_shutting_down () signature change.
5991         
5992 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
5993
5994         * class.c: Added can_access_instantiation to verify if the instantiation
5995         is visible. Fix access check for nested types as they returned TRUE
5996         before doing type and generic instantiation visibility checks.
5997
5998 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
5999
6000         * reflection.c (mono_reflection_create_generic_class): The created type
6001         must have a different container from its TypeBuilder. Otherwise they
6002         will end sharing generic arguments, which is wrong.
6003
6004         Due to the sharing, making a generic instance of the created type using
6005         the TypeBuider generic arguments resulted in the generic type definition
6006         been returned, which is wrong as well.
6007
6008         As a bonus the code was leaking the type_params array. This memory should
6009         be allocated from the image mempool.
6010
6011         This fixes bug #354047.
6012
6013 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
6014
6015         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
6016         to here         as they are now used in assembly.c new code.
6017         Added a skipverification flag to MonoAssembly.
6018         New internal function mono_assembly_has_skip_verification.
6019
6020         * assembly.c: New function mono_assembly_has_skip_verification. It checks
6021         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
6022         part of #387274.
6023
6024 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
6025
6026         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
6027         needed. Fixes #387034.
6028
6029         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
6030
6031 2008-05-06  Miguel de Icaza  <miguel@novell.com>
6032
6033         * assembly.c (mono_assembly_load_reference): Prevent crash while
6034         disassembling Silverlight 2.0 executables while we still do not
6035         have GACed libraries.
6036
6037 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
6038
6039         * reflection.c: Special case generic type definitions as well. Fixes #383444.
6040
6041 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
6042
6043         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
6044         of the dynamic case. Fixes #387404.
6045
6046 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
6047
6048         *verify.c (mono_verifier_is_class_full_trust): If under
6049         verify_all and the verifier mode was not set, only
6050         gac and corlib types are fulltrust. This makes --verify-all
6051         usable to detect unverifiable code, which is the expected
6052         use case.
6053
6054 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
6055
6056         * verify.h: Ops, commited the header with debug
6057         enabled.
6058
6059 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
6060
6061         * verify.c (merge_stack): Use the new value on unverifiable
6062         stack merges.
6063
6064         * verify.c (verify_type_compatibility_full): Comparison
6065         of nullable types can't use mono_class_is_assignable_from.
6066
6067         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
6068         that makes all verification errors be reported.
6069
6070         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
6071         mono_method_verify.
6072
6073 2008-05-05  Robert Jordan  <robertj@gmx.net>
6074
6075         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
6076         support for value types. See #386415.
6077
6078         * object.c: comments.
6079
6080         Code is contributed under MIT/X11 license.
6081
6082 2008-05-05  Martin Baulig  <martin@ximian.com>
6083
6084         * debug-mono-symfile.h
6085         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
6086         for old pre-terrania symbol files.
6087
6088 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
6089
6090         * mono-config.c: Add ppc64 architecture.
6091
6092         Code is contributed under MIT/X11 license.
6093
6094 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
6095
6096         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
6097           PPC64 uses function descriptors as well.
6098
6099         Code is contributed under MIT/X11 license.
6100
6101 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
6102
6103         * object.c (compute_class_bitmap): Ignore literal static fields.
6104
6105         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
6106         var has an invalid format.
6107         (describe_ptr): Add some sanity checks for the vtable.
6108         (add_nursery_frag): Clear unused nursery fragments.
6109         (major_collection): Clear all remaining nursery fragments.
6110
6111 2008-05-03  Robert Jordan  <robertj@gmx.net>
6112
6113         * image.c, metadata-internals.h: add thunk_invoke_cache.
6114
6115         * marshal.c, marshal.h: implement
6116         mono_marshal_get_thunk_invoke_wrapper ().
6117
6118         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
6119
6120         Code is contributed under MIT/X11 license.
6121
6122 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
6123
6124         * verify.c (do_leave): Empty the stack.
6125
6126 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
6127
6128         * class.c (mono_class_is_assignable_from): Variance
6129         doesn't work between reference and value types. For example,
6130         given type C<T+>, C<int32> is not assignable to C<object>.
6131         Break the argument checking loop on first error. 
6132
6133 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
6134
6135         * icall.c : base64_to_byte_array() needs some more strict
6136           check for sequence of '=' characters. Patch by Santa
6137           Marta (http://deee.g.hatena.ne.jp/santamarta).
6138
6139           Contributed under MIT/X11 license.
6140           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
6141
6142 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
6143
6144         * domain.c: Disable LoadLibrary support to fix Win32 build.
6145
6146         Code is contributed under MIT/X11 license.
6147
6148 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
6149
6150         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
6151         to help with cache behaviour.
6152
6153 2008-05-01  Miguel de Icaza  <miguel@novell.com>
6154
6155         * appdomain.c (mono_domain_from_appdomain): Add new accessor
6156         method. 
6157
6158 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
6159
6160         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
6161
6162 2008-05-01  Dick Porter  <dick@ximian.com>
6163
6164         * process.c (process_get_fileversion): Only pass 16 bits of
6165         language ID to VerLanguageName.  Fixes bug 381204.
6166
6167 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6168
6169         * verify.c (mono_method_verify): Fix the comparison
6170         operator for code bounds check.
6171
6172 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6173
6174         * verify.c (mono_method_verify): Check the bounds of
6175         all access of the code array.
6176
6177 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
6178
6179         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
6180
6181 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
6182
6183         * image.c (mono_image_strong_name_position): Fix return value when the rva is
6184         not valid.
6185
6186 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
6187
6188         * loader.c (mono_get_method_from_token, mono_method_signature): Add
6189         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
6190         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
6191         fixup main EXE images when using mono.exe for mixed-mode assembly support.
6192         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
6193         mono_runtime_load.
6194         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
6195         runtime initialization from metadata.
6196         * assembly.c: Remove obsolete ceGetModuleFileNameA.
6197         (mono_set_rootdir): Use mono_get_module_file_name.
6198         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
6199         handles.
6200         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
6201         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
6202         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
6203         MonoCLIImageInfo. Add support for module handles.
6204         (load_cli_header): Update mono_cli_rva_image_map signature.
6205         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
6206         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
6207         (mono_image_rva_map): Add support for module handles.
6208         (mono_image_ensure_section_idx): Add support for module handles.
6209         (mono_image_close): Add support for module handles.
6210         (do_load_header): Add support for module handles.
6211         (mono_image_open_from_module_handle): New function for internal use.
6212         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
6213         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
6214         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
6215         handles.
6216         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
6217         * image.h: Add mono_image_fixup_vtable.
6218         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
6219         support.
6220         * coree.h: New file.
6221         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
6222         unsupported native code.
6223         (mono_marshal_set_callconv_from_modopt): New function splitted from
6224         mono_marshal_get_managed_wrapper.
6225         (mono_marshal_get_managed_wrapper): Use
6226         mono_marshal_set_callconv_from_modopt.
6227         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
6228         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
6229         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
6230         that results in a deadlock when the runtime is loaded in _CorDllMain.
6231         * Makefile.am: Add coree.c and coree.h.
6232
6233         Contributed under MIT/X11 license.
6234
6235 2008-04-28  Mark Probst  <mark.probst@gmail.com>
6236
6237         * generic-sharing.c: Search for type arguments in array element
6238         types as well.
6239
6240 2008-04-28  Mark Probst  <mark.probst@gmail.com>
6241
6242         * class-internals.h, generic-sharing.c: New, small runtime generic context.
6243
6244         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
6245
6246         * object.c: Don't setup the RGCTX when the vtable is created,
6247         because we're setting it up lazily now.
6248
6249 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
6250
6251         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
6252         64 bit support.
6253
6254 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6255
6256         * verify.c (verify_class_for_overlapping_reference_fields): 
6257         If class is under fulltrust allow reference types to overllap
6258         if they have the same RVA.
6259
6260 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6261
6262         * pedump.c: Added new flag valid-only, that makes the verifier
6263         behaves just like --security=validil. It won't fail type load
6264         due to unverifiable restrictions.
6265
6266 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6267
6268         * class-internals.h (struct MonoMethod): Added a verification_success
6269         field to cache verifier executions. Reduced MonoMethod:slot size by
6270         one bit.
6271
6272 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
6273
6274         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
6275         instead of a 'vt' argument to save an indirection and to allow these to be used
6276         for valuetypes.
6277         (scan_vtype): New helper function to scan an area using a gc descriptor.
6278         (mono_gc_wbarrier_value_copy): Implement this.
6279         (handle_remset): Add support for REMSET_VTYPE.
6280         (find_in_remset_loc): Ditto.
6281         (mono_gc_base_init): Allow some debugging options to be controlled through the
6282         use of the MONO_GC_DEBUG env variable.
6283         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
6284         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
6285
6286 2008-04-23  Martin Baulig  <martin@ximian.com>
6287
6288         * domain.c (mono_domain_create): Move the call to
6289         mono_debug_domain_create() down, after allocating the domain id.
6290
6291 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6292
6293         verify.c (verify_class_for_overlapping_reference_fields): Skip
6294         static fields while verifying for overlapping fields as they
6295         don't matter at all.
6296
6297 2008-04-23  Marek Habersack  <mhabersack@novell.com>
6298
6299         * domain-internals.h: added a declaration of
6300         mono_make_shadow_copy.
6301
6302         * assembly.c (mono_assembly_open_full): shadow copying of
6303         assemblies moved to here, so that all the assemblies within the
6304         application domain's private binary directories can be
6305         processed. Fixes bug #380546
6306
6307         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
6308         mono_make_shadow_copy and made non-static. The decision whether
6309         to shadow-copy an assembly is made based on its location - it's
6310         copied if it's in one of the private application domain binary
6311         directories and its different to the target file in the shadow
6312         directory. Fixes bug #380546
6313
6314 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
6315
6316         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
6317
6318         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
6319         types.
6320
6321         * reflection.c (mono_image_create_token): Handle 
6322         Method/ConstructorOnTypeBuilderInst.
6323         (resolve_object): Ditto.
6324         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
6325         so it can be called from resolve_object. Also handle the case when the inflated
6326         class already has its methods setup.
6327
6328 2008-04-21  Martin Baulig  <martin@ximian.com>
6329
6330         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
6331
6332 2008-04-20  Geoff Norton  <gnorton@novell.com>
6333
6334         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
6335         pointer dereference.
6336
6337 2008-04-15  Marek Habersack  <mhabersack@novell.com>
6338
6339         * appdomain.c (try_load_from): if IOMAP is in effect, call the
6340         portability API to look up the assembly file. Fixes behavior in
6341         situations when the application has a bin/ directory, but the
6342         assembly search patch refers to Bin/ (and thus the requested file
6343         name is Bin/SomeLibrary.dll). Fixes bug #379888
6344
6345 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6346
6347         verify.c (mono_type_is_generic_argument): Extracted this check
6348         from a dozen places to here.
6349
6350         verify.c: Fixed all issues related to boxing generic arguments
6351         and their constraints.
6352
6353 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6354
6355         verify.c (mono_class_interface_implements_interface): Fix win32 build.
6356
6357 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
6358
6359         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
6360         isn't finished yet. Fixes #363447.
6361
6362 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
6363
6364         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
6365         Fixes #346419.
6366
6367 2008-04-13  Jb Evain  <jbevain@novell.com>
6368
6369         * domain.c: update the 2.1 profile versions.
6370         Merged from the Moonlight 2 branch.
6371
6372 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
6373
6374         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
6375         mscorlibs for the non-refonly case as well.
6376
6377         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
6378         in mono_assembly_load_from_full (). Fixes #378924.
6379
6380 2008-04-11  Geoff Norton  <gnorton@novell.com>
6381
6382         * icall.c: The global extern environ doesn't exist on Mac.  We
6383         need to call NSGetEnviron instead.
6384
6385 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
6386
6387         verify.c: Add generic method constraint verification.
6388
6389 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
6390
6391         class.c (mono_class_inflate_generic_method_full): Add a long
6392         explanation to the is_mb_open hack. Remove the FIXME.
6393
6394 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
6395
6396         * verify.c (mono_method_verify): Mark all unknown opcodes
6397         as invalid. Mark jmp as unverifiable.
6398
6399 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
6400
6401         * verify.c: Add code to do type constraint verification on class instances.
6402
6403         * verify.c (mono_verifier_verify_class): Use the type constraint 
6404         verification code.
6405
6406 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
6407
6408         * class.c (mono_class_get_field_default_value): Don't pass cindex
6409         as hint to mono_metadata_get_constant_index. The local is not initialized
6410         and should contain garbage most of the time. This could only work
6411         with a lot of luck.
6412
6413 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
6414
6415         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
6416
6417 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
6418
6419         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
6420
6421         * class.c (mono_class_from_generic_parameter): Save the token of the
6422         generic param in MonoClass::sizes.generic_param_token.
6423
6424         * reflection.c (mono_custom_attrs_from_class): If the class type is
6425         VAR or MVAR retrieve the attributes of the generic param.
6426
6427 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6428
6429         * class.c (mono_class_init): Do class verification if the verifier
6430         is enabled.
6431
6432 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6433
6434         * verify-internal.h: Added mono_verifier_verify_class.
6435
6436         * verify.c: Added mono_verifier_verify_class. It checks for
6437         classes with explicit layout that have overlapping reference fields.
6438
6439         * pedump.c: Init the verifier state prior to verification. Fixed
6440         command line arguments.
6441
6442 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6443
6444         * Makefile.am: Added verify-internals.h, hopefully fix the build.
6445
6446 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
6447
6448         * verify-internals.h: Fix a warning.
6449
6450 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6451
6452         * verify-internals.h: New header with the verifier configuration
6453         extracted from mini.c.
6454
6455         * verify.c: Implemented the new functions exported by verify-internals.h.
6456
6457 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6458
6459         * verify.c: Add proper verification of ckfinite.
6460
6461 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
6462
6463         * verify.c (do_conversion): Improved error message to something
6464         more meanfull.
6465
6466         * verify.c (check_is_valid_type_for_field_ops): Fix to work
6467         with primitive types.
6468
6469 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
6470
6471         * verify.c: Added tail prefix checking. Marked icall
6472         as unverifible.
6473
6474 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
6475
6476         * verify.c: Fix the detection of branches to the middle
6477         of an instruction.
6478
6479 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
6480
6481         * verify.c: Implemented verification of volatile. and
6482         unaligned. prefix. Check if a type is valid after retrieving it.
6483
6484 2008-04-01  Dick Porter  <dick@ximian.com>
6485
6486         * process.c (process_get_fileversion): If there's no string block,
6487         set the file language to en_US.  Fixes the other new part of bug
6488         374600.
6489
6490 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
6491
6492         * class.c: New functions mono_method_can_access_field_full and
6493         mono_method_can_access_method_full. They perform type visibility
6494         and type site check.
6495
6496         * class-internal.h: Added exported functions.
6497
6498         * verify.c: Use new functions to implement proper visibility checks.
6499
6500 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
6501
6502         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
6503
6504 2008-03-28  Dick Porter  <dick@ximian.com>
6505
6506         * process.c (process_get_fileversion): Use the first language ID
6507         we see, rather than insisting on an invariant language.  Fixes bug
6508         374600.
6509
6510 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
6511
6512         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
6513         the streams to fix reading of invalid memory later.
6514
6515         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
6516         to ease debugging.
6517
6518 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
6519
6520         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
6521         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
6522
6523 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
6524         * threads.h: Added MonoThreadManageCallback type and
6525         mono_thread_set_manage_callback prototype
6526         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
6527         (used to store the mono_thread_manage callback).
6528         * threads.c: Added mono_thread_set_manage_callback, and handle
6529         "MonoThread->manage_callback" in build_wait_tids.
6530
6531 2008-03-26  Dick Porter  <dick@ximian.com>
6532
6533         * process.c (process_get_fileversion): Set FileVersionInfo strings
6534         to Empty when the resource doesn't have the particular info.
6535         Fixes bug 355717.
6536
6537 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
6538
6539         * verify.c (mono_method_verify): Proper prefix validation.
6540
6541 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
6542
6543         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
6544         itself in a separate argument instead of throwing them. Fixes #373448.
6545
6546         * appdomain.c: Bump corlib version.
6547
6548 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
6549
6550         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
6551
6552 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
6553
6554         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
6555         version macros.
6556
6557 2008-03-20  Mark Probst  <mark.probst@gmail.com>
6558
6559         * generic-sharing.c, class-internals.h: Code for putting
6560         reflection types into the runtime generic context.
6561
6562 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6563
6564         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
6565         Fixes #340662. 
6566
6567
6568 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
6569
6570         * verify.c (VerifyContext): Added instruction prefix data to the struct.
6571
6572         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
6573
6574         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
6575
6576         * verify.c (do_cast): Let the result value keep the boxed status.
6577
6578         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
6579
6580 2008-03-17  Jb Evain  <jbevain@novell.com>
6581
6582         * reflection.c: when running on a 2.0 runtime, emit
6583         unconditionally the #~ header version as 2.0, and the
6584         CLI header version as 2.5, for symmetry's sake with csc.
6585
6586 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
6587
6588         * class.c: Remove the unused cache_interface_offsets stuff.
6589
6590         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
6591         profiler.c: Fix warnings.
6592
6593 2008-03-16  Mark Probst  <mark.probst@gmail.com>
6594
6595         * generic-sharing.c, class-internals.h: Support for putting
6596         methods into the runtime generic context.
6597
6598 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
6599
6600         * class.c (mono_class_setup_fields): Ignore calls made to this function for
6601         classes which are generic instances of not-yet finished typebuilders. Fixes
6602         #351172.
6603
6604         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
6605
6606 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
6607
6608         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
6609
6610         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
6611         field, replace it with a hash table in MonoDynamicImage.
6612
6613         * reflection.c (inflate_mono_method): Access the generic definition object from
6614         image->generic_def_objects instead of imethod->reflection_info.
6615
6616         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
6617
6618         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
6619         
6620         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
6621         function in reflection.c so it is easier to keep in sync with the dynamic image
6622         creation code.
6623
6624         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
6625         mono_image_close ().
6626
6627 2008-03-15  Mark Probst  <mark.probst@gmail.com>
6628
6629         * class.c (mono_class_generic_sharing_enabled): Disable generic
6630         sharing for all architectures except AMD64 and x86 to fix build.
6631
6632 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
6633
6634         * verify.c: Use the generic definition MonoGenericContext when available.
6635         Remove code for checking generics instance compatibility in favor of
6636         mono_class_is_assignable_from.
6637
6638 2008-03-14  Mark Probst  <mark.probst@gmail.com>
6639
6640         * marshal.c, marshal.h, metadata-internals.h, image.c,
6641         wrapper-types.h: New wrapper for invoking a shared static method
6642         without having to pass the runtime generic context argument.
6643
6644 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
6645
6646         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
6647
6648 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
6649
6650         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
6651         
6652         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
6653         create a token from a FieldOnTypeBuilderInst.
6654         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
6655         (resolve_object): Ditto.
6656
6657         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
6658         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
6659
6660 2008-03-14  Martin Baulig  <martin@ximian.com>
6661
6662         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
6663
6664         * debug-mono-symfile.h
6665         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
6666         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
6667
6668 2008-03-10  Martin Baulig  <martin@ximian.com>
6669
6670         * debug-mono-symfile.h
6671         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
6672         `lexical_block_table_offset'.
6673         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
6674         `lexical_blocks'.
6675         (MonoSymbolFile): Added `version'.
6676
6677         * mono-debug.h
6678         (MonoDebugLexicalBlockEntry): Removed.
6679         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
6680         `lexical_blocks'.
6681
6682         * mono-debug.c (mono_debug_add_method): Don't compute lexical
6683         blocks here; the debugger now does this internally.
6684
6685 2008-02-27  Martin Baulig  <martin@ximian.com>
6686
6687         * object.c (mono_runtime_exec_main): Call
6688         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
6689         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
6690
6691 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6692
6693         * verify.c (verify_type_compatibility_full): Allow native int to be converted
6694         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
6695
6696 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6697
6698         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
6699         ldftn with a virtual method.
6700
6701 2008-03-13  Geoff Norton  <gnorton@novell.com>
6702
6703         * decimal.c:  Only include memory.h if the platform has it.
6704
6705 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
6706
6707         * assembly.c, class.c, metadata-internals.h: make sure public key
6708         tokesns are compared in a case-insensitive way. Also, all
6709         the lookups in the GAC use a lowercase public key token
6710         (gaacutil already does the lowercasing on install). Fixes
6711         bug #369541.
6712
6713 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
6714
6715         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
6716         and return value.
6717
6718 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
6719
6720         * image.c: when someone loads a mscorlib from a file, return the
6721         currently loaded mscorlib (fixes bug #369253).
6722
6723 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
6724
6725         * class.c: handle types with no parents by forcing them to have
6726         System.Object as a parent and marking them as broken (this currently
6727         allows the first part of bug #369173 to work as well, likely because
6728         we don't check for typeload exceptions everywhere yet).
6729
6730 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
6731
6732         * class.c: more complete check that types belong to corlib
6733         (fixes second part of bug #369173).
6734
6735 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
6736
6737         * generic-sharing.c:  Including glib.h for the MSVC builds to define
6738           "inline" to "__inline" before including mono-membar.h.
6739           
6740         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
6741           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
6742           MSVC builds.
6743
6744         Contributed under MIT/X11 license.
6745
6746 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
6747
6748         * verify.c (do_invoke_method): Remove return type validation.
6749
6750         * verify.c (do_ret): Do return type validation at return site instead of
6751         call site.
6752
6753 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
6754
6755         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
6756
6757         * verify.c: Some todos cleaned and improved a few error messages.
6758
6759 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
6760
6761         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
6762
6763 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
6764
6765         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
6766         system types correctly.
6767
6768         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
6769         function.
6770
6771 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
6772
6773         * assembly.c (build_assembly_name): Fix a warning.
6774
6775 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
6776
6777         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
6778         the called function takes an object type argument. Fixes storing or
6779         valuetypes across remoting as well as reducing memory usage.
6780         * image.c, metadata-internals.h: remove now unused ldfld_remote and
6781         stfld_remote wrapper caches.
6782
6783 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
6784
6785         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
6786         is not found.
6787
6788         * reflection.c (mono_image_register_token): New helper function to save
6789         a token->object mapping.        
6790
6791         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
6792         managed code.
6793
6794         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
6795         one dimension arrays. Fixes #367670.
6796         (mono_reflection_get_type_internal): Ditto.
6797
6798 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
6799
6800         * marshal.c: mono_load_remote_field_new() always returns object.
6801         so use the proper signature (fixes bug #366445).
6802
6803 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
6804         
6805         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
6806         add an 'inline_failure' flag instead.
6807
6808 2008-03-04  Mark Probst  <mark.probst@gmail.com>
6809
6810         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
6811         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
6812         contains the location of "this", used for exception handling.
6813
6814 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
6815
6816         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
6817         their size on all platforms for perf reasons.
6818
6819 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6820
6821         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
6822         object-internal.h
6823
6824         * object-internal.h: Same.
6825
6826 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6827
6828         * reflection.h: Fix the build I just broke.
6829
6830 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6831
6832         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
6833         Test if a token is valid, this remove explicit usage of 
6834         MonoDynamicImage::tokens from the verifier code.
6835
6836         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
6837
6838         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
6839         instead of direct access to MonoDynamicImage::tokens.
6840
6841 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6842
6843         * verify.c (token_bounds_check): Fix the build I just broke.
6844
6845 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6846
6847         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
6848
6849         * verify.c (verifier_load_method): Fixed the errors message.
6850
6851         * verify.c (mono_method_verify): Fixed a debug message.
6852
6853 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
6854
6855         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
6856         mono-perfcounters.h, class-internals.h: support for predefined
6857         writable counters, query of categories and counters, bugfixes.
6858
6859 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
6860
6861         * verify.c (do_refanytype): Verify the refanytype opcode.
6862
6863         * verify.c (mono_method_verify): Use do_refanytype.
6864
6865 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
6866
6867         * verify.c (do_mkrefany): Verify the mkrefany opcode.
6868
6869         * verify.c (mono_method_verify): Use do_mkrefany.
6870
6871 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
6872
6873         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
6874         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
6875         implementation.
6876
6877 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
6878
6879         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
6880         the type load exception.
6881
6882 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
6883
6884         * verify.c: Added a few FIXME for method signatures
6885
6886         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
6887         of mono_method_get_signature and get vararg call working. Removed unused
6888         checks for return value.
6889
6890         * verify.c (do_refanyval): Verify the refanyval opcode.
6891
6892         * verify.c (mono_method_verify): Implemented verification of arglist and
6893         use do_refanyval.
6894
6895 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
6896
6897         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
6898         vtypes to marshal.c.
6899
6900         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
6901         it works for AOT as well.
6902
6903 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
6904
6905         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
6906         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
6907         the system time is adjusted.
6908
6909 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
6910
6911         * icall.c, icall-def.h: use the new time functions (fixes the
6912         non-monotonic behaviour of TickCount).
6913
6914 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
6915
6916         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
6917         it breaks the build.
6918         
6919         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
6920         cattr is not finished yet.
6921
6922 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
6923
6924         * verify.c: Proper token validation for field, method and type.
6925
6926 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
6927
6928         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
6929
6930         * loader.c (method_from_memberref): Generate type load error instead of method missing
6931         if the type is not found.
6932
6933 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
6934
6935         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
6936         some of the conversions caused the generation of a marshal directive exception.
6937
6938 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
6939
6940         verify.c: Report which exception should be thrown by the JIT.
6941         Added a lot of FIXME notes.
6942
6943 2008-02-22  Mark Probst  <mark.probst@gmail.com>
6944
6945         * generic-sharing.c: Runtime generic context slots are not
6946         instantiated on init anymore.  Instead, provide function to do the
6947         instantiating on demand.
6948
6949         * class-internals.h: Added vtable to runtime generic context.
6950         Macros for encoding direct and indirect slot offsets in one
6951         guint32.
6952
6953 2008-02-21  Mark Probst  <mark.probst@gmail.com>
6954
6955         * object.c, generic-sharing.c: Moved some generic sharing code
6956         from object.c to generic-sharing.c.
6957
6958         * generic-sharing.c: Added support for extensible runtime generic
6959         context.
6960
6961         * metadata-internals.h: Two new hash tables in MonoImage for
6962         extensible runtime generic context support.
6963
6964         * domain.c: Unregister generic vtables upon domain unloading.
6965
6966         * image.c: Destroy new hash tables upon image unloading.
6967
6968         * metadata.c: Unregister generic subclasses upon image unloading.
6969
6970         * class-internals.h: New data structure for runtime generic
6971         context template.  New fields in the runtime generic context for
6972         extensible part.
6973
6974         * Makefile.am: Added generic-sharing.c.
6975
6976 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
6977
6978         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
6979         there is a pending loader exception, raise it.
6980
6981         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
6982         same.
6983
6984         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
6985         same.
6986
6987         Fixes #363450.
6988
6989 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
6990
6991         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
6992
6993         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
6994         
6995         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
6996         ref-only requests for compatibility with MS.
6997
6998 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
6999
7000         * reflection.c (mono_custom_attrs_from_method): Don't silently
7001         return an empty list for generic method instances.
7002         (mono_custom_attrs_from_param): Likewise.
7003
7004 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
7005             Raja R Harinath  <harinath@hurrynot.org>
7006
7007         Fix #354757
7008         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
7009         * class.c (mono_class_inflate_generic_method_full): Initialize it
7010         when a fully-open method is instantiated.
7011         * metadata.c (inflated_method_equal, inflated_method_hash): Update
7012         to new field.
7013         * reflection.c (inflate_mono_method): Don't create a temporary context.
7014
7015 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
7016
7017         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
7018         Compute correct value, to prepare for imethod->reflection_info going away.
7019
7020 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
7021
7022         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
7023
7024 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
7025
7026         * verify.c: Implement skip visibility flag.
7027
7028 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
7029
7030         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
7031         which contains an extra field to tell the kind of exception that should be thrown.
7032
7033         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
7034
7035 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
7036
7037         * loader.c (mono_method_get_param_names): Initialize 'klass' after
7038         'method' is updated.
7039
7040 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
7041
7042         * class.c (mono_class_layout_fields): Set class->min_align for classes using
7043         explicit layout as well. Fixes #360375.
7044
7045 2008-02-11  Geoff Norton  <gnorton@novell.com>
7046
7047         * loader.c: Guard and dereference against inflated generic methods
7048
7049 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
7050
7051         * class.c: Include Retargetable spec in assembly name.
7052         * assembly.c: Always include PublicKeyToken spec in assembly name
7053         (with value "null" if assembly is not signed), and include
7054         Retargetable spec.
7055         * icall-def.h: Added icall for Assembly.get_fullname.
7056         * icall.c: Added icall returning the fullname of an assembly.
7057
7058 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
7059
7060         * class.c (mono_class_setup_vtable_general): Add a missing call to
7061         mono_class_setup_methods () which is needed in the AOT case.
7062
7063 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
7064
7065         * verify.c (mono_type_get_stack_name): Added. Return the name for the
7066         stack type of the given MonoType.
7067
7068         * verify.c (verify_type_compatibility_full): Handle the void type.
7069
7070         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
7071         way stack merging works.
7072
7073         * verify.c (store_local): Improved verification message.
7074
7075         * verify.c (do_branch_op): If the merging is invalid, the method
7076         is unverifiable and not invalid. Improved error message.
7077
7078         * verify.c (merge_stacks): Properly merge a boxed valuetype and
7079         a reference type diferent than System.Object. Improved error
7080         message.
7081
7082 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
7083
7084         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
7085
7086         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
7087         type of an enum even if the argument is byref.
7088
7089         * verify.c: Replace all explicit uses of enumtype and enum_basetype
7090         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
7091
7092         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
7093
7094         *verify.c (verify_type_compatibility_full): Make enum types
7095         compatible with their base types.
7096
7097         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
7098         types are compatible for the special case of a boxed valuetype and
7099         System.Object.
7100
7101         * verify.c (verify_stack_type_compatibility): The function
7102         is_compatible_boxed_valuetype was extracted from here.
7103
7104         * verify.c (push_arg): Only set ctx->has_this_store if the method
7105         is not static.
7106
7107         * verify.c (do_ldelem): Fixed a typo in an error message and added
7108         strict check for mixing int32 and native int as the array type
7109         and ldelem type.
7110
7111         * verify.c (merge_stacks): Consider boxed valuetypes in the
7112         compatibility checks.
7113
7114 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
7115         * profiler.h: (MonoGCEvent): Added start-stop the world events.
7116
7117 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
7118         *class.c: use_new_interface_vtable_code: renamed the env var to have
7119         a "MONO_" prefix, and fix the logic to enable it by default.
7120
7121 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
7122         *class.c:
7123         mono_class_setup_vtable_general: rewrote the way in which interface
7124         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
7125         makes the code more maintainable.
7126         For now the old code is still there, and can be activated setting
7127         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
7128
7129 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
7130
7131         * verify.c: guarded some debug functions around and #ifdef.
7132
7133         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
7134
7135 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
7136
7137         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
7138         changes for now since they seem to break too many things.
7139
7140 2008-02-05  Mark Probst  <mark.probst@gmail.com>
7141
7142         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
7143         mono_marshal_find_nonzero_bit_offset): Added macro and function
7144         for finding the byte- and bit-offset of a bitfield within a
7145         struct.
7146
7147 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
7148
7149         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
7150         (mono_marshal_get_struct_to_ptr): Ditto.
7151
7152         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
7153         cctor_signature.
7154
7155 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
7156
7157         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
7158         between methods for non-corlib types.
7159
7160 2008-02-02  Geoff Norton  <gnorton@novell.com>
7161
7162         * loader.c (mono_method_get_param_names): Populate the parameter name for 
7163         generic parameters as well. (Fixes #342536)
7164
7165 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
7166
7167         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
7168
7169         * verify.c (do_invoke_method): Fix for calling with byref structs.
7170
7171         * verify.c (do_cast): push a boxed value type based on the type token and not
7172         the type of stack.
7173
7174 2008-01-31  William Holmes  <billholmes54@gmail.com>
7175
7176         * process.c (process_module_string_read): Check the size returned form 
7177           VerQueryValue to avoid out of memory exception. 
7178
7179 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
7180
7181         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
7182         Handle properly modules which are not in the moduleref table. Fixes
7183         #356938.
7184
7185 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
7186
7187         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
7188         the dynamic case which is now in managed code.
7189         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
7190
7191         * marshal.c (mono_string_to_bstr): Fix a warning.
7192         (init_com_provider_ms): Ditto.
7193
7194         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
7195
7196         * exception.c (mono_get_exception_out_of_memory): New helper function.
7197
7198 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
7199
7200         * marshal.c: Add support for BSTR marshalling
7201         using other COM systems.
7202
7203         Code is contributed under MIT/X11 license.
7204
7205 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
7206
7207         * object.c (mono_runtime_invoke_array): reverted previous
7208         commit as it breaks the build.
7209
7210 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
7211
7212         * object.c (mono_runtime_invoke_array): Verify arguments for
7213         invalid types. Fixes #348522.
7214
7215 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
7216
7217         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
7218         non-final virtual calls using call. 
7219
7220         * verify.c (do_invoke): fixed some TODOs.
7221
7222         * verify.c (push_arg): set has_this_store for "ldarga 0".
7223
7224 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
7225
7226         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
7227         which belong to an inflated class. Fixes #356531.
7228
7229 2008-01-26  Robert Jordan  <robertj@gmx.net>
7230
7231         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
7232         which resort to FindFirstFile when a certain error condition
7233         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
7234         Code is contributed under MIT/X11 license.
7235
7236 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
7237
7238         * marshal.c (emit_marshal_string): Fix out string marshalling
7239         to use specified encoding. Fixes #323900.
7240
7241         Code is contributed under MIT/X11 license.
7242
7243 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
7244
7245         * class.c (mono_class_inflate_generic_method_full): Don't modify
7246         iresult->context after cache check.
7247
7248 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
7249
7250         * class.c (mono_class_inflate_generic_method_full): Change the
7251         struct assignments to memcpy for better visibility and add some comments.
7252
7253 2008-01-23  Dick Porter  <dick@ximian.com>
7254
7255         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
7256         procedure, and make it work on windows.
7257
7258 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
7259
7260         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
7261         a MonoReflectionTypeBuilder since it is always of that type.
7262
7263         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
7264
7265         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
7266
7267         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
7268         
7269         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
7270
7271         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
7272
7273         * reflection.c (mono_reflection_create_runtime_class): Remove already created
7274         instantiations from the type cache.
7275
7276 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7277
7278         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
7279
7280         * verify.c (do_unbox_value): push a controled mutability managed pointer.
7281
7282 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7283
7284         * verify.c (do_ldstr): added, verifies if the #US token is valid.
7285
7286         * verify.c (mono_method_verify): removed old TODO
7287
7288 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7289
7290         * verify.c (do_newobj): add visibility check.
7291
7292 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7293
7294         * verify.c (do_load_function_ptr): add visibility check.
7295
7296 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
7297         *class.c:
7298         mono_generic_class_get_class: hook profiler events.
7299         mono_field_get_offset: added to support heap-shot in the new profiler.
7300         *class.h: exported mono_field_get_offset.
7301         * reflection.c:
7302         mono_reflection_setup_internal_class: hook profiler events.
7303
7304 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
7305
7306         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
7307         argument here too and use it to avoid checking for pending exceptions if 
7308         possible.
7309
7310 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
7311
7312         * assembly.c (build_assembly_name): add arg for passing the assembly
7313         flags. Do not consider a PublicKey with value "null" valid.
7314         (mono_assembly_name_parse_full): added boolean argument that will be
7315         set if the assembly name contains a PublicKeyToken spec. Added support
7316         for the Retargetable spec for which only Yes or No are allowed as valid
7317         value. Consider assembly name invalid if Retargetable spec is set, but
7318         either version, culture or public key (token) are not specified.
7319         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
7320         with implementation in assembly.c.
7321         * icall.c (fill_reflection_assembly_name): also copy assembly flags
7322         from MonoAssemblyName.
7323         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
7324         introduced argument for mono_assembly_name_parse_full to know if the
7325         assembly name has a PublicKeyToken spec, and if it has instruct
7326         fill_reflection_assembly_name to use default value for keyToken (if
7327         PublicKeyToken is null).
7328
7329 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
7330
7331         * verify.c (mono_method_verify): fixed ovf ops with
7332         float values. They are unverifiable now.
7333
7334 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
7335
7336         * class.c (set_failure_from_loader_error): add BadImageException to the
7337         list of exceptions that can cause a type to fail to load.
7338
7339         * class.c (mono_class_get_exception_for_failure): same.
7340
7341 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
7342
7343         * verify.c (in_any_exception_block): added, check if offset
7344         is part of any exception handling clause.
7345
7346         * verify.c (get_stack_type): added VAR and MVAR types.
7347
7348         * verify.c (do_stobj): better error messages.
7349
7350         * verify.c (do_cpobj): added, check cpobj.
7351
7352         * verify.c (do_initobj): added, check initobj.
7353
7354         * verify.c (do_sizeof): added, check sizeof.
7355
7356         * verify.c (do_localloc): added, check localloc.
7357
7358         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
7359
7360 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
7361
7362         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
7363         save_lmf/restore_lmf opcodes.
7364
7365         * threads.c (mono_threads_install_notify_pending_exc): New function to
7366         install a callback notifying the JIT there is a pending exception on a thread.
7367         (mono_thread_request_interruption): Call the new callback.
7368         (mono_thread_get_and_clear_pending_exception): New function to return the
7369         exception pending on a thread.
7370
7371         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
7372         to turn off checking for pending exceptions.
7373         (mono_marshal_get_native_wrapper): Ditto.
7374
7375 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
7376
7377         * threads-types.h: Get rid of the unnecessary extern declarations.
7378
7379 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
7380
7381         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
7382         return field from parent class if not private.
7383         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
7384         returns fields from parent class if they are not private.
7385         (method_nonpublic): added function to determine if a given method
7386         should be considered non-public. Returns false for private methods
7387         on parent class, and internal methods from parent on the 1.0 profile.
7388         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
7389         use method_nonpublic function to determine whether method should be
7390         returned.
7391         (property_accessor_public): use newly introduced method_nonpublic
7392         function to determine whether accessor is non-public. 
7393         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
7394         event from parent class if not private. Only return static event if
7395         Static flag is set, and only return static event from parent class if
7396         FlattenHierarchy flag is set.
7397         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
7398         include non-private events from parent class.
7399
7400 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
7401
7402         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
7403         warning.
7404
7405 2008-01-16  Wade Berrier <wberrier@novell.com>
7406
7407         * security.c: Add assembly.h header to appease some warnings
7408
7409 2008-01-16  Dick Porter  <dick@ximian.com>
7410
7411         * process.c (process_module_string_read): Remove trailing null
7412         when saving string.
7413
7414 2008-01-16  Mark Probst  <mark.probst@gmail.com>
7415
7416         * class-internals.h: A new data structure describing the layout of
7417         a runtime generic context (MonoRuntimeGenericContextTemplate).
7418
7419         * metadata-internals.h: Added a hash table to MonoDomain that maps
7420         from open generic classes to their runtime generic context
7421         templates.
7422
7423         * object.c: Building of the runtime generic context, including
7424         proper handling of generic type arguments of superclasses.
7425         Building of the runtime generic context according to the template.
7426
7427 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
7428
7429         * class.c (mono_class_setup_fields): Set field.count for generic instances.
7430         Fixes #350856.
7431
7432         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
7433         mono_portability_find_file (). Fixes #325466.
7434         (mono_image_get_public_key): Fix a warning.
7435
7436 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
7437
7438         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
7439         Fixes #353550.
7440         (mono_class_from_name_case): Ditto.
7441
7442 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
7443
7444         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
7445           common storage for the tables used in the System/NumberFormatter class.
7446
7447 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
7448
7449         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
7450
7451 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
7452
7453         * verify.c (get_boxable_mono_type): check if the token is valid.
7454
7455         * verify.c (set_stack_value): changed to add an error if an
7456         invalid type is set on stack. Changed all callers due to signature change.
7457
7458         * verify.c (do_stobj): implement stobj validation.
7459
7460 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
7461
7462         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
7463         set container->is_method, it was set earlier.
7464
7465         * metadata.c (type_in_image): Handle MVARs which belong to not finished
7466         generic methods.
7467
7468         * reflection.c (mono_reflection_initialize_generic_parameter): Set
7469         is_method of the generic container to TRUE for methods.
7470
7471 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
7472
7473         * metadata.c (type_in_image): Handle type parameters properly.
7474
7475         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
7476         memory ownership of this structure.
7477
7478 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
7479
7480         * verify.c (get_boxable_mono_type): make typedref types been just
7481         unverifiable. check for void type.
7482
7483         * verify.c (do_unbox_any): added, verify opcode unbox.any.
7484
7485         * verify.c (do_load_function_ptr): accept method spec tokens.
7486
7487 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
7488
7489         * marshal.c (mono_class_native_size): Always set *align even if this is called
7490         recursively.
7491
7492 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
7493
7494         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
7495         out-of-date.
7496
7497 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
7498
7499         * verify.c: removed some old unused tables. A huge bunch of small fixes
7500         to things found while testing the verifier with mono basic.
7501
7502         * verify.c (dump_stack_value): dump null literal flag to.
7503
7504         * verify.c (verify_type_compatibility_full): fix comparison
7505         for types that have a generic super type.
7506
7507         * verify.c (verify_stack_type_compatibility): fix compatibility
7508         between null literals and reference types. fix compatibility between
7509         boxed valuetypes and object. fix corner case test for enums.
7510
7511         * verify.c (do_cmp_op): proper verification of cgt.un in case
7512         of reference types.
7513
7514         * verify.c (do_invoke_method): fix error message.
7515
7516         * verify.c (do_store_indirect
7517
7518         * verify.c (check_is_valid_type_for_field_ops): proper verification
7519         of managed pointers to valuetypes and boxed valuetypes. proper verification
7520         of null literals.
7521
7522         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
7523         allow token to be a reference type.
7524
7525         * verify.c (do_cast): proper handling of boxes valuetypes.
7526
7527         * verify.c (do_stelem): proper handling of storing a boxed valuetype
7528         in object[].
7529
7530         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
7531         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
7532         fixed the decoding of unbox_any
7533
7534 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
7535
7536         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
7537
7538 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
7539
7540         * verify.c (do_newobj): do delegate verification.
7541
7542         * verify.c (verify_delegate_compatibility): perform delegate
7543         verification.
7544
7545         * verify.c (verify_ldftn_delegate): perform tests related to
7546         ldftn delegates.
7547
7548         * verify.c (mono_delegate_signature_equal): perform the
7549         slightly diferent signature comparison required by delegates.
7550
7551         * metadata.c (mono_metadata_type_equal_full): added and exported
7552         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
7553         allows signature only comparison.
7554
7555         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
7556         as MONO_INTERNAL.
7557
7558 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
7559
7560         * verify.c: added a bunch of stack_slot_* functions to
7561         make access to stack slot type easier. This is required to
7562         allow optional flags, like null literal, boxed value and
7563         this pointer.
7564         All access paths to IlStackDesc::stype have been changed 
7565         to use these new funcions.
7566         Removed a bunch of unused functions and cleared all warnings.
7567         This patch introduces the usage of the this pointer and 
7568         boxed value flags.
7569
7570 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
7571
7572         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
7573
7574 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
7575
7576         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
7577         match managed version.
7578
7579         * appdomain.c: Bump corlib version.
7580         
7581         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
7582         argument.
7583
7584 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
7585
7586         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
7587         Set public key token to zero-length byte array if assembly is not
7588         strongnamed.
7589
7590 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
7591
7592         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
7593         writing a vtype array elem.
7594
7595 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
7596
7597         * assembly.c (build_assembly_name): return FALSE if length of token is
7598         not 16 (if not "null").
7599         (mono_assembly_name_parse_full): return FALSE if value of version,
7600         culture, token or key is 0.
7601         * icall.c (fill_reflection_assembly_name): add boolean arguments to
7602         specify whether public key and public key token must be set to default
7603         value (zero-length byte array) if not available. Set versioncompat to
7604         SameMachine. If public key is available or the default is set, then
7605         set PublicKey flag.
7606         (ves_icall_System_Reflection_Assembly_FillName): if no public key
7607         is available, use empty byte array as default value. On the 2.0
7608         profile, use default value for public key token if not set.
7609         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
7610         profile, use default value for public key if not set. On the 2.0
7611         profile, use default value for public key token if not set.
7612         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
7613         default values for public key and public key token.
7614
7615 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
7616
7617         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
7618         field to keep it in synch with the managed object.
7619
7620         * marshal.c (emit_marshal_object): Add support for byref marshalling of
7621         delegates. Fixes #351520.
7622
7623         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
7624         contains defined memory.
7625         
7626         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
7627
7628         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
7629         
7630         * sgen-gc.c (check_consistency): New helper function to do a consistency check
7631         of the GC data structures.
7632
7633         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
7634
7635         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
7636         
7637         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
7638         barrier.
7639         (mono_array_clone_in_domain): Ditto.
7640         (mono_array_clone_in_domain): Ditto.
7641
7642         * threads.c (start_wrapper): Register the thread start argument as a GC root.
7643         (cache_culture): Use a write barrier.
7644
7645         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
7646         (ves_icall_get_property_info): Ditto.
7647
7648         * object.h (MONO_STRUCT_SETREF): New macro.
7649
7650         * class-internals.h (MonoStats): Add some GC statistics.
7651
7652         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
7653
7654 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
7655
7656         * exception.c (mono_exception_from_name_two_strings):
7657         Break from loop after method is found.
7658
7659 2008-01-04  Dick Porter  <dick@ximian.com>
7660
7661         * process.c (process_module_string_read): Rename variable to
7662         reflect correct usage, after fixing bug 345972.
7663
7664 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
7665
7666         * verify.c (mono_type_create_fnptr_from_mono_method): 
7667         created a MonoType function pointer instance to be used during
7668         verification. The verifier releases this memory at end.
7669
7670         * verify.c (mono_method_is_constructor): extracted repeated
7671         checks for constructor into a single class.
7672
7673         * verify.c (do_push_field): use new extracted method
7674         for constructor check.
7675
7676         * verify.c (do_newobj): same.
7677
7678         * verify.c (do_ldftn): renamed to do_load_function_ptr
7679         and make it verify ldvirtftn too.
7680
7681         * verify.c (mono_method_verify: proper verification
7682         of ldvirtftn. release created MonoMethod instances.
7683
7684 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
7685
7686         * verify.c (token_bounds_check): added.
7687
7688         * verify.c (do_ldftn): added.
7689
7690         * verify.c (mono_method_verify): proper verificartion of ldftn.
7691
7692 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
7693
7694         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
7695         than the table row count. It's the resposibility of the caller to
7696         make the bounds check and raise the correct error.
7697
7698         * metadata.c (mono_metadata_decode_row_col): Same.
7699
7700         * loader.c (mono_get_method_from_token): perform bounds check
7701         on token for methoddef table.
7702
7703 2007-12-29  Miguel de Icaza  <miguel@novell.com>
7704
7705         * icall.c
7706         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
7707         assert into a negative result, the managed code already coped with
7708         that.
7709
7710         Some folks on Windows reported this error. 
7711
7712 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
7713
7714         * appdomain.c: Bump corlib version.
7715         * icall.c:
7716         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
7717         CultureInfo.CreateCulture to create CultureInfo for name.
7718         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
7719         create CultureInfo for name. Fixes bug #347174.
7720
7721 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
7722
7723         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
7724         flags.
7725
7726         * verify.c (is_valid_branch_instruction): allow branching to the
7727         first instruction of the protected block.
7728
7729         * verify.c (is_valid_cmp_branch_instruction): same.
7730
7731         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
7732         avoid double initialization.
7733
7734         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
7735         detect which cases the eval stack should just be copied.
7736
7737         * verify.c (mono_method_verify): check if the eval stack
7738         is empty when entering a protected block.
7739
7740 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
7741
7742         * verify.c: added is_clause_in_range, is_clause_inside_range,
7743         is_clause_nested and verify_clause_relationship. They perform
7744         the verifications stated in P1 12.4.2.7.
7745
7746         * verify.c (mono_method_verify): remove some unused variables,
7747         add the new exception clause checks, add instruction border
7748         checks for protected block start/end, improved some error 
7749         messages and fixed a bug in the way invalid instruction access
7750         is detected.
7751
7752 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
7753
7754         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
7755         from GC 7.0 if available.
7756
7757         * object.c: Remove an unused define.
7758         
7759         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
7760
7761         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
7762
7763         * null-gc.c (mono_gc_make_descr_for_array): Implement.
7764
7765         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
7766
7767         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
7768         to take the same arguments as the other make_descr functions.
7769
7770         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
7771
7772         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
7773         directly.
7774
7775         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
7776         mini.c.
7777
7778         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
7779         call to boehm-gc.c.
7780
7781         * boehm-gc.c (mono_gc_register_root): Fix a warning.
7782
7783         * null-gc.c (mono_gc_register_root): Fix a warning.
7784
7785         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
7786
7787         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
7788         (mono_gc_base_init): Call GC_init ().
7789
7790         * null-gc.c: Define mono_gc_register_root () as a no-op.
7791
7792         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
7793
7794 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
7795
7796         * verify.c: add prototype for merge_stacks at top
7797
7798         * verify.c (do_switch): added.
7799
7800         * verify.c (merge_stacks): on some cases the stack merging
7801         was not happening properly. Unequal stack sizes at merge
7802         points should be invalid.
7803
7804         * verify.c (mono_method_verify): added more debug info on stack state.
7805         verify switch properly.
7806
7807 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
7808
7809         * method-builder.h: New file, moved the mono_mb_ declarations here from 
7810         marshal.h.
7811
7812         * boehm-gc.c marshal.c: Include method-builder.h.
7813
7814         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
7815
7816         * marshal.c: Remove some code which is now in method-builder.c.
7817
7818 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
7819
7820         * method-builder.c: New file, extraction of the method builder functionality 
7821         from marshal.c.
7822
7823         * marshal.c: Move the mb functions into method-builder.c.
7824
7825         * marshal.h marshal.c: Export some mono_mb_... functions.
7826
7827         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
7828
7829         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
7830         the caller.
7831
7832         * class.c (mono_class_get_full): Check the token type in the dynamic case.
7833
7834         * loader.c (mono_field_from_token): Ditto.      
7835
7836         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
7837         type as well.
7838         
7839         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
7840         Fixes #342565.
7841
7842         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
7843         a helper function for setting it.
7844
7845         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
7846
7847         
7848         * assembly.c: Significally simplify code now that referenced assemblies are 
7849         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
7850
7851         * threads.h: Don't include  the internal threads-types.h header file. Fixes
7852         #349952.
7853
7854 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
7855
7856         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
7857         instructions that were target of branches or are at protected block boundaries.
7858
7859         * verify.c (in_same_block): handle filter clauses.
7860
7861         * verify.c (is_valid_branch_instruction): added. checks the target of
7862         instructions br or brtrue/false.
7863
7864         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
7865         binary branch instructions such as beq and bge.
7866
7867         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
7868         and made it pin the instruction as been part of the exception block.
7869
7870         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
7871         of in_same_block.
7872
7873         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
7874         of in_same_block.
7875
7876         * verify.c (do_ret): ret from a protected block is unverifiable and
7877         not invalid.
7878
7879         * verify.c (do_static_branch): verify br and br.s instructions.
7880
7881         * verify.c (merge_stacks): add extra param to support detection
7882         of branches in the middle of instructions.
7883         
7884         * verify.c (mono_method_verify): verify branches and exception blocks
7885         that target the middle of instructions. Proper verification of br and br.s.
7886
7887 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
7888
7889         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
7890         skip_visibility field.
7891         (reflection_methodbuilder_from_dynamic_method): Ditto.
7892
7893         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
7894         registrations. Fixes #348193.
7895
7896         * threads.h: Move the internal mono_thread_get_pending_exception () to
7897         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
7898
7899 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
7900
7901         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
7902         icall registration. Fixes #348193.
7903
7904         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
7905         for corlib classes into object. Fixes #349621.
7906
7907 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
7908
7909         * icall.c (property_accessor_nonpublic): new function to determine
7910         whether an accessor allows a property to be considered non-public.
7911         Returns false for private accessor(s) from parent class, and internal
7912         accessor(s) from parent on 2.0 profile (and higher).
7913         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
7914         to determine whether property should be included if NonPublic flag
7915         is set. Fixes bug #349078.
7916
7917 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
7918
7919         * verify.c (init_stack_with_value): added.
7920
7921         * verify.c (mono_method_verify): extracted common
7922         code for exception initialization into init_stack_with_value.
7923
7924         * verify.c (mono_method_verify): initialize the exception
7925         for handler clauses as well.
7926
7927         * verify.c (mono_method_verify): fix the exception clause
7928         ordering rules, it should use handler end offset and not
7929         start offset.
7930
7931 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
7932
7933         * rawbuffer.c: remove useless warning.
7934
7935 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
7936
7937         * threads.h, threads-types.h: move functions to the correct header
7938         (fixes bug#349952).
7939
7940 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
7941
7942         * verify.c (mono_method_verify): proper verification
7943         of exception handling clauses ranges and fallthru in
7944         and out of protected blocks.
7945
7946 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
7947
7948         * verify.c (mono_method_verify): fixed compilation issue.
7949
7950 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
7951
7952         * verify.c (mono_method_verify): a printf slipped in, changed
7953         to use verifier debug macro.
7954
7955 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
7956
7957         * verify.c (is_correct_leave): check for filter clauses.
7958
7959         * verify.c (do_filter): added.
7960
7961         * verify.c (mono_method_verify): property verification of leave.
7962
7963
7964 2007-12-18  Mark Probst  <mark.probst@gmail.com>
7965
7966         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
7967         Win32 build, until we figure out how to do the proper thing on
7968         Win32.
7969
7970 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
7971
7972         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
7973         by the previous patch.
7974         
7975         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
7976         the assembly resolve handler for refonly assemblies.
7977
7978 2007-12-17  Mark Probst  <mark.probst@gmail.com>
7979
7980         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
7981         Make sure only one thread is allowed to commence shutdown, and
7982         don't allow new threads to be started once shutdown is in
7983         progress.
7984
7985 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
7986
7987         * verify.c (is_correct_endfilter): added.
7988
7989         * verify.c (is_unverifiable_endfilter): added.
7990
7991         * verify.c (do_endfilter): added.
7992
7993         * verify.c (mono_method_verify): property verification of endfilter
7994         and fixed a corner case or endfinally.
7995
7996 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
7997
7998         * verify.h: new flags to support fail fast of unverifiable code and
7999         do non-strict verification. Non-strict verification is required to
8000         have MS runtime compatibility. There are a huge amount of unverifiable
8001         code that it accepts as verifiable. The strict mode verifies the code
8002         as the specs says.
8003         Non-strict mode will be required in cases where code needs to be
8004         accepted as verifiable but fails under strict mode.
8005
8006         * pedump.c: added support to fail fast and non-strict verification.
8007
8008         * verify.c: added support for both fail fast and non-strict verification.
8009
8010 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
8011
8012         * verify.c (is_correct_endfinally): added.
8013
8014         * verify.c (mono_method_verify): property verification of endfinally.
8015
8016 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
8017
8018         * verify.c (in_any_block): check for filter clauses.
8019
8020         * verify.c (is_correct_rethrow): added.
8021
8022         * verify.c (mono_method_verify): property verification of rethrow.
8023
8024         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
8025
8026 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
8027
8028         * verify.c (do_throw): added.
8029
8030         * verify.c (mono_method_verify): property verification of throw
8031
8032 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
8033
8034         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
8035         assemblies. Fixes #346425.
8036
8037 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
8038
8039         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
8040         FieldBuilders.
8041
8042         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
8043
8044         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
8045         prevent asserts when this is called with a token which might not be valid.
8046
8047         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
8048         lookup_dynamic_token_class with valid_token == FALSE.
8049
8050         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
8051
8052         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
8053
8054         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
8055         
8056 2007-12-10  Mark Probst  <mark.probst@gmail.com>
8057
8058         * gc.c: Don't delay threadpool thread finalization unless Mono is
8059         shutting down.
8060
8061 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
8062
8063         * threads.c: turn an assert into a non-fatal warning.
8064
8065 2007-12-09  Robert Jordan  <robertj@gmx.net>
8066
8067         * icall.c (GetVirtualMethod): Add missing argument validation.
8068
8069 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
8070
8071         * verify.c (do_cast): added.
8072
8073         * verify.c (mono_method_verify): property verification of castclass and isinst.
8074
8075
8076 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
8077
8078         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
8079
8080         * verify.c (do_stelem): added.
8081
8082         * verify.c (mono_method_verify): property verification of stelem.X.
8083
8084 2007-12-07  Mark Probst  <mark.probst@gmail.com>
8085
8086         * class.c, class-internals.h: Introduce an environment variable
8087         (MONO_GENERIC_SHARING) through which the extent of generic code
8088         sharing can be controlled (share all classes, share only corlib
8089         classes, or share nothing).
8090
8091         * object.c: Only create runtime generic context for classes for
8092         which sharing is enabled.
8093
8094 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
8095
8096         * verify.c (do_ldelem): refactor it to work with ldelem.any.
8097
8098         * verify.c (mono_method_verify): property verification of ldelem.any.
8099
8100 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
8101
8102         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
8103         added ldelem.X opcodes.
8104
8105         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
8106
8107         * verify.c: proper verification of ldelem.X 
8108
8109 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
8110
8111         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
8112
8113 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8114
8115         * verify.c (mono_method_verify): null literal requires special handling,
8116         the value pushed on stack need to be flagged as so.
8117
8118         * verify.c (do_ldelema): Verify ldelema properly.
8119
8120 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
8121
8122         * verify.c: Verify ldlen properly.
8123
8124 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
8125
8126         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
8127         to the target object's type. Fixes #346160.
8128
8129 2007-12-05  Dick Porter  <dick@ximian.com>
8130
8131         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
8132         Solaris needs the same workaround as BSD-derived systems.  Fixes
8133         bug 323524, patch by Burkhard Linke
8134         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
8135
8136 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
8137
8138         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
8139         handle to use when error dialog is shown; otherwise, update mask
8140         to show no error dialog when an error occurs.
8141
8142 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
8143
8144         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
8145
8146         * class.c (mono_class_get_field_default_value): New helper function to initialize
8147         field->def_type and field->data.
8148
8149 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
8150
8151         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
8152         the general one.
8153
8154         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
8155
8156         * marshal.c: Avoid depending on delegate->method_info being set.
8157
8158         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
8159         
8160         * object.c (mono_delegate_ctor): Set delegate->method.
8161
8162         * object-internals.h (struct _MonoDelegate): Add 'method' field.
8163
8164         * appdomain.c: Bump corlib version.
8165
8166 2007-11-27  Raja R Harinath  <harinath@gmail.com>
8167
8168         * metadata.c (mono_generic_inst_equal_full): Short-circuit
8169         equality check if we're comparing canonicalized MonoGenericInsts.
8170
8171 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
8172
8173         * class.c (generic_array_methods): Call mono_class_setup_methods () before
8174         accessing class->methods.
8175
8176 2007-11-22  Dick Porter  <dick@ximian.com>
8177
8178         * threads.c: Ensure that the synch_cs is set before trying to use
8179         it.
8180
8181 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
8182
8183         * profiler.c: r89126 broke the statistial profiler, unbreak.
8184
8185 2007-11-22  Martin Baulig  <martin@ximian.com>
8186
8187         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
8188
8189         * mono-debug.c
8190         (mono_debug_debugger_version): Bump to 3.
8191         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
8192         -> mono_debugger_class_initialized().
8193
8194         * mono-debug-debugger.c
8195         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
8196
8197         * class.c
8198         (mono_debugger_start_class_init_func): Removed.
8199         (mono_debugger_class_loaded_methods_func): Added.
8200         (mono_class_setup_methods): Call it here.
8201
8202 2007-11-22  Martin Baulig  <martin@ximian.com>
8203
8204         * mono-debug.c
8205         (mono_debug_add_delegate_trampoline): New public method.
8206         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
8207
8208         * mono-debug.h
8209         (MonoSymbolTable): Added `global_data_table'.
8210         (MonoDebuggerTypeKind): Removed.
8211
8212 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
8213
8214         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
8215         these methods.
8216
8217         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8218         
8219 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
8220
8221         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
8222
8223 2007-11-20  Martin Baulig  <martin@ximian.com>
8224
8225         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
8226
8227         * mono-debug-debugger.c
8228         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
8229         (mono_debugger_remove_breakpoint): Likewise.
8230         (mono_debugger_check_breakpoints): Likewise.
8231         (mono_debugger_register_class_init_callback): New public method.
8232         (mono_debugger_remove_class_init_callback): Likewise.
8233         (mono_debugger_add_type): Likewise.
8234
8235         * mono-debug-debugger.h
8236         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
8237
8238 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
8239
8240         * class.c: more interface implementations needed for the
8241         array enumerator (fixes bug #341112).
8242
8243 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
8244
8245         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
8246         fix ParamName of ArgumentNullExceptions.
8247
8248 2007-11-17  Miguel de Icaza  <miguel@novell.com>
8249
8250         * reflection.c (mono_reflection_encode_sighelper): Generate the
8251         modopts and modreqs.   I have a useless test that crashes monodis,
8252         but that shows the code working.
8253
8254 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
8255
8256         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
8257         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
8258
8259 2007-11-15  Dick Porter  <dick@ximian.com>
8260
8261         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
8262         When joining a thread, it's the thread that's calling Join that
8263         gets WaitSleepJoin state not the target.  Fixes the standalone
8264         test case in bug 334740, and hopefully the whole bug too.
8265
8266 2007-11-15  Dick Porter  <dick@ximian.com>
8267
8268         * process.c: Read file version info from the files pointed at by
8269         process modules, not the current process.  Fixes bug 315969.
8270
8271         Use windows typedef names in some places to fix warnings on the
8272         windows build.
8273
8274 2007-11-15  Mark Probst  <mark.probst@gmail.com>
8275
8276         * image.c, metadata-internals.h: Added a generic_class_cache hash
8277         to MonoImage for looking up generic classes when sharing generics.
8278
8279 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
8280
8281         * sgen-gc.c: warning cleanups.
8282
8283 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
8284
8285         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
8286         inherited properties.
8287
8288 2007-11-14  Mark Probst  <mark.probst@gmail.com>
8289
8290         * object.c, class-internals.h: Added more information to the
8291         runtime generic context.
8292
8293 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
8294
8295         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
8296         instead of just the target method. Generalize the abstract method handling to
8297         handle any non-static method.
8298
8299         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
8300         mono_marshal_get_delegate_invoke () signature change.
8301
8302 2007-11-13  Mark Probst  <mark.probst@gmail.com>
8303
8304         * class.c, class-internals.h: Made
8305         mono_type_get_basic_type_from_generic () public.  Fixed member
8306         access check for shared generics.
8307
8308         * loader.c: Don't insert field into field cache if it's part of a
8309         non-inflated generic class.
8310
8311         * domain.c, domain-internals.h: The generic sharing context is now
8312         part of the jit info data structure.  Added two accessor
8313         functions.
8314
8315 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
8316
8317         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
8318         the array Get/Set/Address methods, since the JIT inlines them.
8319
8320         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
8321
8322         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
8323         (mono_image_init): Initialize runtime_invoke_direct_cache.      
8324
8325         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
8326         mono_marshal_get_delegate_invoke signature change.
8327
8328         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
8329         an additional argument. Add support for invoking abstract methods.
8330
8331         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
8332
8333         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
8334
8335 2007-11-09  Mark Probst  <mark.probst@gmail.com>
8336
8337         * class.c: Do field layout for open generic classes as well.
8338
8339 2007-11-09  Mark Probst  <mark.probst@gmail.com>
8340
8341         * gc.c, gc-internal.h: Don't finalize threadpool threads with
8342         other objects, because the threadpool is still around.  Put them
8343         in a list instead and after finalizing all other objects in the
8344         root domain shut down the thread pool and then finalize the
8345         threads.  Fixes bug #337383.
8346
8347         * threads.c, thread-types.h: New mono_thread_create_internal()
8348         function for marking a thread with the threadpool flag before it
8349         started.  Set synch_cs to NULL after freeing it.
8350
8351         * threadpool.c: Mark threadpool threads before they start.
8352
8353 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
8354
8355         * reflection.h, reflection.c: don't export random functions
8356         and lazy load dbnull and missing objects.
8357
8358 2007-11-07  Jonathan Chambers <joncham@gmail.com>
8359
8360         * class.c: Initialize COM types if COM interfaces
8361         are present (not just COM classes).
8362         
8363         Code is contributed under MIT/X11 license.
8364
8365 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
8366         * reflection.c:
8367         create_dynamic_mono_image: hook module profiler events (dynamic case).
8368         mono_image_basic_init: hook assembly profiler events (dynamic case).
8369
8370 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
8371         * profiler.c:
8372         simple_appdomain_unload: completely terminate the profiler
8373         instead of only processing the statistical samples.
8374         simple_shutdown: make sure this is really called exactly once,
8375         even in multithreaded applications, and always listen to
8376         appdomain events.
8377         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
8378         here, the "[un]load" functions will do it.
8379         Fixes bugs #333791 and #325261.
8380
8381 2007-11-07  Geoff Norton  <gnorton@novell.com>
8382
8383         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
8384         rather than depend on __APPLE__.
8385
8386 2007-11-07  Mark Probst  <mark.probst@gmail.com>
8387
8388         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
8389
8390 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
8391
8392         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
8393         UTF16 MonoString. Fix the crash from bug #335488
8394
8395 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
8396
8397         * marshal.c: Correct (for non-Win32 OS) length != size in 
8398         mono_string_from_bstr. Fix #339530.
8399
8400 2007-11-06  Geoff Norton  <gnorton@novell.com>
8401
8402         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
8403         to succeed
8404
8405 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
8406
8407         * process.c: Added run-time GetProcessId API detection for Windows.
8408
8409 2007-11-04  Miguel de Icaza  <miguel@novell.com>
8410
8411         * reflection.c  (mono_param_get_objects): If a parameter has the
8412         attribute [System.Runtime.InteropServices.Optional] we should
8413         set the DefaultValue of the ParameterInfo to be
8414         System.Reflection.Missing instead of DBNull.
8415
8416         See bug #339013.
8417
8418         (mono_get_reflection_missing_object): New method,
8419         returns the System.Reflection.Missing.Value singleton instance.
8420
8421 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
8422
8423         * culture-info-table.h : regenerated.
8424
8425 2007-11-02  Jonathan Chambers <joncham@gmail.com>
8426
8427         * icall.c: Use GetEnvironmentStrings on windows
8428         so we are using the same environment block as 
8429         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
8430         #333740.
8431         
8432         Code is contributed under MIT/X11 license.
8433
8434 2007-10-31  Martin Baulig  <martin@ximian.com>
8435
8436         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
8437
8438         * mono-debug-debugger.h
8439         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
8440
8441 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
8442
8443         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
8444         classes.
8445
8446 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
8447
8448         * culture-info-table.h : regenerated.
8449
8450 2007-10-30  Robert Jordan  <robertj@gmx.net>
8451
8452         * icall-def.h, icall.c:
8453         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
8454
8455         Code is contributed under MIT/X11 license.
8456
8457 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
8458
8459         * class.c (mono_class_setup_vtable): Find the inflated methods in the
8460         inflated class instead of inflating them again.
8461         
8462         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
8463         dynamic case.
8464
8465         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
8466         Call setup_supertypes () after klass->parent is set.
8467         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
8468
8469         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
8470         for inflated instances of not yet created dynamic generic classes.
8471         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
8472         times from inflated_method.
8473         (methodbuilder_to_mono_method): Ditto.
8474
8475 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
8476
8477         * gc.c: code cleanup and removed old untested option of not creating the
8478         finalizer thread.
8479
8480 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
8481
8482         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
8483         creating a jump trampoline for dynamic methods.
8484
8485 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
8486
8487         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
8488         generic TypeBuilders when called from another method of the same type (bug #335131).
8489
8490
8491 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
8492
8493         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
8494         doesn't seem to work perfectly.
8495         
8496         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
8497         called multiple times.
8498         (methodbuilder_to_mono_method): Ditto.
8499         (resolve_object): Inflate FieldBuilder's.
8500
8501 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
8502
8503         * string-icalls.c, string-icalls.h, appdomain.c: patch from
8504         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
8505         RemoveEmptyEntries in the string.Split implementation (bug #322375).
8506
8507 2007-10-26  Dick Porter  <dick@ximian.com>
8508
8509         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
8510         Thread initialisation changes
8511
8512 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
8513
8514         * verify.c: fix compatibility check between arrays and System.Array
8515
8516 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
8517
8518         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
8519         too. Fixes #336999.
8520
8521 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
8522
8523         * object.c (mono_value_box): Use typed allocation here.
8524
8525 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
8526
8527         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
8528         trampoline instead of compiling the method right away.
8529
8530         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
8531
8532 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
8533
8534         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
8535         related fields for dynamic classes. Fixes #334493.
8536
8537 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
8538
8539         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
8540         
8541         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
8542
8543         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
8544         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
8545
8546         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
8547
8548         * reflection.c (create_generic_typespec): Initialize klass->generic_container
8549         if needed.
8550         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
8551
8552 2007-10-18  Jonathan Chambers <joncham@gmail.com>
8553
8554         * marshal.c: Use correct key when removing item
8555         from ccw_hash.
8556         
8557         Code is contributed under MIT/X11 license.
8558
8559 2007-10-17  William Holmes  <billholmes54@gmail.com>
8560
8561         *marshal.c: Adding a case to marshal booleans to U1
8562
8563         Code is contributed under MIT/X11 license.
8564
8565 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
8566
8567         * class.c (mono_class_from_name): Search the modules compromising dynamic
8568         assemblies. Fixes #331601.
8569
8570 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
8571
8572         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
8573         exception if the type name contains an assembly component. Fixes #334203.
8574
8575         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
8576         modules inside dynamic assemblies. Fixes #334200.
8577         
8578         * reflection.c: Set image->public_key and image->public_key_length;
8579
8580         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
8581         fields.
8582
8583         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
8584         
8585 2007-10-16  Mark Probst  <mark.probst@gmail.com>
8586
8587         * metadata.c: Implemented correct comparing of generic classes.
8588         An inflated generic class can be equal to a non-inflated one if it
8589         is inflated with generic type variables as type arguments.  Fixes
8590         bug #333798.
8591
8592 2007-10-15  Dick Porter  <dick@ximian.com>
8593
8594         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
8595         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
8596         81646.
8597
8598         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
8599         instead of a monitor lock.  This means that monitor_try_enter and
8600         co can set the thread state safely.
8601         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
8602         thread_interrupt_requested, so interrupt actually works.
8603
8604         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
8605         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
8606         state accessor function
8607
8608 2007-10-15  Martin Baulig  <martin@ximian.com>
8609
8610         * mono-debug.h
8611         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
8612         the debugger with the current runtime.
8613
8614 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
8615
8616         * object.c, object-internals.h: added the ability to set a single
8617         trampoline for all the slots in a vtable.
8618
8619 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
8620
8621         * marshal.c: deal with a possible race condition during multicast
8622         delegate invocation.
8623
8624 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
8625
8626         * class.c: ensure value type methods don't have the synchronized
8627         flag set.
8628
8629 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
8630
8631         * string-icalls.c, string-icalls.h: reverted unapproved patch that
8632         breaks the build.
8633
8634 2007-10-11  Joel Reed  <joelwreed@comcast.com>
8635
8636         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
8637         to take an options parameter so that empty entries can be removed during
8638         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
8639
8640 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
8641
8642         * marshal.c: make sure we don't store the signature from a dynamic
8643         method into the runtime invoke cache (bug #327189).
8644
8645 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
8646
8647         * marshal.c: make sure the wrapper methods are properly initialized.
8648
8649 2007-10-11  Mark Probst  <mark.probst@gmail.com>
8650
8651         * metadata.c, metadata-internals.h: Generalized
8652         mono_type_stack_size() to mono_type_stack_size_internal() which
8653         takes an additional argument specifying whether it allows open
8654         types.
8655
8656 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8657
8658         * verify.c (do_invoke_method): handle typedbyref params
8659         correctly and check for unverifiable return values.
8660
8661         * verify.c (do_newobj): fix a warning.
8662
8663 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8664
8665         * verify.c: don't tread typedbyref as allways unverifable,
8666         so uses, like (ld/st)loc.0 are valid. verify for the cases
8667         that it matters, like boxing related operations.
8668
8669 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8670
8671         * verify.c: add verification of the newobj opcode. verification
8672         of delegate instantation still missing due ldftn and virldftn not
8673         pushing the function type on stack
8674
8675 2007-10-08  Mark Probst  <mark.probst@gmail.com>
8676
8677         * class-internals.h: Runtime generic context data structure
8678         definition.
8679
8680         * object.c: Initialization of runtime generic context at runtime
8681         vtable creation time.
8682
8683 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
8684         * class.c (mono_class_create_from_typedef,
8685         mono_class_from_generic_parameter, mono_ptr_class_get,
8686         mono_fnptr_class_get, mono_bounded_array_class_get)
8687         * domain.c (mono_domain_create, mono_domain_free)
8688         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
8689         * image.c (do_mono_image_load, mono_image_close):
8690         Hooked up load-unload profiler events.
8691
8692 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
8693
8694         * domain.c: track statistics about the actual amount of native code
8695         allocated.
8696
8697 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
8698
8699         * class.c: the valuetype enumerators don't have the additional
8700         supertypes interfaces.
8701
8702 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
8703
8704         * class.c: need more interfaces setup for the IEnumerator<T>
8705         object created for arrays (tests/ienumerator-interfaces.2.cs).
8706
8707 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
8708
8709         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
8710
8711 2007-10-05  Alp Toker  <alp@atoker.com>
8712
8713         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
8714         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
8715         #315863.
8716
8717 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
8718
8719         * verify.c (verify_type_compatibility_full): verification of
8720         compatibility improved, validates correctly non-strict checks between
8721         native int and I4 types different than (unsigned)int32.
8722
8723         * verify.c (do_store_indirect): added, do all verification of
8724         ldind.X opcodes. 
8725
8726         * verify.c (get_load_indirect_mono_type): renamed to
8727         get_indirect_op_mono_type, as it now returns the MonoType for 
8728         ldind.X and stind.X opcodes.
8729
8730 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
8731
8732         * reflection.c: Fix the encoding of generic type definition for
8733         TypeBuilders.
8734
8735         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
8736         mono_image_typedef_or_ref but allows to specify if typespec lookups should
8737         be made. Typespec check is done prior to typeref cache lookup.
8738
8739         * reflection.c (mono_image_typedef_or_ref): now just delegate to
8740         mono_image_typedef_or_ref_full.
8741
8742         * reflection.c (encode_generic_class): encode the generic class
8743         directly instead of calling encode_type.
8744
8745         * reflection.c (encode_type): encode the generic type definition
8746         MonoClass as a generic instantiation.
8747
8748         * reflection.c (create_typespec): cache typespec tokens in
8749         the assembly->typespec cache. Don't create typespec for a generic
8750         instance MonoClass. Create typespec for the generic type defintion.
8751
8752         * reflection.c (create_generic_typespec): encode the generic
8753         class directly instead of calling encode_type.
8754
8755         * reflection.c (mono_image_create_token): encode the generic
8756         type definition not using a typespec for MonoType instances.
8757
8758
8759 2007-10-04  Raja R Harinath  <rharinath@novell.com>
8760
8761         Fix #328812
8762         * class.c (mono_image_init_name_cache): Don't return nested
8763         'protected internal' classes.
8764         (mono_class_from_name_case): Likewise.
8765
8766 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
8767
8768         * icall-def.h, icall.c : get_bundled_machine_config() is now the
8769           common function used by both DefaultConfig in System.dll and
8770           InternalConfigurationHost in System.Configuration.dll.
8771
8772 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
8773
8774         * class.c: automatically add to vectors only a few essential explicit
8775         generic interfaces. The rest of the interfaces that arrays should
8776         provide are currently implicitly added (but still not lazily, see the
8777         design in the discussion of bug#325495 for the details of what is
8778         needed for that). Additionally, implicit interfaces are assigned the
8779         same vtable slot as the explicit interfaces (as they are compatible):
8780         this enables huge memory savings since we don't need to instantiate
8781         as many memthods and as large vtables anymore. Also, Since
8782         GetEnumerator<T> returns an instance of a type that is required to
8783         support a similarly large set of interfaces as arrays, we add
8784         implicit interfaces and interface offset sharing support to those
8785         types, too. This change adds all the required interfaces so that
8786         the anonarray.cs test case in the bug report works (we don't add
8787         all the interfaces to arrays of arrays 3-level deep and more because
8788         of the memory requirements explained in the bug and since they are much
8789         less common: the lazy-loading support will enabled them to work, too).
8790
8791 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
8792
8793         * verify.c (merge_stacks): major clean up, all type compatibility
8794         checks are done by verify_type_compatibility. This fix my earlier lack
8795         of understanding of the CLR type system and merge_stacks no longer looks
8796         scary.
8797
8798         * verify.c: fixed some bad spelling.
8799
8800 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
8801
8802         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
8803         a given stack slock.
8804         
8805         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
8806         verify_type_compatibility_full. This removed a near indentical function and fixed
8807         handling of Int32 and IntPtr across all opcodes.
8808
8809 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
8810
8811         * class.c: only vectors have the additional generic interfaces.
8812
8813 2007-10-01  Jonathan Chambers <joncham@gmail.com>
8814
8815         * mono-config.c: Use g_strcasecmp instead of
8816         strcasecmp like everywhere else to fix
8817         compilation with MSVC.
8818         
8819         Code is contributed under MIT/X11 license.
8820
8821 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
8822
8823         * object.c, object-internals.h: refactored the IMT code to enable
8824         building a single slot at a time and lazily creating the IMT trampolines
8825         and thunks.
8826
8827 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
8828
8829         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
8830
8831         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
8832         Fixes #328501.
8833         
8834 2007-09-29  Raja R Harinath  <harinath@gmail.com>
8835
8836         * loader.c (method_from_methodspec): Rearrange to avoid
8837         un-necessary exposition.  Don't assert out if the method's
8838         declaring type is a generic type definition.
8839
8840 2007-09-28  Martin Baulig  <martin@ximian.com>
8841
8842         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
8843
8844 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
8845
8846         * class-internals.h: optimize field layout of MonoClass to
8847         requires less cachelines at runtime and save a few bytes on 64 bit
8848         systems.
8849
8850 2007-09-28  Jb Evain  <jbevain@novell.com>
8851
8852         * reflection.c: when encoding type names in custom attributes,
8853         if the type is a closed generic type, its generic arguments
8854         have to be serialized as AssemblyQualifiedName, so that when
8855         they are deserialized, it's possible to re-create them properly.
8856         Fixes #329450.
8857
8858
8859 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
8860
8861         * object.c, class-internals.h: added delegate-creation counter.
8862
8863 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
8864
8865         * class.c: cleanup of the code that synthetizes interfaces for
8866         arrays in 2.0: saves quit a bit of corlib mempool memory.
8867         Code to fix bug #325495 ifdeffed out for now until the issues
8868         with memory usage and O(n^2) behaviour are fixed.
8869
8870 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
8871
8872         * marshal.c: when possible, do not duplicate the name of the methods
8873         in the method builder and in the generated MonoMethod.
8874
8875 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
8876         * verify.c: added support for type checking ldind_* opcodes.
8877
8878 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
8879
8880         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
8881         which is used to distinguish the fully open instantiation of a TypeBuilder
8882         with the rest. This temporary hack is required to restore the property that
8883         the fully open instantiation is the same type of the generic type definition.
8884
8885         * class-internals.h (mono_generic_class_is_generic_type_definition):
8886         new function as part of the internal API.
8887
8888         * class.c (inflate_generic_type): return NULL when the generic inst is
8889         fully open. The fully open generic type is now the same as the generic type
8890         definition for non TypeBuilder types.
8891
8892         * class.c (mono_generic_class_get_class): removed assert since it is
8893         no longer valid, gklass->cached_class can point to the generic type definition.
8894
8895         * class.c (mono_generic_class_is_generic_type_definition): new.
8896
8897         * metadata.c (mono_generic_class_hash): added is_tb_open field
8898         to the hash calculation.
8899
8900         * metadata.c (free_generic_class): if the generic class is associated
8901         with the generic type definition, its field will come from the mempool and
8902         must not be freed.
8903
8904         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
8905         new, this function identifies the corner case of a TypeBuilder fully open
8906         instantiation.
8907
8908         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
8909         for lookup. Set gclass->cached_class to be the container class in case of
8910         the fully open instantiation of non TypeBuilder types.
8911
8912         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
8913         to compare generic classes.
8914
8915         * reflection.c (method_encode_methodspec): remove assert that
8916         no longer is valid.
8917
8918         * reflection.c (mono_reflection_generic_class_initialize): add
8919         an aditional assert to ensure the proper type is used.
8920
8921 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
8922
8923         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
8924         to enjoy it.
8925
8926 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
8927
8928         * verify.c (push_arg): Fixed support for ldarga
8929         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
8930         MonoType used as first arg in case of instance calls.
8931
8932 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
8933
8934         * verify.c: Support for verifying VAR and MVAR types, 
8935
8936 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
8937
8938         * icall.c (ves_icall_get_property_info): Set the reflected type of the
8939         accessors correctly.
8940
8941 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
8942
8943         * threads.c: support OSX and other systems in
8944         mono_thread_get_stack_bounds (bug #328026).
8945
8946 2007-09-25  Martin Baulig  <martin@ximian.com>
8947
8948         * mono-debug.h
8949         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
8950
8951 2007-09-24  Martin Baulig  <martin@ximian.com>
8952
8953         * mono-debug.h
8954         (MonoDebugClassEntry): Moved the definition of this struct into
8955         mono-debug.c to make it private.
8956
8957         * mono-debug.c
8958         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
8959         type table per symbol file, we don't need to store the symfile id
8960         any longer.
8961
8962 2007-09-24  Martin Baulig  <martin@ximian.com>
8963
8964         Create one type table per symbol file, since a `MonoClass *' gets
8965         invalid when its image is unloaded.
8966
8967         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
8968         (MonoDebugHandle): Added `type_table'.
8969
8970 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
8971
8972         * mempool.c, mempool.h: added mono_mempool_new_size () API
8973         to be able to specify a smaller initial size for the pool.
8974         Adjusted the code to slowly increase pool size before using
8975         the previous default size.
8976         * image.c: use a small initial size for image mempools.
8977
8978 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
8979
8980         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
8981         Fixes ##320990.
8982
8983         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
8984         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
8985
8986 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
8987
8988         * metadata.c (mono_type_create_from_typespec): Remove an invalid
8989         free. Fixes #327438.
8990
8991 2007-09-21  Raja R Harinath  <harinath@gmail.com>
8992
8993         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
8994         generic instantiations, etc.
8995         <MONO_TYPE_ARRAY>: Likewise.
8996
8997 2007-09-21  Martin Baulig  <martin@ximian.com>
8998
8999         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
9000         these structs were never defined.
9001         (MonoDebugHandle): Removed the `_priv' field, it was never used.
9002
9003 2007-09-21  Martin Baulig  <martin@ximian.com>
9004
9005         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
9006
9007 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
9008
9009         * image.c: removed the guid hash tables: we can get the same info
9010         without the additional memory usage hit (partially fixes also bug #327052).
9011
9012 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
9013
9014         * profiler.h, profiler-private.h, profiler.c: add a new profiler
9015         event to handle unloading methods. After the event is called, the
9016         corresponding MonoMethod* must be considered invalid.
9017         * loader.c (mono_free_method): call the new mono_profiler_method_free
9018         event.
9019
9020 2007-09-20  Mark Probst  <mark.probst@gmail.com>
9021
9022         * domain-internals.h: New flag in MonoJitInfo which marks shared
9023         generic methods.  New hash table (shared_generics_hash) in
9024         MonoDomain to keep track of shared generic methods.  Prototypes
9025         for functions to register and lookup shared generic methods.
9026
9027         * domain.c: Support for registering and looking up shared generic
9028         methods via a hash table (shared_generics_hash) in MonoDomain.
9029
9030         * class-internals.h: New exception to signal failure of shared
9031         compilation of a generic method.  New counters for generics
9032         sharing in MonoStats.
9033
9034 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
9035
9036         * image.c, metadata-internals.h: don't keep a file descriptor open
9037         for loaded assemblies (bug#325988).
9038
9039 2007-09-19  Raja R Harinath  <rharinath@novell.com>
9040
9041         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
9042         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
9043         use the corresponding datatypes.
9044         (type_in_image): Update to changes.
9045         (CleanForImageUserData): Simplify.
9046         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
9047         Avoid quadratic behaviour in handling the "stolen" list by
9048         separating the filter predicate out, and by prepending the stolen
9049         items rather than appending them.
9050         (steal_ginst_in_image): Likewise.
9051         (mono_metadata_clean_for_image): Update to changes.
9052
9053 2007-09-19  Martin Baulig  <martin@ximian.com>
9054
9055         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
9056
9057 2007-09-19  Martin Baulig  <martin@ximian.com>
9058
9059         * mono-debug.c (mono_debug_cleanup): Don't call
9060         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
9061
9062 2007-09-19  Raja R Harinath  <harinath@gmail.com>
9063
9064         Fix crash on 'make run-test' in mcs/errors
9065         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
9066         Avoid more potential allocations in mono_class_from_mono_type.
9067         (ginst_in_image): Update to changes.
9068         (gclass_in_image): Rearrange slightly.
9069
9070 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
9071
9072         * class.c (mono_class_init): Move the code that sets up class->methods to 
9073         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
9074
9075         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
9076         canonical instance of an inflated generic signature.
9077         (mono_type_create_from_typespec): Remove an invalid free.
9078
9079         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
9080
9081 2007-09-18  Marek Habersack  <mhabersack@novell.com>
9082
9083         * domain-internals.h: added a declaration of the
9084         mono_assembly_load_full_nosearch internal function.
9085
9086         * assembly.c (mono_assembly_load_with_partial_name): use
9087         mono_try_assembly_resolve return value properly.
9088         (mono_assembly_load_full_nosearch): copied the function body from
9089         mono_assembly_load_full, without the code to invoke assembly
9090         search hooks.
9091         (mono_assembly_load_full): calls the above new function and if the
9092         assembly is not resolved, invokes the search hooks.
9093
9094         * appdomain.c (mono_runtime_init): restore the global postload
9095         assembly search handlers.
9096
9097 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
9098
9099         * class.c (mono_class_init): Make sure class->methods and class->properties
9100         are never NULL in the generics case.
9101
9102         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
9103
9104 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
9105
9106         * metadata.c (free_generic_class): Disable some code to fix the build.
9107
9108         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
9109
9110         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
9111         from the image mempool.
9112
9113         * metadata.c (free_generic_class): Free more data from the inflated class.
9114
9115         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
9116
9117         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
9118         mempool.
9119         (mono_type_create_from_typespec): Ditto.
9120
9121         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
9122         MonoImage to the caller.
9123         (mono_init_internal): Save the opened image in a global variable.
9124         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
9125
9126         * reflection.c (resolve_object): Fix a leak.
9127
9128         * metadata.c: Fix the freeing of data in the generics caches.
9129         
9130         * metadata.c (free_generic_inst): Comment this out to fix the build.
9131         (free_generic_class): Ditto.
9132
9133         * metadata.c: Free cached generic methods, instantinations and classes when
9134         they are removed from the caches.
9135         (mono_metadata_free_type): Free the type itself.
9136
9137         * class.c: Free the result of mono_class_inflate_generic_type () in a few
9138         places.
9139
9140 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
9141
9142         * boehm-gc.c: restrict managed allocs to __thread supporting
9143         architectures.
9144
9145 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
9146
9147         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
9148         (mono_generic_class_get_class): Fix a leak.
9149
9150         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
9151         mono_metadata_free_type ().
9152         (mono_metadata_inflate_generic_inst): Fix a leak.
9153
9154 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
9155
9156         * mono-debug.c (free_header_data): Fix a leak missed earlier.
9157
9158         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
9159         mempool.
9160
9161         * mono-debug.c (mono_debug_close_image): Fix call to 
9162         g_hash_table_remove ().
9163
9164 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
9165
9166         * icall-def.h: redirect all the string ctor to the managed
9167         CreateString () methods.
9168         * string-icalls.c, string-icalls.h: removed dead code for string
9169         ctors and icalls.
9170
9171 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
9172
9173         * mono-debug.c: Fix memory leaks.
9174
9175 2007-09-14  Jonathan Chambers <joncham@gmail.com>
9176
9177         * threads-types.h: Implement mono_hazard_pointer_set and 
9178         mono_hazard_pointer_clear macros using do/while(0) to fix
9179         compilation with MSVC.
9180         
9181         Code is contributed under MIT/X11 license.
9182
9183 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
9184
9185         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
9186         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
9187
9188 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
9189
9190         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
9191         icalls.
9192
9193 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
9194
9195         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
9196         managed-code allocated as well.
9197
9198 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
9199
9200         * class.c (mono_class_is_assignable_from): Add support for generic variance.
9201
9202 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
9203
9204         * boehm-gc.c: fixed the build after the AOT changes.
9205
9206 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
9207
9208         * wrapper-types.h: Add an ALLOC wrapper type.
9209
9210         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
9211         reference managed allocator methods.
9212
9213 2007-09-12  Marek Safar  <marek.safar@gmail.com>
9214
9215         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
9216         of Type array and not MonoType, a fix suggested by Hari.
9217         
9218 2007-09-12  Jonathan Chambers <joncham@gmail.com>
9219
9220         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
9221         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
9222         
9223         Code is contributed under MIT/X11 license.
9224
9225 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
9226
9227         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
9228
9229 2007-09-12  Marek Habersack  <mhabersack@novell.com>
9230
9231         * image.c (do_mono_image_open): if assembly file fails to open and
9232         MONO_IOMAP is in effect, try to find the path in a
9233         case-insensitive way.
9234
9235         * appdomain.c (mono_runtime_init): do not install postload hooks -
9236         tests show that MS.NET doesn't use anything of that sort to
9237         trigger the AppDomain.AssemblyResolve event.
9238         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
9239         made non-static.
9240         (mono_runtime_init): init portability helpers here.
9241
9242         * assembly.c (mono_assembly_load_with_partial_name): if other   
9243         attempts fail, trigger the AppDomain.AssemblyResolve event handler
9244         to resolve the assembly.
9245
9246         * domain-internals.h: added mono_try_assembly_resolve and marked
9247         it as internal.
9248
9249 2007-09-11  Jb Evain  <jbevain@novell.com>
9250
9251         * object-internals.h (MonoReflectionDynamicMethod): add
9252         a `MonoReflectionType *owner` field. The owner is used
9253         * reflection.c:
9254         (mono_reflection_create_dynamic_method): use the owner of the dynamic
9255         method as the class declaring the dynamic method.
9256         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
9257         dynamic method to the declaring type of the methodbuilder.
9258
9259 2007-09-11  Mark Probst  <mark.probst@gmail.com>
9260
9261         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
9262         rules for calling methods via reflection.
9263
9264 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
9265
9266         * reflection.c (resolve_object): Add support for MonoGenericClass. 
9267         Inflate MonoType's.
9268
9269 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
9270
9271         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
9272         provide a managed method that does fast allocations without needing
9273         a managed->unmanaged transition. Boehm GC implementation currently
9274         enabled for ptrfree objects on sane architectures.
9275
9276 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
9277
9278         * marshal.c, marshal.h: exported a couple of useful functions and
9279         added mono_mb_get_label () to easily handle backward branches.
9280
9281 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
9282
9283         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
9284
9285 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
9286
9287         * loader.c (find_method): Fixed the regression introduced while
9288         fixing bug #81466.
9289
9290 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
9291
9292         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
9293         well.
9294         
9295         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
9296         icall.c reflection.c: Pass a MonoGenericContext argument to 
9297         mono_lookup_dynamic_token ().
9298
9299         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
9300         #82744.
9301         
9302 2007-09-09  Robert Jordan  <robertj@gmx.net>
9303
9304         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
9305         for generic methods.
9306
9307         * object.c (mono_object_get_virtual_method): Handle generic methods.
9308         Fixes bug #78882.
9309
9310         Code is contributed under MIT/X11 license.
9311
9312 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
9313
9314         * image.c: fix locking in mono_image_load_file_for_image ().
9315
9316 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
9317
9318         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
9319         used only as a cache: added an icall to fill it.
9320
9321 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
9322
9323         * reflection.h: exposed mono_reflection_free_type_info
9324         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
9325         since mono_reflection_bind_generic_parameters makes a copy of it.
9326         * reflection.c (free_type_info): subinfos should be freed.
9327         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
9328         made non static.
9329         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
9330         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
9331         this fixes #82695 and #81726.
9332    
9333
9334 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
9335
9336         * process.h, process.c:  added support for user profile/info in
9337           ProcessStartInfo. For now only Windows works.
9338
9339 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
9340
9341         * metadata.c: consider the generic arguments when comparing
9342         signatures (bug #82614).
9343
9344 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
9345
9346         * cil-coff.h, image.c: updated assembly loader to cope with the
9347         PE32+ 64 bit file format.
9348
9349 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
9350
9351         * assembly.c, class.c, domain.c, loader.c: remove useless
9352         inclusion of cil-coff.h.
9353
9354 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
9355
9356         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
9357         if interface is marked with CoClassAttribute. 
9358    
9359         Code is contributed under MIT/X11 license.
9360
9361 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
9362
9363         * sgen-gc.c: ensure no object from the to space is copied again or finalized
9364         if it's seen twice in major collections.
9365
9366 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
9367
9368         * sgen-gc.c: big objects are not copied to the gray area, but they
9369         need to be considered for scanning, too, if they are brought alive
9370         by an object ready for finalizations or a survived one.
9371
9372 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
9373
9374         * sgen-gc.c: properly account the number of disappearing links when
9375         they are nullified.
9376
9377 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
9378
9379         * sgen-gc.c: share the code to scan the registered roots between the
9380         different types of collections.
9381
9382 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
9383
9384         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
9385
9386 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
9387
9388         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
9389         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
9390
9391 2007-08-28  Mark Probst  <mark.probst@gmail.com>
9392
9393         * security-manager.c (mono_security_manager_get_methods):
9394         LinkDemandSecurityException now has 2 arguments instead of 3.
9395
9396 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
9397
9398         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
9399         platforms which need it.
9400
9401 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
9402
9403         * sgen-gc.c: unregister thread data structures with a pthread_key_t
9404         dtor.
9405
9406 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
9407
9408         * threads.c: free the thread static data on thread exit.
9409
9410 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
9411
9412         * class.c: walk the hierarchy to find the generic definition for
9413         a class (fixes runtime part of bug #82498).
9414
9415 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
9416
9417         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
9418         ...
9419
9420         * image.c (mono_image_close): Here. Hopefully fixes #82510.
9421
9422 2007-08-24  Mark Probst  <mark.probst@gmail.com>
9423
9424         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
9425
9426 2007-08-24  Robert Jordan  <robertj@gmx.net>
9427
9428         * appdomain.c: don't perform the ':'->';' substitution on Win32.
9429
9430 2007-08-24  Jb Evain  <jbevain@novell.com>
9431
9432         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
9433         for byref types.
9434
9435 2007-08-24  Mark Probst  <mark.probst@gmail.com>
9436
9437         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
9438         #82286.
9439
9440 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
9441
9442         * assembly.c: Fix a warning.
9443         
9444 2007-08-23  Marek Habersack  <mhabersack@novell.com>
9445
9446         * appdomain.c: parse the <runtime> section looking for the probing
9447         element with the 'privatePath' attribute, which sets additional
9448         directories in which the runtime should look for assemblies.
9449
9450 2007-08-23  Robert Jordan  <robertj@gmx.net>
9451
9452         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
9453         Fixes #82499.
9454
9455 2007-08-23  Martin Baulig  <martin@ximian.com>
9456
9457         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
9458         _mono_debug_init_corlib() and remove it from the header file.
9459
9460 2007-08-23  Martin Baulig  <martin@ximian.com>
9461
9462         * mono-debug-debugger.c
9463         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
9464         don't notify the debugger about it.
9465
9466         * mono-debug-debugger.h
9467         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
9468
9469 2007-08-23  Robert Jordan  <robertj@gmx.net>
9470
9471         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
9472         Code is contributed under MIT/X11 license.
9473
9474 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
9475
9476         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
9477
9478 2007-08-22  Martin Baulig  <martin@ximian.com>
9479
9480         * mono-debug.c: Store debugging info on a per-domain basis and
9481         free it on domain unload.  Add support for unloading symbol files.
9482
9483         * mono-debug.h
9484         (MonoDebugList): New typedef.
9485         (MonoSymbolTable):
9486         - add `data_tables and `type_table'.
9487         - replace 'symbol_files' and `num_symbol_files' with a
9488           `MonoDebugList *'.
9489         (mono_debug_data_table): Removed.
9490         (mono_debug_list_add): New public function.
9491         (mono_debug_list_remove): New public function.
9492         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
9493         (mono_debug_init_2_memory): Renamed into
9494         mono_debug_open_image_from_memory().
9495         (mono_debug_close_image): New public function.
9496         (mono_debug_domain_create): Likewise.
9497         (mono_debug_domain_unload): Likewise.
9498         (MONO_DEBUGGER_VERSION): Bump to 60.
9499
9500         * mono-debug-debugger.h
9501         (MonoDebuggerEvent):
9502         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
9503         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
9504         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
9505         - rename `THREAD_CREATED' and `THREAD_EXITED' into
9506           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
9507         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
9508           meaning.
9509         (mono_debugger_add_symbol_file): Removed.
9510         (mono_debugger_add_type): Removed.
9511         (mono_debugger_lookup_type): Removed.
9512         (mono_debugger_lookup_assembly): Removed.
9513
9514         * domain.c
9515         (mono_domain_create): Call mono_debug_domain_create().
9516         (mono_init_internal): Call mono_debug_init_corlib().
9517
9518         * assembly.c
9519         (mono_assembly_close): Call mono_debug_close_image().
9520
9521 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
9522
9523         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
9524         mmap call.
9525
9526 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
9527
9528         * sgen-gc.c: ensure section->pin_queue_end is initialized
9529         correctly when non pinning objects in the section have been found.
9530
9531 2007-08-22  Marek Habersack  <mhabersack@novell.com>
9532
9533         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
9534         containing a list of directories separated by ':'. MSDN docs say
9535         the directories should be separated with ';'. Part of a bugfix for
9536         bug #81446
9537
9538 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
9539
9540         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
9541         it should MonoType and not MonoClass.
9542
9543 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
9544
9545         * culture-info-table.h : regenerated.
9546
9547 2007-08-20  William Holmes  <billholmes54@gmail.com>
9548
9549         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
9550          to call ReplaceFile Kernel32 on windows or in io-layer.
9551         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
9552         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
9553          as an internal call.
9554
9555         Code is contributed under MIT/X11 license.
9556
9557 2007-08-20  Jb Evain  <jbevain@novell.com>
9558
9559         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
9560         and MONO_EXCEPTION_FIELD_ACCESS.
9561
9562         * debug-helpers.[c|h]: new mono_field_full_name function.
9563
9564 2007-08-20  Mark Probst  <mark.probst@gmail.com>
9565
9566         * class.c: Removed class_security_level() and moved it to
9567         security-core-clr.c.
9568
9569         * security-core-clr.c, security-core-clr.h: class_security_level()
9570         is now public and renamed to mono_security_core_clr_class_level().
9571         It also looks for security attributes in the classes a class is
9572         nested in.
9573
9574 2007-08-20  Mark Probst  <mark.probst@gmail.com>
9575
9576         * security-core-clr.c, security-core-clr.h: CoreCLR security
9577         utility functions.
9578
9579         * Makefile.am: Added security-core-clr.[ch].
9580
9581         * security-manager.c, security-manager.h: Functions and enum for
9582         setting and getting the security mode.
9583
9584         * class.c: CoreCLR security checks.
9585
9586 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
9587
9588         * icall-def.h, process.c, process.h: implemented icall to get
9589         user/system processor times.
9590
9591 2007-08-17  Mark Probst  <mark.probst@gmail.com>
9592
9593         * domain.c, threads.c, class-internals.h, domain-internals.h: New
9594         reader-lock-free jit_info_table.
9595
9596 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
9597
9598         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
9599
9600         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
9601
9602         * object-internals.h (MonoException): Add missing _data member.
9603
9604 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
9605
9606         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
9607         checking that only methods with matching qname or fqname are picked
9608         from implemented interfaces.
9609
9610 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
9611
9612         * verify.c (do_newarr):added, do type verification of
9613         newarr ops, push the right value on the eval stack.
9614         * verify.c (mono_method_verify): use do_newarr
9615
9616
9617 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
9618
9619         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
9620         factored the common code into get_boxable_mono_type, which
9621         is now using mono_type_get_full, this fixed byref related tests.
9622
9623 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
9624
9625         * class.c: added mono_type_get_full, this function has the same
9626         behavior of mono_class_get_full but the returned MonoType has
9627         all metadata of the associated token in case of a typespec token.
9628         * class.c: added mono_type_retrieve_from_typespec, used by 
9629         mono_type_get_full to retrieve the token type.
9630         * class.c (mono_class_create_from_typespec): changed to use
9631         mono_type_retrieve_from_typespec.
9632         * class.c (mono_ldtoken): changed to use mono_type_get_full
9633         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
9634         * class-internals.h: exported mono_type_get_full for internal use.
9635
9636 2007-08-16  Jb Evain  <jbevain@novell.com>
9637
9638         * domain.c (supported_runtimes): add entry for
9639         the 'moonlight' runtime version.
9640
9641 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
9642
9643         * verify.c (mono_method_verify): small typo sliped in.  
9644
9645 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
9646
9647         * verify.c (do_unbox_value): added, do type verification of
9648         unboxing ops
9649         * verify.c (mono_method_verify): use do_unbox_value
9650
9651
9652 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
9653
9654         * verify.c (dump_stack_value): fixed typo, was printing string
9655         instead of object on stack.
9656         * verify.c (do_box_value): moved the byref check up as it leads
9657         to invalid code and should be done earlier.
9658         * verify.c: improved error messages for and ldobj
9659
9660 2007-08-15  William Holmes  <billholmes54@gmail.com>
9661
9662         * marshal.c (emit_marshal_custom): Omit the call to 
9663           marshal_native_to_managed when calling native to managed 
9664           and the argument is specified as an out argument.
9665
9666         Code is contributed under MIT/X11 license.
9667
9668 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
9669
9670         * verify.c: fixed the type checks for generics, function pointers and vectors.
9671         Added type verification for ldobj and ldtoken. The verifier
9672         would segfault if header or signature of a method contained references
9673         to non-existant types.
9674
9675 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
9676
9677         * marshal.c (cominterop_get_ccw): Patch from
9678         Bill Holmes to no walk up interface hierarchy. 
9679         All parent methods should be present in the interface for COM.
9680    
9681         Code is contributed under MIT/X11 license.
9682
9683 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
9684
9685         * marshal.c (emit_marshal_com_interface): Patch from
9686         Bill Holmes to handle COM Interfaces as return values
9687         for native->managed calls.
9688    
9689         Code is contributed under MIT/X11 license.
9690
9691 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
9692
9693         * marshal.c (cominterop_get_idispatch_for_object): Implement
9694         for runtime callable wrappers.
9695    
9696         Code is contributed under MIT/X11 license.
9697
9698 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
9699
9700         * pedump.c (main): changed from mono_init to mono_init_from_assembly
9701         so 2.0 types are accessible
9702
9703
9704 2007-08-13  Miguel de Icaza  <miguel@novell.com>
9705
9706         * domain.c (mono_init_internal): Call mono_assembly_load_friends
9707         once we load mscorlib.   Due to the order in which we initialize,
9708         the mono_assembly_load_full routine that loads mscorlib did not
9709         load friends.   We now load it once we load the
9710         mono_defaults.internals_visible_class class. 
9711
9712         * assembly.c: Expose the mono_load_friend_assemblies method.
9713
9714 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
9715
9716         * verify.c: improved the handling of boxing, better
9717         type checking for unary ops and conversion. Fix bug
9718         regarding managed pointer compatibility checking
9719
9720 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
9721
9722         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
9723
9724         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
9725
9726 2007-08-09  Raja R Harinath  <rharinath@novell.com>
9727
9728         * reflection.c (dup_type): Remove.
9729         * class.c (dup_type): Remove.
9730         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
9731         instead of the dodgy 'dup_type'.
9732         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
9733         handle the case where 'dup_type' needed the second argument.
9734
9735 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
9736
9737         * domain.c: Fix a warning.
9738
9739 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
9740
9741         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
9742         checking that methods with the same fqname are not overridden
9743         with a method from an ancestor.
9744
9745 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
9746
9747         * threads.c (free_thread_static_data_helper): Avoid a crash if
9748         thread->static_data is not yet set.
9749
9750 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
9751
9752         * marshal.c: Use correct image when emitting
9753         native wrapper for COM calls.
9754    
9755         Code is contributed under MIT/X11 license.
9756
9757 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
9758
9759         * icall-def.h, security.c, security.h :
9760           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
9761
9762 2007-08-07  Martin Baulig  <martin@ximian.com>
9763
9764         * mono-debug-debugger.h
9765         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
9766
9767         * domain.c (mono_domain_free): Call
9768         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
9769
9770 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
9771
9772         * verify.c (check_underflow, check_overflow): error message now returns IL offset
9773         * verify.c (in_same_block): code should test if either offset is inside the clauses
9774         * verify.c (mono_method_verify): push the exception into the eval stack of exception
9775         and filter blocks
9776
9777 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
9778
9779         * image.c (mono_image_close): Fix a leak.
9780
9781         * object.c (mono_runtime_invoke_array): Avoid using alloca.
9782
9783         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
9784
9785 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
9786
9787         * domain.c, threads.c, threads-types.h: fix memory retention issue
9788         with thread static variables not being cleared on domain unload.
9789         Reuse thread static slots after domain unload.
9790
9791 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
9792
9793         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
9794         nullable type.
9795
9796         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
9797         now done in mono_runtime_invoke_array.
9798
9799         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
9800         receiver is a nullable type.
9801
9802         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
9803         generic parameter.
9804
9805 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
9806
9807         * marshal.c: Implement COM Objects as return type for 
9808         managed->unmanaged calls. Added Release calls for COM Object
9809         out/return values in managed->unmanaged calls.
9810
9811         Code is contributed under MIT/X11 license.
9812
9813 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
9814
9815         * threads.h, threads-type.h: move the hazard pointer declarations
9816         to the private header.
9817
9818 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
9819
9820         * file-io.c, appdomain.c: memory leak fixes.
9821
9822 2007-08-02  Dick Porter  <dick@ximian.com>
9823
9824         * socket-io.c
9825         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
9826         SO_REUSEADDR setting into io-layer/sockets.c.
9827
9828 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
9829
9830         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
9831         from Object when called on a generic parameter. Fixes #82211.
9832
9833 2007-08-01  Dick Porter  <dick@ximian.com>
9834
9835         * file-io.c (convert_share): Test FileShare values bit-by-bit.
9836         Fixes bug 79250 yet again.
9837
9838 2007-07-30  Martin Baulig  <martin@ximian.com>
9839
9840         Merged the `debugger-dublin' branch.
9841
9842         * mono-debug.h
9843         (MonoDebugDataTable): New typedef.
9844         (MonoDebugMethodAddressList): New typedef.
9845         (MonoDebugWrapperData): Removed.
9846         (MonoDebugSymbolTable): Removed `current_data_table',
9847         `current_data_table_size', `current_data_table_offset'.
9848         (MonoDebugDataItemType): Moved into mono-debug.c.
9849         (MonoDebugMethodJitInfo): Remove `address'.
9850         (mono_debug_data_table): New global variable.
9851         (mono_debug_lookup_method_addresses): New public function.
9852         (mono_debug_find_method): Take a `MonoMethod *', not a
9853         `MonoDebugMethodInfo *'.
9854
9855         * mono-debug.c: Drop support for the old symbol tables.
9856
9857 2007-06-28  Martin Baulig  <martin@ximian.com>
9858
9859         * mono-debug.c (mono_debug_debugger_version): New public variable.
9860
9861 2007-07-31  William Holmes  <billholmes54@gmail.com>
9862
9863         * metadata.c Changed mono_type_create_from_typespec to not insert
9864           the type into the hash map until after
9865           do_mono_metadata_parse_type has completed.
9866         Fixes Bug #82194
9867         Code is contributed under MIT/X11 license.
9868
9869 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
9870
9871         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
9872         generic parameter. Fixes #82211.
9873
9874 2007-07-27  Jb Evain  <jbevain@novell.com>
9875
9876         * pedump.c (dump_metadata, dump_metadata_header): dump
9877         versions contained in the metadata header.
9878
9879 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
9880
9881         * threads.c: register small_id_table with the GC.
9882
9883 2007-07-27  Mark Probst  <mark.probst@gmail.com>
9884
9885         * threads.c, threads.h, class-internals.h, object-internals.h:
9886         Hazard pointers, to be used by lock-free parallel algorithms.
9887
9888 2007-07-26  Dick Porter  <dick@ximian.com>
9889
9890         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
9891         routine on non-windows platforms, as I've not managed to think of
9892         a non-kludgy way of doing this.  Finishes off bug 78739.
9893
9894 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
9895
9896         * object.c: properly setup interface_bitmap in proxy vtables.
9897
9898 2007-07-25  Marek Habersack  <mhabersack@novell.com>
9899
9900         * appdomain.c (get_shadow_assembly_location): do not use TickCount
9901         to create unique shadow copy target directories, use the domain's
9902         serial number instead. Each domain gets a unique target directory
9903         that way.
9904
9905         * domain.c (mono_domain_create): added code to increment domain
9906         shadow copy serial number and cache the value in the current
9907         domain structure.
9908
9909         * domain-internals.h (struct _MonoDomain): added a new field -
9910         shadow_serial to hold the serial number used in generation of
9911         shadow-copy directories. This is to make sure that the directory
9912         name is unique for each and every domain created. We avoid a race
9913         condition with overriding assemblies already in use by other app
9914         domains.
9915
9916 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
9917
9918         * class.c (mono_bounded_array_class_get): fixed memory leak when 
9919         binding generic parameters.
9920
9921 2007-07-24  Raja R Harinath  <rharinath@novell.com>
9922
9923         * metadata.c (do_mono_metadata_parse_generic_class): Use
9924         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
9925         error.
9926
9927 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
9928
9929         * loader.c, class-internals.h, reflection.c: removed the per-method
9930         generics hashtable: we use the global one through the call of
9931         mono_class_inflate_generic_method ().
9932
9933 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
9934
9935         * class.c, metadata.c, class-internals.h: introduce yet another
9936         generics global cache for inflated methods (fixes 98% of the perf
9937         issue in bug #81806).
9938
9939 2007-07-23  Raja R Harinath  <rharinath@novell.com>
9940
9941         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
9942         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
9943         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
9944         return a MonoGenericInst containing (a copy) of those types.
9945         (mono_metadata_inflate_generic_inst): Update to changes.
9946         (mono_metadata_parse_generic_inst): Likewise.
9947         (mono_get_shared_generic_inst): Likewise.
9948         * reflection.c (mono_class_bind_generic_parameters): Likewise.
9949         (mono_reflection_bind_generic_method_parameters): Likewise.
9950         * metadata-internals.h: Likewise.
9951         * icall.c (free_generic_context): Kill.
9952         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
9953
9954         * reflection.c (reflection_methodbuilder_to_mono_method): Use
9955         mono_metadata_type_dup.
9956         * marshal.c (mono_mb_create_method): Likewise.
9957
9958         * metadata.c (mono_metadata_type_dup): Rename from
9959         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
9960         MonoImage.  Handle a few more cases, esp. when no mempool is given.
9961         * marshal.c, metadata-internals.h: Update to changes.
9962
9963 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
9964
9965         * class.c: fixed a small leak for array classes and removed warning.
9966
9967 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
9968
9969         * loader.c (mono_method_get_param_token): Make this work on generic methods.
9970         Return 0x8000000 for return parameters. Fixes #82161.
9971
9972 2007-07-21  Marek Habersack  <grendello@gmail.com>
9973
9974         * appdomain.c (get_shadow_assembly_location): append the current
9975         ticks value to the path. Avoids overwriting the same assemblies by
9976         several threads at the same time.
9977
9978 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
9979         and Raja R Harinath  <rharinath@novell.com>
9980
9981         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
9982         Simplify slightly.
9983         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
9984         property for testing if a method is a generic method definition.
9985
9986 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
9987
9988         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
9989
9990 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
9991
9992         * verify.c: used function from private branch, reverted to the one in class.h 
9993
9994 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
9995
9996         * verify.c: a typo slipped in and the code wont compile
9997
9998 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
9999
10000         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
10001         disabled box instruction as it is doing the wrong thing
10002         improved stack dump messages, now it is easier to debug type related issues
10003
10004
10005 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
10006
10007         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
10008
10009 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
10010
10011         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
10012         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
10013         grouped with class and valuetype. This change will simply 
10014         the code as it should be handled just like unmanaged pointers.
10015
10016 2007-07-19  Mark Probst  <mark.probst@gmail.com>
10017
10018         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
10019
10020 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
10021
10022         * verify.c: several stack merge issues fixed, reference comparisons now
10023         check the type size. strict type check now works correctly.
10024         added more uses of IS_MANAGED_POINTER macro.
10025         fixed issues pointed by running the test suite against .net.
10026         
10027
10028 2007-07-19  Mark Probst  <mark.probst@gmail.com>
10029
10030         * class.c, loader.c, class-internals.h: Removed the
10031         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
10032         defines.
10033
10034         * icall.c: Better error checking in some internal reflection
10035         methods.
10036
10037 2007-07-18  William Holmes  <billholmes54@gmail.com>
10038
10039         * filewatcher.c : removed unused variable 'filename' in 
10040           ves_icall_System_IO_FSW_SupportsFSW
10041
10042 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
10043
10044         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
10045         obsolete, removed.
10046
10047 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
10048
10049         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
10050         
10051         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
10052
10053 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
10054
10055         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10056         Implement generics support.
10057         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
10058
10059         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
10060         type_args and method_args arguments.
10061         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
10062         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
10063         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
10064
10065 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
10066
10067         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
10068           It adds a rootimage parameter to mono_reflection_get_type_internal,
10069           adds new function mono_reflection_get_type_with_rootimage and use
10070           the rootimage to resolve the types instead of the current image
10071
10072 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
10073
10074         * culture-info-table.h: Forgot to update after r78304.
10075
10076 2007-07-13  Raja R Harinath  <rharinath@novell.com>
10077
10078         * class.c (mono_class_is_open_constructed_type)
10079         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
10080
10081 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
10082
10083         * class.c (mono_bounded_array_class_get):  method fails if used with
10084         an incomplete TypeBuilder enum (no basetype field), fixed it by 
10085         avoiding calculating the size for such array as it cannot be instantiated.
10086         Fix bug #82015
10087
10088 2007-07-12  Raja R Harinath  <rharinath@novell.com>
10089
10090         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
10091         field.
10092         * metadata.c, reflection.c: Update to changes.
10093
10094 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
10095
10096         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
10097         mono_class_is_valid_enum, they are used to valide a enum when loading.
10098         * reflection.c: used new functions to throw TypeLoadException when and
10099         invalid enum is build with TypeBuilder. Fixes #82018
10100   
10101 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
10102
10103         * object.c: forgot commit of mono_class_setup_methods () to access
10104         iface->methods.
10105         * object-internals.h: added a few more handy fields to
10106         MonoIMTCheckItem.
10107
10108 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
10109
10110         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
10111         iface->methods.
10112
10113 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
10114
10115         * class-internals.h, object-internals.h, object.c: IMT-based
10116         interface invocation core from Massimiliano Mantione
10117         (massi@ximian.com) with a reworked arch-specific interface,
10118         bsearch implementation and a few bugfixes and memory savings by me.
10119
10120 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
10121
10122         * class.c (mono_class_create_from_typedef): mono would segfault if 
10123         an enum did not have a __value field. It now throws a TypeLoadException
10124         for such cases. Fix bug #82022
10125
10126 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
10127
10128         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
10129
10130 2007-07-09  Mark Probst  <mark.probst@gmail.com>
10131
10132         * class.c (mono_class_init): If a class is already inited but has
10133         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
10134
10135 2007-07-09  Mark Probst  <mark.probst@gmail.com>
10136
10137         * class.c: Properly handle the case of an unimplemented interface
10138         method.  Fixes: 81673.
10139
10140 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
10141
10142         * class-internals.h, object.c: cleanup patch from massi: use
10143         MonoVTable->interface_bitmap since the vtable interfaces offset array
10144         is going away.
10145
10146 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
10147
10148         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
10149         GetMDStreamVersion icall instead.
10150
10151 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
10152
10153         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
10154         not use mono_dl_build_path() with a full library name: makes
10155         fallbacks to libgaim and libfam work.
10156
10157 2007-07-06  William Holmes  <billholmes54@gmail.com>
10158
10159         * assembly.c: Added a continue statement in probe_for_partial_name when
10160          parse_assembly_directory_name fails.  Fixes : 82002
10161
10162 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
10163
10164         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
10165         and added a verification  for TYPEDBYREF.
10166         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
10167         make native int interchangeable with int32 and some small cleanup and formating.
10168         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
10169         handle byref of byref.
10170         * verify.c (push_local): handle byref of byref.
10171         * verify.c (do_binop): invalid mix of values is unverifiable
10172         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
10173         added visibility checks
10174         * verify.c (field related method): added visibility checks
10175         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
10176
10177 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
10178
10179         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
10180         string.
10181
10182 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
10183
10184         * profiler.c (mono_profiler_load): Fix an off-by-one error.
10185
10186         * marshal.c (emit_marshal_string): When returning a string from managed code,
10187         allways make a copy even for unicode strings. Fixes #81990.
10188
10189 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
10190
10191         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
10192         of byref generic inst types (bug #81997).
10193
10194 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
10195
10196         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
10197         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
10198
10199 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
10200
10201         * marshal.c (emit_marshal_string): Add support for unicode strings in
10202         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
10203
10204 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
10205
10206         * verify.c: field load/store are now verified, missing only access checks now
10207
10208 2007-06-28  Martin Baulig  <martin@ximian.com>
10209
10210         * mono-debug.c (mono_debug_debugger_version): New public variable.
10211
10212 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
10213
10214         * locales.c: When constructing DateTimeFormat or NumberFormat for
10215         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
10216         MonoCultureInfo contructed from the current locale is always
10217         read-only and has UseUserOverride set to true. All MonoCultureInfo
10218         instances returned for GetCultures have both IsReadOnly and
10219         UseUserOverride set to true. Fixes part of bug #81930.
10220
10221 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
10222
10223        * icall-def.h: Update System.__ComObject icalls
10224        * marshal.c: Avoid managed transition (and object creation)
10225        when looking up COM interface in RCW.
10226        * marshal.h: Ditto.
10227        
10228        Code is contributed under MIT/X11 license.
10229
10230 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
10231
10232         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
10233         to avoid crashes during assembly unloading.
10234
10235 2007-06-22  Raja R Harinath  <rharinath@novell.com>
10236
10237         Fix MethodInfo.IsGenericMethodDefinition
10238         * reflection.c (mono_reflection_bind_generic_method_parameters):
10239         Rearrange code to ensure we always uses a generic method definition.
10240         * class.c (mono_class_inflate_generic_method_full): Set
10241         'generic_container' field only for generic method definitions.
10242         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
10243         Use presense of 'generic_container' field as indication of being a
10244         generic method definition.
10245
10246 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
10247
10248         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10249
10250         * object-internals.h: Reflect changes in the layout of the managed Delegate
10251         class.
10252         
10253         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
10254         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
10255         runtime memory used by the dynamic method. Fixes #77146.
10256
10257 2007-06-21  Dick Porter  <dick@ximian.com>
10258
10259         * file-io.h: 
10260         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
10261         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
10262         81767.
10263
10264 2007-06-21  Raja R Harinath  <rharinath@novell.com>
10265
10266         * reflection.c (method_encode_methodspec): Add a tripwire.
10267         * class.c (inflate_generic_type): The fully open generic type is
10268         not the same as the generic type definition.
10269
10270 2007-06-21  Martin Baulig  <martin@ximian.com>
10271
10272         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
10273
10274         * mono-debug-debugger.h
10275         (MonoDebuggerBreakpointInfo): Removed.
10276         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
10277         (mono_debugger_remove_breakpoint): Likewise.
10278         (mono_debugger_breakpoint_callback): Likewise.
10279         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
10280
10281 2007-06-21  Raja R Harinath  <rharinath@novell.com>
10282
10283         * metadata.c (mono_metadata_lookup_generic_class): The fully open
10284         generic type is not the same as the generic type definition.
10285         * class.c (mono_generic_class_get_class): Likewise.
10286
10287 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
10288
10289         * icall.c: The second argument to 
10290         System.Reflection.MethodBase.GetMethodFromHandleInternalType
10291         is a MonoType not a MonoClass.
10292
10293 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
10294
10295         * verify.c: support for function pointers in the verifier
10296
10297 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
10298
10299         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
10300
10301 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
10302
10303         * assembly.c: removed Mono.Data.SqliteClient from the list of
10304         forward-compatible assemblies as it breaks the ABI (bug #81899).
10305
10306 2007-06-19  Raja R Harinath  <rharinath@novell.com>
10307
10308         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
10309         lookup/update with the loader lock.
10310         * reflection.c (mono_class_bind_generic_parameters): No need to
10311         protect mono_metadata_lookup_* with the loader lock.
10312         * class.c (inflate_generic_type): Likewise.
10313         
10314         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
10315         on a generic instantiated type.
10316
10317 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
10318
10319         *verify.c: produce meanfull error messages on verification error
10320         *verify.c: fixed some cases of verification errors reported as validation errors
10321         *pedump.c: fixed the error name array, now it shows validation errors properly
10322         *verify.h: fixed the contant that should be used for verification errors
10323
10324 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
10325
10326         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
10327         for bug #77596, 81858 and 80743 (generics data structures on domain
10328         unload).
10329
10330 2007-06-15  Raja R Harinath  <rharinath@novell.com>
10331
10332         Avoid allocating 'MonoGenericContext' on the heap.
10333         * class-internals (_MonoMethodInflated::context): Make field
10334         inline, not a pointer.
10335         * loader.c (method_from_methodspec): Allocate 'new_context' on the
10336         stack.  Use the context embedded within the inflated method as the
10337         hash key, rather than 'new_context'.
10338         * class.c (inflate_generic_context): Simplify.  Return a struct
10339         rather than allocating on the heap.
10340         (mono_class_inflate_generic_method_full): Update to changes.  Now,
10341         doesn't salt away a copy of the context -- simplifying the
10342         lifetime rules of a 'MonoGenericContext *'.
10343         (mono_method_get_context): Return pointer to embedded context.
10344         (setup_generic_array_ifaces): Allocate temporary context on stack.
10345         * reflection.c (inflate_mono_method): Likewise.
10346         (mono_reflection_bind_generic_method_parameters): Likewise.
10347         Use the context embedded within the inflated method as the hash key.
10348
10349         Avoid a source of allocation of 'MonoGenericContext'.
10350         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
10351         and 'cached_context' fields into embedded 'MonoGenericContext' field.
10352         * class.c: Update to changes.
10353         (mono_generic_class_get_context): Simplify drastically.  Now just
10354         returns a pointer to the field.
10355         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
10356         argument as a const pointer.
10357         (mono_metadata_generic_context_equal): Likewise.
10358         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
10359         Update to changes.
10360
10361 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
10362
10363         * verify.c improved the handling of brtrue/brfalse, factored out common code
10364
10365 2007-06-14  Raja R Harinath  <rharinath@novell.com>
10366
10367         Kill MonoGenericMethod.
10368         * class-internals.h (MonoGenericContext::method_inst): Rename from
10369         'gmethod' and convert to a MonoGenericInst.
10370         (MonoGenericMethod): Remove.
10371         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
10372         * loader.c (method_from_methodspec): Update to changes.  Use a
10373         MonoGenericContext as the key to the hashtable.
10374         * metadata.c (mono_metadata_generic_context_equal): Rename from 
10375         'mono_metadata_generic_method_equal' and take MonoGenericContext.
10376         (mono_metadata_generic_context_hash): Likewise from
10377         'mono_metadata_generic_method_hash'.  Change hash function.
10378         (mono_metadata_load_generic_params): Update to changes.
10379         (mono_get_shared_generic_method): Remove.
10380         * metadata-internals.h (mono_get_shared_generic_method): Remove.
10381         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
10382         (inflate_generic_context): Likewise.
10383         (mono_class_inflate_generic_method_full): Likewise.
10384         (setup_generic_array_ifaces): Likewise.
10385         (mono_class_create_from_typespec): Likewise.
10386         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
10387         (method_encode_methodspec): Update callsite.
10388         (reflection_methodbuilder_to_mono_method): Update to changes.
10389         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
10390         MonoGenericContext as the key to the hashtable.
10391         (inflate_mono_method): Update to changes.
10392
10393         * class-internals.h (MonoGenericMethod::container): Remove.
10394         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
10395
10396 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
10397
10398         * profiler-private.h, profiler.c, profiler.h: added API to profile
10399         exception events.
10400
10401 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
10402
10403         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
10404
10405 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
10406
10407         * verify.c: method invocation is now validated, now we verify parameter types on stack.
10408         Fixed overflow and underflow not aborting the verification process.
10409
10410 2007-06-13  Mark Probst  <mark.probst@gmail.com>
10411
10412         * class-internals.h (MonoStats): Added stats entries for dynamic
10413         code allocations.
10414
10415 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
10416
10417         * loader.c (mono_free_method): Free header->locals and header->clauses.
10418
10419         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
10420         dynamic case.
10421
10422         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
10423
10424         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
10425
10426 2007-06-12  Raja R Harinath  <rharinath@novell.com>
10427
10428         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
10429         the tables.
10430
10431 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
10432
10433         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
10434
10435 2007-06-11  Raja R Harinath  <harinath@gmail.com>
10436
10437         MonoGenericMethod on a diet
10438         * class-internals.h (_MonoMethodInflated::reflection_info): Move
10439         here ...
10440         (_MonoGenericMethod::reflection_info): ... from here.
10441         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
10442         Update to changes.
10443         * reflection.c (inflate_mono_method): Likewise.
10444         (mono_reflection_bind_generic_method_parameters): Likewise.
10445
10446 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
10447
10448         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
10449         *verify.c: factored long ldarg forms to share code with short forms
10450
10451 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
10452
10453         *verify.c: fixed code formating factored some duplicate code
10454         into a new function
10455
10456         *verify.h: fixed binary incompatibility introduced earlier
10457
10458         *pedump.c: fixed formating
10459
10460 2007-06-11  Raja R Harinath  <harinath@gmail.com>
10461
10462         Fix assertion when disassembling Mono.C5.dll
10463         * loader.c (method_from_methodspec): Avoid inflating a method
10464         twice with the same context.  If the methodref is inflated, use
10465         the declaring method instead.
10466
10467         * class.c (mono_class_from_generic_parameter): Fix case similar to
10468         bug #81830 handled below, but for method containers.
10469
10470 2007-06-10  Raja R Harinath  <harinath@gmail.com>
10471
10472         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
10473         get_shared_generic_class.  Directly inflate the instance.
10474         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
10475         (inflate_generic_class): Delete.
10476         (get_shared_generic_class): Delete.  Move setting of
10477         'cached_class' and 'cached_context' ...
10478         * metadata.c (mono_metadata_lookup_generic_class): ... here.
10479
10480         * metadata.c (mono_metadata_lookup_generic_class): Change
10481         signature to take the components of a MonoGenericClass rather than
10482         an allocated MonoGenericClass.  Change semantics to be intern-like.
10483         * reflection.c (mono_class_bind_generic_parameters): Update to
10484         changes.  Make locking region tighter.
10485         * class.c (inflate_generic_class): Update to changes.
10486         (get_shared_generic_class): Likewise.
10487         * metadata-internals.h: Likewise.
10488
10489         * reflection.c (mono_class_bind_generic_parameters): Take and
10490         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
10491         (mono_reflection_bind_generic_parameters): Use
10492         'mono_class_bind_generic_parameters' rather than duplicate the code.
10493         * class.c (mono_bounded_array_class_get): Update to changes.
10494         * object-internals.h: Likewise.
10495
10496         * reflection.c (mono_class_bind_generic_parameters): Only support
10497         parameterizing generic type definitions.  Remove support for other
10498         open types.
10499
10500 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
10501
10502         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
10503
10504         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
10505         in the dynamic case.
10506
10507 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
10508
10509         * threads.c: When cleaning up thread, reset the Background bit.
10510         Fixes bug #81720.
10511
10512 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
10513
10514        * metadata.c: Move variable declarations to top of scope.
10515        * verify.c: Move variable declarations to top of scope.
10516
10517        Code is contributed under MIT/X11 license.
10518
10519 2007-06-08  Raja R Harinath  <rharinath@novell.com>
10520
10521         * reflection.c (mono_class_bind_generic_parameters): Replace
10522         open-coded loop with mono_metadata_inflate_generic_inst.
10523
10524         * class.c (get_shared_generic_class): Don't call
10525         mono_get_shared_generic_inst.  Use the container's own
10526         'class_inst'.
10527
10528         * metadata.c (mono_metadata_load_generic_params): Move
10529         initialization of 'context' field here from ...
10530         * class.c (mono_class_create_from_typedef): ... here, and ...
10531         * loader.c (mono_get_method_from_token): ... here.
10532
10533         * class.c (get_shared_generic_class): Rename from
10534         mono_get_shared_generic_class and make static.
10535         (mono_get_shared_generic_inst): Move to metadata.c.
10536         * loader.c (mono_get_shared_generic_method): Likewise.
10537         * class-internals.h, metadata-internals.h: Update to changes.
10538
10539         Fix #81830
10540         * class.c (mono_class_from_generic_parameter): Don't assume a
10541         generic container owner exists.  Generic containers from monodis
10542         don't have any.
10543
10544 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
10545
10546         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
10547         * verify.h: new typedefs to returns the non-verifiable status
10548         * verify.c: initial implementation of generics, stack merging and object compatibility check
10549
10550 2007-06-06  Mark Probst  <mark.probst@gmail.com>
10551
10552         * class.c, image.c, class-internals.h (MonoImage): class_cache is
10553         a MonoInternalHashTable again (fixed bug in internal hash table
10554         code).
10555
10556 2007-06-06  Mark Probst  <mark.probst@gmail.com>
10557
10558         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
10559         MonoInternalHashTable again (fixed bug in internal hash table
10560         code).
10561
10562 2007-06-06  Mark Probst  <mark.probst@gmail.com>
10563
10564         * class.c, image.c, class-internals.h, domain.c,
10565         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
10566         changes.  Have to figure out what makes them break the SWF
10567         regression.
10568
10569 2007-06-04  Mark Probst  <mark.probst@gmail.com>
10570
10571         * class.c, image.c, class-internals.h (MonoImage): class_cache is
10572         a MonoInternalHashTable now.
10573
10574 2007-06-04  Mark Probst  <mark.probst@gmail.com>
10575
10576         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
10577         MonoInternalHashTable now.
10578
10579 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
10580
10581         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
10582         invoke_impl code.
10583
10584         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
10585
10586         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
10587         dependent trampoline.
10588
10589         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10590
10591         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
10592
10593 2007-05-29  Robert Jordan  <robertj@gmx.net>
10594
10595         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
10596
10597 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
10598
10599         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
10600
10601 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
10602
10603        * marshal.c: Fix interface lookup loops for
10604        cominterop_get_com_slot_for_method and 
10605        cominterop_get_method_interface. Only need to lookup
10606        if type is a class, else use interface type method is on.
10607
10608        Code is contributed under MIT/X11 license.
10609
10610 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
10611
10612         * reflection.c: HasSecurity can be present even if no specially 
10613         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
10614         SecurityAttribute). Fix CAS regression tests on buildbot.
10615
10616 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
10617
10618        * appdomain.c: Add configure checks for header files.
10619        * image.c: Add configure checks for header files.
10620        * file-io.c: Add configure checks for header files.
10621        * debug-mono-symfile.c: Add configure checks for header files.
10622        * threadpool.c: Add configure checks for header files.
10623        * console-io.c: Add configure checks for header files.
10624        * profiler.c: Add configure checks for header files.
10625        * rawbuffer.c: Add configure checks for header files.
10626        * icall.c: Add configure checks for header files.
10627        * rand.c: Add configure checks for header files.
10628        * socket-io.c: Add configure checks for header files.
10629
10630        Code is contributed under MIT/X11 license.
10631
10632 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
10633
10634         * reflection.c (mono_custom_attrs_from_builders): Remove the 
10635         assertion as it breaks the build.
10636         
10637         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
10638
10639         * reflection.c (lookup_custom_attr): Make a copy here too.
10640
10641         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
10642         dynamic images.
10643
10644         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
10645         images.
10646
10647         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
10648         info.
10649
10650 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
10651
10652         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
10653         (load_cattr_value): Ditto.
10654
10655 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
10656
10657         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
10658
10659 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
10660
10661         * threads.c: In "start_wrapper", set apartment_state to MTA if
10662         apartment_state is Unknown and we're running on 2.0 profile or
10663         higher.
10664         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
10665         to main method, then set apartment_state to Unknown on 1.0 profile,
10666         and MTA on 2.0 profile.
10667
10668 2007-05-16  Jb Evain  <jb@nurv.fr>
10669
10670         * class-internals.h (MonoDefaults): Add an attribute_class and
10671           customattribute_data_class.
10672         * domain.c (mono_init_internal): Populate them.
10673         * reflection.c: Use them to remove duplicates. Make a vew
10674         MonoClass variables `static'.
10675
10676 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
10677
10678         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
10679         step in implementing IMT, so that all isinst checks now can go
10680         through the bitmap.
10681         This was needed because vtables for TransparentProxy need to look
10682         like the vtable of the "target" class, so they need to point to
10683         its interface bitmap directly.
10684
10685         * object.c: inside "mono_class_create_runtime_vtable" and
10686         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
10687
10688 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
10689
10690         * object-internals.h
10691           culture-info.h : added territory field in MonoCulture and
10692           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
10693         * locales.c : fill territory field above too.
10694         * culture-info-table.h : regenerated.
10695
10696 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
10697
10698         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
10699         Fixes #81599.
10700
10701 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
10702
10703         * object.c: Always initialize apartment, even if 
10704         there is no custom attributes on entry point.
10705         
10706         Code is contributed under MIT/X11 license.
10707
10708 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
10709
10710         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
10711         * metadata.c: If no encoding is set, check for unicode
10712         on class.
10713         
10714         Code is contributed under MIT/X11 license.
10715
10716 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
10717
10718         * threads.c: Handle if mono_thread_current returns NULL 
10719         
10720         Code is contributed under MIT/X11 license.
10721
10722 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
10723
10724         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
10725         in start_wrapper. Added mono_thread_init_apartment_state and
10726         mono_thread_cleanup_apartment_state.
10727         * object.c: Initialize thread apartment state on main thread
10728         by checking for STAThreadAttribute on entry point.
10729         * object-internals.h: Add apartment_state field to MonoThread.
10730         * threads-types.h: Add unmanaged definition of 
10731         System.Threading.ApartmentState, MonoThreadApartmentState.
10732         
10733         Code is contributed under MIT/X11 license.
10734         
10735 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
10736
10737         * class.c: Fix windows build.
10738         * class-internals.h: Fix windows build.
10739         
10740         Code is contributed under MIT/X11 license.
10741
10742 2007-05-08  Robert Jordan  <robertj@gmx.net>
10743
10744         * process.c (CreateProcess_internal):
10745         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
10746         .CreateNoWindow was specified. Fixes #81496.
10747
10748 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
10749
10750         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
10751         step in implementing IMT, replaced it with two compact arrays
10752         (interfaces_packed and interface_offsets_packed) and a bitmap that
10753         is used for isinst checks (interface_bitmap).
10754
10755         * class.c: (compare_interface_ids): compare function to pass to
10756         bsearch when looking for an interface with a given id.
10757         (mono_class_interface_offset): reimplemented using bsearch on
10758         interfaces_packed, getting the offset from interface_offsets_packed.
10759         (print_implemented_interfaces): utility debugging function.
10760         (setup_interface_offsets): reworked to initialize interfaces_packed,
10761         interface_offsets_packed and interface_bitmap.
10762
10763         * object.c: replaced all accesses to "MonoClass.interface_offsets"
10764         with uses of interfaces_packed and interface_offsets_packed.
10765
10766 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
10767
10768         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
10769         mono_class_interface_offset prototype to wrap all accesses to
10770         "MonoClass.interface_offsets".
10771
10772         * class.c: Implemented mono_class_interface_offset, and wrapped all
10773         accesses to "MonoClass.interface_offsets".
10774
10775         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
10776         "MonoClass.interface_offsets".
10777
10778 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
10779
10780         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
10781         GetMethodFromHandle overloads (bug #78637).
10782
10783 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
10784
10785         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
10786         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
10787
10788 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
10789
10790         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
10791         #81498.
10792
10793         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
10794         gracefully.
10795         (mono_custom_attrs_from_index): Ditto.
10796
10797         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
10798         Fixes #81501.
10799
10800 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
10801
10802         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
10803         is now allocated from a mempool.
10804
10805 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
10806
10807         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
10808         caller holds threads_lock, leading to deadlocks. Fixes #81476.
10809
10810 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
10811
10812         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
10813         mono_loader_clear_error () too late. Fixes #81463.
10814
10815 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
10816
10817         * culture-info-table.h : regenerated.
10818
10819 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
10820
10821         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
10822         is missing.
10823
10824 2007-04-25  Dick Porter  <dick@ximian.com>
10825
10826         * Makefile.am: Put the mingw enforced-optimisation back into the
10827         PLATFORM_WIN32 section.
10828
10829 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
10830
10831         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
10832         patch.
10833
10834         * image.c (mono_image_load_module): New API function to load a module reference.
10835
10836         * image.c (load_modules): Load modules lazily. Fixes #80812.
10837
10838         * class.c (mono_class_from_typeref): Use mono_image_load_module.
10839         
10840         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
10841
10842         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
10843         to mono_image_load_module_dynamic.
10844
10845 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
10846
10847         * marshal.c: Fix calling convention for CCW on non-windows
10848         platforms. STDCALL on windows, CDECL everywhere else to work 
10849         with XPCOM and MainWin COM.
10850         
10851         Code is contributed under MIT/X11 license.
10852
10853 2007-04-23  Martin Baulig  <martin@ximian.com>
10854
10855         Fix #80969.
10856
10857         * loader.c
10858         (method_from_memberref): Added `gboolean *used_context' argument.
10859         (mono_get_method_from_token): Likewise.
10860         (mono_get_method_full): Don't insert the method in the cache when
10861         `used_context' is true.
10862
10863 2007-04-23  Raja R Harinath  <rharinath@novell.com>
10864
10865         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
10866
10867         * reflection.c (mono_reflection_bind_generic_parameters): Don't
10868         create new MonoTypes for returned types.
10869         * class.c (mono_generic_class_get_class): Export mono-internal.
10870         * class-internals.h: Update to changes.
10871
10872 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
10873
10874         * threadpool.c, threadpool.h, icall-def.h: patch from
10875         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
10876
10877 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
10878
10879         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
10880         
10881         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
10882
10883         * threads.c (mono_thread_get_stack_bounds): New helper function.
10884
10885         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
10886         Correctly compute stack bounds when attaching. Fixes #81394.
10887
10888 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
10889
10890         * reflection.c: fix handling of doubles in custom attributes
10891         for the arm-fpa format (bug #81368).
10892
10893 2007-04-18  Raja R Harinath  <rharinath@novell.com>
10894
10895         * reflection.c (assembly_add_win32_resources): Mildly relax an
10896         bounds check to let the end pointer point just past the end of the
10897         allocated buffer.  (may fix #81384)
10898
10899 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
10900
10901         * culture-info-table.h : regenerated.
10902
10903 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
10904
10905         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
10906         the thread is aborted early.
10907
10908 2007-04-05  Dick Porter  <dick@ximian.com>
10909
10910         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
10911         FindFirstFile()/FindNextFile() to find entries.  This lets the
10912         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
10913         81038.
10914
10915         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
10916         the parameters of
10917         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
10918
10919 2007-04-04  Martin Baulig  <martin@ximian.com>
10920
10921         * debug-helpers.c
10922         (mono_method_desc_full_match): Add support for nested classes.
10923
10924 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
10925
10926         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
10927
10928 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
10929
10930         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
10931         waiting for too many threads.
10932
10933 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
10934
10935         * environment.c: Fix return value check on uname so we can get the 
10936         executing version on Solaris operating systems.
10937
10938 2007-03-28  Jb Evain  <jbevain@gmail.com>
10939
10940         * class.c (mono_type_get_name_recurse): Complete the
10941         fix for the creation of assembly qualified names for
10942         pointer types. Fixes #81208.
10943
10944 2007-03-27  Dick Porter  <dick@ximian.com>
10945
10946         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
10947         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
10948         changed.
10949
10950         * threads.c
10951         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
10952         the value of ReleaseMutex().
10953
10954 2007-03-27  Dick Porter  <dick@ximian.com>
10955
10956         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
10957         in little-endian order, not network endian, so must be converted
10958         to host endian here.  Fixes bug 80593.
10959
10960 2007-03-22  Jb Evain  <jbevain@gmail.com>
10961
10962         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
10963         qualified names for pointer types. Fixes #81208.
10964
10965 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
10966
10967         * marshal.c: Add support for PreserveSigAttribute. 
10968         
10969         Code is contributed under MIT/X11 license.
10970
10971 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
10972
10973         * process.c: Fix endianness issues. Fixes #81126.
10974
10975         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
10976         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
10977
10978         * image.c (mono_image_lookup_resource): Make this work on big-endian
10979         machines.Change API contract so the caller needs to free the return value.
10980         
10981         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
10982         API change.
10983         
10984 2007-03-14  Martin Baulig  <martin@ximian.com>
10985
10986         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
10987         mono_type_get_desc() as well.
10988
10989 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
10990
10991         * icall.c:  Fix environ access in VS.  
10992         
10993 2007-03-13  Alp Toker  <alp@atoker.com>
10994
10995         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
10996         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
10997         #63841.
10998
10999 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
11000
11001         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
11002         circular references among dynamic methods. Fixes #81091.
11003
11004         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
11005
11006 2007-03-09  Martin Baulig  <martin@ximian.com>
11007
11008         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
11009
11010 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
11011
11012         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
11013         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
11014         
11015         Code is contributed under MIT/X11 license.
11016         
11017 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
11018
11019         * loader.c: Reapply patch for bug #79424.
11020
11021 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
11022
11023         * metadata.c (mono_type_to_unmanaged): Only convert object to
11024         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
11025
11026 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
11027
11028         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
11029         (and incorrectly set) is_reference field from MonoGenericInst.
11030
11031 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
11032
11033         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
11034         a little earlier.
11035
11036         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
11037
11038         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
11039
11040 2007-03-05  Miguel de Icaza  <miguel@novell.com>
11041
11042         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
11043         FileOptions.1 value to mean "temporary", map that to
11044         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
11045
11046         Fixes 80688
11047
11048 2007-03-03  Marek Habersack  <mhabersack@novell.com>
11049
11050         * appdomain.c: implement MS .Net style shadow copying. Copies of
11051         the assemblies are made in a subdirectory of the dynamic base
11052         directory, the assembly names are preserved.
11053         Copy .mdb and .config files along with the assemblies being shadowed.
11054
11055 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
11056
11057         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
11058         (emit_marshal_handleref): Ditto.
11059
11060         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
11061         on Visual C++. Fixes #80671.
11062
11063 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
11064
11065         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
11066         for clone operations.
11067
11068 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
11069
11070         * marshal.c: Fix warnings.
11071
11072 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
11073
11074         * loader.c: allow case-insensitive matching of the dll name
11075         in dllmap handling when prefixed with "i:".
11076
11077 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
11078
11079         * threads.c: Fix #ifdef for dummy_apc function for VS.
11080
11081 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
11082
11083         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
11084
11085 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
11086         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
11087         giving precedence to the methods with a fully qualified name
11088         (InterfaceName.MethodName) when building the interface sections
11089         of the vtable.
11090
11091 2007-02-16  Dick Porter  <dick@ximian.com>
11092
11093         * threadpool.c (append_job): Fix fast-path array handling, so it's
11094         less likely the array will grow exponentially when the load is
11095         heavy.
11096
11097 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
11098
11099         * metadata-internals.h, loader.c: fix dllmap lookup order
11100         for non-function maps, too, and prepare for fallback code.
11101
11102 2007-02-12  Robert Jordan  <robertj@gmx.net>
11103
11104         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
11105         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
11106         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
11107         GlobalFree. Fixes a part of bug #77075.
11108
11109 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
11110
11111         * loader.c: implemented typedef parent in field memberref.
11112
11113 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
11114
11115         * marshal.c: Fix warnings and remember to call Release on
11116         IUnknown of RCW.
11117         
11118         Code is contributed under MIT/X11 license.
11119
11120 2007-02-10  Miguel de Icaza  <miguel@novell.com>
11121
11122         * class-internals.h: Add MonoHandleRef definition, and
11123         handleref_class to mono_defaults. 
11124
11125         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
11126         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
11127
11128         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
11129         (do nothing on this stage)
11130         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
11131         (emit_marshal_handleref): New method, used for argument handling
11132         of HandleRefs. 
11133
11134 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
11135
11136         * class.c (mono_class_setup_parent): Lazily init com types.
11137         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
11138         init com types.
11139         * object.c (mono_remote_class_vtable): Lazily init com types.
11140         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
11141         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
11142         * domain-internals.h: Expose mono_init_com_types.
11143         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
11144         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
11145         Add support for COM Callable Wrapper marshalling.
11146         * marshal.h: Add icall definitions.
11147         * gc.c: Handle freeing of CCWs in finalizer code.
11148         
11149         Code is contributed under MIT/X11 license.
11150
11151 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
11152
11153         * reflection.c: changed all the signature encoding code to use
11154         a variable-sized buffer.
11155
11156 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11157
11158         * marshal.c: locking fixes: never take the loader lock
11159         or other runtime locks when holding the marshal lock
11160         (fixes bug#80664).
11161
11162 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
11163
11164         * marshal.c: make the delegate function pointer mapping
11165         work for the moving GC.
11166
11167 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
11168
11169         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
11170         for bug #80618.
11171
11172 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11173
11174         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
11175         gmodule.
11176
11177 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
11178
11179         * threadpool.c: made the code moving-GC safe.
11180
11181 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
11182
11183         * assembly.c, boehm-gc.c, class-internals.h, class.c,
11184         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
11185         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
11186         warning cleanup.
11187         * reflection.c: warning cleanup, some threading and moving GC fixes.
11188
11189 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
11190
11191         * class.c, loader.c: create the needed Set/Get/Address array methods
11192         as well as the .ctors in mono_class_init (), fixes bug #80567.
11193
11194 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
11195
11196         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
11197         we doesn't decrease its alignment. Should fix the sparc build.
11198
11199 2007-01-24  Dick Porter  <dick@ximian.com>
11200
11201         * socket-io.c
11202         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
11203         Create the returned object if we need to ignore an unsupported
11204         socket option.  Fixes a segfault reported by Atsushi.
11205
11206 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
11207
11208         * class.c, object.c: restrict GC-tracked fields to
11209         UIntPtr fields used inside corlib, so we provide better
11210         type info to the GC and also allow broken packing as in
11211         bug #80580.
11212
11213 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
11214
11215         * sgen-gc.c: removed duplicated function.
11216
11217 2007-01-19  Miguel de Icaza  <miguel@novell.com>
11218
11219         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
11220         value that means that the value is not supported, but that we
11221         should not return a failure, but instead report this as a
11222         successful operation.
11223
11224 2007-01-19  Raja R Harinath  <rharinath@novell.com>
11225
11226         Fix tests/bug79956.2.il
11227         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
11228         (mono_generic_class_get_class): If the generic definition in an
11229         enum, copy over other fields related to it.
11230
11231 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
11232
11233         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
11234         genericinst enums (bug #79215).
11235
11236 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
11237         * class.c: Fix bug 80307.
11238
11239 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
11240
11241         * image.c: if the file table is not present, try to load
11242         all the modules, since we don't have info about them
11243         having or not metadata (bug #80517).
11244         * assembly.c: allow mono_assembly_load_references () to
11245         work for netmodules.
11246
11247 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
11248
11249         * image.c, metadata-internals.h, object.c: execute module
11250         cctors when running on the 2 runtime if present (bug #80487).
11251
11252 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
11253
11254         * icall.c: optimized InitializeArray() on bigendian.
11255
11256 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
11257
11258         * icall.c: fix for the broken ARM FPA double format.
11259
11260 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
11261
11262         * icall.c: handle endian issues for r4 and r8 types, too, in
11263         the InitializeArray() icall.
11264
11265 2007-01-15  Miguel de Icaza  <miguel@novell.com>
11266
11267         * loader.c (mono_loader_error_prepare_exception): Clear the error
11268         once we have extracted the information from it, do this before we
11269         call into the JIT's class loading mechanisms.
11270
11271         * object.c (mono_class_create_runtime_vtable): Do not clear the
11272         loader error before calling mono_class_get_exception_for_failure
11273         as the loader error is needed inside
11274         mono_class_get_exception_for_failure to throw the error (thinko).
11275
11276         Fixes #80521
11277         
11278 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
11279
11280         * reflection.c: align fields rva data so it's faster to load at
11281         runtime.
11282
11283 2007-01-12  Raja R Harinath  <rharinath@novell.com>
11284
11285         Prepare to simplify GenericMethod handling.
11286         * class-internals.h (mono_method_get_context): New accessor function.
11287         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
11288         rather than directly accessing '->context' field.
11289
11290         * class-internals.h (_MonoGenericParam.method): Move ...
11291         (_MonoGenericContainer): ... here.  Add into union with klass field.
11292         * class.c, icall.c, loader.c, metadata.c, reflection.c:
11293         Update to changes.
11294
11295 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
11296
11297         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
11298         the wrapper type enum and reduce relocations.
11299
11300 2007-01-12  Raja R Harinath  <rharinath@novell.com>
11301
11302         * reflection.c (inflate_mono_method): Reuse method instantiation
11303         from the generic method, if available.
11304
11305 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
11306
11307         * marshal.c (emit_marshal_variant): Fix conv_arg
11308         type in last commit, based on whether parameter is byref.
11309         
11310 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
11311
11312         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
11313         marshalling.
11314         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
11315         MONO_TYPE_OBJECT back for VARIANT support.
11316
11317 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
11318
11319         * marshal.c, marshal.h, icall-def.h: Implement 
11320         Marshal.ReAllocCoTaskMem.
11321
11322 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
11323
11324         * marshal.c: memory retention fixes: use the proper
11325         image cache for runtime_invoke method lookups.
11326
11327 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
11328
11329         * mempool.c: added code to help debug mempool allocations.
11330
11331 2007-01-11  Dick Porter  <dick@ximian.com>
11332
11333         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
11334         support (experimenting with faking it with IP_MTU_DISCOVER for
11335         systems that don't have IP_DONTFRAGMENT.)
11336         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
11337         icall.
11338
11339         * icall-def.h: new System.Net.Sockets.Disconnect icall.
11340
11341         * socket-io.h: Add new fields to MonoSocketAsyncResult
11342         corresponding to the new ones in Socket.cs.
11343
11344 2007-01-11  Raja R Harinath  <rharinath@novell.com>
11345
11346         Fix IronPython regression mentioned in #80249
11347         * metadata.c (do_mono_metadata_parse_generic_class): Clear
11348         'cached_context' field, since it may have been initialized as a
11349         side-effect of metadata parsing.
11350
11351         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
11352         (_MonoGenericClass.cached_class): Move here and rename from lone
11353         remaining field of ...
11354         (_MonoInflatedGenericClass): ... this.  Remove.
11355         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
11356         to changes.
11357
11358         Fix mcs/tests/test-128.cs regression.
11359         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
11360         2007-01-10 change below.
11361         [MONO_TYPE_OBJECT]: Recurse into array case.
11362
11363 2007-01-11  Raja R Harinath  <harinath@gmail.com>
11364
11365         * class-internals.h (mono_get_inflated_generic_class): Remove.
11366         * class.c (mono_get_inflated_generic_class): Remove.
11367         (mono_generic_class_get_class): Rename from
11368         mono_class_create_generic.
11369         (mono_class_from_mono_type) [GENERICINST]: Use it.
11370         * reflection.c, metadata.c: Update to changes.  Use
11371         'mono_class_from_mono_type'.
11372
11373 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
11374
11375         * reflection.c: use passed type when encoding an array element
11376         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
11377
11378 2007-01-09  Robert Jordan  <robertj@gmx.net>
11379
11380         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
11381         result arguments (someDelegate.EndInvoke (unrelatedAres)).
11382         Fixes bug #80392.
11383
11384 2007-01-09  Raja R Harinath  <rharinath@novell.com>
11385
11386         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
11387
11388         * object.c (set_value): Avoid aliasing between type->data.klass
11389         and type->data.generic_class.
11390
11391         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
11392
11393 2007-01-08  Raja R Harinath  <rharinath@novell.com>
11394
11395         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
11396         between type->data.klass and type->data.generic_class.
11397
11398 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
11399
11400         * marshal.c: In MS.NET, StringBuilder objects are not copied by
11401         value in out parameters.
11402
11403 2007-01-08  Raja R Harinath  <rharinath@novell.com>
11404
11405         Simplify invariant for MonoGenericClass::klass field.
11406         * class.c (mono_class_create_generic): Verify 'klass' is null.
11407         * metadata.c (do_mono_metadata_parse_generic_class): Don't
11408         initialize 'klass' field.
11409
11410 2007-01-05  Raja R Harinath  <rharinath@novell.com>
11411
11412         Ongoing work to avoid redundant data and simplify invariants.
11413         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
11414         'generic_class', and change type to a GenericInst.
11415         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
11416         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
11417
11418 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
11419
11420         * class.c : skip io-layer under PLATFORM_WIN32.
11421
11422 2007-01-03  Tor Lillqvist  <tml@novell.com>
11423
11424         Fix #80305: In a bundled executable, look in the bundled exe
11425         assembly to determine the runtime version. Add the possibility to
11426         bundle also the machine.config file.
11427         
11428         * assembly.c (mono_assembly_open_from_bundle): Make
11429         non-static. Allow being called even if we have no bundled
11430         assemblies, and return NULL right away in that case.
11431
11432         * domain-internals.h: Declare mono_assembly_open_from_bundle()
11433         here.
11434
11435         * domain.c (app_config_parse): Take an assembly exe file name as
11436         parameter instead of a config file name. Check for a bundled
11437         config file for that assembly by calling
11438         mono_config_string_for_assembly_file() (see below) before looking
11439         for one in the file system.
11440         (get_runtimes_from_exe): Corrsponding change to call of
11441         app_config_parse().
11442         (get_runtimes_from_exe): Check for bundled assembly exe file first
11443         by calling mono_assembly_open_from_bundle(). If no bundled
11444         assembly exe file is found, call mono_image_open() as before to
11445         look it up in the file system.
11446
11447         * mono-config.c: Add variable bundled_machinec_onfig.
11448         (mono_config_string_for_assembly_file): New function.
11449         (mono_config_for_assembly): Move code snippet that looks for a
11450         bundled assembly .config file into the above new function. Call
11451         it.
11452         (mono_register_machine_config, mono_get_machine_config): New
11453         functions to set and retrieve
11454
11455         * assembly.h: Declare mono_register_machine_config().
11456
11457         * mono-config.h: Declare mono_get_machine_config() and
11458         mono_config_string_for_assembly_file().
11459
11460         * icall.c: No declaration of environ necessary on Win32. It is
11461         declared (as a macro expanding to a function call) in stdlib.h.
11462         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
11463         New internal mono function. Returns the value of
11464         mono_get_machine_config() as a Mono string.
11465
11466         * icall-def.h: Add get_bundled_machine_config().
11467
11468 2007-01-04  Raja R Harinath  <rharinath@novell.com>
11469
11470         Remove redundant field
11471         * class-internals.h (_MonoGenericContext.container): Remove field.
11472         * loader.c (mono_method_get_signature_full): Don't parse a
11473         "container" for a signature parse when the signature is inflated
11474         immediately.
11475         (method_from_methodspec): Likewise, for a generic_inst.
11476         * class.c, metadata.c, reflection.c: Update to changes.
11477
11478 2006-01-04  Raja R Harinath  <rharinath@novell.com>
11479
11480         * class-internals.h (_MonoGenericClass): Rename 'context' field to
11481         'cached_context', and change semantics -- it starts off NULL, and
11482         is initialized on demand.
11483         * class.c (mono_generic_class_get_context): New accessor to
11484         replace 'context' field accesses.
11485         (mono_class_get_context): New helper.
11486         (*): Update to changes.
11487         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
11488
11489 2007-01-03  Miguel de Icaza  <miguel@novell.com>
11490
11491         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
11492         before the memcpy.   Fixes Marshal2 regression.
11493
11494 2007-01-02  Jb Evain  <jbevain@gmail.com>
11495
11496         * blob.h: add a MONO_TYPE_ENUM definition
11497         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
11498         fix the encoding of arrays of enums in custom attributes.
11499
11500         Fixes #79666.
11501
11502 2007-01-01  Miguel de Icaza  <miguel@novell.com>
11503
11504         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
11505         string is null terminated, but only cut the string short if it
11506         overflows the buffer.   
11507         
11508         (mono_string_to_byvalstr): Also fix this routine.   The code here
11509         was not properly terminating a string (it was only terminated
11510         because of the previous catch-all memset). 
11511
11512         I left the memset, because I do not know if applications expect
11513         the runtime to clear this region. 
11514
11515         Fixes #79944.
11516
11517         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
11518         Clear the error before returning to unmanaged code to prevent the
11519         runtime from being confused later on (fixes  80420).
11520         (ves_icall_type_from_name): Always call mono_loader_clear_error
11521         after parsing a type that could have failed.
11522         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
11523
11524         * loader.c (mono_loader_clear_error): Fix indentation.
11525
11526 2006-12-28  Martin Baulig  <martin@ximian.com>
11527
11528         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
11529
11530 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
11531
11532         * reflection.c: patch from Rolf Bjarne Kvinge to fix
11533         getting a token for an EnumBuilder.
11534
11535 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
11536
11537         * reflection.c: be more careful in case resource generation
11538         fails to create the data array.
11539
11540 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
11541
11542         * sgen-gc.c: write barrier for clone and fix unregister handles.
11543
11544 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
11545
11546         * reflection.c: some fixes needed in the generics code for the moving GC.
11547
11548 2006-12-22  Robert Jordan  <robertj@gmx.net>
11549
11550         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
11551         account. Fixes bug #80299.
11552
11553 2006-12-21  Raja R Harinath  <rharinath@novell.com>
11554
11555         Fix WaitHandle usage in delegates.
11556         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
11557         * object.c (mono_wait_handle_new): Use the property set method to
11558         initialize the handle.
11559         (mono_wait_handle_get_handle): New.
11560         * threadpool.c (mono_async_invoke): Use it.
11561         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
11562         Likewise.
11563         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
11564
11565 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
11566
11567         * marshal.c (emit_marshal): Call emit_marshal_variant and
11568         emit_marshal_com_interface when applicable.
11569         (emit_marshal_variant, emit_marshal_com_interface): Add
11570         methods for this case and remove if's from emit_marshal_object.
11571         
11572 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
11573
11574         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
11575
11576 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
11577
11578         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
11579         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
11580         and GlobalFree on Windows. Remove FIXME.
11581
11582 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
11583
11584         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
11585         implementation for managed objects.
11586
11587 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
11588
11589         * object.c: implemented code to be used for checking
11590         that no reference field overlaps with non-references.
11591
11592 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
11593
11594         * threadpool.c: fix queue code to be compatible with the
11595         moving GC.
11596
11597 2006-12-18  Miguel de Icaza  <miguel@novell.com>
11598
11599         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
11600         in structures by throwing ArgumentNullException.
11601
11602         (emit_marshal_safehandle): Also when they are null parameters.
11603
11604         (emit_marshal_safehandle): Add support for ref
11605         SafeHandles parameters
11606
11607 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
11608
11609         * profiler.c: updated to use the mono-dl API instead of
11610         gmodule.
11611
11612 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
11613
11614         * profiler.c: updated to use the mono-dl dynamic loading
11615         API instead of gmodule.
11616
11617 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
11618
11619         * profiler.c: use readlink, older versions of glib don't have
11620         g_file_read_link ().
11621
11622 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
11623
11624         * profiler.c: try to detect the path to mono if libc fails to provide
11625         a useful name (bug #80286).
11626
11627 2006-12-16  Raja R Harinath  <rharinath@novell.com>
11628
11629         Fix #80242
11630         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
11631         instance, use the generic type definition instead.
11632         (ves_icall_Type_GetNestedTypes): Likewise.
11633         * class.c (mono_class_create_generic): Always set the
11634         nested_classes of a generic instance to NULL, even if the generic
11635         type definition has nested types.
11636
11637 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
11638
11639         * marshal.c (mono_string_from_bstr): Revert previous Windows change
11640         and fix on Linux.
11641         
11642 2006-12-15  Miguel de Icaza  <miguel@novell.com>
11643
11644         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
11645         my arguments were in the wrong order.   I also fixed the Windows
11646         version which seems to have had the same issue.
11647
11648         (mono_free_bstr): On Unix, this is g_free.
11649         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
11650         conversions (for the tests in corlib to pass).
11651
11652 2006-12-14  Miguel de Icaza  <miguel@novell.com>
11653
11654         * marshal.c (emit_ptr_to_object_conv): For now, ignore
11655         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
11656         exception if a ref SafeHandle in a struct has changed).
11657         
11658         (emit_struct_conv): Do not perform layout checks for classes
11659         derived from SafeHandle, as those are specially handled. 
11660
11661         (emit_object_to_ptr_conv): Add support for
11662         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
11663
11664         (emit_marshal_safehandle): Implement conversion of return values
11665         of safehandles (MARSHAL_ACTION_CONV_RESULT).
11666         
11667         * threads.c: WaitHandle now is compiled with two different handles
11668         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
11669         for 2.0.
11670         
11671         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
11672         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
11673         these routines to cope with both kinds of fields.
11674
11675 2006-12-12  Miguel de Icaza  <miguel@novell.com>
11676
11677         * metadata.c (mono_type_to_unmanaged): Handle the case where
11678         type->data.klass is a SafeHandle, and in that case, return the
11679         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
11680         MONO_MARSHAL_CONV_SAFEHANDLE. 
11681
11682 2006-12-11  Miguel de Icaza  <miguel@novell.com>
11683
11684         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
11685         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
11686         calling emit_marshal_object.
11687
11688         (emit_marshal_safehandle): Implement marshalling of
11689         SafeHandle parameters (no ref support yet).
11690
11691         (MarshalAction): Document the defines as I implement
11692         them for SafeHandle.
11693
11694         (emit_marshal_object): indentation police.
11695
11696         * class-internals.h: Define MonoSafeHandle.
11697         Add safehandle_class to MonoDefaults type.
11698
11699         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
11700         list of classes to check for fields. 
11701
11702         * domain.c (mono_init_internal): Add SafeHandle to the list of
11703         mono_defaults loaded.
11704
11705 2006-12-15  Raja R Harinath  <rharinath@novell.com>
11706
11707         Fix #80253
11708         * reflection.c (mono_reflection_bind_generic_parameters): If the
11709         generic type definition is a type builder, ensure that it is fully
11710         initialized before instantiating it.  Kill some dead code.
11711
11712 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
11713
11714         * object.c: clear the loader_error () before loading
11715         more metadata stuff (bug #80258).
11716
11717 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
11718
11719         * icall.c, icall-defs.h: type modifiers icalls for
11720         parameters and properties.
11721
11722 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
11723
11724         * object.c, icall.c: fixed warnings.
11725
11726 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
11727
11728         * marshal.c: fixed a couple of leaks and coding style in a few places.
11729
11730 2006-12-08  Dick Porter  <dick@ximian.com>
11731
11732         * process.c: Cope with NULL ProcessStartInfo arguments on windows
11733         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
11734         80173.
11735
11736 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
11737
11738         * process.c: ProcessStartInfo may have only filename set and
11739         arguments can be NULL.
11740
11741 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
11742
11743         * icall.c: fix leak found by Robert Jordan.
11744
11745 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
11746
11747         * marshal.c, marshal.h: generate managed method to access an element
11748         of a multi-dimensional array.
11749
11750 2006-11-30  Paolo Molaro (lupus@ximian.com)
11751
11752         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
11753
11754 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
11755
11756         * icall.c: back out GetFields () fix until the serialization code is
11757         fixed to not depend on the incorrect behaviour.
11758
11759 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
11760
11761         * profiler.c: provide defaults if none are set.
11762
11763 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
11764
11765         * Makefile.am, attrdefs.h: new public header file with
11766         constants for attributes for use by embedders.
11767
11768 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
11769
11770         * icall.c: GetFields () fix for bug #80064.
11771
11772 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
11773
11774         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
11775         removed long unused icalls.
11776
11777 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
11778   
11779         * marshal.c: 
11780                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
11781                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
11782                 can be generated without a delegate class.
11783                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
11784         
11785         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
11786
11787 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11788
11789         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
11790         #80069.
11791
11792 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
11793
11794         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
11795         icall-def.h: added icalls needed by System.GC.
11796
11797 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
11798
11799         * loader.c: ensure the class in catch clauses is handled
11800         correctly for generics methods (fixes bug#79980).
11801
11802 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
11803
11804         * monitor.h, monitor.c: added mono_locks_dump () function
11805         to help debug deadlocks involving managed locks.
11806
11807 2006-11-13  Dick Porter  <dick@ximian.com>
11808
11809         * file-io.c (get_file_attributes): If the file is a symlink try
11810         and get the stat data for the target, but also add the
11811         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
11812         the specs for the windows symlink support, but will probably have
11813         to be reworked when I have test data from a vista machine.  Fixes
11814         bug 79887.
11815
11816 2006-11-13  Dick Porter  <dick@ximian.com>
11817
11818         * gc.c (mono_domain_finalize): 
11819         * marshal.c (mono_delegate_begin_invoke): 
11820         * threadpool.c (socket_io_init, mono_thread_pool_init)
11821         (mono_thread_pool_finish): 
11822         * monitor.c (mono_monitor_try_enter_internal): 
11823         * threads.c (mono_thread_resume, mono_thread_init)
11824         (mono_thread_suspend_all_other_threads)
11825         (mono_thread_execute_interruption): 
11826         * appdomain.c (mono_domain_unload): Check for NULL error returns
11827         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
11828         75733.
11829
11830 2006-11-11  Miguel de Icaza  <miguel@novell.com>
11831
11832         * process.c
11833         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
11834         Only close the handle if the value of the handle is not
11835         INVALID_HANDLE_VALUE.  This just makes the process a bit more
11836         robust.
11837
11838         Improvement for #75733, so that we do not run into this problem. 
11839
11840         
11841         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
11842         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
11843         internal variables.  Fixes #79462 
11844         
11845
11846 2006-11-09  Dick Porter  <dick@ximian.com>
11847
11848         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
11849         Use poll() not select().  Fixes bug 79397.
11850
11851 2006-11-09  Raja R Harinath  <rharinath@novell.com>
11852
11853         Fix #79872
11854         * assembly.c (mono_assembly_load_from_full): Check that the given
11855         image has an assembly manifest.
11856
11857 2006-11-09  Ankit Jain  <jankit@novell.com>
11858
11859         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
11860         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
11861         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
11862
11863 2006-11-07  Dick Porter  <dick@ximian.com>
11864
11865         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
11866         Put the old resolver behaviour back for pre-2.0 profiles.
11867
11868 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
11869
11870         * threadpool.c: precise GC and locking fixes.
11871
11872 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
11873
11874         * class.c: don't load types that have an explicit unaligned
11875         managed reference. Provide better info in the TypeLoad exception.
11876         Part of the fix for bug #79744.
11877         * object.c: use the correct check for class type load issues.
11878
11879 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
11880
11881         * class.c: enforce alignment of fields with managed references
11882         even when Pack=1 is forced by the user (bug #77788).
11883
11884 2006-11-03  Dick Porter  <dick@ximian.com>
11885
11886         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
11887         If the address reverse lookup fails, return it as the hostname
11888         anyway.  Fixes bug 79721.
11889
11890 2006-11-03  Dick Porter  <dick@ximian.com>
11891
11892         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
11893         Fix build on Windows.
11894
11895 2006-11-02  Dick Porter  <dick@ximian.com>
11896
11897         * icall-def.h: 
11898         * object-internals.h: 
11899         * exception.c (mono_get_exception_thread_interrupted): 
11900         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
11901         Fixes bug 74525.
11902
11903         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
11904         Check for pending Thread.Interrupt.
11905
11906 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
11907         * loader.c: Fixed bug 79684.
11908
11909 2006-10-27  Dick Porter  <dick@ximian.com>
11910
11911         * file-io.c (get_file_attributes): Force symlinks to directories
11912         to be returned as a regular file.  Fixes bug 79733.
11913 2006-10-26  Dick Porter  <dick@ximian.com>
11914
11915         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
11916         CreateFile to open a directory then we need to set the
11917         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
11918
11919 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
11920
11921         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
11922         friends.
11923
11924 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
11925
11926         * sgengc.c: small cleanup of timer code.
11927
11928 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
11929
11930         * sgen-gc.c: fix some warnings and start adding support for
11931         complete object removal on domain unload.
11932
11933 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
11934
11935         * assembly.c: build_assembly_name should not consider a version
11936         number without build or revision number invalid. Fixes bug #79715.
11937
11938 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
11939
11940         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
11941         call kernel32 function OutputDebugString directly.
11942         
11943         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
11944         
11945 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
11946
11947         * reflection.c: small cleanup, using a function to insert a MonoString
11948         in the string heap.
11949
11950 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
11951
11952         * reflection.c: moving GC fixes.
11953
11954 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
11955
11956         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
11957         all the objects with finalizers belonging to an unloading appdomain.
11958
11959 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
11960
11961         * sgen-gc.c: added ability to allocate even when the nursery is fully
11962         pinned and fixed a couple of bugs.
11963
11964 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
11965
11966         * threads.h: Revert the last change for now.
11967
11968         * threads.h (mono_thread_get_pending_exception): Rename this to
11969         mono_thread_get_undeniable_exception ().
11970
11971 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
11972
11973         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
11974         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
11975         when fname does not refer to valid assembly. This result in a more
11976         meaningful error message.
11977         * exception.c: added mono_get_exception_bad_image_format2 which 
11978         constructs a BadImageFormatException using the ctor taking a custom
11979         message and the file name. Passing in a NULL msg results in a default
11980         message.
11981         * exception.h: define mono_get_exception_bad_image_format2 function.
11982         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
11983         when file name pointed to an invalid IL image. Use 
11984         mono_get_exception_file_not_found2 to construct FileNotFoundException,
11985         as this results in a more meaningful error message.
11986
11987 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
11988
11989         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
11990         #79465.
11991
11992 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
11993
11994         * metadata.c (mono_type_size): Change the align parameter to guint32 for
11995         consistency with the other _size functions.
11996         (mono_type_stack_size): Ditto.
11997
11998         * class.c object.c icall.c: Fix warnings caused by the above change.
11999
12000         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
12001
12002         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
12003
12004         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
12005
12006 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
12007
12008         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
12009         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
12010         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
12011         threadpool.h, threads-types.h: mark more internal functions.
12012
12013 2006-10-11  Dick Porter  <dick@ximian.com>
12014
12015         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
12016         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
12017         reproduce the bug even before applying the fix.)
12018
12019 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
12020
12021         * reflection.c: allow retrieving attributes for arguments in generic
12022         methods (bug #79241).
12023
12024 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
12025
12026         * debug-mono-symfile.c: properly check fopen () result (found by
12027         coverity).
12028
12029 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
12030
12031         * reflection.c: make error message clearer and fixed two
12032         issuelets found by Coverity.
12033
12034 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
12035
12036         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
12037
12038 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
12039
12040         * object-internals.h, gc-internal.h, profiler-private.h:
12041         mark internal functions.
12042
12043 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
12044
12045         * reflection.c: put data in the text section.
12046         * icall.c: recognize more types in type_from_typename ().
12047         * process.c, marshal.c: added some GC FIXMEs.
12048
12049 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
12050
12051         * loader.c: check for NULL before initializing.
12052
12053 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
12054
12055         * gc.c (finalizer_thread): Use a non-alertable wait here.
12056
12057         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
12058         until the correct solution is found.
12059
12060 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
12061
12062         * reflection.c (mono_module_get_object): Avoid an assert when operating on
12063         modules with no metadata. Fixes #79596.
12064
12065         * image.c (load_metadata_ptrs): Put back the error message when
12066         the #- heap is encountered since the support is not complete yet.
12067
12068 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
12069
12070         * gc.c: do not allow the user to SuppressFinalize () a
12071         delegate because it would leak the trampoline if present.
12072
12073 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
12074
12075         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
12076         PropertyPtr table.
12077
12078 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
12079
12080         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
12081
12082         * metadata.c (mono_metadata_get_param_attrs): Ditto.
12083
12084         * row-indexes.h: Add definitions for *Ptr tables.
12085
12086         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
12087
12088         * metadata.c (mono_metadata_translate_token_index): New helper function to
12089         translate table indexes used in uncompressed metadata.
12090         (mono_metadata_decode_table_row): Ditto.
12091         (mono_metadata_decode_table_row_col): Ditto.
12092
12093         * metadata.c: Add table schema for *Ptr tables.
12094
12095         * class.c loader.c: Use the new helper function to access the affected metadata
12096         tables.
12097         
12098         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
12099         #38532.
12100         
12101 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
12102
12103         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
12104         sequences which can be unbounded in size. Fixes #79583.
12105
12106 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
12107
12108         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
12109         static initialization.
12110
12111         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
12112
12113         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
12114
12115         * domain.c (mono_domain_free): Free up type_init_exception_hash.
12116
12117         * object.c (mono_runtime_class_init): Implement correct semantics when a static
12118         ctor fails, i.e. throw the same exception on subsequent accesses.
12119         
12120 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
12121
12122         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
12123         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
12124         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
12125         Handle marshalling of interfaces and VARIANTs contained in structs.
12126         
12127         Code is contributed under MIT/X11 license.
12128         
12129 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
12130
12131         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
12132         
12133         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
12134         mempool.
12135
12136 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12137
12138         * console-io.c: ignore previous SIGINT handler.
12139
12140 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
12141
12142         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
12143         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
12144         #79460, #79461, #79485.
12145
12146         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
12147
12148         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
12149         #79217.
12150
12151 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
12152
12153         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
12154         could be generated from it.
12155
12156 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
12157
12158         * rand.c: fix read loop to correctly handle EINTR.
12159
12160 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
12161
12162         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
12163         internal calls are defined to keep methods closer to the declaring
12164         type and allow a significant reduction in runtime relocations and
12165         memory usage.
12166
12167 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
12168
12169         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
12170         exception message to have FileNotFoundException use the default
12171         assembly load error message. Fixes bug #79426.
12172         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
12173
12174 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12175
12176         * threadpool.c: (start_thread_or_queue) use the root domain when
12177         creating the thread instead of the async object one.
12178
12179 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
12180
12181         * class.c, object.c, class-internals.h, reflection.c:
12182         for arrays, store element_size inside MonoClass (speedup
12183         for array object creation).
12184
12185 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
12186
12187         * icall.c: fixed CodeBase to use the file name and not the module
12188         name (bug #79365).
12189
12190 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
12191
12192         * mono-debug.c, mono-debug.h: export find_method as
12193         mono_debug_find_method ().
12194
12195 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
12196
12197         * debug-helpers.c, class-internals.h: added a few functions useful
12198         when debugging under gdb.
12199
12200 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12201
12202         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
12203         characters that need special handling.
12204
12205 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
12206
12207         * mono-config.c: make the os/cpu specification more flexible,
12208         allowing lists and negation.
12209
12210 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
12211
12212         * marshal.c: COM Interop fixes. Handle case where method->klass.
12213         is interface. Handle BSTR/MonoString when null. Use CDECL as 
12214         calling convention on non-windows platforms. This is for
12215         compatibility with XPCOM and MainWin COM.
12216         
12217         Code is contributed under MIT/X11 license.
12218         
12219
12220 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
12221
12222         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
12223         correctly. Fixes #79217.
12224
12225         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
12226
12227 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
12228
12229         * mono-config.c: allow both an os and cpu attribute for dllmap
12230         and dllentry elemnets to enable a single config file to be used
12231         for multiple architectures.
12232
12233 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
12234
12235         * loader.c: MonoLoaderError was cleared too soon on load failure.
12236         Fixes bug #79424.
12237
12238 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
12239
12240         * icall.c: use the defining class vtable when accessing a
12241         static field, not a pobblibly derived class.
12242
12243 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
12244
12245         * icall.c string-icalls.c: Remove references to unicode.h.
12246
12247         * unicode.h unicode.c Makefile.am: Remove these unused source files.
12248
12249         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
12250
12251         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
12252         indicating the image where custom marshaller types should be looked up.
12253         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
12254         custom marshallers, instead of corlib. Fixes #79425.
12255
12256 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
12257
12258         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
12259
12260 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
12261
12262         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
12263         Implement Environment.ProcessorCount.
12264         
12265         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
12266         Implement Environment.ProcessorCount.
12267         
12268         * icall.c: 
12269         Add Environment.ProcessorCount icall.
12270         
12271         Patch by Jason McFall.
12272
12273 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12274
12275         * assembly.c: don't append .exe/.dll when the filename already contains
12276         one of those extensions.
12277
12278 2006-09-12  Martin Baulig  <martin@ximian.com>
12279
12280         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
12281         to array interfaces.
12282
12283 2006-09-11  Martin Baulig  <martin@ximian.com>
12284
12285         * reflection.c (mono_image_build_metadata): Create the
12286         MethodImpl's after emitting all types and methods, so we don't
12287         need another fixup pass for them.
12288
12289 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
12290
12291         * class.c (mono_class_from_name_case): Fix regression introduced by the last
12292         change.
12293
12294 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
12295
12296         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
12297         unload.
12298
12299 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
12300
12301         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
12302         args is not set. Fixes #78926.
12303
12304 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
12305
12306         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
12307
12308         * image.c (load_class_names): Move this to class.c, and rename it to 
12309         'mono_image_init_name_cache'.
12310         (load_modules): Fix a warning.
12311
12312         * class.c icall.c image.c: Initialize image->name_cache lazily.
12313
12314         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
12315         on its name using information in the AOT file.
12316
12317         * class.c (mono_class_from_name): Use the new hook function.
12318
12319 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
12320
12321         * reflection.c (mono_param_get_objects): Handle enum default parameter values
12322         correctly.
12323
12324         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
12325         Fixes #79289.
12326         
12327 2006-09-06  Martin Baulig  <martin@ximian.com>
12328
12329         * icall.c (mono_lookup_internal_call): Small fix.
12330
12331 2006-09-05  Raja R Harinath  <rharinath@novell.com>
12332
12333         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
12334         double g_free.
12335
12336 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
12337
12338         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
12339         when --debug is specified.
12340
12341 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
12342
12343         * class.c (setup_generic_array_ifaces): Fix a warning.
12344
12345 2006-09-04  Miguel de Icaza  <miguel@novell.com>
12346
12347         * Temporarily remove the patch to assemly.c that checks the
12348         assembly versions as it breaks our gacutil.
12349
12350 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
12351
12352         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
12353
12354         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
12355         a net 1.0 runtime.
12356
12357         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
12358         created using the default ctor. Fixes #79152.
12359         (mono_string_builder_to_utf16): Ditto.
12360
12361 2006-09-01  Martin Baulig  <martin@ximian.com>
12362
12363         Fix handling of the generic array interfaces.
12364
12365         * class-internals.h
12366         (MonoDefaults): Removed `generic_array_class' and added
12367         `generic_ilist' class.
12368
12369         * class.c
12370         (mono_bounded_array_class_get): Add the new generic array interfaces.
12371         (setup_generic_array_ifaces): New static method; create vtable
12372         entries for each method in the generic array interfaces.
12373
12374         * metadata.c
12375         (select_container): Allow "parent-less" generic methods.
12376
12377         * marshal.c
12378         (mono_marshal_get_generic_array_helper): New public method.
12379
12380         * icall.c
12381         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
12382         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
12383         moved the interncall into System.Array.
12384
12385 2006-09-01  Raja R Harinath  <rharinath@novell.com>
12386
12387         A few more cases of avoiding work on types with ->byref set.
12388         Has the real fix for #79238
12389         * icall.c (is_generic_parameter): New helper.
12390         (ves_icall_Type_GetGenericParameterPosition): Use it.
12391         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
12392         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
12393         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
12394         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
12395         reference types.
12396         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
12397         reference types.
12398         (ves_icall_Type_get_IsGenericInstance): Likewise.
12399         (ves_icall_Type_get_IsGenericType): Likewise.
12400
12401 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
12402
12403         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
12404         class if possible.
12405
12406         * mempool.h (mono_mempool_get_allocated): New helper function.
12407
12408         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
12409         change.
12410
12411         * mempool.c: Fix warnings and the calculation of stats.
12412
12413         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
12414
12415         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
12416
12417         * loader.c (mono_get_method_from_token): Update method_count stat.
12418
12419         * class-internals.h (MonoStats): Add some stats.
12420
12421 2006-08-31 Robert Jordan  <robertj@gmx.net>
12422
12423         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
12424         with managed variants.
12425         All code is contributed under the MIT/X11 license.
12426         
12427 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
12428
12429         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
12430         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
12431
12432         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
12433
12434         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
12435         with cycles in classes.
12436
12437         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
12438
12439         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
12440         missing a [MarshalAs] directive. Fixes #79203.
12441
12442         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
12443         klass->marshal_info. Fixes #79217.
12444
12445 2006-08-30  Martin Baulig  <martin@ximian.com>
12446
12447         Committing a patch from Joachim Ante <joe@otee.dk>:
12448         Add support for binary data symbol stores.
12449
12450         * debug-mono-symfile.c
12451         (mono_debug_open_mono_symbol_file): Renamed into
12452         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
12453         arguments.
12454
12455         * mono-debug.c
12456         (mono_debug_open_image): Added `raw_contents' and `size' args.
12457         (mono_debug_init_2_memory): New public function.
12458
12459 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
12460
12461         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
12462
12463 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12464
12465         * appdomain.c: implement support for ShadowCopyFiles.
12466
12467 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
12468
12469         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
12470         when value is NULL (and should remove CID #51).
12471
12472 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12473
12474         * image.c: moved 2 functions to ../utils.
12475
12476 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
12477
12478         * gc.c: cope with the target object of a GC handle being NULL
12479         (bug #78877).
12480
12481 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
12482
12483         * class.c: recursively check parent's explicit implementations
12484         of interface methods (fixes bug #79125).
12485
12486 2006-08-19  Miguel de Icaza  <miguel@novell.com>
12487
12488         * filewatcher.c: Avoid warnings when building, do not redefine
12489         constants that are defined.
12490
12491         Remove warnings.
12492
12493 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12494
12495         * image.c: don't fail when the link points to an absolute path.
12496
12497 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
12498
12499         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
12500         Fix CID #3.
12501
12502 2006-08-17  Miguel de Icaza  <miguel@novell.com>
12503
12504         * image.c (full_path): A new method used to obtain the actual path
12505         of an assembly even in the presence of symbolic links.  
12506
12507         This is necessary for the case where we are running a binary that
12508         has been GACed, but we are using the "published" path name
12509         ($prefix/mono/1.0/blah.exe) which happens to point to the real
12510         file in the GAC.
12511
12512         This was the source of the failure for the `xsp' command with the
12513         recent AppDomain changes, as far as the runtime was concerned,
12514         there were two different assemblies: $prefix/mono/1.0/blah.exe and
12515         $prefix/mono/gac/blah/version/blah.exe.
12516
12517         (do_mono_image_open): use full path
12518
12519 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
12520
12521         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
12522
12523 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
12524
12525         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
12526         domain_id is supplied. Fix CID #241 and corlib's unit tests.
12527
12528 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
12529
12530         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
12531         small structures. Fixes #78990.
12532
12533 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
12534
12535         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
12536
12537         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
12538
12539 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12540
12541         * appdomain.c:
12542         * marshal.c: don't load all the assemblies from a domain into newly
12543         created ones. The new domains might have different rules and load
12544         assemblies from different locations. Fixes bug #76757.
12545
12546         Patch by Lluis. Conflicts resolved by Brian Crowell.
12547
12548 2006-08-16  Alp Toker  <alp@atoker.com>
12549
12550         * socket-io.c: First half of the fix for #79084.
12551         Set sa_size to the length of the content, not that of the struct.
12552         Don't add NULL suffix to the content, this should be done in
12553         managed code if needed.
12554
12555 2006-08-14  Raja R Harinath  <rharinath@novell.com>
12556
12557         Fix part of #79012
12558         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
12559         mono_metadata_parse_type returns NULL.
12560
12561 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
12562
12563         * normalization-tables.h : new file for string normalization data.
12564         * locales.c, locales.h, icall.c :
12565           added load_normalization_resource() for string normalization,
12566           and icall as well.
12567         * Makefile.am : added normalization-tables.h to the sources.
12568
12569 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
12570
12571         * marshal.c: Add more helper functions to reduce code duplication and use them
12572         everywhere.
12573
12574 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
12575
12576         * marshal.c: Fix non-x86 stdcall warnings.
12577         
12578         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
12579         them everywhere.
12580
12581 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
12582
12583         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
12584         type check on multi-dimensional arrays. Fixes #79000.
12585
12586 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
12587
12588         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
12589         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
12590         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
12591         * class-internals.h: add is_com_object to class structure.
12592         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
12593         null checks to COM object marshalling. Fix .ctor call on RCW.
12594         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
12595         
12596         All code is contributed under the MIT/X11 license.
12597
12598 2006-08-09  Dick Porter  <dick@ximian.com>
12599
12600         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
12601         racing mono_monitor_allocator_lock() somewhere, so don't delete
12602         the critical section for now.  Found by running and exiting
12603         monodevelop.
12604
12605 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
12606
12607         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
12608         (ves_icall_System_ComObject_FindInterface): Ditto.
12609         (ves_icall_System_ComObject_CacheInterface): Ditto.
12610
12611         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
12612         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
12613
12614 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12615
12616         * threadpool.c: treat pipes from process asynchronous reads as sockets
12617         when reading from them, so we get select/poll or epoll to wait for
12618         data.
12619
12620 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
12621
12622         * loader.c: Fix a typo (CID #233) in the null check.
12623
12624 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
12625
12626         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
12627         Hopefully fixes #78949.
12628         
12629         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
12630         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
12631         bytes. Fixes #78972.
12632
12633 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12634
12635         * filewatcher.c: we need to set errno here.
12636
12637 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12638
12639         * filewatcher.c: let Win32Exception get the error value.
12640
12641 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12642
12643         * filewatcher.c: translate errno into win32 errors for Win32Exception
12644         to know what happened.
12645
12646 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
12647
12648         * threadpool.c: Fix more warnings.
12649
12650         * assembly.c (search_loaded): Fix warnings.
12651
12652         * threadpool.c (mono_thread_pool_finish): Fix warnings.
12653         (mono_async_invoke): Ditto.
12654
12655 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
12656
12657         * object.c (mono_remote_class_vtable): Need to create proxy vtable
12658         entries for __ComObject type in addition to ComImport types.
12659         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
12660         about hash table.
12661         
12662         All code is contributed under the MIT/X11 license.
12663
12664 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
12665
12666         * image.c: avoid tentative loading of modulerefs that contain
12667         no metadata (P/Invoke library names).
12668
12669 2006-07-28  Dick Porter  <dick@ximian.com>
12670
12671         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
12672         mono_loader_lock() somewhere, so don't delete the critical section
12673         for now.  Found by running and exiting monodevelop.
12674
12675 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12676
12677         * filewatcher.c: define the inotify syscalls when we're building on
12678         linux and have sys/syscall.h. The build system might not have support
12679         for inotify but the target system might have it.
12680
12681 2006-07-26  Miguel de Icaza  <miguel@novell.com>
12682
12683         * domain.c: Documentation updates.
12684
12685         * loader.c (mono_free_method): Do not release the method
12686         information if we are being profiled, as profilers will use this
12687         information at shut down to present some data to the user.
12688
12689         This is needed so that the profiler does not crash, as the
12690         profiler tends to keep MonoMethods around, and they might become
12691         invalid if we free these.
12692
12693         (mono_get_method_constrained): Return the original CIL stream
12694         method as well, so verification can be performed against it.
12695
12696 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12697
12698         * filewatcher.[ch]: support for inotify file system watcher.
12699         * icall.c: add new internal calls for the inotify file system watcher.
12700
12701 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12702
12703         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
12704         #78888.
12705
12706 2006-07-20  Dick Porter  <dick@ximian.com>
12707
12708         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
12709         warning.
12710
12711 2006-07-20  Dick Porter  <dick@ximian.com>
12712
12713         * threads.c (start_wrapper): Do the thread cleanup while we still
12714         hold a reference to its object.  Fixes bug 78123.
12715
12716 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
12717
12718         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
12719         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
12720           "managed-to-managed".
12721         * icall.c: Redirect string constructors that take sbyte* to
12722           ves_icall_System_String_ctor_RedirectToCreateString.
12723         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
12724           to CreateString () methods with matching signature.
12725         * reflection.c: Use original security informations for
12726           MONO_WRAPPER_MANAGED_TO_MANAGED.
12727         * security-manager.c: Use original security informations for
12728           MONO_WRAPPER_MANAGED_TO_MANAGED.
12729         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
12730           that is a placeholder and only its address should be used.
12731         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
12732           that is a placeholder and only its address should be used.
12733
12734 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
12735
12736         Begin implementing COM Interop.
12737         * appdomain.c: Increment corlib version.
12738         * class.c: Set ComImport classes' parent to __ComObject.
12739         * loader.c: Mark cominterop methods as such.
12740         * domain.c: Add __ComObject class to MonoDefaults structure.
12741         * image.c: Add 2 hashtables to the image for COM Interop related methods
12742         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
12743         using the mempool allocator
12744         
12745         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
12746         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
12747         declaration for mono_metadata_type_dup_mp.
12748         
12749         * debug-helpers.c: Added strings for two additional wrapper types
12750         * object.c: Create proxy objects for ComImport classes
12751         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
12752         and added __ComObject class to MonoDefaults structure.
12753         
12754         * object-internals.h: Finish MonoRealProxy definition, and add definition of
12755         MonoComInteropProxy and MonoComObject.
12756         
12757         * marshal.c: Added support for COM Interop
12758         (signature_cominterop): Converts managed signature to corresponding
12759         unmanaged COM signature.
12760         (cominterop_get_function_pointer): gets unmanaged function pointer via
12761         COM object vtable
12762         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
12763         (cominterop_get_method_interface): returns interface type that method is defined on
12764         (mono_mb_emit_cominterop_call): emits native call to function pointer
12765         gotten from vtable
12766         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
12767         that matches signature of unmanaged function.
12768         (cominterop_get_native_wrapper): wrapper around adjusted method call.
12769         (cominterop_get_invoke): forwards call from proxy to __ComObject
12770         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
12771         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
12772         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
12773         
12774         * marshal.h: Added Marshal icall declarations.
12775         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
12776         so we can access them in finalizer
12777         
12778 2006-07-14  Dick Porter  <dick@ximian.com>
12779
12780         * object.c (mono_type_initialization_cleanup): Fix a race
12781         condition by temporarily commenting out the critical section
12782         deletion.
12783
12784 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
12785
12786         * reflection.c (create_custom_attr): Fix some warnings.
12787         (create_custom_attr_data): Ditto.
12788         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
12789         types. Fixes #78855.
12790
12791 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
12792
12793         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
12794
12795         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
12796
12797 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
12798
12799         * reflection.c (resolve_object): Add support for DynamicMethod.
12800
12801         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
12802         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
12803
12804 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
12805
12806         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
12807         don't leak GPtrArray's pdata has we have no use (nor free) for it.
12808
12809 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
12810
12811         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
12812         Fixes #77888.
12813
12814 2006-06-30  Raja R Harinath  <rharinath@novell.com>
12815
12816         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
12817         slightly: remove a shadow local variable.
12818
12819 2006-06-29  Raja R Harinath  <rharinath@novell.com>
12820
12821         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
12822         definition that introduces the virtual function slot.
12823         Also fix Coverity #105.
12824
12825 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
12826
12827         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
12828         for dynamic assemblies. Fixes #78724.
12829
12830 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
12831
12832         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
12833         Fixes #78722.
12834
12835 2006-06-21  Martin Baulig  <martin@ximian.com>
12836
12837         * reflection.c
12838         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
12839         fixes #76484.
12840
12841 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
12842
12843         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
12844
12845 2006-06-20  Raja R Harinath  <rharinath@novell.com>
12846
12847         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
12848         nor TYPEREFs.
12849         * class.c (mono_class_create_from_typespec): Add 'context' argument.
12850         Inflate result if necessary.
12851         (mono_class_get_full): Remove old version.  Rename from
12852         'mono_class_get' and add 'context' argument.  Pass it to
12853         ..._create_from_typespec.
12854         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
12855         (mono_ldtoken): Revert change below.
12856
12857 2006-06-20  Martin Baulig  <martin@ximian.com>
12858
12859         * class.c (mono_ldtoken): Don't pass the generic context to
12860         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
12861
12862 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
12863
12864         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
12865         and later freeing it. Fixes #78638.
12866
12867 2006-06-15  Miguel de Icaza  <miguel@novell.com>
12868
12869         * icall.c (mono_class_get_throw): Revert over-zealous error
12870         throwing, the caller for mono_class_get_throw will cope with
12871         errors when classes are not properly initialized already.
12872
12873         The code still copes with loader exceptions though.
12874
12875         Fixes the regression in reftype1 and reftype3 from the CAS tests.
12876         
12877 2006-06-14  Miguel de Icaza  <miguel@novell.com>
12878
12879         Fixes the `make run1' version of RuntimeAbort (to be commited,
12880         source is in Bugzilla).
12881         
12882         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
12883         FALSE on class loading failure instead of returning true.
12884
12885         * class.c (mono_class_create_from_typedef): It is possible for
12886         mono_metadata_interfaces_from_typedef_full to fail if a class is
12887         not found, cope with this.
12888         
12889
12890 2006-06-14  Dick Porter  <dick@ximian.com>
12891
12892         * socket-io.c: 
12893         * process.c: Fix a bunch of signed/unsigned warnings from gcc
12894         4.1.1
12895
12896 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
12897
12898         * culture-info-table.h : oops, forgot to make it nsync with r61548.
12899
12900 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
12901
12902         * icall.c: Another fix for building mono in Visual Studio.
12903
12904 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
12905
12906         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
12907         
12908 2006-06-09  Martin Baulig  <martin@ximian.com>
12909
12910         * debug-mono-symfile.c: Put this back and really fix it this
12911         time. Sorry for all the trouble.
12912
12913 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
12914
12915         * icall.c (mono_class_get_throw): Fix a warning.
12916         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
12917         ReflectionTypeLoadException if needed. Fixes #78606.
12918
12919         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
12920         (mono_class_init): Ditto.
12921
12922         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
12923         ref_only exceptions.
12924         (mono_loader_clear_error): Make this work even if there is no error.
12925
12926 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
12927
12928         * object-internals.h marshal.c marshal.h icall.c: Implement method 
12929         Marshal.GetComSlotForMethodInfo using internal call.
12930
12931 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
12932
12933         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
12934         a function for signalling it.
12935
12936         * class.c (mono_class_from_typeref): Use the new kind of loader error when
12937         a referenced assembly is not found.
12938
12939         * loader.c (mono_loader_error_prepare_exception): Add support for 
12940         LOADER_ERROR_ASSEMBLY. Fix formatting.
12941
12942 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
12943
12944         * domain.c appdomain.c class-internals.h marshal.c: Add support 
12945         for VARIANT marshalling on windows and increment corlib version
12946         since Variant struct was added.
12947
12948 2006-06-03  Miguel de Icaza  <miguel@novell.com>
12949
12950         * debug-mono-symfile.c: Revert Martin's previous patch which broke
12951         stack trace line information:
12952
12953         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
12954         (Martin) when looking up B which is between A and C, return A not C.
12955
12956         Bug is #78573.
12957
12958         Thanks to Alexander Olk for tracking this down.
12959
12960 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
12961
12962         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
12963         
12964         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
12965         avoid clobbering its value.
12966         (mono_string_to_lpstr): Fix a warning on windows.
12967
12968 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
12969
12970         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
12971
12972         * reflection.c loader.c: Removed references to 'dummy' flag.
12973
12974         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
12975
12976         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
12977         it gets GC tracking.
12978
12979         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
12980         GC tracking.
12981         
12982         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
12983
12984         * marshal.c threadpool.c: Update callers of mono_async_result_new.
12985
12986         * appdomain.c: Bump corlib version.
12987
12988 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
12989
12990         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
12991         CEE_STIND_REF when working with object references.
12992
12993 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
12994
12995         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
12996         Fixes #78539.
12997
12998 2006-05-30  Miguel de Icaza  <miguel@novell.com>
12999
13000         * loader.c (method_from_memberref): Fix argument value for
13001         mono_loader_set_error_method_load (I was passing the MonoClass
13002         instead of the class name char *).
13003
13004 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
13005
13006         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
13007         CEE_STIND_REF when working with object references.
13008
13009 2006-05-30  Martin Baulig  <martin@ximian.com>
13010
13011         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
13012         mono_method_full_name() change and replace the ':' with a '.'
13013         here.
13014
13015 2006-05-30  Martin Baulig  <martin@ximian.com>
13016
13017         * debug-mono-symfile.c
13018         (mono_debug_symfile_lookup_location): Fix the algorithm:
13019         when looking up B which is between A and C, return A not C.
13020
13021 2006-05-29  Martin Baulig  <martin@ximian.com>
13022
13023         * mono-debug.h
13024         (MonoDebugMethodInfo): Make the typedef public.
13025         (MonoDebugSourceLocation): New public struct.
13026
13027         * mono-debug.c
13028         (mono_debug_source_location_from_address): Removed.
13029         (mono_debug_source_location_from_il_offset): Removed.
13030         (mono_debug_il_offset_from_address): Removed.
13031         (mono_debug_address_from_il_offset): Removed.
13032         (mono_debug_lookup_method): New public function.
13033         (mono_debug_lookup_source_location): New public function; replaces
13034         the old mono_debug_source_location_from_*() functions; see the
13035         inline documentation.
13036         (mono_debug_free_source_location): New public function.
13037         (mono_debug_print_stack_frame): New public function; see the
13038         inline documentation.
13039
13040         * debug-mono-symfile.c
13041         (mono_debug_find_source_location): Renamed into
13042         mono_debug_symfile_lookup_location(); only take a
13043         `MonoDebugMethodInfo *' and an `offset' argument; added inline
13044         documentation.
13045         (mono_debug_find_method): Renamed into
13046         mono_debug_symfile_lookup_method().
13047
13048 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
13049
13050         * assembly.c (mono_assembly_open_full): Dont overwrite the status
13051         returned by mono_image_open_full ().
13052
13053         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
13054         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
13055         #78517.
13056
13057         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
13058         #78518.
13059
13060 2006-05-27  Miguel de Icaza  <miguel@novell.com>
13061
13062         * class.c (mono_class_from_typeref): handle missing images
13063         earlier, deals with bug #78418.   Refactor code; 
13064
13065         Fix a warning introduced in my previous commit (some stale code
13066         from before I revisited my patch).
13067
13068         * class.c (mono_class_create_from_typedef): On failure, remove the
13069         class from the MonoImage->class_cache as the class is not
13070         initialized;   Fixes the leak pointed out by Paolo.
13071
13072 2006-05-25  Dick Porter  <dick@ximian.com>
13073
13074         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
13075         DeleteCriticalSections until I figure out which one may still be
13076         sometimes locked when mono_thread_cleanup is called.
13077
13078 2006-05-24  Dick Porter  <dick@ximian.com>
13079
13080         * threads.c (mono_thread_cleanup): Move the threading cleanup out
13081         of mono_thread_manage and back into its own function, so it can be
13082         called after the finalizer thread has finished.
13083
13084         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
13085
13086 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
13087
13088         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
13089         Fixes #78495.
13090
13091         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
13092         with non-blittable elements.
13093         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
13094
13095 2006-05-24  Martin Baulig  <martin@ximian.com>
13096
13097         * mono-debug-debugger.h (MonoDebuggerEvent): Added
13098         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
13099
13100         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
13101         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
13102         `mono_debugger_event_handler' to NULL.
13103
13104 2006-05-24  Martin Baulig  <martin@ximian.com>
13105
13106         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
13107
13108 2006-05-24  Martin Baulig  <martin@ximian.com>
13109
13110         * mono-debug-debugger.h
13111         (mono_debugger_create_notification_function): Added
13112         `MonoCodeManager *' argument.
13113
13114 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
13115
13116         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
13117
13118 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
13119
13120         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
13121         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
13122         implementation.
13123
13124 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
13125
13126         * icall.c: precise GC support: objects can't be stored in unmanaged
13127         memory anymore, even if they are kept alive by other references: since
13128         they can move the GC needs to be able to always find them.
13129
13130 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
13131
13132         * object.c: precise GC support for static fields. Support
13133         for moving GCs: write barriers and pinned allocation for interned
13134         strings.
13135
13136 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
13137
13138         * domain.c, domain-internals.h: precise GC support for the MonoDomain
13139         structure.
13140
13141 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
13142
13143         * class.c, gc.c: sgen and precise GC updates.
13144
13145 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
13146
13147         * marshal.h, marshal.c: added write barrier wrapper and precise type
13148         fixes.
13149
13150 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
13151
13152         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
13153         support.
13154
13155 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
13156
13157         * reflection.c: precise and sgen GC updates.
13158
13159 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
13160
13161         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
13162
13163 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
13164
13165         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
13166
13167 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
13168
13169         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
13170         MONO_TYPE_OBJECT. Fixes #78462.
13171
13172 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
13173
13174         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
13175         and blittable types.
13176
13177 2006-05-17  Miguel de Icaza  <miguel@novell.com>
13178
13179         * class.c (mono_class_get_exception_for_failure): Implement parts
13180         of a TODO: if the loader error is set (instead of the class
13181         error), we return a Loader exception that can be properly thrown
13182         elsewhere.
13183
13184         This was exposed by some Winforms 2.0 code that I tried to run
13185         (Atsushi pointed me to it).
13186
13187 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
13188
13189         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
13190         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
13191         
13192         * marshal.c (emit_marshal_vtype): Add limited support for 
13193         UnmanagedType.LPStruct. Fixes #78427.
13194
13195         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
13196         Applied a patch from kangaroo to fix #77523.
13197
13198 2006-05-17  Martin Baulig  <martin@ximian.com>
13199
13200         * threads.c
13201         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
13202         (debugger_thread_created): Removed.
13203         (debugger_thread_exited): Removed.
13204
13205 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
13206
13207         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13208
13209         * object-internals.h (MonoReflectionResource): Sync with managed version.
13210
13211 2006-05-12  Wade Berrier <wberrier@novell.com>
13212
13213         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
13214
13215 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
13216
13217         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
13218         functions try to allocate from the image mempool.
13219
13220 2006-05-12  Dick Porter  <dick@ximian.com>
13221
13222         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
13223
13224 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
13225
13226         * object.c: The FieldGetter and FieldSetter methods require the full
13227         name of the class, not only the name. Fixes bug #78277.
13228
13229 2006-05-11  Miguel de Icaza  <miguel@novell.com>
13230
13231         * loader.c (method_from_memberref): Do not pass the NULL klass to
13232         mono_loader_set_error_() methods.  Pass the non-NULL value
13233         (class). 
13234
13235 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
13236
13237         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
13238         (mono_assembly_close): Null out assembly->image->references after freeing it.
13239
13240         * image.c (mono_image_close): Free image->references.
13241         
13242         * reflection.c (mono_image_basic_init): Fix a small memory leak.
13243
13244 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
13245
13246         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
13247         before checking if it's NULL (g_assert).
13248
13249 2006-05-10  Martin Baulig  <martin@ximian.com>
13250
13251         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
13252         I thought I already killed that two months ago, but now it somehow reappeared.
13253
13254 2006-05-10  Martin Baulig  <martin@ximian.com>
13255
13256         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
13257
13258 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
13259
13260         * reflection.c: Allocate memory for dynamically created methods in the image
13261         mempools.
13262
13263 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
13264
13265         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
13266         don't use the ad pointer before checking if it's NULL (g_assert).
13267
13268 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
13269
13270         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
13271         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
13272
13273         * marshal.c: Allocate all signatures from mempools.
13274
13275         * marshal.c: Allocate some more signatures from mempools.
13276
13277 2006-05-09  Miguel de Icaza  <miguel@novell.com>
13278
13279         * object.c (mono_load_remote_field): The code used to provide a
13280         temporary variable for returning results if the user did not
13281         provide a result pointer.  But our temporary variable was allocted
13282         on the satck.
13283
13284         Fix calling code to always pass a result area.   Coverity ID 103.
13285
13286 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
13287
13288         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
13289         value, not the old. Fixes #78312.
13290         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
13291
13292         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
13293         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
13294         per-image cache.
13295
13296         * assembly.c (mono_assembly_close): Free image->references.
13297
13298         * assembly.c (mono_assembly_names_equal): Fix a warning.
13299         (mono_assemblies_cleanup): Cleanup more global data.
13300
13301         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
13302
13303         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
13304         ptr_cache and image->modules.
13305
13306         * image.c (mono_image_init): Allocate array_cache lazily.
13307         
13308 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13309
13310         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
13311         behavior was changed recently and has bad side effects.
13312
13313 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
13314
13315         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
13316         
13317         * assembly.c (mono_assembly_close): Remove a debug printf.
13318
13319         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
13320
13321         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
13322         to also allow for temporary references between mono_image_open ()/close ().
13323
13324         * domain.c (get_runtimes_from_exe): Add a FIXME.        
13325
13326 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
13327
13328         * marshal.c: Fix support for dynamic methods.
13329
13330         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
13331
13332         * marshal.c (mono_marshal_cleanup): New cleanup function.
13333
13334         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
13335         image mempools.
13336
13337         * class.c (mono_class_init): Fix leaking class->nested_classes.
13338
13339         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
13340
13341         * image.c (mono_image_init): Initialize the new cashes.
13342
13343         * image.c (mono_image_close): Destroy the new cashes.
13344
13345         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
13346
13347         * mempool.c (mono_mempool_strdup): New helper function.
13348
13349         * class-internals.h: Add prototype for mono_loader_unlock ().
13350
13351         * domain.c (mono_jit_info_table_find): Fix a warning.
13352         (mono_debugger_check_runtime_version): Ditto.
13353
13354         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
13355         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
13356         functions to these modules.
13357
13358         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
13359         metadata modules.
13360         
13361         * marshal.c (mono_free_bstr): Fix a warning.
13362
13363         * assembly.c (mono_assembly_open_full): Fix another small leak.
13364
13365         * object.c: Fix some unload leaks in the remoting code.
13366
13367         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
13368         function.
13369
13370         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
13371
13372         * reflection.c: Fix some unload leaks in dynamic assemblies.
13373
13374 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
13375
13376         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
13377         * marshal.h: Add BSTR support on Win32
13378         * icall.c: Add BSTR icalls
13379         * metadata.h: Add BSTR enums
13380
13381 2006-04-28  Miguel de Icaza  <miguel@novell.com>
13382
13383         Work to catch the crash from #76795 and turn it into an
13384         exception.   As I stubbed out pieces of the VisualBasic support,
13385         I found a number of places where the code was failing and I added
13386         checks to those places. 
13387         
13388         * metadata.c (do_mono_metadata_parse_generic_class): Make this
13389         function return a status code.  If we fail to parse the signature
13390         from mono_metadata_parse_generic_inst, return FALSE.
13391
13392         * loader.c (mono_get_method_from_token): If we fail to load the
13393         method (mono_class_get) return NULL.   
13394
13395         * (method_from_memberref): Return NULL if we are unable to parse
13396         the method signature
13397
13398         (mono_loader_error_prepare_exception): Since we now use the
13399         loader_error flag internally to stop processing, and obtaining
13400         exceptions that might be thrown will walk this code path the
13401         proper way of going from a MonoLoaderError into a
13402         MonoException was convoluted.   This new routine encapsulates the
13403         process of turning the error into an exception and *clearing* the
13404         error afterwards.
13405         
13406 2006-04-27  Miguel de Icaza  <miguel@novell.com>
13407
13408         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
13409         with missing assemblies), and to cope with:
13410
13411                 * Missing fieldref from a non-existing assembly.
13412                 * Missing methodref from a non-existing assembly.
13413
13414         The first batch of work to address *some* of the issues from 76661.
13415         
13416         * object.c (mono_class_create_runtime_vtable): If we fail to
13417         initialize the class raise the exception here. 
13418
13419         * metadata.c (mono_class_get_overrides_full): If any methods fail
13420         to load return the failure to the caller.
13421
13422         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
13423         flagging assemblies that failed to load.   
13424
13425         Do not crash if we are unable to load the assembly.
13426
13427         (mono_assembly_close): Do nothing with REFERENCE_MISSING
13428         assemblies. 
13429
13430         * loader.c (mono_loader_set_error_type_load): Change the
13431         convention to always pass unallocated strings, so we make our own
13432         copies (I know our own code had duplicated strings before, but
13433         this keeps the normal conventions).
13434         (method_from_memberref): Call mono_loader_set_error_method_load
13435         for all possible failures of loading the class. 
13436         Remove assert, turn into a loader error.
13437
13438         (mono_loader_error_to_exception): Move this routine from mini
13439         (mini_loader_error_to_exception) there was no need to have that in
13440         mini. 
13441
13442         * class.c (mono_class_from_typeref): If we were not able to load
13443         the assembly with mono_assembly_load_reference, call the
13444         mono_loader_set_error_type_load to register the problem.
13445
13446         (mono_class_setup_fields): If we fail to load the type from
13447         mono_metadata_parse_type_full, call mono_class_set_failure and
13448         break from the loop.
13449
13450         If class->exception_type is set, we do not layout the fields as
13451         that might crash the runtime, and instead return (from breaking
13452         from the previous loop).
13453
13454         (mono_class_setup_vtable): This now returns a boolean indicating
13455         whether the table was properly setup.   The decision is driven by
13456         mono_class_get_overrides_full which might run into non-existing
13457         methods. 
13458         
13459         (mono_class_init): Returns TRUE on success or FALSE if there was a
13460         problem in loading the type (incorrect assemblies, missing
13461         assemblies, methods, etc).
13462
13463         When we call mono_class_setup_fields we also check for a potential
13464         error inside this call (either a class exception or a general
13465         loader exception).
13466
13467         (mono_class_create_from_typedef): If the parent fails to load
13468         (calling mono_class_get_full) return NULL.
13469         
13470         ** Important **
13471
13472         calls to mono_metadata_parse_type_full should be checked
13473         everywhere and set the mono_class_set_failure
13474         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
13475
13476         The current patch checks the places where my manually constructed
13477         tests show the errors are showing up, but we should do it
13478         everywhere. 
13479
13480         ** Important2 **
13481
13482         mono_class_init return values should be tested everywhere, like
13483         the previous case this is something that we should audit
13484         everywhere and not only on the cases exposed by the tests I
13485         created. 
13486
13487 2006-04-26  Miguel de Icaza  <miguel@novell.com>
13488
13489         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
13490         boolean parameter and instead pass the information on `options'
13491         parameter (FileOptions).
13492
13493         * icall.c: Register the new signature for MonoIO.Open.
13494
13495         * debug-helpers.c (dis_one): Trying to understand how coverity
13496         works.  Fix Run 5, item 78.
13497
13498 2006-04-26  Dick Porter  <dick@ximian.com>
13499
13500         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
13501         dereference.
13502
13503 2006-04-25  Martin Baulig  <martin@ximian.com>
13504
13505         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
13506
13507         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
13508         debugger_thread_created().
13509         (debugger_gc_push_all_stacks): Don't handle the main thread in any
13510         special way.
13511         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
13512         (mono_debugger_finalize_threads): New function; undo the effects
13513         of mono_debugger_init_threads().
13514         (mono_debugger_create_all_threads): Removed.
13515
13516 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
13517
13518         * image.c (mono_image_close): Tidy up trace messages.
13519
13520         * assembly.c (mono_assembly_close): Ditto.
13521
13522         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
13523         no longer references an already freed assembly. Fixes #78168.
13524
13525 2006-04-21  Dick Porter  <dick@ximian.com>
13526
13527         * threads.c (mono_thread_detach): Fix reference counting when
13528         detaching threads.
13529
13530 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
13531
13532         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
13533         #78155.
13534
13535 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
13536
13537         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
13538         (mono_type_to_stind): Ditto.
13539
13540         * marshal.c: Use the new helper functions to simplify code.
13541
13542         * image.c (mono_image_close): Add some code for help debug assembly unloading
13543         problems.
13544
13545         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
13546         image mempool.
13547
13548         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
13549         assembly was already loaded in another appdomain. Fixes #78083.
13550
13551 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
13552
13553         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
13554         referenced assemblies.
13555         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
13556
13557         * domain.c (mono_domain_free): Add a trace message.
13558
13559         * appdomain.c (add_assemblies_to_domain): Ditto.        
13560
13561         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
13562         field.  
13563
13564 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
13565
13566         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
13567
13568 2006-04-12  Martin Baulig  <martin@ximian.com>
13569
13570         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
13571         `USE_INCLUDED_LIBGC'.   
13572
13573 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
13574
13575         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
13576         the patch contains ../ and a small directory name later. Hopefully fixes
13577         #78035.
13578
13579 2006-04-10  Martin Baulig  <martin@ximian.com>
13580
13581         Clean up the debugger's thread-handling code.
13582
13583         The debugger's thread-handling code has been moved from
13584         ../mini/debug-debugger.c to threads.c.  We now iterate directly
13585         over the `threads' hash, keep track of exiting threads and also
13586         use proper locking.
13587
13588         We can now debug XSP and XSP based applications with the debugger.
13589
13590         * object-internals.h (MonoThread): Added `gpointer end_stack'.
13591
13592         * threads.h
13593         (MonoThreadCallbacks): Removed; this was only used by the debugger.
13594         (mono_install_thread_callbacks): Likewise.      
13595
13596         * threads.c (mono_thread_callbacks): Removed.
13597         (debugger_thread_created, debugger_thread_exited): New static functions.
13598         (start_wrapper): Call debugger_thread_created().
13599         (thread_cleanup): Call debugger_thread_exited().
13600         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
13601         (mono_debugger_init_threads): New public function.
13602         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
13603         iterate directly over the `threads' hash and also use proper locking.
13604
13605         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
13606
13607         * mono-debug-debugger.h
13608         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
13609
13610 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
13611
13612         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
13613         argument type=array. Fixes #78057.
13614
13615 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
13616
13617         * culture-info-table.h : regenerated. Fixed bug #69652.
13618
13619 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
13620
13621         * loader.c metadata.c: Reapply a variant r59116.
13622         
13623         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
13624
13625         * class.c (mono_class_setup_interface_offsets): New internal function.
13626
13627         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
13628         interfaces too. Fixes #77398.
13629
13630         * reflection.c (encode_cattr_value): Add support for 
13631         parameter type=object, argument type=array.
13632         (load_cattr_value): Ditto. Fixes #77916.
13633
13634         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
13635         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
13636
13637         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
13638         a byval char array and CharSet is Ansi.
13639
13640         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
13641
13642 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
13643
13644         * metadata.c: Add some locking comments.
13645         
13646         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
13647         mempool.
13648         (mono_metadata_free_method_signature): Don't free the signature itself.
13649
13650         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
13651
13652         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
13653         reference the same MonoImage.
13654         (mono_assembly_load_from_full): Add an assert.
13655
13656 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
13657
13658         * image.c (mono_image_close): Don't put the image we are about to free into the
13659         loaded_images_guid_hash.
13660
13661         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
13662         to reduce code duplication.
13663
13664         * marshal.c: Register the native functions called by this module as icalls, to
13665         somewhat centralize the creation of MonoMethodSignature's.
13666
13667         * loader.c (mono_method_signature): Add a cache for method signatures.
13668
13669         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
13670         the parameter attributes of a method.
13671         (mono_metadata_parse_method_signature_full): Refactored the computation of
13672         parameter attributes into a separate function. Also avoid one allocation in
13673         most cases.
13674
13675         * assembly.c (mono_assembly_close): Ditto.
13676
13677         * image.c (mono_image_close): Log trace messages with INFO level.
13678
13679         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
13680
13681         * image.c reflection.c: Correct reference counting of image modules.
13682         
13683         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
13684         of this function from the image mempool.
13685         
13686         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
13687         to allow more cached types to be used.
13688
13689         * mono-debug.c (mono_debug_add_method): Appled patch from
13690         David S. Miller  <davem@sunset.davemloft.net>: Access 
13691         minfo->lexical_blocks[] entry elements using read32().
13692
13693 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
13694
13695         * loader.c (mono_free_method): No longer free the method header for non-dynamic
13696         methods as it is allocated from the mempool.
13697
13698         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
13699         image mempool.
13700
13701         * metadata-internals.h: Add comments describing the reference counting scheme
13702         used for MonoImage and MonoAssembly.
13703
13704         * image.c assembly.c reflection.c: Rework reference counting of images and 
13705         assemblies so they are freed when the runtime is shut down. Free some 
13706         additional memory structures when an image is unloaded.
13707         
13708 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
13709
13710         * class.c loader.c reflection.c: Allocate more data structures in
13711         the image mempool.
13712
13713 2006-03-31  Miguel de Icaza  <miguel@novell.com>
13714
13715         * icall.c
13716         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
13717         build on pre glib 2.4 systems.
13718
13719 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
13720
13721         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
13722
13723         * icall.c: Fix some warnings.
13724
13725 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
13726
13727         * culture-info-table.h : regenerated.
13728
13729 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
13730
13731         * threads.c, object-internals.h, verify.c: changed the culture caching
13732         code to use a normal MonoArray for storage so the GC can keep track of
13733         them easily. Fixed bits of the cache logic, too and simplified the
13734         code.
13735
13736 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
13737
13738         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
13739         thread for non-Boehm GCs.
13740
13741 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
13742
13743         * domain.c, object.c, domain-internals.h: reduce the amount of memory
13744         needed to keep track of the data for static fields.
13745
13746 2006-03-29  Raja R Harinath  <rharinath@novell.com>
13747
13748         Fix #75172
13749         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
13750         for interface classes.  Use 'num_methods' instead.
13751         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
13752         before using '->vtable_size' field.
13753
13754 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
13755
13756         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
13757         doesn't contain managed pointers, so use a normal hashtable.
13758
13759 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
13760
13761         * reflection.c, class-internals.h, domain.c: fixed handling of types
13762         used as values for objects in custom attributes (bug #77915):
13763
13764 2006-03-24  Martin Baulig  <martin@ximian.com>
13765
13766         * class.c (mono_class_setup_fields): Added support for generic
13767         instances; fixes #77580.
13768
13769 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13770
13771         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
13772
13773 2006-03-24  Dick Porter  <dick@ximian.com>
13774
13775         * file-io.c (get_file_attributes): More stat macro breakage.
13776         Fixes bug 77759.
13777
13778 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
13779
13780         * profiler.c: added the file=filename option in the default profiler
13781         to output the profile data to filename.
13782
13783 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13784
13785         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
13786         bug #77877.
13787
13788 2006-03-22  Martin Baulig  <martin@ximian.com>
13789
13790         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
13791         allocated `MonoClassField *' in `fb->handle'.
13792
13793 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
13794
13795         * class.c, image.c, metadata-internals.h: implemented new mechanism to
13796         allocate interface ID to save memory and allow better ID reuse on
13797         appdomain unload. setup_generic_vtable () removal from Martin.
13798
13799 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
13800
13801         * object.h, appdomain.c, domain.c, exception.c, icall.c,
13802         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
13803         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
13804         write barriers for reference stores with managed objects accessed with
13805         C structures in the runtime and in embedding programs.
13806
13807 2006-03-20  Raja R Harinath  <rharinath@novell.com>
13808
13809         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
13810         'interface_id' and 'max_interface_id' fields of MonoClasses
13811         representing open generic types.
13812
13813 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
13814
13815         * object.h, object.c, icall.c: added functions to deal with
13816         storing valuetypes that contain references in managed objects.
13817         * reflection.c, string-icalls.c, threads.c, marshal.c: small
13818         fixes and comments around uses of mono_array_addr ().
13819
13820 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
13821
13822         * object.h, icall.c, monitor.c: object.GetHashCode ()
13823         implementation that supports the moving garbage collector.
13824
13825 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
13826
13827         * icall.c, threads-types.h, threads.c: implemented finalizer for
13828         LocalDataStoreSlot.
13829
13830 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
13831
13832         * metadata.c (mono_type_size): Add a fixme.
13833         (mono_type_stack_size): Ditto.
13834
13835         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
13836         'type_forwarders' field.
13837
13838         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
13839         attribute from net 2.0.
13840
13841         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
13842         from class.c.
13843
13844         * class.c (mono_class_setup_fields): Fix a warning.
13845         
13846         * class.c (mono_class_from_name): Add support for assemblyref entries
13847         in the EXPORTEDTYPE table.
13848
13849         * reflection.c: Add support for handling type forwarders under net 2.0.
13850
13851         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
13852         
13853 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
13854
13855         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
13856         overwriting entries in ModuleBuild->types, also clean up the code
13857         a little. Fixes #77774.
13858
13859 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
13860
13861         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
13862         load friend assembly info when present.
13863
13864 2006-03-14  Raja R Harinath  <rharinath@novell.com>
13865
13866         Fix crasher on gtest-158.cs.
13867         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
13868         the return value if the MonoClass we want is yet in an
13869         inconsistent state.
13870         * class.c (mono_class_create_from_typedef): Add an comment
13871         explaining an order dependency between mono_class_setup_parent and
13872         mono_class_setup_mono_type.
13873
13874 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
13875
13876         * class.c: documentation updates and events bug fix.
13877
13878 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
13879
13880         * class.c: some cleanup, locking fixes.
13881
13882 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
13883
13884         * class.c: fix the generics code to setup nested
13885         type info to the instantiated type (bug #77770).
13886
13887 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
13888
13889         * marshal.c: fixed a few type correctness issues.
13890
13891 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
13892
13893         * loader.c: the Set/Get/Addrtess array methods should be public.
13894
13895 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
13896
13897         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
13898         
13899         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
13900         info->wrapper.
13901
13902 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
13903
13904         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
13905
13906         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
13907
13908         * mempool.c (mono_mempool_alloc): Speed this up a bit.
13909         (mono_mempool_alloc0): Ditto.
13910
13911 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13912
13913         * socket-io.c:
13914         (create_object_from_sockaddr): it was allocating 4 extra bytes
13915         for the AF_UNIX data. Fixes bug #77747.
13916
13917 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
13918
13919         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
13920
13921 2006-03-09  Dick Porter  <dick@ximian.com>
13922
13923         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
13924         Fixes bug 76966 again.
13925
13926 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
13927
13928         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
13929         names from r57532
13930         * appdomain.c: Bumped corlib version to 48 (due to r57532)
13931
13932 2006-03-07  Martin Baulig  <martin@ximian.com>
13933
13934         * object.c
13935         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
13936
13937 2006-03-07  Martin Baulig  <martin@ximian.com>
13938
13939         * class.c
13940         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
13941         regression introduced in r56970; see gtest-252.cs.
13942
13943         * loader.c (mono_get_method_constrained): Correctly handle generic
13944         methods; see gtest-253.cs.
13945
13946 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
13947
13948         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
13949
13950 2006-03-04  Martin Baulig  <martin@ximian.com>
13951
13952         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
13953         compute the parent type at runtime, just like we're already doing
13954         it for interfaces.
13955
13956         * reflection.c
13957         (mono_reflection_bind_generic_parameters): Don't compute the
13958         parent type anymore.
13959
13960         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
13961
13962 2006-03-04  Martin Baulig  <martin@ximian.com>
13963
13964         * mono-debug-debugger.h
13965         (mono_debugger_create_notification_function): Allocate memory at
13966         runtime and return a pointer to it.
13967
13968 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
13969
13970         * assembly.c: Fix windows build.
13971         
13972         * assembly.c: Fix build.
13973
13974         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
13975
13976         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
13977         
13978 2006-03-03  Dick Porter  <dick@ximian.com>
13979
13980         * process.c
13981         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
13982         Check parameters before dereferencing them.  Fixes Aaron's part of
13983         bug 77393.
13984
13985 2006-03-03  Raja R Harinath  <rharinath@novell.com>
13986
13987         Fix performance regression.
13988         * loader.c (find_method_in_class): Add 'from_class' argument.
13989         Rename 'klass' argument to 'in_class'.  The signature is compared
13990         against the method in 'in_class', and the corresponding method is
13991         returned from 'from_class'.
13992         (find_method): Walk both 'in_class' and 'from_class' in parallel.
13993         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
13994         type definition and generic instantiation in parallel.
13995         (mono_get_method_constrained): Update to changes.
13996
13997 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
13998
13999         * threads.c: make sure the domain is correct, too when doing
14000         mono_thread_attach ().
14001
14002 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
14003
14004         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
14005         windows. Fixes #77683.
14006
14007 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
14008
14009         * object.h, *: introduced specific way to set elements of an array
14010         of references to be used as write barrier. Still need to audit the
14011         uses of mono_array_addr.
14012
14013 2006-03-01  Miguel de Icaza  <miguel@novell.com>
14014
14015         * object-internals.h: New field to cache the assmebly name, patch
14016         from Tambet Ingo (tambet@ximian.com)
14017
14018 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
14019
14020         * decimal.h, class-internals.h, metadata-internals.h,
14021         file-io.h: mark a few function declarations as internal, to
14022         reduce the number of PLT entries.
14023
14024 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14025
14026         * file-io.c: fix typo in warning message.
14027
14028 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
14029
14030         * loader.c: on unix, lookup the "*A" version of a function
14031         if charset is auto as a second option before failing.
14032
14033 2006-02-28  Raja R Harinath  <rharinath@novell.com>
14034
14035         * class.h (mono_class_inflate_generic_method): Revert to two
14036         argument version.
14037         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
14038         (mono_class_inflate_generic_method_full): Add.
14039         * class.c (mono_class_inflate_generic_method_full): Rename from
14040         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
14041         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
14042         * loader.c, reflection.c: Update to changes.
14043
14044 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
14045
14046         * icall.c: const fixes and small improvements.
14047
14048 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14049
14050         * threadpool.c: for asynchronous connect(), enable the same workaround
14051         for BSD 6 as for the Mac. Fixes bug #77637.
14052
14053 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
14054
14055         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
14056         formatted classes. Fixes #77524.
14057
14058 2006-02-24  Raja R Harinath  <rharinath@novell.com>
14059
14060         * class.c (inflate_generic_type): Add a couple more
14061         micro-optimizations.
14062         (inflate_generic_context): Don't use the 'gmethod' from
14063         'inflate_with'.
14064         (mono_class_inflate_generic_method): If the method has generic
14065         parameters, but the passed-in context doesn't have a 'gmethod',
14066         create one.  Use the possibly simplified generic instantiation
14067         from the declaring class instead of the one passed in.
14068
14069 2006-02-24  Raja R Harinath  <harinath@gmail.com>
14070
14071         Make generic method signature and method header handling lazy.
14072         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
14073         (inflate_generic_header): Likewise.
14074         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
14075         parameter to avoid inflating types.
14076         (mono_get_inflated_method): Empty out.
14077         * class.h (mono_class_inflate_generic_method): Update to changes.
14078         * loader.c (mono_get_method_from_token): Don't parse signature for
14079         generic methods, nor methods of generic classes.
14080         (mono_method_signature): Rename from 'mono_method_signature'.
14081         Inflate signature on demand.
14082         (mono_method_get_header): Inflate method header on demand.
14083         * reflection.c: Update to changes.
14084
14085 2006-02-23  Raja R Harinath  <rharinath@novell.com>
14086
14087         * metadata.c (mono_metadata_inflate_generic_inst): If the
14088         instantiation is closed, don't bother expanding it in the new
14089         context.
14090         * class.c (inflate_generic_class): If the generic instantiation
14091         doesn't change after inflation, return the argument itself.
14092         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
14093         Add bounds checks.
14094         (inflate_generic_context): If neither the generic class nor the
14095         generic method instantiations change, return the original context.
14096         * reflection.c (mono_method_get_object): Do
14097         'mono_get_inflated_method' before accessing the ->klass field.
14098         (inflate_mono_method): Don't create a MonoGenericMethod unless
14099         necessary.
14100         (inflate_method): Don't pass a constructed type as the declaring
14101         type of a methodbuilder.
14102
14103 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
14104
14105         * object.c: fix memory overwrite.
14106
14107 2006-02-22  Dick Porter  <dick@ximian.com>
14108
14109         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
14110         it doesn't work any more.
14111         (mono_threads_request_thread_dump): Fix unused variable warnings.
14112
14113 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
14114
14115         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
14116         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
14117         the public header file.
14118
14119 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
14120
14121         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
14122
14123 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
14124
14125         * class-internals.h, object.c: reduce the size of MonoVTable
14126         and store the interface_offsets array at negative offsets.
14127
14128 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
14129
14130         * metadata.c: tweak table descriptors data structures to reduce
14131         size and runtime relocations.
14132
14133 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
14134
14135         * marshal.c: fix some types and opcodes to be type-safe
14136         in marshaling wrappers.
14137
14138 2006-02-21  Ankit Jain  <jankit@novell.com>
14139
14140         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
14141
14142 2006-02-21  Raja R Harinath  <rharinath@novell.com>
14143
14144         * metadata.c (get_constraints): Relax debugging checks for monodis.
14145
14146 2006-02-21  Ankit Jain  <jankit@novell.com>
14147
14148         * metadata.c (mono_metadata_load_generic_params): Move the code
14149         checking for ambiguous generic params from here to mono/dis/get.c
14150         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
14151
14152 2006-02-21  Raja R Harinath  <harinath@gmail.com>
14153
14154         Fix assertion triggered when compiling nemerle.
14155         * class.c (mono_get_shared_generic_inst): Rename from
14156         get_shared_inst and make non-static.
14157         * loader.c (mono_get_shared_generic_method): New.  Used to create
14158         the MonoGenericContext-equivalent of a MonoGenericContainer.
14159         (mono_get_method_from_token): Initialize the 'context' field of
14160         the created MonoGenericContainer.
14161         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
14162         * metadata.c (get_constraints): Add sanity check.
14163         * class-internals.h: Add new internal methods.
14164
14165         * reflection.c (verify_safe_for_managed_space): New sanity check.
14166         Currently checks that owner-less generic parameters aren't allowed
14167         in managed space.
14168         (mono_type_get_object): Use it.
14169         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
14170         that are now in mono_type_get_object.
14171         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
14172
14173 2006-02-19  Raja R Harinath  <harinath@gmail.com>
14174
14175         * metadata.c (mono_type_create_from_typespec): Rename from
14176         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
14177         argument and caching of types in the generic container.
14178         (unwrap_arrays, find_generic_param): Remove.
14179         * metadata-internals.h: Update.
14180         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
14181
14182 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
14183
14184         * class.c (mono_class_get_exception_for_failure): Fix a warning.
14185
14186         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
14187         return values. Fixes #77581.
14188
14189         * class.c (mono_fnptr_class_get): Switch name and name_space.
14190
14191         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
14192         classes and add support for [In, Out] attributes.
14193         (mono_marshal_free_asany): Ditto. Fixes #77524.
14194
14195 2006-02-18  Raja R Harinath  <harinath@gmail.com>
14196
14197         * class.c (mono_class_from_generic_parameter): Make more robust to
14198         incomplete MonoGenericContainers from monodis.
14199
14200 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14201
14202         * class-internals.h: added some more exception types.
14203         * class.c, metadata.c: added a few checks to handle missing
14204         types.
14205
14206 2006-02-17  Raja R Harinath  <rharinath@novell.com>
14207
14208         Use owner-less generic-params some more.
14209         * class.c (my_mono_class_from_generic_parameter): Remove.
14210         (mono_class_from_generic_parameter): Handle null image,
14211         param->name and param->owner.
14212         (mono_class_from_mono_type): Update.
14213         (mono_class_create_from_typespec): Remove 'container' parameter.
14214         If that parameter is non-null, the result is always inflated by
14215         'mono_class_get_full' anyway.
14216         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
14217         parameter.
14218         (mono_class_get_full): Update.
14219
14220         * class.c (inflate_generic_type) [GENERICINST]: If the generic
14221         instance is not open, don't bother inflating.
14222         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
14223         parse metadata for inflated classes.
14224         (_mono_class_get): Change GenericContext* parameter to
14225         GenericContainer*.
14226         (mono_class_create_from_typespec): Likewise.  Simplify, and
14227         implement trivially.  All the cases are handled in
14228         mono_class_from_mono_type.  Don't inflate returned class.
14229         (mono_class_get_full): Delegate GENERICINST optimization to
14230         inflate_generic_type.
14231         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
14232
14233 2006-02-16  Dick Porter  <dick@ximian.com>
14234
14235         * socket-io.c (create_object_from_sockaddr): Fix typo.
14236         (create_sockaddr_from_object): Check array lengths before
14237         potentially accessing items off the end.
14238         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
14239         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
14240         (ves_icall_System_Net_Sockets_Socket_Send_internal)
14241         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
14242         length checks to avoid wraparound overflows.
14243         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
14244         contents of the array of sockets
14245         (hostent_to_IPHostEntry2)
14246         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
14247         Check return value of inet_ntop ().
14248         (addrinfo_to_IPHostEntry): Fix typo
14249
14250 2006-02-16  Raja R Harinath  <rharinath@novell.com>
14251
14252         Type metadata parsing doesn't use generic-instantiation information.
14253         * metadata.c (mono_metadata_parse_array_full): Change
14254         MonoGenericContext* parameter to MonoGenericContainer*.
14255         (mono_metadata_parse_type_full): Likewise.
14256         (mono_type_create_from_typespec_full): Likewise.
14257         (mono_metadata_parse_mh_full): Likewise.
14258         (mono_metadata_parse_generic_inst): Likewise.
14259         (do_mono_metadata_parse_generic_class): Likewise.
14260         (do_mono_metadata_parse_type): Likewise.
14261         * metadata-internals.h: Update to changes.
14262         * class.c (mono_class_find_enum_basetype): Likewise.
14263         (mono_class_setup_fields): Likewise.
14264         (mono_class_create_from_typespec): Likewise.
14265         * loader.c (method_from_methodspec): Likewise.
14266         (mono_get_method_from_token): Likewise.
14267         (mono_method_get_header): Likewise.
14268
14269 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
14270
14271         * marshal.c: handle additional GENERICINST case (patch from
14272         Thong Nguyen <tum@veridicus.com>).
14273         Fix a few cases where LDIND_I/STIND_I was used for references.
14274
14275 2006-02-16  Raja R Harinath  <rharinath@novell.com>
14276
14277         * reflection.c (mono_reflection_get_token): Remove unused variable.
14278
14279 2006-02-16  Martin Baulig  <martin@ximian.com>
14280
14281         * reflection.c (mono_reflection_get_token): Add support for fields
14282         in instantiated generic types.
14283
14284         * icall.c
14285         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
14286
14287 2006-02-15  Martin Baulig  <martin@ximian.com>
14288
14289         * icall.c
14290         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
14291         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
14292         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
14293         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
14294
14295 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
14296
14297         * class.c, metadata.c, metadata.h, object.c, icall.c,
14298         marshal.c: changed mono_type_get_underlying_type () to do
14299         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
14300         Fixed handling of instantiated generic valuetypes (bug #75479).
14301
14302 2006-02-15  Raja R Harinath  <rharinath@novell.com>
14303
14304         * metadata.c (mono_metadata_decode_signed_value): Simplify.
14305         Delegate to mono_metadata_decode_value, and work on the returned value.
14306
14307         * icall.c (ves_icall_MonoType_GetGenericArguments):
14308         Add consistency check here too.
14309         
14310 2006-02-15  Ankit Jain  <jankit@novell.com>
14311
14312         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
14313         char/short etc.
14314
14315 2006-02-15  Ankit Jain  <jankit@novell.com>
14316
14317         * metadata.c (mono_metadata_decode_signed_value): New function to decode
14318         signed values, used only for representing lower bounds of arrays.
14319         (mono_metadata_parse_array_full): Use new
14320         mono_metadata_decode_signed_value to decode lower bounds.
14321
14322 2006-02-14  Martin Baulig  <martin@ximian.com>
14323
14324         * reflection.c
14325         (mono_reflection_get_token): Support "MonoGenericMethod" and
14326         "MonoGenericCMethod" and allow generic instances / methods.
14327
14328 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
14329
14330         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
14331         to obtain the terminal size using an ioctl.
14332
14333         * object.c (mono_nullable_init): Revert this as nullable reference
14334         types are not valid.
14335         (mono_nullable_box): Ditto.
14336
14337 2006-02-09  Dick Porter  <dick@ximian.com>
14338
14339         * threads.c (mono_thread_detach): Drop a reference to the thread
14340         we're detaching.
14341
14342 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
14343
14344         * object.c (mono_nullable_init): Handle nullable reference types.
14345         (mono_nullable_box): Ditto. Fixes #77446.
14346
14347 2006-02-07  Martin Baulig  <martin@ximian.com>
14348
14349         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
14350
14351 2006-02-07  Ankit Jain  <jankit@novell.com>
14352
14353         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
14354         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
14355         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
14356         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
14357         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
14358         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
14359
14360 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
14361
14362         * class.c (mono_class_create_generic): Set type_token as well.
14363
14364         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
14365         compatible with MS.
14366
14367 2006-02-02  Martin Baulig  <martin@ximian.com>
14368
14369         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
14370         has never been used so far.
14371
14372 2006-02-02  Martin Baulig  <martin@ximian.com>
14373
14374         * mono-debug-debugger.h: Changed comment at the top of this file;
14375         the header is not installed, but it's safe to #include it from
14376         within the JIT.
14377
14378         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
14379         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
14380
14381 2006-02-02  Martin Baulig  <martin@ximian.com>
14382
14383         * mono-debug.h
14384         (MonoSymbolTable): Removed the `metadata_info' field.
14385
14386         * mono-debug.c
14387         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
14388
14389         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
14390         (mono_debugger_add_builtin_types): Removed.
14391         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
14392         (mono_debugger_create_notification_function): We now operate on a
14393         pre-allocated area; take a `gpointer' and return `void'.
14394
14395         * mono-debug-debugger.c
14396         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
14397         (mono_debugger_add_builtin_types): Removed.
14398
14399 2006-02-02  Martin Baulig  <martin@ximian.com>
14400
14401         * threads.c (mono_debugger_create_all_threads): New public method.
14402
14403 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14404
14405         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
14406         breaks on several platforms.
14407
14408 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
14409
14410         * assembly.c: the VS.NET build doesn't supply default values for
14411         MONO_ASSEMBLIES and MONO_CFG_DIR.
14412
14413 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
14414
14415         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
14416         helper function.
14417
14418         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
14419
14420         * loader.c (method_from_memberref): Fix a warning.
14421
14422         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
14423
14424         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
14425         with explicit layout. Fixes #77433.
14426
14427 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
14428
14429         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
14430         max_interface_id is initialized before using it. Fixes #77398.
14431         (ves_icall_Type_GetInterfaces): Ditto.
14432
14433 2006-01-30  Raja R Harinath  <rharinath@novell.com>
14434
14435         * metadata.c (mono_metadata_parse_method_signature_full): Don't
14436         allocate memory for parameter attributes when parsing memberref
14437         signatures.
14438         * loader.c (mono_loader_set_error_method_load): Don't warn.
14439         (method_from_memberref): Ensure MissingMethodException gets thrown
14440         if method is not found.  Make warning more informative.
14441
14442 2006-01-29  Raja R Harinath  <harinath@gmail.com>
14443
14444         Fix #77397
14445         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
14446         return true if is byref.
14447         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
14448         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
14449         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
14450
14451 2006-01-27  Raja R Harinath  <rharinath@novell.com>
14452
14453         Fix tests/find-method.2.il
14454         * loader.c (find_method, find_method_in_class): Remove is_inflated
14455         argument.  Revert 2006-01-18 change.
14456         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
14457         is generic, search for method in its generic definition.
14458         * class.c (mono_class_setup_vtable_general): Print generic
14459         arguments of generic types in debugging printf.
14460
14461 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
14462
14463         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
14464
14465         * threads.c (mono_threads_request_thread_dump): New helper function.
14466
14467 2006-01-25  Raja R Harinath  <rharinath@novell.com>
14468
14469         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
14470
14471 2006-01-25  Ankit Jain  <jankit@novell.com>
14472
14473         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
14474         move definition to ..
14475         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
14476         
14477 2006-01-25  Ankit Jain  <jankit@novell.com>
14478             Raja R Harinath  <rharinath@novell.com>
14479
14480         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
14481         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
14482         as necessary.
14483
14484 2006-01-25  Martin Baulig  <martin@ximian.com>
14485
14486         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
14487         `MonoDebuggerThread' into debug-debugger.c.
14488
14489 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
14490
14491         * profiler.c: fix printing of data.
14492
14493 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
14494
14495         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
14496           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
14497
14498 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
14499
14500         * object.c: fix deadlock related to string interning.
14501
14502 2006-01-23  Martin Baulig  <martin@ximian.com>
14503
14504         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
14505
14506         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
14507
14508 2006-01-23  Martin Baulig  <martin@ximian.com>
14509
14510         * mono-debug.h: Moved the prototypes of some functions which are
14511         used by the JIT here from mono-debug-debugger.h.
14512
14513 2006-01-21  Martin Baulig  <martin@ximian.com>
14514
14515         * Makefile.am: Don't install mono-debug-debugger.h.
14516
14517 2006-01-21  Martin Baulig  <martin@ximian.com>
14518
14519         * mono-debug-debugger.h: Enforce the private status of this header
14520         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
14521         Moved some stuff from mono-debugger-jit-wrapper.h here.
14522
14523 2006-01-20  Raja R Harinath  <rharinath@novell.com>
14524
14525         * class.c (mono_class_from_typeref): Add a sanity test to help
14526         catch lack of assembly load/search hooks.
14527
14528 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
14529
14530         * marshal.c (emit_struct_conv): Relax the fields with same offset
14531         check even more. Fixes #77230.
14532
14533 2006-01-18  Martin Baulig  <martin@ximian.com>
14534
14535         * loader.c (find_method_in_class): Added `gboolean is_inflated'
14536         argument; if false, we compare the uninstantiated signatures.
14537         (method_from_memberref): Compare the uninstantiated signatures;
14538         fixes #76417.
14539
14540 2006-01-18  Robert Jordan  <robertj@gmx.net>
14541
14542         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
14543         Clear the weak link. Fixes bug #77170.
14544
14545         * gc.c (mono_gchandle_free):
14546         Reflect *-gc.c changes (tiny optimization).
14547
14548 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
14549
14550         * metadata.c (mono_metadata_signature_dup): Applied patch from
14551         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
14552         Fixes #77288.
14553
14554 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
14555
14556         * marshal.c (emit_struct_conv): Allow fields with the same offset when
14557         marshalling from native to managed code. Fixes #77230.
14558
14559 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14560
14561         * threadpool.c: fix problem (Mac only) when more than one asynchronous
14562         connect. Fixes bug #77020.
14563
14564 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
14565
14566         * class.c: fixed id assignement for nested interfaces (bug #77275).
14567         Added also better info for --print-vtable debugging.
14568
14569 2006-01-12  Martin Baulig  <martin@ximian.com>
14570
14571         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
14572         interfaces on-the-fly; fixes #76625.
14573
14574         * class-internals.h
14575         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
14576         don't need that anymore.
14577
14578 2006-01-12  Miguel de Icaza  <miguel@novell.com>
14579
14580         * socket-io.c
14581         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14582         To avoid initing the nested_classes when not needed I turned the
14583         PeerCredData as a toplevel internal class, as it has to be shared
14584         anyways. 
14585
14586         Fixes the CASA issue.
14587
14588 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
14589
14590         * domain.c: Accessors for MonoJitInfo
14591
14592         * profiler-private.h: Add jitinfo to the end jit hook
14593
14594         * profiler.[ch]: Define new hooks, called after jitting which give
14595         the MonoJitInfo that was compiled
14596
14597 2006-01-10  Martin Baulig  <martin@ximian.com>
14598
14599         * class.c (mono_class_setup_events): Add support for generic
14600         classes; fixes #76440.
14601
14602 2006-01-06  Raja R Harinath  <rharinath@novell.com>
14603
14604         Fix #77160.
14605         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
14606         on passed-in method.
14607
14608 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
14609
14610         * object.c (mono_runtime_invoke_array): Add Nullable support.
14611
14612         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
14613
14614 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
14615
14616         * file-io.c: Don't consider sockets as directory and avoid an endless
14617         loop. Fix bug #76966.
14618
14619 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
14620
14621         * object.c (mono_nullable_init): New helper function.
14622         (mono_nullable_box): Ditto.
14623
14624         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
14625
14626         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
14627
14628         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
14629         
14630 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
14631
14632         * class.c (mono_class_is_assignable_from): Make T assignable to 
14633         Nullable<T>.
14634
14635 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
14636
14637         * appdomain.c: Bump corlib version to 46.
14638         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
14639         serialization purpose) and changed ves_icall_System_Reflection_
14640         Assembly_get_code_base signature to accept a boolean (to escape, or 
14641         not, the assembly code base).
14642
14643 2005-12-23  Dick Porter  <dick@ximian.com>
14644
14645         * icall.c: 
14646         * threads-types.h: 
14647         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
14648         CreateEvent icall now returns "created" boolean parameter.
14649
14650 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
14651
14652         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
14653         #76967.
14654
14655         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
14656         when attr_klass is an interface. Fixes #77045.
14657
14658 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
14659
14660         * marshal.c (emit_struct_conv): Fix previous patch.
14661         
14662         * marshal.c (emit_struct_conv): Add a check for fields with the same
14663         offset.
14664
14665 2005-12-20  Raja R Harinath  <rharinath@novell.com>
14666
14667         Fix regression in Mono.C5.
14668         * class.c (mono_class_create_generic): If 'klass' is an interface
14669         set up the interface offsets.
14670         (mono_class_is_assignable_from): Don't throw away generic arguments.
14671
14672 2005-12-19  Raja R Harinath  <rharinath@novell.com>
14673
14674         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
14675         type parameters.
14676
14677 2005-12-15  Raja R Harinath  <rharinath@novell.com>
14678
14679         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
14680         dead store.
14681         (do_mono_metadata_parse_generic_class): Don't pass the current
14682         generic context when parsing the type being instantiated: it
14683         cannot use it, anyway.
14684
14685         * loader.c (method_from_memberref): Don't inflate a signature if
14686         it doesn't contain any type parameters.
14687
14688 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
14689
14690         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
14691
14692 2005-12-14  Martin Baulig  <martin@ximian.com>
14693
14694         * class.c
14695         (mono_type_get_name_recurse): Don't return null for type
14696         parameters and open generic classes.
14697         (mono_class_setup_methods): Don't exclude generic instances.
14698         (mono_get_unique_iid): Use different IDs for different
14699         instantiations of the same generic type.
14700         (mono_class_setup_vtable): Only use setup_generic_vtable() for
14701         open generic instances; create a normal vtable for closed generic
14702         instances.
14703         (mono_class_setup_vtable_general): We're now also called for
14704         closed generic instances.
14705
14706         * reflection.c
14707         (mono_reflection_bind_generic_parameters): Correctly use
14708         mono_metadata_lookup_generic_inst() everywhere.
14709
14710 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
14711
14712         * object.c (mono_class_create_runtime_vtable): Call 
14713         mono_class_setup_vtable ().
14714
14715         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
14716         function.
14717         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
14718         #76959.
14719
14720         * loader.c (mono_loader_set_error_type_load): Print the type load
14721         warnings to the console so they are more visible to the user.
14722         (mono_loader_set_error_method_load): Ditto.
14723
14724         * reflection.c (ensure_runtime_vtable): Revert the last change as it
14725         is still broken.
14726         
14727         * reflection.c (ensure_runtime_vtable): Fix build.
14728
14729         * reflection.c (ensure_runtime_vtable): Disable an optimization which
14730         doesn't work in all cases.
14731
14732 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
14733
14734         * object.c (mono_array_new_full): Treat a single dimensional array
14735         with 0 lower bounds as an szarray. Fixes #76973.
14736
14737         * reflection.c (custom_attr_visible): Really fix this.
14738
14739 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
14740
14741         * reflection.c (custom_attr_visible): Allow nested public attributes
14742         as well.
14743
14744         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
14745         interface check.
14746
14747 2005-12-12  Raja R Harinath  <harinath@gmail.com>
14748
14749         * class.c (set_generic_param_owner): Delete.
14750         (mono_class_create_from_typedef): Don't set ->owner field of
14751         generic parameters to "param containers" of enclosing classes.
14752         * reflection.c (mono_reflection_initialize_generic_parameter):
14753         Likewise.
14754
14755 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
14756
14757         * reflection.c (custom_attr_visible): Fix build.
14758
14759 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
14760
14761         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
14762         private attributes.
14763         
14764         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
14765         handling of null parameter defaults.
14766
14767 2005-12-09  Raja R Harinath  <rharinath@novell.com>
14768
14769         * class.c (mono_class_from_generic_parameter): Don't set
14770         klass->generic_container.
14771         (my_mono_class_from_generic_parameter): Likewise.
14772
14773 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
14774
14775         * reflection.c (load_public_key): Fix a warning.
14776         (method_encode_code): Fix unaligned accesses.
14777
14778 2005-12-07  Martin Baulig  <martin@ximian.com>
14779
14780         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
14781
14782         * reflection.c
14783         (write_generic_param_entry): Encode our custom attrs.
14784
14785         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
14786
14787 2005-12-07  Martin Baulig  <martin@ximian.com>
14788
14789         * reflection.c (encode_new_constraint): Removed; we don't use the
14790         `NewConstraintAttribute' anymore.
14791
14792 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
14793
14794         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
14795         not fire a TypeResolve event when Assembly.GetType () is called.
14796
14797 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
14798
14799         Beginning of support for nullable types in the runtime. Parts of
14800         this patch are from Martin.
14801
14802         * appdomain.c (MONO_CORLIB_VERSION): Bump
14803
14804         * domain.c (mono_init_internal): get the nullable type
14805
14806         * class.c (mono_class_is_nullable): New method
14807         (mono_class_get_nullable_param): New mehod
14808         (mono_class_create_generic): In types T? set cast_class to T
14809
14810         * class-internals.h (MonoDefaults): new nullable default class
14811         (mono_class_get_nullable_param, mono_class_get_nullable_param):
14812         new methods.
14813
14814 2005-12-05  Raja R Harinath  <rharinath@novell.com>
14815
14816         * metadata.c (select_container): New.  Refactor code to select the
14817         appropriate GenericContainer given the type of generic parameter
14818         we are looking for.
14819         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
14820         not a MonoGenericContext.  Use select_container.  Update parameters.
14821         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
14822         and MONO_TYPE_MVAR.
14823         (unwrap_arrays): Remove duplicate tests.
14824         (find_generic_param): Rename from 'has_same_context'.  Now walks a
14825         generic instantiated class to find any arguments that are generic
14826         parameters.
14827         (mono_type_create_from_typespec_full): Use find_generic_param to
14828         avoid evicting some generic instantiations from the typespec
14829         cache.
14830
14831 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
14832
14833         * reflection.c: fixed writing of doubles on ARM FPA.
14834
14835 2005-12-02  Robert Jordan  <robertj@gmx.net>
14836
14837         * icall.c: Fixed EventInfo.ReflectedType (#76829).
14838
14839 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14840
14841         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
14842         least on SUSE 10 they are not the same (on debian, they are just the
14843         same thing).
14844
14845 2005-12-01  Raja R Harinath  <rharinath@novell.com>
14846
14847         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
14848         DeclaringType for VARs and MVARs.
14849         * class.c (set_generic_param_owner): Fix initialization of owner
14850         fields.
14851
14852 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
14853
14854         * icall.c: fixed Enum.ToObject() to correctly convert the values.
14855
14856 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14857
14858         * threadpool.c: workaround for a bug that shows up on the Mac:
14859         select()+connect() on a blocking socket is not like it should
14860         be, so we proceed to connect() in that case, wasting the I/O
14861         threadpool thread until connect succeedes. Fixes bug #75436.
14862
14863 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14864
14865         * threadpool.c: fix typo when setting file descriptor states.
14866
14867 2005-11-28  Raja R Harinath  <rharinath@novell.com>
14868
14869         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
14870         * metadata.c (mono_metadata_parse_method_signature_full): Don't
14871         create a temporary signature container.
14872         (mono_metadata_parse_generic_param): Update to changes.
14873         (mono_type_create_from_typespec_full): Update to changes.
14874         * loader.c (method_from_memberref): Don't use a
14875         MonoGenericContainer while parsing a memberref signature.
14876         (method_from_methodspec): Remove dead-store of the 'container'
14877         variable.  It's overwritten before use.
14878
14879         * metadata.c (mono_type_create_from_typespec_full): Make debugging
14880         checks tighter.
14881         (mono_metadata_parse_generic_param): Likewise.
14882         * loader.c (find_method_in_class): Does not need a
14883         MonoGenericContainer.  Use 'mono_method_signature' rather than
14884         'mono_method_signature_full'.
14885         (find_method, mono_get_method_constrained, method_from_memberref):
14886         Update to changes.
14887
14888         * metadata.c (mono_type_create_from_typespec_full): Ensure that
14889         owner-less generic-parameters are never evicted from the typespec
14890         cache.
14891
14892         * loader.c (method_from_memberref): Don't use the current context
14893         when parsing signatures.
14894         (method_from_methodspec, mono_get_method_from_token): Update to changes.
14895
14896         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
14897         side-effects in g_assert.
14898         * loader.c (mono_get_method_from_token): Resolve klass earlier so
14899         that we don't potentially lose information.
14900
14901 2005-11-26  Dick Porter  <dick@ximian.com>
14902
14903         * icall.c:
14904         * threads.c: icalls to implement basic (ie, not named)
14905         System.Threading.Semaphore.
14906
14907 2005-11-24  Dick Porter  <dick@ximian.com>
14908
14909         * process.c
14910         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
14911         Use GetProcessId() if it's available.
14912
14913 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
14914
14915         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
14916
14917 2005-11-23  Raja R Harinath  <rharinath@novell.com>
14918             Ankit Jain  <jankit@novell.com>
14919
14920         * loader.c (mono_get_method_from_token): Initialize 'method' field
14921         of all generic parameters before parsing the signature.  Remove
14922         code that "fixed"-up MVAR references.
14923
14924 2005-11-23  Ankit Jain  <jankit@novell.com>
14925
14926         * metadata.c (mono_metadata_has_generic_params):
14927         (mono_metadata_load_generic_param_constraints):
14928         (mono_metadata_load_generic_params): Move duplicate code ...
14929         (mono_metadata_get_generic_param_row): ... here. Returns the
14930         first row-id in GenericParam table for a given owner (token).
14931         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
14932         prototype.
14933
14934 2005-11-23  Raja R Harinath  <rharinath@novell.com>
14935             Ankit Jain  <jankit@novell.com>
14936
14937         * metadata.c (mono_metadata_class_equal): Pass signature_only when
14938         comparing VARs too.
14939         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
14940         type->data.generic_param only if the type is an MVAR.
14941         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
14942         leak owner-less VARs and MVARs into managed space.
14943
14944 2005-11-21  Martin Baulig  <martin@ximian.com>
14945
14946         * class-internals.h
14947         (MonoMethod): Moved the `generic_container' here from
14948         `MonoMethodNormal' since we now also need it for
14949         `MonoMethodPInvoke';
14950         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
14951         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
14952         an union containing both `MonoMethodNormal' and
14953         `MonoMethodPInvoke'.
14954
14955         * loader.c
14956         (mono_get_method_from_token): Allow implementing generic methods
14957         as interncalls.
14958
14959         * threads.c
14960         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
14961         icall.
14962
14963 2005-11-17  Dick Porter  <dick@ximian.com>
14964
14965         * icall.c: 
14966         * process.h: 
14967         * process.c: Split the Process Start_internal icall into
14968         ShellExecuteEx_internal and CreateProcess_internal, which are
14969         called depending on whether UseShellExecute is true.  Fixes bug
14970         76670.
14971
14972         * appdomain.c (MONO_CORLIB_VERSION): Incremented
14973
14974 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
14975
14976         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
14977         'msize' parameters, use the information in 'mspec' instead.
14978         (emit_object_to_ptr_conv): Ditto.
14979
14980         * marshal.c (emit_struct_conv): Handle explicit layout structs with
14981         fields out of order. Fixes #76733.
14982
14983 2005-11-17  Ankit Jain  <jankit@novell.com>
14984
14985         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
14986
14987 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
14988
14989         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
14990           bug #76575.
14991
14992 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
14993
14994         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
14995         for types with non-auto layout. Fixes #76717.
14996
14997 2005-11-16  Ankit Jain  <jankit@novell.com>
14998
14999         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
15000         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
15001         if generic_context is null.
15002           (mono_metadata_generic_param_equal): param->owner can be null.
15003           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
15004         null.
15005
15006 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
15007
15008         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
15009         the correct value.
15010
15011 2005-11-15  Martin Baulig  <martin@ximian.com>
15012
15013         * object.c (set_value): Use mono_class_from_mono_type() instead of
15014         the hack for generic instances; fixes #76136.
15015
15016 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
15017
15018         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
15019         fields.
15020
15021         * image.c (load_metadata_ptrs): Initialize the new fields.
15022
15023         * reflection.c (create_dynamic_mono_image): Ditto.
15024
15025         * reflection.c (build_compressed_metadata): Use the new fields.
15026
15027         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
15028         icall.
15029
15030         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
15031         icall.
15032         
15033 2005-11-15  Ankit Jain  <jankit@novell.com>
15034             Raja R Harinath  <harinath@gmail.com>
15035
15036         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
15037         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
15038         new per-generic_container cache if the cached MonoType's context matches
15039         the current context.
15040           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
15041         to the expected context.
15042           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
15043
15044 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15045
15046         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
15047         we changed the signature of an icall.
15048         * icall.c: Modify to mono_double_ParseImpl return true/false 
15049         depending on the success, instead of throwing the exception. This will
15050         help us in Double.TryParse methods.
15051         
15052 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
15053
15054         * marshal.c (emit_marshal_object): Throw an exception when
15055         marshalling 'object' instead of crashing. Fixes #76696.
15056
15057 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
15058
15059         * class-internals.h: Add prototype for mono_type_get_full_name ().
15060
15061 2005-11-11  Dick Porter  <dick@ximian.com>
15062
15063         * threads.c (mono_thread_manage): Make sure the main thread has
15064         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
15065
15066 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
15067
15068         * loader.c (mono_loader_set_error_type_load): Log a warning to the
15069         console about the missing type.
15070         (mono_loader_set_error_method_load): Ditto.
15071
15072 2005-11-09  Miguel de Icaza  <miguel@novell.com>
15073
15074         * mono-config.c (mono_get_config_dir): Set the system defaults if
15075         none is specified.
15076
15077         * assembly.c (mono_set_dirs): New API entry point to set the
15078         assembly and the config directory in one call
15079
15080 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
15081
15082         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
15083         the ftnptr was created from a delegate in a domain other than the
15084         current domain. Fixes #75377.
15085
15086         * exception.h exception.c: Add mono_get_exception_not_supported ().
15087
15088 2005-11-08  Martin Baulig  <martin@ximian.com>
15089
15090         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
15091
15092 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
15093
15094         * security-manager.h: Added definitions to deal with strongname key 
15095         pairs bigger (and smaller) than 1024 bits.
15096         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
15097         adjust wrt the public key length being used.
15098
15099 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
15100
15101         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
15102           Windows build (r51396-51397).
15103
15104 2005-11-03  Martin Baulig  <martin@ximian.com>
15105
15106         * class.c (mono_class_setup_vtable_general): Also add generic
15107         methods to the vtable; fixes #76581.
15108
15109 2005-11-01  Miguel de Icaza  <miguel@novell.com>
15110
15111         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
15112         sure that we lookup GetString method from the System.Text.Encoding
15113         class, not the derived class or we get an empty method.
15114
15115         Fixed class #76612.
15116
15117 2005-10-25  Miguel de Icaza  <miguel@novell.com>
15118
15119         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
15120         if it has been previously set (embedders). 
15121
15122         Make mono_set_rootdir available also on Unix.
15123
15124 005-10-24  Robert Jordan  <robertj@gmx.net>
15125
15126         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
15127
15128 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
15129
15130         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
15131         only calls which are made to native code use this flag.
15132
15133         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
15134
15135 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
15136
15137         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
15138         Add support for FieldBuilders.
15139
15140 2005-10-29  Martin Baulig  <martin@ximian.com>
15141
15142         * mono-debug.c
15143         (mono_debug_using_mono_debugger): New public method; returns
15144         whether we're running inside the debugger.
15145
15146 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
15147
15148         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
15149         for Method/Constructor/FieldBuilders.
15150
15151 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
15152
15153         * reflection.c (module_add_cattrs): Save custom attributes for global methods
15154         and fields as well.
15155
15156 2005-10-26  Martin Baulig  <martin@ximian.com>
15157
15158         * mono-debug-debugger.c
15159         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
15160
15161 2005-10-24  Raja R Harinath  <harinath@gmail.com>
15162
15163         * icall.c (base64_to_byte_array): Don't pass an out-of-range
15164         integer to isspace.
15165
15166 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
15167
15168         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
15169         when passing valuetypes byref. Fixes #76502.
15170
15171 2005-10-19  Jackson Harper  <jackson@ximian.com>
15172
15173         * profiler.c: Don't put a . in front of types that are not in a
15174         namespace.
15175
15176 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
15177
15178         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
15179
15180 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
15181
15182         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
15183         #76436.
15184         (mono_marshal_get_ldflda_wrapper): Fix a warning.
15185
15186 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15187
15188         * assembly.c metadata-internals.h icall.c: Define an additional
15189         parameter for mono_assembly_name_parse_full, so we can avoid creating
15190         S.R.AssemblyName.Version when no version info wasn't passed.
15191         
15192 2005-10-09  Miguel de Icaza  <miguel@novell.com>
15193
15194         * class.c (mono_type_get_full_name): Reimplement method that was
15195         removed. 
15196
15197         * image.c: Some docs
15198
15199 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
15200
15201         * profiler.c (output_newobj_profile): Fix printing of Total memory
15202         on x86.
15203
15204 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
15205
15206         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
15207
15208 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
15209
15210         * threads.c: remove debug output.
15211
15212 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
15213
15214         * threads.c (mono_thread_manage): Fix crashes if more than 64
15215         threads need to be aborted. Hopefully fixes #75899.
15216
15217         * assembly.c (mono_stringify_assembly_name): New helper function.
15218
15219         * class.c: Use mono_stringify_assembly_name instead of the similar
15220         static function.
15221
15222         * assembly.h assembly.c: Add support for calling a postload search 
15223         hook if an assembly cannot be loaded.
15224
15225         * appdomain.c: Register new search hooks which call the AssemblyResolve
15226         events in AppDomain. Fixes #75231
15227
15228 2005-10-07  Martin Baulig  <martin@ximian.com>
15229
15230         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
15231         methods without debug info.
15232
15233 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
15234
15235         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
15236         wrappers.
15237
15238 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15239
15240         * file-io.c: now that we return symlinks, use lstat and, when the file
15241         is a symbolic link, stat, to get the file attributes. Also avoid the
15242         conversion to/from utf16/external.
15243
15244 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
15245
15246         * class.c (mono_class_layout_fields): Compute klass->has_references
15247         correctly if an embedded valuetype is not yet initialized. Fixes
15248         #76331.
15249
15250 2005-10-04  Martin Baulig  <martin@ximian.com>
15251
15252         * metadata.c
15253         (mono_metadata_load_generic_param_constraints): New public
15254         function; splitted the constraints loading out from
15255         mono_metadata_load_generic_params().
15256
15257         * class.c (mono_class_create_from_typedef): Call
15258         mono_metadata_load_generic_param_constraints() after setting up
15259         the type and creating our parent; fixes #75329.
15260
15261 2005-10-04  Martin Baulig  <martin@ximian.com>
15262
15263         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
15264         non-dynamic parent classes.
15265
15266 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
15267
15268         * file-io.c : win32 build fix (ETXTBSY seems not found).
15269
15270 2005-10-04  Martin Baulig  <martin@ximian.com>
15271
15272         * reflection.c
15273         (mono_image_get_methodspec_token): Make the cache actually work;
15274         fixes #75974.
15275
15276 2005-10-04  Martin Baulig  <martin@ximian.com>
15277
15278         * class.c (mono_class_name_from_token): Removed the unneccessary
15279         `MonoGenericContext *' argument.
15280
15281 2005-10-04  Martin Baulig  <martin@ximian.com>
15282
15283         * loader.c
15284         (method_from_methodspec): Make the caching work again; fixes the
15285         performance regression from #76262.
15286
15287 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15288
15289         * file-io.c:
15290         * file-io.h:
15291         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
15292         GetFileSystemEntries that performs the same work but without going
15293         into io-layer, locking, etc.
15294
15295 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
15296
15297         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
15298         ThreadState_Stopped as well. Fixes #76047.
15299
15300 2005-09-29  Martin Baulig  <martin@ximian.com>
15301
15302         * class.c
15303         (inflate_generic_context): If the new context has a `gmethod', set
15304         its `container' that that gmethod's `container'.
15305
15306         * metadata.c
15307         (mono_metadata_parse_generic_param): Simplify things;
15308         `generic_container = generic_context->container;' is just fine.
15309
15310         * loader.c (method_from_methodspec): Code cleanups.
15311
15312 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
15313
15314         * decimal.c: fix warning (and let gcc generate correct
15315         code on ARM with optimizations).
15316
15317 2005-09-28  Martin Baulig  <martin@ximian.com>
15318
15319         * loader.c
15320         (method_from_memberref): Added `MonoGenericContext *class_context'
15321         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
15322         (method_from_methodspec): If we're a memberref, use the enclosing
15323         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
15324
15325 2005-09-28  Martin Baulig  <martin@ximian.com>
15326
15327         * object.c (mono_runtime_invoke_array): Added support for
15328         MONO_TYPE_GENERICINST; fixes #75917.
15329
15330 2005-09-27  Martin Baulig  <martin@ximian.com>
15331
15332         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
15333         `k->byval_arg.type' to determine the actual type.
15334
15335         * loader.c (method_from_methodspec): Removed some hacks.
15336
15337 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
15338
15339         * class-internals.h (mono_field_is_deleted): Do the test for
15340         rtspecialname before we check the actual name of the field. This
15341         prevents us from dereferencing a pointer into the string table,
15342         saving us from accessing a few pages
15343
15344         * *.c: Replace the use of {Enter,Leave}CriticalSection with
15345         macros. This will allow a deadlock debugger to easily be plugged
15346         in.
15347
15348 2005-09-27  Martin Baulig  <martin@ximian.com>
15349
15350         * loader.c (method_from_methodspec): Create a "signature"
15351         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
15352
15353 2005-09-27  Martin Baulig  <martin@ximian.com>
15354
15355         * class.c
15356         (inflate_generic_class): Correctly set the new context's
15357         container.
15358
15359         * loader.c
15360         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
15361         instead of a `MonoGenericContext *'.
15362         (mono_method_signature_full): Take a `MonoGenericContainer *'
15363         instead of a `MonoGenericContext *'.
15364
15365         * metadata.c
15366         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
15367         instead of a `MonoGenericContext *'.
15368         (mono_metadata_parse_method_signature_full): Likewise.
15369
15370 2005-09-26  Martin Baulig  <martin@ximian.com>
15371
15372         * class.c
15373         (mono_class_from_generic_parameter): Set `klass->generic_container'
15374         (mono_class_from_generic_parameter): Likewise.
15375         (mono_bounded_array_class_get): We inherit the generic container
15376         from the element class.
15377
15378         * loader.c
15379         (find_method, find_method_in_class): Take a `MonoGenericContext *'
15380         argument rather than computing it here.
15381         (method_from_memberref): Correctly set the generic context before
15382         parsing the signature.  Fixes #75681.
15383
15384 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
15385
15386         * object.c (mono_class_has_special_static_fields): Fix warnings.
15387
15388 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15389
15390         * assembly.c: Add parse_public_key function, to
15391         par the public keys. Also added mono_assembly_name_parse_full,
15392         to define it the parsed key should be freed or not.
15393         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
15394         to parse a long format assembly name.
15395         * metadata-internals.h: Keep mono_assembly_name_parse_full as
15396         private, since calling it to preserve the key requires
15397         freeing it manually.
15398         
15399 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
15400
15401         * locales.c : removed HAVE_ICU part.
15402
15403 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
15404
15405         * object.c (mono_class_create_runtime_vtable): Avoid calling 
15406         field_is_special_static if the klass has no special static fields.
15407
15408         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
15409         (MonoCachedClassInfo): Likewise.
15410
15411         * object.c (mono_class_has_special_static_fields): New helper function.
15412
15413 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
15414
15415         * class.c (mono_class_create_from_typedef): Don't call 
15416         interfaces_from_typedef_full for enums.
15417         (mono_class_create_from_typedef): Compute the base types of enums directly
15418         without calling mono_class_setup_fields ().
15419         (mono_class_find_enum_basetype): New helper function.
15420
15421         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
15422         one place inside the string heap.
15423         
15424 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
15425
15426         * class.c: locking fixes, code cleanups, some docs added.
15427         Allocate some data structures in the image mempool.
15428
15429 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
15430
15431         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
15432         the example code.
15433         
15434 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
15435
15436         * class-internals.h, class.c, reflection.c: reduce memory taken by
15437         MonoClass.
15438
15439 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
15440
15441         * metadata.c, metadata.h, loader.h: documentation updates, code and
15442         API cleanups.
15443
15444 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
15445
15446         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
15447         the example code.
15448
15449         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
15450         page faults caused by the runtime while reading metadata.
15451
15452 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15453
15454         * socket-io.c: the field names were changed 3 months ago and no one
15455         realized until bug #76077 got filed!
15456
15457 2005-09-20  Martin Baulig  <martin@ximian.com>
15458
15459         * icall.c (assembly_icalls): Removed some unused debugger icalls.
15460
15461 2005-09-20  Martin Baulig  <martin@ximian.com>
15462
15463         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
15464         write the rank into the class entry.
15465
15466 2005-09-20  Martin Baulig  <martin@ximian.com>
15467
15468         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
15469
15470 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
15471
15472         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15473
15474         * icall.c (custom_attrs_defined_internal): New icall.
15475
15476         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
15477         function.
15478         (mono_custom_attrs_construct_by_type): New helper function.
15479
15480 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
15481
15482         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
15483         terminate the resulting string. Fixes #76123.
15484
15485 2005-09-16  Martin Baulig  <martin@ximian.com>
15486
15487         * mono-debug.c
15488         (mono_debug_add_method): Ignore inflated methods for the moment.
15489
15490 2005-09-14  Martin Baulig  <martin@ximian.com>
15491
15492         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
15493
15494 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
15495
15496         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
15497         return a success/failure indication.
15498         (mono_metadata_interfaces_from_typedef_full): Ditto.
15499         (get_constraints): Ditto.
15500
15501 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
15502
15503         * marshal.c (emit_marshal_array): Fix handling of null arrays.
15504         
15505         * marshal.c (emit_marshal_array): Add support for returning string
15506         arrays from delegates. Fixes #76063.
15507
15508         * marshal.c: Use the emit_ldloc/stloc macros where possible.
15509
15510 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
15511
15512         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
15513         icall.
15514
15515 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
15516
15517         * reflection.c icall.c: Fix after mono_get_exception_type_load
15518         signature change.
15519
15520         * assembly.c (mono_assembly_get_assemblyref): New helper function.
15521         (mono_assembly_load_reference): Use the new helper.
15522
15523         * class-internals.h (MonoLoaderError): New structure containing 
15524         information about type loading errors.
15525
15526         * class-internals.h loader.c: Add APIs to store per-thread loader
15527         error information.
15528
15529         * loader.c class.c: Set the loader error if needed.
15530
15531         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
15532
15533 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
15534
15535         * decimal.c: fixed to handle the broken ARM fp format.
15536
15537 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
15538
15539         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
15540         broken.
15541
15542 2005-09-06  Martin Baulig  <martin@ximian.com>
15543
15544         * domain.c (supported_runtimes): Added v2.0.50727.
15545
15546 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
15547
15548         * culture-info.h: reduce the size of some structures.
15549
15550 2005-09-05  Martin Baulig  <martin@ximian.com>
15551
15552         Reflect latest API changes in the August CTP.
15553
15554         * icall.c
15555         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
15556         ("MonoType.HasGenericArguments"): Removed.
15557         ("MonoMethod.BindGenericParameters"): Renamed to
15558         "MakeGenericMethod".
15559         ("MethodBuilder.BindGenericParameters"): Renamed to
15560         "MakeGenericMethod".    
15561
15562 2005-09-05  Martin Baulig  <martin@ximian.com>
15563
15564         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
15565
15566 2005-09-05  Martin Baulig  <martin@ximian.com>
15567
15568         Applying a patch from Michal Moskal <malekith@nemerle.org>.
15569
15570         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
15571         generic_container is non-NULL.
15572
15573 2005-09-05  Martin Baulig  <martin@ximian.com>
15574
15575         Applying a patch from Michal Moskal <malekith@nemerle.org>.
15576
15577         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
15578
15579 2005-08-29  Michal Moskal  <malekith@nemerle.org>
15580
15581         * reflection.c (encode_locals,
15582         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
15583         for large generic types.
15584
15585 2005-09-05  Martin Baulig  <martin@ximian.com>
15586
15587         Applying a patch from Michal Moskal <malekith@nemerle.org>.
15588
15589         * class.c (mono_dup_array_type): New public method.
15590         (mono_metadata_signature_deep_dup): New public method.
15591         (dup_type): Correctly duplicate array and function types.
15592
15593 2005-09-05  Martin Baulig  <martin@ximian.com>
15594
15595         Applying a patch from Michal Moskal <malekith@nemerle.org>.
15596
15597         * reflection.c (get_default_param_value_blobs): Handle generic types
15598         and generic methods.
15599
15600 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
15601
15602         * class.c: Fixed error reporting (method/class were inversed) for 
15603         inheritance demands.
15604         * security-manager.c|h: Added the AppDomain when calling the managed
15605         System.Security.SecurityManager.InheritanceDemand method.
15606
15607 2005-09-01  Raja R Harinath  <rharinath@novell.com>
15608
15609         * reflection.c (encode_marshal_blob): 'marshaltype' and
15610         'marshaltyperef' are alternate sources for the custom marshaler
15611         name.
15612
15613 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
15614
15615         * class.c: fix creation of array classes with rank == 1
15616         (patch by Ankit Jain <jankit@novell.com>).
15617
15618 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
15619
15620         * object.c: fix check for creating the bound data for arrays vs
15621         szarrays.
15622
15623 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15624
15625         * object.c: configuration file name is now based on the executable name,
15626         not the image name. Fixes bug #75931.
15627
15628 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
15629
15630         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
15631         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
15632
15633 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
15634
15635         * rand.c: Use wincrypt.h instead of WinCrypt.h.
15636
15637 2005-08-24  Ankit Jain  <jankit@novell.com>
15638             Raja R Harinath  <rharinath@novell.com>
15639
15640         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
15641           called by it recursively.
15642           (mono_class_init): Remove special case in pending_init handling, since it's
15643           superseded by the fix to mono_class_from_typeref.
15644
15645 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
15646
15647         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
15648         BROKEN_THREAD_START stuff.
15649
15650 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
15651
15652         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
15653         trampoline.
15654
15655         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
15656         
15657         * object.c (mono_delegate_ctor): Replace the original function address with
15658         a delegate trampoline.
15659
15660 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
15661
15662         * icall.c: add boolean argument to base64_to_byte_array and 
15663         InternalFromBase64String to control whether a whitespace-only string
15664         is allowed (or should casue a FormatException to be thrown). We need
15665         this as the behavior has changed between MS.NET 1.x and 2.0, and we
15666         to match the MS behaviour in both profiles.
15667         * appdomain.c: Bump corlib version.
15668
15669 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15670
15671         This patch implements a big portion of publisher policy
15672         support, used to bind assembly versions and redirect
15673         one assembly from version A to version B.
15674
15675         * assembly.c:
15676         New GSList loaded_assembly_bindings, for storing the cached
15677         assembly bindings.
15678         (assembly_binding_maps_name): New static function for checking if a 
15679         assembly binding information maps an assembly name.
15680         (mono_assembly_binding_info_free): New function for freeing
15681         assembly binding information resources.
15682         (get_publisher_policy_info): New static function for retrieving 
15683         assembly binding information from a MonoImage.
15684         (compare_versions): New static function for comparing an assembly
15685         binding information data and the version of an assembly name.
15686         (check_policy_versions): New static function for checking if an
15687         assembly binding info mapping an assembly name is valid for it.
15688         (mono_assembly_load_publisher_policy): New static function for
15689         loading the 'policy.major.minor.MyAssembly' image for an assembly
15690         with an assembly name 'aname'.
15691         (mono_assembly_bind_version): New static function for updating
15692         assembly redirection.
15693         (mono_assembly_apply_binding): New static function for applying
15694         assembly binding.
15695         (search_binding_loaded): New static function for searching 
15696         loaded assembly binding infos in the cache domain.
15697         (mono_assembly_load_full): Don't apply assembly binding for
15698         reflection only assemblies.
15699
15700         * metadata-internals.h: Add MonoAssemblyBindingInfo,
15701         which contains information about assembly binding. Also
15702         declare signature for mono_config_parse_publisher_policy ()
15703         function, used to retrieve pub policy info.
15704         
15705         * mono-config.c:
15706         (publisher_policy_start): New static function used to parse publisher 
15707         policy config files.
15708         (publisher_policy_parser): New static MonoParseHandler containing 
15709         the functions used when parsing config files.
15710         (mono_config_parse_publisher_policy): New function for parsing
15711         publisher policy files.
15712         
15713 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
15714
15715         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
15716
15717         * marshal.c (mono_delegate_free_ftnptr): Ditto.
15718
15719         * object.c (mono_get_addr_from_ftnptr): New helper function.
15720
15721         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
15722
15723         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15724
15725 2005-08-19  Dick Porter  <dick@ximian.com>
15726
15727         * threads.c, threads.h, appdomain.c, appdomain.h,
15728         profiler-private.h, monitor.c, object.c, object-internals.h,
15729         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
15730         store the thread ID, so it can hold a 64 bit value if needed.
15731
15732 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
15733
15734         * reflection.c (mono_reflection_create_dynamic_method): Store the
15735         handle class into the method references as well so ldtoken works in
15736         dynamic methods.
15737
15738         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
15739         types.
15740
15741 2005-08-19  Ankit Jain <jankit@novell.com>
15742
15743         Fix #75847.
15744         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
15745           here rather than using the method signature of a arbitrary function
15746           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
15747           two arguments.
15748           Hack done with Harinath.
15749
15750 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15751
15752         * threadpool.c: disable printing stack traces when we get a exception
15753         in a threadpool thread. I need to do more testing to figure out which
15754         cases actually print this. Fixes bug #75828.
15755
15756 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15757
15758         * icall.c: there might be ignored whitespace after the last '='. This
15759         fixes length computation and bug #75840.
15760
15761 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
15762
15763         * assembly.c (mono_assembly_load_full): Consider .exe extension as
15764         well. Fixes #75809.
15765
15766         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
15767         #75784.
15768         
15769         * reflection.c (create_custom_attr_data): Ditto.
15770
15771 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
15772
15773         * locales.c, culture-info.h : removed RegionLCIDMap.
15774         * culture-info-tables.h : regenerated.
15775
15776 2005-08-16  Martin Baulig  <martin@ximian.com>
15777
15778         * class.c (mono_type_get_name_recurse): Small fix.
15779
15780 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
15781
15782         * locales.c : indentation fixie.
15783
15784 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
15785
15786         * object-internals.h,
15787           locales.h,
15788           locales.c,
15789           culture-info.h,
15790           icall.c : added RegionInfo table support.
15791         * culture-info-table.h : regenerated for region support.
15792
15793 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
15794
15795         * reflection.c (resolve_object): handle all kinds of MonoMethod
15796         including generic ones
15797
15798 2005-08-12  Ankit Jain <jankit@novell.com>
15799
15800         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
15801           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
15802
15803 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
15804
15805         * process.c: Don't close a thread handle when it's NULL. This is a
15806         workaround for bug #75733.
15807
15808 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
15809
15810         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
15811
15812 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
15813
15814         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
15815
15816 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15817
15818         * threadpool.c: if a work item in the thread pool has a callback that
15819         catches a exception, don't propagate it after invoking the callback.
15820         Fixes bug #75336.
15821
15822 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
15823
15824         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
15825
15826         * class-internals.h (MonoCachedClassInfo): Add some new fields.
15827
15828         * class.c (mono_class_init): Load field info lazily in the AOT case.    
15829
15830         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
15831
15832 2005-08-03  Ankit Jain  <jankit@novell.com>
15833
15834         Fix #75683.
15835         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
15836           PInvoke calling convention is 0.
15837
15838 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
15839
15840         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
15841         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
15842
15843 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
15844
15845         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
15846         to handle threads not started by the GC (patch by Michael Meeks
15847         <michael.meeks@novell.com>).
15848
15849 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
15850
15851         * reflection.c: Make buffer used in emitting types larger for some
15852         big generic types (patch by Michal Moskal).
15853
15854 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
15855
15856         * mono-debug.c: Fix some (not all) alignment problems.
15857
15858 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15859
15860         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
15861         Invoke mono_image_load_from_data_full passing the refonly
15862         parameter.
15863
15864         * assembly.c
15865         (mono_assembly_open_from_bundle): Add the refonly argument, 
15866         in order to pass it to other methods it calls to.
15867         (do_mono_assembly_open): Add the refonly argument, in order 
15868         to pass it to other methods it calls to.
15869         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
15870         the refonly parameter to it.
15871
15872         * image.c: Add loaded_images_refonly_hash and
15873         loaded_images_refonly_guid_hash to cache the reflection
15874         only loaded images.
15875         (mono_images_init): Initialize the hash tables used for
15876         caching the reflection only images.
15877         (load_modules): Invoke mono_image_open_full passing the refonly
15878         parameter to load the modules the correct way.
15879         (build_guid_table): Add the refonly argument, to re-build the 
15880         correct hash table.
15881         (do_mono_image_open): Added the refonly argument, in order to
15882         define it for the loaded image.
15883         (mono_image_loaded_full): New function, which receives an
15884         additional parameter to look for the image in the refonly or
15885         non-refonly section.
15886         (mono_image_loaded): Updated, using mono_image_loaded_full.
15887         (mono_image_loaded_by_guid_full): The same case that happens
15888         with mono_image_loaded_full.
15889         (mono_image_loaded_by_guid): Likewise.
15890         (register_image): Use the ref_only variable inside MonoImage
15891         to decide in which hash table store the current image.
15892         (mono_image_open_from_data_full): Rename
15893         mono_image_open_from_data to mono_image_open_from_data_full,
15894         adding the refonly argument, to define the ref_only variable 
15895         inside MonoImage.
15896         (mono_image_open_from_data): Return 
15897         mono_image_open_from_data_full.
15898         (mono_image_open_full): Rename mono_image_open to
15899         mono_image_open_full, receiving the new refonly argument,
15900         to pass it to inner methods.
15901         (mono_pe_file_open): Update this function, to open
15902         a MonoImage as a non-refonly image.
15903         (mono_image_close): Use the refonly variable inside
15904         MonoImage to remove the image from the correct caches.
15905
15906         * image.h: Add the signatures of mono_image_open_full,
15907         mono_image_open_from_data_full, mono_image_loaded_full,
15908         mono_image_loaded_by_guid_full.
15909
15910         * metadata-internals.h: Add the ref_only field to 
15911         MonoImage.
15912         
15913 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15914
15915         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
15916         Fix the last behavior, which used to load the assemblies and
15917         extract MonoReflectionAssemblyName information, instead of
15918         extract it from the metadata tables. Needed for Reflection
15919         Only assemblies.
15920         
15921 2005-07-29  Martin Baulig  <martin@ximian.com>
15922
15923         * mono-debug-debugger.c
15924         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
15925         not initialized.
15926
15927         * mono-debug.c
15928         (mono_debug_address_from_il_offset): Check whether we have
15929         debugging support before attempting to take the lock.
15930         (mono_debug_source_location_from_address): Likewise.
15931         (mono_debug_source_location_from_il_offset): Likewise.
15932         (mono_debug_il_offset_from_address): Likewise.
15933         (mono_debug_address_from_il_offset): Likewise.
15934
15935 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
15936
15937         * class.c (mono_class_from_name_case): Add support for dynamic images.
15938         Fixes #75650.
15939
15940         * object.c (mono_class_compute_gc_descriptor): Add a workaround
15941         for #75479.
15942
15943 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
15944         
15945         * reflection.c (mono_method_get_object): Fix warning.
15946
15947 2005-07-28  Martin Baulig  <martin@ximian.com>
15948
15949         * mono-debug.c
15950         (mono_debug_add_wrapper): Also write the wrapper type.
15951
15952 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
15953
15954         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
15955         
15956         * class.c (mono_class_init): Avoid reading nested classes if the AOT
15957         data indicates the class has none.
15958
15959 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
15960
15961         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
15962         loader lock with the debugger lock. Prevents deadlocks for beagle.
15963
15964         Beagle can now run on an smp box for a weekend without any
15965         issues. Woohoo!
15966
15967 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
15968
15969         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
15970         in a module. Fixes #75629.
15971
15972 2005-07-26  Martin Baulig  <martin@ximian.com>
15973
15974         * mono-debug.c (mono_debug_add_wrapper): New static method.
15975         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
15976         interncall or a wrapper.
15977
15978         * mono-debug.h (MonoDebugWrapperData): New public typedef.
15979         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
15980         (MONO_DEBUGGER_VERSION): Bump to 51.
15981
15982         * mono-debug-debugger.c
15983         (mono_debugger_add_type): Removed this empty function.
15984         (mono_debugger_add_method): Likewise.
15985
15986 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
15987
15988         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
15989         before accessing method->slot.
15990
15991 2005-07-21  Jb Evain  <jbevain@gmail.com>
15992
15993         * reflection.c (method_encode_clauses/class): Handle filters clauses.
15994         Fixes #75010.
15995
15996 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
15997
15998         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
15999         #75587.
16000
16001 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
16002
16003         * image.h image.c: Add mono_image_get_guid () API function.
16004
16005 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
16006
16007         There were issues when multiple threads tried to load
16008         assemblies. A deadlock was created between assemblies_mutex and
16009         mono_domain_assemblies_lock. This fixes the issue by making the
16010         assembly ref counting be lock free. See bug 75586.
16011         
16012         * image.c (mono_image_close): The add ref function here was using
16013         Interlocked operations while the unref was using a mutex and a
16014         --. I don't think this was ever a bug that would be exposed in a
16015         non-pendantic way (ie, by an embedder doing a ref on one thread
16016         and an unref on another), but for the sake of correctness, this is
16017         now Interlocked.
16018
16019         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
16020         (mono_assembly_load_reference): Call mono_assembly_addref rather
16021         than touching the refcount ourselves.
16022         (mono_assembly_close): Use InterlockedDecrement to unref the
16023         assembly. Don't acquire the lock unless it is actually needed.
16024
16025 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
16026
16027         * class.c (mono_class_layout_fields): Fix calculation of has_references
16028         for generic types.
16029
16030 2005-07-12  Martin Baulig  <martin@ximian.com>
16031
16032         Applying a patch from Michal Moskal <malekith@nemerle.org>.
16033
16034         * metadata.c
16035         (mono_type_hash): Provide better hashing for generic instances.
16036         (mono_generic_inst_hash): Improve hashing.
16037         (mono_generic_class_hash): Likewise.
16038
16039         * reflection.c (mymono_metadata_type_hash): Improve hashing for
16040         generic instances.
16041
16042 2005-07-12  Martin Baulig  <martin@ximian.com>
16043
16044         * reflection.c (mono_reflection_create_runtime_class): Remove the
16045         hack for generic type definitions and non-`Run' assemblies.
16046         (mono_reflection_bind_generic_parameters): Also use
16047         `klass->wastypebuilder' to check for TypeBuilders.
16048
16049 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
16050
16051         * class.c (mono_class_layout_fields): Fix calculation of has_references
16052         for generic types.
16053
16054         * class.c (inflate_generic_class): Fix a leak.
16055         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
16056         for generic types.
16057
16058 2005-07-11  Martin Baulig  <martin@ximian.com>
16059
16060         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
16061         on error.
16062
16063 2005-07-11  Martin Baulig  <martin@ximian.com>
16064
16065         * loader.c (find_method): Also lookup in
16066         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
16067
16068 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
16069
16070         * appdomain.c (mono_domain_unload): Don't free the error message
16071         before passing it to mono_get_exception_...
16072
16073         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
16074         
16075 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
16076
16077         * threads.c: try to better guess an available RT signal (bug #75387).
16078
16079 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
16080
16081         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
16082         and CACHE_OBJECT.
16083
16084 2005-07-07  Martin Baulig  <martin@ximian.com>
16085
16086         * class.c (mono_type_get_name_full): Return NULL for
16087         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
16088         fixes #75408.
16089
16090 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
16091
16092         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
16093         exit the appdomain as well being aborted.
16094
16095         * threadpool.c: Create all threadpool threads inside the root appdomain, and
16096         change back to the root domain after calling managed code. This enables
16097         appdomains using threadpools to be unloaded.
16098
16099 2005-07-07  Martin Baulig  <martin@ximian.com>
16100
16101         * class-internals.h
16102         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
16103         into `MonoDynamicGenericClass' since we only need it for dynamic
16104         types.
16105
16106         * reflection.c (mono_class_bind_generic_parameters): We don't need
16107         to compute the `parent' here.
16108
16109 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
16110
16111         * culture-info-table.h : regenerated.
16112
16113 2005-07-06  Martin Baulig  <martin@ximian.com>
16114
16115         * icall.c
16116         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
16117
16118         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
16119
16120 2005-07-06  Martin Baulig  <martin@ximian.com>
16121
16122         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
16123         we're doing a signature-only comparision; fixes #74945.
16124
16125 2005-07-06  Martin Baulig  <martin@ximian.com>
16126
16127         * class-internals.h (MonoGenericClass): Moved some things out into
16128         a new `MonoInflatedGenericClass' type.  
16129         (MonoInflatedGenericClass): New type; the `klass' of a
16130         `MonoGenericClass' is now computed lazyly in
16131         mono_get_inflated_generic_class().      
16132
16133         * class.c (mono_get_inflated_generic_class): New public function.
16134         (mono_class_inflate_generic_method): Removed the unused
16135         `MonoClass *' argument.
16136         (setup_generic_vtable): Don't call mono_get_inflated_method() on
16137         all the methods.
16138         (mono_class_create_generic): Make this static and merge it with
16139         mono_class_create_generic_2(); we're now called automatically from
16140         mono_get_inflated_generic_class().
16141
16142         * loader.c (mono_method_signature): Call
16143         mono_get_inflated_method() here.
16144
16145 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
16146
16147         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
16148         type of fields with RVA.
16149
16150         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
16151         for this pseudo class.
16152         (my_mono_class_from_generic_parameter): Likewise.
16153         (mono_class_init): Allow interfaces to have cctors.
16154
16155 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
16156
16157         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
16158         lazily for AOT methods.
16159
16160 2005-07-05  Martin Baulig  <martin@ximian.com>
16161
16162         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
16163         returns FALSE for a successful match, not TRUE.
16164
16165 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
16166
16167         * loader.c (mono_method_get_index): Optimize this a bit.
16168
16169 2005-07-04  Martin Baulig  <martin@ximian.com>
16170
16171         * class.c
16172         (class_compute_field_layout): Move the check for generic type
16173         definitions into mono_class_layout_fields().  Fixes #74684.
16174         (mono_class_from_generic_parameter): Correctly compute
16175         `klass->parent'; fixes #75457.
16176
16177         * reflection.c (register_assembly, register_module): Make sure
16178         `domain->rejobject_hash' is already created.
16179
16180 2005-07-02  Martin Baulig  <martin@ximian.com>
16181
16182         * class-internals.h
16183         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
16184         `MonoDynamicGenericClass'.      
16185
16186 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
16187
16188         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
16189         returned by a field getter is null, since null is a valid value.
16190
16191 2005-07-01  Martin Baulig  <martin@ximian.com>
16192
16193         * reflection.c (mono_reflection_generic_class_initialize): Update
16194         the `dgclass->fields [i].parent' to the correct class.
16195         (mono_image_get_fieldref_token): Use the declaring type, not the
16196         reflected type.
16197
16198 2005-07-01  Martin Baulig  <martin@ximian.com>
16199
16200         * loader.c (find_method): Also look in the interfaces; fixes #75429.
16201
16202 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
16203
16204         * threads.c (thread_cleanup): assert that thread != NULL
16205         (wait_for_tids_or_state_change): We were using the wrong variable
16206         when accessing wait->threads. `i' was always out of the bounds of
16207         the array.
16208
16209 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16210
16211         * loader.c: map user32 and kernel32 to libMonoSupportW
16212
16213 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
16214
16215         * appdomain.c (unload_thread_main): Mark this as WINAPI.
16216
16217 2005-06-28  Martin Baulig  <martin@ximian.com>
16218
16219         * loader.c (method_from_methodspec): Fix #75334.
16220
16221 2005-06-28  Martin Baulig  <martin@ximian.com>
16222
16223         Fix #74953 - Arrays now implement the generic IList<T> interface
16224         on the 2.0 platform.
16225
16226         * class-internals.h (MonoDefaults): Added `generic_array_class'.
16227
16228         * reflection.c (mono_class_bind_generic_parameters): New public
16229         function; similar to mono_reflection_bind_generic_parameters(),
16230         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
16231
16232         * domain.c (mono_init_internal): Try to initialize.
16233         `mono_defaults.generic_array_class' here; this'll only succeed if
16234         we're using the 2.0 corlib.
16235
16236         * icall.c
16237         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
16238         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
16239         (mono_lookup_internal_call): Added support for nested classes.
16240
16241         * loader.c
16242         (mono_get_method_from_token): Set `result->signature->pinvoke' if
16243         we're an interncall and have generic arguments.
16244
16245         * class.c
16246         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
16247         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
16248         instance of System.Array.InternalArray<T> for arrays, so they
16249         implement the generic IList<T> interface.
16250
16251 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
16252
16253         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
16254         (chastamar@yahoo.com). Fixes #75374.    
16255
16256 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
16257
16258         * culture-info-table.h: regenerated.
16259
16260 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16261
16262         * icall.c: handle spaces correctly for base64 strings.
16263
16264 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
16265
16266         * *.c: Kill some warnings.
16267
16268 2005-06-23  Duncan Mak  <duncan@novell.com>
16269
16270         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
16271         that this builds on Solaris 10 (x86).
16272
16273 2005-06-23  Martin Baulig  <martin@ximian.com>
16274
16275         * class.c
16276         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
16277         generic type definitions.
16278
16279 2005-06-23  Martin Baulig  <martin@ximian.com>
16280
16281         Fix #75331.
16282
16283         * metadata.c (mono_class_get_overrides): Renamed to
16284         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
16285         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
16286         pass it to mono_get_method_full().
16287
16288 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
16289
16290         * reflection.c (mono_reflection_create_runtime_class): take the
16291         mono_domain_lock in this method. Prevents deadlocks
16292
16293 2005-06-22  Martin Baulig  <martin@ximian.com>
16294
16295         * loader.c (method_from_methodspec): Fix #75330.
16296
16297 2005-06-22  Martin Baulig  <martin@ximian.com>
16298
16299         * reflection.c (type_get_qualified_name): Use
16300         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
16301         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
16302         argument; use it if we don't have an assembly name.
16303
16304 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
16305
16306         * object.c: In mono_message_init, set "copy out" flag for in
16307         parameters with the [Out] flag.
16308
16309 2005-06-21  Martin Baulig  <martin@ximian.com>
16310
16311         * class.c
16312         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
16313         and MONO_TYPE_PTR.
16314
16315 2005-06-21  Martin Baulig  <martin@ximian.com>
16316
16317         * class.c (mono_class_init): Don't initialize `class->fields' for
16318         generic instances since they're initialized again in
16319         compute_field_layout(). 
16320         (compute_field_layout): Set the field's `generic_info' here; fix
16321         #75320. 
16322
16323 2005-06-21  Martin Baulig  <martin@ximian.com>
16324
16325         * class-internals.h
16326         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
16327
16328         * metadata.c (mono_metadata_generic_method_equal): Also
16329         distinguish the `generic_class'; fixes #75334.
16330
16331 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16332
16333         * domain.c:
16334         * appdomain.c:
16335         * domain-internals.h:
16336         * reflection.c: 'domain_assemblies' field is now protected by its own
16337         lock. Don't call into managed code to run the AssemblyLoad event if we
16338         now there are no registered delegates for it.
16339
16340 2005-06-20  Martin Baulig  <martin@ximian.com>
16341
16342         * class.c (mono_class_is_assignable_from): Use a custom version of
16343         mono_class_has_parent() to make things work for generic instances;
16344         fix #75300.
16345
16346 2005-06-20  Martin Baulig  <martin@ximian.com>
16347
16348         * loader.c (method_from_methodspec): Apply a patch from
16349         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
16350
16351 2005-06-20  Martin Baulig  <martin@ximian.com>
16352
16353         * class.c (mono_class_init): Reverted Zoltan's last change; it
16354         breaks generics.
16355
16356 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
16357
16358         * threads.c (wait_for_tids_or_state_change): Add missing locking.
16359
16360 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16361
16362         * socket-io.c: fix the index in the socket array for writable/error
16363         sockets. Fixes bug #75306.
16364
16365 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
16366
16367         * class.c (mono_class_init): Allow interfaces to have static ctors.
16368
16369 2005-06-17  Martin Baulig  <martin@ximian.com>
16370
16371         * loader.c (method_from_methodspec): Use `context->container' when
16372         parsing the `gmethod->inst'.
16373
16374 2005-06-17  Martin Baulig  <martin@ximian.com>
16375
16376         * class.c (mono_type_get_name_recurse): Don't add the assembly
16377         name for type arguments.
16378
16379 2005-06-15  Martin Baulig  <martin@ximian.com>
16380
16381         * reflection.c (mono_image_get_inflated_method_token): Encode
16382         correct klass; fixes #75260.
16383
16384 2005-06-13 Michal Moskal <malekith@nemerle.org>
16385
16386         * icall.c: Make GetCorrespondingMethod/Constructor take
16387         MonoReflectionMethod method not MonoMethod. Removed
16388         MonoType.GetCorrespondingField, and make
16389         MonoGenericType.GetCorrespondingField take name not
16390         MonoClassField.
16391
16392 2005-06-13  Michal Moskal <malekith@nemerle.org>
16393
16394         * reflection.c (field_encode_signature, encode_locals):
16395          Make sizes of buffers for types larger (for big generic types).
16396          (create_generic_typespec,
16397          mono_reflection_sighelper_get_signature_local,
16398          mono_reflection_sighelper_get_signature_field):
16399          Add asserts for too small buffers.
16400
16401 2005-06-15  Martin Baulig  <martin@ximian.com>
16402
16403         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
16404         if our parent is not a dynamic type.
16405
16406 2005-06-15  Martin Baulig  <martin@ximian.com>
16407
16408         * class-internals.h (MonoTypeNameFormat): New enum.
16409
16410         * class.c
16411         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
16412         (mono_type_get_full_name): Removed.
16413         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
16414         argument instead of the boolean's.
16415
16416         * icall.c (ves_icall_System_MonoType_getFullName):
16417         Added `gboolean assembly_qualified'.    
16418
16419         * reflection.h
16420         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
16421
16422         * reflection.c (mono_reflection_parse_type): Parse the new type
16423         name format.
16424
16425 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16426
16427         * icall.c: no need to convert from utf16 to utf8 and then back again
16428         after the call to GetLogicalDrives.
16429
16430 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16431
16432         * icall.c: frombase64. Fix problems exposed by new tests.
16433
16434 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16435
16436         * icall.c: added internal calls for converting char [] and strings in
16437         base64 into byte [].
16438
16439 2005-06-10  Martin Baulig  <martin@ximian.com>
16440
16441         * class.c (mono_class_create_generic_2): Read the nested classes
16442         from the metadata rather than from `gklass->nested_classes' since
16443         `gklass' might not be initialized yet.
16444
16445 2005-06-09  Duncan Mak  <duncan@novell.com>
16446
16447         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
16448         all public headers. Fixes #74919.
16449
16450 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
16451
16452         * domain.c: The key for proxy_vtable_hash is now a pointer
16453         array. Added new GHashFunc and GCompareFunc functions for this.
16454
16455         * class.h: The list of interfaces in MonoRemoteClass is known in
16456         advance and can't grow (we create a new MonoRemoteClass if needed),
16457         so now the interface array can be allocated together with
16458         MonoRemoteClass.
16459         
16460         * object.c: Added a new method create_remote_class_key.
16461         Fixed mono_remote_class so it does not depend on
16462         mono_upgrade_remote_class.
16463         Removed extend_interface_array.
16464         Added new method clone_remote_class(), which makes a copy of a remote
16465         class and adds a new interface or class to it.
16466         mono_upgrade_remote_class() now creates a new remote class (or gets
16467         it from the cache) if an vtable upgrade is needed. In this way
16468         we make sure that other objects sharing the same remote class
16469         don't get the new vtable with unwanted interfaces.
16470         
16471         * object-internals.h:
16472         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
16473         
16474         * marshal.c: Track changes in mono_upgrade_remote_class().
16475
16476 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
16477         * icall.c: Add runtime methods for obtaining members of inflated
16478         class, which were created from supplied non-inflated members. It
16479         is used in internal Get{Method,Constructor,Field} methods in
16480         System.Type
16481
16482 2005-06-09  Martin Baulig  <martin@ximian.com>
16483
16484         * reflection.c
16485         (mono_reflection_bind_generic_method_parameters): Fix #75169.
16486
16487 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
16488         * reflection.c (mono_image_basic_init): Define
16489         Version in MonoDynamicAssembly. 
16490         
16491 2005-06-08  Martin Baulig  <martin@ximian.com>
16492
16493         Fix #75136.
16494
16495         * loader.c
16496         (mono_method_signature_full): New public method; takes a
16497         `MonoGenericContext *'.
16498         (find_method): Use mono_method_signature_full() and pass the
16499         klass'es context to it.
16500
16501         * class.c (mono_class_is_inflated_method): Use
16502         mono_method_signature_full() and pass the context to it.
16503
16504 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
16505
16506         * object.c: add proper locking in mono_remote_class_vtable(),
16507         fixes possible memory corruption.
16508
16509 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
16510
16511         * marshal.c (mono_remoting_marshal_init): set
16512         initialized after initialization.
16513
16514 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
16515
16516         * locales.c : hush.
16517
16518 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
16519
16520         * object.c (extend_interface_array): fix really silly
16521         memory corrupting / comparison bug.
16522
16523 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
16524
16525         * reflection.c: Functions added to support the creation
16526         of CustomAttributeData, which includes Attribute data
16527         used by ReflectionOnly methods.
16528
16529         * reflection.h:  mono_reflection_get_custom_attrs_data and
16530          mono_custom_attrs_data_construct added (functions exposed).
16531
16532          * icall.c: Added mono_reflection_get_custom_attrs_data
16533          as icall.
16534         
16535 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
16536
16537         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
16538         lupus's request.
16539
16540 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
16541
16542         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
16543
16544         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
16545         dynamic DllImportAttribute.
16546
16547         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
16548         dynamic DllImportAttribute.
16549
16550         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
16551         Fixes #75162.
16552
16553 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16554
16555         * threads.c: avoid segfault when an unstarted thread is aborted.
16556
16557 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
16558
16559         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
16560         Returns the name and version of the runtime for reporting.
16561
16562 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16563
16564         * appdomain.c: bump corlib version.
16565         * object-internals.h: new field in MonoReflectionAssembly.
16566
16567 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16568
16569         * object-internals.h: Carlos forgot to add this field.
16570
16571 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
16572
16573         * icall.c: Added create_version to create instances
16574         of Version of MonoReflectionAssemblyName. This change helps
16575         the AssemblyName tests to keep running fine.
16576         
16577 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
16578   
16579         * object.c (mono_method_return_message_restore): A somehow less
16580         intrusive fix for #75138.
16581
16582 2005-06-03  Raja R Harinath  <rharinath@novell.com>
16583
16584         * object.c (mono_method_return_message_restore): Fix computation
16585         of expected number of out args.
16586
16587 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
16588
16589         * reflection.c (mono_image_get_method_info): Fix the case when the
16590         charset is empty.
16591
16592 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
16593
16594         * object.c: Added missing null check in
16595           mono_method_return_message_restore.
16596
16597 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
16598
16599         * reflection.c (mono_image_get_method_info): Handle the case when
16600         dllentry is empty.
16601
16602 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
16603
16604         * object.c: When creating the vtable for a proxy, take into account
16605         all inherited interfaces, not only the ones registered in
16606         iclass->interfaces. This fixs bug #74996.
16607         Also, in mono_method_return_message_restore, verify that the array
16608         of out args has the expected lengh.
16609
16610 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16611
16612         * socket-io.c: update the timeout in Poll when the call is interrupte.
16613
16614 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16615
16616         * socket-io.c: support abort/suspend in Select_internal after last
16617         change.
16618
16619 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16620
16621         * threadpool.c: remove warning.
16622
16623 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16624
16625         * icall.c:
16626         * socket-io.[ch]: Select_internal uses poll() now when available, thus
16627         removing the 1024 limit from select(). Runtime part of the fix for
16628         bug #71203.
16629
16630 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16631
16632         * socket-io.c: when resolving the addresses for the same
16633         host returned by gethostname(), get the local IPs from the interface
16634         list. Loopback addresses are discarded if the are interfaces up with
16635         non-loopback ones. Fixes bug #63265.
16636
16637 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
16638
16639         * appdomain.c, verify.c, object-internals.h, reflection.c:
16640         bumped corlib number to 36, and added new extra_flags field
16641         to ReflectionMethodBuilder and friends.  Fixes #75060.
16642
16643 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
16644
16645         * gc.c: register a new weak link only if the object is non-null
16646         (fixes bug#75047).
16647
16648 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
16649
16650         * culture-info.h : short time pattern too.
16651
16652 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
16653
16654         * culture-info.h : expand long time pattern string length.
16655
16656 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
16657
16658         * culture-info-table.h : update (more French date format; #72788).
16659
16660 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
16661
16662         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
16663         the method is static. Fixes #75029.
16664
16665 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
16666
16667         * reflection.c: Update the table_idx field of method builders after
16668         saving the module, since it can change. This is a workaround for
16669         bug #74914. 
16670
16671 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
16672
16673         * culture-info-table.h : update (additional French date format).
16674
16675 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
16676
16677         * icall.c (ves_icall_type_Equals): Revert last change.
16678         
16679         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
16680
16681         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
16682
16683 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
16684
16685         * class-internals.h: Added executioncontext_class field to 
16686         MonoDefaults structure.
16687         * domain.c: Cache System.Threading.ExecutionContext class in 
16688         mono_defaults.
16689         * object.c: Capture the ExecutionContext for asynchroneous calls in
16690          mono_async_result_new.
16691         * object-internals.h: Added execution_context and original_context 
16692         fields to MonoAsyncResult. Added execution_context to MonoThread.
16693         * security-manager.c|.h: Added mono_get_context_capture_method to 
16694         return the capture method (if required by the security manager or by
16695         the framework version used).
16696         * threadpool.c: Apply capture (if present) ExecutionContext in 
16697         mono_async_invoke and revert to original context after it completes.
16698
16699 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
16700
16701         * culture-info-table.h : updated (real hacky solution for zh-CHT).
16702
16703 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
16704
16705         * culture-info-table.h : zh-CHT related workaround.
16706
16707 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
16708
16709         * marshal.c (emit_marshal_custom): Add some error checking and call the
16710         methods in the ICustomMarshaler interface. Fixes #74875.
16711         
16712         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
16713         native->managed wrappers.
16714
16715 2005-05-12  Martin Baulig  <martin@ximian.com>
16716
16717         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
16718         here and use the loader lock.
16719
16720         * mono-debug.c: Properly lock when the debugger is not attached.
16721         (mono_debug_init): Release the initial lock if we're not running
16722         in the debugger.
16723
16724 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
16725
16726         * marshal.c (emit_marshal_custom): Pass through NULL values without
16727         calling the custom marshalling routines.
16728
16729         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
16730         conversion in structures. Fixes #74882.
16731
16732 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
16733
16734         * culture-info-table.h : zh-* cultures were missing.
16735
16736 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
16737
16738         * threads.c: Added a new event background_change_event which is signaled
16739         when a thread changes its background mode.
16740         Moved here several checks previously done in managed code. The checks
16741         require the thread lock, and using the thread lock in managed code
16742         can result in deadlocks.
16743         Merged Start_internal and Thread_internal into a single method. Now 
16744         Thread_internal does all work of creating and starting a thread.
16745         Added icalls for setting and getting the state of the object. Moved from
16746         managed code to avoid locking there.
16747         Added wait_for_tids_or_state_change() which is called instad of
16748         wait_for_tids when waiting for non-backround threads to end. This method
16749         will return if one of the threads ends or the background_change_event
16750         is signaled.
16751         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
16752         the background mode. This method signals the background_change_event
16753         event.
16754         * icall.c:
16755         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
16756         removed Start_internal.
16757         
16758 2005-05-11  Martin Baulig  <martin@ximian.com>
16759
16760         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
16761         to order of some fields to get proper alignment on 64-bit machines.
16762
16763 2005-05-11  Martin Baulig  <martin@ximian.com>
16764
16765         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
16766         changes as they're broken and completely fuck up the debugger.
16767
16768         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
16769
16770 2005-05-10  Martin Baulig  <martin@ximian.com>
16771
16772         * reflection.c (mono_reflection_generic_class_initialize): Don't
16773         call mono_class_setup_parent() here.
16774
16775 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16776
16777         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
16778         send/receive timeout use an integer in milliseconds. We were using a
16779         struct timeval.
16780
16781 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16782
16783         * locales.c:
16784         (internal_get_cultures): reserve the first slot of the array for the
16785         InvariantCulture, which will be filled in managed code.
16786
16787 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
16788
16789         * reflection.c (mono_image_fill_module_table): Initialize the
16790         GENERATION field as well.
16791
16792 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16793
16794         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
16795         Monitor.Enter on the object.
16796
16797 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
16798
16799         * threads.c: Enable the wait for running threads when exiting.
16800         * icall.c: Suspend all threads before exiting.
16801
16802 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
16803
16804         * assembly.c (mono_assembly_load_reference): Fix warning.
16805
16806 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16807
16808         * threadpool.c: changed the default number of threads per cpu. From now
16809         on, the default will be 20 + (5 * number of cpus) instead of 50.
16810
16811 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
16812
16813         * loader.c (mono_method_get_signature_full): Add locking here.
16814
16815 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
16816
16817         * appdomain.c: Moved methods for parsing and freeing assembly
16818         names to assembly.c.
16819         * assembly.c, domain-internals.h: Created public methods for parsing
16820         assembly names. Fixed mono_assembly_load_with_partial_name:
16821         it now finds the best match, taking into account the version,
16822         token and culture specified in the partial name. Also return
16823         the latest version if no version information is specified.
16824
16825 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
16826
16827         * threadpool.c: replace check for SocketAsyncCall class.
16828
16829 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16830
16831         * threadpool-internals.h:
16832         * Makefile.am: added threadpool-internals.h
16833
16834         * threadpool.c: call mono_unhandled_exception on exceptions not handled
16835         that happen in threadpool threads (tested on MS).
16836         (mono_thread_pool_remove_socket): new function that dispatch any pending
16837         AIO call on a socket that is closing. By now only epoll really needs it,
16838         as select/poll wake up when the socket closes.
16839
16840
16841         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
16842
16843 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
16844
16845         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
16846
16847 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
16848
16849         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
16850
16851 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
16852
16853         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
16854         has an abort request, convert it into a suspend request.
16855
16856 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
16857
16858         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
16859         warning for the usage of `UnmanagedFunctionPointerAttribute' which
16860         is not supported yet.
16861
16862 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16863
16864         * image.c: register assemblies loaded from data (bundles) in the loaded
16865         assemblies hash. Fixes bug #74772.
16866
16867 2005-04-29  Martin Baulig  <martin@ximian.com>
16868
16869         * class.c (mono_type_get_name_recurse): Update to the new naming
16870         schema from the latest .NET 2.x beta2.
16871         (mono_class_setup_vtable_general): If we're a generic instance,
16872         copy the vtable from our generic type definition and inflate all
16873         the methods in it.
16874
16875         * loader.c (find_method): Update to the new naming schema from the
16876         latest .NET 2.x beta2.
16877
16878 2005-04-29  Raja R Harinath  <harinath@gmail.com>
16879
16880         * class.c (mono_class_init): Add a mono_loader_unlock to the
16881         #74734 fix.
16882
16883 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
16884
16885         * icall.c (ves_icall_System_Environment_Exit): Remove the 
16886         suspend_all_other_threads () call for the time being, since it can hang.
16887
16888         * threads.c (mono_thread_manage): Similarly, disable the waiting for
16889         the background threads to exit, since it can also hang.
16890
16891         * class.c (mono_class_init): Applied patch from Ankit Jain 
16892         (radical@gmail.com). Avoid pending init errors when a field refers
16893         to a nested class using a typeref. Fixes #74734.
16894
16895         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
16896         this for dynamic modules.
16897
16898 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16899
16900         * threads.c: don't wait for threads that are in the process of aborting
16901         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
16902         and waiting for background threads to finish. This makes xsp and
16903         mod-mono-server exit without random length delays and/or hangs.
16904
16905 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16906
16907         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
16908
16909 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
16910
16911         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
16912         dynamic types to prevent infinite loops. Fixes #74727.
16913
16914         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
16915         ..._is_assignable_to.
16916
16917 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
16918
16919         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
16920
16921 2005-04-25  Martin Baulig  <martin@ximian.com>
16922
16923         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
16924
16925         * domain.c
16926         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
16927
16928         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
16929
16930         * reflection.c (build_compressed_metadata): Set metadata header
16931         version to 2.0.
16932
16933 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
16934
16935         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
16936         number into an integral and a decimal part. Fixes #70473.
16937
16938         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
16939
16940 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
16941
16942         * culture-info-table.h : reflected the latest locale-builder output.
16943
16944 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16945
16946         * threadpool.c: check for SuspendRequested too when deciding if
16947         mono_thread_interruption_checkpoint should be called.
16948
16949 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16950
16951         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
16952         * threads.c: remove interruption_mutex and use Interlocked instead. When
16953         suspending all the threads, wait for all the suspended events at once.
16954         If we're shutting down and get an APC that is going to be queued,
16955         call mono_thread_execute_interruption immediately, as the thread might
16956         be sleeping on a pthread condition or mutex.
16957
16958         * icall.c: call mono_runtime_set_shutting_down before suspending the
16959         threads.
16960
16961         Fixes bug #74693. And now xsp is happier when exiting.
16962
16963 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
16964
16965         * loader.c (mono_stack_walk): Fix #74690.
16966
16967 2005-04-22  Martin Baulig  <martin@ximian.com>
16968
16969         * mono-debug.h (MonoDebugMethodJitInfo): Added
16970         `MonoDebugMethodJitInfo *jit'.
16971
16972         * mono-debug.c (mono_debug_read_method): Cache the
16973         MonoDebugMethodJitInfo in `address->jit'.
16974         (mono_debug_free_method_jit_info): New public method.
16975
16976 2005-04-22  Martin Baulig  <martin@ximian.com>
16977
16978         * class.c (mono_class_is_assignable_from): Disallow
16979         type parameter -> interface.
16980
16981 2005-04-21  Dick Porter  <dick@ximian.com>
16982
16983         * threads.c (mono_thread_create): Turn an assertion into an error.
16984
16985 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
16986
16987         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
16988         
16989         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
16990         Fix some gcc 4.0 warnings.
16991
16992 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
16993
16994         * file-io.c: fix alt dir separator char on unix systems
16995         and cleanup (fixes bug #71214).
16996
16997 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
16998
16999         * marshal.c: Use CALLVIRT instead of CALL when dispatching
17000         a call to a remote domain, since the method may be an
17001         interface method in the client domain. This fixes bug #74192.
17002
17003 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17004
17005         * threadpool.c: recv/send are now performed before going back to managed
17006         code to save one transition.
17007
17008 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17009
17010         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
17011
17012         * metadata/threadpool.c: removed hack to workaround the bug above.
17013
17014         Fixes bug #74618.
17015
17016 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
17017
17018         * reflection.c reflection.h: Fix handling of parameter defaults in
17019         dynamic methods. Also fixes handling of parameter attributes.
17020         Fixes #74609.
17021
17022         * mono-debug.c (mono_debug_close_image): Fix warning.
17023
17024 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17025
17026         * socket-io.h: replaced old unused field with new 'blocking'.
17027         * threadpool.c: restore socket blocking state on windows(tm).
17028
17029 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
17030
17031         * icall.c: don't return the codebase in the AssemblyName[] returned by
17032         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
17033         * object-internals.h: Removed FIXME (fields were presents) and fixed
17034         versioncompat declaration.
17035
17036 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17037
17038         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
17039         not closed, so don't cleanup when it happens.
17040
17041 2005-04-13  Chris Toshok  <toshok@ximian.com>
17042
17043         * mono-debug-debugger.h: change prototype for
17044         mono_debugger_lookup_type.
17045
17046         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
17047         this function, although it should probably be named
17048         mono_debugger_init_type.
17049
17050 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17051
17052         * threadpool.c: fix non-AIO case.
17053
17054 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
17055
17056         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
17057         the built-in profiler to measure just JIT compilation times.
17058
17059 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17060
17061         * threadpool.c: the epollfd might be closed by another thread at
17062         any time, so ignore EBADF at treat it as a "we're closing" sign.
17063
17064 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17065
17066         * threadpool.c: release the semaphores with a count equals to the number
17067         of working threads in both IO and regular pools. Fixed typo that messed
17068         up the count of IO pool threads. Don't initialize the pipe handles if
17069         we're using epoll.
17070
17071 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17072
17073         * threadpool.c: some systems don't like a NULL when deleting the socket
17074         from epoll.
17075
17076 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17077
17078         * threadpool.c: fix semaphore allocation.
17079
17080 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17081
17082         * threadpool.c: added epoll() based implementation for asynchronous IO
17083         that is used instead of the default poll() when available.
17084         It can be disabled by setting MONO_DISABLE_AIO.
17085
17086 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17087
17088         * threadpool.c: windows needs 'closesocket' and instead of returning
17089         0 when the stream is closed while in select, it returns -1. Fixes bug
17090         #74573.
17091
17092 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
17093
17094         * class.c (class_compute_field_layout): Fix the regression caused by
17095         the previous try.
17096
17097 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17098
17099         * threadpool.c: separate pool for socket async. IO.
17100         * threadpool.h: mono_max_worker_threads is not a global any more.
17101
17102 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
17103
17104         * class.c (class_compute_field_layout): Fix #74549.
17105
17106 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17107
17108         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
17109         use 2 connected sockets instead.
17110
17111 2005-04-08  Miguel de Icaza  <miguel@novell.com>
17112
17113         * mono-config.c: Add new entry point for mkbundle
17114         mono_config_parse_memory. 
17115
17116 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17117
17118         * threadpool.c: removed another unused function.
17119
17120 2005-04-08  Ankit Jain  <radical@corewars.org>
17121
17122         * reflection.c (get_default_param_value_blobs): Add 'types'
17123         parameter to get the types encoded in the constant table.
17124         (mono_param_get_objects): Use the type from the constant table,
17125         not the type of the parameter, when creating default values.
17126         Handle null default values correctly.
17127
17128 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17129
17130         * file-io.c:
17131         * file-io.h:
17132         * threadpool.c:
17133         * threadpool.h:
17134         * icall.c:
17135         * socket-io.c: removed dead code for async IO.
17136
17137 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17138
17139         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
17140
17141         * threadpool.c: intercept socket async. calls and pass them to a thread
17142         that is polling and dispatching the job items to the threadpool as
17143         socket become ready. Fixes bugs #71217, #71933.
17144
17145         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
17146         between char and short/ushort arrays.
17147
17148         * socket-io.c: remove dead code.
17149
17150 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
17151
17152         * locales.c,
17153           icall.c : removed InternalToUpper_Comp() and
17154           InternalToLower_Comp().
17155
17156 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
17157
17158         * char-conversions.h : The tables were incorrectly generated. Should
17159           be generated against invariant culture.
17160
17161 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
17162
17163         * object.c (mono_runtime_invoke_array): Fix return value when 
17164         passing pre-created valuetype objects to ctors.
17165
17166         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
17167         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
17168         Fixes #74338.
17169
17170 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
17171
17172         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
17173         only used with --security and hides the wrong corlib version error.
17174
17175 2005-03-30  Joshua Tauberer  <tauberer@for.net>
17176
17177         * class.c: Changed mono_class_name_from_token so that types
17178         outside of a namespace don't have an initial period.  Improved
17179         the g_warning message used in _mono_class_get when loading
17180         fails.
17181         * assembly.c: In mono_assembly_load_reference, when an assembly
17182         can't be found, "No such file or directory" is misleading and
17183         unhelpful because a few paths were checked for the presence of
17184         the assembly.  When that happens (ENOENT), display a nicer
17185         message indicating the directories that were searched.  In all
17186         cases, the warning is made easier to read for non-hackers.
17187
17188 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
17189
17190         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
17191         project/solution.
17192         * appdomain.h|domain.c: Removed inline from functions.
17193         * appdomain.c: Reduced warnings when compiling on windows.
17194         * icall.c: Fixed output_debug declaration to gunichar2*.
17195         * mono-config.c: Reduced warnings when compiling on windows.
17196         * rand.c: Added missing "windows.h". Added missing return value.
17197         * rawbuffer.c: Added missing winsock2.h for windows.
17198         * sysmath.h: Added mono-compiler.h header to allow/ease 
17199         compilation with non-GCC compilers.
17200         * threads.c: Fixed declarations to compile with VS.NET C compiler.
17201         Removed cast warnings.
17202
17203         Adapted from the work of J Lothian (for VC6).
17204
17205 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
17206
17207         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
17208         from default_path.
17209
17210 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
17211
17212         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
17213         the 2.0 profile.
17214
17215 2005-03-27  Raja R Harinath  <harinath@gmail.com>
17216
17217         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
17218         has to be in $(exec_prefix).  $(prefix) is for arch-independent
17219         stuff, and it would probably use $(prefix)/share rather than
17220         $(prefix)/lib.
17221
17222 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17223
17224         * console-io.c: added 2 includes that might be missing.
17225
17226 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
17227
17228         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
17229         profile.
17230
17231         * reflection.c (create_custom_attr): Allocate the params array using
17232         alloca so it gets GC tracking.
17233
17234 2005-03-23  Chris Toshok  <toshok@ximian.com>
17235
17236         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
17237         out some spew.
17238
17239 2005-03-24  Raja R Harinath  <rharinath@novell.com>
17240
17241         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
17242         changes to pick up any changes in prefix, etc.
17243
17244 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
17245
17246         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
17247         
17248         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
17249         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
17250
17251 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
17252
17253         * class-internals.h object-internals.h class.c reflection.c: Extend the
17254         mono_lookup_dynamic_token () function to return the class of the
17255         token as well. 
17256
17257         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
17258         well. Fixes #73848.
17259
17260 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
17261
17262         * security-manager.c: Skip inheritance checks for intra-corlib
17263         class inheritance and method overrides. This skips a lot of checks
17264         and (anyway) permissions cannot work until corlib is loaded.
17265
17266 2005-03-23  Martin Baulig  <martin@ximian.com>
17267
17268         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
17269         MONO_TYPE_GENERICINST.  
17270
17271 2005-03-23  Martin Baulig  <martin@ximian.com>
17272
17273         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
17274
17275 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
17276
17277         * class.c: added locking comments to some functions.
17278         Cache the interface offsets arrays (saves about 20 KB
17279         of runtime memory in a typical app).
17280         Reduce the time overhead in mono_class_setup_supertypes ().
17281
17282 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
17283
17284         * icall.c: speedup and fix leaks in GetMethodsByName and
17285         GetPropertiesByName.
17286
17287 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
17288
17289         * reflection.c: some locking fixes.
17290
17291 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
17292
17293         * metadata.c: added missing break in case statement.
17294
17295 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
17296
17297         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
17298         typedbyref return values. Fixes #73941.
17299
17300 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
17301
17302         * security-manager.c|h: Added demandunmanaged method and 
17303         suppressunmanagedcodesecurity class to MonoSecurityManager.
17304         Renamed aptc class to allowpartiallytrustedcallers.
17305
17306 2005-03-17  Martin Baulig  <martin@ximian.com>
17307
17308         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
17309
17310 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17311
17312         * file-io.c: disabled file async. IO using aio_*. It uses the
17313         threadpool now. Workaround for bug #73718.
17314
17315 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
17316
17317         * assembly.h, mono-config.c: added code to deal with bundled configs
17318         for bundled assemblies.
17319
17320 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
17321
17322         * *.c, private.h: cleanup, removing old private.h header file.
17323
17324 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
17325
17326         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
17327         and throw_on_unmappable_char attributes.
17328
17329 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
17330
17331         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
17332         _ProcessName_internal.
17333
17334 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
17335
17336         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
17337         #73631.
17338
17339         * icall.c threads.c threads-types.h: Remove slothash icalls as they
17340         are no longer used.
17341
17342 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
17343
17344         * object.c (compute_class_bitmap): Add support for generics. Fixes
17345         #73527.
17346
17347 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
17348
17349         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
17350
17351 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17352
17353         * filewatcher.c: commented out the code for windows watcher, as we don't
17354         use it (we use the managed implementation instead).
17355
17356 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
17357
17358         * object-internals.h (MonoThread): Remove 'unused1' field.
17359
17360         * appdomain.c: Bump corlib version.
17361
17362         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
17363
17364         * reflection.c (mono_reflection_create_runtime_class): Remove the
17365         AssemblyBuilder.Save optimization since it causes too many problems.
17366
17367 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
17368
17369         * exception.c|h: Added mono_get_exception_reflection_type_load to
17370         create a ReflectionTypeLoadException object.
17371         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
17372         to return NULL is a InheritanceDemand fails during reflection. Updated
17373         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
17374         ReflectionTypeLoadException if an InheritanceDemand fails during 
17375         reflection. Added icall mapping for GetLinkDemandSecurity.
17376         * security-manager.c|h: Added ves_icall_System_Security_
17377         SecurityManager_GetLinkDemandSecurity internal call to return the
17378         class and methods permissions set for a LinkDemand. Removed unused
17379         fields in MonoSecurityManager.
17380
17381 2005-03-10  Martin Baulig  <martin@ximian.com>
17382
17383         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
17384         it's a generic instance.
17385
17386 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
17387
17388         * reflection.c (mono_get_object_from_blob): Applied patch from
17389         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
17390
17391         * class.c (mono_class_is_assignable_from): Another try at fixing 
17392         #73469 without breaking anything.
17393
17394 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
17395
17396         * class.c: (mono_class_is_assignable_from): Revert the last changes
17397         since they don't work with generics.
17398         
17399         * class.c (mono_class_is_assignable_from): Fix build bustage.
17400
17401         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
17402         the managed IsAssignableFrom method. Fixes #73469.
17403
17404         * reflection.c (mono_reflection_call_is_assignable_from): New helper
17405         function.
17406
17407 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
17408
17409         * object.c (mono_load_remote_field_new): Fix returning uninitialized
17410         memory when the remoting callback does not sets the out arguments.
17411         Fixes #73007.
17412
17413         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
17414         by mistake.
17415
17416         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
17417
17418         * object-internals.h (MonoStackFrame): Sync with managed object layout.
17419
17420         * appdomain.c: Bump corlib version.
17421
17422 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
17423
17424         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
17425         function.
17426
17427         * threads.c (mono_thread_attach): Detect threads which are not started
17428         by the GC pthread wrappers.
17429
17430 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
17431
17432         * icall.c: Added new icall for RNG.
17433         * rand.c|h: Added new icall to open the RNG. This allows to share a 
17434         single handle on Linux to access /dev/urandom and fix #73183.
17435
17436 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
17437
17438         * object.c: setting the new vtable in a transparent proxy object must
17439         not change the GC descriptor.
17440
17441 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
17442
17443         * object.c: fixed compilation without GCJ support.
17444         * reflection.c: for runtime-created types ensure klass->has_references
17445         is correct (bug #73215).
17446
17447 2005-03-02  Martin Baulig  <martin@ximian.com>
17448
17449         * class.c (mono_class_is_assignable_from): Make this work if
17450         `oklass' is a generic instance; fixes #72831.
17451
17452 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
17453
17454         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
17455         with hasthis set.
17456         
17457         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
17458
17459         * marshal.c: Reorganize native->managed marshalling code to also use
17460         the emit_marshal_... functions.
17461
17462 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
17463
17464         * object.c: typed allocs have issues with bitmap sizes > 30,
17465         so check for max_set >= 30.
17466
17467 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
17468
17469         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
17470         managed code. Fixes #73012.
17471
17472         * metadata.h (MonoMarshalSpec): Add elem_mult field.
17473
17474         * metadata.c reflection.c: Load/Emit elem_mult as well.
17475         
17476         * metadata.h (MonoMarshalSpec): Add comment.
17477
17478         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
17479
17480         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
17481         num_elem to -1 if not given.
17482
17483         * object-internals.h (MonoReflectionMarshal): Add has_size field.
17484
17485         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
17486         given values.
17487
17488 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
17489
17490         * null-gc.c (mono_gc_free_fixed): Was not compilable.
17491
17492 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
17493
17494         * reflection.c (encode_marshal_blob): Encode param_num field as well.
17495
17496         * object-internals.h (MonoReflectionMarshal): Add param_num field.
17497
17498 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
17499
17500         * object.c: generalized the reference bitmap creation
17501         and added hooks for the new GC.
17502         * class-internals.c: removed the gc_bitmap field from MonoClass.
17503
17504 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
17505
17506         * domain.c: help the compiler to produce better code
17507         in mono_jit_info_table_find ().
17508
17509 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
17510
17511         * object.c: make all allocations look typed.
17512
17513 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
17514
17515         * socket-io.c: load Mono.Posix if it's not loaded already
17516         (fixes bug#73033).
17517
17518 2005-02-24  Martin Baulig  <martin@ximian.com>
17519
17520         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
17521         * reflection.c (dup_type): Likewise.
17522
17523 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
17524
17525         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
17526         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
17527
17528 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
17529
17530         * domain.c, threads.c, object-internals.h: make the critical thread
17531         local vars use the fast access mode (even when we're compiled in
17532         a lib). Provide accessors to be used by the jit during codegen.
17533
17534 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17535
17536         * appdomain.c: Changed hook functios behavior to include
17537         support for the reflection only assemblies. Some icalls were changed
17538         to support the mentioned assemblies too. Signatures of static methods
17539         try_assembly_resolve and real_load now have an additional parameter:
17540         refonly.
17541
17542         * assembly.c: General changes to mono_assembly_ methods to support
17543         reflection only api. Functions mono_assembly_open, mono_assembly_load,
17544         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
17545         suffix, to support an additional gbool parameter to specify whether
17546         the assembli is reflection only or not. Created some new hook functions 
17547         to add support for reflection only assemblies. Signatures of static 
17548         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
17549         have now an additional parameter: refonly.
17550
17551         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
17552         indicating whether the assembly is reflection only or not.
17553
17554         * exception.c: Add mono_get_exception_invalid_operation.
17555
17556         * icall.c: Throw an InvalidOperationException when trying to invoke
17557         a property/method/event, or trying to set/get the value of a field.
17558         Also add an icall to retrieve the ref_only flag to the
17559         MonoReflectionAssembly.
17560
17561 2005-02-23  Chris Toshok  <toshok@ximian.com>
17562
17563         Part of fix for #72827.
17564         * mono-debug.c (mono_debug_add_method): add lexical block data to
17565         the info we write.  Kind of a hack at the moment - we copy the
17566         lexical block info from the MonoDebugMethodInfo to the
17567         MonoDebugMethodJitInfo here, before writing it.
17568         (mono_debug_read_method): read the lexical block info.
17569
17570         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
17571
17572         * debug-mono-symfile.h: add lexical block support.
17573
17574         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
17575         support.
17576
17577 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
17578
17579         * loader.c (mono_lookup_pinvoke_call): Fix warning.
17580
17581         * object.c (mono_runtime_free_method): Call mono_free_method () and
17582         put the TODOs there.
17583
17584         * loader.c (mono_free_method): Free up most memory allocated for 
17585         dynamic methods.
17586
17587 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
17588
17589         * reflection.c: properly flag a Type argument to a
17590         named custom attr value (bug #72248).
17591
17592 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
17593
17594         * reflection.c: reduce code duplication in named custom
17595         attribute encoding.
17596
17597 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
17598
17599         * reflection.c: properly encode custom attrs of type object
17600         (bug #72649).
17601
17602 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
17603
17604         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
17605
17606 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
17607
17608         * socket-io.c: load System.dll if it's not loaded already
17609         (bug #72850 and #70477).
17610
17611 2005-02-21  Martin Baulig  <martin@ximian.com>
17612
17613         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
17614         generic instances.
17615
17616 2005-02-21  Martin Baulig  <martin@ximian.com>
17617
17618         * reflection.c (mono_image_build_metadata): We also need to
17619         "fixup" the MethodImpl table after we computed the final method
17620         indices.  Call fixup_methodimpl() to do that.
17621         (fixup_methodimpl): New private method.
17622
17623 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
17624
17625         * assembly.c: special case mscorlib.dll (bug#72536),
17626         patch from Carlos Alberto Cortez.
17627
17628 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
17629
17630         * threads-types.h threads.c: Fix build bustage.
17631
17632         * threads.c: Use a union for long<->double conversions.
17633
17634         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
17635         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
17636
17637         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
17638         containing the checkpoint call with NOT_TAKEN.
17639         
17640         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
17641         checkpoint before pushing the arguments, so they won't have to be
17642         spilled to stack.
17643
17644 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
17645
17646         * domain.c, assembly.c, domain-internals.h: make some data
17647         const and relocation-free.
17648
17649 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
17650
17651         * object.c, appdomain.c, class-internals.h: introduce the
17652         MonoClassRuntimeInfo structure to hold the info needed to
17653         use a class at runtime. Made mono_class_vtable() lock-free
17654         for all the appdomains.
17655
17656 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
17657
17658         * metadata-internals.h, image.c: introduce a per-image mempool to
17659         be used for memory that has the same lifetime as the image.
17660
17661 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
17662
17663         * domain.c: In mono_init_internal(), instead of selecting the first
17664         runtime version supported by an executable, get a list of all
17665         supported versions and select the one for which an mscorlib exists
17666         (since even if the runtime supports a given version, it doesn't mean
17667         that the framework for that version is installed).
17668         Modified get_runtimes_from_exe to support this behavior.
17669         In supported_runtimes, added information about additional system
17670         assembly versions.
17671         
17672         * assembly.c: Added support for more than one system assembly version
17673         per runtime version. Updated the assembly list.
17674         In mono_assembly_remap_version, removed the initial version check,
17675         since we don't know to which version we need to compare until we
17676         get the version set on which the assembly is based.
17677         Moved the code for loading corlib into the new method
17678         mono_assembly_load_corlib(), so it can be used by the initialization
17679         code.
17680         
17681         * domain-internals.h: Updated data structures and added declaration
17682         for mono_assembly_load_corlib.
17683
17684 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
17685
17686         * reflection.c (resolve_object): Fix the creation of the signature in 
17687         the SignatureHelper case.
17688
17689         * assembly.c (mono_assembly_remap_version): Fix binary search.
17690         
17691 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
17692  
17693         * class.c: Added inheritance check when a method is overloaded (from a
17694         virtual method or when implementing an interface) and when a class is
17695         inherited. Added functions to set a failure for a class and to 
17696         retreive the exception from a failure.
17697         * class-internals.h: Added fields to MonoClass to keep the exception
17698         information status for inheritance (or other exceptions) to be thrown
17699         later (i.e. not at load time).
17700         * object.c: Throw the inheritance SecurityException when a type is to 
17701         be created with either class or method inheritance violations.
17702         * reflection.c|h: Fix when getting declsec from a class. Removed 
17703         unrequired code for class. Improved sanity in parameter naming.
17704         * security-manager.c|h: Added functions to check for class and method
17705         inheritance.
17706
17707 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
17708
17709         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
17710         and has_finalize in dynamic types as well.
17711
17712 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
17713
17714         * culture-info-table.h : fixed currency format for en-GB (and so on).
17715
17716 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
17717
17718         * gc.c: ensure the GC handles never have 0 as a value.
17719
17720 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
17721
17722         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
17723         a pointer to a struct to unmanaged code. Fixes #72625.
17724
17725 2005-02-16  Martin Baulig  <martin@ximian.com>
17726
17727         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
17728
17729 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
17730
17731         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
17732
17733 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
17734
17735         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
17736
17737         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
17738         UnmanagedFunctionPointerAttribute, use it for determining calling convention
17739         etc. Fixes #71471.
17740
17741         * reflection.c (mono_custom_attrs_get_attr): New helper function.
17742
17743         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
17744
17745 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
17746
17747         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
17748         changes to make the current context a field in MonoThread.
17749
17750 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
17751
17752         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
17753         the last change.
17754         
17755         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
17756         extracted from mono_marshal_get_native_wrapper.
17757
17758         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
17759         to create wrappers around native functions.
17760
17761         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
17762         delegates for arbitrary function pointers. Fixes #71472.
17763
17764 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
17765
17766         * threads.c: cleaned up the code a little.
17767
17768 2005-02-15  Martin Baulig  <martin@ximian.com>
17769
17770         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
17771         the data table.
17772
17773         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
17774         allocate larger chunks if needed.
17775
17776 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
17777
17778         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
17779         in by mistake.
17780
17781 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
17782
17783         * domain.c: keep the domains in an array and ensure the domain ids
17784         are kept small, so they can be used as indexes to domain-specific data
17785         with a small memory overhead.
17786
17787 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
17788
17789         * icall.c: Handle byref types in Type icalls. Fixes #72544.
17790
17791 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
17792
17793         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
17794
17795 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
17796
17797         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
17798
17799         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
17800         values.
17801
17802         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
17803         
17804 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
17805
17806         * domain-internals.h: add the hashtable here.
17807
17808         * class-internals.h: Remove `info' from MonoMethod
17809
17810         * domain.c: Add a new hashtable, jit_trampoline_hash
17811
17812 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
17813
17814         * object.c: don't set the value of static fields
17815         (fixes bug#72494).
17816
17817 2005-02-11  Martin Baulig  <martin@ximian.com>
17818
17819         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
17820         (mono_debug_add_method): Silently ignore the method if it's too big.
17821         (mono_debug_add_type): Likewise.
17822
17823 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
17824
17825         * threads.c, appdomain.c: remove #ifdefs from the code.
17826
17827 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
17828
17829         * metadata-internals.h: Added flags to MonoAssembly to cache the most
17830         common security informations. This allows us to stay in unmanaged code
17831         when doing LinkDemand and it's special cases (except for the first 
17832         time for initialization). The flags a very much used with --security.
17833         * reflection.c|h: Added code to get declarative security attributes 
17834         for LinkDemand and InheritanceDemand. This required to refactor the
17835         existing code for Demand.
17836         * security-manager.c|h: Added new method fields for the special cases
17837         of LinkDemand.
17838
17839 2005-02-10  Martin Baulig  <martin@ximian.com>
17840
17841         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
17842         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
17843
17844 2005-02-10  Martin Baulig  <martin@ximian.com>
17845
17846         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
17847         debugging code; this is almost a complete rewrite.
17848
17849         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
17850
17851 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
17852
17853         * domain.c, object.h: expose mono_string_equal () and 
17854         mono_string_hash ().
17855         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
17856         it's implemented in managed code.
17857
17858 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
17859
17860         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
17861         lo leak objects between appdomains.
17862
17863 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
17864
17865         * assembly.c: old compilers compilation fix from 
17866         robertj@gmx.net (Robert Jordan).
17867
17868 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
17869
17870         * class-internals.h: Little reminder for the future.
17871
17872         * debug-helpers.c: Fix up wrapper_type_names
17873
17874 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
17875
17876         * image.c, metadata-internals.h: when loading an image from a file,
17877         mmap all of it and use the same codepaths as when using a
17878         in-memory image: the code is simpler and we use less memory
17879         (both writable and readonly).
17880
17881 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
17882
17883         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
17884         API to alloc runtime data structures that need to be tracked by the
17885         GC and contain pointers.
17886         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
17887         make the code more readable and eventually use a different GC.
17888
17889 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
17890
17891         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
17892         for out arguments.
17893         
17894 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
17895
17896         * object.c: In release_type_locks(), don't release the cctor lock
17897         if it has already been released. This fixes a crash in the
17898         thread5 test.
17899
17900 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
17901
17902         * gc.c, marshal.c, icall.c: register a delegate for finalization
17903         only when the native function pointer has been allocated for it.
17904
17905 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
17906
17907         * object.c: cleaned up some code, allocate objects that are
17908         pointer free with the atomic malloc variant. Allocate memory
17909         for static data from the mempool if it's pointer-free.
17910         Allocate the bounds array at the end of the array data, when needed.
17911         * object-internals.h, object.h: move a private function in a private
17912         header.
17913         * class.c: handle missing case in tracking references in fields.
17914
17915 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
17916
17917         * class.c, class-internals.h: keep track if a type has
17918         reference fields in either the instance or static fields.
17919
17920 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
17921
17922         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
17923         and renamed to MonoRuntimeInfo. Added fields to store the expected
17924         framework assembly version. Changed mono_get_framework_version and
17925         mono_get_runtime_version for a single mono_get_runtime_info method.
17926         
17927         * assembly.c: Added method to remap system assembly versions to the
17928         current executing runtime version. Removed old mapping code.
17929         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
17930         
17931         * icall.c, reflection.c: Track api changes.
17932
17933 2005-02-06  Miguel de Icaza  <miguel@novell.com>
17934
17935         * loader.c (method_from_memberref): Improve error reporting,
17936         produce the class name instead of the typeref/typedef index. 
17937
17938 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
17939
17940         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
17941
17942 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
17943
17944         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
17945         stdcall and charset name mangling.  Reorganize the code and add
17946         some tracing stuff.
17947
17948 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
17949
17950         * monodiet.c: More iters!
17951
17952         * marshal.c: Iter usage.
17953
17954         * icall.c: Iter usage.
17955
17956         * object.c: Use iters.
17957
17958         * debug-helpers.c: More iters
17959
17960 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
17961
17962         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
17963         under win32.
17964
17965 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
17966
17967         * mono-debug-debugger.c: use iters
17968
17969         * class.c, class-internals.h: mono_class_setup_events is static
17970         now
17971
17972         * All callers: use iters
17973
17974 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
17975
17976         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
17977         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
17978
17979 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
17980
17981         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
17982
17983         * marshal.h: Add prototypes for ldfld/stfld_remote.
17984
17985         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
17986         this is called during startup.
17987         
17988 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
17989
17990         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
17991         MonoThreadsSync struct private in monitor.c. Changed the way
17992         MonoThreadsSync is allocated so it's faster and there is no
17993         need to keep track of it with a finalizer and it uses less memory.
17994         This also finally allows us to allocate mono objects as ptrfree when
17995         there are no reference fields.
17996
17997 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
17998
17999         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
18000         disappearing link to the GC interface and use them to simplify
18001         the gchandles code.
18002
18003 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
18004
18005         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
18006         stfld_remote which call mono_load/store_field_new. This allows methods
18007         calling ldfld/stfld wrappers to be AOTed.
18008
18009         * console-io.c: Include sys/filio.h under solaris.
18010         
18011         * console-io.c: Include curses.h if needed correctly.
18012
18013 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
18014         
18015         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
18016         method->klass as well.
18017
18018         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
18019
18020         * class.c (mono_class_init): Switch on lazy initialization of 
18021         methods.
18022
18023         * class.c (mono_class_get_finalizer): Handle the case when the 
18024         finalizer is inherited.
18025
18026 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18027
18028         * console-io.c: <curses.h> is needed by term.h on solaris.
18029
18030 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
18031
18032         * icall.c, class-internals.h, monodiet.c, class.c: Remove
18033         mono_class_setup_properties where possible. Remove this ftn from
18034         the header file, and make it static.
18035
18036 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
18037
18038         * loader.c: Add missing setup_... call.
18039
18040         * class.c: Add missing setup_... calls.
18041
18042         * class.c (mono_class_init): Switch on lazy initialization of 
18043         the generic vtable.
18044         
18045         * class.c (mono_class_init): Fix generics broken by the recent changes.
18046
18047         * monodiet.c (handle_type): Add missing setup_... calls.
18048
18049         * class.c: Back out garbage in previous patch.
18050         
18051         * class.c: Add missing setup_... calls.
18052
18053         * class.c (mono_class_get_method_from_name_flags): Avoid calling
18054         mono_class_setup_methods () if possible.
18055
18056         * class-internals.h (MonoClass): Add 'has_cctor' flag.
18057
18058         * class-internals.h (MonoCachedClassInfo): New structure.
18059
18060         * class.c: Initialize properties and events fields of MonoClass lazily.
18061
18062         * class.c: Add infrastructure for lazily initializing the methods and
18063         vtable fields of MonoClass. Not yet used.
18064
18065         * class.c (mono_class_get_finalizer): New helper function.
18066
18067         * class.c: Add infrastructure for loading some class related data from
18068         an AOT file.
18069
18070         * object.c: Add infrastructure for initializing the vtable from data
18071         in the AOT file.
18072
18073         * gc.c (run_finalize): Use mono_class_get_finalizer ().
18074
18075         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
18076         appropriate initialization function before accessing parts of the
18077         MonoClass structure.
18078
18079         * marshal.c: Fix warnings.
18080         
18081         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
18082
18083         * mono-debug-debugger.c (get_exception_message): Use 
18084         mono_class_get_method_from_name_flags ().
18085
18086 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
18087
18088         * reflection.c, appdomain.c: Replace a few manual searches that
18089         Zoltan missed. (Paolo approved this part of my initial patch).
18090
18091 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
18092
18093         * profiler.c: disable recording statistical events at report time.
18094
18095 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
18096
18097         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
18098         to byteswap arrays of enum values, too (bug #72080).
18099
18100 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
18101
18102         * appdomain.c (set_domain_search_path): Allow this to be called if
18103         domain->setup is not yet set.
18104
18105         * loader.c (mono_method_get_index): New helper function.
18106
18107         * loader.c reflection.c: Use mono_method_get_index ().
18108
18109         * class.c (mono_class_get_method_from_name_flags): New helper method.
18110
18111         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
18112         this.
18113
18114         * class.c (mono_class_get_cctor): New helper method.
18115
18116         * string-icalls.c object.c class.c marshal.c reflection.c: Use
18117         mono_class_get_method () to look up methods.
18118
18119 2005-02-01  Miguel de Icaza  <miguel@novell.com>
18120
18121         * console-io.c: Fix the build, this should work on Windows.
18122
18123 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
18124
18125         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
18126         be set to null to keep things valid
18127
18128 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18129
18130         * icall.c: added Console 2.0 icalls.
18131         * Makefile.am: added console-io.[ch]
18132         * console-io.[ch]: internal calls for Console 2.0 API.
18133
18134 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
18135
18136         * class.c: make sure we consider all the interfaces
18137         when calculating max_interface_id (bug found by
18138         Jeroen Frijters running ikvm).
18139
18140 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
18141
18142         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
18143         valuetype fields to null.
18144
18145         * object.c (set_value): Ditto. Fixes #71669.    
18146
18147 2005-01-31  Martin Baulig  <martin@ximian.com>
18148
18149         * metadata.c (mono_metadata_has_generic_params): New public
18150         function; checks whether something is a generic method.
18151
18152 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
18153
18154         * appdomain.c: fix infinite recursion when adding assemblies.
18155
18156 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
18157
18158         * object.c: Fix small typo to return all items for Environment.
18159         GetCommandLineArgs.
18160
18161 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
18162
18163         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
18164         reflection.c: more domain and assembly-unload related fixes
18165         and memory leaks plugs.
18166
18167 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
18168
18169         * 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.
18170
18171 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
18172
18173         * loader.c (mono_method_signature): Make this method lazy
18174         (mono_get_method_from_token): Don't computate the signature here.
18175
18176         Doing this saves quite a bit of memory. I got 90 kb on starting up
18177         monodoc. It should also save some disk reads on startup.
18178
18179         * *: MonoMethod->signature might be NULL now. You *MUST* use
18180         mono_method_signature.
18181
18182 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
18183
18184         * object.c (mono_runtime_get_main_args): Return an array from the
18185         current domain here. Fixes #71938.
18186
18187 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
18188
18189         * monitor.c: formatting changes to comply with the
18190         mono coding style and remove #ifdefs from the code.
18191
18192 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
18193
18194         * metadata.c, private.h: remove some unneeded data
18195         and use a more compact representation for table schemas.
18196
18197 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
18198
18199         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
18200         to get a better distribution in hash tables.
18201         * *.c: use mono_aligned_addr_hash() where appropriate.
18202         * assembly.c: make var static.
18203
18204 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
18205
18206         * domain-internals.h: Put MonoJitInfo on a diet.
18207
18208         * domain.c: Fix a warning.
18209
18210 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
18211
18212         * gc.c: rework the gc handles code to reuse handles
18213         when freed.
18214
18215 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
18216
18217         * domain.c: fixed long standing bug in mono_string_equal() which
18218         was brought to light with the ldstr changes.
18219
18220 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
18221
18222         * reflection.c: Remove warning by adding missing include for marshal.h
18223
18224 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
18225
18226         * domain.c, object.c: change the ldstr_table to hold
18227         MonoString* as keys: makes the runtime isinterned lookup
18228         faster and simplifies memory management.
18229
18230 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
18231  
18232         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
18233         possible to add imperative security checks before calling the icall.
18234         * reflection.c: Return security attributes on the original MonoMethod
18235         (and not the wrapped one). This fix permissions on icalls.
18236
18237 2005-01-25  Dick Porter  <dick@ximian.com>
18238
18239         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
18240         the check for mktime() support actually test the mktime() return
18241         value.  "Fixes" bug 71682, though the output is still different to
18242         MS.
18243
18244 2005-01-25  Martin Baulig  <martin@ximian.com>
18245
18246         * class.c (mono_class_is_assignable_from): Make this work for
18247         generic instances.
18248
18249 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
18250
18251         * marshal.c (mono_string_utf8_to_builder)
18252         (mono_string_builder_to_utf16): We might not have ownership of the
18253         string. In thise case, we need to create a new buffer.
18254
18255         * object-internals.h (mono_stringbuilder_capacity): sb->str might
18256         be null, in which case, use the default capacity.
18257
18258 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
18259
18260         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
18261         GC events to the profiler.
18262
18263 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
18264
18265         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
18266         if you don't want the GC to run.
18267
18268 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
18269
18270         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
18271         start providing a GC API and keeping different implementations in
18272         their own file.
18273         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
18274
18275 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
18276
18277         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
18278         mmap rather than allocating a huge buffer.
18279         (mono_debug_close_mono_symbol_file): Free the buffer allocated
18280         above.
18281
18282 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
18283
18284         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
18285         and CheckExecutionRights.
18286         * reflection.c|h: Keep the index of the declarative security to be 
18287         used, instead of the pointer, when AOT compiler is used. Also add 
18288         class initialization when requesting demands.
18289         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
18290         CheckExecutionRights. Both properties are now FALSE by default, and
18291         unmodifiable, unless the --security option is used.
18292
18293 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
18294
18295         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
18296         reflection.c: properly refcount images and assemblies, many leaks fixed.
18297
18298 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18299
18300         * threadpool.c: increase the timeout for threads in the thread pool to
18301         10s.  Fixes bug #67159.
18302
18303 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
18304
18305         * class-internals.h: Sun's compiler insists on explicit
18306         signed on bit fields to handle then correctly.
18307
18308 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
18309
18310         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
18311         Make the size of the array fit only the number of invalid path
18312         chars that we have.
18313
18314         * class.c (_mono_class_get): Improve the error reporting when a
18315         class referenced is not found, to assist debugging. 
18316
18317 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
18318
18319         * threads.c: fix off-by-one error.
18320         * domain.c: free data allocated in the domain.
18321
18322 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
18323
18324         * reflection.c (mono_method_body_get_object): Fill out exception info
18325         as well.
18326
18327         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
18328         structure.
18329         
18330 2005-01-19  Martin Baulig  <martin@ximian.com>
18331
18332         * loader.c (mono_get_method_constrained): Make this work again.
18333
18334 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
18335
18336         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
18337         guint16 to match the managed side.
18338
18339         * reflection.c (mono_reflection_body_get_object): Fill out local
18340         variables array.
18341
18342         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
18343         as well.
18344
18345         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
18346         'local_var_sig_token'.
18347
18348 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
18349
18350         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
18351         System.Drawing.
18352
18353         * reflection.c (mono_method_body_get_object): Handle abstract and
18354         runtime methods.
18355
18356 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
18357
18358         * marshal.c, loader.c, class-internals.h, reflection.c:
18359         store the emthod data for a wrapper in an array instead of a list.
18360
18361 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
18362
18363         * marshal.c: change the code to allocate memory more
18364         conservatively for method wrappers.
18365
18366 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
18367
18368         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
18369         fields from MonoClass to the marshal info structure where they belong.
18370
18371 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
18372
18373         * class.c, object.c, class-internals.h, marshal.c: rearrange
18374         some fields and tweak some types to lower memory usage.
18375
18376 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
18377
18378         * threads.c (signal_thread_state_change): Handle the case when the
18379         target thread is the current thread.
18380
18381         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
18382
18383         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
18384         emit_ptr_to_object_conv. 
18385
18386         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
18387         marshalling. Fixes #71352.
18388
18389 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
18390
18391         * metadata.h, blob.h: move table enum to blob.h so it can be included
18392         in any header.
18393         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
18394         cut the size of MonoImage/MonoDynamicImage.
18395
18396 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
18397
18398         * profiler.c (mono_profiler_install_simple): Fix default arguments.
18399
18400 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
18401
18402         * reflection.c, reflection.h, icall.c: add a function to check
18403         if an attribute type is defined for a metadata object.
18404
18405 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
18406
18407         * object-internals.h: Added some needed fields from StringBuilder class.
18408         * marshal.c: Set the maxCapacity when creating a StringBuilder.
18409
18410 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
18411
18412         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
18413         threads before shutting down the runtime.
18414
18415         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
18416
18417 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
18418
18419         * object-internal.h, threads.c: implement stacksize and 
18420         parameterized thread start functionality (requires
18421         matching corlib). Marked broken code for later removal.
18422
18423 2005-01-12  Martin Baulig  <martin@ximian.com>
18424
18425         * class-internals.h (MonoGenericClass): Moved the `initialized'
18426         flag to MonoDynamicGenericClass, removed `init_pending'.
18427         (MonoGenericInst): Added `is_reference' flag.
18428
18429 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
18430
18431         * reflection.c (mono_image_create_pefile): Only set the pe_offset
18432         inside the MSDOS header. Fixes #71201.
18433
18434         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
18435         gc thread.
18436         (mono_domain_finalize): Ditto.
18437
18438 2005-01-12  Martin Baulig  <martin@ximian.com>
18439
18440         * class.c (mono_get_shared_generic_class): Use the cache for
18441         non-dynamic generic classes.
18442
18443         * class-internals.h (mono_class_create_generic_2): Removed
18444         function prototype, this function is now static inside class.c.
18445
18446         * class.c (mono_class_create_generic_2): Made this static, only
18447         call it from mono_class_init() and mono_class_setup_parent().
18448         (collect_implemented_interfaces_aux): Call mono_class_init() on
18449         the interfaces we collect.
18450         (mono_class_setup_vtable): Call mono_class_init (class->parent).
18451
18452 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
18453
18454         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
18455         it a real thread handle.
18456
18457         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
18458         MonoJitExceptionInfo, since each catch clause needs its own variable.
18459         
18460 2005-01-11  Dick Porter  <dick@ximian.com>
18461
18462         * image.c (mono_pe_file_open): New variant on mono_image_open()
18463         that does not set up the CLI metadata; used for FileVersionInfo so
18464         it can get the data for windows binaries too.
18465         
18466         * process.c (process_read_string_block): Don't read off the end of
18467         the StringTable block.
18468
18469         These both fix bug 70766.
18470
18471 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
18472
18473         * gc.c: set some fields to NULL at GC cleanup time.
18474         * threads.c: if we quit the main thread, call exit ().
18475
18476 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
18477
18478         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
18479
18480 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
18481
18482         * threads.h, threads.c, object.c: added accessor and settor for
18483         main_thread. Handle it specially when exiting from it: wait
18484         for other foreground threads to exit.
18485
18486 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
18487
18488         * process.c, verify.c: remove some bloat.
18489
18490 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
18491
18492         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
18493         the calling convention to cdecl under win32.
18494
18495 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
18496
18497         * object.c (mono_object_get_size): New function to get the size of
18498         an object instance.
18499
18500         * profiler.c (simple_allocation): Use above.
18501
18502 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
18503
18504         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
18505         ves_icall_System_AppDomain_getRootDomain (as it's not required to
18506         get an appdomain by it's id and we can't assume the root's id is 0).
18507         * domain-internals.h: Change the function prototype to match.
18508         * icall.c: Change the icall table for AppDomain.
18509
18510 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
18511
18512         * locales.c (string_invariant_compare_char): Only compute
18513         GUnicodeTypes in the case where we need them.  Test for ordinality
18514         first and return if so.
18515
18516         From the commit:
18517
18518                 /*
18519                  * FIXME: here we must use the information from c1type and c2type
18520                  * to find out the proper collation, even on the InvariantCulture, the
18521                  * sorting is not done by computing the unicode values, but their
18522                  * actual sort order.
18523                  */
18524
18525 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
18526
18527         * loader.c: for P/Invoke methods, allow the "Internal" shared
18528         library name to refer to the calling process symbol namespace.
18529
18530 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
18531
18532         * Makefile.am: Add the security manager to the build.
18533         * security-manager.c|h: New. Initialization of the security manager.
18534
18535 2005-01-07  Dick Porter  <dick@ximian.com>
18536
18537         * threads.c: 
18538         * monitor.c: Update thread state during Monitor and WaitHandle
18539         waits.  Fixes bug 71031.
18540
18541 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
18542
18543         * reflection.c (property_encode_signature): Correctly handle when the
18544         property has no methods.
18545
18546 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
18547
18548         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
18549         
18550         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
18551         fields from mb, not rmb. Fixes #71017.
18552
18553         * marshal.c (emit_ptr_to_str_conv): Add support for 
18554         ByValTStr -> string conversion. Fixes #71015.
18555
18556         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
18557
18558         * mempool.c (mono_mempool_contains_addr): New helper function.
18559
18560 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
18561
18562         * metadata.c (mono_metadata_compute_size): Fix size calculation of
18563         HasSematics encoded fields.
18564         
18565         * metadata.c (mono_type_to_unmanaged): Improve error message for 
18566         invalid string marshalling.
18567
18568         * metadata.c: Fix warnings.
18569         
18570 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
18571
18572         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
18573         profiler support.
18574
18575 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
18576
18577         * domain.c object.c domain-internals.h: Revert part of r38077 since the
18578         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
18579         tests.
18580
18581 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
18582
18583         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
18584         so methods containing these can be AOTed.
18585
18586 2005-01-03  Martin Baulig  <martin@ximian.com>
18587
18588         * loader.c (find_method): Removed the hack for generic instances.
18589         (method_from_memberref): If our parent is a generic instance, pass
18590         its generic type definition to find_method() and then inflate the
18591         method.
18592         (mono_get_method_constrained): Pass the generic type definition to
18593         find_method() and inflate the method later.
18594
18595         * class-internals.h (MonoStats): Added `generic_class_count'.
18596
18597         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
18598         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
18599
18600         * reflection.c (mono_custom_attrs_from_params): Don't ignore
18601         generic type definitions.
18602
18603 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
18604
18605         * loader.c icall.c: Fix warnings.
18606
18607 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
18608
18609         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
18610         blittable types. Fixes #70864.
18611
18612 2004-12-29  Martin Baulig  <martin@ximian.com>
18613
18614         * icall.c
18615         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
18616
18617         * reflection.c (mono_method_get_object): Create a
18618         "System.Reflection.MonoGenericMethod" for inflated methods; don't
18619         call mono_get_inflated_method().
18620
18621         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
18622
18623 2004-12-27  Martin Baulig  <martin@ximian.com>
18624
18625         * class-internals.h (MonoMethod): Added `is_inflated' flag.
18626         (MonoMethodInflated): Added `inflated' field.
18627
18628         * class.c (mono_class_inflate_generic_method): Don't really
18629         inflate the method here; just set the `is_inflated' flag in the
18630         MonoMethod.
18631         (mono_class_get_inflated_method): Actually inflate the method here
18632         if it's not already inflated; we use the MonoMethodInflated's new
18633         `inflated' field as a cache.
18634
18635 2004-12-26  Martin Baulig  <martin@ximian.com>
18636
18637         * class.c
18638         (inflate_generic_class): Moved some code out of inflate_generic_type().
18639         (mono_class_inflate_generic_method): If we're already inflated,
18640         inflate the context and use the declaring method; ie. make sure
18641         the declaring method of an inflated method is always the generic
18642         method definition.
18643         (mono_class_create_from_typedef): Create
18644         `class->generic_container->context->gclass'.
18645
18646 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
18647
18648         * metadata-internals.h, marshal.c, reflection.c: More
18649         MonoGHashTable->GHashTable.
18650
18651         * domain-internals.h, class.c: Change MonoGHashTable's into
18652         GHashTables for some cases where no gc stuff is used
18653
18654         All users: update apis
18655
18656 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
18657
18658         * metadata.c (builtin_types): Make this `const'. Makes this get
18659         put into the shareable section.
18660         (mono_metadata_init): Casts to make gcc happy.
18661
18662 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
18663
18664         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
18665
18666 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
18667
18668         * icall.c: Added an internal call to retrieve the position and length
18669         of assembly-level declarative security attributes (RequestMinimum, 
18670         RequestOptional and RequestRefuse). This is used by the Assembly class
18671         to re-create the corresponding permission sets.
18672
18673 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
18674
18675         * marshal.c: fix the stelemref wrapper to be type correct
18676         (and faster).
18677
18678 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
18679
18680         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
18681         to do key & 0x7fffffff. Hashtable already does this. It just
18682         results in longer code.
18683
18684 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
18685
18686         * appdomain.c: Bump corlib version.
18687         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
18688         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
18689         * reflection.c|h: Add functions to get declarative security infos
18690         (blob position and length) for assemblies, classes and methods.
18691
18692 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
18693
18694         * reflection.c: sort the constant table (bug #70693).
18695
18696 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
18697
18698         * object-internals.h, threads.c, domain.c: add accessors for
18699         the MonoThread and MonoDomain tls keys.
18700
18701 2004-12-18  Martin Baulig  <martin@ximian.com>
18702
18703         * class.c (inflate_generic_type): If we're inflating a generic
18704         instance, set `ngclass->context->container = context->container';
18705         ie. the container we inflated into.
18706
18707         * metadata.c (mono_metadata_parse_generic_param): Reflect above
18708         inflate_generic_type() changes.
18709
18710 2004-12-17  Martin Baulig  <martin@ximian.com>
18711
18712         * class-internals.h
18713         (MonoGenericClass): Replaced `MonoType *generic_type' with
18714         `MonoClass *generic_class'.  Removed `dynamic_info'; if
18715         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
18716         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
18717
18718 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
18719
18720         * exception.c (mono_exception_from_token): New helper function.
18721
18722 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
18723
18724         * assembly.c (mono_assembly_load_with_partial_name): Call 
18725         mono_assembly_loaded before invoking the preload hooks. Fixes
18726         #70564.
18727
18728         * object-internals.h (MonoThread): Change culture_info and 
18729         ui_culture_info into an array.
18730
18731         * threads.c: Cache culture info objects from more than one appdomain.
18732
18733         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
18734         current UI culture.
18735
18736 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
18737
18738         * threads.h threads.c appdomain.c: Clear the culture_info field of
18739         all threads during unloading if they point to an object in the dying
18740         appdomain.
18741
18742 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
18743
18744         * culture-info.h (TextInfoEntry): New struct
18745         * object-internals.h: sync with managed
18746         * locales.c: fill the `text_info_data' field
18747         * culture-info-tables.h: update
18748
18749 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
18750
18751         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
18752         collector.
18753
18754 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
18755
18756         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
18757         (ves_icall_ModuleBuilder_getMethodToken): Ditto
18758
18759 2004-12-12  Martin Baulig  <martin@ximian.com>
18760
18761         * mono-debug-debugger.c (write_type): If we're an enum and the
18762         builtin types have already been initialized, call mono_class_init().
18763
18764 2004-12-11  Martin Baulig  <martin@ximian.com>
18765
18766         * metadata.c (mono_metadata_load_generic_params): Added
18767         `MonoGenericContainer *parent_container' argument; automatically
18768         compute `container->is_method'; pass the correct owner to
18769         get_constraints().      
18770
18771         * reflection.c (compare_genericparam): Sort the GenericParam table
18772         according to increasing owners. 
18773
18774 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
18775
18776         * profiler.c: allow disabling the default profiler.
18777
18778 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
18779
18780         * decimal.c, icall.c: allow disabling System.Decimal support.
18781
18782 2004-12-09  Marek Safar <marek.safar@seznam.cz>
18783
18784         * reflection.c: Add support for null attribute arguments.
18785
18786 2004-12-09  Martin Baulig  <martin@ximian.com>
18787
18788         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
18789         names to get rid of compiler warnings.
18790
18791 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
18792
18793         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
18794         mono_marshal_load_type_info (). Fixes #69625.
18795         (mono_marshal_get_ptr_to_struct): Likewise.
18796
18797 2004-12-08  Martin Baulig  <martin@ximian.com>
18798
18799         * mono-debug.h: Bumped version number to 47.
18800
18801         * mono-debug-debugger.c
18802         (mono_debugger_event_handler, mono_debugger_event): Take two
18803         guint64 arguments insteed of a gpointer and a guint32.  
18804
18805 2004-12-08  Martin Baulig  <martin@ximian.com>
18806
18807         * debug-mono-symfile.h
18808         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
18809         `address' to `native_offset'.
18810
18811 2004-12-08  Martin Baulig  <martin@ximian.com>
18812
18813         * class.c (mono_class_create_from_typespec): Only inflate if we
18814         either have `context->gclass' or `context->gmethod'.
18815
18816 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
18817
18818         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
18819
18820         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
18821
18822         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
18823
18824         * reflection.c (mono_assembly_get_object): Remove the workaround put
18825         in for the release.
18826         
18827         * appdomain.c: Use the corlib_internal field from MonoAssembly.
18828
18829         * appdomain.c: Bump corlib version.
18830
18831         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
18832         be visible in other appdomains.
18833
18834 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
18835
18836         * threads.c: Interlocked inc and dec for longs were messed up,
18837         use a KISS based impl for this. Fixes 70234
18838
18839 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
18840
18841         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
18842
18843 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
18844
18845         * icall.c: fix to follow policy not to allow struct
18846         arguments in icalls.
18847
18848 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18849
18850         * process.c: make the patch that handles spaces in file paths work
18851         on mono/windows too.
18852
18853 2004-12-06  Martin Baulig  <martin@ximian.com>
18854
18855         * class.c (mono_class_create_generic): Call
18856         mono_class_setup_supertypes() if we're dynamic.
18857         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
18858
18859 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
18860
18861         * object-internals.h: Add new fields to MonoThread.
18862
18863         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18864
18865         * icall.c threads-types.h threads.c: Add new icalls.
18866
18867         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
18868
18869         * object-internals.h (MonoReflectionAssembly): Sync object layout with
18870         managed side.
18871
18872         * appdomain.c: Bump corlib version.
18873
18874         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
18875         internal assemblies. Fixes #69181.
18876
18877 2004-12-05  Martin Baulig  <martin@ximian.com>
18878
18879         * class.c (mono_class_inflate_generic_signature): Make this a
18880         no-op if `context' is NULL or we don't have any type parameters;
18881         also copy `sentinelpos'.        
18882
18883 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
18884
18885         * image.c: Add unbox_wrapper_cache.
18886
18887         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
18888
18889         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
18890         function generator.
18891         
18892         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
18893         Fixes #70173.
18894
18895         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
18896         
18897 2004-12-04  Martin Baulig  <martin@ximian.com>
18898
18899         * loader.c (mono_method_get_signature_full): New public function;
18900         like mono_method_get_signature(), but with an additional
18901         `MonoGenericContext *' argument.
18902
18903         * class.c (mono_class_inflate_generic_signature): Formerly known
18904         as inflate_generic_signature(); make this public.
18905
18906 2004-12-04  Martin Baulig  <martin@ximian.com>
18907
18908         * metadata.c
18909         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
18910         instead of a `MonoGenericContainer *'.  
18911         (mono_metadata_parse_array_full): Likewise.
18912         (mono_metadata_parse_signature_full): Likewise.
18913         (mono_metadata_parse_method_signature_full): Likewise.
18914         (mono_metadata_parse_generic_inst): Likewise.
18915         (mono_metadata_parse_generic_param): Likewise.
18916         (mono_metadata_parse_mh_full): Likewise.
18917         (mono_type_create_from_typespec_full): Likewise.
18918
18919 2004-12-03  Martin Baulig  <martin@ximian.com>
18920
18921         * class-internals.h (MonoGenericContainer): Replaced the
18922         `MonoGenericContext * pointer with a `MonoGenericContext'
18923         structure and made it the first element.
18924
18925 2004-12-03  Martin Baulig  <martin@ximian.com>
18926
18927         * class.c
18928         (inflate_generic_type): Set the `context->container' when creating
18929         a new MonoGenericContext.
18930         (mono_class_inflate_generic_method): Likewise.
18931         (mono_class_create_from_typespec): Just use `context->container'
18932         to get the container.
18933
18934         * loader.c (method_from_methodspec): Set `context->parent' from
18935         `context->container' - and if that's a method container, use its
18936         parent.  Also set the `context->container' when creating a new
18937         MonoGenericContext.
18938         (mono_get_method_from_token): Use just `context->container' to get
18939         the container.
18940
18941         * metadata.c (do_mono_metadata_parse_generic_class): Also set
18942         `gclass->context->container'.
18943
18944         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
18945         the `context->container' when creating a new MonoGenericContext.
18946
18947 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
18948
18949         * reflection.c (compare_genericparam): Sort params with identical
18950         owner by their number. Fixes gen-111 on sparc.
18951
18952 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
18953
18954         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
18955         around the domain changes.
18956
18957         * appdomain.c (mono_domain_unload): Handle the case when the thread
18958         calling Unload is itself being aborted during unloading. Fixes #70022.
18959
18960         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
18961
18962         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
18963         checkpoint_func as an icall so it gets a wrapper.
18964         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
18965         in the cross-appdomain wrappers too.
18966
18967         * threads.c (mono_thread_has_appdomain_ref): Make this public.
18968
18969         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
18970
18971         * reflection.c: Fix some memory leaks.
18972         
18973 2004-12-02  Martin Baulig  <martin@ximian.com>
18974
18975         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
18976
18977         * metadata.c (generic_class_cache): New static hashtable.
18978         (mono_metadata_lookup_generic_class): New public method.
18979
18980 2004-12-02  Martin Baulig  <martin@ximian.com>
18981
18982         * class.c (mono_class_create_from_typedef): Call
18983         mono_class_setup_parent() and mono_class_create_mono_type() before
18984         parsing the interfaces.
18985
18986 2004-12-02  Martin Baulig  <martin@ximian.com>
18987
18988         * metadata.c (generic_inst_cache): New static hashtable.
18989         (mono_metadata_lookup_generic_inst): New public function.
18990         (mono_metadata_inflate_generic_inst): New public function.
18991         (mono_metadata_parse_generic_inst): New public function.
18992         (do_mono_metadata_parse_generic_class): Use the new
18993         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
18994         since this'll also use the cache.
18995
18996         * reflection.c (mono_reflection_bind_generic_method_parameters):
18997         Use mono_metadata_lookup_generic_inst() to use the new cache.
18998
18999         * class.c (inflate_mono_type): Use
19000         mono_metadata_inflate_generic_inst() to inflate a generic
19001         instance; this'll also use the new cache.
19002
19003         * loader.c (method_from_methodspec): Use
19004         mono_metadata_parse_generic_inst() and
19005         mono_metadata_inflate_generic_inst() rather than parsing it
19006         manually, so we can use the new cache.
19007
19008 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
19009
19010         * threads.c (wait_for_tids): Do not incorrectly free threads when 
19011         the wait times out.
19012
19013 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
19014
19015         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
19016         iter->args based on whether parameters are passed in registers (i.e.
19017         MONO_ARCH_REGPARMS is defined)
19018
19019 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
19020
19021         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
19022         the exception message. Fixes #70070.
19023         (method_from_methodspec): Fix warnings.
19024
19025 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19026
19027         * process.c: (complete_path) return the path quoted
19028
19029 2004-12-01  Martin Baulig  <martin@ximian.com>
19030
19031         * class-internals.h (MonoGenericInst): New structure.
19032         (MonoGenericClass): Replaced `type_argc', `type_argv' and
19033         `is_open' with `MonoGenericInst *inst'.
19034         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
19035         `is_open' with `MonoGenericInst *inst'.
19036
19037 2004-11-30  Martin Baulig  <martin@ximian.com>
19038
19039         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
19040
19041         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
19042         to `generic_class_cache'.
19043
19044         * metadata.c
19045         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
19046         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
19047         (mono_generic_inst_is_valuetype): Renamed to
19048         mono_generic_class_is_valuetype().
19049
19050         * class-internals.h
19051         (MonoGenericInst): Renamed to MonoGenericClass.
19052         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
19053         (MonoClass): Renamed `generic_inst' to `generic_class'.
19054         (MonoGenericContext): Renamed `ginst' to `gclass'.
19055
19056         * object-internals.h
19057         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
19058
19059         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
19060         mono_reflection_generic_class_initialize().
19061
19062         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
19063         now known as "System.Reflection.MonoGenericClass".
19064         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
19065
19066 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
19067
19068         * class-internals.h: Added a flag field to MonoClass to cache the
19069         declarative security attributes actions associated with the class.
19070         * domain-internals.h: Added booleans to MonoJitInfo to cache the
19071         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
19072         applicable to the JITted method.
19073         * reflection.c|h: Added functions to extract (as flags) which security
19074         actions are available (declaratively) for a method, class or assembly.
19075         * metadata.c|h: Added functions to search the declarative security
19076         table in the metadata.
19077         
19078 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
19079
19080         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
19081         EXPORTEDTYPES are already in the class name cache, so there is no
19082         need to add extra code here to look at them. Just removes a bit of
19083         cruft.
19084
19085         (ves_icall_System_Environment_get_TickCount): No need for #if
19086         WINDOWS. We already have the code in io-layer.
19087
19088 2004-11-28  Martin Baulig  <martin@ximian.com>
19089
19090         * loader.c
19091         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
19092         Fixes gen-112.cs.
19093
19094 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
19095
19096         * assembly.c (do_mono_assembly_open): Instead of having a
19097         conditional WITH_BUNDLE, incorporate support for bundles here, by
19098         having a global `bundles' variable holding a pointer to the actual
19099         bundles. 
19100
19101         (mono_register_bundled_assemblies): New API call used by the
19102         bundle code. 
19103
19104         See mkbundle.1 for details.
19105         
19106 2004-11-27  Martin Baulig  <martin@ximian.com>
19107
19108         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
19109         the vtable for generic methods.
19110
19111 2004-11-26  Martin Baulig  <martin@ximian.com>
19112
19113         * metadata.c
19114         (mono_metadata_generic_method_hash): New public function.
19115         (mono_metadata_generic_method_equal): Likewise.
19116
19117         * class-internals.h
19118         (MonoGenericContainer): Added `GHashTable *method_hash'.
19119
19120         * reflection.c (ReflectionMethodBuilder): Added
19121         `MonoGenericContainer *generic_container'.
19122         (reflection_methodbuilder_to_mono_method): Don't create a new
19123         MonoGenericContainer each time we're called.
19124         (mono_reflection_bind_generic_method_parameters): Use
19125         `container->method_hash' to cache the results so we don't create a
19126         different method if we're called several times with the same
19127         arguments.
19128
19129         * loader.c (method_from_methodspec): Use the new
19130         `container->method_hash' here, too.
19131
19132 2004-11-26  Martin Baulig  <martin@ximian.com>
19133
19134         * class.c (inflate_generic_signature): Correctly compute
19135         `res->has_type_parameters'.
19136         (mono_class_vtable): Use the `has_type_parameters' flag to
19137         determine whether we're a generic method.
19138
19139         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
19140
19141 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
19142
19143         * object.c (mono_runtime_run_main): Fix a small memory leak.
19144
19145 2004-11-25  Martin Baulig  <martin@ximian.com>
19146
19147         * class.c (set_generic_param_owner): Fixed the loop.
19148
19149 2004-11-25  Martin Baulig  <martin@ximian.com>
19150
19151         * object.c (mono_class_vtable): Don't create any JIT wrappers for
19152         generic methods.
19153
19154 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
19155
19156         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
19157         names. Fixes #69787.
19158
19159 2004-11-24  Martin Baulig  <martin@ximian.com>
19160
19161         * class.c (mono_class_create_generic_2): If we don't have a
19162         `ginst->parent', inflate `gklass->parent' to get our parent.
19163
19164 2004-11-24  Martin Baulig  <martin@ximian.com>
19165
19166         * reflection.c (compare_genericparam): Correctly sort the
19167         GenericParam table; fixes #69779.
19168
19169 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
19170
19171         * reflection.c: When writing a PE file, don't create a huge
19172         buffer in memory. Just write the arrays we have to the file.
19173         This reduces memory usage.
19174
19175         * metadata-internals.h: MonoDynamicStream pefile is no longer used
19176         globally.
19177
19178 2004-11-17  Martin Baulig  <martin@ximian.com>
19179
19180         * class.c (mono_class_init): Don't setup `class->parent' for
19181         dynamic instances; moved this to mono_class_generic_2().
19182         (mono_class_create_generic): Also set `klass->inited' for dynamic
19183         generic instances.
19184         (mono_class_create_generic_2): Don't do anything for dynamic
19185         generic instances.  Set `klass->parent' here and also call
19186         mono_class_setup_parent() here. 
19187
19188         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
19189         `MonoType *parent' argument; set `ginst->parent' before calling
19190         mono_class_create_generic_2(), so we set the correct parent.
19191
19192 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
19193
19194         * reflection.c: allow getting attributes from ModuleBuilder
19195         (used by ikvm).
19196
19197 2004-11-17  Martin Baulig  <martin@ximian.com>
19198
19199         * class.c (mono_class_create_from_typedef): If a type parameter is
19200         inherited from an outer class, set its owner to that class.
19201
19202 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
19203
19204         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
19205           for (int*) written size. This fixes bug #69592.
19206
19207 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
19208
19209         * icall.c: Added IsAuthenticodePresnet internal call.
19210         * image.c|h: New function that check a MonoImage for an Authenticode
19211         signature in the certificate PE data directory.
19212         * security.c|h: New internal call to ask the runtime if an 
19213         Authenticode signature seems referenced in the PE header.
19214
19215 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
19216
19217         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
19218
19219         * reflection.c (mono_image_create_pefile): Free the assembly streams
19220         after writing out the assembly file.
19221
19222         * object.c (mono_runtime_run_main): Fix small memory leak.
19223
19224         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
19225         property access modifiers. Fixes #69389.
19226
19227 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
19228
19229         * domain.c, object.c, object-internals.h, domain-internals.h,
19230         object.h, marshal.c: keep dynamic code info per domain.
19231
19232 2004-11-15  Martin Baulig  <martin@ximian.com>
19233
19234         * class.c (mono_type_get_name_recurse): Put type arguments in
19235         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
19236         see bug #68387.
19237
19238 2004-11-15  Martin Baulig  <martin@ximian.com>
19239
19240         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
19241         (mono_class_setup_vtable): When computing `the_cname' for a
19242         generic instance, don't include the namespace since we'd otherwise
19243         add it twice.
19244
19245 2004-11-15  Martin Baulig  <martin@ximian.com>
19246
19247         * class.c (mono_class_create_generic): Changed return type to void.
19248         (mono_class_create_generic_2): New public function; setup
19249         `class->method', `class->field' and `class->interfaces' here
19250         instead of in mono_class_init().
19251
19252         * class.h (mono_class_create_generic): Moved to class-internals.h.
19253
19254 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
19255
19256         * reflection.c (mono_image_create_pefile): take a file HANDLE.
19257         rather than writing to memory, write to this file. Right now,
19258         we are just writting into a buffer, and copying that. However
19259         we can avoid the buffer later.
19260
19261         (mono_dynamic_stream_reset): new function
19262
19263         * icall.c, object-internals.h: update for the above.
19264
19265 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
19266
19267         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
19268         have been using gc'd memory. First it is slower, unlikely
19269         the comment in the source code said, secondly, it increases
19270         our footprint to do it in the gc.
19271
19272         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
19273         the method so that it does not have to copy to managed code.
19274
19275 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
19276
19277         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
19278
19279 2004-11-12  Martin Baulig  <martin@localhost>
19280
19281         * reflection.c (mono_image_create_token): Allow generic method
19282         definitions here, since they may appear in an `.override'; see
19283         gen-98/gen-99 for an example.
19284
19285 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
19286
19287         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
19288         #69365.
19289
19290         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
19291         descriptive.
19292
19293 2004-11-11  Martin Baulig  <martin@ximian.com>
19294
19295         * class.c (mono_class_setup_vtable): In an explicit interface
19296         implementation, the method name now includes the arity.
19297
19298 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
19299
19300         * object.c (mono_array_full_copy): Fix warning.
19301
19302 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
19303
19304         * appdomain.c: Removed look_for_method_by_name(). Use the new method
19305         mono_class_get_method_from_name() instead.
19306         
19307         * class-internals.h: Added two new types of wrappers. 
19308         Added MonoRemotingTarget enum. Added new trampoline function type, which
19309         takes an additional MonoRemotingTarget value as parameter, so it is
19310         possible to request a trampoline for a specific target.
19311         
19312         * class.c: Added new mono_class_get_method_from_name() method.
19313         
19314         * class.h: In MonoRemoteClass, we can have now to vtables, one for
19315         general remoting sinks and one specific for cross domain calls.
19316         
19317         * debug-helpers.c: Added new wrapper names.
19318         
19319         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
19320         of a remote class.
19321         
19322         * image.c: Porperly delete value objects form the remoting invoke hashtable.
19323         
19324         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
19325         with several other methods (mono_marshal_get_xappdomain_dispatch,
19326         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
19327         and others) can generate a fast remoting wrapper for cross domain calls.
19328         More information can be found in docs/remoting.
19329         Other changes: Removed mono_find_method_by_name, and used
19330         mono_class_get_method_from_name instead.
19331         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
19332         is stored in the remoting invoke hashtable.
19333         
19334         * marshal.h: published the new method for getting the xdomain wrapper,
19335         and also added a method for getting the adequate wrapper for a given
19336         method and target.
19337         
19338         * object-internals.h, object.c: Added a couple of methods for capying and
19339         cloning arrays.
19340         Modified mono_install_remoting_trampoline, which takes the new remoting
19341         trampoline that has a remoting target as parameter.
19342         mono_class_proxy_vtable now also takes a remoting target as parameter, and
19343         will return the most suitable vtable for the target.
19344         Added mono_remote_class_vtable, which returns the vtable of a remote class
19345         (which can be the normal remoting vtable or the xdomain vtable).
19346         
19347         * threads.c: the xdomain invoke and dispatch wrappers must also be
19348         protected against interruptions.
19349
19350 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19351
19352         * icall.c: use memmove in BlockCopyInternal when the source and
19353         destination arrays are the same.
19354
19355 2004-11-09  Martin Baulig  <martin@ximian.com>
19356
19357         * class-internals.h (MonoGenericContainer): Removed `method' and
19358         `signature', replaced them with `is_method' and `is_signature'
19359         flags.  Added `context'.
19360
19361         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
19362         instead of a `MonoGenericContainer *'.
19363
19364         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
19365         for dynamic type parameters.
19366         (mono_metadata_load_generic_params): Setup `container->context'.
19367
19368         * reflection.c (mono_reflection_setup_generic_class): Setup
19369         `tb->generic_container->context'.
19370         (do_mono_reflection_bind_generic_parameters): Use
19371         mono_class_inflate_generic_type() to correctly inflate types,
19372         rather than using our own hack just for MONO_TYPE_VAR.
19373
19374 2004-11-09  Martin Baulig  <martin@ximian.com>
19375
19376         * class.c (mono_class_inflate_generic_method): Small fix; don't
19377         crash here.
19378
19379         * icall.c
19380         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
19381         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
19382         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
19383         (ves_icall_Type_BindGenericParameters): Likewise.
19384         (ves_icall_Type_get_IsGenericInstance): Likewise.
19385         (ves_icall_Type_GetGenericParameterPosition): Likewise.
19386         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
19387         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
19388         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
19389
19390 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
19391
19392         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
19393         assembly versions and public key tokens. Fixes #69113.
19394
19395 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
19396
19397         * metadata.c: fix bug introduced with the type cache changes
19398         on 2004-11-06.
19399
19400 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
19401
19402         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
19403         the MonoClass pointer instead of the token in exception clauses.
19404         * reflection.c: updates for the above and make the code not depend
19405         on the structure of MonoExceptionClause.
19406
19407 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
19408
19409         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
19410         Add support for dynamic assemblies. Fixes #69114.
19411
19412         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
19413
19414 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
19415
19416         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
19417         since most only those methods use it. the code member of
19418         MonoMethodPInvoke was dead, so that can be removed too. Also,
19419         remove inline_count (again, not used), and move slot so that it
19420         can share bits with some other flags. This saves 8 bytes in the
19421         structure and gives us about 50 kb back for mcs helloworld.cs
19422
19423         * *.[ch]: Do naming changes for the above.
19424
19425         * loader.c (mono_method_get_header): Lazily init the header
19426         on first access.
19427         (mono_get_method_from_token): don't init the header here
19428         (mono_free_method): the header may never be allocated
19429
19430         Overall, this saves 150 kb of unmanaged allocations
19431         for mcs helloworld.cs. That accounts for 10% of the unmanaged
19432         memory at runtime.
19433         
19434         * loader.c, loader.h (mono_method_get_header): new accessor.
19435
19436         * *.[ch]: use the above method. Prepares us to lazily load
19437         the header.
19438
19439         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
19440         three warnings, which are actual bugs (see 69206).
19441
19442         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
19443         unused. Saves a cool 4 bytes / method.
19444
19445 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
19446
19447         * metadata.c (builtin_types): Add types for System.Object here.
19448         (mono_metadata_parse_type_full): Cache MonoType*'s that are
19449         for a class or valuetype from klass->this_arg or klass->byval_arg.
19450
19451         On mcs for a hello world, this gets us down from 21836 MonoType's
19452         to 14560.
19453
19454         (mono_metadata_free_type): Account for the above change.
19455
19456 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
19457
19458         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
19459         exception instead of asserting if name is null.
19460         (ves_icall_System_AppDomain_GetData): Ditto.
19461
19462 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
19463
19464         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
19465         EnumBuilder.
19466
19467         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
19468         Return NULL when the domain does not have entry_assembly set.
19469
19470         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
19471         Add a 'resource_modules' argument.
19472         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
19473
19474         * reflection.c (mono_reflection_create_runtime_class): Move setting
19475         of wastypebuilder here, so mono_get_type_object () returns a MonoType
19476         for enums too.
19477
19478         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
19479         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
19480         Throw an ArgumentNullException if 'ptr' is null.
19481
19482         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
19483         assemblies here. Fixes #69020.
19484
19485 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
19486
19487         * reflection.c (build_compressed_metadata): Fix the previous patch for
19488         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
19489         the stack.
19490
19491 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
19492
19493         * assembly.c (mono_assembly_names_equal): Allow a match if one of
19494         the cultures is false. Fixes #69090.
19495
19496         * reflection.c (build_compressed_metadata): Fix invalid memory read 
19497         detected by valgrind.
19498         
19499         * reflection.c (mono_reflection_get_type): Avoid triggering a 
19500         TypeResolve multiple times for the same type. Fixes #65577.
19501
19502 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
19503
19504         * marshal.c: Avoid using ldftn to call managed functions. It is
19505         much slower than just a call.
19506
19507         * reflection.c (mono_module_get_object): free the basename we
19508         allocate here from glib.
19509         
19510         * reflection.c (ensure_runtime_vtable): make sure to free
19511         overrides.  Also, we were allocating an array of MonoMethod not an
19512         array of MonoMethod*.
19513
19514         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
19515
19516         * image.c (mono_image_close): free image->guid here.
19517
19518 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
19519
19520         * reflection.c: Fix some spec conformance issues with the PE file
19521         structures so mcs compiled apps run on the Net 2.0 beta.
19522
19523 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
19524
19525         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
19526         Implement this. Fixes #67264.
19527
19528         * debug-helpers.h debug-helpers.c marshal.c: Move 
19529         mono_find_method_by_name to debug-helpers.c.
19530
19531 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
19532
19533         * object.c (mono_release_type_locks): type_initialization_hash is
19534         a GHashTable.
19535
19536         * reflection.c object.c object-internals.h: Fix warnings.
19537
19538         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
19539         without accessors. Fixes #61561.
19540
19541         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
19542         application base from the root domain if not set. Fixes #65641.
19543         (mono_runtime_init): Fix warning.
19544
19545 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19546
19547         * appdomain.c: call mono_thread_pool_init.
19548         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
19549         of worker threads based on the number of CPUs and the environment
19550         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
19551         for non-windows (windows) systems.
19552
19553 2004-10-27  Chris Toshok  <toshok@ximian.com>
19554
19555         * mono-debug-debugger.c (write_class): don't call mono_class_init
19556         here, as even with the check for (!klass->init_pending), we get
19557         into a situation where we're hitting cycles in class
19558         initialization.  Fixes #68816.
19559
19560 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
19561
19562         * image.c: Avoid overwriting values in the loaded_images_hash when an
19563         assembly is loaded multiple times. Fixes #61152.
19564
19565         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
19566         so multiple satellite assemblies for the same name can be loaded.
19567         Fixes #68259.
19568
19569         * mono_domain_assembly_preload: Actually return the loaded assembly, 
19570         not NULL.
19571
19572         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
19573         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
19574
19575         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
19576         pending finalizers are not invoked after the appdomain has been 
19577         unloaded. Fixes #67862.
19578
19579 2004-10-22  Martin Baulig  <martin@ximian.com>
19580
19581         * mono-debug-debugger.c
19582         (mono_debugger_runtime_invoke): Don't box valuetypes.
19583
19584 2004-10-22  Chris Toshok  <toshok@ximian.com>
19585
19586         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
19587         don't hide private methods.
19588
19589 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
19590
19591         * icall.c: Allows the runtime to "share" (when known) the public key
19592         token of an assembly. This avoid the need to recalculate the token 
19593         (from the public key) in managed code.
19594
19595 2004-10-21  Chris Toshok  <toshok@ximian.com>
19596
19597         * debug-helpers.c (append_class_name): argh, revert last patch.
19598         
19599 2004-10-21  Chris Toshok  <toshok@ximian.com>
19600
19601         * debug-helpers.c (append_class_name): use '+' as the delimiter,
19602         not '/', so that it matches what the debugger uses to look up
19603         methods.
19604
19605 2004-10-21  Martin Baulig  <martin@ximian.com>
19606
19607         * mono-debug-debugger.c (mono_debugger_throw_exception): New
19608         public method; this is called each time an exception is thrown and
19609         allows the debugger to use exception catch points.
19610
19611 2004-10-21  Martin Baulig  <martin@ximian.com>
19612
19613         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
19614         the stack pointer and the exception object in some struct and pass
19615         that to the debugger.
19616
19617 2004-10-21  Chris Toshok  <toshok@ximian.com>
19618
19619         * mono-debug-debugger.c (do_write_class): add instance/static
19620         event support.  We don't expose "raise" or "other" yet.
19621         (event_is_static): new method.
19622
19623 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
19624
19625         * mono-debug-debugger.c
19626         (mono_debugger_handle_exception): Remove
19627         bogus return value for fussy compilers.
19628
19629 2004-10-20  Martin Baulig  <martin@ximian.com>
19630
19631         * mono-debug-debugger.c
19632         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
19633         (mono_debugger_handled_exception): Likewise.
19634
19635 2004-10-20  Martin Baulig  <martin@ximian.com>
19636
19637         * mono-debug-debugger.h (MonoDebuggerEvent): Added
19638         MONO_DEBUGGER_EVENT_EXCEPTION.
19639
19640         * mono-debug-debugger.c (mono_debugger_handle_exception): New
19641         public function to send the debugger a notification for an
19642         exception and inform it about a catch/finally clause.
19643
19644 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
19645
19646         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
19647         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
19648         fix 2.95 build. 
19649
19650         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
19651
19652 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
19653
19654         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
19655         marshalled as [In,Out]. Fixes #58325.
19656
19657 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
19658
19659         * reflection.c (mono_method_body_get_object): Implement some fields.
19660
19661 2004-10-12  Martin Baulig  <martin@ximian.com>
19662
19663         * reflection.c (mono_reflection_bind_generic_parameters): Small
19664         fix, correctly retrieve our parent from a generic instance.
19665
19666 2004-10-12  Martin Baulig  <martin@ximian.com>
19667
19668         * metadata.c (mono_metadata_generic_param_equal): We always have
19669         an owner.
19670
19671         * class.c
19672         (mono_class_from_generic_parameter): We need to have an owner.
19673         (my_mono_class_from_generic_parameter): Likewise.
19674
19675         * reflection.c (mono_reflection_setup_generic_class): Renamed to
19676         mono_reflection_create_generic_class() and added a new
19677         mono_reflection_setup_generic_class().  
19678         (mono_reflection_initialize_generic_param): If we're a nested
19679         generic type and inherited from the containing class, set our
19680         owner to the outer class.
19681
19682 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
19683
19684         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
19685
19686         * reflection.c (mono_method_body_get_object): New function to create
19687         a MethodBody object.
19688
19689         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
19690
19691 2004-10-11  Martin Baulig  <martin@ximian.com>
19692
19693         * metadata.c (_mono_metadata_type_equal): Renamed to
19694         do_mono_metadata_type_equal() and made static.
19695
19696 2004-10-11  Martin Baulig  <martin@ximian.com>
19697
19698         * appdomain.c: Bump corlib version number to 28.
19699
19700 2004-10-10  Martin Baulig  <martin@ximian.com>
19701
19702         * class-internals.h
19703         (MonoGenericInst): Added `MonoGenericContainer *container'.
19704         (MonoGenericMethod): Likewise.
19705         (MonoGenericContext): Likewise.
19706         (MonoGenericParam): Added `MonoGenericContainer *owner'.
19707
19708         * metadata.c
19709         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
19710         (do_mono_metadata_parse_generic_inst): Likewise.
19711         (mono_metadata_parse_type_full): New public method.  This is the actual
19712         mono_metadata_parse_type() implementation - with an additional
19713         `MonoGenericContainer *' argument.
19714         (mono_metadata_parse_array_full): Likewise.
19715         (mono_metadata_parse_signature_full): Likewise.
19716         (mono_metadata_parse_method_signature_full): Likewise.
19717         (mono_metadata_parse_mh_full): Likewise.
19718         (mono_type_create_from_typespec): Likewise.
19719         (mono_metadata_interfaces_from_typedef_full): New public method;
19720         this is similar to the other _full() methods, but we take a
19721         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
19722         (mono_metadata_parse_generic_param): Take an additional
19723         `MonoGenericContainer *' argument and lookup the MonoGenericParam
19724         from that container.
19725         (mono_metadata_generic_param_equal): New static method to compare
19726         two type parameters.
19727         (_mono_metadata_type_equal): New static method; takes an
19728         additional `gboolean signature_only' argument - if true, we don't
19729         compare the owners of generic parameters.
19730         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
19731         with a TRUE argument - do a signature-only comparision.
19732
19733         * loader.c: Use the new _full() methods and pass the
19734         MonoGenericContainer to them.
19735
19736         * object-internals.h (MonoReflectionTypeBuilder): Added
19737         `MonoGenericContainer *generic_container' field.
19738         (MonoReflectionMethodBuilder): Likewise.
19739
19740 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
19741
19742         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
19743         case initial images of dynamic assemblies.
19744
19745         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
19746
19747         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
19748
19749         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
19750         length of event->other array.
19751         (typebuilder_setup_events): Ditto.
19752
19753         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
19754         'assembly_by_name' and add an 'assemblies' list.
19755
19756         * assembly.h assembly.c: Add a new search hook for determining whenever
19757         an assembly is already loaded. Use this instead of searching in the
19758         loaded_assemblies list.
19759
19760         * domain.c appdomain.c: Implement the new search hook so loaded 
19761         assemblies are now scoped by appdomain. Fixes #67727.
19762
19763 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
19764
19765         * threads.c (mono_thread_attach): Initialize synch_lock field so
19766         mono_thread_detach works again.
19767
19768         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
19769         'lib' too. Fixes #63130.
19770
19771 2004-10-06  Jackson Harper  <jackson@ximian.com>
19772
19773         * culture-info-tables.h: regenerated.
19774
19775 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
19776
19777         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
19778         implemented by other interfaces in the result. Fixes #65764.
19779         
19780         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
19781         Handle unloadable modules without crashing.
19782
19783         * image.c (load_modules): Revert the previous patch since modules must
19784         have a fixed index inside the array.
19785         
19786         * image.c (load_modules): Don't include native modules in the modules
19787         array.
19788
19789 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
19790
19791         * reflection.h: Add param_defaults field.
19792
19793         * reflection.c: Add support for parameter defaults in dynamic methods.
19794         Fixes #64595.
19795
19796         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
19797         an empty string when a type has no namespace. Fixes #64230.
19798
19799 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
19800
19801         * tabledefs.h: Added "internal" security actions to support non-CAS
19802         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
19803         Note: they do not seems to be used anymore in 2.0 (new metadata format)
19804
19805 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
19806
19807         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
19808         constructor of abstract class. Fixes #61689.
19809
19810 2004-10-04  Martin Baulig  <martin@ximian.com>
19811
19812         * class-internals.h (MonoGenericContainer): New type.
19813         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
19814         `MonoGenericContainer *generic_container'.
19815         (MonoClass): Replaced `gen_params' and `num_gen_params' with
19816         `MonoGenericContainer *generic_container'.
19817
19818         * metadata.c (mono_metadata_load_generic_params): Return a
19819         `MonoGenericContainer *' instead of a `MonoGenericParam *';
19820         removed the `num' argument.
19821
19822 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
19823
19824         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
19825         for dynamic images.
19826
19827         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
19828         machine fields.
19829
19830         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
19831
19832         * reflection.c: Save pe_kind and machine values into the generated
19833         image file.
19834
19835         * appdomain.c: Bump corlib version number.
19836
19837         * object-internals.h: Reorganize layout of LocalBuilder.
19838
19839         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
19840         New helper function.
19841
19842         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
19843         created MonoType for dynamic types. Fixes #66180.
19844
19845 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
19846
19847         * threadpool.c: the ares hashtable needs a critical section around it.
19848         this prevents some nasty segfaults
19849
19850 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
19851
19852         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
19853         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
19854         bug 67324).
19855         
19856 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
19857
19858         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
19859         
19860 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
19861
19862         * image.c: Always canonicalize image file names, to avoid loading
19863         the same assembly twice when referenced using a relative path.
19864
19865 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
19866
19867         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
19868
19869         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
19870
19871         * marshal.c: Fix warnings.
19872
19873 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
19874
19875         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
19876         attempting to marshal the delegate_trampoline as the method_addr.
19877         This patch has a static hashtable of marshalled delegates so that 
19878         we can map delegate_trampoline addresses back to delegates.  This
19879         allows a delegate passed to managed code to be passed back into native
19880         code.  Fixes #67039
19881
19882 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
19883
19884         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
19885
19886         * reflection.c (method_encode_code): Align method headers properly.
19887         Fixes #66025.
19888
19889 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
19890
19891         * marshal.c: In the runtime invoke wrapper, reset the abort
19892         exception if it is cached. This avoids the automatic rethrowal of 
19893         the exception after the catch of the wrapper. Also check for pending
19894         interruptions before calling the managed method. This is done using
19895         the new method emit_thread_force_interrupt_checkpoint, since the
19896         normal checkpoint method is ignored when running the invoke wrapper.
19897         * object.c: If the abort exception is rethrown, set the abort_exc
19898         field of the thread, so it will be rethrown aftere every catch.
19899         * threadpool.c: Only run an interruption checkpoint if what has been
19900         requested is a stop of the thread (aborts will be ignored).
19901         * threads.c: By default, a thread will now never be interrumped while
19902         running the runtime invoke wrapper (this ensures that runtime_invoke
19903         will always return to the caller if an exception pointer is provided).
19904         There is a new special method mono_thread_force_interruption_checkpoint()
19905         to force an interruption checkpoint even if running a protected
19906         wrapper, which is used by the same runtime invoke wrapper to do a check
19907         at a safe point.
19908
19909 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
19910
19911         * object.c, object-internals.h: Implemented mono_release_type_locks,
19912         which releases the cctor locks held by a thread.
19913         * threads.c, threads.h: In thread_cleanup, release cctor locks held
19914         by a thread. Added mono_thread_exit() method to be used to safely stop
19915         a thread.
19916
19917 2004-09-28  Raja R Harinath  <rharinath@novell.com>
19918
19919         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
19920         Move null check before dereference.  Avoid indexing beyond the end
19921         of the 'modules' array.
19922
19923 2004-09-28  Raja R Harinath  <rharinath@novell.com>
19924
19925         * metadata-internals.h (MonoImage): Add module_count field.
19926         * image.c (load_modules): Set image->module_count.
19927         (mono_image_load_file_for_image): Use image->module_count.
19928         * reflection.c (mono_image_load_module): Append to image->modules array 
19929         of dynamic assembly.
19930         (mono_module_get_object): Fix loop to actually increment index.
19931         Use image->module_count.
19932         * assembly.c (mono_assembly_load_references): Use image->module_count.
19933         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
19934         Likewise.
19935
19936 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
19937
19938         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
19939         Avoid assert on generic types.
19940
19941 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
19942
19943         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
19944
19945         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
19946
19947         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
19948         function to convert a MarshalSpec structure to its managed counterpart.
19949
19950         * reflection.c: Fix warnings.
19951         
19952         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
19953         field.
19954
19955         * icall.c (mono_create_icall_signature): Fix build.
19956
19957 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
19958
19959         * icall.c: Add MakePointType icall.
19960
19961         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
19962         warnings.
19963
19964 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19965
19966         * threadpool.c: reuse allocated slots in the queue.
19967
19968 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
19969
19970         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
19971
19972         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
19973
19974         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
19975         previous change.
19976
19977         * tabledefs.h: Add constants for pinvoke attributes BestFit and
19978         ThrowOnUnmappableChar.
19979
19980         * icall.c (ves_icall_Type_GetPacking): New icall.
19981
19982 2004-09-24  Martin Baulig  <martin@ximian.com>
19983
19984         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
19985
19986 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19987
19988         * appdomain.c:
19989         (mono_domain_set): allow setting a domain that is being unloaded.
19990         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
19991         being unloaded.
19992
19993 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
19994
19995         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
19996         the GetCustomAttributes icall.
19997
19998 2004-09-23  Martin Baulig  <martin@ximian.com>
19999
20000         * object-internals.h (MonoReflectionGenericParam): Replaced
20001         'has_ctor_constraint', `has_reference_type' and `has_value_type'
20002         with `guint32 attrs'.
20003
20004 2004-09-23  Martin Baulig  <martin@ximian.com>
20005
20006         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
20007
20008 2004-09-23  Martin Baulig  <martin@ximian.com>
20009
20010         * object-internals.h (GenericParameterAttributes): New enum.
20011
20012 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
20013
20014         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
20015         
20016         * class.c (init_events): Fill out event->other field.
20017
20018         * class.c: Fix warnings.
20019
20020         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
20021
20022 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
20023
20024         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
20025         walk which doesn't supply the IL offset.
20026
20027 2004-09-22  Martin Baulig  <martin@ximian.com>
20028
20029         * reflection.c (mono_reflection_setup_internal_class): If we're
20030         System.ValueType, System.Object or System.Enum, set
20031         `klass->instance_size' and create the vtable.
20032         (mono_reflection_create_internal_class): If we're an enum type,
20033         get the base class from our current corlib.
20034
20035 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
20036
20037         * reflection.h (MonoResolveTokenError): New type.
20038
20039         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
20040         icall.
20041
20042         * icall.c: Add an 'error' argument to the ResolveToken icalls.
20043
20044 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
20045
20046         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
20047         Support also calling constructors, but only for already allocated objects.
20048
20049 2004-09-17  Geoff Norton <gnorton@customerdna.com>
20050
20051         * reflection.c (type_get_qualified_name): If the klass is null
20052         return the typename to avoid a NullRefEx.
20053         (encode_cattr_value): Get the qualified name of the boxed type,
20054         not the underlying enumtype.  Fixes #62984.
20055
20056 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
20057
20058         * marshal.c: Fix problems with previous checkin.
20059
20060 2004-09-21    <vargaz@freemail.hu>
20061
20062         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
20063         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
20064
20065         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
20066
20067 2004-09-21  Geoff Norton <gnorton@customerdna.com>
20068
20069         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
20070         should only return a type for pointers, arrays, and passbyref types.
20071         Fixes bug #63841.
20072
20073 2004-09-21  Martin Baulig  <martin@ximian.com>
20074
20075         * domain.c (mono_debugger_check_runtime_version): New public
20076         function.
20077
20078         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
20079
20080 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
20081
20082         * reflection.c: Added missing sort to the declarative security 
20083         attributes table. MS implementation stops seeing the attributes if the
20084         token number regress in the table (as shown by ildasm and permview).
20085
20086 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
20087
20088         * object-internals.h (MonoReflectionModule): Add 'token' field.
20089         
20090         * reflection.c (mono_reflection_get_token): Add support for Module
20091         and Assembly.
20092         (mono_module_get_object): Set 'token' field.
20093         (mono_module_file_get_object): Set 'token' field.
20094
20095         * icall.c: Add new Assembly and Module icalls.
20096
20097         * appdomain.c: Bump corlib version.
20098
20099 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
20100
20101         * loader.h loader.c class.h class.c: Add helper functions for obtaining
20102         tokens of metadata objects.
20103
20104         * reflection.h reflection.c (mono_reflection_get_token): New function
20105         to obtain the token of a metadata object.
20106
20107         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
20108
20109 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
20110
20111         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
20112         
20113         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
20114
20115 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
20116
20117         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
20118         * object-internals.h: Added 3 MonoArray* members to MonoReflection
20119         AssemblyBuilder to access the permissions set in the class lib.
20120         * reflection.c: Added security attributes encoding step in 
20121         mono_image_build_metadata.
20122         * tabledefs.h: Added new security actions defined in 2.0:
20123         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
20124
20125 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
20126
20127         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
20128         macro parameter.
20129
20130 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
20131  
20132         * locales.c: nullify the ICU_collator member of CompareInfo when it is
20133           finalized. There where random SIGSEVs at program termination, when
20134           an object being finalized was trying to do a string comparison and
20135           the current culture was already finalized.
20136  
20137 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20138
20139         * threads.c: call thread_cleanup before finishing the thread if we get
20140         there.
20141
20142 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
20143
20144         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
20145         assemblies from the parent. Fixes #65665.
20146
20147 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
20148
20149         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
20150         modifiers.
20151
20152 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
20153
20154         * reflection.h: add prototype for mono_get_dbnull_object
20155         * reflection.c: add prototypes for get_default_param_value_blobs 
20156         and mono_get_object_from_blob for fussier compilers
20157
20158 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
20159  
20160         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
20161         false deadlock checks in class initialization.
20162  
20163 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
20164
20165         * image.c (mono_image_addref): Fix comment.
20166
20167         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
20168         possible.
20169
20170 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
20171
20172         * reflection.c (mono_param_get_objects): Modified to return
20173         ParameterInfo.DefaultValue object.
20174
20175         (get_default_param_value_blobs):
20176         (mono_get_object_from_blob):
20177         (mono_get_dbnull_object): New helper routines. 
20178
20179         * object.c (mono_get_constant_value_from_blob): New helper routine
20180         carved out from get_default_field_value ()
20181
20182         * object-internals.h (mono_get_constant_value_from_blob): Added
20183         function declaration.
20184
20185 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
20186
20187         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
20188         referenced assemblies. Fixes #62135.
20189
20190         * exception.h exception.c (mono_get_exception_file_not_found2): New
20191         helper function.
20192
20193 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
20194
20195         * class.h class.c: Add mono_type_get_underlying_type ().
20196
20197 2004-09-09  Geoff Norton <gnorton@customerndna.com>
20198
20199         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
20200         Fix GetTypes() to support dynamically created assemblies.
20201
20202 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
20203
20204         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
20205         
20206         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
20207         previous patch.
20208
20209         * reflection.h reflection.c loader.c: Allow dynamic construction of
20210         pinvoke methods. Fixes #65571.
20211         
20212         * reflection.c (mono_reflection_get_type): Revert previous change since
20213         it causes regressions.
20214
20215 2004-09-08  Martin Baulig  <martin@ximian.com>
20216
20217         * class.c (class_compute_field_layout): Don't call
20218         mono_class_layout_fields() for open generic instances.
20219
20220 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
20221         * threads.c appdomain.c: fix typo in GC macro
20222
20223 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20224
20225         * threads.c: don't call mono_thread_detach() in start_wrapper(),
20226         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
20227
20228 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
20229
20230         * image.c (mono_image_close): Applied patch from 
20231         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
20232         assembly is loaded multiple times from data.
20233         
20234         * image.c (mono_image_open): Fix warning.
20235
20236 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
20237
20238         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
20239         once. Fixes #58334.
20240         
20241         * reflection.c (mono_reflection_create_runtime_class): Initialize
20242         klass->nested_classes. Fixes #61224.
20243
20244 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
20245
20246         * threads.c: sched_yield() on exit, to allow threads to quit.
20247
20248 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
20249
20250         * object.c (mono_unhandled_exception): Remove leftover debug code.
20251
20252 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
20253
20254         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
20255
20256 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
20257
20258         * marshal.c (emit_marshal_array): Really null terminate string arrays.
20259         
20260         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
20261
20262 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
20263
20264         * marshal.c (emit_marshal_array): Null terminate string arrays.
20265         
20266         * marshal.c (raise_auto_layout_exception): Fix warning.
20267
20268         * reflection.c (mono_param_get_objects): Initialize the default value
20269         with DBNull.Value, not null. Fixes #62123.
20270
20271 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
20272
20273         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
20274         throw an exception with a cute explanation.
20275
20276 2004-09-06  Dick Porter  <dick@ximian.com>
20277
20278         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
20279         Close the new process's thread handle, as we don't use it.  The
20280         handle stays around forever otherwise.
20281
20282 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
20283
20284         * object.c (arith_overflow): Fix warning.
20285
20286         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
20287         calling conventions in method refs. Fixes #65352.
20288
20289         * reflection.c: Fix warnings.
20290
20291 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
20292
20293         * icall.c: Add a new icall for Array.Clear
20294
20295 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
20296
20297         * object.c: When allocating an array, we have to throw
20298         an overflow exception if any of the lengths are < 0.
20299
20300 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
20301
20302         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
20303         properly. Also move implementation of string array marshalling to 
20304         managed code. Fixes #42316.
20305
20306 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20307
20308         * assembly.c: provide more information when loading an assembly fails.
20309
20310 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20311
20312         * filewatcher.c: don't expect the development fam package to be
20313         installed.
20314
20315 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
20316
20317         * marshal.c: Make a copy of the signature cookie since it will be
20318         freed by the caller.
20319         
20320         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
20321
20322         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
20323
20324         * metadata.c (mono_metadata_free_marshal_spec): New function to free
20325         marshal specs.
20326
20327         * marshal.c: More refactoring.
20328         
20329         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
20330         smaller functions.
20331
20332 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
20333
20334         * object.c: In mono_message_invoke, fill the output parameter array after
20335           calling the managed method (it was done before the call). This fixes
20336           bug #59299.
20337
20338 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
20339
20340         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
20341         as well.
20342
20343 2004-09-02  Martin Baulig  <martin@ximian.com>
20344
20345         * class.c (mono_class_instance_size): Don't allow generic type
20346         definitions or open generic instances.
20347         (mono_class_array_element_size): If we're a value type, call
20348         mono_class_instance_size() on the original class.
20349
20350         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
20351         handle generic instances.
20352
20353         * mono-debug-debugger.c (write_type): Handle generic instances
20354         like classes.
20355
20356 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
20357
20358         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
20359         the allocation request fails. Fixes #65089.
20360
20361         * object.c (mono_runtime_free_method): Do not call mono_free_method.
20362         
20363         * object.c (mono_runtime_free_method): New function to free a dynamic
20364         method.
20365
20366         * marshal.c (mono_delegate_free_ftnptr): New function to free the
20367         delegate trampoline.
20368
20369         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
20370         with hasthis as dynamic,
20371
20372         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
20373
20374         * domain.c (mono_jit_info_table_remove): New function to remove an
20375         entry from the jit info table.
20376
20377         * class-internals.h (MonoMethod): Add 'dynamic' field.
20378
20379         * loader.c: Fix warnings.
20380
20381 2004-09-01  Martin Baulig  <martin@ximian.com>
20382
20383         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
20384         instead of mono_debugger_lock() because the latter one is a no-op
20385         unless running in the debugger.
20386
20387 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
20388
20389         * class.c (class_compute_field_layout): Classes with auto-layout or
20390         reference fields are not blittable.
20391         
20392 2004-09-01  Dick Porter  <dick@ximian.com>
20393
20394         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
20395         mono_image_get_filename() to get the assembly location.
20396
20397         * icall.c:
20398         * metadata.h: Fix compile warnings
20399
20400 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
20401
20402         * class.c (class_compute_field_layout): System.Object is blittable.
20403
20404         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
20405         as in/out. Fixes #59909.
20406
20407 2004-09-01  Martin Baulig  <martin@ximian.com>
20408
20409         * metadata.h (MONO_TYPE_ISREFERENCE): Call
20410         mono_metadata_generic_inst_is_valuetype() if we're a generic
20411         instance to check whether our underlying type is a reference type.
20412
20413 2004-09-01  Martin Baulig  <martin@ximian.com>
20414
20415         * metadata.c (mono_type_size): If we're a generic instance, call
20416         mono_class_value_size() for value types.
20417
20418 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
20419
20420         * marshal.c: Implement more custom marshalling functionality. Fixes
20421         #64915.
20422
20423 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
20424
20425         * mono-debug.c, debug-mono-symfile.c: add some locking love.
20426
20427 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
20428
20429         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
20430
20431         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
20432
20433         * icall.c: Fix some warnings.
20434
20435         * threads.c (abort_appdomain_thread): Fix unref errors.
20436         (mono_thread_current): Fix THREAD_DEBUG define.
20437
20438 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
20439
20440         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
20441
20442         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
20443
20444 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
20445
20446         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
20447         string arrays.
20448
20449 2004-08-28  Martin Baulig  <martin@ximian.com>
20450
20451         * metadata.c
20452         (mono_metadata_generic_inst_is_valuetype): New public function.
20453
20454         * metadata.h (MONO_TYPE_ISSTRUCT): Call
20455         mono_metadata_generic_inst_is_valuetype() if we're a generic
20456         instance to check whether our underlying type is a valuetype.
20457
20458 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
20459
20460         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
20461         #63768.
20462
20463 2004-08-25  Martin Baulig  <martin@ximian.com>
20464
20465         * loader.c (mono_get_method_from_token): Abstract methods can also
20466         be generic and thus have type parameters.
20467
20468         * metadata-internals.h
20469         (MonoDynamicImage): Added `GPtrArray *gen_params'.
20470
20471         * reflection.c (mono_image_get_generic_param_info): Don't create a
20472         metadata row, just add an entry to the `gen_params' array.
20473         (build_compressed_metadata): Sort the `gen_params' array and then
20474         actually create the metadata.
20475
20476 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20477
20478         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
20479
20480 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
20481
20482         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
20483
20484 2004-08-24  Martin Baulig  <martin@ximian.com>
20485
20486         * class.cs (mono_class_is_subclass_of): Like an interface, a
20487         generic instance also derives from System.Object.
20488
20489 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
20490
20491         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
20492         custom modifiers to be in any order. Fixes #61990.
20493
20494 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
20495
20496         * object.c: Register mono_object_new_fast icall.
20497         
20498         * object.c (mono_class_get_allocation_ftn): Return to calling
20499         mono_object_new_fast, since it seems faster to compute the object 
20500         size in unmanaged code than passing it as a parameter.
20501
20502         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
20503
20504         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
20505         this function with Boehm as the oom handler, so we don't have to check
20506         the result of GC_malloc.
20507
20508         * object.c: Remove checks for oom.
20509
20510         * object.h object.c (mono_class_get_allocation_ftn): New function to
20511         return the icall which can be used to allocate an instance of a given
20512         class. 
20513
20514         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
20515
20516         * class-internals.h: Add 'enabled' field.
20517
20518 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
20519
20520         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
20521
20522 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
20523         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
20524         value 0x0010.
20525
20526 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
20527
20528         * appdomain.c: use the Tls function for appdomain too,
20529         at Zoltan's request. Actually return in mono_context_get
20530
20531         * appdomain.c, profiler.c, threads.c: use __thread
20532
20533 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
20534
20535         * appdomain.c threads.c: Call GC_CreateThread on windows.
20536
20537         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
20538         multiple libraries since this don't work on windows.
20539
20540 2004-08-18  Martin Baulig  <martin@ximian.com>
20541
20542         * class-internals.h
20543         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
20544         MonoMethodHeader.
20545
20546         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
20547         MonoMethodNormal since we also need it for abstract and interface
20548         methods.
20549
20550         * reflection.c
20551         (build_compressed_metadata): Sort the GenericParam table.
20552         (mono_image_create_token): Added `gboolean create_methodspec'
20553         argument; this is false when generating a MethodImpl token.
20554         (reflection_methodbuilder_to_mono_method): Abstract and interface
20555         methods may also have generic parameters.
20556
20557 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
20558
20559         * appdomain.c: thread local alloc
20560
20561 2004-08-17  Martin Baulig  <martin@ximian.com>
20562
20563         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
20564
20565         * icall.c
20566         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
20567         argument.
20568
20569         * class.c (mono_type_get_full_name): New public function.
20570         (mono_type_get_name): Don't include the type arguments.
20571
20572 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
20573
20574         * Makefile.am: Build static versions of libmetadata and libmonoruntime
20575         for inclusion into the mono executable.
20576
20577 2004-08-16  Martin Baulig  <martin@ximian.com>
20578
20579         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
20580         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
20581
20582 2004-08-14  Martin Baulig  <martin@ximian.com>
20583
20584         * class.c (dup_type): Also copy the `byref' field.
20585
20586 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
20587
20588         * reflection.c (create_dynamic_mono_image): Revert the last change 
20589         since it breaks bootstrap.
20590
20591 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
20592
20593         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
20594
20595         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
20596         not free them with g_free.
20597
20598 2004-08-11  Martin Baulig  <martin@ximian.com>
20599
20600         * reflection.c (mono_reflection_setup_internal_class): Also call
20601         mono_class_setup_mono_type() if we already have a `tb->type.type'.
20602
20603 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
20604
20605         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
20606         called during default (first) AppDomain creation. Keep track of
20607         Evidence when loading assemblies.
20608
20609 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
20610
20611         * opcodes.c, opcodes.h: reduce runtime relocations.
20612
20613 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
20614
20615         * culture-info.h, locales.c: fixes and chages to sue the new
20616         optimized format of the locale data.
20617         * culture-info-tables.h: regenerated.
20618
20619 2004-08-06  Geoff Norton <gnorton@customerdna.com>
20620         
20621         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
20622
20623 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
20624
20625         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
20626         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
20627         * domain-internals.h: icall declaration.
20628         * icall.c: icall registration.
20629         * object-internals.h: New fields in MonoAssembly for CAS.
20630
20631 2004-08-05  Duncan Mak  <duncan@ximian.com>
20632
20633         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
20634         CEE_LDELEM_ANY.
20635
20636 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
20637
20638         * reflection.c: fix to deal with object[] arrays in custom ctors
20639         (bug #62550).
20640
20641 2004-08-05  Martin Baulig  <martin@ximian.com>
20642
20643         * class.c (mono_class_array_element_size): Added support for
20644         generic instances and correctly handle "recursive" types.
20645
20646 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
20647
20648         * assembly.c: Fix warnings.
20649
20650 2004-08-04  Martin Baulig  <martin@ximian.com>
20651
20652         * class.c
20653         (mono_type_get_name_recurse): Added `gboolean include_arity'
20654         argument specifying whether or not we should include the generic
20655         arity in the type name.
20656         (_mono_type_get_name): New static function.
20657         (mono_class_setup_vtable): If we're a generic instance, don't
20658         include the generic arity in the names of explicit method
20659         implementations.        
20660
20661 2004-08-03  Martin Baulig  <martin@ximian.com>
20662
20663         * class.c (mono_type_get_name_recurse): Enclose the generic type
20664         arguments in `<', '>'.
20665
20666 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
20667
20668         * gc.c: make GC warning messages use the trace API, they are just
20669         noise to most of the users.
20670
20671 2004-08-03  Martin Baulig  <martin@ximian.com>
20672
20673         * debug-mono-symfile.c (read_string): Correctly read the string.
20674
20675 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
20676
20677         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
20678         
20679         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
20680         icalls.
20681         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
20682
20683 2004-07-30  Martin Baulig  <martin@ximian.com>
20684
20685         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
20686         Reflect latest symbol writer changes.   
20687
20688 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
20689
20690         * object.c: always create an object if null is passed
20691         to Invoke() where a valuetype is expected.
20692
20693 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
20694
20695         * marshal.c (mono_marshal_init): make managed
20696         signatures match native ones better for 64bits.
20697
20698 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20699
20700         * appdomain.c: hack to build correctly the private bin path on windows.
20701         Fixes bug #61991.
20702
20703 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
20704
20705         * assembly.c: Load mscorlib from the correct framework directory
20706           (mono/<version>/mscorlib.dll).
20707         * appdomain.h: Added prototypes for new functions.
20708         * internals.h: Added some prototypes.
20709         * domain.c: When initializing the runtime, get from the executable and
20710           the configuration files the runtime version that the app supports.
20711           Added support methods for reading app.exe.config. Added list of versions
20712           supported by the JIT. Added two new methods: mono_init_from_assembly,
20713           which initializes the runtime and determines the required version from
20714           the provided exe file, and mono_init_version, which initializes
20715           the runtime using the provided version.
20716         * icall.c: Get machine.config from version-specific directory.
20717         * reflection.c: When generating an image, embed the version number
20718           of the current runtime.
20719
20720 2004-07-28  Dick Porter  <dick@ximian.com>
20721
20722         * socket-io.c
20723         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
20724         returned sockaddr size before creating the remote address object.
20725         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
20726         61608.
20727
20728 2004-07-28  Dick Porter  <dick@ximian.com>
20729
20730         * locales.c (string_invariant_compare_char): Fix invariant char
20731         compares between upper and lower cases.  Fixes bug 61458.
20732
20733 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
20734         
20735         * marshal.c: actually cache stelem.ref wrappers.
20736         
20737 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
20738
20739         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
20740         sections and remove the mono_cli_rva_map () function.
20741
20742 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
20743
20744         * debug-mono-symfile.c: fix one more endianess issue, from a patch
20745         by Geoff Norton (<gnorton@customerdna.com>).
20746
20747 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
20748
20749         * class.c: fix class loads for pointer types (typeof(int) !=
20750         typeof(int*)).
20751
20752 2004-07-27  Martin Baulig  <martin@ximian.com>
20753
20754         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
20755         reading the debugging information from an external ".mdb" file.
20756
20757 2004-07-24  Martin Baulig  <martin@ximian.com>
20758
20759         * reflection.c (mono_image_get_type_info): Only write a class
20760         layout entry if we actually have a size or a packing size.
20761
20762 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
20763
20764         * reflection.c (type_get_fully_qualified_name): 
20765         insert cast to get type checking of ?: with non-gcc compilers
20766
20767 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
20768
20769         * rand.c: use g_getenv for both lookups of
20770         MONO_EGD_SOCKET
20771
20772 2004-07-17  Martin Baulig  <martin@ximian.com>
20773
20774         * reflection.c (mono_reflection_bind_generic_method_parameters):
20775         Set `gmethod->reflection_info'.
20776
20777 2004-07-17  Martin Baulig  <martin@ximian.com>
20778
20779         * class.c (mono_class_create_from_typedef): Insert the newly
20780         created class into the hash table before computing the interfaces
20781         since we could be called recursively.
20782
20783 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
20784
20785         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
20786         function to implement stelem.ref in managed code
20787         * class-internals.h, debug-helpers.c: a new wrapper type
20788         for the above.
20789
20790 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
20791
20792         * gc.c: allow GC handles to work even when no GC is compiled in.
20793         Fix part of bug #61134 (GetAddrOfPinnedObject).
20794
20795 2004-07-13  Peter Williams  <peter@newton.cx>
20796  
20797         * process.c (complete_path): Make sure we don't attempt to execute
20798         directories.
20799  
20800 2004-07-12  Geoff Norton <gnorton@customerdna.com>
20801
20802         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
20803           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
20804           and will add/subtract the hour if needed
20805
20806 2004-07-12  Martin Baulig  <martin@ximian.com>
20807
20808         * reflection.c (mono_field_get_object): If we have
20809         `field->generic_info', take the attributes from
20810         `field->generic_info->generic_type'.    
20811
20812 2004-07-12  Martin Baulig  <martin@ximian.com>
20813
20814         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
20815         This function must be called before initializing the runtime.
20816         (mono_debug_init_1): New function; call this after initializing
20817         the runtime, but before loading the assembly.  It tells the
20818         debugger to load corlib and the builtin types.
20819
20820         * mono-debug-debugger.c: Did some larger changes in the debugging
20821         code; support recursive class declarations, make sure we actually
20822         add all classes.
20823
20824 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20825
20826         * debug-helpers.c: undo my previous patch and fixed the real issue in
20827         ../mini/exceptions-x86.c
20828
20829 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20830
20831         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
20832         when no HOME env. variable was set and a NullRef was thrown in a .cctor
20833         called from other .cctors.
20834
20835 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
20836
20837         * loader.c: Removed the mono_loader_wine_init hack now that we are
20838         doing a managed version of Windows.Forms.
20839
20840 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
20841
20842         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
20843         threadpool.c, threads.c: remove static data from rootset.
20844
20845 2004-07-09  Dick Porter  <dick@ximian.com>
20846
20847         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
20848         Don't do any more processing if the matched length was 0.  It was
20849         increasing the size of the string before.  Fixes bug 61167.
20850
20851 2004-07-09  Dick Porter  <dick@ximian.com>
20852
20853         * socket-io.h:
20854         * socket-io.c
20855         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
20856         Add support for SO_PEERCRED if its available.
20857
20858 2004-07-09  Peter Bartok <pbartok@novell.com>
20859         * loader.c: winelib.exe.so error message is now only displayed if
20860         MONO_DEBUG is set. To help us avoid questions when people are trying
20861         out the new Managed.Windows.Forms.
20862
20863 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
20864
20865         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
20866         for isinst and castclass wrappers.
20867
20868         * class-internals.h icall.c: Move registration and lookup of JIT icalls
20869         to libmetadata from the JIT, so they could be used by the marshalling
20870         code and the interpreter.
20871
20872         * marshal.c: Register marshalling related JIT icalls here instead of
20873         in mini.c. Use CEE_MONO_ICALL instead of the family of 
20874         CEE_MONO_PROC<x> opcodes to call marshalling functions.
20875
20876         * metadata.h: Remove unneeded marshalling conversions.
20877
20878         * opcodes.c: Update for new opcodes.
20879         
20880 2004-07-08  Martin Baulig  <martin@ximian.com>
20881
20882         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
20883         (mono_debug_get_domain_data): Make this function static.
20884
20885 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
20886
20887         * gc.c, object.h: add nice GC handle API for embedders.
20888
20889 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
20890
20891         * reflection.c: more changes for the new api
20892
20893         * object.c: When we reflect on a field w/ a constant value, it
20894         will not have a memory location, so we must access metadata. Also,
20895         allow easier reading of strings so that we can read them from
20896         the constant data.
20897
20898         * class.c (mono_class_layout_fields): no need for literal fields here.
20899
20900         * class-internals.h: api changes for const fields
20901
20902         * icall.c (ves_icall_get_enum_info): use new apis for const fields
20903
20904 2004-07-06  Martin Baulig  <martin@ximian.com>
20905
20906         * mono-debug.h: Increment version number to 44.
20907
20908         * mono-debug.c (mono_debug_add_wrapper): The second argument is
20909         now a gpointer, rewrote this whole method.
20910
20911         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
20912         function.  Add information about the wrapper in a new "misc table".
20913
20914         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
20915         for the new misc table.
20916
20917 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
20918
20919         * metadata-internals.h image.c: Add a cache for helper signatures.
20920
20921         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
20922
20923 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
20924
20925         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
20926         delegates from a delegate. Fixes #61033.
20927         
20928         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
20929         marshalling of stringbuilder arrays. Fixes #59900.
20930
20931 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
20932
20933         * icall.c: Add EnumBuilder:setup_enum_type icall.
20934
20935 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
20936
20937         * icall.c: Added a new icall for the property version of
20938         OffsetOfStringData.
20939
20940 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
20941
20942         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
20943         it has a constant size across platforms.
20944
20945         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
20946         stack trace.
20947
20948 2004-06-29  Martin Baulig  <martin@ximian.com>
20949
20950         * mono-debug.c (mono_debug_add_method): Protect the whole function
20951         in mono_debugger_lock(), not just parts of it.
20952
20953 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
20954
20955         * reflection.c: make sure padding bytes in heaps are zeroed.
20956
20957 2004-06-24  David Waite  <mass@akuma.org>
20958
20959         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
20960         image.c, loader.c, locales.c, marshal.c, metadata.c,
20961         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
20962         string-icalls.c, threads.c: change to C90-style comments from C99 /
20963         C++ -style
20964
20965 2004-06-24  Dick Porter  <dick@ximian.com>
20966
20967         * threads.c
20968         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
20969         return createdNew.  Fixes bug 60412.
20970
20971         * threads-types.h: 
20972         * icall.c: Add createdNew parameter to CreateMutex icall
20973
20974 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
20975
20976         * reflection.c, object-internals.h: save default value in params.
20977
20978 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20979
20980         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
20981         no need to build a new path combining that with the application base.
20982         Fixes bug #60442.
20983
20984 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
20985
20986         * reflection.c: fixed minor standard compliance issues.
20987
20988 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
20989
20990         * reflection.c: fixed issue with encoding some custom attributes
20991         (arrays in properties and fields, bug #60411).
20992
20993 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20994
20995         * reflection.c: fix start address when copying the public key token.
20996
20997 2004-06-23  Martin Baulig  <martin@ximian.com>
20998
20999         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
21000         the `exc' object in a static object to put it into the GC's root set.
21001
21002 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
21003
21004         * reflection.c: make mono_reflection_setup_internal_class ()
21005         callable a second time to setup a new parent class.
21006
21007 2004-06-23  Dick Porter  <dick@ximian.com>
21008
21009         * threads.c: Check for WAIT_IO_COMPLETION return values.
21010
21011 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
21012
21013         * appdomain.c: Removed the g_free on the public key token. Now copy 
21014         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
21015         * assembly.c: Added public key token string value when loading 
21016         assemblies. Fix bug #60439.
21017         * icall.c: Added missing informations (like public key) in 
21018         GetReferencedAssemblies. Fix #60519.
21019         * image.h: Changed definition for public key token from const char*
21020         public_tok_value to guchar public_key_token [17];
21021         * reflection.c: Updated for changes to public key token.
21022
21023 2004-06-22  Lluis Sanchez Gual
21024
21025         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
21026         for the field in base classes.
21027
21028 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
21029
21030         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
21031         mark headers as not supported, they are installed only for use by the
21032         debugger.
21033
21034 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
21035
21036         * *.c, *.h: avoid namespace pollution in public headers.
21037
21038 2004-06-21  Martin Baulig  <martin@ximian.com>
21039
21040         * exception.c (mono_get_exception_security): It's in
21041         "System.Security", not in "System".
21042
21043         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
21044         the exception classes.
21045
21046 2004-06-21  Martin Baulig  <martin@ximian.com>
21047
21048         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
21049         Protect the exception object from being finalized.
21050
21051 2004-06-21  Martin Baulig  <martin@ximian.com>
21052
21053         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
21054         public function.
21055
21056 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
21057
21058         * reflection.c: Load the assembly in mono_reflection_type_from_name,
21059         if it was not loaded before. Fix parts of #60439.
21060
21061 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
21062
21063         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
21064         code that was broken since Ben's change: wrappers are now
21065         dependent on the method signature only again.
21066
21067 2004-06-21  Martin Baulig  <martin@ximian.com>
21068
21069         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
21070         added interface support.
21071
21072 2004-06-21  Martin Baulig  <martin@ximian.com>
21073
21074         * class.c (mono_vtable_get_static_field_data): New public method.
21075
21076 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
21077
21078         * filewatcher.c : Windows build fix to be compliant with API changes.
21079
21080 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
21081
21082         * class.h, class.c: more accessors.
21083         * metadata.h, metadata.c: prepare for hiding MonoType and
21084         MonoMethodSignature: people should use the accessors from now on
21085         outside of the tree.
21086
21087 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
21088
21089         * *.c, *.h: more API cleanups.
21090
21091 2004-06-18  Jackson Harper  <jackson@ximian.com>
21092
21093         * assembly.c: Trace loading assemblies.
21094         * loader.c: Trace loading native libraries.
21095         * mono-config.c: Trace loading config files.
21096         
21097 2004-06-18  Dick Porter  <dick@ximian.com>
21098
21099         * locales.c: Tell ICU the lengths of strings, it can cope with
21100         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
21101
21102 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
21103
21104         * image.c: swapped name/filename;
21105
21106 2004-06-18  Martin Baulig  <martin@ximian.com>
21107
21108         * mono-debug-debugger.c (write_class): Write the parent class at
21109         the end of the header.
21110
21111 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
21112
21113         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
21114
21115 2004-06-17  Raja R Harinath  <rharinath@novell.com>
21116
21117         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
21118         (bundle_obj): New conditional define.
21119         (BUILT_SOURCES): Remove.
21120         ($(bundle_srcs)): Make parallel-make safe.
21121         (libmonoruntime_la_LIBADD): Make unconditional.
21122         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
21123         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
21124
21125 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
21126
21127         * culture-info-tables.h: It was inconsistent with the latest
21128           supp info files.
21129
21130 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
21131
21132         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
21133         be loaded.
21134
21135         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
21136         with gcc 2.95.
21137
21138 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
21139
21140         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
21141         cleaned up public header threads.h.
21142
21143 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
21144
21145         * Makefile.am, *.c, *.h: more API cleanups.
21146
21147 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
21148
21149         * Makefile.am: removed monosn from compilation.
21150         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
21151         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
21152         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
21153         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
21154         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
21155         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
21156
21157 2004-06-15  Jackson Harper  <jackson@ximian.com>
21158
21159         * assembly.c: Make locales lower case when searching the GAC for
21160         assemblies. gacutil will always make locales lowercase when
21161         installing so this effectively makes them case insensitive.
21162         
21163 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
21164
21165         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
21166         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
21167           parameter which allows to choose whether the wait can be interrupted or 
21168           not. Also added the method mono_monitor_enter(), which locks the monitor
21169           using an infinite wait and without allowing interruption.
21170           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
21171           interrupted.
21172         * object.h: Added new fields in MonoThread. suspend_event holds the event
21173           used to susped/resume the thread. synch_lock is the lock object to use for
21174           modifying the thread state.
21175         * threads.c: Use the new synch_lock object for locking, instead of "this",
21176           which can generate deadlocks.
21177           Moved thread state change in Thread.Sleep and Thread.Join from managed
21178           to unmanaged code. This avoids a deadlock when the thread was suspended
21179           just after acquiring the thread lock.
21180           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
21181           Implemented Thread.Suspend using an event instead of ThreadSuspend,
21182           which is not fully implemented in the io-layer.
21183         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
21184
21185 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
21186
21187         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
21188         threads-types.h: more API cleanups.
21189
21190 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
21191
21192         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
21193         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
21194         threadpool.c, threads.c: first pass at the exported API cleanup.
21195
21196 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
21197
21198         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
21199
21200 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21201
21202         * icall.c: added internalGetHome.
21203
21204 2004-06-14  Dick Porter  <dick@ximian.com>
21205
21206         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
21207         possible to return successfully when '.' or '..' were the only
21208         entries in a directory, but were skipped.  The MonoIOStat was not
21209         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
21210         Fixes bug 59574.
21211
21212 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
21213
21214         * reflection.c: make binaries run on .Net 1.1 by default.
21215
21216 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
21217
21218         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
21219
21220 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
21221
21222         * marshal.c: keep track of struct size with explicit layout
21223         (bug #59979).
21224
21225 2004-06-12  Martin Baulig  <martin@ximian.com>
21226
21227         * mono-debug-debugger.c: Comment out a debugging g_message().
21228
21229 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
21230
21231         * reflection.c, reflection.h: do not free custom attrs that are cached.
21232         * icall.c: use braces to make code clearer.
21233
21234 2004-06-11  Martin Baulig  <martin@ximian.com>
21235
21236         * class.h (MonoInflatedField): New type.
21237         (MonoClassField): Replaced `MonoType *generic_type' with
21238         `MonoInflatedField *generic_info'.
21239
21240         * icall.c
21241         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
21242
21243 2004-06-11  Martin Baulig  <martin@ximian.com>
21244
21245         * reflection.c (mono_image_create_method_token): Correctly encode
21246         varargs methods.
21247
21248 2004-06-11  Martin Baulig  <martin@ximian.com>
21249
21250         * metadata.c (mono_metadata_parse_method_signature): When parsing
21251         a MethodDef which has VarArgs, also set sentinelpos if we don't
21252         have any parameters.
21253
21254 2004-06-11  Martin Baulig  <martin@ximian.com>
21255
21256         * verify.c (mono_method_verify): In CEE_CALL, use
21257         mono_method_get_signature() to get the method's signature, unless
21258         we're a PInvoke method.
21259
21260 2004-06-10  Jackson Harper  <jackson@ximian.com>
21261
21262         * assembly.c: Use <path>/lib/mono/gac for the extra paths
21263         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
21264         logical name as the supplied path is just a prefix to the gac not
21265         the direct path to it.
21266         
21267 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
21268
21269         * reflection.c: make the token for a created method match
21270         the token of the MethodBuilder it was created from
21271         (IKVM requires this behaviour now).
21272
21273 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
21274
21275         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
21276         reflection.c, socket-io.c: leak fixes.
21277
21278 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
21279
21280         * icall.c: handle sentinel pos in vararg methods in position different
21281         from 0.
21282
21283 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21284
21285         * culture-info-tables.h: freshly generated.
21286
21287 2004-06-09  Martin Baulig  <martin@ximian.com>
21288
21289         * loader.c (mono_get_method_constrained): Call `mono_class_init
21290         (constrained_class)'.   
21291
21292 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
21293
21294         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
21295         any methods. Fixes #59629.
21296
21297 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
21298
21299         * culture-info-tables.h: reflecting locale-builder updates.
21300
21301 2004-06-08  Dick Porter  <dick@ximian.com>
21302
21303         * object.h:
21304         * locales.c: Fixed compile warnings, including a real bug in
21305         CompareInfo_internal_compare.
21306         
21307 2004-06-08  Dick Porter  <dick@ximian.com>
21308
21309         * locales.c
21310         (ves_icall_System_Globalization_CompareInfo_internal_index):
21311         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
21312         Double-check the resuls of usearches, because ICU currently
21313         ignores most of the collator settings here.  Fixes bug 59720.
21314         
21315 2004-06-08  Dick Porter  <dick@ximian.com>
21316
21317         * locales.c
21318         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
21319         Fix memory leak and segfault-causing typo.  No idea how this one
21320         lasted so long without being noticed.
21321
21322 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
21323
21324         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
21325         any methods. Fixes #59629.
21326
21327 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21328
21329         * assembly.c:
21330         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
21331         own the critical section before). Removed dead code (that's done
21332         in the preload hook).
21333
21334         (mono_assembly_load_with_partial_name): call the preload hook.
21335
21336 2004-06-08  Martin Baulig  <martin@ximian.com>
21337
21338         * metadata.c (mono_metadata_signature_alloc): Default
21339         `sentinelpos' to -1.
21340
21341         * reflection.c (mono_image_get_array_token): Likewise.
21342
21343 2004-06-08  Martin Baulig  <martin@ximian.com>
21344
21345         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
21346
21347         * metadata.c (mono_metadata_parse_method_signature): When parsing
21348         a MethodDef which has VarArgs, set sentinelpos.
21349
21350         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
21351         `gint16' since we're using -1 for non-varargs methods.
21352
21353         * reflection.c
21354         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
21355         (method_encode_signature): Added varargs support.
21356         (method_builder_encode_signature): Likewise.
21357         (mono_image_get_varargs_method_token): New static method.
21358         (mono_image_create_method_token): New public method; this is
21359         called via an icall instead of mono_image_create_token() when
21360         calling a varargs method.       
21361
21362 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
21363
21364         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
21365
21366 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
21367
21368         * culture-info-tables.h : Reflecting the latest locale-builder that
21369           fixed empty array representation ({} to {0}).
21370
21371 2004-06-07  Jackson Harper  <jackson@ximian.com>
21372
21373         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
21374         looking up extra gac paths. This allows MONO_GAC_PATH to act
21375         exactly like a prefix.
21376         
21377 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
21378
21379         * reflection.c (mono_reflection_type_from_name): Make a copy of the
21380         type name before modifying it. Fixes #59405.
21381
21382 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
21383
21384         * culture-info.h: added fields for "all datetime patterns".
21385         * locales.c: (  ves_icall_System_Globalization_CultureInfo
21386           _construct_datetime_format ()): fill xxx_patterns fields.
21387         * object.h: added fields for "all datetime patterns" to
21388           MonoDateTimeFormatInfo.
21389         * culture-info-tables.h: reflecting locale-builder updates.
21390
21391 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
21392
21393         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
21394         the event has no add and remove methods. Fixes #59629.
21395
21396 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
21397
21398         * object.c: Fixed possible integer overflow when allocating large
21399         strings.
21400
21401 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
21402
21403         * culture-info-tables.h: reflecting locale-builder updates.
21404
21405 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
21406
21407         * culture-info-tables.h: reflecting locale-builder updates.
21408
21409 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
21410
21411         * culture-info-tables.h: reflecting locale-builder updates.
21412
21413 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
21414
21415         * threads.c: Made Thread.Sleep abortable.
21416
21417 2004-06-02  Martin Baulig  <martin@ximian.com>
21418
21419         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
21420
21421         * debug-mono-symfile.h: Bumped symbol file version number to 37.
21422
21423 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
21424
21425         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
21426
21427 2004-05-30  Jackson Harper  <jackson@ximian.com>
21428
21429         * reflection.c: Do not hardcode assembly versions or public key
21430         tokens anymore. All of this except the corlib section was dead
21431         code anyways.
21432         
21433 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
21434
21435         * object.c (mono_runtime_invoke_array): Automatically create boxed
21436         objects for byref valuetypes if needed. Fixes #59300.
21437         
21438         * object.c (mono_method_return_message_restore): Handle 
21439         MONO_TYPE_OBJECT as well.
21440
21441 2004-05-28  Jackson Harper  <jackson@ximian.com>
21442
21443         * reflection.c: The modified type encoding was causing build
21444         problems. Reverted for now.
21445         
21446 2004-05-28  Jackson Harper  <jackson@ximian.com>
21447
21448         * reflection.c/h: Take an assembly ref so that we dont create
21449         fully qualified names when encoding types in the same assembly as
21450         the custom attribute being emitted.
21451         * appdomain.c: Increment version number.
21452         
21453 2004-05-26  Duncan Mak  <duncan@ximian.com>
21454
21455         * icall.c
21456         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
21457         Set the full version number (major, minor, build, revision).
21458
21459 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
21460
21461         * marshal.c (emit_struct_conv): increment src/dst after blit
21462         (mono_marshal_get_managed_wrapper,
21463         mono_marshal_get_native_wrapper): make sure we have marshalling
21464         info before marshalling params (info computation affects
21465         blittable)
21466
21467         * class.c (class_compute_field_layout): correctly deal with
21468         blittable
21469         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
21470         value types (as per what windows dows by default)
21471         (mono_class_setup_mono_type): System.ValueType is blittable
21472         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
21473         blittable
21474
21475         * marshal.c (mono_marshal_load_type_info): flag types  as
21476         non-blittable if the native layout doesn't match the managed
21477         layout
21478
21479 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21480
21481         * appdomain.c: don't add stuff in the private search path that is
21482         above the application base. If application base is not set, there's
21483         no private search path.
21484
21485 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
21486
21487         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
21488         byref struct arguments in native->managed marshalling.
21489
21490 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
21491
21492         * marshal.c (mono_marshal_get_runtime_invoke): correctly
21493         cache methods using signature (special case for methods
21494         that are value type or string class)
21495         
21496         * image.c (mono_image_close): clean up allocated GSList's
21497         in runtime_invoke_cache.
21498
21499 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21500
21501         * mono-config.c: set the correct path for mono_cfg_dir on windows when
21502         there's no MONO_CFG_DIR environment variable defined.
21503
21504 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21505
21506         * threads.c: windows version must be >= 0x0500 to include OpenThread.
21507
21508 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
21509
21510         * threadpool.c: Really wait for 500ms after the async call, even if the wait
21511           is interrumped.
21512         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
21513           before waiting for it, and call CloseHandle after the wait to unref it.
21514           This will make sure that handles are not disposed too early.
21515
21516 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21517
21518         * appdomain.c:
21519         * appdomain.h:
21520         * icall.c: removed
21521         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
21522         needed now.
21523
21524         * object.c: se the application_base only for the domain that runs
21525         Main. Fixes bug #59216,
21526
21527 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21528
21529         * appdomain.c:
21530         * object.c: only the domain in which Main is run have
21531         SetupInformation.ConfigurationFile set, so moved a few lines from
21532         appdomain.c to object.c.
21533
21534 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21535
21536         * appdomain.c: we tried to load [name].(dll|exe), but according
21537         to bug #57710, we must also try [culture]/[name].(dll|exe) and
21538         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
21539         There's a test case attached to bug #58922.
21540
21541 2004-05-27  Dick Porter  <dick@ximian.com>
21542
21543         * icall.c:
21544         * file-io.c: Implemented icalls for locking and unlocking regions
21545         in a file.
21546         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
21547         FALSE on error (fixes both compiler warning and real bug.)
21548
21549 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
21550
21551         * culture-info-tables.h: reflecting locale-builder updates.
21552
21553           (Added missing ChangeLog entry for 05/26)
21554
21555 2004-05-27  Jackson Harper  <jackson@ximian.com>
21556
21557         * locales.c: Fix some cut and paste errors.
21558         
21559 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21560
21561         * mono-config.c: set the correct path for config. directory on windows.
21562
21563 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21564
21565         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
21566           on win32.
21567
21568 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
21569
21570         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
21571         from pinvoke functions.
21572         
21573         * marshal.c (mono_ftnptr_to_delegate): Implement this.
21574
21575 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21576
21577         * culture-info-tables.h: reflecting locale-builder updates.
21578
21579 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
21580
21581         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
21582         #59086.
21583
21584 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
21585
21586         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
21587         * icall.c: Modified icalls for RNG.
21588         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
21589         Windows (CryptoAPI).
21590
21591 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
21592
21593         * locales.c: Fix build.
21594
21595 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21596
21597         * culture-info-tables.h: reflecting locale-builder updates.
21598
21599 2004-05-25  Jackson Harper  <jackson@ximian.com>
21600
21601         * locales.c: When creating the current culture use the $LANGs
21602         specific culture. So DateTimeFormat and NumberFormat entries are created.
21603         
21604 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
21605
21606         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
21607         a char array as parameter.
21608
21609 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
21610
21611         * image.c: In mono_image_open(), always use an absolute path name to
21612           look for already loaded images.
21613
21614 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
21615
21616         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
21617         missing in the windows build (like older cygwin include files).
21618
21619 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
21620
21621         * icall.c: Fixed check for possible integer overflow in Buffer_
21622         BlockCopy icall. Replaced comments style // by /* */.
21623
21624 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
21625
21626         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
21627         
21628         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
21629         check after MONO_VTADDR. Fixes pinvoke2.exe.
21630
21631         * marshal.h marshal.c metadata.h: Add beginnings of support for
21632         ftnptr -> delegate marshalling.
21633
21634 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
21635
21636         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
21637         * threads.c: Fix warnings.
21638
21639 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
21640
21641         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
21642         * icall.c: Registered icalls for Suspend and Resume.
21643         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
21644           Thread.Abort.
21645         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
21646         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
21647         * process.c: Use WaitForSingleObjectEx.
21648         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
21649           checkpoints.
21650         * threads.c, threads.h: Make use of new Ex wait methods. Improved
21651           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
21652           for Suspend and Resume. Added new mono_thread_stop, used for stoping
21653           background threads. Added basic support for Abort in Windows.
21654           Start new threads using a managed delegate invoke wrapper. This wrapper
21655           has an interruption checkpoint that is needed since an interruption
21656           can be requested before the thread leaves the unmanaged code that starts 
21657           the thread.
21658         * marshal.c: Added interruption checkpoint after every native call, and
21659           also before managed calls for wrappers called from unmanaged code to
21660           go into managed code.
21661         * object.h: Added new field in MonoThread to keep track of interruption
21662           requests.
21663
21664 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
21665
21666         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
21667         calls.
21668
21669 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21670
21671         * appdomain.c:
21672         * assembly.c:
21673         * gc.c:
21674         * locales.c:
21675         * mono-config.c:
21676         * rand.c: getenv -> g_getenv (windows!)
21677
21678         * process.c: complete_path is also used on non-windows platforms.
21679
21680 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21681
21682         * icall.c: new signature for Process_Start.
21683
21684         * process.[ch]: new signature for Process_Start. If we're on windows
21685         and UseShellExecute is false, we have to search for the program by
21686         ourselves if we don't get a full path.
21687
21688 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
21689
21690         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
21691         marshalling and call CleanUpNativeData if needed. Fixes #58646.
21692
21693 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21694
21695         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
21696         Fixes bug #58373.
21697
21698 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21699
21700         * process.c: use double quotes to quote program name and arguments on
21701         windows. Fixes bug #58575.
21702
21703 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21704
21705         * file-io.c: don't return "." and ".." when using windows Find*File.
21706
21707 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
21708
21709         * marshal.c: Don't pass wrappers to message init because method 
21710         addressed used to lookup metadata. part of remoting[2|3] fix.
21711
21712 2004-05-15  Jackson Harper  <jackson@ximian.com>
21713
21714         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
21715         path is essentially the same as MONO_PATH except that it points to
21716         GACs instead of lib directories.
21717         * loader.h: The user gac is gone so we dont need function to
21718         enable/disable it.
21719         * mono-config.c: user gac option is now gone.
21720         
21721 2004-05-15  Jackson Harper  <jackson@ximian.com>
21722
21723         * culture-info.h: Make defines more consistent, add calendar data
21724         to the culture info table.
21725         * culture-info-tables.h: Add basic calendar data. Basically
21726         everyone gets default gregorian until all the data is
21727         updated.
21728         * locales.c: Use the new consistent defines. Set calendar data for
21729         culture info objects.
21730         * object.h: add a field for calendar data to CultureInfo
21731         
21732 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
21733
21734         * image.c: image->runtime_invoke_cache is keyed on signatures now.
21735         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
21736         a signature.
21737         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
21738         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
21739         an extra param that is the pointer of the method to invoke. The IL for
21740         the invoke method is no longer specific to the method, but to the
21741         signature of the method. Thus, we can share the same code for multiple
21742         methods. This reduces the number of methods that have to be compiled.
21743
21744 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
21745
21746         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
21747
21748         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21749
21750         * icall.c: Optimize Buffer.BlockCopy.
21751
21752 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21753
21754         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
21755         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
21756         quote). Changed them to "MMMM yyyy".
21757
21758 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
21759
21760         * rand.c
21761         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
21762
21763 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
21764
21765         * reflection.h: Updated after changes to managed structures.
21766
21767         * appdomain.c: Bump corlib version.
21768
21769 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21770
21771         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
21772         windows.
21773
21774 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21775
21776         * Makefile.am: link to ../os/libmonoos.la on windows.
21777
21778         * assembly.c:
21779                 -If MONO_DEBUG, warn about non-existing directories in
21780                 MONO_PATH.
21781                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
21782                 compile time variable.
21783                 -Removed init_default_path and call mono_set_rootdir from
21784                 libmonoos.a instead (windows only).
21785
21786         * assembly.h: declare mono_assembly_getrootdir().
21787
21788         * domain.c:
21789         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
21790
21791         * loader.c: s/getenv/g_getenv/
21792
21793 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
21794
21795         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
21796
21797         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
21798
21799         * metadata.h: Add new marshalling conversions.
21800
21801         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
21802         function.
21803
21804         * reflection.c (mono_reflection_get_type): Lookup the type in all
21805         modules of a multi-module assembly. Fixes #58291.
21806
21807 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
21808
21809         * threads.c: Before aborting a background, set the StopRequested
21810         state.  This avoids throwing the Abort exception.
21811         In mono_thread_manage, don't continue with the shutdown until all
21812         aborted threads have actually stopped.
21813
21814 2004-05-10  Jackson Harper  <jackson@ximian.com>
21815
21816         * locales.c: Remove the modifier from culture names.
21817         
21818 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21819
21820         * Makefile.am: monosn is not installed any more. It has been deprecated
21821         in favor of sn.
21822
21823 2004-05-07  Jackson Harper  <jackson@ximian.com>
21824
21825         * locales.c
21826         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
21827         Fix array construction, add bailout if the length is 0.
21828
21829 2004-05-07  Dick Porter  <dick@ximian.com>
21830
21831         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
21832         machine doesn't have a DNS entry.  Patch by Urs Muff
21833         (umuff@quark.com), fixes bug 57928.
21834
21835 2004-05-06  Jackson Harper  <jackson@ximian.com>
21836
21837         * reflection.c: Handle null PublicTokens properly. alloc mem for
21838         assembly names culture so we dont crash when freeing it.
21839         
21840 2004-05-06  Jackson Harper  <jackson@ximian.com>
21841
21842         * assembly.c: Check the usergac when loading with partial names.
21843         
21844 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
21845
21846         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
21847         does nothing for now (not required for Linux/Windows) but the class
21848         library can call it (and a newer or modified runtime could need it).
21849         * icall.c: Registred icall.
21850
21851 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21852
21853         * loader.c: prints a message on module loading error we set MONO_DEBUG
21854         environment variable.
21855
21856 2004-05-05  Jackson Harper  <jackson@ximian.com>
21857
21858         * appdomain.c: Handle PublicKeyToken=null properly.
21859         
21860 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
21861
21862         * environment.c|h: Added icall ves_icall_System_Environment_
21863         GetOSVersionString to get the current OS version as a string.
21864         * icall.c: Registred icall.
21865
21866 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
21867
21868         * object.c: in mono_object_get_virtual_method(), take into account that
21869         non-virtual methods don't have a slot in the vtable. Check needed when
21870         the object is a proxy.
21871
21872 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
21873
21874         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
21875         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
21876
21877         * object.c (mono_class_compute_gc_descriptor): Fix warning.
21878
21879         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
21880         passed when a valuetype is expected.
21881
21882         * object.c (mono_unhandled_exception): Only set the exit code if the
21883         exception happens in the main thread. Fixes thread5.exe.
21884
21885         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
21886         invalid names. Fixes #58047.
21887
21888 2004-05-03  Jackson Harper  <jackson@ximian.com>
21889
21890         * assembly.c: This line was committed accidently and is unneeded.
21891         
21892 2004-05-03  Jackson Harper  <jackson@ximian.com>
21893
21894         * icall.c: Add new icall for Assembly::LoadWithPartialName
21895         * assembly.c/.h: new function that probes the GAC to load partial
21896         assembly names by Paolo Molaro.
21897         
21898 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21899
21900         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
21901         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
21902         (type_get_fully_qualified_name): Added PublicKeyToken when building a
21903         full type name.
21904
21905 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21906
21907         * appdomain.c: fixed check for 'neutral' culture and removed warning.
21908         * reflection.c: fix bug when parsing a full type name and Version is not
21909         the last thing in the string.
21910
21911 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
21912
21913         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
21914         crashes when it is freed.
21915
21916 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21917
21918         * assembly.c: print the compat warning to stderr.
21919
21920 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
21921
21922         * assembly.c (mono_assembly_load_references): Add a compatibility
21923         hack to run old applications that might be still referencing the
21924         3300-based assemblies, only do this for System.xxx.
21925
21926 2004-05-01  Jackson Harper  <jackson@ximian.com>
21927
21928         * appdomain.c: If the culture is neutral we set it to "".
21929         
21930 2004-04-29  Jackson Harper  <jackson@ximian.com>
21931
21932         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
21933
21934 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
21935  
21936         * string-icalls.c: added low overhead function for copying chars
21937         * icall.c: added needed icall for the above function
21938  
21939 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21940
21941         * icall.c: fix return value of get_global_assembly_cache.  Implemented
21942         Environment.GetLogicalDrives.
21943
21944 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
21945
21946         * rand.c: try and talk to egd or prngd
21947         for random bytes if opening devices fail.
21948
21949 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
21950
21951         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
21952         alignment for the type using the native alignment of its members 
21953         instead of using klass->min_align.
21954
21955         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
21956
21957 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21958
21959         * file-io.c:
21960         * socket-io.c: added check for sys/aio.h.
21961
21962 2004-04-28  Dick Porter  <dick@ximian.com>
21963
21964         * threads.c: Don't abort a thread thats already aborting, when
21965         terminating everything.
21966
21967 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21968
21969         * icall.c: added 2 new async calls for Socket.
21970
21971         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
21972         IO on *nix systems.
21973
21974         * threadpool.c: removed unused variable.
21975
21976 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
21977
21978         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
21979
21980 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
21981
21982         * locales.c: put back string_invariant_tolower () and
21983         string_invariant_toupper ().
21984
21985 2004-04-26 David Waite <mass@akuma.org>
21986
21987         * file-io.h:
21988         * socket-io.h:
21989         * threads.h:
21990         * unicode.h: remove comma from end of enumeration declarations
21991
21992 2004-04-26 David Waite <mass@akuma.org>
21993
21994         * debug-mono-symfile.h:
21995         * decimal.c:
21996         * mono_debug.h:
21997         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
21998
21999
22000 2004-04-26  Jackson Harper  <jackson@ximian.com>
22001
22002         * appdomain.c: Increment version number.
22003         
22004 2004-04-26  Jackson Harper  <jackson@ximian.com>
22005
22006         * appdomain.c: Set assembly references public token value when
22007         PublicKeyToken is specified, not the hash_value. Free public token
22008         values when free assembly name data. Previously the public key
22009         token was hex decoded, however we are using hex encoded public key
22010         tokens, so this is not neccasary.
22011         * assembly.c: Lookup assemblies in the gac if their public token
22012         value is set. Add function to allow enabling user gac
22013         lookups. Specify whether or not the assembly was loaded from the
22014         GAC. Compare full assembly names when checking the cache for
22015         assemblies (Temporarily disabled see comment in code). Remove
22016         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
22017         specifies trace-loader they get extra info to stdout on the
22018         loading of assemblies.
22019         * image.h: Add a field for an assembly references public token
22020         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
22021         whether an assembly has been loaded from the GAC.
22022         * image.c: Remove a corlib -> mscorlib name mapping.
22023         * loader.h: Add function to enable/disable the user gac.
22024         * mono-config.c: Check if the usergac is enabled in the config
22025         file.
22026         * icall.c: New icall to determine whether or not an assembly has
22027         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
22028         * tabldefs.h: Add constant for assemblyref flag that specifies a
22029         full public key is used instead of a public token.
22030         * reflection.c: Remove mscorlib -> corlib mappings. Set
22031         PublicTokenValue instead of hash value. This value is a hex
22032         string so it does not need to be expanded.
22033
22034 2004-04-26  Martin Baulig  <martin@ximian.com>
22035
22036         * mono-debug-debugger.c (mono_debugger_initialize): Set
22037         `mono_debugger_initialized' before calling mono_debug_lock().
22038
22039 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
22040
22041         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
22042           InternalToUpper/InternalToLower.
22043         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
22044           removed invariant culture shortcut.  This is now done in managed code.
22045         * locales.c: (string_invariant_toupper/tolower) removed.
22046
22047 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22048
22049         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
22050         Added Poll internal call.
22051
22052         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
22053         call for Poll. Select was too heavy for polling a single socket.
22054
22055         * threadpool.[ch]: added mono_threadpool_cleanup.
22056         * threads.c: use it. Don't use Thread_Abort on windows.
22057
22058 2004-04-23  Martin Baulig  <martin@ximian.com>
22059
22060         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
22061
22062 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
22063
22064         * icall.c: Registred new icalls for key pair protection and added an
22065         icall for Environment.GetFolderPath on Windows.
22066         * security.c|h: Added new icalls for key pair protection.
22067
22068 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22069
22070         * socket-io.c: don't display the non-supported family warning for known
22071         families. Now this is not displayed on windows when checking support
22072         for IPv4/IPv6.
22073
22074 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22075
22076         * class.c: don't display the layout warning for static fields.
22077
22078 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
22079
22080         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
22081         * locales.c, locales.h: Added new icalls for culture-specific
22082         Char.ToLower and Char.ToUpper.
22083
22084 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22085
22086         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
22087         by David Waite.
22088
22089 2004-04-20  Martin Baulig  <martin@ximian.com>
22090
22091         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
22092         of the type name before passing it to mono_reflection_type_from_name().
22093
22094 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
22095
22096         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
22097         encodings here. Fixes #56965.
22098
22099 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
22100
22101         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
22102         fix test on strstr result not that I can see anything that
22103         relies on the result.
22104
22105 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
22106
22107         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
22108         Fixes #57081.
22109
22110         * marshal.c (mono_marshal_get_string_encoding): New helper function.
22111
22112         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
22113         function to determine which marshalling to use for strings. Fixes
22114         #56965.
22115
22116         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
22117
22118         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
22119
22120 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
22121
22122         * icall.c: #include mono-config.h
22123
22124 2004-04-15  Jackson Harper  <jackson@ximian.com>
22125
22126         * culture-info-tables.h: Fix date formats for en-US culture.
22127         
22128 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
22129
22130         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
22131         ThreadPool.SetMinThreads.
22132         * threadpool.c: Implemented ThreadPool.GetMinThreads and
22133         ThreadPool.SetMinThreads.
22134
22135 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
22136
22137         * mono-config.c: also load the .config file in the directory
22138         where the assembly was found.
22139
22140 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
22141
22142         * assembly.c: load per-assembly config files.
22143         * icall.c: decrapified code to get the config dir and moved to
22144         mono-config.c.
22145         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
22146         per-assembly config files. When doing a dll map lookup give precedence
22147         to the per-assembly data.
22148
22149 2004-04-14  Martin Baulig  <martin@ximian.com>
22150
22151         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
22152         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
22153         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
22154
22155         * mono-debugger-debugger.c: While the debugger is locked, remember
22156         whether the symbol tables have changes and send one single
22157         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
22158
22159 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
22160
22161         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
22162
22163         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
22164         function.
22165
22166         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
22167         account when marshalling string arrays. Fixes #56965.
22168
22169 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
22170
22171         * icall.c: Add new icalls mapping for security.
22172         * security.c|h: Add internal calls for WindowsIdentity,
22173         WindowsImpersonationContext and WindowsPrincipal.
22174
22175 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
22176
22177         * class.c: Added comment to ensure the System.MonoDummy class
22178         is removed when no longer necessary
22179
22180 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
22181
22182         * appdomain.c: Pass arguments to the bootstraping exceptions to
22183         minimize JITed methods at boot
22184
22185         * metadata.c (mono_exception_from_name_two_strings): Allow for the
22186         second string to be null.
22187
22188         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
22189         Change the protocol to minimize the JIT methods at startup.  Now
22190         it Returns the internal codepage, if the value of "int_code_page"
22191         is 1 at entry, and we can not compute a suitable code page
22192         number, returns the code page as a string.
22193
22194 2004-04-13  Jackson Harper  <jackson@ximian.com>
22195
22196         * culture-info-tables.h: Fix number of decimal digits for all
22197         english locales.
22198
22199 2004-04-13  Jackson Harper  <jackson@ximian.com>
22200
22201         * icall.c: Clairfy out of sync error message. It is not always
22202         your corlib that is out of sync.
22203
22204 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
22205
22206         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
22207         properties when only the set accessor is overriden. Fixes #55874.
22208
22209 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
22210
22211         * assembly.c (mono_assembly_load_references): Make this thread safe.
22212         Fixes #56327.
22213
22214 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
22215
22216         * monosn.c: Add missing initialization calls.
22217
22218 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
22219
22220         * locales.c:
22221         ves_icall_System_Globalization_CultureInfo_construct_number_format
22222         Fix g_assert so it compiles on fussier compilers re int/ptr
22223         mismatch
22224
22225 2004-04-08  Dick Porter  <dick@ximian.com>
22226
22227         * socket-io.h:
22228         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
22229         53992.  Also rearrange the code so that the internal calls return
22230         an error value and exceptions are thrown from managed code.
22231
22232         * icall.c: Add type info to the socket icalls.
22233
22234 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22235
22236         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
22237         owes me a beer.
22238
22239 2004-04-07  Martin Baulig  <martin@ximian.com>
22240
22241         * class.c (mono_class_from_generic_parameter): Don't default
22242         `klass->parent' to `mono_defaults.object_type'.
22243
22244 2004-04-07  Martin Baulig  <martin@ximian.com>
22245
22246         * reflection.c (mono_reflection_initialize_generic_parameter): Set
22247         `param->pklass->reflection_info'.       
22248
22249 2004-04-07  Jackson Harper  <jackson@ximian.com>
22250
22251         * culture-info-tables.h: Fix date separator symbol.
22252         
22253 2004-04-07  Martin Baulig  <martin@ximian.com>
22254
22255         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
22256         from System.Type to System.MonoType.
22257
22258 2004-04-07  Martin Baulig  <martin@ximian.com>
22259
22260         * reflection.h
22261         (MonoReflectionGenericParam): Added `has_reference_type' and
22262         `has_value_type' fields.
22263
22264         * reflection.c (mono_image_get_generic_param_info): Encode the
22265         correct flags if we have the `class' or `struct' constraint.
22266
22267 2004-04-07  Martin Baulig  <martin@ximian.com>
22268
22269         * reflection.h
22270         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
22271
22272 2004-04-07  Jackson Harper  <jackson@ximian.com>
22273
22274         * appdomain.c: Revert extra patches, just wanted to bump the
22275         version number.
22276         
22277 2004-04-07  Jackson Harper  <jackson@ximian.com>
22278
22279         * Makefile.am: Add culture-info private headers.
22280         * icall.c: Add new icalls for contructing locales.
22281         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
22282         * locales.h: Declare new culture info construction methods.
22283         * object.h: Add new fields used to avoid the CultureMap to
22284         MonoCultureInfo.
22285         * culture-info.h: Definition of structs used in the culture info
22286         tables.
22287         * culture-info-tables.h: Autogenerated tables that contain culture
22288         info data. This file was generated with the locale-builder tool.
22289         * appdomain.c: Incement corlib version number.
22290         
22291 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
22292
22293         * appdomain.c: (mono_runtime_init) move mono_thread_init
22294         to before mono_object_new calls so critical sections
22295         are initialized before use.
22296
22297 2004-04-07  Martin Baulig  <martin@ximian.com>
22298
22299         * icall.c
22300         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
22301         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
22302         (ves_icall_MonoGenericParam_initialize): Removed.
22303         (monogenericparam_icalls): Removed.
22304         (generictypeparambuilder_icalls): Added new table for
22305         System.Reflection.Emit.GenericTypeParameterBuilder.
22306
22307         * reflection.c
22308         (mono_reflection_define_generic_parameter): Removed.
22309         (mono_reflection_initialize_generic_parameter): This is now called
22310         from GenericTypeParameterBuilder's .ctor.
22311
22312 2004-04-06  Martin Baulig  <martin@ximian.com>
22313
22314         * class.c (mono_class_init): Don't inflate nested classes in a
22315         generic instance.
22316         (mono_type_get_name_recurse): Include the generic arguments for
22317         generic instances and generic type declarations.
22318         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
22319         (_mono_class_get_instantiation_name): Removed.
22320         (mono_class_create_generic): Always use `gklass->name' as our name.
22321
22322         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
22323
22324         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
22325         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
22326         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
22327         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
22328         closed generic methods here.
22329
22330         * reflection.c
22331         (mono_reflection_generic_inst_get_nested_types): Removed.
22332         (inflate_mono_method): Copy the generic parameters from the
22333         MonoMethodHeader into out MonoGenericMethod.
22334
22335 2004-04-06  Martin Baulig  <martin@ximian.com>
22336
22337         * row-indexes.h
22338         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
22339
22340         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
22341
22342         * reflection.c (build_compressed_metadata): If we have any entries
22343         in the GenericParam, MethodSpec or GenericParamConstraint tables,
22344         set the header version to 1.1.
22345
22346 2004-04-06  Martin Baulig  <martin@ximian.com>
22347
22348         * class.c (mono_class_init): If we're a generic instance,
22349         initialize our nested classes, too.
22350         (_mono_class_get_instantiation_name): Deal with the new `!%d'
22351         suffix. 
22352
22353 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22354
22355         * process.c: quote the argument passed to the shell on windows.
22356
22357 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
22358
22359         * threads.c (mono_alloc_special_static_data): Allow this to be
22360         called during startup.
22361
22362 2004-04-02  Martin Baulig  <martin@ximian.com>
22363
22364         * icall.c
22365         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
22366
22367 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
22368
22369         * icall.c: Fix build.
22370
22371 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
22372
22373         * Makefile.am: Added security.c|h.
22374         * icall.c: Added icall for get_UserName;
22375         * security.c: New file for security related icalls. Added function
22376         get_UserName for System.Environment (fix #56144).
22377         * security.h: New. Header file for security.c
22378
22379 2004-04-02  Dick Porter  <dick@ximian.com>
22380
22381         * icall.c: Deleted the icalls that were obsoleted some time ago
22382         by the ICU string code, and which were mixed into the icall
22383         rearranging.  Fixes bug 55969.
22384
22385         * string-icalls.h: 
22386         * string-icalls.c: Deleted the code that those icalls reference.
22387
22388 2004-04-01  Martin Baulig  <martin@ximian.com>
22389
22390         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
22391
22392         * class.c (mono_class_from_generic_parameter): Don't set 
22393         TYPE_ATTRIBUTE_INTERFACE.
22394         (my_mono_class_from_generic_parameter): Likewise.
22395
22396 2004-04-01  Martin Baulig  <martin@ximian.com>
22397
22398         * loader.c (find_method): Added an optional `MonoClass *ic'
22399         argument to search in a specific interface.
22400         (mono_get_method_constrained): New public function.
22401
22402 2004-04-01  Martin Baulig  <martin@ximian.com>
22403
22404         * reflection.c (mono_image_get_generic_field_token): Use the
22405         `handleref' cache here.
22406
22407 2004-04-01  Martin Baulig  <martin@ximian.com>
22408
22409         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
22410
22411         * reflection.c (create_generic_typespec): Use the `typespec' hash
22412         here, not the `typeref' one.    
22413
22414 2004-04-01  Martin Baulig  <martin@ximian.com>
22415
22416         * class.c (mono_class_inflate_generic_type): Moved the
22417         functionality into a new static inflate_generic_type() which
22418         returns NULL if it didn't do anything.  Only increment the
22419         `mono_stats.inflated_type_count' if we actually inflated
22420         something.
22421         (mono_class_get_full): Check the classes type to see whether we
22422         need to inflate it; also inflate MONO_TYPE_(M)VAR.
22423
22424 2004-04-01  Jackson Harper  <jackson@ximian.com>
22425
22426         * reflection.c: Set culture for assembly references.
22427         
22428 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
22429
22430         * reflection.[ch], icall.[ch], Fix support for pinning variables.
22431
22432 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22433
22434         * assembly.c:
22435         (do_mono_assembly_open): the critical section also covers
22436         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
22437
22438 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22439
22440         * threads.c:
22441         (mono_manage_threads): abort the background threads when finishing.
22442         Fixes bug #47232.
22443
22444 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22445
22446         * gc.c: only close the done_event handle if there was no timeout.
22447         C-ified comments.
22448
22449 2004-03-30  Martin Baulig  <martin@ximian.com>
22450
22451         * icall.c (icall_entries): It's called "System.Activator", not
22452         "System.Activation".    
22453
22454 2004-03-30  Martin Baulig  <martin@ximian.com>
22455
22456         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
22457         (mono_class_create_from_typespec): Likewise.
22458
22459 2004-03-30  Martin Baulig  <martin@ximian.com>
22460
22461         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
22462         `has_ctor_constraint' and `initialized'.
22463
22464 2004-03-30  Martin Baulig  <martin@ximian.com>
22465
22466         * reflection.c (encode_new_constraint): New static function to add
22467         the constructor constraint attribute to a type parameter.
22468         (encode_constraints): Call encode_new_constraint() if necessary.
22469
22470         * reflection.h
22471         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
22472
22473         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
22474         
22475 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
22476
22477         * reflection.c, icall.c: add support for pinning variables. 
22478
22479 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
22480
22481         * marshal.c (mono_marshal_get_managed_wrapper):
22482         init bool local with zero rather than null.
22483
22484 2004-03-29  Martin Baulig  <martin@ximian.com>
22485
22486         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
22487         the "official" behavior here.
22488         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
22489
22490 2004-03-29  Martin Baulig  <martin@ximian.com>
22491
22492         * icall.c: Reflect latest API changes.
22493
22494 2004-03-29  Martin Baulig  <martin@ximian.com>
22495
22496         * loader.c (mono_get_method_from_token): Also call
22497         mono_metadata_load_generic_params () for abstract and interface
22498         methods; replace the type arguments in the method signature with
22499         the ones which are loaded from the metadata.
22500
22501 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
22502
22503         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
22504         of the lock is not the current thread. MS.NET don't do it, in spite of
22505         what the documentation says. See bug #56157.
22506
22507 2004-03-28  Martin Baulig  <martin@ximian.com>
22508
22509         * class.c (mono_class_init): Don't call init_properties() and
22510         init_events() for generic instances; set `prop->parent' when
22511         inflating properties.
22512
22513         * reflection.c (mono_generic_inst_get_object): Call
22514         `mono_class_init (ginst->klass)'.
22515         (mono_type_get_object): Only create a MonoGenericInst if your
22516         generic type is a TypeBuilder.
22517         (do_mono_reflection_bind_generic_parameters): Only set
22518         `ginst->is_dynamic' if our generic type is a TypeBuilder.
22519
22520 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
22521
22522         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
22523         Fixes #56091.
22524
22525 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22526
22527         * icall.c: added Kill_internal icall.
22528         * process.[ch]: added Kill_internal icall.
22529
22530 2004-03-25  Martin Baulig  <martin@ximian.com>
22531
22532         * class.h (MonoStats): Added `generic_instance_count',
22533         `inflated_method_count', `inflated_type_count' and
22534         `generics_metadata_size'.       
22535
22536 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22537
22538         * reflection.c: no warnings now.
22539
22540 2004-03-25  Martin Baulig  <martin@ximian.com>
22541
22542         * class.c (mono_class_get_full): New public function; does a
22543         mono_class_get(), but also takes a `MonoGenericContext *'.
22544
22545         * loader.c (mono_field_from_memberref): Renamed to
22546         `field_from_memberref', made static and added `MonoGenericContext *'
22547         argument.
22548         (mono_field_from_token): Added `MonoGenericInst *' argument.
22549         (method_from_memberef): Likewise.
22550         (mono_get_method_from_token): Likewise.
22551         (mono_get_method_full): New public function; does a
22552         mono_get_method(), but also takes a `MonoGenericContext *'.
22553
22554         * verify.c (mono_method_verify): Get the method's generic context
22555         and pass it to mono_field_from_token(), mono_get_method_full() and
22556         mono_class_get_full().
22557
22558 2004-03-25  Martin Baulig  <martin@ximian.com>
22559
22560         * class.c (mono_class_inflate_generic_type): Take a
22561         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
22562         `MonoGenericMethod *'.
22563
22564 2004-03-25  Martin Baulig  <martin@ximian.com>
22565
22566         * loader.h (MonoMethodInflated): Store the MonoGenericContext
22567         instead of the MonoGenericMethod here.
22568
22569 2004-03-25  Martin Baulig  <martin@ximian.com>
22570
22571         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
22572         each time we create a new MonoGenericInst, we also create a new
22573         context which points back to us.
22574
22575         * class.c (inflate_method): Use `ginst->context' instead of
22576         creating a new context.
22577
22578         * loader.c (method_from_memberref): Use
22579         `klass->generic_inst->context' instead of creating a new context.
22580
22581 2004-03-25  Martin Baulig  <martin@ximian.com>
22582
22583         * class.h (MonoGenericContext): New struct.
22584         (MonoGenericMethod): Removed `generic_inst'.
22585
22586         * class.c (mono_class_inflate_generic_method): Take a
22587         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
22588
22589 2004-03-25  Martin Baulig  <martin@ximian.com>
22590
22591         * loader.h (MonoMethodInflated): New typedef.
22592
22593         * metadata.h (MonoMethodSignature): Removed `gen_method', make
22594         `generic_param_count' consume just 30 bits, added `is_inflated'
22595         and `has_type_parameters' flags (one bit each).
22596
22597         * class.c (mono_class_inflate_generic_method): Create a
22598         MonoMethodInflated instead of a MonoMethodNormal and set
22599         `is_inflated' in the method signature.
22600
22601         * class.h (MonoGenericMethod): Removed `generic_method'.
22602
22603 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
22604
22605         * image.c: Make sure the name of a MonoImage is always an absolute path.
22606           This fixes bug #54415.
22607
22608 2004-03-24  Martin Baulig  <martin@ximian.com>
22609
22610         * class.c (mono_class_setup_vtable): If we're a generic instance,
22611         use our generic type's vtable size.
22612
22613 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
22614
22615         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
22616         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
22617         problems.
22618
22619 2004-03-23  Martin Baulig  <martin@ximian.com>
22620
22621         * class.h (MonoDynamicGenericInst): Added `int count_events' and
22622         `MonoEvent *events'.
22623
22624         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
22625         (typebuilder_icalls): Added "get_event_info"; calls
22626         mono_reflection_event_builder_get_event_info(). 
22627
22628         * reflection.c (mono_reflection_generic_inst_initialize): Added
22629         `MonoArray *events'.
22630         (mono_reflection_event_builder_get_event_info): New function.
22631
22632 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
22633
22634         * object.h: add mono_type_initialization_init
22635
22636         * object.c (mono_runtime_class_init): 
22637         implement class constructor synchronization rules
22638         to cope with threading issues.  
22639         add mono_type_initialization_init
22640
22641         * appdomain.c (mono_runtime_init): call 
22642         mono_type_initialization_init
22643
22644         * class.h: removing initializing field from MonoVTable
22645
22646 2004-03-23  Martin Baulig  <martin@ximian.com>
22647
22648         * class.c (my_mono_class_from_generic_parameter): Use
22649         `param->name' if it's not NULL. 
22650
22651 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
22652
22653         * class.c: do not insert non-virtual methods in the vtable.
22654         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
22655         that means the method is non-virtual. This never would have
22656         happened before.
22657
22658 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
22659
22660         * profiler.c: Added lock for accessing coverage_hash.
22661
22662 2004-03-22  Martin Baulig  <martin@ximian.com>
22663
22664         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
22665         `method->method->signature->generic_param_count != 0' to make it
22666         work for interface methods.
22667
22668 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22669
22670         * process.c: quote the string passed to the shell using g_shell_quote.
22671
22672 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22673
22674         * threads.c:
22675         (mono_threads_manage): don't remove the finalizer thread and self
22676         from the threads hash table so that mono_thread_manage can be called
22677         more than once.
22678
22679 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22680
22681         * process.c: quote the arguments when UseShellExecute is true. Fixes
22682         bug #55790.
22683
22684 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22685
22686         * threads.c: set mono_thread_detach as a cleanup routine for every
22687         thread. This way it's always executed upon thread termination, either
22688         aborted or finished normally. No more xsp hangs!
22689
22690 2004-03-17  Martin Baulig  <martin@ximian.com>
22691
22692         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
22693         `int count_nested' and a `MonoType **nested'.
22694
22695         * reflection.c (mono_reflection_bind_generic_parameters): Moved
22696         most of the functionality into a new static
22697         do_mono_reflection_bind_generic_parameters() and don't take a
22698         `MonoType *nested_in' argument any more.  Don't compute nested
22699         types here.
22700         (mono_reflection_generic_inst_get_nested_types): New public method
22701         to get nested types.
22702
22703         * class.c (mono_class_create_generic): Set `klass->nested_in' if
22704         we're a nested class.
22705
22706         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
22707         mono_reflection_generic_inst_get_nested_types() to compute the
22708         nested types.
22709
22710 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
22711
22712         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
22713         descriptive error message under windows.
22714         
22715 2004-03-17  Martin Baulig  <martin@ximian.com>
22716
22717         * class.c (dup_type): Added `const MonoType *original' argument;
22718         copy the attrs from the original type.
22719
22720 2004-03-17  Martin Baulig  <martin@ximian.com>
22721
22722         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
22723         `m->generic_inst_cache' here.
22724
22725 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
22726
22727         * exception.h exception.c: Add stack_overflow_exception.
22728
22729 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22730
22731         * threadpool.c:
22732         (overlapped_callback): call SetEvent *after* invoking the callback.
22733         No need to call CloseHandle.
22734
22735 2004-03-16  Martin Baulig  <martin@ximian.com>
22736
22737         * reflection.c (mono_image_get_fieldref_token): Take a
22738         `MonoReflectionField *' instead of a `MonoClassField *' and a
22739         `MonoClass *'; store the `MonoReflectionField *' in the hash.
22740
22741 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22742
22743         * appdomain.c: don't add the culture to the filename we're looking for
22744         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
22745
22746 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22747
22748         * locales.c: don't ignore symbols when doing case insensitive compares.
22749         Thanks Dick! Fixes bug #54046.
22750
22751         * threads.c: surround 'threads' usage with enter/leave in
22752         mono_thread_manage.
22753
22754 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
22755
22756         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
22757         implicitly marshalled as [Out]. Fixes #55450.
22758
22759         (mono_marshal_get_runtime_invoke): Zero out the result if there is
22760         an exception.
22761
22762 2004-03-16  Martin Baulig  <martin@ximian.com>
22763
22764         * class.c (mono_class_from_generic_parameter): Use the actual
22765         parameter name. 
22766
22767 2004-03-16  Martin Baulig  <martin@ximian.com>
22768
22769         * reflection.c (type_get_signature_size): New static function.
22770         Compues the size of the type in a method signature.
22771         (method_get_signature_size): New static function; calls
22772         type_get_signature_size() to compute the actual size of the
22773         method's signature.
22774         (method_encode_signature): Use method_get_signature_size() to get
22775         the signature's size rather than using `nparams * 10'.
22776
22777 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22778
22779         * file-io.h: define here WapiOverlapped on windows. I don't want the
22780         regular OVERLAPPED one.
22781
22782         * file-io.c:
22783         * threadpool.c: somehow, BindIoCompletionCallback is not found.
22784         Disabling AIO on windows.
22785
22786 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22787
22788         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
22789         bug #55385.
22790
22791 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22792
22793         * appdomain.c: upgraded corlib version.
22794
22795         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
22796         and BeginWrite. Allow opening files for asynchrnous operations.
22797
22798         * file-io.h: new struct that maps FileStreamAsyncResult.
22799         * icall.c: added new icalls.
22800         * process.[ch]: support setting child process environment variables
22801         and use the SHELL or COMSPEC when UseShellExecute is true.
22802
22803         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
22804         callback for async. IO is here and also BindHandle.
22805
22806         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
22807         from here.
22808
22809 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
22810
22811         * reflection.c (create_custom_attr): Allow len == 0.
22812
22813         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
22814         computation on big-endian machines.
22815
22816 2004-03-13  Martin Baulig  <martin@ximian.com>
22817
22818         * class.h (MonoGenericInst): Added `int count_ifaces'.
22819
22820         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
22821         `ginst->count_ifaces' instead `klass->interface_count' since we
22822         may get called before the vtable is created.
22823
22824         * loader.c (mono_method_get_param_names): If we're a generic
22825         instance, return and don't initialize the class.
22826
22827         * reflection.c (mono_reflection_setup_generic_class): Don't call
22828         ensure_runtime_vtable().
22829         (mono_reflection_bind_generic_parameters): Set
22830         `ginst->count_ifaces'.
22831
22832 2004-03-11  Jackson Harper <jackson@ximian.com>
22833
22834         * icall.c:
22835         * unicode.c:
22836         * unicode.h: Remove unused System.Char icalls.
22837         
22838 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
22839
22840         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
22841         code when we P/Invoke the first library in Windows.Forms, instead
22842         of when we first open the assembly.
22843
22844         * assembly.c: Drop the lookup from here.
22845
22846 2004-03-10  Martin Baulig  <martin@ximian.com>
22847
22848         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
22849         class for properties, fields and events.  Finally fixes #54945.
22850
22851 2004-03-10  Martin Baulig  <martin@ximian.com>
22852
22853         * metadata.c (mono_metadata_class_equal): New static function;
22854         checks whether two generic instances or two generic parameters are
22855         equal.
22856         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
22857         compare classes.        
22858
22859 2004-03-10  Martin Baulig  <martin@ximian.com>
22860
22861         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
22862
22863         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
22864         argument and write it into the `reflection_info' field.
22865
22866         * icall.c
22867         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
22868         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
22869
22870 2004-03-09  Jackson Harper  <jackson@ximian.com>
22871
22872         * char-conversions.h: use 8 bits for numeric data its all we need
22873         * icall.c: numeric data is only 8 bits now.
22874
22875 2004-03-09  Martin Baulig  <martin@ximian.com>
22876
22877         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
22878
22879         * class.c (init_properties, init_events): Initialize the new
22880         `parent' field.
22881
22882         * reflection.c (typebuilder_setup_properties): Likewise.
22883         (typebuilder_setup_events): Likewise.
22884
22885         * reflection.h (MonoEventInfo): Replaced `parent with
22886         `declaring_type' and `reflected_type'.
22887
22888         * icall.c (ves_icall_get_property_info): Distinguish between
22889         declaring and reflected type.
22890         (ves_icall_get_event_info): Likewise.
22891
22892 2004-03-09  Martin Baulig  <martin@ximian.com>
22893
22894         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
22895         (ves_icall_Type_GetField): Correctly set field->klass.
22896
22897 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
22898
22899         * loader.h: Fix warning.
22900
22901 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
22902
22903         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
22904         library routine if present.  Notice that it will still continue
22905         executing even if its missing, for those working on the Gtk#
22906         edition of Windows.Forms.
22907
22908         * assembly.c (do_mono_assembly_open): If loading the
22909         System.Windows.Forms call mono_loader_wini_init.
22910
22911 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
22912
22913         * class.h: Added MonoRemoteClass struct.
22914         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
22915         function for MonoStrings.
22916         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
22917         Added internal call for getting the proxy type.
22918         * marshal.c: Get the type of transparent proxies from its remote_class.
22919         Added methods that generate the IL for type checks and casts:
22920         mono_marshal_get_isinst, mono_marshal_get_castclass, 
22921         mono_marshal_get_proxy_cancast.
22922         * marshal.h: Declaration of the previous new methods.
22923         * object.c: Added new moethods for creating and updating MonoRemoteClass
22924         instances: mono_remote_class, mono_upgrade_remote_class, 
22925         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
22926         * verify.c: FIx transparent_proxy_fields layout.
22927         * appdomain.c: Bump corlib version.
22928
22929 2004-03-04  Jackson Harper  <jackson@ximian.com>
22930
22931         * icall.c: Add icall to access char conversion tables.
22932         * char-conversions.h: Character conversion tables.
22933         * Makefile.am: Add char-conversions.h private header file.
22934         
22935 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
22936
22937         * appdomain.c (unload_thread_main): Increase unloading timeout to
22938         10 sec as a temporary workaround for Nant problems.
22939
22940 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
22941
22942         * gc.c: Add checks for GC_enable and GC_disable.
22943
22944         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
22945         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
22946         (bug #54988).
22947         
22948 2004-02-27  Martin Baulig  <martin@ximian.com>
22949
22950         * reflection.c (mono_reflection_bind_generic_parameters): Take a
22951         `MonoReflectionType *' instead of a `MonoType *'.
22952
22953 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
22954
22955         * gc.c (run_finalize): Avoid finalizing the object representing the
22956         finalizer thread.
22957         (finalizer_thread): Fix warning.
22958
22959 2004-02-25  Martin Baulig  <martin@ximian.com>
22960
22961         * class.c (_mono_class_get_instantiation_name): Added `int offset'
22962         argument for nested types.
22963         (mono_class_create_generic): Added support for nested generictypes.
22964
22965         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
22966         `GList *nested'.
22967
22968         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
22969
22970         * reflection.c (method_encode_signature): Increase the minimum
22971         value of `size' from 10 to 11.
22972         (mono_reflection_bind_generic_parameters): Take `int type_argc'
22973         and `MonoType **types' arguments instead of the `MonoArray
22974         *types'; added `MonoType *nested_in'.  Recursively instantiate
22975         nested classes. 
22976
22977 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
22978
22979         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
22980         stack_overflow_ex members which are used by exception handling.
22981
22982         * appdomain.c (mono_runtime_init): Initialize the new members.
22983
22984         * gc.c (mono_gc_enable): New helper function.
22985         * gc.c (mono_gc_disable): New helper function.
22986
22987 2004-02-23  Martin Baulig  <martin@ximian.com>
22988
22989         * icall.c: I must have been really stupid - make it actually work
22990         this time ;-)
22991
22992 2004-02-23  Martin Baulig  <martin@ximian.com>
22993
22994         * loader.c (method_from_memberref): Only inflate the method if
22995         it's in another klass.
22996
22997 2004-02-23  Martin Baulig  <martin@ximian.com>
22998
22999         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
23000         (mono_class_init): If we're a generic instance and an interface,
23001         compute `class->interface_id'; also create `class->interfaces'
23002         here and inflate them.
23003
23004         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
23005         `ginst->is_open'.
23006         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
23007
23008         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
23009
23010 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
23011
23012         * reflection.c (method_encode_code): Improved the error message
23013         generated by the exception.
23014
23015 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23016
23017         * icall.c: Martin did not do what he said in the ChangeLog for
23018         2004-02-18, but put back the changes for properties and events.
23019         Commenting those changes out again and adding comment to bug #54518.
23020         
23021         * process.c: removed warning.
23022
23023 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
23024
23025         * marshal.c (emit_struct_conv): Print an error message instead of
23026         asserting when a type does not have the StructLayout attribute.
23027
23028 2004-02-20  Martin Baulig  <martin@ximian.com>
23029
23030         * reflection.c (mono_type_get_object): Also use the cache for
23031         generic instances.
23032         (mono_reflection_bind_generic_parameters): Always compute
23033         `ginst->ifaces'.        
23034
23035 2004-02-20  Martin Baulig  <martin@ximian.com>
23036
23037         * class.h (MonoGenericMethod): Removed `klass'.
23038
23039         * class.c (mono_class_inflate_generic_method): Added `MonoClass
23040         *klass' argument.
23041
23042 2004-02-20  Martin Baulig  <martin@ximian.com>
23043
23044         * reflection.c (method_encode_methodspec): Actually use the
23045         uninflated signature for the memberref.
23046
23047 2004-02-20  Martin Baulig  <martin@ximian.com>
23048
23049         * class.h (MonoGenericMethod): Removed `declaring'.
23050
23051         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
23052         is NULL, compute it here.
23053
23054 2004-02-20  Martin Baulig  <martin@ximian.com>
23055
23056         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
23057
23058         * metadata.c (mono_metadata_generic_inst_hash): New method.
23059         (mono_metadata_generic_inst_equal): New method.
23060
23061         * reflection.c (mono_reflection_bind_generic_parameters): Use the
23062         `klass->image->generic_inst_cache' cache to avoid creating
23063         duplicate MonoGenericInst's.
23064
23065         * class.c (mono_class_inflate_generic_type): Use the cache.
23066
23067 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23068
23069         * object.c: fixed gc descriptor calculation for embedded valuetypes.
23070
23071 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23072
23073         * icall.c: added Socket.WSAIoctl icall.
23074
23075         * socket-io.[ch]: implemented
23076         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
23077
23078 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
23079
23080         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
23081
23082 2004-02-18  Urs C Muff  <umuff@quark.com>
23083
23084         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
23085         this work on PPC and other big-endian architectures.
23086
23087         * debug-mono-symfile.h: Prepended the names of all the `guint32'
23088         fields with an underscore to make sure they're only accessed by
23089         the read32() macro.
23090
23091 2004-02-18  Martin Baulig  <martin@ximian.com>
23092
23093         * icall.c: Put the klass->refclass changes back for methods and
23094         fields, but not for properties and events.  We're currently not
23095         distinguishing between DeclaringType and ReflectedType for
23096         properties and events, that's what caused the regressions.
23097
23098 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23099
23100         * object.c:
23101         (mono_async_result_new): the handle can be NULL.
23102
23103         * threadpool.c: Use an event instead of a semaphore, don't initialize
23104         it until needed. This saves quite a few semaphores from being created
23105         when using the threadpool.
23106
23107 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
23108
23109         * object.c (mono_string_is_interned_lookup): Fix interning of long
23110         strings. Fixes #54473.
23111
23112         * domain.c (ldstr_equal): Optimize if the two strings are equal.
23113
23114         * icall.c: Revert the klass->refclass changes since they introduce
23115         regressions (bug #54518).
23116
23117 2004-02-18  Martin Baulig  <martin@ximian.com>
23118
23119         * class.c (mono_class_init): If we're a generic instance and don't
23120         come from a TypeBuilder, inflate our members here.
23121         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
23122         (mono_class_create_generic): New public method.
23123         (mono_class_initialize_generic): Removed.
23124         (get_instantiation_name): Renamed to
23125         _mono_class_get_instantiation_name() and made it public.
23126
23127 2004-02-18  Martin Baulig  <martin@ximian.com>
23128
23129         * class.c (mono_class_inflate_generic_type): Clear the new
23130         instance's `nginst->klass' when inflating a generic instance.
23131         (mono_class_is_subclass_of): Added (basic) support for generic
23132         instances.
23133
23134 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
23135
23136         * appdomain.h, domain.c: use a MonoCodeManager instead of a
23137         MonoMempool to hold compiled native code.
23138
23139 2004-02-17  Martin Baulig  <martin@ximian.com>
23140
23141         * class.h (MonoDynamicGenericInst): Added `count_properties' and
23142         `properties'.
23143
23144         * reflection.c (mono_reflection_generic_inst_initialize): Added
23145         `MonoArray *properties' argument.
23146
23147         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
23148
23149 2004-02-17  Martin Baulig  <martin@ximian.com>
23150
23151         * icall.c (ves_icall_Type_GetFields): Renamed to
23152         ves_icall_Type_GetFields_internal() and added a
23153         `MonoReflectionType *rtype' argument; pass it to
23154         mono_field_get_object() to set the field's "reflected" type.
23155         (ves_icall_Type_GetConstructors): Likewise.
23156         (ves_icall_Type_GetEvents): Likewise.
23157         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
23158         argument; pass it to mono_method_get_object() to set the method's
23159         "reflected" type.       
23160
23161 2004-02-17  Martin Baulig  <martin@ximian.com>
23162
23163         * class.h (MonoDynamicGenericInst): New type.
23164         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
23165
23166         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
23167         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
23168         (ves_icall_MonoGenericInst_GetFields): New interncall.
23169
23170         * class.c (mono_class_from_generic): Don't call
23171         mono_class_initialize_generic() if this is a dynamic instance;
23172         ie. it's being created from a TypeBuilder.
23173         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
23174         `class->byval_arg.type'.
23175
23176         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
23177         to `inflate_method' and made static.
23178         (mono_reflection_inflate_field): Removed.
23179         (mono_reflection_generic_inst_initialize): New public method.
23180
23181         * reflection.h (MonoReflectionGenericInst): Removed `methods',
23182         `ctors' and `fields'; added `initialized'.
23183
23184 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
23185
23186         * debug-helpers.c (mono_method_full_name): Fix output for empty
23187         namespaces.
23188
23189 2004-02-12  Martin Baulig  <martin@ximian.com>
23190
23191         * class.h (MonoClassField): Added `MonoType *generic_type'.
23192
23193         * reflection.c (mono_image_get_fieldref_token): Added support for
23194         instantiated generic types.
23195         (field_encode_inflated_field): Removed.
23196         (mono_image_get_inflated_field_token): Removed.
23197         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
23198
23199         * reflection.h (MonoReflectionInflatedField): Removed.
23200
23201 2004-02-12  Martin Baulig  <martin@ximian.com>
23202
23203         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
23204         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
23205
23206         * reflection.c (mono_image_get_methodspec_token): Take a
23207         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
23208         (mono_image_create_token): Check whether we have a
23209         `method->signature->gen_method' and call
23210         mono_image_get_methodspec_token() if appropriate.
23211         (inflated_method_get_object): Removed.
23212         (mono_reflection_bind_generic_method_parameters): Return a
23213         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
23214         (mono_reflection_inflate_method_or_ctor): Likewise.
23215
23216         * reflection.h (MonoReflectionInflatedMethod): Removed.
23217
23218 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
23219
23220         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
23221         for custom valuetype marshalling.
23222
23223         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
23224
23225 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23226
23227         * icall.c: fixed WSAGetLastError_internal name.
23228
23229 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
23230
23231         * threads.c (mono_thread_attach): Allow this to be called multiple
23232         times for a thread.
23233         
23234         * threads.c (build_wait_tids): Do not wait for ourselves.
23235
23236         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
23237         appdomain list is empty.
23238
23239         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
23240         memory returned by mono_string_builder_to_utf16, since it points into
23241         managed memory. Thanks to Bernie Solomon for noticing this.
23242
23243         * icall.c: Add AppDomainSetup icalls.
23244
23245         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
23246
23247         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
23248         types.
23249
23250         * reflection.c (reflection_methodbuilder_to_mono_method): Save
23251         custom attributes to the method_aux struct. Also fix array indexes etc.
23252
23253         * loader.c (mono_method_get_param_names): Make dynamic case work again.
23254         
23255 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
23256
23257         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
23258         (both static and runtime) and reduce startup time.
23259
23260 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
23261
23262         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
23263         AsAny marshalling conversion instead of crashing.
23264
23265         * marshal.c: Fix warnings.
23266
23267 2004-02-09  Martin Baulig  <martin@ximian.com>
23268
23269         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
23270
23271         * reflection.h (MonoReflectionInflatedMethod): Removed the
23272         `declaring' field, it's now in the unmanaged MonoGenericMethod.
23273
23274         * reflection.c (method_encode_methodspec): Removed the `method'
23275         argument; we get it from `gmethod->declaring'.
23276         (inflated_method_get_object): Removed the `declaring' argument.
23277
23278 2004-02-09  Martin Baulig  <martin@ximian.com>
23279
23280         * class.h (MonoGenericMethod): New type.
23281         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
23282         `generic_method'.
23283
23284         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
23285         a `MonoGenericMethod *gen_method' one.
23286
23287         * class.c (mono_class_inflate_generic_type): Take an additional
23288         `MonoGenericMethod * argument.  This is only non-NULL if we're
23289         inflating types for a generic method.   
23290         (mono_class_inflate_generic_signature): Renamed to
23291         inflate_generic_signature() and made static; take a
23292         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
23293         (inflate_generic_header): Take a `MonoGenericMethod *' argument
23294         instead of a `MonoGenericInst *' one.
23295         (mono_class_inflate_generic_method): Likewise.
23296
23297         * reflection.c (encode_generic_method_sig): Take a
23298         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
23299         (method_encode_methodspec): Likewise.
23300         (inflated_method_get_object): Likewise. 
23301
23302         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
23303         field with a `MonoGenericMethod *gmethod' one.  
23304
23305 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
23306
23307         * class.h (mono_class_has_parent): add parens to expansion
23308         so you can ! this.
23309
23310 2004-02-08  Martin Baulig  <martin@ximian.com>
23311
23312         * image.h (MonoImage): Removed `generics_cache'.
23313
23314         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
23315         instead of a `MonoType *' argument; removed the `inflate_methods'
23316         argument.  Don't inflate methods here.
23317
23318         * loader.c (find_method): If it's a generic instance, call
23319         mono_class_init() on the `sclass->generic_inst->generic_type'.
23320
23321         * metadata.c (mono_type_size): Make this work on uninitialized
23322         generic instances; call it on the `ginst->generic_type's class.
23323
23324         * reflection.c (mono_reflection_bind_generic_parameters): Call
23325         mono_class_from_generic() to create the `ginst->klass'.
23326
23327 2004-02-08  Martin Baulig  <martin@ximian.com>
23328
23329         * class.h (MonoClass): Changed type of `generic_inst' from
23330         `MonoType *' to `MonoGenericInst *'.
23331
23332 2004-02-08  Martin Baulig  <martin@ximian.com>
23333
23334         * icall.c (ves_icall_Type_BindGenericParameters): Just call
23335         mono_type_get_object(), this is now creating a `MonoGenericInst'
23336         for MONO_TYPE_GENERICINST.
23337         (ves_icall_MonoGenericInst_GetParentType): Likewise.
23338         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
23339
23340         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
23341         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
23342         (inflated_method_get_object): Added `MonoClass *refclass' argument.
23343         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
23344         and reflected type.
23345
23346         * reflection.h (MonoReflectionInflatedMethod): Removed
23347         `declaring_type' and `reflected_type'.
23348
23349 2004-02-08  Martin Baulig  <martin@ximian.com>
23350
23351         * class.h (MonoGenericInst): Added `MonoType *parent' and
23352         `MonoType **ifaces'.
23353
23354         * reflection.h (MonoReflectionGenericInst): Removed `klass',
23355         `parent' and `interfaces'.
23356
23357         * reflection.c (mono_reflection_bind_generic_parameters): Take a
23358         `MonoType *' argument and return a `MonoType *'.
23359
23360         * icall.c
23361         (ves_icall_MonoGenericInst_GetParentType): New interncall.
23362         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
23363
23364 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
23365
23366         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
23367         valuetype marshalling.
23368
23369 2004-02-06  Martin Baulig  <martin@ximian.com>
23370
23371         * class.c
23372         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
23373         (my_mono_class_from_generic_parameter): Likewise.
23374
23375 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
23376
23377         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
23378         contents of the symbol files lazily.
23379
23380         * object.h (MonoThread): Add 'name' and 'name_len' fields.
23381
23382         * threads.h threads.c icall.c: New icalls for getting and setting the
23383         threads name.
23384
23385 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
23386
23387         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
23388         Raise an exception when the domain is not found.
23389
23390 2004-02-03  Martin Baulig  <martin@ximian.com>
23391
23392         * reflection.c (mono_image_get_methodspec_token): Use the
23393         uninflated signature; fixes gen-33.
23394
23395 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
23396
23397         * gc.c threads.c: Make the finalizer thread a normal managed thread so
23398         the finalizer code can use thread functionality.
23399
23400         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
23401         the finalizer thread.
23402
23403         * threads.c: Make some functions more robust.
23404
23405         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
23406
23407         * metadata.h: Add new marshalling conventions.
23408
23409         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
23410         stringbuilder marshalling. Fixes #53700.
23411
23412         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
23413
23414         * reflection.c (mono_image_get_type_info): Save declarative security
23415         info.
23416
23417         * reflection.c (mono_image_get_field_info): Handle uninitialized 
23418         unmanaged fields as well.
23419
23420         * appdomain.c: Bump corlib version.
23421
23422 2004-02-01  Martin Baulig  <martin@ximian.com>
23423
23424         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
23425         method type arguments.  
23426
23427 2004-01-30  Duncan Mak  <duncan@ximian.com>
23428
23429         * marshal.h: Add prototype for
23430         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
23431         and
23432         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
23433         fix the build.
23434
23435 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
23436
23437         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
23438         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
23439
23440 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
23441
23442         * marshal.c (mono_marshal_get_native_wrapper): Add support for
23443         custom marshalling of valuetypes.
23444
23445         * marshal.c: Fix some warnings.
23446
23447 2004-01-29  Martin Baulig  <martin@ximian.com>
23448
23449         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
23450         for generic method parameters.
23451
23452         * reflection.c (method_encode_methodspec): Write the uninflated
23453         signature into the methodspec table.
23454         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
23455         is always the uninflated method.
23456         (reflection_methodbuilder_to_mono_method): Copy the generic
23457         parameters from the MethodBuilder into `header->gen_params'.
23458
23459 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
23460
23461         * class.c (mono_class_from_generic_parameter): Fix warning.
23462
23463 2004-01-27  Martin Baulig  <martin@ximian.com>
23464
23465         * class.c (mono_class_from_generic_parameter): Don't create
23466         `klass->methods' here.  
23467
23468 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
23469
23470         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
23471         extension since it does not work with libraries named lib<FOO>.dll.so.
23472
23473 2004-01-25  Martin Baulig  <martin@ximian.com>
23474
23475         * class.c (mono_class_inflate_generic_type): Added support for
23476         MONO_TYPE_GENERICINST.
23477
23478         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
23479         inflate methods on open constructed types.      
23480
23481 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23482
23483         * object.c: fire ProcessExit event in the root AppDomain after running
23484         Main. Fixes bug #53299.
23485
23486 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
23487
23488         * socket-io.c: include the new socket-wrappers.h header.
23489         Use the wrappers instead of the unix socket functions to make the code
23490         more clear.
23491
23492 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
23493
23494         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
23495
23496         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
23497         Fixes #22532.
23498
23499 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
23500
23501         * reflection.c (mono_image_create_pefile): Handle the case when the
23502         entry point is not a MethodBuilder.
23503
23504         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
23505         field to ReflectionMethod since it is not allways a builder.
23506
23507         * reflection.c (type_get_fully_qualified_name): New helper function to
23508         return the fully qualified name of a type.
23509
23510         * reflection.c (encode_marshal_blob): Always emit the fully qualified
23511         type name for custom marshallers.
23512
23513         * reflection.c (mono_marshal_spec_from_builder): Ditto.
23514
23515         * class.c (mono_class_setup_vtable): If a parent class already 
23516         implements an interface, use the implementing methods from that class.
23517         Fixes #53148.
23518
23519 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23520
23521         * threadpool.c: just return instead of ExitThread to allow for thread
23522         clean up earlier.
23523
23524 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
23525
23526         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
23527         when closing resource modules.
23528
23529         * reflection.c (mono_image_create_pefile): Handle the case when the
23530         entry point is not a MethodBuilder.
23531
23532         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
23533         field to ReflectionMethod since it is not allways a builder.
23534
23535 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
23536
23537         * marshal.c (mono_marshal_get_managed_wrapper): 
23538         mono_marshal_alloc takes native int so CONV_I
23539         the arg for 64bits.
23540
23541 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
23542
23543         * reflection.c (fixup_cattrs): New function to fixup the methoddef
23544         tokens in the cattr table. Fixes #53108.
23545
23546 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23547
23548         * loader.c: don't trim ".dll" before looking up in the config file.
23549         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
23550
23551 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
23552
23553         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
23554         Return the module which contains the resource as well.
23555         (ves_icall_System_Reflection_Module_Close): New icall.
23556
23557         * appdomain.c: Bump corlib version number.
23558
23559         * image.c (mono_image_addref): New public function.
23560
23561         * assembly.c: Call mono_image_addref.
23562
23563         * reflection.c (mono_module_get_object): Increase reference count of 
23564         the image.
23565
23566         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
23567         Fixes #22532.
23568
23569         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
23570         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
23571         proper exceptions on DllImport problems.
23572
23573 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
23574
23575         * class.c, metadata.c: eliminate CSIZE macro.
23576
23577 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
23578
23579         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
23580         * object.h: Added async_callback field in MonoAsyncResult.
23581         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
23582         * verify.c: Added async_callback in MonoAsyncResult layout.
23583
23584 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
23585
23586         * reflection.c (mono_reflection_get_custom_attrs): Add support
23587         for Modules.
23588
23589 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
23590
23591         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
23592         marshalling.
23593         (mono_marshal_method_from_wrapper): Add null pointer check.
23594
23595 2004-01-16  Martin Baulig  <martin@ximian.com>
23596
23597         * debug-mono-symfile.h: Set version number to 36 and reflect
23598         latest symbol writer changes.
23599
23600 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
23601
23602         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
23603         multi-dimensional arrays.
23604         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
23605         (mono_class_from_mono_type): Use bounded_array_class_get.
23606         
23607         * class.c (mono_bounded_array_class_get): New function which takes
23608         a 'bounded' bool argument to distinguish vectors from one dimensional
23609         arrays.
23610
23611         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
23612         bounded_array_class_get if the array has bounds.
23613
23614         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
23615         Search modules loaded using AssemblyBuilder:AddModule as well.
23616
23617 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23618
23619         * appdomain.c: increased corlib version.
23620         * filewatcher.c: removed g_print.
23621         * icall.c:
23622         (get_property_info): only allocate what is actually requested.
23623         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
23624
23625 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23626
23627         * Makefile.am: added filewatcher.[ch]
23628         * filewatcher.[ch]: FileSystemWatcher runtime support.
23629         * icall.c: added new FSW icalls.
23630
23631 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
23632
23633         * string-icalls.c: fix stringbuilder regression as suggested by
23634         Iain McCoy <iain@mccoy.id.au>.
23635
23636 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
23637
23638         * process.c (process_read_stringtable_block): Recognize '007f' as
23639         a language neutral stringtable block.
23640
23641 2004-01-12  Patrik Torstensson
23642
23643         * object.h (MonoStringBuilder) : Changed layout to support our
23644         new stringbuilder class.
23645         * marshal.c: Change marshalling to support the new layout of 
23646         string builder.
23647         * appdomain.c: increased version number because new layout of
23648         string builder.
23649
23650 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
23651
23652         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
23653         assembly name as an string instead of an AssemblyName, since it is
23654         easier to extract info from it.
23655
23656         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
23657         the culture subdirectories too. Fixes #52231.
23658
23659 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23660
23661         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
23662         It takes 2 new parameters with an optional name for the method to look
23663         for and case ignoring info.
23664
23665         * threadpool.c: removed unused variable.
23666
23667 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23668
23669         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
23670         It takes 2 new parameters with an optional name for the property to look
23671         for and case ignoring info.
23672         Fixes bug #52753.
23673
23674 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
23675
23676         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
23677         Fix #52451.
23678
23679 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23680
23681         * appdomain.c:
23682         * assembly.c: escape the uri before passing it to g_filename_from_uri.
23683         Fixes bug #52630.
23684
23685 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
23686
23687         * reflection.c: Add support for more than one unmanaged resource.
23688
23689         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
23690         in field->def_value, as done in all other cases.
23691
23692         * reflection.c (mono_reflection_get_custom_attrs): Add support for
23693         TypeBuilders.
23694
23695         * reflection.c (mono_reflection_create_runtime_class): Remove 
23696         errorneous assignment to klass->element_class, since it is already
23697         done in mono_reflection_setup_internal_class.
23698
23699 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23700
23701         * gc.c: added missing LeaveCriticalSection.
23702         * icall.c: indented a couple of lines.
23703         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
23704         if we call EndInvoke inside a callback. Fixes bug #52601.
23705
23706 2004-01-07  Martin Baulig  <martin@ximian.com>
23707
23708         * mono-debug-debugger.h
23709         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
23710
23711 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
23712
23713         * appdomain.c: Use messages in NotImplementedException.
23714
23715         * exception.c (mono_get_exception_not_implemented): Now this takes
23716         a message argument.
23717
23718         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
23719         exception instead of g_asserting an aborting when something is not
23720         implemented.
23721
23722         Add some inline docs.
23723
23724 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
23725
23726         * reflection.h: Update after changes to object layout.
23727
23728         * reflection.c: Implement saving of unmanaged aka win32 resources.
23729
23730         * appdomain.c: Bump version number.
23731
23732         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
23733         Handle missing domains gracefully.
23734
23735 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
23736
23737         * file-io.c : On Windows, there are much more invalid_path_chars.
23738
23739 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
23740
23741         * class.h, object.c: prepare for GetType () speedup.
23742
23743 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
23744
23745         * profiler.c: workaround for --profile null reference exception on
23746           cygwin. Patch by Patrik Torstensson.
23747
23748 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
23749
23750         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
23751         make work for unaligned access.
23752
23753 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
23754
23755         * class.c: small cleanup (class->fields [i] -> field).
23756         * image.c: check address of metadata is valid.
23757
23758 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
23759
23760         * assembly.h assembly.c (mono_assembly_loaded): New public function to
23761         search the list of loaded assemblies.
23762
23763         * reflection.c (mono_reflection_type_from_name): Use 
23764         mono_assembly_loaded instead of mono_image_loaded.
23765
23766         * reflection.c: Fix warnings.
23767
23768 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
23769
23770         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
23771         is dynamic. This is needed since an assembly can contain both dynamic and
23772         non-dynamic images.
23773
23774         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
23775         assembly->dynamic.
23776
23777         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
23778
23779         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
23780         to store modules loaded using AddModule.
23781
23782         * reflection.c (mono_image_fill_file_table): Generalize this so it works
23783         on Modules.
23784
23785         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
23786
23787         * reflection.c (mono_image_fill_export_table_from_module): New function to
23788         fill out the EXPORTEDTYPES table from a module.
23789
23790         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
23791         into a separate function. Also handle loaded non-dynamic modules.
23792
23793         * reflection.c (mono_image_basic_init): Fix memory allocation.
23794
23795         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23796
23797         * assembly.c (mono_assembly_load_references): Make this public.
23798
23799 2003-12-19  Martin Baulig  <martin@ximian.com>
23800
23801         * class.c (mono_class_initialize_generic): Made this static, take
23802         a `MonoGenericInst *' instead of a `MonoClass *'.
23803         (mono_class_from_generic): Call mono_class_initialize_generic()
23804         unless we're already initialized or being called from
23805         do_mono_metadata_parse_generic_inst().
23806
23807         * class.h (MonoGenericInst): Added `initialized' and
23808         `init_pending' flags.
23809
23810         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
23811         `mono_class_init (gklass)' or mono_class_initialize_generic()
23812         here; set `generic_inst->init_pending' while parsing the
23813         `type_argv'.
23814
23815 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
23816
23817         * locales.c: include string.h for memxxx prototypes
23818
23819 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
23820
23821         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
23822         constructor when accessing literal fields.
23823
23824 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
23825
23826         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23827
23828         * reflection.c (assembly_add_resource_manifest): New function to fill
23829         the MANIFESTRESOURCE table.
23830
23831         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
23832
23833         * reflection.h: Update to changes in class layout.
23834
23835         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
23836         Reenable call to mono_runtime_is_shutting_down ().
23837
23838         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
23839         determine if the runtime is shutting down.
23840
23841 2003-12-16  Jackson Harper <jackson@ximian.com>
23842
23843         * icall.c: comment out call to mono_runtime_is_shutting_down to
23844         fix build.
23845         
23846 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
23847
23848         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
23849         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
23850
23851 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
23852
23853         * reflection.c: move definition of swap_with_size
23854         to before its first call
23855
23856 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
23857
23858         * appdomain.c (mono_runtime_is_shutting_down): New public function.
23859
23860         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
23861         icall.
23862
23863         * object.c: Fix warnings.
23864
23865         * icall.c (ves_icall_Type_Get...): Only consider inherited static
23866         members if FlattenHierarchy is set.
23867
23868         * reflection.c (mono_image_add_decl_security): New function to emit
23869         declarative security.
23870
23871         * reflection.h reflection.c: Add support for declarative security.
23872
23873         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
23874         
23875 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
23876
23877         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
23878         
23879         * appdomain.c verify.c: Moved corlib version checking into its own
23880         function in appdomain.c since it needs to create vtables etc.
23881
23882 2003-12-13  Patrik Torstensson <p@rxc.se>
23883
23884         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
23885         instead of unwrapped server.
23886
23887 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
23888
23889         * verify.c (check_corlib): Fix field index.
23890
23891 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
23892
23893         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
23894         GetGacPath icall.
23895
23896 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
23897
23898         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
23899         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
23900         cope with sizeof(size_t) != sizeof(guint32).
23901
23902 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23903
23904         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
23905         in case of failure.
23906
23907 2003-12-10  Mark Crichton <crichton@gimp.org>
23908
23909         * icall.c: removed the GetNonZeroBytes.  We now handle this case
23910         in managed code.
23911
23912         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
23913
23914 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
23915
23916         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
23917         marked as deleted.
23918
23919 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
23920
23921         * verify.c (check_corlib): Handle the case when the version field is 
23922         initialized by a static constructor.
23923
23924 2003-12-08  Patrik Torstensson  <p@rxc.se>
23925
23926     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
23927
23928 2003-12-08  Martin Baulig  <martin@ximian.com>
23929
23930         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
23931         a MonoReflectionGenericParameter, also take the parameter index
23932         and name as arguments.
23933         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
23934         (ves_icall_MonoGenericParam_initialize): New interncall.
23935         (ves_icall_Type_make_byref_type): New interncall.
23936
23937         * reflection.h (MonoReflectionGenericParam): Derive from
23938         MonoReflectionType, not just from MonoObject.  Added `refobj' and
23939         `index' fields.
23940
23941         * reflection.c (mono_reflection_define_generic_parameter): Create
23942         and return a new MonoReflectionGenericParam; don't initialize the
23943         constraints here.
23944         (mono_reflection_initialize_generic_parameter): New public method;
23945         initializes the constraints and creates the `param->pklass'.
23946
23947 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
23948
23949         * reflection.h reflection.c: Use the new fields 'num_types', 
23950         'num_fields' and 'num_methods' to track the number of types etc.
23951
23952         * verify.c (check_corlib): Check corlib version number.
23953
23954 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
23955
23956         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
23957         function works on all methods.
23958
23959 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
23960
23961         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
23962         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
23963         the custom_type_info flag of the transparent proxy.
23964         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
23965         objects that supports IRemotingTypeInfo.
23966         * object.h: Added custom_type_info field in transparent proxy.
23967
23968 2003-12-06  Martin Baulig  <martin@ximian.com>
23969
23970         * class.c (mono_class_create_from_generic): Removed.
23971         (mono_class_from_generic): Check `ginst->klass' before doing
23972         anything else.  This is important to fully support "recursive"
23973         generic types.
23974
23975         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
23976         empty `generic_inst->klass' before doing anything else.
23977
23978 2003-12-06  Dick Porter  <dick@ximian.com>
23979
23980         * verify.c: 
23981         * object.h:
23982         * icall.c:
23983         * locales.c: Use C structs to access class fields.  Don't do a
23984         conversion between MonoString and UChar because both are
23985         platform-endian UTF-16.  Compare now takes startindex and count
23986         parameters.  Add a char overload for IndexOf.  Speed up the
23987         invariant string IndexOf.
23988
23989 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
23990
23991         * Makefile.am (monosn_LDADD): Fix parallel build.
23992
23993 2003-12-04  Martin Baulig  <martin@ximian.com>
23994
23995         * icall.c
23996         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
23997         (ves_icall_Type_make_array_type): New interncall.       
23998
23999 2003-12-04  Martin Baulig  <martin@ximian.com>
24000
24001         * locales.c: also change it in the !HAVE_ICU case.
24002
24003 2003-12-04  Dick Porter  <dick@ximian.com>
24004
24005         * icall.c:
24006         * locales.c: construct_compareinfo is now in CompareInfo, not
24007         CultureInfo.
24008
24009 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
24010
24011         * image.c (mono_image_load_file_for_image): Cache loaded images in the
24012         image->files array.
24013
24014         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
24015         table as well.
24016
24017         * assembly.c (mono_assembly_load_references): Only load references
24018         once.
24019
24020         * class.c (mono_class_from_name): Avoid linear search of the 
24021         EXPORTEDTYPE table.
24022
24023         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
24024
24025 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
24026
24027         * image.h (MonoImage): Add 'field_cache' field.
24028
24029         * loader.c (mono_field_from_token): Cache field lookups.
24030         
24031         * reflection.c (mono_module_get_object): Fix name property.
24032
24033         * icall.c (ves_icall_get_enum_info): Update after changes to 
24034         mono_metadata_get_constant_index ().
24035
24036         * icall.c: Get rid of get_type_info icall, use a separate icall for
24037         each type property to avoid needless memory allocations. Fixes #51514.
24038
24039         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
24040         to avoid needless binary searches.
24041
24042         * class.c (class_compute_field_layout): Move the initialization of
24043         field->def_value to mono_class_vtable ().
24044
24045         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
24046         non-corlib types.
24047
24048         * object.c (mono_object_allocate): Make it inline.
24049
24050         * object.c (mono_object_allocate_spec): Make it inline.
24051         
24052 2003-12-02  Dick Porter  <dick@ximian.com>
24053
24054         * locales.c (create_NumberFormat): NumberFormatInfo construction.
24055         Patch by Mohammad DAMT (mdamt@cdl2000.com).
24056
24057 2003-12-01  Dick Porter  <dick@ximian.com>
24058
24059         * threads.c: Fix signature and call in CreateMutex and
24060         CreateEvent.
24061
24062 2003-12-01  Dick Porter  <dick@ximian.com>
24063
24064         * icall.c: 
24065         * locales.c: Implement string compares and searching
24066
24067         * object.h: Add extra Thread field
24068
24069 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
24070
24071         * reflection.c (fixup_method): Add support for MonoCMethod.
24072
24073 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
24074
24075         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
24076
24077         * reflection.c (assembly_name_to_aname): Allow extra characters in
24078         assembly names. Fixes #51468.
24079
24080 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
24081
24082         * exception.c (mono_exception_from_name_domain): New helper function.
24083
24084         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
24085         exception object in the correct domain.
24086
24087         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
24088         formatting + make a copy a the input data.
24089
24090         * loader.c (mono_get_method_from_token): Methods which contain
24091         native code do not have entries in the ImplMap.
24092
24093         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
24094         Thanks to Gonzalo for spotting this.
24095         
24096         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
24097         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
24098
24099         * assembly.h (mono_assembly_load_from): Split the second part of 
24100         assembly loading into a new public function.
24101
24102         * exception.h (mono_get_exception_bad_image_format): New function.
24103
24104 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
24105
24106         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
24107         Enumerate all modules inside a dynamic assembly. Fixes #51293.
24108         
24109         * icall.c: Add new icall for creating dynamic methods.
24110
24111         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
24112
24113         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
24114
24115         * reflection.c (mono_reflection_create_dynamic_method): New icall to
24116         create a dynamic method.
24117
24118         * reflection.c (resolve_object): New helper function.
24119
24120         * reflection.c: Generalize ReflectionMethodBuilder and the functions
24121         which manipulate it so they can also work on dynamic methods.
24122
24123         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
24124         creating the MonoReflectionMethodAux structure if it is not needed.
24125         
24126         * reflection.h verify.c: Update after changes to object layout.
24127
24128         * reflection.c (method_builder_encode_signature): Fix compilation on
24129         gcc 2.95.x.
24130
24131 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
24132
24133         * appdomain.h: Added support for context static fields. Added static_data
24134           field to MonoAppContext and renamed thread_static_fields to a more
24135           generic special_static_fields in MonoAppDomain, since it can now contain
24136           context static fields.
24137         * domain.c: Updated hashtable name.
24138         * object.c: Replaced field_is_thread_static() for a more generic
24139           field_is_special_static() which also checks for context static attribute.
24140           In mono_class_vtable(), added support for static context fields.
24141         * threads.c: Changed methods that manage thread static fields to more
24142           generic methods so they can be reused both for thread and context static
24143           data.
24144         * threads.h: Declared some new methods.
24145
24146 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
24147
24148         * reflection.h: Update after changes to the managed types.
24149
24150         * reflection.c (encode_custom_modifiers): New helper function.
24151
24152         * reflection.c (method_encode_signature): Emit custom modifiers.
24153
24154         * reflection.c (field_encode_signature): Emit custom modifiers.
24155
24156 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
24157
24158         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
24159
24160         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
24161         implementation.
24162
24163         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
24164         icall.
24165
24166         * object.c (mono_field_get_value_object): New function.
24167
24168         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
24169         specific.
24170
24171 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
24172
24173         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
24174         return a preallocated out-of-memory exception instance.
24175
24176         * object.c (out_of_memory): Use the new function.
24177
24178         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
24179         flag is before the custom modifiers. Fixes #49802.
24180
24181 2003-11-16  Martin Baulig  <martin@ximian.com>
24182
24183         * class.c (mono_class_is_open_constructed_type): Implemented the
24184         MONO_TYPE_GENERICINST case.
24185
24186 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
24187
24188         * assembly.c (mono_assembly_fill_assembly_name): New function to
24189         fill out the MonoAssemblyName structure.
24190         (mono_assembly_open): Use the new function.
24191
24192         * icall.c (fill_reflection_assembly_name): New helper function.
24193
24194         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
24195         new function.
24196
24197         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
24198
24199 2003-11-15  Martin Baulig  <martin@ximian.com>
24200
24201         * class.c (mono_class_is_open_constructed_type): New public
24202         function; checks whether a type is an open constructed type,
24203         ie. whether it still contains type parameters.
24204         (mono_class_inflate_generic_type): If we're a type parameter and
24205         the inflated type is also a MONO_TYPE_(M)VAR, return the original
24206         type.
24207
24208         * class.h (MonoGenericInst): Added `guint32 is_open'.
24209
24210         * loader.c (method_from_methodspec): Check whether we're an open
24211         or closed constructed type and set `ginst->is_open'.
24212
24213         * reflection.c (mono_reflection_bind_generic_parameters): Check
24214         whether we're an open or closed constructed type and set
24215         `ginst->is_open'.
24216         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
24217         from open constructed types.
24218
24219 2003-11-15  Martin Baulig  <martin@ximian.com>
24220
24221         * reflection.c (mono_reflection_bind_generic_parameters): If we're
24222         a generic instance (instead of a generic type declaration) with
24223         unbound generic parameters, bind them to our actual types.
24224
24225 2003-11-14  Martin Baulig  <martin@ximian.com>
24226
24227         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
24228
24229         * reflection.c (mono_reflection_bind_generic_parameters): If we're
24230         an interface type, populate `res->interfaces' with instantiated
24231         versions of all the interfaces we inherit.
24232
24233 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
24234
24235         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
24236         when MONO_PATH is set but doesn't contain the install dir.
24237
24238 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24239
24240         * icall.c:
24241         (ves_icall_Type_GetInterfaces): don't return an interface twice when
24242         it's also implemented in base classes. Fixes bug #50927.
24243
24244 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
24245
24246         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
24247         if this method is called from a finalizer. Fixes #50913.
24248
24249 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
24250
24251         * threads.c: Implement VolatileRead/VolatileWrite
24252
24253         * icall.c: Add new icalls for VolatileRead/VolatileWrite
24254
24255 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24256
24257         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
24258         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
24259         2.95.3.
24260
24261         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
24262         from Peter Ross (pro@missioncriticalit.com).
24263         
24264 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
24265
24266         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
24267
24268 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24269
24270         * assembly.c (mono_assembly_load_references): Disable check because it
24271         triggers on older corlibs which lots of people have.
24272
24273 2003-11-12  Jackson Harper  <jackson@ximian.com>
24274
24275         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
24276         load corlib.dll if mscorlib.dll is not found.
24277         * assembly.h: Remove corlib name define.
24278         * class.c:
24279         * domain.c:
24280         * image.c: Change corlib name to mscorlib.
24281         
24282 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
24283
24284         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
24285
24286 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
24287
24288         * appdomain.h: Added loader_optimization here to sync with the C#
24289         code, and add disallow_binding_redirects field.
24290
24291 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
24292
24293         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
24294
24295         * reflection.c (mono_image_build_metadata): Fix crash on modules
24296         with no types.
24297
24298         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
24299
24300         * icall.c (ves_icall_get_method_info): Return callingConvention as
24301         well.
24302
24303         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
24304         namespaces from the EXPORTEDTYPE table as well.
24305
24306         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
24307         from all modules inside the assembly.
24308         
24309 2003-11-11  Martin Baulig  <martin@ximian.com>
24310
24311         * reflection.c (mono_reflection_bind_generic_parameters): Make
24312         this work for interfaces.
24313
24314 2003-11-11  Martin Baulig  <martin@ximian.com>
24315
24316         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
24317
24318 2003-11-11  Martin Baulig  <martin@ximian.com>
24319
24320         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
24321         "MonoInflatedMethod" and "MonoInflatedCtor".
24322
24323 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
24324
24325         * reflection.c (resolution_scope_from_image): Use the assembly table
24326         from the manifest module, since other modules don't have it.
24327
24328         * debug-helpers.c (mono_type_full_name): New helper function.
24329
24330         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
24331
24332         * image.c (mono_image_load_file_for_image): New public function which
24333         is a replacement for the load_file_for_image in class.c.
24334
24335         * assembly.c (mono_assembly_load_module): A wrapper for the function
24336         above which does assembly association and reference loading too.
24337
24338         * class.c (mono_class_from_name): Call mono_assembly_load_module.
24339
24340 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24341
24342         * appdomain.c: not all of the attributes for the full assembly name
24343         are required and the order doesn't matter. Fixes bug #50787.
24344
24345 2003-11-10  Dick Porter  <dick@ximian.com>
24346
24347         * locales.c: Use platform-endian UTF16
24348
24349 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
24350
24351         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
24352         
24353 2003-11-10  Martin Baulig  <martin@ximian.com>
24354
24355         * metadata.c
24356         (mono_metadata_load_generic_params): Make this actually work.
24357
24358         * reflection.c (mono_reflection_bind_generic_parameters): If our
24359         parent is a generic instance, pass all the `types' to it, no
24360         matter whether it has the same number of type parameters or not.
24361
24362 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
24363
24364         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
24365
24366         * assembly.c (mono_assembly_load_references): Move the image<->assembly
24367         assignment code to this function so it gets called recursively for all
24368         modules.
24369
24370         * image.c (load_modules): Remove the assembly assignment since it is
24371         now done by mono_assembly_load_references.
24372         
24373         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
24374         Add 'module' argument.
24375         (mono_module_get_types): New helper function.
24376         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
24377
24378 2003-11-08  Martin Baulig  <martin@ximian.com>
24379
24380         * class.c (mono_class_inflate_generic_method): Interface method
24381         don't have a header.
24382
24383         * reflection.c (mono_image_get_methodspec_token): Take an
24384         additional `MonoGenericInst *' argument instead of reading it from
24385         the header; this is necessary to support interfaces.
24386         (mono_image_create_token): Pass the `MonoGenericInst *' from the
24387         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
24388         (inflated_method_get_object): Take an additional `MonoGenericInst *'
24389         argument.
24390
24391         * reflection.h (MonoReflectionInflatedMethod): Added
24392         `MonoGenericInst *ginst'.
24393
24394 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
24395
24396         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
24397
24398 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
24399
24400         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
24401
24402 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
24403
24404         * reflection.c 
24405         (reflection_methodbuilder_from_method_builder):
24406         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
24407         initialize a ReflectionMethodBuilder structure.
24408         (mono_image_get_methodbuilder_token):
24409         (mono_image_get_ctorbuilder_token): New functions to emit memberref
24410         tokens which point to types in another module inside the same assembly.
24411
24412         * reflection.c: Use the new helper functions.
24413         
24414         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
24415
24416         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
24417         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
24418
24419         * reflection.c (resolution_scope_from_image): Emit a moduleref if
24420         neccesary.
24421
24422         * reflection.c (mono_image_build_metadata): Emit metadata only for the
24423         current module. Emit the manifest only for the main module.
24424
24425         * reflection.c (mono_image_create_token): Add assertion when a 
24426         memberref needs to be created.
24427
24428         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
24429
24430         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
24431         larger buffer for the custom attribute blob. Fixes #50637.
24432         
24433 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24434
24435         * threadpool.c: notify listener on async processing handles after
24436         invoking the async callback. Thanks to Zoltan.
24437
24438 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
24439
24440         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
24441         avoid code duplication.
24442
24443         * reflection.h (MonoDynamicImage): New type which is currently unused,
24444         but will be used through the ref.emit code in place of 
24445         MonoDynamicAssembly.
24446
24447         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
24448         object layout.
24449
24450         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
24451         a MonoDynamicImage instead of just a MonoImage.
24452         
24453         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
24454         icalls to ModuleBuilder but keep their semantics, so they will work
24455         with moduleb->assemblyb. This will change later.
24456         
24457 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
24458
24459         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
24460         object layout.
24461
24462         * reflection.c (mono_image_build_metadata): Avoid creation of a default
24463         main module, since it is now done by the managed code.
24464
24465 2003-11-03  Martin Baulig  <martin@ximian.com>
24466
24467         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
24468         `ginst->klass' here.
24469         (method_encode_methodspec): Don't use the `ginst->generic_method's
24470         klass if it's a generic instance, use `ginst->klass' in this case.
24471
24472 2003-11-03  Martin Baulig  <martin@ximian.com>
24473
24474         * reflection.c (mono_image_get_generic_method_param_info):
24475         Removed, use mono_image_get_generic_param_info() instead.
24476         (mono_image_get_type_info): Write the GenericParam table before
24477         the Method table.  This is neccessary because in the GenericParam
24478         table, type parameters of the class (ie. '!0' etc.) must come
24479         before the ones from its generic methods (ie. '!!0' etc).
24480
24481 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
24482
24483         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
24484
24485 2003-11-02  Martin Baulig  <martin@ximian.com>
24486
24487         * reflection.c (create_generic_typespec): Take a
24488         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
24489         the generic parameters from it.
24490
24491 2003-11-02  Martin Baulig  <martin@ximian.com>
24492
24493         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
24494         instead of a `MonoClassField *' since we just need the type.
24495         (create_generic_typespec): New static function.  Creates a
24496         TypeSpec token for a generic type declaration.
24497         (mono_image_get_generic_field_token): New static function.
24498         (mono_image_create_token): If we're a FieldBuilder in a generic
24499         type declaration, call mono_image_get_generic_field_token() to get
24500         the token.
24501
24502 2003-11-02  Martin Baulig  <martin@ximian.com>
24503
24504         * reflection.h
24505         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
24506         `MonoReflectionGenericInst *declaring_type' and
24507         `MonoReflectionGenericInst *reflected_type' fields.
24508
24509         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
24510         `MonoReflectionGenericInst *declaring_type' and a
24511         `MonoReflectionGenericInst *reflected_type' argument instead of a
24512         single `MonoReflectionGenericInst *type' one.  Set
24513         `res->declaring_type' and `res->reflected_type' from them.
24514         (mono_reflection_inflate_field): Likewise.      
24515
24516 2003-11-02  Martin Baulig  <martin@ximian.com>
24517
24518         * class.c (mono_class_setup_vtable): Don't store generic methods
24519         in the vtable.  
24520
24521 2003-11-02  Martin Baulig  <martin@ximian.com>
24522
24523         * reflection.h (MonoReflectionGenericInst): Added
24524         `MonoReflectionType *declaring_type'.
24525
24526         * reflection.c (mono_reflection_bind_generic_parameters): Use
24527         `if (tb->parent)' instead of `klass->parent'.
24528
24529 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
24530
24531         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
24532         with an empty ASSEMBLY table.
24533
24534         * reflection.c (mono_image_build_metadata): Avoid using the same loop
24535         variable in the inner and outer loops.
24536
24537 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
24538
24539         * metadata.h (mono_metadata_make_token): Put parentheses around macro
24540         argument.
24541
24542         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
24543         
24544         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
24545         icalls. Instead, do everything in managed code. This is needed since
24546         it is hard to restore the original domain etc. in unmanaged code in the
24547         presence of undeniable exceptions.
24548
24549         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
24550         New icalls to push and pop appdomain refs.
24551
24552 2003-10-31  Martin Baulig  <martin@ximian.com>
24553
24554         * class.c (inflate_generic_type): Renamed to
24555         mono_class_inflate_generic_type() and made it public.
24556
24557         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
24558         New interncall.
24559
24560         * loader.c (mono_field_from_memberref): Also set the retklass for
24561         typespecs.
24562
24563         * fielder.c (mono_image_get_inflated_field_token): New static
24564         method; creates a metadata token for an inflated field.
24565         (mono_image_create_token, fixup_method): Added support for
24566         "MonoInflatedField".
24567         (fieldbuilder_to_mono_class_field): New static function.
24568         (mono_reflection_inflate_field): New public function.
24569
24570         * reflection.h
24571         (MonoReflectionGenericInst): Added `MonoArray *fields'.
24572         (MonoReflectionInflatedField): New typedef.     
24573
24574 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
24575
24576         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
24577         for Solaris and other platforms without s6_addr16
24578
24579 2003-10-30  Martin Baulig  <martin@ximian.com>
24580
24581         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
24582         argument instead of two.
24583         (mono_class_inflate_generic_signature): Likewise.
24584         (inflate_generic_header): Likewise.
24585         (mono_class_inflate_generic_method): Likewise.  In addition, if
24586         `ginst->klass' is set, it becomes the new `method->klass'.
24587
24588         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
24589         field.
24590
24591         * reflection.c (encode_generic_method_sig): Write a 0xa as the
24592         first byte. [FIXME]
24593         (method_encode_methodspec): If we have generic parameters, create
24594         a MethodSpec instead of a MethodRef.
24595         (fixup_method): Added support for "MonoInflatedMethod" and
24596         "MonoInflatedCtor".
24597         (mono_image_create_token): Added support for "MonoInflatedMethod"
24598         and "MonoInflatedCtor".
24599         (inflated_method_get_object): New static function; returns a
24600         managed "System.Reflection.MonoInflatedMethod" object.
24601         (mono_reflection_bind_generic_method_parameters): Return a
24602         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
24603         (mono_reflection_inflate_method_or_ctor): Likewise.
24604         (mono_image_get_generic_method_param_info): Initialize unused
24605         fields to zero.
24606         (mono_image_get_generic_param_info): Likewise.
24607
24608         * reflection.h (MonoReflectionInflatedMethod): New public
24609         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
24610         "S.R.MonoInflatedCtor" classes.
24611
24612         * loader.c (method_from_memberref): If we're a TypeSpec and it
24613         resolves to a generic instance, inflate the method.
24614
24615 2003-10-28  Dick Porter  <dick@ximian.com>
24616
24617         * object.c (mono_runtime_run_main): Convert command-line arguments
24618         into utf8, falling back to the user's locale encoding to do so.
24619
24620 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
24621
24622         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
24623         at this time.
24624
24625         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
24626
24627         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
24628         up icalls at method definition time. Partially fixes #33569.
24629
24630 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
24631
24632         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
24633         marshalling of arrays. Fixes #50116.
24634
24635         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
24636
24637         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
24638         points to a vtable in the dying appdomain.
24639
24640         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
24641         listeners into unmanaged code inside the lock.
24642
24643         * object.c (mono_class_vtable): Turn off typed allocation in non-root
24644         domains and add some comments.
24645
24646 2003-10-25  Martin Baulig  <martin@ximian.com>
24647
24648         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
24649
24650         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
24651
24652         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
24653         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
24654         currently parsing.  Create the generic class and store it in
24655         `generic_inst->klass' before parsing the type arguments.  This is
24656         required to support "recursive" definitions; see mcs/tests/gen-23.cs
24657         for an example.
24658         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
24659         to support recursive typespec entries.
24660
24661         * class.c (mono_class_setup_parent): If our parent is a generic
24662         instance, we may get called before it has its name set.
24663         (mono_class_from_generic): Splitted into
24664         mono_class_create_from_generic() and mono_class_initialize_generic().
24665
24666 2003-10-25  Martin Baulig  <martin@ximian.com>
24667
24668         * icall.c (ves_icall_Type_BindGenericParameters): Return a
24669         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
24670         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
24671         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
24672
24673         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
24674         (create_typespec): Likewise.
24675         (mono_reflection_bind_generic_parameters): Return a
24676         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
24677         (mono_reflection_inflate_method_or_ctor): New public function.
24678
24679         * reflection.h (MonoReflectionGenericInst): New typedef.        
24680
24681 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
24682
24683         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
24684         inside the domain lock. Fixes #49993.
24685         
24686         * object.c (mono_class_vtable): When typed allocation is used, 
24687         allocate vtables in the GC heap instead of in the mempool, since the
24688         vtables contain GC descriptors which are used by the collector even
24689         after the domain owning the mempool is unloaded.
24690
24691         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
24692
24693         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
24694         reflect what it does. Also invalidate mempools instead of freeing
24695         them if a define is set.
24696
24697         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
24698         of the appdomain.
24699         
24700         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
24701         hold the finalizable objects in this domain.
24702
24703         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
24704         appdomain.
24705
24706         * appdomain.c (mono_domain_set): New function to set the current
24707         appdomain, but only if it is not being unloaded.
24708
24709         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
24710         appdomain which is being unloaded.
24711         
24712         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
24713         unloading of the root appdomain.
24714
24715         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
24716         icall to execute a method in another appdomain. Intended as a 
24717         replacement for InternalSetDomain, which can confuse the code 
24718         generation in the JIT.
24719
24720         * appdomain.c (mono_domain_is_unloading): New function to determine
24721         whenever an appdomain is unloading.
24722
24723         * appdomain.c (mono_domain_unload): New function to correctly unload
24724         an appdomain.
24725
24726         * assembly.c (mono_assembly_load_references): Check that an assembly
24727         does not references itself.
24728
24729         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
24730         domain manually, it asks the finalizer thread to do it, then waits for
24731         the result. Also added a timeout.
24732
24733         * icall.c: Register the new icalls.
24734
24735         * threads.h threads.c: Export the mono_gc_stop_world and 
24736         mono_gc_start_world functions.
24737         
24738         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
24739         function to fill out the mempool with 0x2a.
24740
24741 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
24742
24743         * reflection.h (MonoReflectionMethodAux): New structure to store
24744         information which is rarely used, thus is not in the MonoMethod
24745         structure.
24746
24747         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
24748         store the aux info.
24749
24750         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
24751         and marshalling info into the aux structure.
24752
24753         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
24754         from the aux structure.
24755
24756         * loader.c (mono_method_get_param_names): Retrieve the param names from
24757         the aux structure.
24758         
24759 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
24760
24761         * exception.h exception.c: Add AppDomainUnloadedException && fix 
24762         warning.
24763
24764 2003-10-21  Dick Porter  <dick@ximian.com>
24765
24766         * socket-io.c
24767         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
24768         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
24769
24770 2003-10-21  Martin Baulig  <martin@ximian.com>
24771
24772         * reflection.c (mono_reflection_bind_generic_parameters):
24773         `klass->parent' is NULL for interfaces.
24774
24775 2003-10-21  Martin Baulig  <martin@ximian.com>
24776
24777         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
24778
24779 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
24780
24781         * exception.c (mono_exception_from_name_msg): New helper function for
24782         creating exceptions and initializing their message field.
24783
24784         * exception.c: Simplify functions using the new helper.
24785
24786         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
24787         New function.
24788
24789         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
24790         mono_raise_exception, since otherwise gcc doesn't generate the function
24791         epilog for raise_exception, confusing the stack unwinding in the JIT.
24792         Fixes #45043.
24793
24794         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
24795         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
24796         Fixes #49499.
24797
24798 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24799
24800         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
24801         utf8.
24802
24803 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
24804
24805         * icall.c: Removed GetUninitializedObject method because
24806           AllocateUninitializedClassInstance does the same.
24807
24808 2003-10-18  Martin Baulig  <martin@ximian.com>
24809
24810         * class.c (inflate_generic_signature): Renamed to
24811         mono_class_inflate_generic_signature() and made it public.
24812         (my_mono_class_from_generic_parameter): New static function; if we
24813         don't already have the generic parameter's MonoClass, create a
24814         very simple one which is just used internally in the runtime and
24815         not passed back to managed code.
24816
24817         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
24818
24819         * metadata.h (MonoMethodSignature): Moved the
24820         `MonoGenericParam *gen_params' to the MonoMethodHeader.
24821         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
24822
24823         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
24824         ves_icall_MonoMethod_GetGenericArguments(); this is now an
24825         interncall on the MonoMethod class, not on MethodInfo.
24826         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
24827         calling mono_reflection_bind_generic_method_parameters() directly.
24828
24829         * loader.c (mono_method_get_signature): If this is a MethodSpec;
24830         return the already computed `method->signature'.
24831         (method_from_methodspec): New static function to load a method
24832         from a MethodSpec entry.
24833         (mono_get_method_from_token): Call the new method_from_methodspec()
24834         for MethodSpec tokens.  
24835         (mono_get_method_from_token): If we're a generic method, load the
24836         type parameters.
24837
24838         * reflection.c (mono_image_get_memberref_token): Allow
24839         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
24840         table.
24841         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
24842         (mono_image_create_token): First check whether it's a generic
24843         method (so we'd need to create a MethodSpec), then do the other
24844         two alternatives.
24845         (mono_reflection_bind_generic_method_parameters): Return a
24846         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
24847         called directly from the interncall.
24848
24849 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
24850
24851         * reflection.c (load_public_key): Move loading of the public key
24852         into managed code.
24853
24854         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
24855
24856         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
24857         fields.
24858
24859         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
24860         culture, hash_alg and public_key. Fixes #49555.
24861
24862 2003-10-17  Martin Baulig  <martin@ximian.com>
24863
24864         * class.h (MonoGenericInst): Moved this declaration here and added
24865         `MonoMethod *generic_method'.
24866
24867         * icall.c
24868         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
24869         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
24870
24871         * metadata.c (mono_metadata_type_equal): Two types of
24872         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
24873         index; ie. don't compare the address of the `MonoGenericParam'
24874         structure.
24875         (mono_metadata_load_generic_params): Removed the `MonoMethod
24876         *method' argument.
24877
24878         * metadata.h (MonoGenericInst): Moved declaration to class.h.
24879         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
24880
24881         * reflection.c (method_encode_signature): Encode the number of
24882         generic parameters.
24883         (encode_generic_method_sig): New static function.
24884         (method_encode_methodspec): New static function; creates an entry
24885         in the MethodSpec table for a generic method.
24886         (mono_image_get_methodspec_token): New static function.
24887         (mono_image_create_token): Call mono_image_get_methodspec_token()
24888         for generic methods.
24889         (mono_reflection_bind_generic_method_parameters): New public
24890         function.  Instantiates a generic method.
24891
24892 2003-10-16  Martin Baulig  <martin@ximian.com>
24893
24894         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
24895         *gen_params' here from MonoMethodHeader.
24896
24897         * metadata.c (mono_metadata_parse_method_signature): If we have
24898         generic parameters, initialize `method->gen_params' and then set
24899         the correct `type->data.generic_param' in all the parameters.
24900
24901 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
24902
24903         * threads.c (mono_threads_get_default_stacksize): New function to 
24904         return the default stacksize.
24905
24906         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
24907         termination of the finalizer thread, since the previous method had
24908         race conditions. Fixes #49628.
24909
24910         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
24911         as for the other managed threads.
24912
24913 2003-10-16  Martin Baulig  <martin@ximian.com>
24914
24915         * class.c (inflate_generic_signature): Copy `generic_param_count'
24916         and `gen_params'.
24917
24918         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
24919         New interncall.
24920
24921         * metadata.c (mono_metadata_parse_method_signature): Actually set
24922         the `method->generic_param_count' here.
24923         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
24924
24925 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
24926
24927         * object.h: Add a new field to TypedRef to simplify the implementation
24928         of the REFANY opcodes in the JIT.
24929
24930         * icall.c: Make use of the new field.
24931
24932         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
24933         dynamically.
24934
24935 2003-10-15  Martin Baulig  <martin@ximian.com>
24936
24937         * class.c (mono_class_from_gen_param): Renamed to
24938         mono_class_from_generic_parameter() and moved most of the
24939         functionality from mono_reflection_define_generic_parameter()
24940         here; ie. we create a "real" class here.
24941         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
24942         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
24943         previously been called.
24944
24945         * class.h (MonoGenericParam): Moved the declaration of this struct
24946         here from metadata.h and added `MonoMethod *method'.
24947
24948         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
24949         interncall.
24950
24951         * loader.c (mono_get_method_from_token): If we have any generic
24952         parameters, call mono_metadata_load_generic_params() to read them
24953         from the MONO_TABLE_GENERICPAR.
24954
24955         * metadata.c (mono_metadata_load_generic_params): Added
24956         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
24957
24958         * metadata.h (MonoMethodSignature): Replaced
24959         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
24960         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
24961
24962         * reflection.c (mono_reflection_define_generic_parameter): Moved
24963         most of the functionality into the new
24964         mono_class_from_generic_parameter(); set the `method' field if
24965         we're a method parameter.       
24966
24967 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
24968
24969         * marshal.c (emit_struct_conv): if native size is 0
24970         emit no code.
24971
24972 2003-10-14  Martin Baulig  <martin@ximian.com>
24973
24974         * icall.c: The generics API has changed in the spec since it was
24975         added to System.Type; these modifications make it match the spec
24976         again.
24977         (ves_icall_Type_GetGenericParameters): Renamed to
24978         `ves_icall_Type_GetGenericArguments'.
24979         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
24980         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
24981         `ves_icall_MonoType_get_HasGenericArguments'.
24982         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
24983         `ves_icall_MonoType_get_IsGenericParameter'.
24984         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
24985         this is no interncall anymore.
24986         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
24987         `ves_icall_TypeBuilder_get_IsGenericParameter'.
24988
24989 2003-10-14  Martin Baulig  <martin@ximian.com>
24990
24991         * reflection.c (mono_reflection_bind_generic_parameters): Also
24992         inflate generic methods if we're reading the class from IL.
24993
24994 2003-10-13  Martin Baulig  <martin@ximian.com>
24995
24996         * reflection.c (mono_reflection_define_generic_parameter): This
24997         method isn't called directly from the icall anymore; take a
24998         `MonoReflectionAssemblyBuilder *' so we can use this for type and
24999         method generic parameters.
25000         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
25001         (method_builder_encode_signature): Encode generic parameters.
25002         (mono_image_get_method_info): Write generic params to the
25003         MONO_TABLE_GENERICPARAM table.
25004
25005         * reflection.h (MonoReflectionMethodBuilder): Added
25006         `MonoArray *generic_params'.
25007
25008         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
25009
25010         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
25011         wrapper for mono_reflection_define_generic_parameter().
25012         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
25013
25014 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
25015
25016         * marshal.h: Add missing function to fix build.
25017
25018         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
25019         the SetLastError pinvoke attribute.
25020
25021         * marshal.c (mono_marshal_set_last_error): New helper function called
25022         by the generated code.
25023         
25024         * marshal.c (mono_mb_emit_branch): New helper function.
25025
25026         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
25027
25028         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
25029         classes as parameters and return values of delegates. Fixes #29256. 
25030
25031 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
25032
25033         * locales.c: use gint32 in non HAVE_ICU case
25034
25035 2003-10-11  Martin Baulig  <martin@ximian.com>
25036
25037         * mono-debug.c (mono_debug_add_method): Added a workaround for
25038         bug #48591.
25039
25040 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
25041
25042         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
25043         delegates passed to native code must use the STDCALL calling 
25044         convention. Fixes #35987.
25045
25046 2003-10-10  Martin Baulig  <martin@ximian.com>
25047
25048         * class.c (inflate_generic_type): If we're inflating for a generic
25049         type instance (and not for a generic method), return
25050         MONO_TYPE_MVAR unchanged.
25051
25052 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25053
25054         * string-icalls.c: Join ignores null strings in the source array.
25055         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
25056         * threads.c: GetAvailableTheads is slightly more accurate.
25057
25058 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
25059
25060         * threads.h threads.c : add mono_threads_set_default_stacksize
25061         and pass default to CreateThread calls.
25062
25063 2003-10-09  Dick Porter  <dick@ximian.com>
25064
25065         * icall.c:
25066         * locales.h:
25067         * locales.c: Internal calls for constructing CultureInfo and
25068         related objects from libicu (if its available.)
25069
25070 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
25071
25072         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
25073
25074 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25075
25076         * threadpool.c: added an argument to async_invoke_thread that is the
25077         item to process, pass the MonoAsyncResult to the thread start function
25078         when creating a new thread. This way we don't need to acquire any lock
25079         when we're creating a new thread. Readded a semaphore for faster
25080         response times (instead of that Sleep i added).
25081
25082 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
25083
25084         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
25085         get daylight change dates better on Windows, fix handling
25086         of platforms without tm_gmtoff.
25087
25088 2003-10-06  Martin Baulig  <martin@ximian.com>
25089
25090         * class.c (inflate_generic_method): Renamed to
25091         mono_class_inflate_generic_method() and made public.
25092         (mono_class_init): Don't inflate the generic methods here.
25093         (mono_class_from_generic): Added `gboolean inflate_methods'
25094         argument.  Inflate the methods here.
25095
25096         * loader.c (mono_method_get_param_names): Ignore instances of
25097         generic types for the moment.
25098
25099         * reflection.c (fixup_method): Added support for inflated methods.
25100         (mono_image_create_token): Use mono_image_get_methodref_token()
25101         for inflated methods.
25102         (mono_custom_attrs_from_param): Ignore instances of generic types
25103         for the moment.
25104         (mono_reflection_bind_generic_parameters): New public function.
25105         Moved all the functionality from
25106         ves_icall_Type_BindGenericParameters() here and added support for
25107         dynamic types.
25108         (mono_reflection_define_generic_parameter): Initialize
25109         `klass->methods' here.
25110
25111         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
25112         functionality into mono_reflection_define_generic_parameter().
25113         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
25114         TypeBuilder, return that TypeBuilder.
25115
25116 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25117
25118         * appdomain.c: removed mono_delegate_semaphore.
25119
25120         * threadpool.c:
25121         (mono_thread_pool_add): moved hash table creation inside and the thread 
25122         creation outside of the critical region.
25123         (mono_thread_pool_finish): removed obsolete code.
25124         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
25125         continue or exit the thread depending on the queue.
25126
25127 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
25128
25129         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
25130         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
25131         handle more bool marshalling options
25132
25133 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
25134
25135         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
25136         arrays of structs. Also add a more descriptive error message when
25137         a structure member is marshalled as LPArray.
25138
25139 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
25140
25141         * marshal.c (mono_marshal_get_native_wrapper): Add support for
25142         marshalling arrays of complex types. Fixes #29098. Also remove an
25143         usused and incomplete function.
25144
25145 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
25146
25147         * gc.c: report heap_size - free_bytes as total memory allocated
25148         (bug#49362).
25149
25150 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
25151
25152         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
25153         fix timezone handling problems on Windows.
25154         
25155         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
25156         asserts when the year is outside the range handled by ms the functions.
25157
25158         * class.c (setup_interface_offsets): If the class is an interface,
25159         fill out its interface_offsets slot.
25160
25161 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25162
25163         * threadpool.c: mark threadpool threads as background.
25164
25165 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
25166
25167         * decimal.c - define DECINLINE to nothing if not using GCC
25168
25169 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
25170
25171         * assembly.c: More refcount fixes.
25172
25173 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25174
25175         * string-icalls.c: if we're not trimming, return the same string.
25176         When not splitting, don't create a new string.
25177
25178 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25179
25180         * image.c:
25181         (mono_image_open): increment the ref_count inside the critical section.
25182
25183 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
25184
25185         * image.c (mono_image_open): Fix reference counting bug.
25186
25187 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
25188
25189         * marshal.c (mono_marshal_type_size) struct alignment changed for 
25190         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
25191         64bits. Avoid leak in mono_marshal_get_native_wrapper when
25192         mono_lookup_pinvoke_call throws.        
25193
25194 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
25195
25196         * reflection.c (mono_reflection_parse_type): Fix #49114.
25197
25198         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
25199         temporary workaround for cygwin header problem.
25200
25201         * object.c (mono_object_isinst): Synchronize this with the code
25202         generated by the JIT for casts.
25203
25204 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
25205
25206         * reflection.c (encode_type): Fix #38332.
25207
25208 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
25209
25210         * marshal.c (mono_marshal_method_from_wrapper): New function to return
25211         the original method from the wrapper method.
25212
25213 2003-09-25  Martin Baulig  <martin@ximian.com>
25214
25215         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
25216         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
25217         (ves_icall_Type_get_IsGenericInstance): New interncall.
25218
25219 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
25220
25221         * object.c: fix cast warning in big endian code.
25222
25223 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
25224
25225         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
25226         
25227 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25228
25229         * assembly.c: don't call check_env from mono_assembly_load. It's
25230         already done once in mono_assemblies_init and may cause headaches when
25231         multiple threads are loading assemblies.
25232
25233 2003-09-19  Martin Baulig  <martin@ximian.com>
25234
25235         * reflection.c (mono_reflection_define_generic_parameter): Don't
25236         allocate `klass->methods', set `klass->flags' to
25237         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
25238
25239 2003-09-18  Martin Baulig  <martin@ximian.com>
25240
25241         * class.c (mono_class_init): Don't create `class->methods' if it's
25242         already initialized.
25243
25244         * metadata.c (mono_metadata_load_generic_params): Make this
25245         actually work.
25246
25247         * reflection.c (mono_reflection_define_generic_parameter): Set
25248         parent class and interfaces from the constraints.
25249
25250         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
25251         to keep this struct in sync with the declaration in TypeBuilder.cs.
25252
25253 2003-09-17  Martin Baulig  <martin@ximian.com>
25254
25255         * metadata.h (MonoType): Replaced the data's `int type_param'
25256         field with `MonoGenericParam *generic_param'.
25257         (MonoGenericParam): Added `MonoClass *klass'.
25258
25259         * class.c (mono_class_from_gen_param): Removed the
25260         `MonoImage *image' and `int type_num' arguments.
25261
25262         * metadata.c (mono_metadata_parse_generic_param): New static
25263         method; creates a MonoGenericParam which just contains the index.
25264         (do_mono_metadata_parse_type): Call
25265         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
25266         MONO_TYPE_MVAR.
25267
25268         * reflection.c (mono_image_typedef_or_ref): Generic type
25269         parameters may be in the same assembly, but never use a typedef
25270         for them.
25271         (mono_reflection_define_generic_parameter): We're now creating a
25272         "real" class for the type parameter; it's now safe to call
25273         mono_class_from_mono_type() on the class'es type, it'll do the
25274         right thing.
25275
25276 2003-09-16  Martin Baulig  <martin@ximian.com>
25277
25278         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
25279         `symfile->range_entry_size' and `symfile->class_entry_size' here;
25280         the `symfile' data structure must be fully initialized before it
25281         gets added to the table.
25282
25283 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
25284
25285         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
25286
25287         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
25288         class init trampolines.
25289
25290 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
25291
25292         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
25293         to the built-in profiler to turn off time and allocation profiling
25294         respectively.
25295
25296 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
25297
25298         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
25299         g_direct_equal.
25300
25301         * debug-helpers.c (mono_method_full_name): Print the wrapper type
25302         in human readable form.
25303
25304 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
25305
25306         * reflection.c icall.c: Fixed warnings.
25307
25308         * image.c (load_class_names): Use a temporary hash table to hold the
25309         namespaces in order to avoid doing many string comparisons.
25310
25311         * image.h: Fix typo.
25312
25313         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
25314         Pass NULL instead of g_direct_equal to the GHashTable constructor 
25315         since the NULL case is short-circuited inside g_hash_table_lookup, 
25316         leading to better performance.  
25317
25318         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
25319         obtain the first custom attribute for a given index. Depends on the
25320         CustomAttribute table being sorted by the parent field.
25321
25322         * reflection.c (mono_custom_attrs_from_index): Use the new function 
25323         for better performance.
25324
25325 2003-09-07  Martin Baulig  <martin@ximian.com>
25326
25327         * class.c (mono_class_init): If we're a generic instance, inflate
25328         all our methods instead of loading them from the image.
25329         (mono_class_from_generic): Set `class->methods = gklass->methods'.
25330
25331 2003-09-07  Martin Baulig  <martin@ximian.com>
25332
25333         * mono-debug-debugger.c: Added support for constructors.
25334
25335 2003-09-06  Martin Baulig  <martin@ximian.com>
25336
25337         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
25338         New interncall.
25339
25340         * reflection.c (mono_reflection_setup_generic_class): Call
25341         ensure_runtime_vtable() to create the vtable.
25342
25343 2003-09-05  Martin Baulig  <martin@ximian.com>
25344
25345         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
25346         MONO_TYPE_MVAR.
25347
25348 2003-09-04  Martin Baulig  <martin@ximian.com>
25349
25350         * reflection.c (mono_reflection_define_generic_parameter): Generic
25351         parameters start with zero.
25352
25353 2003-09-04  Martin Baulig  <martin@ximian.com>
25354
25355         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
25356
25357         * reflection.h (MonoReflectionGenericParam): New typedef.
25358         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
25359         the generic parameters from the managed TypeBuilder.
25360
25361         * reflection.c (mono_reflection_define_generic_parameter): New function.
25362         (mono_reflection_create_runtime_class): Encode generic parameters.
25363         (mono_reflection_setup_generic_class): New function; this is
25364         called after adding adding all generic params to the TypeBuilder.
25365         (encode_type): Added MONO_TYPE_VAR.
25366
25367 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
25368
25369         * class.h class.c (mono_class_needs_cctor_run): Moved this method
25370         here from the JIT.
25371
25372         * assembly.h assembly.c: Moved the AOT loading code into an assembly
25373         load hook.
25374
25375 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
25376
25377         * reflection.h reflection.c class.h class.c: Delete duplicate 
25378         definition of mono_type_get_name () from reflection.c and export the
25379         one in class.c.
25380
25381         * class.c: Class loading fixes from Bernie Solomon 
25382         (bernard@ugsolutions.com).
25383
25384         * reflection.c: Endianness fixes from Bernie Solomon 
25385         (bernard@ugsolutions.com).
25386         
25387 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
25388
25389         * assembly.h assembly.c: Define a file format version for AOT
25390         libraries.
25391         
25392         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
25393
25394         * appdomain.h (MonoJitInfo): New field to determine whenever the
25395         code is domain neutral.
25396         
25397 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
25398
25399         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
25400
25401 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
25402
25403         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
25404         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
25405         Avoid caching the result since strings must be domain specific. Fixes
25406         #48050.
25407
25408 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
25409
25410         * marshal.c (mono_marshal_init): Make this callable multiple times
25411         since it is hard to find a correct place to call it.
25412
25413         * object.c (mono_runtime_class_init): Execute static constructors in
25414         the correct appdomain.
25415
25416         * image.c (build_guid_table): Handle the case when multiple images have
25417         the same GUID.
25418
25419 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25420
25421         * icall.c: added a couple of icalls for System.Web.
25422
25423 2003-08-28  Martin Baulig  <martin@ximian.com>
25424
25425         * icall.c (ves_icall_Type_BindGenericParameters): Use
25426         `klass->generic_inst' instead of `&klass->byval_arg' in the
25427         mono_type_get_object() call.  The returned type must be
25428         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
25429
25430 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
25431
25432         * NOTES: New file.
25433
25434         * object.c (mono_class_proxy_vtable): Make it thread safe.
25435
25436         * pedump.c: Fix warning.
25437
25438         * object.c appdomain.h: Get rid of metadata_section. 
25439         It is no longer needed and it was causing deadlocks with domain->lock.
25440
25441         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
25442
25443 2003-08-26  Martin Baulig  <martin@ximian.com>
25444
25445         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
25446
25447 2003-08-26  Martin Baulig  <martin@ximian.com>
25448
25449         * pedump.c (main): Call mono_metadata_init(),
25450         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
25451         and mono_loader_init().
25452
25453 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
25454
25455         * loader.h: Add missing include to fix build.
25456
25457         * image.h: mono_image_load_references is no more.
25458
25459         * assembly.c: Reworked assembly loading to make it really thread safe.
25460         After these changes, the assembly returned by mono_assembly_open is
25461         fully initialized, i.e. all its references assemblies are loaded.
25462
25463         * assembly.c (mono_image_load_references): Renamed to 
25464         mono_assembly_load_references, and made private, since clients no
25465         longer need to call it.
25466
25467         * class.c: Removed calls to mono_assembly_load_references, since it was
25468         a source of deadlocks.
25469
25470         * loader.h loader.c class.h class.c: Protect data structures using a 
25471         new lock, the loader lock.
25472
25473         * class.c (mono_class_setup_vtable): Create temporary hash tables and
25474         GPtrArrays only when needed.
25475
25476         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
25477         into empty structures by mcs. Fixes pinvoke7.cs.
25478         
25479         * domain.c (mono_init): Call a new initialization function.
25480
25481         * appdomain.c (mono_runtime_init): Call the new initializer function
25482         of the marshal module.
25483
25484         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
25485         inserted into empty structures by mcs. Fixes pinvoke7.cs.
25486
25487         * marshal.h marshal.c: Added locks around the wrapper caches to make
25488         this module thread safe.
25489
25490         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
25491         this argument. Fixes pinvoke1.exe.
25492
25493 2003-08-25  Lluis Sanchez <lluis@ximian.com>
25494
25495         * object.h: Added call_type field to MonoMethodMessage and the corresponding
25496         enumeration of values. Removed fields to store remote call output values in
25497         MonoAsyncResult. Not needed any more.
25498         * object.c: Initialize call_type and async_result fields in mono_message_init.
25499         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
25500         dispatching the message.
25501         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
25502         async call to finish. To do it use a message with EndInvoke call type.
25503
25504 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
25505
25506         * loader.h loader.c (mono_method_hash_marhal_info): New function which
25507         determines whenever a method has marshalling info.
25508
25509 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25510
25511         * assembly.c: fix the build on windows.
25512
25513 2003-08-22 Lluis Sanchez <lluis@ximian.com>
25514
25515         * object.cs: Fixed bug #47785.
25516
25517 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
25518
25519         * string-icalls.c (StringReplace): If their are no occurances of
25520         the old string found return a reference to the supplied
25521         string. This saves some memory and matches MS behavoir.
25522         
25523 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25524
25525         * socket-io.c: fixed compilation for systems that define AF_INET6
25526         and don't define SOL_IP/SOL_IPV6.
25527
25528 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
25529
25530         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
25531         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
25532
25533         * rawbuffer.c rawbuffer.h: Make this module thread safe.
25534
25535         * domain.c: Make this module thread safe.
25536
25537         * domain.c (mono_init): Call new initialization function.
25538
25539         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
25540         reference types too. Fixes #38812.
25541
25542         * image.c (mono_image_init): Fixed warnings.
25543
25544         * class.c (mono_class_from_typeref): Handle assembly load failure
25545         correctly.
25546
25547         * appdomain.c (add_assemblies_to_domain): Handle the case when
25548         the references of an assembly are not yet loaded.
25549
25550         * metadata.c image.c assembly.c: Moved initialization of global
25551         variables to a separate function called at startup since lazy 
25552         initialization of these variables is not thread safe.
25553         
25554         * image.c assembly.c: Made this module thread safe by adding locks in 
25555         the appropriate places.
25556
25557         * domain.c (mono_init): Call the new initialization functions of the
25558         three modules.
25559
25560 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
25561
25562         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
25563           make a direct call. It is proxy's work to make the call asynchronous.
25564           mono_delegate_end_invoke(): If the targe is a proxy, just collect
25565           the return values.
25566         * object.cs: mono_method_call_message_new(): read AsyncResult and
25567           state object from parameters list, if this info is requested.
25568         * object.h: Added fields to store remote call output values in
25569           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
25570
25571 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
25572
25573         * object.h: add needed fields to MonoThread.
25574         * threads.c, threads.h: allow registering a function to cleanup data
25575         allocated per thread by the JIT.
25576
25577 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25578
25579         * loader.h: portability fix by Bernie Solomon
25580         * <bernard@ugsolutions.com>.
25581
25582 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
25583
25584         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
25585         return a MonoArray. This simplifies the code and also ensures that
25586         the cache allways contains an object reference as a value.
25587
25588         * icall.c (ves_icall_get_parameter_info): Simplified using the new
25589         function.
25590
25591 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25592
25593         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
25594         fixes a problem with byte ordering when getting the address family for
25595         a socket.
25596
25597 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
25598
25599         * .cvsignore: Added monosn.
25600
25601         * reflection.h reflection.c loader.c: Added support for parameter
25602         marshalling to dynamically created types. Fixes #47295.
25603
25604 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
25605
25606         * rand.c: remove useless warnings.
25607
25608 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25609
25610         * class.c: implemented ldtoken for methods and fieldrefs.
25611
25612 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25613
25614         * threadpool.c: when mono_async_invoke was called, no one took care of
25615         monitoring the queue. So if the method invoked took some time and we
25616         got new async invoke requests after 500 ms (the thread created waited
25617         that long in WaitForSingleObject), the new async invoke was not called
25618         until the previous one finished.
25619
25620         This is fixed now. Thanks to Totte for helping with it.
25621
25622 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25623
25624         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
25625
25626 2003-08-11  Martin Baulig  <martin@ximian.com>
25627
25628         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
25629
25630 2003-08-06  Martin Baulig  <martin@ximian.com>
25631
25632         * mono-debug-debugger.c: Added support for static fields,
25633         properties and methods.
25634
25635 2003-08-06  Martin Baulig  <martin@ximian.com>
25636
25637         * mono-debug-debugger.c: Don't store the MonoString's vtable to
25638         make this work for applications with multiple application domains.
25639
25640 2003-08-04  Martin Baulig  <martin@ximian.com>
25641
25642         * mono-debug-debugger.c: Completely reworked the type support; the
25643         most important thing is that we're now just using one single
25644         `MonoType' instance per type.
25645
25646 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
25647
25648         * mono-endian.h, mono-endian.c, icall.c: Added icall
25649         ves_icall_System_Double_AssertEndianity to assert double word endianity
25650         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
25651
25652 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
25653
25654         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
25655         support, icalls and fixes.
25656
25657 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
25658
25659         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
25660         classes that are a punctuation character in .NET is not the same a
25661         g_unichar_ispunct.
25662
25663 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
25664
25665         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
25666
25667 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
25668
25669         * icall.c: Add new MemCopy internalcall.
25670         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
25671         Simplified code; It is not necessary to handle all the cases here,
25672         as the C# code takes care of it.  Only handle the case of the name
25673         resource embedded into the assembly.
25674
25675         Changed signature to return the data pointer and the size of the
25676         data. 
25677
25678 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
25679
25680         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
25681         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
25682
25683 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
25684
25685         * socket-io.c: ignore EINTR error in select.
25686
25687 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
25688
25689         * class.h, class.c: removed unused subclasses field in MonoClass.
25690
25691 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
25692
25693         * icall.c: improve fix of get_base_definition(). If the parent class
25694           doesn't have the mehod, look at the parent of the parent.
25695         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
25696           to check if a parameter is an in or out parameter
25697           (PARAM_ATTRIBUTE_IN is not set by default).
25698           mono_method_return_message_restore(): Use mono_class_value_size to
25699           get the size of a value type. mono_type_stack_size (parameterType)
25700           does not return the correct value if parameterType is byRef.
25701           mono_load_remote_field(), mono_load_remote_field_new(),
25702           mono_store_remote_field(), mono_store_remote_field_new():
25703           raise exception if the remote call returns an exception.
25704
25705 2003-07-28  Martin Baulig  <martin@ximian.com>
25706
25707         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
25708         method.  This is a wrapper around mono_runtime_invoke() which
25709         boxes the instance object if neccessary.
25710
25711 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
25712
25713         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
25714         metadata.h, row-indexes.h, verify.c: first cut of generics support.
25715
25716 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
25717
25718         * icall.c: disable mcs bug workaround.
25719
25720 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
25721
25722         * object.c (mono_runtime_class_init): Take the metadata_section
25723         mutex before obtaining the domain mutex.
25724
25725         * appdomain.h: Added definition of metadata_section mutex here. 
25726
25727         * object.c: define metadata_mutex here.
25728
25729 2003-07-24  Ravi Pratap  <ravi@ximian.com>
25730
25731         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
25732         fixed.
25733
25734 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
25735
25736         * reflection.c: Fix bug #46669
25737
25738 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25739
25740         * exception.c:
25741         * exception.h:
25742         * icall.c:
25743         * object.h: fill in the type name for TypeLoadException.
25744
25745 2003-07-23  Ravi Pratap  <ravi@ximian.com>
25746
25747         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
25748         relationship between TypeBuilders while compiling corlib) and bug
25749         45993 (Array types returned from the runtime while compiling
25750         corlib were from the loaded corlib).
25751
25752 2003-07-22  Martin Baulig  <martin@ximian.com>
25753
25754         * mono-debug-debugger.c: Reworked the type support a bit more;
25755         distinguish between types and classes.
25756
25757 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
25758
25759         * icall.c: add IsArrayImpl icall.
25760
25761 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
25762
25763         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
25764         initializing real_size only once. Also fix bug #46602.
25765
25766 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
25767
25768         * object.c: Renamed mono_metadata_section to metadata_section.
25769
25770 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
25771
25772         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
25773           empty array if the type is an array. Fixed.
25774           ves_icall_MonoMethod_get_base_definition: if the base method
25775           is abstract, get the MethodInfo from the list of methods of
25776           the class.
25777         * reflection.c: ParameterInfo.PositionImpl should be zero-based
25778           and it was 1-based. Fixed in mono_param_get_objects.
25779
25780 2003-07-20  Martin Baulig  <martin@ximian.com>
25781
25782         * mono-debug.h: Set version number to 31.
25783         (mono_debug_init): Added `MonoDomain *' argument.
25784
25785         * mono-debug-debugger.c: Reworked the type support; explicitly
25786         tell the debugger about builtin types; pass the `klass' address to
25787         the debugger.
25788
25789 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
25790
25791         * image.c: Allow new metadata tables to be loaded without a
25792         warning. Also update the warning message to give the new constant value.
25793                 
25794 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
25795
25796         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
25797         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
25798         array type representation changes.
25799
25800 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
25801
25802         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
25803         on Environment.Exit () call.
25804
25805 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
25806
25807         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
25808         requires a matching corlib.
25809
25810 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
25811
25812         * Changelog: My editor decided to add a CR to each line. Sorry about that.
25813           Committed again without the CRs.
25814         
25815 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
25816
25817         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
25818           getting it from the "this" socket instance. Did not work
25819           if the socket is a subclass of Socket.
25820           Also fixed bug #35371.
25821
25822 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
25823
25824         * metadata.c: fixed size for TypedByRef.
25825         * loader.c: when searching for a method, consider the vararg amrker.
25826         * unicode.c, decimal.c: constify some arrays.
25827
25828 2003-07-15  Dick Porter  <dick@ximian.com>
25829
25830         * socket-io.c: Fixed compilation for gcc < 3.2.
25831
25832         Fixed compilation for machines that don't have AF_INET6 (thanks to
25833         Bernie Solomon <bernard@ugsolutions.com> for that part.)
25834
25835         Fixed compile warnings.
25836         
25837         Fixed formatting and line endings.
25838
25839 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
25840
25841         * socket-io.h:
25842         * socket-io.c: Added IPv6 support.
25843
25844 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
25845
25846         * class.c (mono_class_is_assignable_from): New function to implement
25847         the is_assignable_from logic. Used by mono_object_isinst, 
25848         Type::IsAssignableFrom () and the interpreter.
25849
25850         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
25851         Object, even interfaces.
25852         
25853         * object.c (mono_object_isinst): Implement in terms of 
25854         is_assignable_from.
25855
25856         * icall.c (ves_icall_type_is_assignable_from): New icall.
25857
25858 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
25859
25860         * domain.c (foreach_domain): fix compiler warning.
25861
25862 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
25863
25864         * image.c (load_metadata_ptrs): use g_strndup because strndup is
25865         not available on all plattforms
25866
25867 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
25868
25869         * image.h image.c: Store the metadata version string in MonoImage.
25870         * icall.c: New icall to retrieve the image version.
25871         * reflection.c (create_dynamic_image): Fill in the image version field
25872         * reflection.c (build_compressed_metadata): Use the image version
25873         from the image structure.
25874
25875 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25876
25877         * appdomain.c: modified comment.
25878         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
25879         That will be its last iteration when mono_gc_cleanup is called from
25880         mono_runtime_cleanup and before the domain is unloaded.
25881
25882         Fixes bug #45962.
25883
25884 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
25885
25886         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
25887         attributes.
25888
25889 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
25890
25891         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
25892         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
25893         Bernie Solomon <bernard@ugsolutions.com>.
25894
25895 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
25896
25897         * object.c, object.h: provide mono_object_new_fast() for faster
25898         allocation in some special cases.
25899
25900 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
25901
25902         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
25903         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
25904
25905 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
25906
25907         * threadpool.c: fix leaks.
25908
25909 2003-07-01  Dick Porter  <dick@ximian.com>
25910
25911         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
25912         using MonoGHashTables.  Fixes threadpool bug posted to list.
25913
25914 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
25915
25916         * image.h, image.c: added support to load an assembly from a byte array.
25917         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
25918         assembly bundle support.
25919
25920 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
25921
25922         * threadpool.c (mono_thread_pool_add): keep a reference to the
25923         AsyncResult to prevent GC
25924
25925 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
25926
25927         * class.c: leak fix.
25928
25929 2003-06-25  Dick Porter  <dick@ximian.com>
25930
25931         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
25932         for the async object, the WaitHandle object will close the handle.
25933         Fixes bug 45321.
25934
25935 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
25936
25937         * class.c: in mono_array_class_get (), lookup from the hash with the
25938         same type we insert: this works around a bug in
25939         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
25940         lluis. The real fix will have to wait for after the release.
25941
25942 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
25943
25944         * icall.c: fix memory leak when getting type members.
25945
25946 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
25947
25948         * reflection.c: added more pubtoken special cases.
25949
25950 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
25951
25952         * class.c: handle field offset correctly when class size
25953         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
25954
25955 2003-06-20  Martin Baulig  <martin@ximian.com>
25956
25957         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
25958         *image' field.
25959
25960 2003-06-20  Martin Baulig  <martin@ximian.com>
25961
25962         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
25963
25964 2003-06-20  Martin Baulig  <martin@ximian.com>
25965
25966         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
25967         just distinguish between variables in registers and variables at
25968         an offset relative to a register.
25969
25970 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25971
25972         * icall.c: #ifdef out latest changes until mcs is fixed.
25973
25974 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
25975
25976         * icall.c: return members in metadata order.
25977
25978 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
25979
25980         * icall.c: avoid infinite loop in GetTimeZoneData.
25981
25982 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
25983
25984         * icall.c: added Marshal.Prelink/All icalls.
25985
25986 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
25987
25988         * object.c, object.h: fix warnings and do some overflow checking
25989         when creating arrays.
25990
25991 2003-06-17  Dick Porter  <dick@ximian.com>
25992
25993         * file-io.h:
25994         * file-io.c: File attributes need to be tweaked slightly when
25995         passed from the managed to the w32 world.
25996
25997 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
25998         * profiler.h profiler-private.h profiler.c: Rework last patch
25999         based on suggestion by Paolo.
26000         
26001 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
26002
26003         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
26004         instruction level coverage data collection.
26005         * profiler.h profiler.c (: Added new callback function which can be
26006         used by the profiler to limit which functions should have coverage
26007         instrumentation.
26008         * profiler.c (mono_profiler_load): Call g_module_build_path to
26009         generate the file name of the profiler library.
26010
26011 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
26012
26013         * profiler.c, profiler.h, profiler-private.h: added basic block 
26014         coverage profiling API.
26015
26016 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
26017
26018         * reflection.c (mono_reflection_create_runtime_class): Add support
26019         for events in dynamically generated code.
26020
26021         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
26022         not allocated.
26023
26024 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
26025
26026         * icall.c: when getting timezone info, return reasonable values if we
26027         can't get the actual data.
26028
26029 2003-06-14  Dick Porter  <dick@ximian.com>
26030
26031         * threads.c (start_wrapper): Remove the reference to the thread
26032         object in the TLS data, so the thread object can be finalized.
26033         This won't be reached if the thread threw an uncaught exception,
26034         so those thread handles will stay referenced :-( (This is due to
26035         missing support for scanning thread-specific data in the Boehm GC
26036         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
26037
26038 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
26039
26040         * reflection.c: ensure streams and tables are first allocated with
26041         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
26042
26043 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
26044
26045         * icall.c: fixed GetElementType for byrefs (bug# 44792).
26046
26047 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
26048
26049         * reflection.c (mono_reflection_create_runtime_class): Add support for
26050         properties to dynamically created classes.
26051         * reflection.c: Fix a few places where non-MonoObjects were inserted
26052         into the tokens hashtable.
26053
26054 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
26055
26056         * object.c: some support to handle out of memory exceptions.
26057
26058 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
26059
26060         * marshal.c (mono_marshal_get_native_wrapper): support reference
26061         return types
26062
26063 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
26064
26065         * object.h, object.c: more portability stuff from Bernie Solomon.
26066         Unexport mono_object_allocate(). Added mono_object_unbox ().
26067         Set exitcode when an unhandled exception is thrown.
26068
26069 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
26070
26071         * marshal.c (mono_marshal_get_native_wrapper): use custom
26072         marshaler for return types.
26073
26074 2003-06-10  Dick Porter  <dick@ximian.com>
26075
26076         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
26077         ip_mreq is available
26078
26079 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
26080
26081         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
26082         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
26083         by Bernie Solomon <bernard@ugsolutions.com>.
26084
26085 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
26086
26087         * gc.c (mono_gc_init): Avoid error message on shutdown when
26088         GC_DONT_GC=1 is used.
26089
26090         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
26091         New icall to return the GUID of a module.
26092
26093 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
26094
26095         * class.c: ensure instance size always includes the parent's size
26096         even whem class size is set explicitly (fixes bug#44294).
26097
26098 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
26099
26100         * profiler.h, profiler.c: made the simple profiler thread-safe,
26101         get more accurate timing info. Allow the loading of an
26102         externally-developed profiler module.
26103
26104 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
26105
26106         * marshal.c (mono_marshal_get_native_wrapper): improved
26107         class/byref arguments.
26108         (mono_marshal_get_native_wrapper): better string marshaling support.
26109
26110 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
26111
26112         * class.c: ensure .pack and .size are handled correctly and
26113         simplified layout of static fields.
26114
26115 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
26116
26117         * appdomain.c
26118         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
26119
26120         * loader.c (mono_lookup_pinvoke_call): look for modules in the
26121         current directory (fix bug 44008)
26122
26123 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
26124
26125         * marshal.c (mono_marshal_get_native_wrapper): started support for
26126         custom marshalers.
26127         (mono_delegate_to_ftnptr): consider marshalling specifications
26128
26129 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
26130
26131         * reflection.c, reflection.h: emit custom marshal info.
26132
26133 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26134
26135         * object.c: free the GError.
26136         * icall.c: added CloseEvent_internal.
26137         * threads.[ch]:
26138         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
26139         call.
26140
26141 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
26142
26143         * loader.c (mono_method_get_signature): Add support for dynamic
26144         assemblies.
26145
26146 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
26147
26148         * reflection.c: fixed bug #43905.
26149
26150 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
26151
26152         * class.c, domain.c, icall.c, metadata.h, object.h: support for
26153         handling TypedReference and ArgIterator.
26154         * loader.c, loader.h: added function to get signature at call site.
26155
26156 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
26157
26158         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
26159         data readonly. Buglets and warning fixes. Some MethodSpec support.
26160
26161 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
26162
26163         * class.h, class.c, object.c: remove relative numbering support.
26164
26165 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
26166
26167         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
26168         free the string, until we get a chance to fix Gtk#
26169
26170 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26171
26172         * marshal.c: revert last patch.
26173
26174 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
26175
26176         * icall.c: updates for new mono_class_vtable() not calling
26177         the type constructor anymore.
26178
26179 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
26180
26181         * object.h, object.c: separate vtable creation from type
26182         initialization. Make running the .cctor thread safe.
26183
26184 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
26185
26186         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
26187
26188 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
26189
26190         * loader.c (mono_get_method): consider calling convention
26191
26192 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
26193
26194         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
26195         to return the invisible global type for a module.
26196
26197         * reflection.c (mono_image_build_metadata): Emit global fields too.
26198
26199 2003-05-20  Peter Williams  <peterw@ximian.com>
26200
26201         * loader.c (mono_lookup_internal_call): Add a few newlines.
26202
26203 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
26204
26205         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
26206         literal strings.
26207
26208         * appdomain.c (set_domain_search_path): Recalculate search path when
26209         AppDomainSetup.PrivateBinPath changes.
26210
26211         * object.c (mono_class_compute_gc_descriptor): It turns out some
26212         parts of the class libs (like System.Thread) holds pointers to
26213         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
26214         to treat native int a pointer type here.
26215         
26216 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
26217
26218         * appdomain.h, domain.c: add hashtable for jump target resolution.
26219
26220 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
26221
26222         * reflection.h reflection.c icall.c: Added new icalls 
26223         GetManifestResourceInfoInternal, GetModulesInternal and support
26224         infrastructure.
26225
26226 2003-05-16  Dick Porter  <dick@ximian.com>
26227
26228         * icall.c:
26229         * file-io.h:
26230         * file-io.c: Implement System.IO.MonoIO::GetTempPath
26231
26232 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
26233
26234         * object.c: mono_store_remote_field: little fix to previous patch.
26235
26236 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
26237
26238         * class.c: add constructors to array classes.
26239         * icall.c: special case array construction for InternalInvoke (),
26240
26241 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
26242
26243         * class.h class.c reflection.c object.c: Added support for field
26244         defaults in dynamically generated classes.
26245
26246 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
26247
26248         * reflection.c: properly encode charset for ddlimport.
26249
26250 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
26251
26252         * threads.c: allow compiling without GC.
26253
26254 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
26255
26256         * appdomain.h, object.c, object.h, threads.c, threads.h: added
26257         handling of thread static data.
26258
26259 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
26260
26261         * reflection.h, reflection.c: added mono_custom_attrs_free ().
26262
26263 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
26264
26265         * class.c (mono_array_class_get): always set the serializable flags
26266         (mono_array_class_get): always set the SEALED attribute for array types
26267
26268 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
26269
26270         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
26271         attributes (fix for bug 42021).
26272
26273 2003-05-12  Dick Porter  <dick@ximian.com>
26274
26275         * gc.c: Don't run finalizers when the finalizer thread is
26276         finishing up, because the default domain has already been
26277         destroyed.
26278
26279 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
26280
26281         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
26282         value is null, we should throw an exception.   This is slightly
26283         different than the other conventions used for the constructor.
26284
26285 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26286
26287         * socket-io.c: fixed windows build.
26288
26289 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26290
26291         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
26292
26293 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
26294
26295         * object.c (mono_string_new_wrapper): Compatibility fix for MS
26296         compilers.
26297
26298 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
26299
26300         * class.c (mono_class_layout_fields): Add experimental GC aware
26301         auto layout facility. Requires class library changes to work correctly.
26302
26303         (mono_class_setup_vtable): Avoid overriding explicit interface
26304         method implementations. Fixes iface3.exe test.
26305
26306         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
26307         object reference.
26308         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
26309         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
26310
26311         * metadata.h: Add new type classification macro which determines
26312         whenever the type holds an object reference.
26313
26314 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
26315
26316         * marshal.c (mono_marshal_get_native_wrapper): cleanups
26317
26318 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
26319
26320         * gc.c (finalizer_thread): Work around a GC bug.
26321
26322 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
26323
26324         * marshal.c (emit_struct_conv): allow unions
26325
26326         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
26327
26328 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
26329
26330         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
26331
26332 2003-05-06  Martin Baulig  <martin@ximian.com>
26333
26334         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
26335
26336 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26337
26338         * socket-io.c:
26339         (Select_internal): allow NULLs, don't create arrays if not needed.
26340         Coupled with Socket.cs changes.
26341
26342         * threadpool.c:
26343         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
26344         register a finalizer for it that will close the semaphore handle. This
26345         fixes the leak and make Lupus' test run with > 4080 loops.
26346
26347 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
26348
26349         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
26350         Jerome Laban (bug #42287)
26351
26352 2003-05-02  Martin Baulig  <martin@ximian.com>
26353
26354         * debug-mono-symfile.h
26355         (MonoSymbolFile): Moved declaration into mono-debug.h.
26356         (MonoDebugMethodJitInfo): Likewise.
26357         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
26358         argument.
26359         (_mono_debug_address_from_il_offset): Take a
26360         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
26361
26362         * mono-debug.h
26363         (MonoDebugDomainData): New struct.
26364         (mono_debug_get_domain_data): New function.
26365         (mono_debug_add_method): Take an additional `MonoDomain *'
26366         argument.
26367         (mono_debug_source_location_from_address): Likewise.
26368         (mono_debug_il_offset_from_address): Likewise.
26369         (mono_debug_address_from_il_offset): Likewise.
26370
26371 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
26372
26373         * reflection.c: one more check for null type in custom attrs.
26374
26375 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26376
26377         * reflection.c: avoid warning (comparison is always false due to limited
26378         range of data type).
26379
26380 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26381
26382         * icall.c: throw an exception in Type.GetField if the argument 'name'
26383         is NULL.
26384
26385 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
26386
26387         * reflection.c: fixed handling of enums in named arguments to custom
26388         attributes (bug #42123).
26389
26390 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
26391
26392         * reflection.c: use the right array element type and handle
26393         a null for a Type argument, too.
26394
26395 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
26396
26397         * reflection.c: handle arrays as arguments to custom attributes.
26398
26399 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
26400
26401         * reflection.c: handle a string value in a custom attr
26402         ctor that takes an object.
26403
26404 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
26405
26406         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
26407         (fix bug #42063)
26408
26409 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
26410
26411         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
26412
26413 2003-04-27  Martin Baulig  <martin@ximian.com>
26414
26415         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
26416         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
26417         MONO_DEBUGGER_EVENT_BREAKPOINT.
26418         (mono_breakpoint_trampoline_code): Removed.
26419         (mono_debugger_event_handler): The last argument is now a
26420         `guint32'.
26421         (mono_debugger_insert_breakpoint_full): Removed the
26422         `use_trampoline' argument.
26423         (mono_debugger_method_has_breakpoint): Likewise.
26424         (mono_debugger_trampoline_breakpoint_callback): Renamed to
26425         mono_debugger_breakpoint_callback(); take the method and
26426         breakpoint number as arguments.
26427
26428 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
26429
26430         * metadata.c: fix off by one when loading parameters attributes.
26431
26432 2003-04-24  Martin Baulig  <martin@ximian.com>
26433
26434         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
26435
26436 2003-04-24  Martin Baulig  <martin@ximian.com>
26437
26438         * mono-debug-debugger.c: Moved all code which interacts with the
26439         Mono Debugger here.
26440
26441         * debug-mono-symfile.c: This code now just deals with the symbol
26442         file itself, the debugger code is now in mono-debug-debugger.c.
26443
26444 2003-04-23  Martin Baulig  <martin@ximian.com>
26445
26446         * mono-debug.c (mono_debug_source_location_from_il_offset):
26447         New method; like mono_debug_source_location_from_address(), but
26448         takes an IL offset instead of a machine address.
26449
26450 2003-04-23  Martin Baulig  <martin@ximian.com>
26451
26452         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
26453         `line' field; this is now computed by the debugger.
26454
26455 2003-04-23  Martin Baulig  <martin@ximian.com>
26456
26457         * mono-debug.[ch]: New files.  This is the new debugging interface.
26458
26459         * mono-debug-debugger.[ch]: New files.  Moved all code which
26460         interacts with the Mono Debugger here.
26461
26462 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
26463
26464         * domain.c (mono_init): initialize mono_defaults.monitor_class
26465
26466 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
26467
26468         * reflection.c (method_encode_code): Add a spicy exception to help
26469         future compiler authors.
26470
26471 2003-04-21  Martin Baulig  <martin@ximian.com>
26472
26473         * icall.c
26474         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
26475         Make this work with relative pathnames; g_filename_to_uri() needs
26476         an absolute filename.
26477
26478 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
26479
26480         * icall.c: Track name changes in Object and ValueType.
26481
26482 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
26483
26484         * metadata.c (mono_type_stack_size): size should be a multiple of
26485         sizeof (gpointer)
26486
26487 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26488
26489         * gc.c:
26490         (internal_domain_finalize): moved into mono_domain_finalize. No need
26491         to create another thread because the finalizers will be run in the
26492         finalizer thread.
26493         
26494         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
26495         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
26496         to be run (MS does this too).
26497
26498 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
26499
26500         * object.c (mono_class_compute_gc_descriptor): Update comment.
26501
26502         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
26503
26504         * image.h: Add synchronized wrapper cache.
26505
26506         * image.c (do_mono_image_open): Initialize cache.
26507
26508         * reflection.c (create_dynamic_mono_image): Initialize cache.
26509
26510 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26511
26512         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
26513         ves_icall_System_Buffer_ByteLengthInternal.
26514
26515 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
26516
26517         * reflection.c: setup klass->nested_in earlier. Allow
26518         a dash in the assembly name.
26519
26520 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
26521
26522         * metadata.c (mono_type_to_unmanaged): dont access
26523         type->data.klass for MONO_TYPE_OBJECT
26524         (mono_type_to_unmanaged): consider System.Delegate class
26525
26526 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
26527
26528         * class.c: just setup supertypes in the proper place instead of
26529         initializing the full element class for arrays.
26530
26531 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
26532
26533         * class.c: ensure the element class of arrays is initialized.
26534         Setup the supertype info for array classes, too.
26535
26536 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
26537
26538         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
26539
26540 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26541
26542         * Makefile.am: re-added -m option when running cygpath. This way,
26543         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
26544         separator.
26545         * mono-config.c: same codepath for locating mono config file for WIN32
26546         and the rest.
26547         * assembly.c: if mono_assembly_setrootdir is called, don't override
26548         the value set.
26549
26550 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26551
26552         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
26553         MONO_ASSEMBLIES variable.
26554
26555 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
26556
26557         * icall.c: added Assembly::GetNamespaces() icall.
26558
26559 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26560
26561         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
26562
26563 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
26564
26565         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
26566         * object.c: fixed bug in the construction of vtable for proxies
26567
26568 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
26569
26570         * object.c (mono_array_new): Mark mono_array_new as an icall.
26571
26572 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26573
26574         * class.c: fixed test for public method when overriding interfaces.
26575         Closes bug #40970.
26576
26577 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
26578
26579         * appdomain.h, domain.c: added mono_domain_foreach() to
26580         be able to access the currently loaded appdomains.
26581         * object.c: make string interning work across sppdomains.
26582         Mark some functions for use as icalls.
26583
26584 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
26585
26586         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
26587
26588         * reflection.h reflection.c: Allocate long living data using 
26589         GC_MALLOC_ATOMIC so the collector does not need to scan it.
26590
26591         * reflection.c: Double the allocation size in streams instead of
26592         increasing it, to prevent unneccesary copying on large assemblies.
26593         
26594         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
26595         creation if the assembly does not have the Run flag set.
26596
26597 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
26598
26599         * class.h: avoid the C++ keywords in header files (Jerome Laban
26600         spotted and fixed this).
26601
26602 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26603
26604         * object.c:
26605         (mono_unhandled_exception): fill in the arguments for the
26606         UnhandledException event. Only trigger that event for the default
26607         domain (as MS does).
26608
26609 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
26610
26611         * object.c: Improve typed allocation stuff based on suggestions from
26612         Paolo. Also turn it on if the GC library supports it.
26613
26614 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
26615
26616         * object.c object.h class.h: Added experimental typed allocation
26617         facility using the interfaces in gc_gcj.h.
26618
26619         * os/gc_wrapper.h: Added new include files.
26620         
26621 2003-04-03  Martin Baulig  <martin@ximian.com>
26622
26623         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
26624         which is not yet enabled by default.
26625
26626         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
26627         functions.
26628         (mono_gc_lock, mono_gc_unlock): New static functions.
26629
26630         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
26631         functions; stop/start the world for the garbage collector.  This
26632         is using the windows API; we need to complete the SuspendThread()/
26633         ResumeThread() implementation in the io-layer to make this work on Unix.
26634         (mono_gc_push_all_stacks): New public function; tells the garbage
26635         collector about the stack pointers from all managed threads.
26636
26637 2003-04-03  Martin Baulig  <martin@ximian.com>
26638
26639         * object.h (MonoThread): Added `gpointer stack_ptr'.
26640
26641         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
26642
26643 2003-04-03  Martin Baulig  <martin@ximian.com>
26644
26645         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
26646
26647 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
26648
26649         * reflection.c (typebuilder_setup_fields): Initialize field.first and
26650         field.last.
26651
26652 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
26653
26654         * loader.c (mono_lookup_internal_call): Report the corlib that is
26655         out of sync.
26656
26657 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
26658
26659         * icall.c (ves_icall_type_GetTypeCode): fixed check for
26660         System.DBNull (it's class not valuetype).
26661
26662 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
26663
26664         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
26665         if the array method was already assigned a token (fixes bug#40646).
26666
26667 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
26668
26669         * reflection.c (mono_reflection_get_type): Attempt type resolve even
26670         if no assembly is given.
26671
26672 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
26673
26674         * metadata.h: Added the new tables.
26675
26676         * row-indexes.h: Added definitions for new tables.
26677
26678         * metadata.c: Add schemas for new tables, and add support for
26679         computing the sizes of them.
26680
26681         * class.c: Update for handling the new type cases.
26682
26683 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
26684
26685         * metadata.h (MONO_TYPE_IS_VOID): new macro
26686
26687 2003-03-31  Martin Baulig  <martin@ximian.com>
26688
26689         * threads.h (MonoThreadCallbacks): Added `thread_created'.
26690
26691         * threads.c (mono_thread_new_init): Call `thread_created' in the
26692         mono_thread_callbacks.
26693
26694 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
26695
26696         * loader.h: added marshalbyrefobject_class to mono_defaults
26697         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
26698         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
26699           generation of output parameters.
26700           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
26701         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
26702           contextbound and the target object belongs to the context of the caller.
26703         * object.h: added context and unwrapped_server variables in MonoRealProxy.
26704         * object.c: Implemented support for interfaces and abstract classes
26705           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
26706           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
26707
26708 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
26709
26710         * class.h class.c (mono_class_is_subclass_of): New function.
26711         
26712         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
26713         routines for most common case (calls from ArrayList::ToArray).
26714
26715         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
26716         routine so programs which call Environment::Exit() can be profiled.
26717
26718         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
26719         Added MONO_ARCH_SAVE_REGS.
26720
26721         * icall.c (ves_icall_type_is_subtype_of): Use new function.
26722
26723 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
26724
26725         * blob.h: Add a couple of new MonoType types definitions.
26726
26727         * tabledefs.h: Add a couple of new call convs.
26728
26729 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
26730
26731         * reflection.h (MonoReflectionDynamicAssembly): track changes in
26732         the layout of the class.
26733
26734         * reflection.c (alloc_table): double the size on overflow to avoid
26735         unnecessary copying.
26736
26737         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
26738         avoid filling out metadata tables and blobs. Also set mb->ilgen to
26739         null so it can be garbage collected.
26740         
26741 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
26742
26743         * reflection.c (mono_reflection_get_type): Return the resolved type
26744         only if it is in the assembly we searched.
26745
26746         * reflection.c (ensure_runtime_vtable): Initialize method slots.
26747
26748         * class.c (mono_class_setup_vtable): Set the slot of the overriding
26749         method.
26750
26751 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26752
26753         * appdomain.c:
26754         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
26755         the right one is 'file:///blah', but MS allows it.
26756         * assembly.c:
26757         (mono_assembly_open): allow 'file://blah'
26758
26759         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
26760
26761 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
26762
26763         * socket-io.c: fixes bug #40310.
26764
26765 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
26766
26767         * reflection.c (mono_reflection_parse_type): handle deeply nested
26768         types correctly.
26769
26770         * reflection.c (mono_image_create_token): Use unique token values
26771         since they will be put into a hash table.
26772
26773         * class.c (mono_class_setup_vtable): If a method occurs in more than
26774         one place in the vtable, and it gets overriden, then change the
26775         other occurances too.
26776
26777         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
26778         object as return type.
26779
26780 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
26781
26782         * icall.c: Deleted "ToString" implementation for double and float
26783         because they are full implemented in managed code.
26784
26785 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
26786
26787         * reflection.c, reflection.h: implemented and exported functions
26788         to retrieve info about custom attributes.
26789
26790 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26791
26792         * appdomain.c: moved Uri handling to assembly.c
26793         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
26794         work when using a file Uri in *nix and windows.
26795
26796         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
26797         GetReferencedAssemblies.
26798
26799 2003-03-18  Dick Porter  <dick@ximian.com>
26800
26801         * icall.c: Rename a couple of internal calls
26802
26803         * threads.c: Set the thread state to Stopped when a thread exits.
26804         Fixes bug 39377.
26805
26806 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
26807
26808         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
26809         New icall.
26810
26811         * object.c (mono_class_vtable): fix warning.
26812
26813 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
26814
26815         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
26816
26817         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
26818         memory.
26819         (method_encode_clauses): Create exception info structures in the right
26820         order.
26821         (mono_reflection_setup_internal_class): Initialize supertypes field.
26822
26823         * class.c object.c: Handle interfaces which implement other interfaces 
26824         correctly.
26825
26826         * class.h class.c: Move the supertypes array initialization code into 
26827         a separate function so it can be used for dynamic types too. Also call
26828         it earlier, in mono_class_init(), since it can be used before the
26829         type is initialized.
26830
26831 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26832
26833         * Makefile.am:
26834         * assembly.c:
26835         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
26836
26837         * appdomain.c:
26838         * appdomain.h:
26839         * marshal.c:
26840         * object.c: remove warnings.
26841
26842 2003-03-13  Martin Baulig  <martin@ximian.com>
26843
26844         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
26845         (MonoDebugLexicalBlockEntry): New types.
26846
26847         * debug-mono-symfile.c
26848         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
26849
26850 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26851
26852         * process.c: ret can be any non-zero value accroding to MS doc.
26853
26854 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
26855
26856         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
26857         fixing a warning for a miss-used prototype, would have cause
26858         random memory corruption.
26859
26860 2003-03-07  Martin Baulig  <martin@ximian.com>
26861
26862         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
26863         getting really annoying ....
26864
26865 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
26866
26867         * reflection.c (fixup_method): added support for array methods.
26868
26869 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
26870
26871         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
26872         (pointed out by Michael Adams).
26873
26874 2003-03-04  Dick Porter  <dick@ximian.com>
26875
26876         * icall.c: Temporarily reverted the Double and Single ToString()
26877         change, because it broke nunit.
26878
26879 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
26880
26881         * object.h, threads.h: make include files compatible with C++
26882         (patch by Jerome Laban <jlaban@wanadoo.fr>).
26883
26884 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
26885
26886         * icall.c: Erased ToString helper functions for Double and Single.
26887         Now, that implementations ar all in managed code (Double and Single
26888         Formatters).
26889
26890 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
26891
26892         * appdomain.c: Added method for initializing the default context of
26893         a domain. Added internal call for getting the default context.
26894         * appdomain.h: Added context variable in MonoDomain struct.
26895         * domain.c: mono_domain_set also sets the default context of the domain
26896         * icall.c: Mapped internal method InternalGetDefaultContext.
26897         * object.c: mono_object_get_virtual_method returns always a remoting
26898         wrapper if the object is a transparent proxy.
26899         mono_runtime_invoke_array: when creating an object by calling the
26900         constructor, if the created object is a proxy, then the constructor should
26901         be called using the a remoting wrapper.
26902
26903 2003-03-03  Dick Porter  <dick@ximian.com>
26904
26905         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
26906         variable so it compiles on solaris.  Problem spotted by
26907         Christopher Taylor <ct@cs.clemson.edu>
26908
26909 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26910
26911         * appdomain.c:
26912         (get_info_from_assembly_name): don't leak value.
26913
26914         * icall.c:
26915         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
26916         result.
26917
26918 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
26919
26920         * assembly.c: export mono_image_load_references ().
26921         * class.c: handle function pointers. mono_class_from_name() now
26922         supports nested type names directly.
26923
26924 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
26925
26926         * reflection.h reflection.c: Encode already created dynamic methods 
26927         and fields correctly as a DEF instead of a REF.
26928
26929         * reflection.c: Get rid of the force_ref argument to 
26930         mono_image_typedef_or_ref since it was wrong in the first place.
26931
26932         * string-icalls.c: add error checking to string constructors according
26933         to the MSDN docs.
26934
26935         * reflection.c: Emit types in the order their TypeBuilders were 
26936         created. Previously, a new table index was assigned to each type before
26937         the tables were emitted. This was wrong because the signature blob
26938         might already refer to a type by its original table index.
26939
26940 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
26941
26942         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
26943         change.
26944         
26945 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26946
26947         * Makefile.am: make assemblies dir have \ instead of / on windows.
26948
26949 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
26950
26951         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
26952         iterate over the NESTEDCLASS table using a linear search since the
26953         table is not guaranteed to be sorted by the secondary key.
26954
26955         * class.c (mono_class_create_from_typedef): fixed up call to
26956         mono_metadata_nesting_typedef.
26957         
26958 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
26959
26960         * marshal.c (mono_string_to_byvalstr): clear the memory as
26961         suggested by Jerome Laban <jlaban@wanadoo.fr>
26962
26963 2003-02-26  Dick Porter  <dick@ximian.com>
26964
26965         * process.c: Cope with padding in .rsrc blocks
26966
26967 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
26968
26969         * metadata.h: reverted the filter_len change, it breaks reflection
26970         
26971 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
26972
26973         * metadata.h: added a new field to store the filter_len
26974         
26975
26976 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
26977
26978         * reflection.c: handle custom attributes for types and members
26979         created with Reflection.Emit (bug#38422).
26980
26981 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
26982
26983         * reflection.c: define RTSpecialName automatically for constructors for
26984         compatibility with MS.NET.
26985
26986         * reflection.c (mono_reflection_create_runtime_class): initialize
26987         nested_in field of dynamically created classes.
26988
26989 2003-02-22  Martin Baulig  <martin@ximian.com>
26990
26991         * debug-mono-symfile.h: Incremented version number.
26992
26993 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
26994
26995         * object.h icall.c process.c: fix warnings.
26996
26997 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
26998
26999         * appdomain.h appdomain.c:
27000         (mono_domain_try_type_resolve): split the 
27001         name_or_tb argument into a name and a tb argument.
27002         (mono_domain_has_type_resolve): new function to check whenever the
27003         application has registered a TypeResolve event handler.
27004         
27005         * icall.c reflection.h reflection.c: move the type resolve logic into
27006         mono_reflection_get_type () so it will be invoked when 
27007         Assembly::GetType () is called.
27008
27009         * reflection.c:
27010         (mono_reflection_get_type): renamed to get_type_internal.
27011         (mono_reflection_get_type): fixed type name generation so it works 
27012         for nested types too.
27013         (mono_reflection_get_type): call has_type_resolve () to avoid the 
27014         costly type name generation if there is no resolve event handler.
27015
27016 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
27017
27018         * class.c, image.c: load exported types from file references.
27019
27020 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
27021
27022         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
27023           used to cache the managed methods used to create proxies and make 
27024           remote invocation of methods.
27025         * class.h: Added in MonoVTable a flag to indicate that a class needs 
27026           to be remotely created.
27027         * object.c: Modified the method mono_class_vtable(). It now initializes 
27028           the remote flag of the vtable. Modified mono_object_new_specific(), 
27029           so now it checks the remote flag.
27030         * icall.c: Added a couple of internal methods, one for enabling instance 
27031           creation interception for a type, and one for creating objects bypassing
27032           the remote check.
27033
27034 2003-02-18  Martin Baulig  <martin@ximian.com>
27035
27036         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
27037         New interncall to get a method's metadata token.
27038
27039         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
27040         New interncall for the debugger.
27041
27042 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
27043
27044         * class.c (mono_class_setup_vtable): allocate supertype array
27045
27046 2003-02-18  Martin Baulig  <martin@ximian.com>
27047
27048         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
27049
27050 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27051
27052         * reflection.c:
27053         (assembly_name_to_aname): jump over unknown properties (i've found
27054         something like: 'type, assembly, version=xxx, custom=null, public...',
27055         so now will ignore custom=null and still get the rest of the values).
27056
27057 2003-02-17  Dick Porter  <dick@ximian.com>
27058
27059         * threads.c: Have Thread.Start() wait for a semaphore to signal
27060         that the thread has set up all its local data.  This fixes bug
27061         34323, where Abort() raced the new thread's TLS data.
27062
27063         Also removes the handle_store() call from start_wrapper, because
27064         threads are now always created suspended and there is no longer a
27065         race between the parent and child threads to store the info.
27066
27067 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
27068
27069         * image.c: explain the #- heap issue in a message, hopefully
27070         avoiding FAQs on mono-list.
27071
27072 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27073
27074         * icall.c:
27075         (GetEntryAssembly): if the domain has not invoked
27076         AppDomain.ExecuteAssembly yet, return the assembly of the default
27077         AppDomain.
27078
27079 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
27080
27081         * class.c (mono_ldtoken): make it work in dynamic assemblies.
27082
27083 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
27084
27085         * metadata.c, reflection.c: simple speedup to type hash
27086         and equals code.
27087
27088 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
27089
27090         * image.c, image.h, class.c, assembly.c: move module loading
27091         to MonoImage. When loading metadata, consider alignemnet from
27092         the start of metadata, not from the metadata address in memory.
27093
27094 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
27095
27096         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
27097         AssemblyBuilder objects. Factored out custom attribute creation into
27098         a separate function.
27099         (create_custom_attr): new function to create custom attributes.
27100
27101 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
27102
27103         * Makefile.am: Got tired of typing the full pathname to pedump.
27104         Until there is another option, am installing this.
27105
27106 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
27107
27108         * class.c (class_compute_field_layout): always set field->parent 
27109         (mono_ldtoken): use mono_defaults.fieldhandle_class;
27110
27111 2003-02-11  Dick Porter  <dick@ximian.com>
27112
27113         * threads-types.h:
27114         * monitor.c: Rewrote Monitor, making lock much faster and
27115         Pulse/Wait work as specified.  Also uses much fewer handles, and only
27116         creates them as needed.
27117
27118         * exception.c: Added SynchronizationLockException
27119
27120         * threads.c: Deleted old Monitor implementation.  The new one is
27121         in a new file.
27122
27123 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
27124
27125         * class.c: handled TypedReference type code. Set the correct size for
27126         class data. Setup interface_offsets for interface classes, too.
27127
27128 2003-02-09  Martin Baulig  <martin@ximian.com>
27129
27130         * debug-mono-symfile.h: Reflect latest symbol writer changes.
27131
27132 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
27133
27134         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
27135         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
27136         * object.c: fixed mono_object_get_virtual_method () for interfaces.
27137         * verify.c: check for code that runs after the end of the method.
27138
27139 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
27140
27141         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
27142         "System.Math::Round2".
27143         * sysmath.h: Added Floor, Round and Round2 definitions.
27144         * sysmath.c: Modified certain functions that were not 100% compliant
27145         with MS.NET (math precision) and added the implementation of Floor,
27146         Round and Round2.
27147
27148 2003-02-07  Martin Baulig  <martin@ximian.com>
27149
27150         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
27151
27152 2003-02-07  Martin Baulig  <martin@ximian.com>
27153
27154         * debug-mono-symfile.c: Reflected latest symwriter changes.
27155         (mono_debug_create_mono_symbol_file): Removed.
27156         (mono_debug_open_mono_symbol_file): Take an argument which
27157         specifies whether to create a dynamic symbol file.
27158
27159 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
27160
27161         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
27162
27163 2003-02-05  Martin Baulig  <martin@ximian.com>
27164
27165         * reflection.c (mono_image_build_metadata): Make this public,
27166         protect it against being called multiple times, don't create
27167         resources and don't build the compressed metadata here.
27168         (mono_image_create_pefile): Do this here.
27169
27170         * icall.c
27171         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
27172
27173 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27174
27175         * socket-io.c: fixed bug #36322.
27176
27177 2003-02-06  Piers Haken <piersh@friskit.com>
27178
27179         * appdomain.[ch]:
27180         * class.h:
27181         * debug-mono-symfile.c:
27182         * icall.c:
27183         * loader.c:
27184         * mono-config.c:
27185         * monosn.c:
27186         * reflection.c:
27187         * socket-io.c: warning cleanups
27188
27189 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
27190
27191         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
27192         function. works like remoting invoke, but does a check for the Proxy first.
27193
27194 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
27195
27196         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
27197
27198 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
27199
27200         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
27201         array of pointers.
27202         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
27203         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
27204
27205         * object.c (mono_store_remote_field_new): used by the new jit
27206         instead of mono_store_remote_field
27207         (mono_load_remote_field_new): used by the new jit
27208         instead of mono_load_remote_field
27209
27210 2003-02-05  Patrik Torstensson
27211
27212         * appdomain.c: changed unload to take the domain id instead
27213         of domain
27214         
27215         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
27216
27217
27218 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27219
27220         * appdomain.c: don't look for assemblies in ApplicationBase if
27221         PrivateBinPathProbe is set.
27222
27223 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27224
27225         * object.c: make the first argument in main_args contain the absolute
27226         path to the assembly. Fixes bug #37511.
27227
27228 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27229
27230         * icall.c: get correct UTC offset for countries not using daylight
27231         time saving. Fixes bug #30030.
27232
27233 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27234
27235         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
27236         and 1 are the family).
27237
27238 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
27239
27240         * icall.c (ves_icall_InternalExecute): removed wrong assertion
27241
27242         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
27243
27244 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
27245
27246         * reflection.c: added support for SignatureHelper tokens, which is
27247         needed by the Calli opcode.
27248
27249         * reflection.h: track changes to SignatureHelper class.
27250
27251         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
27252
27253 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27254
27255         * appdomain.c: fixed loading assemblies from PrivateBinPath.
27256
27257 2003-02-03  Patrik Torstensson
27258         * appdomain.[c|h], domain.c : 
27259          - Added support for getting a domain via domain id
27260          - Support for setting and getting domain from System.AppDomain 
27261            (used in cross appdomain channel)
27262          - Added support for get/set for a MonoAppContext on a thread 
27263            (Context class in System.Runtime.Remoting.Contexts),
27264          - Removed hack in Get/SetData and ExecuteAssembly.
27265         
27266         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
27267         the managed world to get control when a proxy is created.
27268
27269         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
27270         
27271 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
27272
27273         * icall.c
27274         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
27275         Populate the codebase field as well.
27276
27277 2003-02-02  Martin Baulig  <martin@ximian.com>
27278
27279         * debug-mono-symfile.c
27280         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
27281         (mono_debug_symfile_add_method): Allow interncalls.
27282
27283 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27284
27285         * icall.c: throw parse exception if strtod fails or the string is empty.
27286
27287 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
27288
27289         * marshal.c: handle object type separately from defined
27290         class types.
27291
27292 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
27293
27294         * marshal.c: handle NATIVE_LPSTR for strings when it's
27295         explicitly specified.
27296
27297 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
27298
27299         * reflection.c, reflection.h, icall.c: setup the reflection
27300         handle cache for ModuleBuilders and AssemblyBuilders.
27301
27302 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
27303
27304         * reflection.c (reflection_methodbuilder_to_mono_method): set
27305         pinvoke flag
27306
27307 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27308
27309         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
27310
27311 2003-01-29  Dick Porter  <dick@ximian.com>
27312
27313         * threads.c: No need for the fake_thread kludge now that Thread
27314         doesn't run a class constructor
27315         
27316 2003-01-29  Dick Porter  <dick@ximian.com>
27317
27318         * threads.c: Use g_direct_hash instead of the rather bogus
27319         g_int_hash
27320
27321 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
27322
27323         * marshal.c (mono_marshal_get_native_wrapper): add check for null
27324         (fix pinvoke12.exe)
27325         (mono_marshal_get_struct_to_ptr): generate valid IL code
27326         (mono_marshal_get_ptr_to_struct): generate valid IL code
27327         (*): correctly set sig->pinvoke, we need to memdup the signature
27328         to do that
27329
27330 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
27331
27332         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
27333         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
27334
27335 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
27336
27337         * profiler.c: provide more callers information.
27338
27339 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
27340
27341         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
27342
27343         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
27344
27345         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
27346
27347 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
27348
27349         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
27350         exception instead of going into an infinite loop on dates which it 
27351         can't yet handle.
27352
27353         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
27354         out-of-range exception if needed.
27355
27356         * class.c (mono_class_setup_vtable): allow a virtual method to provide
27357         an implementation for an interface method and to override an inherited
27358         method at the same time. 
27359         Imagine a scenario when a virtual method is used to override a
27360         virtual abstract method in a parent class, and this same method 
27361         provides an implementation for an method inherited from an interface. 
27362         In this case, the interface resolution code will set im->slot, which 
27363         means that the virtual method override pass will skip this method 
27364         which means a pointer to the abstract method inherited from the parent
27365         will remain in the vtable of this non-abstract class.
27366
27367         * class.c: (mono_class_setup_vtable): continue search for a real 
27368         method if only an abstract method is found.     
27369
27370 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
27371
27372         * reflection.c: add size to encoding for ByValStr and ByValArray
27373         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
27374
27375 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
27376
27377         * class.c (mono_class_setup_vtable): pass the override info as an
27378         argument.
27379
27380         * class.c (mono_class_setup_vtable): set the slot of overriding methods
27381         correctly.
27382         
27383         * reflection.c (ensure_runtime_vtable); add support for method 
27384         overrides.
27385         
27386 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
27387
27388         * reflection.c (resolution_scope_from_image): Hack to work to work with
27389         dynamic assemblies.
27390
27391         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
27392         added a 'force_ref' argument to force this function to allways return 
27393         a TypeRef. This is needed by mono_image_get_memberref_token ().
27394         
27395 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
27396
27397         * reflection.c (mono_image_get_type_info): interfaces really don't have
27398         a parent.
27399
27400         * reflection.c (mono_image_basic_init): fill out missing fields of
27401         image structure.
27402
27403         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
27404         dynamic assemblies. This is required so dynamic assemblies show up in
27405         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
27406         Type::GetType() etc. This is consistent with MS behaviour.
27407
27408         * image.c image.h reflection.c: add newly created classes to the name 
27409         cache so mono_class_get () will find them.      
27410
27411 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
27412
27413         First part of changes to get IKVM.NET running under mono.
27414         
27415         * appdomain.h, appdomain.c: added new function 
27416         mono_domain_try_type_resolve() which will emit TypeResolve events. 
27417         This function will call AppDomain::DoTypeResolve to do the actual work.
27418
27419         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
27420         moved existing code dealing with dynamic tokens to a new function 
27421         called mono_reflection_lookup_dynamic_token (). This function will 
27422         raise TypeResolve events when appropriate. Since reflection.c is not 
27423         part of libmetadata, a new hook function called 
27424         mono_lookup_dynamic_token() is added to class.c which will call this.
27425
27426         * assembly.h assembly.c: make the invoke_load_hook function public,
27427         so it can be called for dynamic assemblies.
27428
27429         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
27430
27431         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
27432         type isn't found.
27433
27434         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
27435         MonoGHashTable, since it contains pointers to objects which the GC 
27436         needs to track.
27437
27438         * assembly.c (search_loaded): remove unused variable.
27439         
27440 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
27441
27442         * object.c: fixed issue exposed by gcc-generated IL programs
27443         that use RVA data for pointers.
27444
27445 2003-01-25  Martin Baulig  <martin@ximian.com>
27446
27447         * threads.c (start_wrapper): Moved the initialization of
27448         `start_func' above the mono_new_thread_init() call to which we
27449         pass it as argument.
27450
27451 2003-01-24  Martin Baulig  <martin@ximian.com>
27452
27453         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
27454         the MonoThread pointer.
27455
27456 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
27457
27458         * icall.c: Rename `PowImpl' to Pow.
27459
27460 2003-01-23  Dick Porter  <dick@ximian.com>
27461
27462         * threads.c (start_wrapper): Create a Thread object if needed, so
27463         the Main() thread can do the class initialisation in a subthread
27464         that has been set up to allow managed code execution.
27465
27466         Pass the thread ID instead of the MonoThread pointer to the thread
27467         start and attach callbacks.  This change is required, because the
27468         jit thread start callback must be called _before_ the Thread
27469         object can be created.
27470         
27471         (mono_thread_init): Removed much object creation code that is no
27472         longer needed.  No managed code is called from here now.
27473
27474         * object.c (mono_runtime_exec_managed_code): Create a subthread
27475         for Main, and call back to the runtime to use it.
27476         Set the exit code when Main exits.
27477
27478         * gc.c: Make sure domain finalisation happens in a subthread.
27479         Re-enable threaded GC, fixing bug 31333 (again).
27480
27481         * environment.c: System.Environment internall calls (so far just
27482         ExitCode is here, the others are still in icall.c)
27483
27484         * appdomain.c (mono_runtime_cleanup): All threads running managed
27485         code should have finished before mono_runtime_cleanup() is
27486         reached, so no need to clean up threads.
27487
27488 2003-01-22  Martin Baulig  <martin@ximian.com>
27489
27490         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
27491         `gpointer func' arguments.      
27492         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
27493         but added `MonoThread *thread' argument.
27494         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
27495
27496         * threads.c (mono_new_thread_init): Added `gpointer func' argument
27497         and pass it to the mono_thread_start_cb callback.
27498         (mono_install_thread_callbacks): New public function to install a
27499         set of callbacks which are set by the debugger.
27500         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
27501
27502 2003-01-22  Martin Baulig  <martin@ximian.com>
27503
27504         * Makefile.am: Install debug-mono-symfile.h.
27505
27506 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
27507
27508         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
27509
27510 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
27511
27512         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
27513         * class.c (mono_ptr_class_get): correctly set access levels of pointers
27514         (mono_array_class_get): correctly set access levels of arrays
27515
27516 2003-01-20      Patrik Torstensson
27517         * image.h (MonoAssemblyName): changed major, minor, build, revision
27518         from signed to unsigned.
27519
27520 2003-01-20  sean kasun <skasun@azstarnet.com>
27521
27522         * reflection.c (load_cattr_value): Now this handles
27523         MONO_TYPE_SZARRAY.  Fixes bug #35629
27524
27525 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
27526
27527         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
27528         integer value
27529
27530 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27531
27532         * decimal.c: fixed bug #26056.
27533
27534 2003-01-17  Martin Baulig  <martin@ximian.com>
27535
27536         * gc.c: Raise an ExecutionEngineException instead of using g_error().
27537
27538 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27539
27540         * exception.[ch]:
27541         (mono_get_exception_type_initialization): new function.
27542
27543         * object.c: throw a TypeInitializationException when an exception is
27544         thrown invoking the class constructor.
27545
27546 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27547
27548         * reflection.c: fixed attribute reading.
27549
27550 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27551
27552         * icall.c:
27553         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
27554         provided, look for the type in the calling assembly and then in
27555         mscorlib; if the assembly name is provided, only try that one.
27556
27557 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
27558
27559         * object.c: register the vtable before there is a chance it's
27560         queried again recursively.
27561
27562 2003-01-13  Duncan Mak  <duncan@ximian.com>
27563
27564         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
27565         gc-internal.h. 
27566         
27567 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
27568
27569         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
27570
27571 2003-01-11  Martin Baulig  <martin@ximian.com>
27572
27573         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
27574         this to 20 for the release.
27575
27576 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
27577
27578         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
27579
27580         * loader.c (mono_method_get_marshal_info): bug fix
27581
27582         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
27583         structures with explicit layout
27584
27585 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
27586
27587         * profiler.c: made the output more readable (and sorted). 
27588         Added caller information for the allocation profiler.
27589
27590 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
27591
27592         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
27593
27594 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27595
27596         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
27597         to get value types.
27598         
27599 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
27600
27601         * object.c, profiler.h, profiler.c, profiler-private.h:
27602         Added object allocation profiler.
27603
27604 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
27605
27606         * reflection.h, reflection.c: handle global methods.
27607         Compress blob entries.
27608
27609 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
27610
27611         * marshal.c: fix compilation.
27612
27613 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
27614
27615         * loader.c (mono_method_get_marshal_info): impl.
27616
27617         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
27618
27619 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27620
27621         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
27622         for reference types.
27623
27624 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
27625
27626         * loader.c: fixed off by one error in loaded parameter names.
27627
27628 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
27629
27630         * marshal.c (mono_marshal_get_icall_wrapper): like
27631         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
27632         instead of a MonoMethod.
27633
27634 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27635
27636         * decimal.c: fixed bug #36537.
27637
27638 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
27639
27640         * marshal.c: throw a missing method exception if a
27641         P/Invoke method is not found.
27642
27643 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
27644
27645         * icall.c: allow a null this for constructors.
27646
27647 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
27648
27649         * icall.c: raise the proper exceptions if the arguments to the
27650         internal Invoke are incorrect.
27651
27652 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
27653
27654         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
27655
27656 2003-01-03  Martin Baulig  <martin@ximian.com>
27657
27658         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
27659
27660 2002-12-31  Martin Baulig  <martin@ximian.com>
27661
27662         * debug-mono-symfile.c: Completely rewrote the type section.
27663         Instead of using individual malloc()ed fields, we use one big
27664         continuous memory area and offsets into this area.
27665         See the comments in the source code for details.
27666
27667 2002-12-30  Martin Baulig  <martin@ximian.com>
27668
27669         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
27670
27671 2002-12-30  Martin Baulig  <martin@ximian.com>
27672
27673         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
27674         line number table in this data blob instead of using an external
27675         pointer.
27676
27677 2002-12-28  Martin Baulig  <martin@ximian.com>
27678
27679         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
27680
27681 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
27682
27683         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
27684         as a boxed return type.
27685
27686 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
27687
27688         * appdomain.c
27689         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
27690         g_build_filename to properly get separators on the filename created.
27691
27692         * object.h: Small change, introduce MonoMarshalByRefObject to
27693         track the layout of that structure in the C# universe as we make
27694         changes there.
27695
27696 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
27697
27698         * object.c: removed assert to allow static fields on interfaces.
27699         * loader.c: a TypeSpec may be used for any type, not just arrays.
27700
27701 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
27702
27703         * class.c, class.h: added mono_class_array_element_size ().
27704         Ignore static methods in interfaces.
27705
27706 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27707
27708         * threads.c: fixed the build under cygwin.
27709
27710 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
27711
27712         * reflection.c: handle nullref constants. Allocate keys for
27713         reflection handles with the GC.
27714
27715 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
27716
27717         * threads.c, threads.h: added mono_thread_get_abort_signal()
27718         to get a suitable signal for thread abort.
27719
27720 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
27721
27722         * metadata.c: fix handling of ExportedType table.
27723
27724 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27725
27726         * icall.c: added WriteWindowsDebugString internal call.
27727
27728 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27729
27730         * reflection.h: added fields to match C# implementation.
27731
27732 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27733
27734         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
27735
27736 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
27737
27738         * gc.h, gc-internal.h: Rename header for GC internal calls to
27739         gc-internal.h from gc.h as to not clash with Boehm GC having its
27740         header installed as <gc.h> in outside include paths.
27741         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
27742         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
27743
27744 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27745
27746         * icall.c: assign minor, build and revision in FillName.
27747
27748 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
27749
27750         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
27751         Added support for running code generated by Reflection.Emit.
27752
27753 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27754
27755         * appdomain.c: check for NULL argument in LoadFrom.
27756
27757 2002-12-10  Dick Porter  <dick@ximian.com>
27758
27759         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
27760
27761 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27762
27763         * appdomain.c: fix buglet when building exe file name.  Handle full
27764         assembly name (needed after latest changes to AssemblyName).
27765         * image.c:
27766         (mono_image_close): free some hashtables.
27767
27768 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
27769
27770         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
27771         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
27772         on some systems (redhat 7.3) 
27773
27774 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
27775
27776         * threads.c: delete the critical section of a sync block,
27777         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
27778
27779 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
27780
27781         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
27782
27783 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27784
27785         * appdomain.[ch]: handle the assembly preload event to try loading the
27786         assemblies using the paths we have in the current domain.
27787
27788         * assembly.[ch]: created an assembly preload hook that is called to try
27789         loading the assembly by other means that the ones provided here.
27790
27791         * domain.c: initialize the domain search path.
27792
27793         From now on, assemblies (TODO: except corlib and System) are loaded
27794         according to these rules when using mono_assembly_load ():
27795
27796                 1. It tries to load the assembly from the ApplicationBase
27797                 of the current domain appending .dll and .exe (TODO: have to
27798                 try loading from name/name.dll and name/name.exe).
27799
27800                 2. It tries the search path specified in PrivateBinPath for the
27801                 current domain (if any).
27802
27803                 3. Previous behavior.
27804
27805 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
27806
27807         * icall.c: implemented GetInterfaceMap() related icall.
27808         * domain.c, loader.h: load MethodInfo in mono_defaults.
27809
27810 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
27811
27812         * gc.c: disable the finalizer thread for now, untill all the issues
27813         with it are resolved.
27814
27815 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
27816
27817         * string-icalls.c: handle embedded nulls in string ctor when the
27818         length is specified.
27819
27820 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
27821
27822         * class.c: look for explicit interface implementation in parent
27823         classes, too.
27824
27825 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
27826
27827         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
27828
27829 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
27830
27831         * gc.c: protect handles with a critical section.
27832
27833 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27834
27835         * icall.c:
27836         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
27837         parameters. If no assembly specified, try getting the type from all
27838         the assemblies in the current domain, else, load the assembly and get
27839         the type from it.
27840
27841 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27842
27843         * marshal.c: applied patch from Aleksey Demakov that fixes
27844         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
27845
27846 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27847
27848         * icall.c: fixed get_location.
27849
27850 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
27851
27852         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
27853         declarations to make it work with older gcc. 
27854
27855         * loader.c (mono_get_method): set signature->pinvoke for native calls
27856
27857 2002-11-20  Dick Porter  <dick@ximian.com>
27858
27859         * threads.c (mono_thread_init): Set the main thread's handle
27860
27861 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
27862
27863         * gc.c: allow compilation without GC support. Changed to match the
27864         mono coding style.
27865
27866 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
27867
27868         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
27869
27870 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
27871
27872         * reflection.c: set a public key token on the core assemblies.
27873
27874 2002-11-18  Dick Porter  <dick@ximian.com>
27875
27876         * threads.c: Split out some thread initialisation so that other
27877         files can set the start callback function.
27878
27879         * gc.c: Run finalisers in a separate thread, to avoid stack
27880         overflow.  Fixes bug 31333.
27881
27882         * appdomain.c: Set up GC finalisation thread.
27883
27884         * reflection.c: 
27885         * object.c: 
27886         * domain.c: Use gc.h macros for GC_malloc
27887         
27888 2002-11-15  Dick Porter  <dick@ximian.com>
27889
27890         * threadpool.c: 
27891         * threads.c:
27892         * appdomain.c: Removed mono_runtime_init_with_attach(),
27893         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
27894         merging the extra parameter with the existing function.  Removed
27895         unneeded code in mono_thread_attach().
27896
27897 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
27898
27899         * image.c (mono_image_loaded_by_guid): a method to get loaded
27900         images by guid. 
27901         (load_metadata_ptrs): we store the guid as string.
27902
27903 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
27904
27905         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
27906
27907         * metadata.c (mono_guid_to_string): imported method form Zoltan
27908         Varga (slightly modified)
27909
27910         * assembly.c (mono_assembly_open): load precompiled code
27911
27912         * loader.h (MonoMethod): we store the method token for use in the
27913         aot compiler. 
27914
27915 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27916
27917         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
27918         the hook function called when an assembly is loaded.
27919         
27920         * domain.c: Modified file.
27921         (mono_domain_assembly_load): removed hash table insertion of assemblies.
27922
27923         Fixes bug #33196.
27924
27925 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
27926
27927         * reflection.c: Map PEFileKind to the value expected by the WinNT
27928         image loader. 
27929
27930 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27931
27932         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
27933         Read until the buffer is filled completely.
27934
27935 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27936
27937         * icall.c: implemented MonoType.InternalGetEvent ().
27938
27939 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27940
27941         * appdomain.c: implemented InitAppDomainSetup. Delayed
27942         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
27943         the entry_assembly.
27944
27945         * assembly.c: base_dir is now an absolute path ending with
27946         G_DIR_SEPARATOR.
27947
27948         * icall.c: modified get_location according to the above changes.
27949
27950         * object.c: init AppDomain.SetupInformation for the default domain after
27951         we have the entry assembly.
27952
27953         * domain.c: when unloading a domain, setup = NULL.
27954
27955 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
27956
27957         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
27958
27959 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
27960
27961         * object.h, object.c: introduced mono_object_get_virtual_method ()
27962         to lookup the method invoked on an object when a callvirt is done on
27963         a method.
27964         * icall.c: make MethodInfo::Invoke() always do a virtual call.
27965
27966 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27967
27968         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
27969         current domain when loaded an assembly and failed to load it.
27970
27971         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
27972
27973 2002-10-31  Dick Porter  <dick@ximian.com>
27974
27975         * icall.c: 
27976         * file-io.h: 
27977         * file-io.c: Return the error status in a parameter, as the
27978         GetLastError() value has long since been blown away if we try and
27979         look it up in a subsequent internal call invocation.  Delete the
27980         GetLastError() internal call, because it's useless.
27981
27982 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
27983
27984         * class.[ch]: added cast_class to fix bug 29517
27985
27986 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
27987
27988         * marshal.c: create valid IL code in the filter clause:
27989         the new JIT is less forgiving:-)
27990
27991 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27992
27993         * icall.c: removed get_property internal call.
27994
27995 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
27996
27997         * appdomain.h domain.c: Added an ID to appdomains.
27998         
27999         * threads.c threads.h icall.c: Implement icall
28000         Thread:GetDomainID(), and remove unused icall 
28001         CurrentThreadDomain_internal.
28002
28003 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28004
28005         * icall.c: Don't recurse through the base types in GetConstructor.
28006         Fixes bug #32063. 
28007
28008 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
28009
28010         * mempool.h, mempool.c: added mono_mempool_empty() and
28011         mono_mempool_stats().
28012
28013 2002-10-23  Dick Porter  <dick@ximian.com>
28014
28015         * file-io.c: 
28016         * file-io.h: 
28017         * icall.c: Added MonoIO.GetFileType internal call
28018
28019 2002-10-17  Dick Porter  <dick@ximian.com>
28020
28021         * appdomain.c (mono_runtime_cleanup): Don't signal the async
28022         delegate semaphore before waiting for all threads to finish,
28023         because new threads can also call async delegates.  Fixes bug
28024         32004.
28025
28026         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
28027         of 3 seconds, in case another async job is queued.  (This part is
28028         needed because the bug fix reintroduced the 3s exit lag.)  This
28029         makes the mono_runtime_shutdown flag superfluous.
28030
28031 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
28032
28033         * reflection.c: include ehader size in method section headers.
28034         Really check for suplicated modules entries.
28035
28036 2002-10-17  Martin Baulig  <martin@gnome.org>
28037
28038         * debug-mono-symfile.c: Added back support for locals.
28039
28040 2002-10-14  Martin Baulig  <martin@gnome.org>
28041
28042         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
28043         MONO_TYPE_VOID.
28044
28045 2002-10-14  Martin Baulig  <martin@gnome.org>
28046
28047         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
28048         mono_class_get() instead of looking in the class cache. 
28049
28050 2002-10-13  Martin Baulig  <martin@gnome.org>
28051
28052         * debug-mono-symfile.c: Set version number to 28, include the
28053         signature in method names.
28054
28055 2002-10-13  Martin Baulig  <martin@gnome.org>
28056
28057         * debug-mono-symfile.h: Set version number to 27.
28058
28059 2002-10-11  Martin Baulig  <martin@gnome.org>
28060
28061         * gc.c: Don't register/unregister NULL pointers as disappearing links.
28062
28063 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
28064
28065         * metadata.c, metadata.h: added helper function to allocate signatures.
28066
28067 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28068
28069         * icall.c: added internal call to get the location of machine.config.
28070
28071 2002-10-08  Martin Baulig  <martin@gnome.org>
28072
28073         * debug-mono-symfile.c: Ignore classes with a pending init for the
28074         moment.
28075
28076 2002-10-03  Dick Porter  <dick@ximian.com>
28077
28078         * threads.c: Freebsd pthread_t is a pointer
28079
28080 2002-10-03  Dick Porter  <dick@ximian.com>
28081
28082         * socket-io.c: Implemented GetHostName_internal
28083
28084 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28085
28086         * mono-config.c:
28087         (mono_config_parse_file): don't leak the text.
28088
28089 2002-10-02  Martin Baulig  <martin@gnome.org>
28090
28091         * debug-mono-symfile.c: Added support for methods.
28092
28093 2002-10-01  Martin Baulig  <martin@gnome.org>
28094
28095         * debug-mono-symfile.c: Don't emit methods and line numbers for
28096         the dynamic symbol file, just write the type table.  We can easily
28097         have an external helper program which creates a symbol file for an
28098         IL file.        
28099
28100 2002-10-01  Dick Porter  <dick@ximian.com>
28101
28102         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
28103         Only add the handle to the cleanup array when we're about to
28104         launch the thread.  Bug 31425 deadlocked when the test was run on
28105         mono under w32.
28106
28107 2002-10-01  Martin Baulig  <martin@gnome.org>
28108
28109         * debug-mono-symfile.c: Added support for properties.
28110
28111 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
28112
28113         * reflection.c: unaligned store fix from Mark Crichton
28114         <crichton@gimp.org>.
28115
28116 2002-09-27  Martin Baulig  <martin@gnome.org>
28117
28118         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
28119         New interncall.
28120
28121 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
28122
28123         * assembly.h, assembly.c: use a sane API to hook into the assembly
28124         loading process instead of a useless special-purpouse hack
28125         (ngen needs a hook, too, for example).
28126
28127 2002-09-27  Dick Porter  <dick@ximian.com>
28128
28129         * threads.c (mono_thread_init): Call GetCurrentProcess() so
28130         io-layer can set up some process handle info.  Not needed on w32,
28131         but doesn't hurt either.
28132
28133         * process.c: Pass the program name in the second parameter to
28134         CreateProcess, so the path is searched.  Include the working
28135         directory. Implemented process name, process enumeration, and some
28136         process detail internal calls.
28137         
28138         * icall.c: Added internal calls for process lookup, and some
28139         process details
28140
28141 2002-09-26  Martin Baulig  <martin@gnome.org>
28142
28143         * assembly.c (mono_install_open_assembly_hook): New global
28144         function to install a function to be invoked each time a new
28145         assembly is loaded.
28146         (mono_assembly_open): Run this callback function if set.
28147
28148         * debug-mono-symfile.c: Put back line numbers for the dynamic
28149         symbol file and also record the .il file as source file.  This
28150         allows us to install the temporary symbol file as `file.dbg' just
28151         like a compiler-generated one.
28152
28153 2002-09-26  Nick Zigarovich <nick@chemlab.org>
28154
28155         * Corrected typo in gc.c (BOHEM vs BOEHM).
28156
28157 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28158
28159         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
28160         GetProperties. Also avoid calling g_slist_length in GetProperties and
28161         GetMethods.
28162
28163 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
28164
28165         * reflection.c: avoid unaligned stores (bug spotted by
28166         Mark Crichton  <crichton@gimp.org>).
28167
28168 2002-09-25  Martin Baulig  <martin@gnome.org>
28169
28170         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
28171         instead of guint64 for addresses and added prologue/epilogue info.
28172
28173 2002-09-25  Martin Baulig  <martin@gnome.org>
28174
28175         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
28176         store line number info.  For the dynamic symbol file, we only need
28177         to provide the JIT generated dynamic line number info for the dynamic
28178         symbol file.
28179
28180 2002-09-25  Martin Baulig  <martin@gnome.org>
28181
28182         * debug-mono-symfile.h: Incremented version number.
28183
28184 2002-09-24  Martin Baulig  <martin@gnome.org>
28185
28186         * class.c (mono_debugger_class_init_func): New global function
28187         pointer variable.
28188         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
28189         call it.
28190
28191         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
28192         function.  This is called via the mono_debugger_class_init_func
28193         hook to add all types to the dynamic type table.
28194         (ves_icall_MonoDebugger_GetType): New interncall to get a class
28195         from its metadata token.
28196
28197         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
28198         New interncall for the debugger.
28199
28200 2002-09-24  Nick Drochak <ndrochak@gol.com>
28201
28202         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
28203         before using it in case it is null.
28204         
28205 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
28206
28207         * metadata.c: allow custom modifiers in local var signatures
28208         (bug spotted by Zoltan Varga).
28209
28210 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
28211
28212         * class.c: deal with the <Module> class that may have a NULL vtable.
28213         Eliminate warnings.
28214
28215 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
28216
28217         * image.c, image.h: more strong name helpers.
28218         * monosn.c: more work: convert pem keys to cryptoapi format.
28219
28220 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
28221
28222         * string-icalls.c: speedup IndexOf.
28223
28224 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
28225
28226         * icall.c: updates from Zoltan.2.Varga@nokia.com.
28227
28228 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
28229
28230         * icall.c: cleanup: use mono_object_domain ().
28231
28232 2002-09-23  Martin Baulig  <martin@gnome.org>
28233
28234         * debug-mono-symfile.c: Improved type support.
28235
28236 2002-09-22  Martin Baulig  <martin@gnome.org>
28237
28238         * debug-mono-symfile.c: Added support for reference types and strings.
28239
28240 2002-09-22  Martin Baulig  <martin@gnome.org>
28241
28242         * debug-mono-symfile.c: Started to work on the type table.
28243
28244 2002-09-21  Martin Baulig  <martin@gnome.org>
28245
28246         * debug-mono-symfile.c: Largely reworked the symbol table format.
28247         The symbol table is now incrementally updated each time a new
28248         method is added.  We're now also using our own magic and version
28249         so that you don't need to recompile all your classes if the
28250         dynamic table changes.
28251         (mono_debug_update_mono_symbol_file): Removed.
28252         (mono_debug_symfile_add_method): New function to add a method.
28253
28254 2002-09-21  Martin Baulig  <martin@gnome.org>
28255
28256         * icall.c
28257         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
28258         New interncall.
28259
28260         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
28261         New interncall to get a method from its metadata token.
28262
28263 2002-09-21  Martin Baulig  <martin@gnome.org>
28264
28265         * debug-mono-symfile.c: Create type table.
28266
28267 2002-09-20  Martin Baulig  <martin@gnome.org>
28268
28269         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
28270
28271 2002-09-20  Martin Baulig  <martin@gnome.org>
28272
28273         * debug-mono-symfile.c: Provide information about params and locals.
28274
28275 2002-09-20  Martin Baulig  <martin@gnome.org>
28276
28277         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
28278         New interncall.
28279
28280         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
28281         interncall to get a method from its metadata token.
28282
28283 2002-09-20  Martin Baulig  <martin@gnome.org>
28284
28285         * debug-mono-symfile.c: Added a few checks for method->header
28286         being non-NULL.  This should never happen, but for the moment
28287         let's use a g_warning() rather than a g_assert().
28288
28289 2002-09-19  Mark Crichton  <crichton@gimp.org>
28290
28291         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
28292         even if support for it isn't present.  Added an #ifdef to fix this.
28293
28294         * socket-io.c: Added checks back for Solaris support.
28295
28296 2002-09-19  Martin Baulig  <martin@gnome.org>
28297
28298         * debug-mono-symfile.c (read_string, write_string): Reflect latest
28299         changes in the symbol file format.
28300
28301 2002-09-18  Martin Baulig  <martin@gnome.org>
28302
28303         * debug-mono-symfile.c: Set version number to 21.
28304
28305 2002-09-18  Dick Porter  <dick@ximian.com>
28306
28307         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
28308         on netbsd.  Fixes bug 30051.
28309
28310 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28311
28312         * reflection.c:
28313         (set_version_from_string): little fix.
28314
28315 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
28316
28317         * monosn.c, Makefile.am: added strong name utility.
28318         * reflection.h, reflection.c: implemented delayed signing,
28319         locale, version and hash id assembly attributes.
28320
28321 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
28322
28323         * loader.c, metadata.c: load param attributes in signatures.
28324
28325 2002-09-16  Martin Baulig  <martin@gnome.org>
28326
28327         * debug-mono-symfile.c: Added string table with all method names.
28328
28329 2002-09-14  Martin Baulig  <martin@gnome.org>
28330
28331         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
28332         fast method lookup.
28333
28334 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
28335
28336         * reflection.c: record the public key token of referenced assemblies.
28337
28338 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
28339
28340         * image.c, image.h: added functions to get the strong name and the
28341         public key of an assembly.
28342         * pedump.c: use them.
28343
28344 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
28345
28346         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
28347
28348 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
28349
28350         * marshal.c (mono_marshal_get_managed_wrapper): Added
28351         MONO_TYPE_BOOLEAN 
28352
28353 2002-09-11  Martin Baulig  <martin@gnome.org>
28354
28355         * gc.c: Call GC_unregister_disappearing_link() on all links when
28356         finalizing them, this is necessary to aviod a crash in boehm's
28357         finalize handler.
28358
28359 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
28360
28361         * gc.c: handle GetTarget for finalized objects spotted and fixed by
28362         nick@chemlab.org.
28363
28364 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
28365
28366         * icall.c: implemented MonoType::Module.
28367         * reflection.c, reflection.h: mono_module_get_object () from
28368         Tomi Pakarinen <tomi.pakarinen@welho.com>.
28369
28370 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
28371
28372         * icall.c: ignore overridden methods in GetMethods ().
28373         Fix for FieldInfo::SetValue().
28374         * object.c: handle float/double in runtime invoke.
28375
28376 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
28377
28378         * object.c: allow a constructor to be called again on an object.
28379
28380 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
28381
28382         * class.h, class.c: move field layout code to it's own function and
28383         export it. Get an interface id earlier. Move fields in MonoClass
28384         so they are more cache friendly and align the bitfields.
28385         * loader.c: temporary handle get_param_names() for a runtime method.
28386         * reflection.c, reflection.h: more code to handle runtime creation of
28387         types.
28388
28389 2002-09-09  Martin Baulig  <martin@gnome.org>
28390
28391         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
28392         signature with the pinvoke field being set for the actual call.
28393
28394 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
28395
28396         * icall.c: removed some unused icalls. Start of map of glib charsets
28397         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
28398
28399 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
28400
28401         * debug-helpers.c: break infinite loop (found and fixed by
28402         Holger Arnold <harnold@gmx.de>).
28403
28404 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
28405
28406         * icall.c: target may be null in create_delegate.
28407
28408 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
28409
28410         * marshal.c: handle a boolean return type.
28411
28412 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
28413
28414         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
28415
28416 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
28417
28418         * gc.c: fix weakreferences.
28419
28420 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
28421
28422         * icall.c: added icall to get default codepage.
28423
28424 2002-09-03  Dick Porter  <dick@ximian.com>
28425
28426         * threads.h: 
28427         * threads.c: Use MonoThread instead of MonoObject where
28428         apropriate.
28429
28430         Store running thread objects in a hash table, so that we have all
28431         the info to hand when waiting for them to finish
28432         (means we don't need OpenThread() any more, so mingw builds should
28433         be fully functional again.)
28434
28435         * verify.c:
28436         * object.h: Added thread ID to MonoThread
28437
28438 2002-09-03  Martin Baulig  <martin@gnome.org>
28439
28440         * icall.c (System.Reflection.Assembly::get_location): New interncall.
28441
28442 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28443
28444         * icall.c: fixed leak in get_temp_path. Thanks lupus.
28445
28446 2002-09-03  Martin Baulig  <martin@gnome.org>
28447
28448         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
28449         argument to store the end address of the disassembled instruction.
28450
28451         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
28452         here from debug-symfile.h.
28453         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
28454         JIT into this struct.
28455         (MonoSymbolFile): Added `char *image_file' field.
28456         (MonoDebugGetMethodFunc): Removed.
28457         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
28458         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
28459         (mono_debug_find_method): New method.
28460
28461         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
28462         create a full symbol file.
28463         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
28464         and static symbol files.
28465         (mono_debug_find_method): The symbol file keeps an internal method hash,
28466         call this to get a MonoDebugMethodInfo from a MonoMethod.
28467
28468         * debug-symfile.[ch]: Removed.
28469
28470 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
28471
28472         * image.c (do_mono_image_open): Remove linker version check.
28473
28474 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
28475
28476         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
28477         wrappers for instance methods.
28478         
28479 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28480
28481         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
28482
28483 2002-08-28  Dick Porter  <dick@ximian.com>
28484
28485         * Makefile.am: Export HOST_CC for w32 builds
28486
28487 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
28488
28489         * file-io.c process.c: MonoString are null terminated, no
28490         need for mono_string_to_utf16() anymore.
28491
28492 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
28493
28494         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
28495
28496 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
28497
28498         * icall.c, reflection.h: speedup System.MonoType.
28499
28500 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
28501
28502         * reflection.c: allow null as the value of a string argument in
28503         custom attributes constructors.
28504
28505 2002-08-27  Martin Baulig  <martin@gnome.org>
28506
28507         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
28508         `trampoline_address' field.
28509
28510 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
28511
28512         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
28513         check (fixes bug #29486) 
28514
28515 2002-08-27  Martin Baulig  <martin@gnome.org>
28516
28517         * debug-mono-symfile.c: Changed the file format in a way that allows us
28518         open it read-only and to use a specially malloced area for all the
28519         dynamic data.  We can now also generate a symbol file on-the-fly if we're
28520         debugging IL code and there is no MCS generated symbol file for it.
28521
28522 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
28523
28524         * object.c: added a define for a good string and array
28525         creation speedup (not enabled by default because we need to deal with
28526         the synch stuff).
28527
28528 2002-08-26  Martin Baulig  <martin@gnome.org>
28529
28530         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
28531         function to create a dynamic symbol file.  This is used by the
28532         debugger to create a symbol file for IL code on-the-fly.
28533
28534 2002-08-26  Martin Baulig  <martin@gnome.org>
28535
28536         * loader.c (mono_lookup_pinvoke_call): Include the error message
28537         from g_module_error() in the error message.
28538
28539 2002-08-24  Martin Baulig  <martin@gnome.org>
28540
28541         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
28542         function to update the symbol file.  The symbol file is mmap()ed
28543         writable, but private.  This allows us to install the symbol file
28544         together with the assembly.
28545
28546 2002-08-24  Martin Baulig  <martin@gnome.org>
28547
28548         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
28549         but they can read the new symbol file format which mcs is now creating.
28550
28551         * debug-symfile.c (mono_debug_find_source_location): Moved to
28552         debug-mono-symfile.c; this is now operating on the new symbol file.
28553
28554 2002-08-23  Martin Baulig  <martin@gnome.org>
28555
28556         * debug-helpers.c (mono_method_desc_from_method): New function to get
28557         a MonoMethodDesc from a MonoMethod.
28558
28559 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
28560
28561         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
28562         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
28563
28564 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
28565
28566         * string-icalls.[ch]: make helper methods static.
28567
28568 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28569
28570         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
28571         types to it and to SetValueInternal.
28572
28573         * object.c: Moved handle_enum label to its proper place. This was the
28574         f... bug! ;-)
28575
28576         This time i compiled mcs and gtk-sharp and they both work.
28577
28578 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28579
28580         * icall.c: reverted partially my previous patch until 
28581         object.c:set_value handles enums correcly.
28582
28583 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28584
28585         * icall.c:
28586         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
28587         (ves_icall_System_Environment_get_MachineName): removed warning when
28588         compiling under cygwin.
28589
28590 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
28591
28592         * object.c: fixed field_get_value() for reference types.
28593
28594 2002-08-22  Dick Porter  <dick@ximian.com>
28595
28596         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
28597         Don't free a buffer while it's still needed.  Patch from Jonathan
28598         Liger <Jonathan.liger@wanadoo.fr>
28599
28600 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
28601
28602         * icall.c (ves_icall_System_Environment_get_Platform): Add new
28603         internal call.
28604
28605 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
28606
28607         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
28608         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
28609
28610         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
28611         we call unmanaged code which throws exceptions.
28612
28613 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
28614
28615         * appdomain.h: added per-domain entry_assembly.
28616         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
28617         arguments.
28618         * icall.c: Assembly::GetEntryAssembly icall.
28619         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
28620         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
28621
28622 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
28623
28624         * appdomain.h, gc.c: added mono_domain_finalize ().
28625
28626 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28627
28628         * object.c:
28629         (mono_print_unhandled_exception): changed g_warning by g_printerr
28630         because g_log has a 1024 characters limit (yeah, i got a big stack
28631         trace). Don't print exception name, that should be in ToString 
28632         returned string.
28633
28634 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28635
28636         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
28637         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
28638
28639 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28640
28641         * object.c:
28642         (mono_print_unhandled_exception): after previous commit, i realized
28643         that MS calls ToString on the exception. I changed this function to
28644         do that. This way we get stack_trace for free.
28645
28646 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28647
28648         * object.c:
28649         (mono_print_unhandled_exception): invoke Message property instead of
28650         getting 'message' field from Exception. Don't allocate memory for
28651         'trace' and 'message' if not needed.
28652
28653 2002-08-18  Dick Porter  <dick@ximian.com>
28654
28655         * unicode.c: Fix asserts to match Encoder.cs checks
28656
28657 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
28658
28659         * marshal.c: fix unaligned store issue and a few wrong
28660         opcode argument types.
28661
28662 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28663
28664         * icall.c: added GetUninitializedObjectInternal internal call.
28665
28666 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
28667
28668         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
28669         to the right domain.
28670
28671 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
28672
28673         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
28674
28675         * class.c (class_compute_field_layout): set blittable to false for Strings
28676
28677         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
28678
28679 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
28680
28681         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
28682         first chunk of code to create types at runtime. Code to
28683         handle ReflectedType/DeclaringType. Make reflection handles
28684         domain specific.
28685
28686 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
28687
28688         * class.c: set correct name in arrays.
28689
28690 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
28691
28692         * appdomain.c (mono_domain_transfer_object): make it work with
28693         valuetypes. bug fixes.
28694
28695 2002-08-12  Dick Porter  <dick@ximian.com>
28696
28697         * object.h: Rename some parameters to avoid c++ keywords (Patch
28698         from Joseph Wenninger <kde@jowenn.at>)
28699
28700 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
28701
28702         * icall.c: added icall to implement Assembly.GetFile*.
28703
28704 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
28705
28706         * reflection.h, reflection.c: code to embed managed resources.
28707
28708 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
28709
28710         * class.c: move all the type size stuff into
28711         class_compute_field_layout().
28712
28713 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
28714
28715         * class.c: ensure enums have always the correct instance size.
28716         * unicode.c: remove wrong assert.
28717
28718 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
28719
28720         * assembly.c: fix mem corruption issue.
28721         * image.h, image.c: added mono_image_get_resource () to access
28722         managed resources.
28723         * icall.c: implemented Assembly.EntryPoint property and some
28724         Managed Resources related internalcalls.
28725
28726
28727 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
28728
28729         * image.c, image.h: impemented mono_image_get_entry_point ().
28730         * appdomain.c: use mono_image_get_entry_point.
28731
28732 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
28733
28734         * reflection.c: support the object type argument when loading
28735         custom attributes.
28736
28737 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
28738
28739         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
28740         String as return type.
28741
28742 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
28743
28744         * reflection.c: fix encoding of named args for custom attrs to match
28745         the ms implementation. Read them back when instantiating custom
28746         attributes.
28747
28748 2002-08-02  Radek Doulik  <rodo@ximian.com>
28749
28750         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
28751         by Dietmar as quick fix
28752         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
28753         16 as stack size, used on more places as quick fix before Dietmar
28754         will fix it properly
28755
28756 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
28757
28758         * object.h, object.c: added accessors for fields and properties.
28759
28760 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
28761
28762         * class.c, class.h: made mono_class_get_field_from_name ()
28763         loop on parent types.
28764         Added mono_class_get_property_from_name ().
28765
28766 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
28767
28768         * class.c, class.h: move the code to setup the type vtable in its own
28769         function so that it can be reused also for types created at runtime.
28770         Eliminate the "class" identifier from the header file.
28771         * reflection.c: setup the vtable for enums so that we can create
28772         objects for use in SetConstant ().
28773
28774 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
28775
28776         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
28777         instead of the delegate itself as this pointer (bug #28383)
28778
28779 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
28780
28781         * marshal.c (mono_marshal_get_managed_wrapper): added return type
28782         conversions.
28783
28784 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
28785
28786         * loader.c: don't set the pinvoke bit on icalls.
28787
28788 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
28789
28790         * debug-helpers.c (mono_method_full_name): only print a number to
28791         indicate wrapper type (so that the output is more readable in traces).
28792
28793 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
28794
28795         * class.c (mono_class_init): include method override patch from Paolo
28796
28797 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
28798
28799         * icall.c: fixed GetTypeCode().
28800
28801 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
28802
28803         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
28804         use real delegate invoke function to make it work with multicast
28805         delegates (fix bug# 28291).
28806
28807 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
28808
28809         * object.c: load constant strings.
28810
28811 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
28812
28813         * reflection.c: no magic numbers.
28814         * tabledefs.h: security action enum.
28815
28816 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
28817
28818         * assembly.c: fix possible memory corruption.
28819
28820 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
28821
28822         * reflection.h, reflection.c: added support for linking resources.
28823         * verify.c: check we have an updated corlib.
28824
28825 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
28826
28827         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
28828         string arrays.
28829         (mono_marshal_string_array): null terminate unmanaged string arrays.
28830         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
28831
28832 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
28833
28834         * icall.c: Type.GetType () can now return also types from the
28835         calling assembly.
28836
28837 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
28838
28839         * loader.h, loader.c: stack walking support.
28840         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
28841         GetCallingAssembly.
28842
28843 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
28844
28845         * marshal.c: added optimisations for blittable types 
28846
28847         * class.c (mono_array_class_get): do not set blittable attribute on arrays
28848         (mono_class_setup_mono_type): set blittable attribute for single
28849         and double.
28850
28851         * marshal.c (mono_string_utf8_to_builder): impl.
28852         (mono_string_builder_to_utf8): impl.
28853         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
28854
28855 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
28856
28857         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
28858         (mono_marshal_get_managed_wrapper): impl. byref types
28859
28860 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28861
28862         * icall.c:
28863         (search_method): don't display debug message. 
28864
28865 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
28866
28867         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
28868
28869 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
28870
28871         * appdomain.c: set the missing filename when throwing exception.
28872
28873 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
28874
28875         * metadata.c (mono_type_size): code cleanup
28876         (mono_type_stack_size): removed some test code
28877
28878 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
28879
28880         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
28881         mono_get_exception_file_not_found now.
28882
28883         * exception.c (mono_exception_from_name_two_strings): New version
28884         that will call a constructor with two string arguments. 
28885         (mono_get_exception_file_not_found): New helper routine, used to
28886         report file-not-found errors.
28887
28888 2002-07-20  Dick Porter  <dick@ximian.com>
28889
28890         * process.h:
28891         * process.c: Pass file handles to CreateProcess
28892         
28893         * icall.c:
28894         * file-io.h:
28895         * file-io.c: Implemented CreatePipe
28896
28897 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
28898
28899         * metadata.c (mono_get_param_info): set alignment for value types
28900
28901 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
28902
28903         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
28904         Constify mono_domain_assembly_open().
28905         * loader.c: handle null namespace in icalls.
28906
28907 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
28908
28909         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
28910         (emit_str_to_ptr_conv): marshal object as structs
28911
28912         * metadata.c (mono_type_to_unmanaged): marshal object as structs
28913
28914         * marshal.c (mono_marshal_get_runtime_invoke): support value types
28915
28916 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
28917
28918         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
28919         (mono_marshal_get_native_wrapper): we an now return value types
28920
28921 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
28922
28923         * verify.c: more checks implemented.
28924
28925 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
28926
28927         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
28928         (fix bug #27695)
28929         (mono_marshal_get_native_wrapper): allow byref arguments
28930         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
28931         impl. PtrToStringXXX methods
28932         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
28933         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
28934         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
28935         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
28936         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
28937
28938 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
28939
28940         * reflection.c: fix buglet in parsing an assembly name.
28941
28942 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
28943
28944         * marshal.c (emit_ptr_to_str_conv): first impl.
28945
28946 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
28947
28948         * object.c, class.h: cache the vtable in the class as suggested by
28949         vargaz@freemail.hu (Zoltan Varga).
28950
28951 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
28952
28953         * class.h, loader.c: added mono_field_from_token().
28954         * verify.c: first cut of type checking code.
28955
28956 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
28957
28958         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
28959
28960 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
28961
28962         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
28963         (fix bug #27782)
28964         (mono_marshal_get_remoting_invoke): impl.
28965         (mono_delegate_begin_invoke): impl.
28966         (mono_mb_emit_save_args): impl.
28967         (mono_delegate_end_invoke): impl.
28968         (mono_marshal_get_delegate_begin_invoke):
28969         (mono_marshal_get_delegate_end_invoke):
28970         (mono_marshal_get_delegate_invoke): generate a special name for
28971         those methods (including the signature) and associate them whith
28972         the delegate class. 
28973
28974 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
28975
28976         * reflection.[ch]: 
28977         (mono_reflection_type_from_name): now it has a MonoImage parameter
28978         which is used as the default image to search the type in. If the image
28979         is NULL or getting the type from it fails, it defaults to corlib.
28980
28981         * icall.c: changed 1 call to mono_reflection_type_from_name to match
28982         new parameter.
28983
28984 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
28985
28986         * reflection.c: update the parameter table index.
28987
28988 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
28989
28990         * domain.c: don't include the mark byte in the string hash.
28991
28992 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
28993
28994         * icall.cs: icall for Type.GetTypeCode ().
28995         * verify: a couple of fixes and disabled local initialization checks.
28996
28997 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
28998
28999         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
29000
29001         * debug-helpers.c (mono_method_full_name): print the type of the
29002         runtime wrapper
29003
29004         * metadata.c (mono_signature_hash): a hash function for signatures
29005         (mono_signature_hash): better hash algorithm
29006
29007         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
29008
29009         * debug-helpers.c (mono_method_full_name): this can now generate
29010         method names with signatures
29011
29012         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
29013         method dont have this pointers.
29014
29015 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
29016
29017         * reflection.c: fixup typebuilder tokens.
29018         * image.c: fix buglet.
29019         * marshal.h: remove whitespace.
29020         * metadata.h, metadata.c: reinstate code that was removed.
29021         * verify.c: handle catch directives and fix another couple of bugs.
29022
29023 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
29024
29025         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
29026         (mono_marshal_get_native_wrapper): make it comp. with the old code
29027         (mono_marshal_get_native_wrapper): support boolean
29028         (mono_marshal_get_managed_wrapper): support more types
29029
29030 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
29031
29032         * class.c (class_compute_field_layout): compute class->blittable attribute.
29033
29034 2002-07-09  Dick Porter  <dick@ximian.com>
29035
29036         * threads.c: Make the thread cleaning up cope with threads that
29037         call ExitThread()
29038
29039 2002-07-08  Radek Doulik  <rodo@ximian.com>
29040
29041         * reflection.c (method_encode_code): use non-translated values to
29042         compute finally_start, this fixes exception handling on ppc, yay!
29043
29044         * decimal.h (struct signscale): fix endianess
29045
29046 2002-07-07  Radek Doulik  <rodo@ximian.com>
29047
29048         * reflection.c: swap box_val and not val
29049
29050 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
29051
29052         * reflection.c, reflection.h: handle full assembly info in type name.
29053         Handle Type arguments when loading custom attributes.
29054         * icall.c: updated to use new mono_reflection_type_from_name () method.
29055
29056 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29057
29058         * loader.c:
29059         (method_from_memberref): also print assembly name when method not found.
29060
29061 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29062
29063         * icall.c:
29064         (ves_icall_TypeGetProperties): fixed bug #27473. 
29065
29066 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29067
29068         * reflection.c: display image name and token when cannot find the
29069         .ctor for an attribute.
29070
29071 2002-07-05  Martin Baulig  <martin@gnome.org>
29072
29073         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
29074
29075 2002-07-04  Dick Porter  <dick@ximian.com>
29076
29077         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
29078         compile on mingw.  This will cause mingw builds to not wait for
29079         subthreads to terminate after the main thread does.  I've lodged a
29080         bug with the mingw developers for them to wrap OpenThread().
29081
29082 2002-07-03  Dick Porter  <dick@ximian.com>
29083
29084         * threads.c: Store thread IDs instead of handles, because
29085         GetCurrentThread() returns a pseudohandle and therefore stores
29086         useless values.  mono_thread_cleanup() continues checking the
29087         array of threads until it is empty, to cope with subthreads
29088         spawning new threads after the main thread has finished.
29089
29090         * profiler.h:
29091         * profiler.c:
29092         * profiler-private.h: Pass the thread ID to thread profiler
29093         functions, instead of a handle
29094
29095 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
29096
29097         * verify.c: fixes to make it more usable.
29098         * pedump.c: added --verify code to verify IL code in an assembly.
29099
29100 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29101
29102         * reflection.c: turn errors into warnings to allow compiling corlib.
29103
29104 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
29105
29106         * reflection.c: add special cases to compile corlib.
29107
29108 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
29109
29110         * reflection.c: handle properties with only a set method.
29111
29112 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
29113
29114         * opcodes.h: add enum with opcodes in opval order.
29115
29116 2002-07-01  Dick Porter  <dick@ximian.com>
29117         
29118         * object.h:
29119         * object.c (mono_runtime_run_main): Removed unneeded argument
29120
29121 2002-06-28  Martin Baulig  <martin@gnome.org>
29122
29123         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
29124
29125 2002-06-27  Dick Porter  <dick@ximian.com>
29126
29127         * threads.c: Store the handle in both the parent thread and in the
29128         subthread, to minimise the time between starting a new thread and
29129         storing its ID.
29130
29131 2002-06-26  Dick Porter  <dick@ximian.com>
29132
29133         * appdomain.c (mono_runtime_cleanup): Close the socket library
29134         after all the threads have finished, not before
29135
29136 2002-06-26  Martin Baulig  <martin@gnome.org>
29137
29138         * debug-symfile.c (mono_debug_find_source_location): Added
29139         `guint32 *line_number' argument.  If it's not NULL, store the line number
29140         there and return the file name without the line number.
29141
29142 2002-06-25  Dick Porter  <dick@ximian.com>
29143
29144         * icall.c:
29145         * process.h:
29146         * process.c: Process forking and other support functions
29147
29148 2002-06-25  Dick Porter  <dick@ximian.com>
29149
29150         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
29151         things dont happen when the image is closed.
29152         (mono_image_lookup_resource): Walk the resource section looking
29153         for a particular entry
29154
29155         * cil-coff.h: PE resource section decoding
29156
29157 2002-06-25  Dick Porter  <dick@ximian.com>
29158         
29159         * assembly.h:
29160         * assembly.c: 
29161         (mono_assembly_foreach): Accessor functions to walk the list of
29162         loaded assemblies
29163         (mono_assembly_set_main):
29164         (mono_assembly_get_main): Process methods need to know which
29165         assembly is the "main" one
29166
29167         * object.c (mono_runtime_run_main): Record the main assembly
29168
29169         * debug-helpers.c: Fix typo
29170
29171 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
29172
29173         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
29174         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
29175
29176 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
29177
29178         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
29179
29180 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
29181
29182         * image.c (do_mono_image_open): Initialize reference count,
29183         otherwise we leak the MonoImage.
29184
29185 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
29186
29187         * reflection.c: small tweak to handle self-hosting.
29188
29189 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
29190
29191         * reflection.c: fix type name parse code.
29192
29193 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
29194
29195         * reflection.c: break out of the loop.
29196         * image.c: special case corlib.
29197
29198 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
29199
29200         * reflection.c: add all the custom attrs at the end to ensure the
29201         ctors have been properly initialized when the attributes are defined
29202         in the current assembly.
29203
29204 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
29205
29206         * reflection.c: handle correctly multiple-nested types.
29207
29208 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
29209
29210         * row-indexes.h: fix typos.
29211         * reflection.c: adjust for typos and fix method_def_or_ref
29212         encoding in MethodImpl table.
29213
29214 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
29215
29216         * reflection.c: fix entry point patching (thanks Serge!).
29217
29218 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
29219
29220         * verify.c: add check for System.Exception
29221
29222 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
29223
29224         * image.c, class.c: minifix for code just c&p'ed.
29225         * reflection.c: warning fix.
29226         * object.h, loader.h, domain.c: load also StringBuilder.
29227
29228 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
29229
29230         * marshal.h, marshal.c: some support code to handle complex marshaling.
29231
29232 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29233
29234         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
29235         Better signatures with vtable error dump.
29236
29237 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
29238
29239         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
29240
29241 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
29242
29243         * icall.c (ves_icall_Type_GetField): impl.
29244
29245 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29246
29247         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
29248         to retrieve a marshal description blob for a field or param.
29249
29250 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
29251
29252         * reflection.h, reflection.c: change order of nested type emission
29253         to avoid table corruption. The NestedTypes table is sorted.
29254         * icall.c: change order of GetConstructor results to workaround mcs bug.
29255
29256 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
29257
29258         * reflection.h, reflection.c: handle field and param marshal
29259         information.
29260
29261 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
29262
29263         * icall.c, marshal.c marshal.h: more Marshal class implementation.
29264
29265 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
29266
29267         * reflection.c: fix call convention.
29268
29269 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
29270
29271         * reflection.h, reflection.c: mono_image_get_memberref_token()
29272         takes a type instead of a class, now. Added
29273         mono_image_get_array_token() to create tokens for the special
29274         multi-dim array methods.
29275
29276 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
29277
29278         * assembly.c: handle modules (no assembly table). Split
29279         loading references in its own function.
29280         * class.c: handle moduleref resolution scope.
29281         * image.c, image.h: cache module name in image.
29282
29283 2002-06-07  Martin Baulig  <martin@gnome.org>
29284
29285         * reflection.c (mono_image_get_type_info): Only add a class layout entry
29286         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
29287
29288 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
29289
29290         * icall.c: more signature fixes that used uint instead of int.
29291
29292 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29293
29294         * reflection.c: fixed signature of field refs.
29295
29296 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
29297
29298         * class.c, reflection.c: handle typerefs of nested types
29299         (both on read and when writing files).
29300
29301 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
29302
29303         * icall.c: fix method signatures that tried to workaround the previous
29304         typo, d'oh!
29305
29306 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
29307
29308         * debug-helpers.c: fix typo.
29309
29310 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
29311
29312         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
29313         rewrote the PE/COFF writing code (our programs are understood by the
29314         ms runtime, now).
29315
29316 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
29317
29318         * gc.c, gc.h, icall.c: weakreference support.
29319
29320 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
29321
29322         * Makefile.am, mono-config.c: use $(sysconfdir).
29323
29324 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
29325
29326         * icall.c: changed default precision of Double.ToString() to 15.
29327         Fixed memory leak. Unified with Single.ToString.
29328
29329 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
29330
29331         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
29332
29333 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
29334
29335         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
29336         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
29337         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
29338         and myself.
29339
29340 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
29341
29342         * debug-symfile.c, sysmath.c: yet more compilation fixes.
29343
29344 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29345
29346         * reflection.c, socket-io.c: more compilation fixes.
29347
29348 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
29349
29350         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
29351         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
29352         unicode.c: warning and compiler compatibility fixes.
29353
29354 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
29355
29356         * class.h, metadata.c: fixed warnings/compilation errors.
29357
29358 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
29359
29360         * Makefile.am, mono-config.c, mono-config.h: configuration file
29361         support routines.
29362         * loader.c, loader.h: make Dll mapping configurable at runtime in the
29363         config file. Export methods to insert and lookup mappings.
29364
29365 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
29366
29367         * reflection.c: handle types and boxed objects in custom attr
29368         constructors.
29369
29370 2002-05-30  Martin Baulig  <martin@gnome.org>
29371
29372         * debug-symfile.c
29373         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
29374
29375 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
29376
29377         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
29378         to lookup the implmap row for a P/Invoke method.
29379         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
29380         P/Invoke method from the runtime on an as needed basis.
29381
29382 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
29383
29384         * metadata.c (mono_metadata_parse_signature): impl.
29385
29386 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
29387
29388         * class.c: handle .pack directive.
29389
29390 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
29391
29392         * object.c: initialize static fields with RVA data.
29393
29394 2002-05-25  Martin Baulig  <martin@gnome.org>
29395
29396         * debug-symfile.c
29397         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
29398
29399 2002-05-24  Martin Baulig  <martin@gnome.org>
29400
29401         * debug-symfile.c
29402         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
29403         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
29404         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
29405
29406 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
29407
29408         * object.c: special case string ctros in invoke.
29409         * gc.c: silly whitespace changes.
29410
29411 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
29412
29413         * threadpool.[ch]: impl. a threadpool that can
29414         be used by mint and mono.
29415
29416 2002-05-22  Martin Baulig  <martin@gnome.org>
29417
29418         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
29419         The first argument is now a `MonoReflectionModuleBuilder *', the return
29420         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
29421         `methods' field to get the method builder.  The `token' argument is the
29422         unfixed token.
29423
29424         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
29425         invalid characters instead of g_assert_not_reached()ing.  This seems
29426         to be the behaviour of mscorlib.
29427
29428 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
29429
29430         * object.c (mono_runtime_invoke_array): applied patch from Rachel
29431         Hestilow to fix bug #25104
29432
29433 2002-05-21  Martin Baulig  <martin@gnome.org>
29434
29435         * debug-symfile.c (mono_debug_find_source_location): New function.
29436         Looks up an IL offset in the line number table and returns the source
29437         location as a string.
29438
29439 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29440
29441         * icall.c:
29442         (mono_double_ToStringImpl): changed %f by %g until we have something
29443         better.
29444
29445 2002-05-21  Nick Drochak  <ndrochak@gol.com>
29446
29447         * icall.c : Use different name for Math.Pow's icall.  Needed to check
29448         parameters first in C#.
29449
29450 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
29451
29452         * icall.c, reflection.h: added icall to get info about an event.
29453
29454 2002-05-20  Radek Doulik  <rodo@ximian.com>
29455
29456         * object.c (mono_value_box): don't use memcpy for boxing on BIG
29457         endian
29458         (mono_value_box): don't use memcpy for small sizes on
29459         architectures with unaligned access
29460
29461 2002-05-20  Martin Baulig  <martin@gnome.org>
29462
29463         * reflection.c (mono_reflection_setup_internal_class): Don't crash
29464         if `tb->parent == NULL'.
29465         (mono_reflection_create_internal_class): New function.  This is
29466         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
29467         for enum types.
29468
29469         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
29470         New interncall.
29471
29472 2002-05-19  Martin Baulig  <martin@gnome.org>
29473
29474         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
29475         argument to get the length, don't default to the array length.
29476
29477 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
29478
29479         * assembly.c (mono_assembly_setrootdir): New function used to
29480         override the MONO_ASSEMBLIES directory.
29481
29482 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
29483
29484         * icall.c: ValueType_GetHashCode() initialize local var.
29485
29486 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
29487
29488         * reflection.c: sort custom attributes table.
29489
29490 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
29491
29492         * reflection.c: support named args in custom attributes (write support).
29493
29494 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
29495
29496         * reflection.c: fix finally position calculation.
29497
29498 2002-05-15  Radek Doulik  <rodo@ximian.com>
29499
29500         * reflection.c: fixed endianess at many places
29501
29502         * icall.c (ves_icall_InitializeArray): comment out debug msg
29503
29504 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
29505
29506         * object.c (mono_unhandled_exception): new function to handle
29507         unhandled exceptions.
29508         (mono_unhandled_exception): call the UnhandledException event.
29509         (mono_runtime_delegate_invoke): impl.
29510
29511 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
29512
29513         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
29514         returns the RVA, not the direct pointer to the data. Handle the case
29515         when the class size is fixed.
29516
29517 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
29518
29519         * reflection.c: fix some endianess issues.
29520
29521 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
29522
29523         * object.c (mono_runtime_invoke): is now able to catch exceptions.
29524
29525         * threads.c (mono_thread_init): added a callback which is invoked
29526         at thread start.
29527
29528 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
29529         
29530         * icall.c: make GetHashCode return non-negative values.
29531
29532 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
29533
29534         * object.c, icall.c, gc.c: revert to address-based hashcode.
29535
29536 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
29537
29538         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
29539
29540 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
29541
29542         * icall.c, class.c: special case <Module>.
29543
29544 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
29545
29546         * icall.c: fix bug in GetNow().
29547
29548 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
29549
29550         * object.c (mono_runtime_class_init): make sure that we call all
29551         static class constructors.
29552
29553 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
29554
29555         * reflection.c: sort methodsemantics table.
29556
29557 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
29558
29559         * reflection.h, reflection.c: honour init locals setting.
29560
29561 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
29562
29563         * icall.c: copied Double ToStringImpl for Single ToStringImpl
29564
29565 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
29566
29567         * reflection.c: support ContructorBuilders in attribute blob creation.
29568
29569 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
29570
29571         * reflection.c: some changes to build a binary that can be run
29572         directly in windows.
29573
29574 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
29575
29576         * loader.c: print a big message when an icall can't be found.
29577
29578 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29579
29580         * string-icalls.c: fix bug 24248.
29581
29582 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
29583
29584         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
29585         icall.c, reflection.h: separate assembly loading by pathname and by
29586         assembly name. Use the MONO_PATH env var to search for assemblies.
29587
29588 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
29589
29590         * assembly.c, image.h: add some support for assemblies
29591         with multiple modules.
29592         * class.c, class.h: export mono_class_from_typeref().
29593         * loader.c: remove duplicated code and use mono_class_from_typeref(),
29594         instead.
29595
29596 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
29597
29598         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
29599         documentation says (the ECMA one is correct).
29600
29601 2002-05-02  Dick Porter  <dick@ximian.com>
29602
29603         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
29604         Don't name the synchronisation mutex.
29605
29606 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
29607
29608         * rand.c
29609         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
29610         Make the prototypes match.
29611         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
29612         Same.
29613
29614         * icall.c
29615         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
29616         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
29617         all systems have tm.tm_zone, so use strftime() with %Z to print
29618         the timezone abreviation into a temp string.
29619
29620         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
29621         rather than mono_array_addr() on a MonoString on Big Endian
29622         machines.
29623
29624 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
29625
29626         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
29627         fix bug 24041
29628
29629 2002-04-30  Dick Porter  <dick@ximian.com>
29630
29631         * socket-io.c: Cope with SOCKET being an integer rather than a
29632         pointer now.
29633
29634         * threads.c: Added Thread_free_internal, to deal with thread
29635         handle cleanup.  Moved calls to handle_store() and handle_remove()
29636         to start_wrapper(), so each can only be called once.  Allocate
29637         synchronisation blocks with GC_malloc(), and use GC finalisation
29638         to close the handles.
29639
29640         * icall.c: added System.Threading.Thread::Thread_free_internal
29641
29642 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
29643
29644         * icall.c: support Environment.Exit, CommandLineArgs().
29645
29646 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
29647
29648         * object.c, object.h: added mono_runtime_run_main () and
29649         mono_runtime_get_main_args () for use in System.Environment.
29650
29651 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
29652
29653         * gc.c: fix thinko, enable actual finalization since the jit is now
29654         fixed.
29655
29656 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
29657
29658         * gc.c, object.c: take into account that an object may be offset wrt the address
29659         returned by GC_malloc().
29660
29661 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
29662
29663         * image.c: handle files without entries in the assembly table (modules).
29664
29665 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
29666
29667         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
29668         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
29669         allowed to be null when it's System.Object class setup.
29670
29671 2002-04-27  Martin Baulig  <martin@gnome.org>
29672
29673         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
29674         if `tb->parent == NULL' rather than crashing.
29675
29676 2002-04-28  Nick Drochak  <ndrochak@gol.com>
29677
29678         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
29679         calling acos() where asin() should have been called.
29680
29681 2002-04-26  Martin Baulig  <martin@gnome.org>
29682
29683         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
29684         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
29685         there's a subdirectory called `System', but we don't want to read that
29686         subdirectory as an assembly.
29687
29688 2002-04-25  Martin Baulig  <martin@gnome.org>
29689
29690         * debug-symfile.c: Reflect latest MonoString changes.
29691
29692 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
29693
29694         * rand.c, rand.h: instance method icalls need to have an explicit
29695         this pointer as first argument in the C implementation.
29696
29697 2002-04-25  Nick Drochak <ndrochak@gol.com>
29698
29699         * icall.c: Fix typo in map for GetNonZeroBytes
29700
29701 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
29702
29703         * string-icalls.c : String does now passes unit tests without any 
29704         errors, the following changes has been made:
29705         
29706         Implemented replace methods.
29707         Renaming of methods to (try) follow the standard.
29708         Fixed compare ordinal
29709         Made all memory allocated directly to function instead of via icall function.
29710         Small performance fix in is_in_array function
29711                         
29712  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
29713
29714         c (mono_string_Internal_ctor_charp_int_int):
29715         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
29716         sindex < 0, throw ArgumentOutOfRangeException instead of
29717         ArgumentNullException.
29718
29719         Added new check for length == 0, however
29720         I need to make it return String.Empty from the C code.
29721         
29722         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
29723         that calculate the length for us here.
29724         
29725         (mono_string_Internal_ctor_sbytep_int_int): Replaced
29726         mono_string_new_utf16 with mono_string_new, since value is utf8.
29727
29728 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
29729
29730         * object.c: register the object for finalization if needed.
29731         Allocate one more char in the string for the terminating 0 char.
29732
29733 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
29734
29735         * class.c, class.h, image.c: check if a type implemenst a destructor.
29736         Use the proper key for array class lookups.
29737         * icall.c: register the icalls in the System.GC class.
29738         * gc.c, gc.h: GC-related functions and icalls.
29739
29740 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29741
29742         * icall.c:
29743         * socket-io.c:
29744         * unicode.c: free some strings gotten from mono_string_to_utf8 and
29745         changed a couple of free () by g_free ().
29746
29747         * decimal.c: one-liner in the comments for decimal2string ().
29748
29749 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
29750
29751         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
29752
29753 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
29754
29755         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
29756         * object.c (mono_runtime_invoke_array) : handle null in params
29757
29758 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
29759
29760         * string-icalls.c: fixed bug in split (one off bug)
29761
29762 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
29763
29764         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
29765         * icalls.c: added String::Equals as internal method
29766
29767 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
29768
29769         * threads.c: fixed bug in the double interlocked functions
29770
29771 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
29772
29773         * threads.c: implemented all of the new interlocked icalls.
29774         * string-icalls.c: fix a bug in insert.
29775         * icalls.c: added the icalls for interlocked, removed old string functions.
29776         
29777 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
29778
29779         * loader.c: fix off-by-one error when reading argument names.
29780
29781 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
29782
29783         * profiler.c: win32 counter implementation (untested).
29784         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
29785         (the latter needs testing and more complete impl. from win32 folks).
29786
29787 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
29788
29789         * object.c: mono_array_new_full workaround mono_array_class_get
29790         problem.
29791
29792 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
29793
29794         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
29795         * object.h (mono_string_chars): Changed casting type.
29796
29797 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
29798
29799         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
29800                            method signatures to use gunichar2 instead of gint16.
29801
29802 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
29803
29804         * object.h, object.c: domain-specific versions of mono_object_new and
29805         mono_array_new.
29806
29807 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
29808
29809         * object.c: changed String layout
29810
29811         * string-icalls.c (mono_string_Internal_ctor_chara): added
29812         internal string constructors.
29813
29814 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
29815
29816         * threads.c: pass 'this' to the thread start routine.
29817
29818 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29819
29820         * string-icalls.c: fix IndexOf and LastIndexOf. Now
29821         InternalCompareStr don't call twice mono_string_cmp_char for the last
29822         character. Improved performance in mono_string_cmp_char.
29823
29824 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
29825
29826         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
29827         code into its own library: libmonoruntime.
29828
29829 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
29830
29831         * object.h, object.c: changed array format so that szarrays do not
29832         require a bounds structure.
29833         * icall.c, appdomain.c: support for new szarray format.
29834
29835 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
29836
29837         * metadata.c: compare also the retuns type when comparing signatures:
29838         we didn't do this as an optimization since really overloaded methods
29839         must differ also in the arguments, but this doesn't work with
29840         low-level IL code (or when using explicit conversion operators: see
29841         bug#23498 for an example).
29842
29843 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
29844
29845         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
29846
29847 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
29848
29849         * icall.c: make MonoType::GetElementType its own icall.
29850
29851 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
29852
29853         * icall.c: remove MonoMethod_get_Name().
29854         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
29855         object.
29856
29857 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
29858
29859         * string-icalls.c: optimized a few methods.
29860
29861 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
29862
29863         * icall.c: added all new string internal calls
29864         * string-icalls.c: added, new string internal call implementation.
29865         * object.c: added mono_string_new_size for allocating a string a size
29866
29867 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
29868
29869         * object.c (mono_object_isinst): use the same code as in the
29870         optimized x86 version.
29871
29872 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
29873
29874         * profiler.c: TSC-based timer code (faster and more accurate).
29875         Not hooked up in configure, yet (set USE_X86TSC to 1).
29876
29877 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
29878
29879         * profiler.c, profiler.h: track time spent compiling methods.
29880         * threads.c: track thread creation/destruction.
29881
29882 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
29883
29884         * profiler.c, profiler.h, profiler-private.h: profiling interface
29885         and sample implementation. Moved here so that it can be used also by
29886         the jit.
29887
29888 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
29889
29890         * reflection.c, reflection.h: keep types and other handles separate in
29891         the hash tables for referred tokens. Add guid for modules.
29892
29893 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
29894
29895         * assembly.c: fix bugs found with valgrind.
29896         * metadata.h, metadata.c: added mono_metadata_guid_heap().
29897
29898 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
29899
29900         * threads: added icall support for getting current domain for
29901                    the thread.
29902  
29903 2002-04-13  Martin Baulig  <martin@gnome.org>
29904
29905         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
29906         (MonoDebugVarInfo): Added `index' field for register based addresses.
29907         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
29908         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
29909         `MonoDebugVarInfo *params' and `guint32 this_offset' with
29910         `MonoDebugVarInfo *this_var'.
29911
29912         * debug-symfile.c (relocate_variable): New static function to write
29913         a location description for a local variable or method parameter.
29914
29915 2002-04-12  Martin Baulig  <martin@gnome.org>
29916
29917         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
29918         stack offset and begin/end scope address of a local variable.
29919         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
29920         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
29921         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
29922
29923         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
29924         Added new relocation types for start/end scope of a local variable.
29925
29926 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
29927
29928         * object.h: add mono_object_domain() macro.
29929         * reflection.c: handle typespecs.
29930         * icall.c: MonoMethod::get_Name() implementation.
29931
29932 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
29933
29934         * icall.c: String::GetHashCode() icall implementation.
29935
29936 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29937
29938         * icall.c: String::IndexOfAny icall.
29939         * object.c, object.h: make array->max_length more useful.
29940         Intrduced mono_object_class() and mono_string_length() macros.
29941
29942 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29943
29944         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
29945         instead of g_unichar_isdigit.
29946
29947 2002-04-11  Nick Drochak  <ndrochak@gol.com>
29948
29949         * icall.c: Implement a simple Double.ToString().
29950
29951 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
29952
29953         * appdomain.h: only io-layer.h is supposed to be included.
29954         * icall.c: explicitly import environ. Fix warning.
29955
29956 2002-04-10  Nick Drochak  <ndrochak@gol.com>
29957
29958         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
29959                 return true even if it's not Daylight Savings time.
29960                 Only return false for the case where the function isn't
29961                 implemented for a plaform (read Windows).
29962
29963 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
29964
29965         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
29966         data with a mutex.
29967
29968 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
29969
29970         * mempool.c (mono_mempool_alloc): only use g_malloc when
29971         absolutely necessary.
29972
29973 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
29974
29975         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
29976
29977         * class.c (mono_class_vtable): use domain mempool to allocate vtable
29978         (mono_class_proxy_vtable): use domain mempool
29979
29980 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
29981
29982         * appdomain.h, appdomain.c: split initialization that requires the
29983         execution engine support into mono_runtime_init().
29984
29985 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
29986
29987         * class.c (mono_class_init): don't include vtable inside MonoClass
29988         to save some memory, gather some statistics.
29989         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
29990
29991 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
29992
29993         * icall.c: internalcall implementation for ValueType.Equals().
29994
29995 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
29996
29997         * object.c (mono_message_init): moved 
29998         (mono_runtime_exec_main): new arch. independent impl.
29999         (mono_runtime_invoke_array): new method - like
30000         mono_runtime_invoke, but you can pass an array of objects.
30001         (mono_remoting_invoke): new arch. independent impl.
30002         (mono_message_invoke): new arch. independent impl.
30003         (mono_runtime_class_init): new arch. independent impl.
30004         (mono_runtime_object_init): new arch. independent impl.
30005
30006 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
30007
30008         * metadata.c, object.c, reflection.c: documented the exported
30009         functions.
30010
30011 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
30012
30013         * icall.c: simpler code to pass the assembly builder data to corlib.
30014         Implement GetNestedTypes() internalcall.
30015
30016 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
30017
30018         * class.c: warn if a type can't be loaded.
30019
30020 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
30021
30022         * image.h: typedef MonoImageOpenStatus
30023         * types.h: removed unused file
30024         
30025 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
30026
30027         * icall.c: Enum_ToObject accepts enum value arguments.
30028
30029 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
30030
30031         * class.c: move initialization of properties, events and nested
30032         classes, so that they happen for interfaces, too.
30033
30034 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
30035
30036         * icall.c: cleanup some ugly casts in Array_SetValue*.
30037
30038 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
30039
30040         * icall.c: the values array fro enums is of the correct type, now.
30041         Implement (correctly) getFullName instead of assQualifiedName for
30042         MonoType.
30043         * reflection.h, reflection.c: added mono_type_get_name ().
30044
30045 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
30046
30047         * assembly.c, image.h: for each MonoImage, record from wich assembly
30048         it was loaded.
30049         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
30050         Make Type.Assembly work.
30051
30052 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
30053
30054         * debug-symfile.h: use char* instead of gpointer to avoid
30055         unnecessary casts.
30056
30057         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
30058
30059         * icall.c (ves_icall_InternalExecute): impl. FielSetter
30060         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
30061
30062 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
30063
30064         * icall.c (mono_message_init): impl. (code cleanup)
30065         (ves_icall_InternalExecute): impl. FieldGetter
30066
30067         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
30068         defined we call all (non-static)methods through the vtable. 
30069
30070 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
30071
30072         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
30073         finalizer even though the memory is still referenced (and the chunk of
30074         memory is not freed).
30075
30076 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
30077
30078         * assembly.c: fix brokeness.
30079
30080 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
30081
30082         * class.c: kill some warnings. Check explicit interface method
30083         implementation also without considering the namespace.
30084         Load also literal strings in static class data.
30085
30086 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
30087
30088         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
30089         (default_assembly_name_resolver): Make the resolver take the
30090         "base" directory where the assembly was originally defined, so we
30091         can load DLLs that are in the same directory as the assembly that
30092         is being referenced.
30093
30094 2002-03-28  Dick Porter  <dick@ximian.com>
30095
30096         * file-io.h: 
30097         * file-io.c:
30098         * socket-io.c: 
30099         * unicode.h: 
30100         * unicode.c: Warning cleanups
30101
30102 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
30103
30104         * object.h, reflection.h: use the correct type instead of MonoObject.
30105
30106 2002-03-28  Martin Baulig  <martin@gnome.org>
30107
30108         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
30109         (mono_debug_update_symbol_file): Initialize classes if necessary.
30110
30111 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
30112
30113         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
30114         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
30115
30116 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
30117
30118         * assembly.h: fix function prototype.
30119         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
30120         * mono-endian.h: use const cast.
30121
30122 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
30123
30124         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
30125
30126 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
30127
30128         * loader.c: don't assert when a typeref can't be loaded, give
30129         a chance to the runtime to trow an exception instead.
30130         * loader.h: fix warning.
30131
30132 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
30133
30134         * class.c (mono_class_proxy_vtable): added proxy support
30135
30136 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
30137
30138         * icall.c: removed last of PAL calls, added System.Environment
30139         * file-io.h, file-io.c: MonoIO implementation
30140         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
30141
30142 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
30143
30144         * appdomain.c: do not use the byte marker in ldstr table lookup.
30145         * debug-helpers.c: allow two ':' to separate class and method name.
30146         * object.c: allocate arrays bounds with the GC, too.
30147         * verify: add a few more checks.
30148
30149 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
30150
30151         * reflection.c: output also literal strings. Allocate parameter data
30152         with GC_malloc() (thanks, Martin, for catching this!).
30153
30154 2002-03-26  Martin Baulig  <martin@gnome.org>
30155
30156         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
30157         include the `this' offset in the `param_offsets'.
30158
30159 2002-03-25  Martin Baulig  <martin@gnome.org>
30160
30161         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
30162         mono_debug_get_class() function to get the classes. Added new
30163         relocation types for arrays and strings.
30164         (mono_debug_get_class): New static function to search in all
30165         referenced assemblies for a metadata token.
30166
30167         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
30168
30169 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
30170
30171         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
30172         hold gc-allocated objects. Make the string heap a stream like the
30173         others. Removed duplicated code when writing stream info.
30174         Added asserts to catch possible buffer overflows. Set the sorted map
30175         for tables that need sorting. Added some documentation.
30176
30177 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
30178
30179         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
30180         for interned strings and vtables.
30181
30182 2002-03-24  Martin Baulig  <martin@gnome.org>
30183
30184         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
30185         it in the array since it was created with g_slist_prepend().
30186
30187 2002-03-24  Martin Baulig  <martin@gnome.org>
30188
30189         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
30190         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
30191         (mono_debug_method_from_token): Renamed to
30192         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
30193         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
30194
30195         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
30196         relocation types.
30197
30198         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
30199
30200 2002-03-24  Martin Baulig  <martin@gnome.org>
30201
30202         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
30203         (mono_debug_method_from_token): New func.
30204
30205         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
30206         New interncall, calls mono_debug_local_type_from_signature().
30207         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
30208         calls mono_debug_method_from_token().
30209
30210 2002-03-23  Martin Baulig  <martin@gnome.org>
30211
30212         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
30213         specifies the number of bytes to be converted, not the array size.
30214         Return the number of chars, not the number of bytes.
30215         (ves_icall_iconv_get_chars): The `byteCount' argument
30216         specifies the number of bytes to be converted, not the array size.
30217
30218 2002-03-23  Martin Baulig  <martin@gnome.org>
30219
30220         * reflection.h (MonoReflectionSigHelper): New type.
30221
30222         * reflection.c (mono_reflection_sighelper_get_signature_local),
30223         (mono_reflection_sighelper_get_signature_local): New functions.
30224
30225         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
30226         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
30227         interncalls.
30228
30229 2002-03-23  Martin Baulig  <martin@gnome.org>
30230
30231         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
30232         is_writeable is set.
30233         (mono_raw_buffer_update): New function to write the modified map
30234         back to disk.
30235
30236         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
30237
30238         * debug-symfile.c (mono_debug_update_symbol_file): Call
30239         mono_raw_buffer_update() when done writing.
30240
30241 2002-03-23  Martin Baulig  <martin@gnome.org>
30242
30243         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
30244
30245         * debug-symfile.c: Added support for arguments and local variables.
30246
30247 2002-03-23  Dick Porter  <dick@ximian.com>
30248
30249         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
30250         protected by ifdefs, hence breaking the w32 build.
30251
30252 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
30253
30254         * object.c: implement is_interned() the right way.
30255
30256 2002-03-21  Martin Baulig  <martin@gnome.org>
30257
30258         * debug-symfile.[ch]: New files to handle debugging information
30259         files. There's also support to dynamically update these symbol
30260         files to include machine dependent information.
30261
30262 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
30263
30264         * threads.c (mono_thread_create): new function to create thread
30265         from C
30266
30267 2002-03-20  Martin Baulig  <martin@gnome.org>
30268
30269         * icall.c (ves_icall_InternalInvoke): Create a new object if the
30270         method is a constructor.
30271         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
30272         points to ves_icall_InternalInvoke().
30273
30274 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
30275
30276         * file-io.c: Flush shouldn't throw exceptions.
30277
30278 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
30279
30280         * file-io.c: FileStream flush support; FileSetLength now
30281         restores file pointer.
30282
30283 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
30284
30285         * class.c: set image for pointer classes.
30286
30287 2002/03/19  Nick Drochak <ndrochak@gol.com>
30288
30289         * sysmath.c: Forgot one.
30290
30291 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
30292
30293         * sysmath.c: Avoid redefining existing names.
30294
30295 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
30296
30297         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
30298         handled by runtime as icall rather than dllimport from libm.so
30299         * file-io.c, file-io.h: fixed handle argument type.
30300
30301 2002-03-18  Dick Porter  <dick@ximian.com>
30302
30303         * reflection.c (mono_image_get_type_info): rename interface to
30304         iface, because of "#define interface struct" on windows.
30305
30306 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
30307
30308         * class.c, class.h: rename and export mono_ptr_class_get().
30309         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
30310         * reflection.c, reflection.h, icall.c: better/saner type name
30311         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
30312         method signatures.
30313
30314 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
30315
30316         * class.c (mono_class_init): removed hardcoded GHC_SLOT
30317
30318         * icall.c (ves_icall_InternalInvoke): impl.
30319
30320 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
30321
30322         * reflection.c: output the interface map table, too.
30323
30324 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
30325
30326         * class.c (class_compute_field_layout): separate computation of 
30327         static field layout
30328
30329 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
30330
30331         * icall.c: added System.Buffer support.
30332         * file-io.c: moved file icalls from PAL to FileStream.
30333
30334 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
30335
30336         * icall.c (ves_icall_System_Object_GetHashCode): impl.
30337
30338 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
30339
30340         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
30341
30342 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
30343
30344         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
30345
30346 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
30347
30348         * debug-helpers.{c,h}: moved here from monograph some useful functions
30349         to locate a method by name/signature in a class or image. Included
30350         also a small and flexible IL disassembler.
30351
30352 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
30353
30354         * reflection.c: fixup tokens in methods with small header size, too.
30355
30356 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
30357
30358         * object.c (mono_string_to_utf8): remove assert(!error), instead
30359         print a warning. 
30360
30361 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
30362
30363         * icall.c: update to the new mono_Array_class_get interface.
30364
30365 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
30366
30367         * appdomain.c, object.c: Boehm-GC enable.
30368         * icall.c: make get_data_chunk() support split data requests.
30369         Ensure a class is initialized in more cases. Return only the first
30370         property found in GetProperties() or the compiler gets confused. 
30371         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
30372         * reflection.h, reflection.c: add fixup mechanism for field and method
30373         tokens. Initialize assembly->typeref in a single place. Output
30374         properties after events. Support custom attributes for events, too.
30375         Typo fix for paramter custom attrs.
30376
30377 2002-03-07  Martin Baulig  <martin@gnome.org>
30378
30379         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
30380
30381 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
30382
30383         * class.c (mono_array_class_get): fix. for multi. dim. arrays
30384
30385 2002-03-06  Martin Baulig  <martin@gnome.org>
30386
30387         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
30388         non-zero lower bounds. See testcases #F10-#F13.
30389
30390 2002-03-05  Martin Baulig  <martin@gnome.org>
30391
30392         * exception.c (mono_get_exception_argument_out_of_range): New exception.
30393
30394         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
30395         ves_icall_System_Array_GetValue(), only calculate the absolute array position
30396         here.
30397         (ves_icall_System_Array_SetValue): Likewise.
30398         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
30399         as argument and does the actual work. This function is used when copying a
30400         multi-dimensional array.
30401         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
30402         now do all the widening conversions of value types.
30403         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
30404
30405 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
30406
30407         * class.c: remove some magic numbers and use the smbolic names,
30408         instead. Added init_events() to load event info at class init time.
30409         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
30410         and mono_metadata_methods_from_event().
30411         * reflection.h, reflection.c: added support for writing out the evnets
30412         related information.
30413
30414 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
30415
30416         * reflection.h, icall.c: use a different method (GetInterfaces)
30417         to gather interface info and add isbyref, isprimitive and
30418         ispointer to the ves_icall_get_type_info() return value.
30419
30420 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
30421
30422         * class.h: stared adding support for events.
30423         * icall.c: split find_members implementation. Added debug icall to get
30424         the address of an object.
30425         * reflection.c: handle TypeBuilders in mono_type_get_object().
30426
30427 2002-03-01  Martin Baulig  <martin@gnome.org>
30428
30429         * icall.c (ves_icall_System_Array_GetLength): This must throw an
30430         ArgumentOutOfRangeException(), not an ArgumentException().
30431         (ves_icall_System_Array_GetLowerBound): Likewise.
30432         (ves_icall_System_Array_GetValue): Improved argument checking.
30433         (ves_icall_System_Array_SetValue): Improved argument checking.
30434
30435 2002-03-01  Martin Baulig  <martin@gnome.org>
30436
30437         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
30438         called with invalid arguments rather than just dying with g_assert().
30439         (ves_icall_System_Array_SetValue): Likewise.
30440         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
30441         raise a NotImplementedException instead.
30442         (ves_icall_System_Array_GetLength): Added argument checking.
30443         (ves_icall_System_Array_GetLowerBound): Added argument checking.
30444
30445 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
30446
30447         * object.h (mono_assert): new macros mono_assert and
30448         mono_assert_not_reached
30449
30450 2002-02-28  Martin Baulig  <martin@gnome.org>
30451
30452         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
30453         and "System::String::IsInterned" to "System::String::_IsInterned".
30454
30455 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
30456
30457         * icall.c: remove hacks for typebuilder. Added icall to create a
30458         modified type from a tybebuilder.
30459         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
30460         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
30461         to create a backing MonoClass for a TypeBuilder.
30462
30463 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
30464
30465         * class.c, class.h: more refactoring of class init.
30466         Export mono_class_setup_mono_type() and mono_class_setup_parent().
30467
30468 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
30469
30470         * marshal.c, marshal.h: start of marshaling interface.
30471
30472 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
30473
30474         * icall.c: fix order in assembly qualified name icall.
30475
30476 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
30477
30478         * class.c: do not free str, since we store it in the hash table.
30479         * reflection.h: add label field to MonoILExceptionInfo.
30480         * reflection.c: handle references to more than one assembly. Handle
30481         case when there isn't a module created in the assembly.
30482
30483 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
30484
30485         * class.c: Fix typo. Start refactoring of class init code.
30486
30487 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
30488
30489         * appdomain.c: exit with 1 on error.
30490         * class.c: we already have the name in MonoClassField.
30491         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
30492         MonoStreamHeader instead of an offset of image->raw_metadata.
30493
30494 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
30495
30496         * appdomain.c (mono_init): Be even more descriptive about the error.
30497
30498 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
30499
30500         * appdomain.c: give the user an informative message when corlib can't
30501         be loaded.
30502
30503 2002-02-26  Martin Baulig  <martin@gnome.org>
30504
30505         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
30506         New icall to get the time zone data.
30507
30508 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
30509
30510         * reflection.c: set virtual and raw size of section correctly.
30511         * threads.c: transfer domain information to newly created threads.
30512
30513 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
30514
30515         * class.c: when instancing a class in a domain, load the default
30516         vaules for static fields from the constant table. Fix System.Enum to
30517         not be an enum.
30518         * icall.c: implement Object::GetType() internalcall. Implemented
30519         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
30520         Fixed checking of binding flags in find_members().
30521         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
30522         * reflection.c: handle enumerations when writing to the constant
30523         table. Use a different object cache for types.
30524
30525
30526 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
30527
30528         * object.c (mono_object_isinst): fix for arrays
30529
30530         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
30531
30532 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
30533
30534         * object.c: don't use mprotect ()  and fix intern pool hash table
30535         lookup for big endian systems.
30536
30537 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
30538
30539         * icall.c: change type_is_subtype_of () signature.
30540
30541 2002-02-21  Mark Crichton  <crichton@gimp.org>
30542
30543         * rand.c, rand.h: Added random number generator for
30544         System.Security.Cryptography classes.
30545
30546         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
30547
30548         * icall.c: Added System.Security.Cryptography calls.
30549
30550 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
30551
30552         * class.c, icall.c, metadata.c: better support for pointer types.
30553         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
30554         * reflection.c: Add support for getting custom attrs for properties
30555         and simplify some code.
30556
30557 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
30558
30559         * icall.c: change getToken () and add custom attribute GetBlob()helper
30560         method.
30561         * reflection.h: add custom attrs array to the reflection builder structures.
30562         * reflection.c: encode and emit custom attributes for all the relevant
30563         reflection objects. Cache fieldref and methodref tokens. Change
30564         mono_image_create_token() interface to take a MonoDynamicAssembly.
30565         More complete custom attributes decoder. Load custom attributes for
30566         Assembly, Field, Method and Constructor objects, too. Make the
30567         returned array an Attribute[] one, not object[]. Added
30568         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
30569         custom attribute constructor.
30570
30571 2002-02-20  Dick Porter  <dick@ximian.com>
30572
30573         * icall.c:
30574         * rawbuffer.c:
30575         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
30576         problem code out for now).
30577
30578 2002-02-19  Radek Doulik  <rodo@ximian.com>
30579
30580         * object.c (mono_ldstr): use hash table to avoid multiple swapping
30581
30582 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
30583
30584         * icall.c: register the GetCustomAttributes method.
30585         * object.c, object.h: add mono_string_new_len ().
30586         * reflection.h, reflection.c: added mono_runtime_invoke(),
30587         mono_install_runtime_invoke(). Added
30588         mono_reflection_get_custom_attrs () to load custom attributes and
30589         create the attribute objects.
30590
30591 2002-02-19  Dick Porter  <dick@ximian.com>
30592         * threads-dummy-types.c:
30593         * threads-dummy-types.h:
30594         * threads-dummy.c:
30595         * threads-dummy.h:
30596         * threads-pthread-types.c:
30597         * threads-pthread-types.h:
30598         * threads-pthread.c:
30599         * threads-pthread.h:  Deleted obsolete files
30600
30601 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
30602
30603         * class.c (mono_class_vtable): runtime init the class when we
30604         allocate static class data.
30605
30606         * icall.c (ves_icall_System_Array_SetValue): check for null values.
30607
30608         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
30609         and String - but we will need generic marshalling support in the
30610         future. 
30611         (mono_init): set the domain name in a ms compatible way
30612
30613         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
30614         String[].
30615
30616 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
30617
30618         * object.c (mono_array_clone): use alloca() instead of g_malloc  
30619         for sizes
30620
30621         * appdomain.c (mono_domain_unload): impl.
30622
30623 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
30624
30625         * appdomain.c, object.c: fix intern pool implementation.
30626         * class.c: fix alignment code.
30627
30628 2002-02-16  Radek Doulik  <rodo@ximian.com>
30629
30630         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
30631         and s2 > s1, just copy lower bytes to be compatible with little
30632         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
30633         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
30634
30635         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
30636         force big_endian to be 1 for big endian machines 
30637         (ves_icall_iconv_new_decoder): ditto
30638
30639 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
30640
30641         * socket-io.c (convert_sockopt_level_and_name): If the system
30642         doesn't define SOL_IP or SOL_TCP, get them by hand using
30643         getprotobyname() and caching the values (because this could be a
30644         slow operation).
30645         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
30646         Use the appropriate struct when the system does support it. Ie,
30647         not all systems have struct ip_mreqn so use struct ip_mreq when
30648         appropriate.
30649
30650 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
30651
30652         * reflection.c: handle finally clauses.
30653
30654 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
30655
30656         * socket-io.c: use g_snprintf() instead of snprintf.
30657
30658 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
30659
30660         * reflection.c (mono_param_get_objects): Cast second argument to
30661         mono_method_get_param_names to a const char** to silence the
30662         compiler warning.
30663
30664         * appdomain.c (mono_domain_assembly_open): Put parens around the
30665         truth statement in the for-loop.
30666
30667         * unicode.c (iconv_convert): Got rid of a compiler warning about
30668         int i being unused when the system has a new iconv.
30669         (iconv_get_length): Same.
30670
30671         * image.c (load_class_names): Cast the second argument to
30672         g_hash_table_insert() to char* to hush compiler warnings about the
30673         arg being a const.
30674         (mono_image_open): Same here.
30675
30676         * socket-io.c: Don't conditionally include sys/filio.h or
30677         sys/sockio.h here anymore since we now get them from
30678         io-layer/io-layer.h
30679         (inet_pton): If the system doesn't support inet_aton, implement
30680         using inet_addr and also #define INADDR_NONE if it isn't defined
30681         by the system.
30682
30683 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
30684
30685         * metadata.c, metadata.h: added function to get packing and size info
30686         of a typedef.
30687         * reflection.h, reflection.c: handle field RVA data. Save info about
30688         the table layout if needed. Assign typedef indexes to all the types
30689         before dumping the info about them to avoid forward reference problems.
30690
30691 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
30692
30693         * socket-io.c (convert_sockopt_level_and_name): ifdef
30694         SO_ACCEPTCONN because it is not defined on my system (old debian)
30695
30696 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
30697
30698         * opcode.c: use stddef.h to get NULL.
30699
30700 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
30701
30702         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
30703         for FIONBIO, FIONREAD and SIOCATMARK.
30704         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
30705         define INADDR_NONE and besides, inet_addr() is deprecated and
30706         should not be used. Use inet_pton() instead - it also has the
30707         added bonus that it can easily handle IPv6 addresses as well.
30708         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
30709
30710 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
30711
30712         * decimal.c: remove _MSC_VER conditional.
30713
30714 2002-02-13  Dick Porter  <dick@ximian.com>
30715
30716         * socket-io.c: 
30717         * icall.c: Internal calls for Blocking, Select, Shutdown,
30718         GetSocketOption and SetSocketOption
30719
30720 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
30721
30722         * assembly.cs: better resolver: use it instead of some kludgy
30723         code.
30724
30725 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
30726
30727         * reflection.c: the best way to speed-up the compiler is to avoid
30728         infinite loops.
30729
30730 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
30731
30732         * class.c (mono_class_vtable): changed the object layout
30733         (obj->vtable->class). 
30734         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
30735
30736 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
30737
30738         * assembly.c: look for assemblies in the assembly dir, too.
30739
30740 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
30741
30742         * class.c: fix thinko in mono_class_from_type().
30743
30744 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
30745
30746         * exception.h, exception.c: added TypeLoadException.
30747         * object.h, object.c: added mono_array_clone ().
30748         * icall.c: handle throwOnError in AssemblyGetType().
30749         Added Array.Clone().
30750         * opcode.h, opcode.c: use a single value for the opcode val.
30751         Compile fix for non-gcc compilers.
30752
30753 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
30754
30755         * opcodes.c, opcodes.h: export interesting info about opcodes.
30756
30757 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
30758
30759         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
30760         icalls. 
30761
30762         * class.c (class_compute_field_layout): set element_class for enums
30763         (mono_class_create_from_typedef): set element_class for normal classes
30764
30765         * icall.c (ves_icall_System_Enum_get_value): impl.
30766
30767         * class.c (mono_class_create_from_typedef): do not set valuetype
30768         flag for System.ValueType and System.Enum
30769
30770 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
30771
30772         * unicode.c (iconv_convert): fix big endian problem.
30773
30774 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
30775
30776         * class.c: add asserts if we are ever going to scribble over memory.
30777         * socket-io.c: not all systems have AF_IRDA defined.
30778
30779 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
30780
30781         * class.c (class_compute_field_layout): do not consider static
30782         fields to compute alignment
30783
30784 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
30785
30786         * appdomain.c (mono_appdomain_get): impl.
30787         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
30788
30789 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
30790
30791         * icall.c: ignore "file://" prefix when loading an assembly.
30792
30793 2002-01-23  Dick Porter  <dick@ximian.com>
30794
30795         * socket-io.c:
30796         * icall.c:
30797         * Makefile.am: Added socket support
30798
30799 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
30800
30801         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
30802         code back.  This should return the assemblies that are loaded by
30803         the runtime on behalf of an application domain. 
30804
30805         The current implementation is still broken, it just returns every
30806         assembly loaded, but until we get real applications domain this
30807         will do.
30808
30809 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
30810
30811         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
30812         AppDomain object.
30813
30814 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
30815
30816         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
30817         the mono_class_from_name lookup.
30818         (ves_icall_get_parameter_info): ditto.
30819         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
30820         method.
30821         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
30822
30823 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
30824
30825         * class.c: load also nested classes on class init.
30826         System.ValueType instance methods gets passed boxed
30827         values, unless methods in derived classed that get a pointer to the
30828         data.
30829         * icall.c: use better name parsing code in GetType().
30830         * image.c, image.h: add mono_image_loaded ().
30831         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
30832         * reflection.c, reflection.h: added mono_reflection_parse_type().
30833
30834 2002-01-22  Veronica De Santis <veron78@interfree.it>
30835
30836         * icall.c : Added mapping of internal calls for Manual and Auto reset events
30837         * threads.c : Added the implementation of internal calls for events
30838         * threads.h : Added prototypes of internal calls for events
30839         
30840 2002-01-21  Radek Doulik  <rodo@ximian.com>
30841
30842         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
30843
30844 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
30845
30846         * class.c (mono_class_init): set min_align to 1 (instead of 0)
30847         (mono_class_value_size): use min_align
30848
30849 2002-01-20  Dick Porter  <dick@ximian.com>
30850
30851         * threads.h:
30852         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
30853         so it compiles on w32.
30854
30855 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
30856
30857         * metadata.c (mono_type_stack_size): impl.
30858
30859         * class.c (mono_class_get_field): impl. memberref token
30860
30861 2002-01-16 Veronica De Santis <veron78@@interfree.it>
30862
30863         * icall.h : Added the internal calls mapping for CreateMutex_internal
30864                     and ReleaseMutex_internal.
30865         * threads.h : Added the prototype of mutexes internal calls.
30866         * threads.c : Added the implementations of mutexes internal calls.
30867
30868 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
30869
30870         * metaparse.h: removed unused file.
30871         * reflection.c, reflection.h: added stream_data_align () function 
30872         to align data in streams and keep stream aligned. Add support for
30873         exception support in method headers.
30874
30875 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
30876
30877         * unicode.c: make iconv_convert () return the number of bytess written
30878         in the output buffer.
30879
30880 2002-01-15  Dick Porter  <dick@ximian.com>
30881         * threads.c: Make the runtime's idea of infinite timeouts coincide
30882         with the class library's
30883
30884         Fix a particularly egregious bug in mono_thread_cleanup(). That
30885         code was so utterly bogus it must have been written on a Monday.
30886
30887 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
30888
30889         * reflection.h: add subtypes field to TypeBuilder.
30890         * reflection.c: encode constants for literal fields.
30891         Handle subtypes. Fix user string token (and add a zero byte)
30892         at the end.
30893         
30894 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
30895
30896         * class.c (mono_class_init): bug fix: assign slot numbers for
30897         abstract methods.
30898
30899 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
30900
30901         * reflection.c: don't try to output a code RVA for abstract methods.
30902         Small fixes for method header format. Output parameter info to the
30903         ParamDef table. Save method overriding info to MethodImpl table.
30904         Fix property support. Allow typedef.extends to be a type in the
30905         building assembly.
30906         * verify.c: fix off-by-one error.
30907
30908 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
30909
30910         * class.c: fix mono_class_from_mono_type () for szarray types.
30911         Remove unused cache check in mono_class_from_type_spec().
30912         * icall.c: *type_from_name () functions handle simple arrays and byref.
30913         * reflection.c: handle byref and szarray types. Handle methods without
30914         body (gets P/Invoke compilation working). Handle types and fields in
30915         get_token ().
30916         * reflection.h: add rank to MonoTypeInfo.
30917
30918 2002-01-10  Dick Porter  <dick@ximian.com>
30919
30920         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
30921         internal calls
30922
30923 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
30924
30925         * icall.c: initialize class in type_from_handle ().
30926         Loop also in parent classes for get_method ().
30927         * reflection.c: properly encode class and valuetype types.
30928         Start on encoding TypeBuilder types. Handle fieldrefs.
30929         Use correct length when registering a user string.
30930         Handle ConstructorBuilder and MonoMethod in get_token ().
30931         Make mono_type_get_object () aware of cached types.
30932         * object.c: back out change to mono_string_new ().
30933
30934 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
30935         * object.c: mono_string_new should return a NULL when the string 
30936         passed in is NULL -- not try to deference it.
30937         
30938 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
30939
30940         * icall.c: hack to make IsSubType work for TypeBuilders.
30941         * reflection.c: emit constructors before methods.
30942         Retrieve param names in mono_param_get_objects().
30943
30944 2002/01/05  Nick Drochak  <ndrochak@gol.com>
30945
30946         * Makefile.am: fix list of headers and sources so automake 1.5
30947         doesn't complain. Removed \# at end of list.
30948
30949 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
30950
30951         * reflection.c: get token for a method ref. Set return type of
30952         constructor to void.
30953         * loader.c: debug message.
30954         * class.c: typo fix.
30955
30956 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
30957
30958         * icall.c: fix array init with rank > 1. FindMembers
30959         loops in parent class as well.
30960         * image.c: do not insert nested types in name cache.
30961         * reflection.c: warning fix.
30962         * reflection.h: add override method (for interface impl).
30963
30964 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
30965
30966         * metadata.c: fix customattr decoding.
30967
30968 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
30969
30970         * rawbuffer.cs: Added native Win32 implementation, avoids using
30971         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
30972
30973 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
30974
30975         * class.c: make the low-level routines handle the cache.
30976
30977 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
30978
30979         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
30980
30981 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
30982
30983         * class.c: fix mono_array_element_size() for objects.
30984         * class.h, class.c: add properties to MonoClass and load them
30985         at init time.
30986         * icall.c: check with isinst() when assigning a value to an array
30987         instead of requiring the classes to match exactly.
30988         Implemented icall for System.Type::GetType().
30989         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
30990         enums. Handle bindingflags when looking for methods and fields.
30991         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
30992         and mono_metadata_methods_from_property().
30993         * reflection.h, reflection.c: added structures for propreties,
30994         parameters and enums. Implemented mono_property_get_object() and
30995         mono_param_get_objects().
30996
30997 2001-12-18  Dick Porter  <dick@ximian.com>
30998
30999         * file-io.c: Use mono_string_to_utf16() instead of
31000         mono_string_chars()
31001
31002         * object.c: Added mono_string_to_utf16(), which copies the non
31003         NULL-terminated MonoString into a new double-null-terminated
31004         buffer.
31005
31006 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
31007
31008         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
31009
31010 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
31011
31012         * file-io.c: raise exceptions if handle is invalid.
31013
31014 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
31015
31016         * assembly.c: yet another check for mscorlib.
31017         * class.c, class.h: load nesting info for classes.
31018         * icall.c: many new functions to support the Reflection classes.
31019         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
31020         * reflection.h, reflection.c: mono_image_create_token(),
31021         mono_assembly_get_object(), mono_type_get_object(),
31022         mono_method_get_object(), mono_field_get_object(): methods to return
31023         objects that parallel the C representation of assemblies, types,
31024         methods, fields.
31025
31026 2001-12-11  Dick Porter  <dick@ximian.com>
31027
31028         * icall.c:
31029         * file-io.c: Internal calls for file IO.
31030
31031 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
31032
31033         * tabledefs.h: missing FileAttributes.
31034         * verify.h, verify.c: use is_valid_string () to simplify and check for
31035         valid strings more correctly. Fix warnings and speeling.
31036         Check more tables: Filed, File, ModuleRef, StandAloneSig.
31037         Check code: branches, maxstack, method calls.
31038
31039 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
31040
31041         * object.c (mono_object_allocate): removed static, so that the jit
31042         can allocate value types.
31043
31044         * icall.c (ves_icall_System_DateTime_GetNow): impl.
31045
31046 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
31047
31048         * class.c: init enum types right away and register the
31049         token->MonoClass map in mono_class_create_from_typedef ().
31050         * verify.h, verify.c: first cut of the verifier.
31051         * pedump.c: add --verify switch to verify metadata tables.
31052         * tabledefs.h: add some missing enums.
31053
31054 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
31055
31056         * class.c (mono_install_runtime_class_init): impl.
31057         (mono_class_init): renamed mono_class_metadata_init to
31058         mono_class_init, also removed the metadata_inited flag
31059
31060         * object.c (mono_object_isinst): use faster algorithm
31061
31062 2001-11-30  Radek Doulik  <rodo@ximian.com>
31063
31064         * mono-endian.h: reverted last change
31065         added function prototypes
31066
31067         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
31068         add mono-endian.c back
31069
31070         * mono-endian.c: returned back, as Paolo pointed out, it's needed
31071         for unaligned access, I've mistaked it with endianess. I am
31072         sorry.
31073         (mono_read16): fix reverted endianess
31074         (mono_read64): ditto
31075         (mono_read32): ditto
31076
31077 2001-11-30  Dick Porter  <dick@ximian.com>
31078
31079         * exception.c: Implement mono_exception_from_name()
31080
31081 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
31082
31083         * metadata.h, metadata.c: remove params_size and locals_size and their
31084         calculation from the metadata code: they are only usefult to the
31085         interp.
31086
31087 2001-11-29  Radek Doulik  <rodo@ximian.com>
31088
31089         * object.c (mono_ldstr): swap bytes here, it's probably not the
31090         best place, but works for me now, I'll redo it once I know mono
31091         better, also note that I add PROT_WRITE and don't reset back, also
31092         note that it's only affects big endians, so x86 should be OK
31093
31094         * mono-endian.h (read16): use just glib macros for both endians
31095
31096         * mono-endian.c: removed as glib macros are used in in
31097         mono-endian.h so we don't need to care about endianess for read
31098         macros as glib does that for us already
31099
31100 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
31101
31102         * class.h, class.h: take minimum alignment into consideration so
31103         that the fields of a class remain aligned also when in an array.
31104
31105 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
31106
31107         * loader.h, loader.c: add mono_method_get_param_names().
31108         * class.c: 0-init class fields.
31109
31110 2001-11-26  Dick Porter  <dick@ximian.com>
31111
31112         * icall.c:
31113         * threads-types.h:
31114         * threads.c: New file that handles System.Threading on all platforms
31115
31116         * object.c: 
31117         * object.h: Remove the synchronisation struct from MonoObject,
31118         replace it with a pointer that gets initialised on demand
31119
31120         * Makefile.am: Replace all the system-specific threading code with
31121         a single file that uses the new wrapper library
31122
31123 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
31124
31125         * class.c, class.h: add mono_install_trampoline() so that the runtime
31126         can register a function to create a trampoline: removes the ugly
31127         requirement that a runtime needed to export arch_create_jit_trampoline.
31128         * object.h, object.c: added mono_install_handler() so that the runtime
31129         can install an handler for exceptions generated in C code (with
31130         mono_raise_exception()). Added C struct for System.Delegate.
31131         * pedump.c: removed arch_create_jit_trampoline.
31132         * reflection.c: some cleanups to allow registering user strings and
31133         later getting a token for methodrefs and fieldrefs before the assembly
31134         is built.
31135         * row-indexes.h: updates and fixes from the new ECMA specs.
31136
31137 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
31138
31139         * class.h, class.c: add enum_basetype field to MonoClass.
31140         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
31141         to get index in the constant table reated to a field, param or
31142         property.
31143         * reflection.h, reflection.c: handle constructors. Set public-key and
31144         version number of the built assembly to 0.
31145         * row-indexes.h: update from new ECMA spec.
31146
31147 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
31148
31149         * class.h, class.c: add a max_interface_id to MonoClass.
31150         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
31151         since it's used to do that. Added mono_type_type_from_obj().
31152         Make GetType() return NULL instead of segfaulting if the type was not
31153         found. Handle simple arrays in assQualifiedName.
31154         * object.h: add a struct to represent an Exception.
31155         * reflection.c: output call convention in method signature.
31156         Add code to support P/Invoke methods and fixed offsets for fields.
31157
31158 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
31159
31160         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
31161         the value.
31162         * icall.c: use mono_array_addr instead of array->vector: fixes the
31163         reflection image writing.
31164         * reflection.c: init call convention byte to 0 in method signature.
31165         Encode the property signature. Don't output property-related methods
31166         twice. Really process the properties for a type (don't cast a field to
31167         a property, my mom always told me that).
31168         Fix 64 bit issues in pointer alignment in a different and more
31169         readable way.
31170
31171 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
31172
31173         * loader.h: Removed type class from MonoDefaults, added monotype
31174
31175         * loader.c: Loaded MonoType, removed loading of Type
31176
31177         * icall.c (my_mono_new_object): Now returns a System.MonoType,
31178         and fills in System.Type._impl with a RuntimeTypeHandle rather
31179         than the actual MonoClass *
31180
31181         (ves_icall_type_from_handle): change from type_class to
31182         monotype_class
31183
31184         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
31185         implemented
31186
31187         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
31188         implemented
31189
31190         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
31191
31192         (ves_icall_System_Reflection_Assembly_GetType): implemented
31193
31194         (ves_icall_System_MonoType_assQualifiedName): implemented
31195
31196         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
31197
31198 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
31199
31200         * assembly.c (mono_assembly_open): Implement a cache for the
31201         assemblies. 
31202
31203         (mono_assembly_close): only destroy the assembly when the last
31204         reference is gone.
31205         
31206 2001-11-09  Dick Porter  <dick@ximian.com>
31207
31208         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
31209
31210 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
31211
31212         * class.c (mono_class_metadata_init): bug fix: compute the right slot
31213
31214 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
31215
31216         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
31217         from Martin Weindel.
31218         * object.h: add mono_string_chars ().
31219
31220 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
31221
31222         * reflection.c (build_compressed_metadata): Eliminates warnings
31223         and uses 64-bit clean code.
31224
31225         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
31226         (mono_type_equal): Change signature to eliminate warnings.
31227
31228 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
31229
31230         * icall.c, loader.c: remove the internalcall array constructors.
31231         Changes to match the new MonoArray structure.
31232         * object.h, object.c: an array object doesn't allocate an extra
31233         vector. Add mono_array_new_full () to create jagged arrays easily.
31234
31235 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
31236
31237         * metadata.h, metadata.c: add mono_metadata_field_info () to
31238         retreive all the info about a field from vairous tables.
31239         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
31240         * class.h, class.c: augment MonoClassField with more info.
31241         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
31242         policy and load a field's RVA if needed.
31243
31244 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
31245
31246         * class.c (mono_class_metadata_init): create a trampoline for all
31247         virtual functions instead of actually compiling them.
31248
31249 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
31250
31251         * class.h, class.c: include name in MonoClassField.
31252         * class.c: fix fundamental type of System.Object and System.String.
31253         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
31254         tokens in ldtoken.
31255         * icall.c: remove internalcalls for the Reflection stuff that is now
31256         done in C# code.
31257         * loader.c: mono_field_from_memberref () implementation.
31258         * mono-endian.c: thinko (s/struct/union/g).
31259         * object.c, object.h: make the mono_string_* prototypes actually use
31260         MonoString instead of MonoObject.
31261         * reflection.c, reflection.h: updates for changes in the reflection
31262         code in corlib: we use C structures that map to the actual C# classes.
31263         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
31264         fat method header if needed and use the info from the ILGenerator for
31265         methods. Handle fields in types. Misc fixes.
31266
31267 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
31268
31269         * class.c (mono_class_metadata_init): bug fix: always allocate
31270         space for static class data
31271
31272 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
31273
31274         * class.c (mono_compute_relative_numbering): use relative
31275         numbering to support fast runtime type checks.
31276
31277 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
31278
31279         * class.c (mono_class_create_from_typeref): added debugging output
31280         to print class name when MonoDummy is returned instead of real class
31281
31282 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
31283
31284         * class.c (mono_class_metadata_init): interface offset table now
31285         contains pointers into the vtable - this is more efficient for the jit
31286
31287 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
31288
31289         * class.c (mono_class_metadata_init): use a temporary vtable (the
31290         old algorithm only worked for the interpreter, but not for the jit)
31291
31292 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
31293
31294         * loader.c (method_from_memberref): use mono_class_get to get the
31295         class of an array instead of using System.Array directly.
31296         (mono_get_method): also add MEMBERREF methods to the method cache
31297         which usefull for arrays.
31298
31299 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
31300
31301         * pedump.c (arch_compile_method): added to compute vtable entry
31302
31303         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
31304         number of interfaces.
31305         
31306         * class.h: merged MonoArrayClass into MonoClass
31307
31308         * class.c (mono_class_create_from_typedef): compute the vtable size and
31309         allocate space to include the vtable inside MonoClass
31310         (mono_class_metadata_init): initialize the vtable
31311
31312 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
31313
31314         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
31315         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
31316         * image.c: endian fixes by Laurent Rioux.
31317         * object.h, object.c: rename MonoStringObject to MonoString and
31318         MonoArrayObject to MonoArray. Change some function names to conform to
31319         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
31320         guint16* as first argument, so don't use char*.
31321         Provide macros to do the interesting things on arrays in a portable way.
31322         * threads-pthread.c: updates for the API changes and #include <sched.h>
31323         (required for sched_yield()).
31324         * icall.c: updates for the API changes above.
31325         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
31326         platforms that need them.
31327
31328 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
31329
31330         * class.c: set the correct type for all the fundamental
31331         type when loading the class.
31332
31333 2001-10-05  Dick Porter  <dick@ximian.com>
31334
31335         * threads-pthread.c (pthread_mutex_timedlock): Simple
31336         compatibility version for C libraries that lack this call.
31337
31338 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
31339
31340         * class.c: MonoTypes stored in MonoClass are stored as
31341         fundamental MonoTypes when the class represents a
31342         fundamental type (System.Int32, ...).
31343         The TypeHandle return by ldtoken is a MonoType*.
31344         * icall.c: ves_icall_get_data_chunk () write out all the
31345         PE/COFF stuff. Implement ves_icall_define_method (),
31346         ves_icall_set_method_body (), ves_icall_type_from_handle ().
31347         * image.c: properly skip unknown streams.
31348         * loader.h, loader.c: add type_class to mono_defaults.
31349         * metadata.c, metadata.h: export compute_size () as
31350         mono_metadata_compute_size () with a better interface.
31351         Typo and C&P fixes.
31352         * pedump.c: don't try to print the entry point RVA if there is no entry point.
31353         * reflection.c, reflection.h: many cleanups, fixes, output method
31354         signatures and headers, typedef and typeref info, compress the metadata
31355         tables, output all the heap streams, cli header etc.
31356         * row-indexes.h: typo fixes.
31357
31358 2001-10-04  Dick Porter  <dick@ximian.com>
31359
31360         * object.h: Add a synchronisation mutex struct to MonoObject
31361
31362         * object.c (mono_new_object): Initialise the object
31363         synchronisation mutexes
31364
31365         * icall.c: System.Threading.Monitor internal calls
31366         
31367         * threads-pthread.h:
31368         * threads-pthread.c: System.Threading.Monitor internal calls
31369
31370         * threads-types.h: New file, includes the system-specific thread
31371         structures
31372         
31373         * threads-pthread-types.h:
31374         * threads-pthread-types.c: New files, handle pthread-specific
31375         synchronisation types
31376
31377         * threads-dummy-types.h: 
31378         * threads-dummy-types.c: New files of dummy support for
31379         thread-specific types
31380
31381         * metadata.c:
31382         * image.c:
31383         * pedump.c: include mono-endian.h not endian.h
31384         
31385         * Makefile.am: More threads files.
31386         Name mono-endian.h not endian.h
31387
31388 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
31389
31390         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
31391         stuff and implement a few more bits.
31392         * icall.c: a field needs to be dereferenced twice. Do not use the same
31393         name for two variables in the same scope.
31394         * image.c, image.h: cleanups.
31395
31396 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
31397
31398         * class.c (mono_class_metadata_init): bug fix: compute the right size
31399
31400 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
31401
31402         * icall.c: implemented some of the Reflection internalcalls.
31403         * image.c, image.h: start writing out the PE/COFF image.
31404         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
31405         that does the reverse than decode_blob_size ().
31406         * object.c: use mono_metadata_encode_value (). Move here
31407         temporary implementation of mono_string_to_utf8 ().
31408         * rawbuffer.c: make malloc_map static.
31409
31410 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
31411
31412         * metadata.c: fix type comparison for arrays.
31413         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
31414         Added a couple of new classes to monodefaults.
31415         * icall.c: added a couple of Reflection-related internalcalls.
31416         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
31417         Added a byval_arg MonoType to MonoClass.
31418
31419 2001-09-28  Dick Porter  <dick@ximian.com>
31420
31421         * icall.c:
31422         * threads-pthread.h: 
31423         * threads-pthread.c: Implemented internal calls for
31424         LocalDataStoreSlot operations.  Applied mutexes around all shared
31425         data.  Reworked the thread creation and Start() operations to
31426         avoid a race condition.
31427         
31428         * threads-dummy.h:
31429         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
31430
31431 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
31432
31433         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
31434
31435 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
31436
31437         * class.c, loader.c: warn and return NULL instead of erroring out.
31438         * icall.c: added System.AppDomain::getCurDomain().
31439         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
31440
31441 2001-09-25  Dick Porter  <dick@ximian.com>
31442
31443         * threads-pthread.h:
31444         * threads-pthread.c: Implemented timed thread joining and added
31445         System.Threading.Thread::Join_internal internal call
31446
31447         * icall.c: Added System.Threading.Thread::Join_internal internal call
31448
31449         * threads-dummy.h:
31450         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
31451
31452 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
31453
31454         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
31455         mono_string_intern () to implement the semantics of the ldstr opcode
31456         and the interning of System.Strings.
31457         * icall.c: provide hooks to make String::IsIntern and String::Intern
31458         internalcalls.
31459
31460 2001-09-23  Dick Porter  <dick@ximian.com>
31461
31462         * threads-dummy.c: 
31463         * threads-dummy.h: New files of dummy threading routines
31464
31465         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
31466         support code based on system specifics
31467
31468         Rename PTHREAD_LIBS to THREAD_LIBS
31469         
31470 2001-09-23  Dick Porter  <dick@ximian.com>
31471
31472         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
31473         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
31474         internal calls.
31475         (mono_thread_init): Set up a Thread object instance to return when
31476         the main thread calls Thread.CurrentThread
31477         (mono_thread_cleanup): Wait for all subthreads to exit
31478
31479         * icall.c: New internal calls for System.Threading.Thread::Sleep
31480         (including Schedule) and CurrentThread
31481
31482         * threads.h: New file, to insulate thread-specific stuff from the
31483         rest of the code
31484
31485 2001-09-21  Dick Porter  <dick@ximian.com>
31486
31487         * threads-pthread.h: 
31488         * threads-pthread.c: New file, for handling pthreads-style
31489         threading support.  Start() now starts a new thread and executes
31490         the ThreadStart delegate instance.
31491
31492         * icall.c: Added the internalcall for
31493         System.Threading.Thread::Start_internal
31494
31495         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
31496
31497 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
31498
31499         * loader.c: work around the different signatures for delegates
31500         constructors csc generates in compiled code vs the ones compiled in mscorlib.
31501
31502 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
31503
31504         * class.h, class.c: add mono_class_get_field_from_name ().
31505         * *: Fix C comments and other ANSI C issues.
31506
31507 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
31508
31509         * endian.h, assembly.c: fix some endianness issues.
31510
31511 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
31512
31513         * loader.h, load.c: add delegate_class to mono_defaults.
31514         Handle runtime provided methods in mono_get_method ().
31515
31516 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
31517
31518         * loader.c (mono_get_method): use pinvoke for internal call
31519
31520         * icall.c: use pinvoke for internal call
31521
31522         * loader.c (method_from_memberref): set the method name
31523
31524 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
31525
31526         * metadata.c: help the compiler generate better code for
31527         mono_class_from_mono_type ().
31528
31529 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
31530
31531         * class.c (mono_class_metadata_init): delayed computing of the
31532         class size to mono_class_metadata_init ()
31533
31534 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
31535
31536         * class.c, class.h: add an interfaces member to MonoClass.
31537         * image.c, image.h: add assembly_name field to MonoImage
31538         from the assembly table.
31539         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
31540
31541 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
31542
31543         * class.c: Handle Array in mono_class_from_mono_type ().
31544         * metadata.c, pedump.c: some endian fixes.
31545
31546 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
31547
31548         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
31549         * metadata.c: fix small problem introduced with the latest commit.
31550
31551 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
31552
31553         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
31554         We don't need a MonoMetadata pointer anymore to compare signatures in
31555         mono_metadata_signature_equal (), update callers.
31556         Reduced memory usage an number of allocations for MonoMethodHeader and
31557         MonoMethodSignature.
31558
31559 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
31560
31561         * metadata.c: added compare for szarray.
31562
31563 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
31564
31565         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
31566         and add a couple more types to it and mono_defaults. Give an hint on
31567         classes that need implementing in our corlib and are referenced
31568         in mscorlib.
31569
31570 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
31571
31572         * class.h, class.c: keep track if a class is also an Enum.
31573         * loader.c: Implement a couple more types for use in libffi
31574         marshalling. Gives better diagnostics when failing to dlopen
31575         a library. Set method->klass for P/Invoke methods, too.
31576
31577 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
31578
31579         * class.c, class.h: add a MonoType this_arg to MonoClass that
31580         represents a pointer to an object of the class' type that
31581         can be used by the interpreter and later the type cache.
31582         Add best guess alignment info for valuetype objects.
31583
31584 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
31585
31586         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
31587         into MonoType: one less level of indirection and allocation and
31588         simplifies quite a bit of code. Added cache for MonoTypes that are
31589         used frequently, so that we don't need to allocate them all the time.
31590
31591 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
31592
31593         * class.c (mono_class_create_from_typedef): System.Enum is also a
31594         value type, although it does not derive from System.ValueType
31595         (maybe a bug in the ms compiler?)
31596
31597         * metadata.c (mono_type_size): return the right size for value types
31598
31599         * loader.c (mono_get_method): only initialize method header if not abstract
31600
31601         * class.c (mono_class_from_mono_type): use mono_default values. 
31602
31603 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
31604
31605         * *: use MonoClass pointers instead of <type_tokens>
31606         
31607         * class.h: new flag: metadata_inited.
31608
31609         * class.c (mono_class_metadata_init): impl.
31610         (mono_class_instance_size): impl.
31611         (mono_class_data_size): impl.
31612
31613 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
31614
31615         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
31616         MonoClass now has the name and name_space fields. 
31617         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
31618         mono_get_method () takes and optional MonoClass as argument.
31619         Removed mono_typedef_from_name() and added mono_class_token_from_name()
31620         instead that takes advantage of a map from class names to typedef
31621         tokens in MonoImage.
31622
31623 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
31624
31625         * metadata.c: zero is not a valid alignment boundary.
31626         Merge MONO_TYPE_VOID in default decoding code.
31627
31628 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
31629
31630         * image.h: merged MonoMetadata into MonoImage
31631
31632         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
31633         identify the type of elements.
31634
31635 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
31636
31637         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
31638         * cil-coff.h: split MonoMSDOSHeader and add size info.
31639         * image.c: add some consistency checks.
31640         * metadata.c: fix row size computation: one programmer
31641         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
31642         add explanation for the locator routine.
31643         Fix decoding of size in method header.
31644         
31645 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
31646
31647         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
31648         (g_concat_dir_and_file): Bring g_concat_dir_and_file
31649         function from gnome-libs.  This uses the right path separator
31650         based on the OS, and also works around a bug in some systems where
31651         a double slash is not allowed. 
31652         (default_assembly_name_resolver): Use g_concat_dir_and_file
31653         (mono_assembly_open): ditto.
31654
31655 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
31656
31657         * metadata.c (mono_metadata_signature_equal): impl.
31658
31659         * *: void is now a realy MonoType (instead of using NULL)
31660         
31661         * metadata.c (do_mono_metadata_parse_type): use
31662         mono_metadata_parse_type to parse void value.
31663
31664 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
31665
31666         * metadata.c, metadata.h: in the signature and method header store
31667         only the space required for holding the loca vars and incoming arguments.
31668
31669 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
31670
31671         * metadata.c (do_mono_metadata_parse_type): treat void like any
31672         other type (instead of assigning NULL);
31673
31674 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
31675
31676         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
31677
31678 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
31679
31680         * image.c (do_mono_image_open): added a cache for arrays.
31681
31682 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
31683
31684         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
31685         decode a single column from a row in a metadata table and changes
31686         to take advantage of it in the typedef locator (gives a nice speed up).
31687         Store offset info for function params.
31688
31689 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
31690
31691         * image.h (MONO_IMAGE_IS_CORLIB): removed 
31692
31693 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
31694
31695         * assembly.c: how could mono_assembly_close () had ever worked?
31696         * metadata.c, metadata.h: provide offset info for local vars.
31697         Implement mono_type_size () to take care of alignment as well
31698         as size (it was mono_field_type_size in cli/class.c before).
31699
31700 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
31701
31702         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
31703
31704         * assembly.h (CORLIB_NAME): set to corlib.dll
31705
31706         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
31707
31708 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
31709
31710         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
31711         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
31712         tokentype.h: massive namespace cleanup.
31713
31714 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
31715
31716         * metadata.h, metadata.c: decode exception clauses when parsing method header.
31717
31718 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
31719
31720         * metadata.c (mono_metadata_free_type): added check for type !=
31721         NULL (void) before calling mono_metadata_free_type()
31722
31723 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
31724
31725         * metadata.h, row_indexes.h: added header with enumerations to use
31726         to index in the columns from tables in metadata and to decode coded
31727         tokens: we should start using this instead of embedding magic numbers
31728         all over the code.
31729
31730 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
31731
31732         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
31733         Move metadata_t info from cli_image_info_t to MonoImage, where
31734         it's easily accessible. Changed all the uses accordingly.
31735         Added the method and class caches to MonoImage.
31736         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
31737         and mono_metadata_decode_value () signature to be more consistent
31738         with the other parse functions (and simplify code). Taken advantage
31739         of zero-length array allocation with GCC. Removed reduntant (and
31740         wrong) MonoFieldType struct and use MonoParam instead. Changed
31741         mono_metadata_parse_field_type () to use common code for parsing.
31742         Added mono_metadata_typedef_from_field () and
31743         mono_metadata_typedef_from_method () to lookup a typedef index from a
31744         field or method token.
31745         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
31746
31747 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
31748
31749         * metadata.c (mono_metadata_parse_field_type): Implement. 
31750         (do_mono_metadata_parse_type): Split engine from
31751         mono_metadata_parse_type, so that we can create smaller structures
31752         for things that just have one pointer to the MonoType (look at
31753         the MonoFieldType)
31754
31755 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
31756
31757         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
31758         as Jan Gray found out, it is incorrect. 
31759
31760 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
31761
31762         * assembly.c: Implement asssembly loading.  This loads an image
31763         and loads all the referenced assemblies.  Come to think of it, we
31764         could always do lazy loading of the assemblies. 
31765
31766         * image.c (mono_image_open): Keep loaded images in a hashtable.
31767
31768         * image.h (MonoImage): Add reference count.
31769
31770 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
31771
31772         * assembly.c (mono_assembly_open): Keep track of the file name in
31773         case the assembly has no ASSEMBLY table.
31774
31775         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
31776         from get.c here.
31777
31778 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
31779
31780         * metadata.c, metadata.h: decode local vars in method header
31781         parse function. Change callers accordingly.
31782
31783 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
31784
31785         * metadata.h, cil-coff.h: protect against multiple inclusion.
31786         Added some new structures to hold information decoded from metadata:
31787         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
31788         and relevant decoding/free functions.
31789         * metadata.c: implement decoding functions. Add warning for out of bounds
31790         index in mono_metadata_locate(). Implement mono_get_method () to retreive
31791         all the info about a method signature and invocation. Remove check on
31792         uninitialized local var in parse_mh() and fix memory leak.
31793
31794 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
31795
31796         * metadata.h: More macros.
31797
31798         * tokentype.h: New file.
31799
31800 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
31801
31802         * assembly.c: added a consistency check and initialize
31803         some structures with g_new0().
31804         * metadata.c: fixed a couple more bugs in table size computation
31805         and add other checks for out-of bound access to metadata.
31806
31807 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
31808
31809         * metatada.c: fix bugs computing table sizes. Spew a
31810         warning when index in string heap is out of bounds.
31811
31812 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
31813
31814         * metadata.h: Add a couple of macros to manipulate tokens. 
31815
31816 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
31817
31818         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
31819         cli_section_tables).
31820
31821 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
31822
31823         * metadata.c (mono_metadata_user_string): New function, provides
31824         access to the UserString heap. 
31825
31826 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
31827
31828         * metadata.c: Add inline documentation.
31829
31830 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
31831
31832         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
31833         files. 
31834
31835 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
31836
31837         * typeattr.h: New file, TypeAttribute flags. 
31838
31839 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
31840
31841         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
31842         mono_assembly_ensure_section): Section loading code.
31843         (load_section_tables): Load the sections.
31844
31845         * mono/metadata/metadata.c (mono_metadata_locate_token,
31846         mono_metadata_locate): Functions to locate the information
31847         definition given a token or a table and an index.
31848         (mono_metadata_compute_table_bases): New.
31849         (compute_size): New function to compute the sizes of the various
31850         tables.
31851
31852         * mono/metadata/metadata.h: Finish listing the different index
31853         types. 
31854
31855         * mono/metadata/pedump.c: Improve to dump new information.
31856
31857 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
31858
31859         * mono/metadata/metadata.c: Entered all the tables matching
31860         Beta2. 
31861
31862         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
31863
31864
31865
31866