2010-07-10 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2010-07-10  Mark Probst  <mark.probst@gmail.com>
2
3         * sgen-gc.c: Store the forwarding address in the first word of an
4         object, where the forwarding bit is stored.
5
6 2010-07-10  Mark Probst  <mark.probst@gmail.com>
7
8         * gc.c, gc-internal.h, sgen-gc.c, sgen-gc.h, sgen-os-mach.c: An
9         interface to register our Mach exception thread which will not be
10         suspended by stop-the-world.
11
12 2010-07-10 Rodrigo Kumpera  <rkumpera@novell.com>
13
14         * loader.c (mono_get_method_constrained): Properly unlock the
15         domain lock on failure. Use checked variant of
16         inflate_generic_signature.
17
18 2010-07-10 Rodrigo Kumpera  <rkumpera@novell.com>
19
20         * loader.c (mono_method_signature_checked): Use checked
21         variant of inflate_generic_signature.
22
23         Fixes #606353.
24
25 2010-07-10 Rodrigo Kumpera  <rkumpera@novell.com>
26
27         * metadata.c (mono_metadata_parse_type_internal): Don't use
28         cannonical types when a transient type was requested.
29
30         Fixes #608626.
31
32 2010-07-10  Mark Probst  <mark.probst@gmail.com>
33
34         * sgen-gray.c, sgen-gc.c, sgen-major-copying.c, sgen-marksweep.c:
35         All functions that touch the gray queue directly or indirectly now
36         take it as an argument.
37
38 2010-07-10  Mark Probst  <mark.probst@gmail.com>
39
40         * sgen-gray.c, sgen-gc.c, sgen-major-copying.c, sgen-marksweep.c:
41         Put the gray queue data into a struct and pass it around.
42
43 2010-07-09 Rodrigo Kumpera  <rkumpera@novell.com>
44
45         * class.c (mono_method_can_access_method_full): Handle type
46         accessibility with very deep nested types.
47
48         * class.c (mono_method_can_access_field_full): Ditto.
49
50         Fixes #619300.
51
52 2010-07-10  Mark Probst  <mark.probst@gmail.com>
53
54         * sgen-gc.c, sgen-los.c, sgen-major-copying.c, sgen-marksweep.c,
55         sgen-scan-object.h: Use a macro for rounding up sizes and
56         addresses to ALLOC_ALIGN.
57
58 2010-07-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
59
60         * file-io.c: fix GetFileSystemEntries for patterns containing
61         directories.
62
63 2010-07-09  Mark Probst  <mark.probst@gmail.com>
64
65         * sgen-marksweep.c (major_finish_major_collection): Don't free
66         major heap blocks on 32 bit platforms because it can lead to
67         address space fragmentation.  We'll figure this out later.
68
69 2010-07-09  Mark Probst  <mark.probst@gmail.com>
70
71         * sgen-marksweep.c, sgen-gc.c, sgen-major-copying.c: Free major
72         heap blocks for mark&sweep eventually.
73
74 2010-07-09  Mark Probst  <mark.probst@gmail.com>
75
76         * sgen-protocol.c: Fix build when binary protocol is disabled.
77
78 2010-07-09  Mark Probst  <mark.probst@gmail.com>
79
80         * sgen-protocol.c, sgen-gc.c: Make binary protocol lock-freely
81         thread-safe.
82
83 2010-07-08 Neale Ferguson <neale@sinenomine.net>
84
85         * sgen-archdep.h: Add support for s390x
86         * domain.c: Use gsize so that 64-bit big endian systems produce 
87         bitmap.
88
89 2010-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
90
91         * pedump.c (verify_image_file): Initialize the vtable as well.
92
93 2010-07-07  Geoff Norton  <gnorton@novell.com>
94
95         * sgen-gc.h:  Not every system has sys/signal.h.  Prefer the posix
96         header.
97
98 2010-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
99
100         * assembly.c (mono_assembly_load_reference): Replace a g_warning
101         with a mono_trace calls. This makes compiling MD a lot less scary.
102
103 2010-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
104
105         * verify.c (do_stobj): Improve error message.
106
107 2010-07-08  Mark Probst  <mark.probst@gmail.com>
108
109         * sgen-gc.c (OBJ_COMPLEX_ARR_FOREACH_PTR): Don't load the vtable
110         from the object because it might have pinned/forwarding bits set.
111
112 2010-07-06  Zoltan Varga  <vargaz@gmail.com>
113
114         * Makefile.am (sgen_sources): Add missing sgen files.
115
116 2010-06-07  Martin Baulig  <martin@ximian.com>
117
118         * mono-debug-debugger.c (mono_debugger_get_thread_abort_signal):
119         New helper function since mono_thread_get_abort_signal() is now
120         internal.
121
122 2010-06-07  Martin Baulig  <martin@ximian.com>
123
124         * mono-debug.h, debug-mono-symfile.h: Kill glib dependencies.
125
126 2010-07-02  Michael Hutchinson  <mhutchinson@novell.com>
127
128         * object-internals.h, object.h: Make mono_string_to_utf_8_checked 
129         public, as mono_string_to_utf_8 is deprecated.
130
131         * object.(c|h): Added mono_object_to_string, a public helper function 
132         that calls ToString on a MonoObject and returns a MonoString.
133
134         * object.c (mono_print_unhandled_exception): Use mono_object_to_string.
135
136 2010-07-01  Zoltan Varga  <vargaz@gmail.com>
137
138         * filewatcher.h filewatcher.h decimal.c threads-types.h: Applied patch
139         from Elijah Taylor (elijahtaylor@google.com). Fix some definitions to
140         match their declarations and vice-versa.
141
142
143 Wed Jun 30 12:08:36 CEST 2010 Paolo Molaro <lupus@ximian.com>
144
145         * class-internals.h, domain-internals.h: mark functions that are
146         needed by the llvm module.
147
148 2010-06-30 Rodrigo Kumpera  <rkumpera@novell.com>
149
150         * assembly.c (framework_assemblies): Add 3.5 assemblies.
151
152         * domain-internals.h (MonoRuntimeInfo): Increase version_sets
153         by one to have room to remap 3.5 assemblies.
154
155         * domain.c (supported_runtimes): Add 3.5 remapping information.
156
157 2010-06-30 Rodrigo Kumpera  <rkumpera@novell.com>
158
159         * reflection.c (mono_image_create_token): Handle a
160         FieldBuilder from a different assembly.
161
162         Fixes #611836.
163
164 2010-06-30 Rodrigo Kumpera  <rkumpera@novell.com>
165
166         * verify.c (do_store_static_field): Improve error
167         message.
168
169 2010-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
170
171         * assembly.c: Revert r159692 since it breaks loading 3.5
172         assemblies under 2.0.
173
174 2010-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
175
176         * icall.c (ves_icall_Type_make_array_type): Raise a TLE if a
177         TypedByRef is passed.
178
179         * icall.c (ves_icall_Type_make_byref_type): Ditto.
180
181         * icall.c (ves_icall_Type_MakePointerType): Ditto.
182
183         Fixes #612780.
184
185 2010-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
186
187         * assembly.c: Add a few more assemblies to the list of framework
188         assemblies.
189
190         Fixes #617714.
191
192 2010-06-28  Zoltan Varga  <vargaz@gmail.com>
193
194         * class.c (mono_class_get_vtable_entry): Avoid a crash if mono_class_setup_vtable ()
195         fails.
196
197 2010-06-25  Mark Probst  <mark.probst@gmail.com>
198
199         * class.c (mono_class_inflate_generic_method_full_checked): Added
200         a comment regarding a hack in mini-trampolines.c.
201
202 2010-06-26  Zoltan Varga  <vargaz@gmail.com>
203
204         * sgen-gc.c (mono_gc_wbarrier_value_copy_bitmap): Use SIZEOF_VOID_P instead of
205         sizeof(SIZEOF_VOID_P) which is 4.
206
207         * gc.c (mono_gc_init): Move the GC disabled check to *-gc.c.
208
209 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
210
211         * null-gc.c boehm-gc.c: Define the mono_gc_ pthread wrapper functions for these
212         GCs too.
213
214         * *-gc.c (mono_gc_wbarrier_value_copy_bitmap): Implement this for all GCs.
215
216         * sgen-gc.c (mono_gc_is_moving): New function returning whenever this GC can move
217         objects.
218
219         * *-gc.c (mono_gc_set_desktop_mode): New function setting up the GC to work in
220         desktop mode.
221
222 2010-06-25  Zoltan Varga  <vargaz@gmail.com>
223
224         * *-gc.c (mono_gc_get_description): New function returning a human readable
225         description of the current GC.
226
227 2010-06-24  Miguel de Icaza  <miguel@novell.com>
228
229         * mono-hash.c: Moved here from mono/utils as this file is
230         GC-aware, and the utils directory is not.
231
232 2010-06-23  Miguel de Icaza  <miguel@novell.com>
233
234         * Makefile.am: Add support for building a sgen-aware versions of
235         the libraries: libmonoruntimesgen.la libmonoruntimesgen-static.la,
236         they share all the components of the default, but use a differen
237         set of CFLAGS to enable SGEN instead.
238
239         Put the BOEHM defines in the CFLAGS definition. 
240
241         * domain-internals.h (MonoJitInfo): this structure used to have
242         different sizes depending on the GC that was configured (Boehm vs
243         SGen).   I have removed this difference for the sake of avoiding
244         the complexity of dealing with the mono/arch directory requiring
245         GC-specific changes to their Makefiles.
246
247 2010-06-23  Mark Probst  <mark.probst@gmail.com>
248
249         * sgen-gc.c, sgen-los.c, sgen-marksweep.c: Fix warnings.
250
251 2010-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
252
253         * metadata.c (mono_metadata_type_hash): Don't hash
254         the type kind for dynamic types since it can change.
255
256 2010-06-22 Geoff Norton  <gnorton@novell.com>
257
258         * sgen-os-mach.c: We cannot call malloc from the gc, so we need to use
259         alloca instead to prevent a deadlock.
260
261 2010-06-22  Geoff Norton  <gnorton@novell.com>
262
263         * domain.c: Allow gettings the tls key, since we need it for
264         cross thread tls poking in sgen-mach
265         * sgen-gc.(c|h), gc-internal.h: Rework sgen into having some functions
266         in external files for platform specific STW support.
267         * sgen-os-mach.c: Add a new mach kernel backend implementation of STW.
268         * sgen-os-posix.c: Move the existing posix signal based STW here.
269
270 2010-06-21  Zoltan Varga  <vargaz@gmail.com>
271
272         * marshal.c (mono_array_to_lparray): Allow MONO_TYPE_PTR. Fixes #615952.
273
274 2010-06-21 Rodrigo Kumpera  <rkumpera@novell.com>
275
276         * object-internals.h: Map new PropertyBuilder fields.
277
278         * reflection.c (property_encode_signature): Emit an instance
279         signature if property's callconv is hasthis.
280
281         * appdomain.c: Bump corlib version.
282
283 2010-06-20  Jb Evain  <jbevain@novell.com>
284
285         * metadata-verify.c: do not consider the assembly invalid if it
286         doesn't have a #Blob stream as resource assemblies don't
287         necessarily have one.
288
289 2010-06-17  Geoff Norton  <gnorton@novell.com>
290
291         * sgen-archdep.h: sgen support for arm linux and darwin.
292
293 2010-06-17  Zoltan Varga  <vargaz@gmail.com>
294
295         * loader.c (mono_method_get_header): Avoid a crash if the declaring method
296         has a faulty header.
297
298 2010-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
299
300         * sgen-gc.c (mono_gc_wbarrier_value_copy_bitmap): Work in a similar
301         way to mono_gc_wbarrier_value_copy but takes a bitmap that
302         indicates which slots need a write barrier.
303
304 2010-06-14  Jonathan Pryor <jpryor@novell.com>
305
306         * Makefile.am (EXTRA_DIST): Add runtime.h.
307
308 2010-06-14  Zoltan Varga  <vargaz@gmail.com>
309
310         * object.c (build_imt_slots): Don't crash if callbacks.get_imt_trampoline is not set.
311
312 2010-06-11  Zoltan Varga  <vargaz@gmail.com>
313
314         * object.c (mono_method_add_generic_virtual_invocation): Fix the computation of the
315         IMT slot which is passed to callbacks.get_imt_trampoline.
316
317 2010-06-11  Zoltan Varga  <vargaz@gmail.com>
318
319         * object.c: Use a callback to create IMT trampolines, allowing the usage of one
320         imt trampoline per imt slot when using LLVM.
321
322 2010-06-10  Jonathan Pryor <jpryor@novell.com>
323
324         * object.c (mono_runtime_run_main): Move fire_process_exit_event() into
325           runtime.c:mono_runtime_shutdown().
326         * runtime.c: Added; adds mono_runtime_shutdown(), which invokes the
327           AppDomain.ProcessExit event in all AppDomains.
328
329 2010-06-06  Zoltan Varga  <vargaz@gmail.com>
330
331         * marshal.c (mono_marshal_get_runtime_invoke): Don't set *exc to NULL, it is now
332         done by the caller.
333
334 2010-06-05  Mark Probst  <mark.probst@gmail.com>
335
336         * sgen-los.c: Keep bitmaps on chunk usage in LOS sections to speed
337         up freeing.
338
339 2010-06-05  Mark Probst  <mark.probst@gmail.com>
340
341         * sgen-gc.c, sgen-los.c: New LOS allocator that allocates large
342         segments of memory at once, to reduce the number of mmap/munmap
343         calls.
344
345 2010-06-05  Mark Probst  <mark.probst@gmail.com>
346
347         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: Protocol degraded
348         allocations and distinguish between normal, degraded and pinned
349         allocations.
350
351 2010-06-05  Mark Probst  <mark.probst@gmail.com>
352
353         * sgen-gc.c, sgen-major-copying.c, sgen-marksweep.c: Make degraded
354         allocations count toward major collections and trigger major
355         collections from degraded allocations if appropriate.
356
357 2010-06-05  Mark Probst  <mark.probst@gmail.com>
358
359         * sgen-marksweep.c (ms_get_empty_block): Update heap boundaries.
360
361 2010-06-05  Mark Probst  <mark.probst@gmail.com>
362
363         * sgen-gc.c: Enable mark&sweep again.
364
365 2010-06-05  Mark Probst  <mark.probst@gmail.com>
366
367         * sgen-gc.c: Increase the maximum small object size to 8000 bytes.
368
369 2010-06-05  Mark Probst  <mark.probst@gmail.com>
370
371         * sgen-gc.c, sgen-major-copying.c, sgen-marksweep.c: Have only one
372         major heap allowance for minor collections, instead of two
373         separate ones for small and large objects.  This reduces the
374         number of major collections.
375
376 2010-06-04  Marek Habersack  <mhabersack@novell.com>
377
378         * icall.c (ves_icall_MonoType_GetEvent): be case insensitive is
379         the BFLAGS_IgnoreCase is raised
380
381 2010-06-03  Zoltan Varga  <vargaz@gmail.com>
382
383         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Rewrite this so it returns
384         all information in a single structure. Return information about scopes as well.
385
386         * mono-debug.c (mono_debug_lookup_locals): Ditto.
387
388 2010-06-02  Geoff Norton  <gnorton@novell.com>
389
390         * appdomain.c: If we are running with IOMAP we might
391         have been provided a string that isn't case-aware for our file-
392         system, so we need to use io-portability to check if the file 
393         exists, rather than a simple glib test.
394
395         Fixes #608849
396
397 2010-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
398
399         * verify.c (verify_generic_parameters): Verify if
400         there are not loops in constraints.
401
402 2010-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
403
404         * verify.c (is_compatible_boxed_valuetype): Constaints
405         must be recursively checked if one generic argument
406         has a constraint on another.
407
408         Fixes #610625.
409
410 2010-05-31  Miguel de Icaza  <miguel@novell.com>
411
412         * console-unix.c (terminal_get_dimensions): Fix my previous
413         botched commit and return the actual value obtained from the ioctl.
414
415 2010-05-29  Mark Probst  <mark.probst@gmail.com>
416
417         * sgen-gc.c: Always use DESC_TYPE_RUN_LENGTH for objects without
418         references so that we don't have to do the cache-cold fetch of the
419         class in copy_object_no_checks().
420
421 2010-05-29  Robert Jordan  <robertj@gmx.net>
422
423         * marshal.c (mono_marshal_asany): marshal LPWSTRs using
424         mono_marshal_string_to_utf16_copy () to avoid memory allocation
425         mismatches under Windows. Fixes pinvoke2:test_0_asany.
426
427 2010-05-28  Mark Probst  <mark.probst@gmail.com>
428
429         * sgen-gc.c: Change default nursery size to 4MB, because it
430         improves performance on many applications and benchmarks.
431
432 2010-05-28  Mark Probst  <mark.probst@gmail.com>
433
434         * sgen-gc.c, sgen-scan-object.h: Value types in arrays are not
435         always aligned to ALLOC_ALIGN.  To handle this, shift the size in
436         the GC descriptor by one bit, and don't encode the size for value
437         types not containing references.  Also get rid of
438         DESC_TYPE_STRING.
439
440 2010-05-28  Mark Probst  <mark.probst@gmail.com>
441
442         * sgen-gc.c: Don't depend on the size encoded in a GC descriptor
443         other than for remset processing.
444
445 2010-05-28  Mark Probst  <mark.probst@gmail.com>
446
447         * sgen-gc.c: More and better remset consistency checks.
448
449 2010-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
450
451         * sgen-gc.c: Add a note about the int[] trick to avoid some
452         memset.
453
454 2010-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
455
456         * sgen-gc.c (sort_addresses): Use heap sort since it has better
457         performance.
458
459         This helps programs with lots of threads or thread with big stacks
460         since the bottleneck the pin queue can get quite big.
461
462 2010-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
463
464         * sgen-gc.c (search_fragment_for_size): Move fragment setup into
465         a separate function called setup_fragment.
466
467         * sgen-gc.c (search_fragment_for_size_range): Variant of
468         search_fragment_for_size that does search for a secondary smaller
469         size.
470
471         * sgen-gc.c (mono_gc_alloc_obj_nolock): Use search_fragment_for_size_range
472         for tlab allocation so small fragments are used.
473
474         This patch uses small fragments for tlab allocation when possible in order
475         to improve nursery utilization. With a fixed size tlab this patch is not very
476         usefull but once size gets dynamically adjusted, this will be invaluable.
477
478         Performance under pystone 500k is unchanged. Nursery utilization improves by
479         3.5% and 18 more fragments are used per minor GC.
480
481         Performance under modified binary-tree is unchanged. Nursery utilization
482         improves by 0.5% and 3 more fragments are used per minor GC.
483
484         These numbers make sense since as more pinning happens, more fragments are
485         created and so are the chances of having a bunch of small ones.
486
487 2010-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
488         * sgen-gc.c (mono_gc_alloc_obj_nolock): Avoid wasting space     from
489         the current fragment when allocating a TLAB.
490
491         Reduces number of pystone 500k minor collections by 7%.
492
493 2010-05-25  Martin Baulig  <martin@ximian.com>
494
495         Applying a patch from Lucas Meijer <lucas@lucasmeijer.com>.
496
497         * debug-mono-symfile.c: Release memory from symfiles that were
498         loaded from memory.
499
500 2010-05-24  Zoltan Varga  <vargaz@gmail.com>
501
502         * marshal.c (mono_marshal_free_dynamic_wrappers): Avoid an assert when this is called
503         during shutdown.
504
505 2010-05-22  Zoltan Varga  <vargaz@gmail.com>
506
507         * marshal.c (mono_marshal_get_runtime_invoke): Simplify the code computing the
508         target class and remove some dead code.
509
510 2010-05-22  Zoltan Varga  <vargaz@gmail.com>
511
512         * metadata.c: Add a 'transient' argument to the MonoType creation functions, so
513         the MonoTypes inside method headers can be freed when the header is freed.
514
515 2010-05-21  Zoltan Varga  <vargaz@gmail.com>
516
517         * threadpool.c: Fix the DISABLE_SOCKETS build.
518
519 2010-05-19 Martin Baulig  <martin@novell.com>
520
521         Fix #604911.
522
523         * threads.c (wait_for_tids_or_state_change): Use an
524         alertable WaitForMultipleObjectsEx().
525         (wait_for_tids): Likewise.
526
527 2010-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
528
529         * marshal.c (mono_marshal_init): Register mono_gchandle_get_target
530         icall.
531
532         * marshal.c (mono_delegate_to_ftnptr): Use a gchandle instead of
533         gc tracked memory.
534
535         * marshal.c (mono_marshal_emit_managed_wrapper): Retrieve the first
536         argument from a gchandle.
537
538         * marshal.c: Get rid of the delegate_target_locations hash table.
539
540         Fixes #605295.
541
542 2010-05-17 Rodrigo Kumpera  <rkumpera@novell.com>
543
544         * sgen-gc.c: Use _fast variants for string and array length.
545
546 2010-05-17 Rodrigo Kumpera  <rkumpera@novell.com>
547
548         * sgen-gc.c: Fix counters to be 64 bits.
549
550         * sgen-gc.c (dump_heap): Fix formating strings.
551
552 2010-05-17 Rodrigo Kumpera  <rkumpera@novell.com>
553
554         * sgen-gc.c (global_remset_location_was_not_added): New
555         function that implements a 2 element LRU cache for just
556         added remsets. It is used to avoid adding duplicate ones.
557
558         * sgen-gc.c (add_to_global_remset): Check cache before
559         adding new entry.
560
561         * sgen-gc.c (scan_from_remsets): Don't process global remsets
562         that fail the cache test.
563
564         * sgen-gc.c (scan_from_remsets): Simplify the global remset
565         loop removing one condtion that is not possible.
566
567         A 2 element LRU cache was chosen by profiling IronPython 2.6
568         pytones with 1M passes and corlib compilation.
569
570         For the ipy test duplication was originally 940.92, measured
571         by "Store remsets" divided by "Unique store remsets".
572
573         With a 2-element LRU, duplication went to 1.007. Without the
574         check in scan_from_remsets 1.438.
575
576         With a 16-elements LRU, duplication reduction was negligibe.
577         A single element cache was basically of no use.
578
579         With corlib compilation duplication went from  1.4 to 1.02.
580
581         Performance results is a 20% time decrease for ipy and 2%
582         with corlib.
583 2010-05-16  Zoltan Varga  <vargaz@gmail.com>
584
585         * mono-debug.c (mono_debug_cleanup): Fix a crash in the previous change.
586
587 2010-05-15  Geoff Norton  <gnorton@novell.com>
588
589         * mono-debug.c: Fix a leak of the global table on shutdown.
590
591 2010-05-15  Geoff Norton  <gnorton@novell.com>
592
593         * debug-mono-symfile.(c|h): Add mono_debug_symfile_free_location
594         to clean up MonoDebugSourceLocation's.
595
596 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
597
598         * class.c (mono_class_create_from_typedef): Fail a class
599         if there is a loop with its parent.
600
601         Fixes #598239.
602
603 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
604
605         * loader.c (mono_loader_set_error_type_load): Convert
606         a g_warninig to mono_trace_warning.
607
608 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
609
610         * class.c (mono_class_get_full): Release strings on failure
611         to avoid leaking them.
612
613 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
614
615         * class.c (mono_class_create_from_typedef): Only return
616         the class if no exceptions were detected.
617
618         * class.c (mono_class_create_from_typedef): Don't remove
619         broken classes from class_cache. Just set failure and
620         bail out.
621
622         This fixes a memory a memory leak where resolving the same
623         broken class multiple times resulted in a memory leak.
624
625         The right behavior would be to actually return the class
626         a let the caller figure it out.
627
628 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
629
630         * mono-ptr-array.h: Add mono_ptr_array_sort.
631
632         * reflection.c (mono_image_build_metadata): Replace that ugly
633         qsort call with mono_ptr_array_sort.
634
635 2010-05-13  Mark Probst  <mark.probst@gmail.com>
636
637         * sgen-gc.c: Switch to the copying major collector, because
638         Mark&Sweep is still buggy.
639
640 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
641
642         * reflection.c (mono_image_build_metadata): Don't put managed
643         references on non-tracked memory.
644
645 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
646
647         * sgen-archdep.h (ARCH_COPY_SIGCTX_REGS): Fix this for amd64.
648
649 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
650
651         * icall.c: Switch to mono-ptr-array.h.
652
653 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
654
655         * Makefile.am: Add mono-ptr-array.h.
656
657         * mono-ptr-array.h: New header that implements
658         a GC tracked equivalent of g_ptr_array. 
659
660 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
661
662         * icall.c (ves_icall_Type_GetInterfaces): Rewrite this
663         method to avoid initializing the class.
664
665         Fixes #605115.
666
667 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
668
669         * icall.c (ves_icall_System_MonoType_getFullName): It
670         doesn't require to init the class.
671
672 2010-05-11  Miguel de Icaza  <miguel@novell.com>
673
674         * console-unix.c: Signal handlers now save and restore errno.   We
675         have never had a bug report about this, ioctl does change errno. 
676
677         Hide the unused method.   
678
679         Remove internal declarations from public headers.
680
681         Document what the signal handler is doing
682
683 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
684
685         * sgen-gc.c (clear_unreachable_ephemerons): Clear
686         unreachable keys with a tombstone.
687
688         * sgen-gc.c (mark_ephemerons_in_range): Ignore
689         tombstone keys.
690
691 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
692
693         * icall-def.h:
694         * gc-internals.h:
695         * gc.c: New GC:get_ephemeron_tombstone.
696
697 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
698
699         * appdomain.c (create_exceptions): Rename to
700         create_domain_objects. Create the ephemeron tombstone object.
701
702         * domains-internals.h (MonoDomain): Add new field for the
703         ephemeron tombstone.
704
705         * domain.c (mono_domain_free): Set ephemeron_tombstone to
706         NULL.
707
708 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
709
710         * sgen-gc.c (mono_gc_clear_domain): Both ephemerons
711         and dislinks must be processed before LOS since they
712         could end up with pointers to memory returned to the
713         OS.
714
715 2010-05-11  Zoltan Varga  <vargaz@gmail.com>
716
717         * class.c (mono_class_alloc): New helper function to centralize memory allocation
718         for classes, allocates either from the image mempool or from the heap.
719
720         * class.c: Use mono_class_alloc to allocate memory owned by classes.
721
722         * metadata.c (free_generic_class_dependents): Free more items belonging to
723         generic classes.
724
725 2010-05-10  Zoltan Varga  <vargaz@gmail.com>
726
727         * reflection.c (mono_reflection_method_get_handle): Handle MonoGenericMethod
728         as well. Fixes #604054.
729
730 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
731
732         * metadata-verify.c: MS doesn't mind duplicates in the
733         typeref table. Move it to full verification.
734
735         Fixes #600508.
736
737 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
738
739         * image.c (do_mono_image_load): Report verification
740         errors when loading an image fails.
741
742 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
743
744         * reflection.c (mono_type_get_object): Remove chunk of code
745         no longer in use.
746
747 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
748
749         * icall-def.h
750         * icall.c: Delete some unused icalls.
751
752 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
753
754         * appdomain.c (mono_domain_has_type_resolve): Check for
755         NULL domain objects to make pedump happy.
756
757         * object.c (mono_field_get_value): Assert on NULL object.
758         It's the caller resposibility to check for this.
759
760         * object.c (mono_field_get_value_object): Ditto.
761
762         Fixes #601384.
763
764 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
765
766         * icall.c (ves_icall_type_is_subtype_of): Non iface subtype
767         checks can avoid doing a mono_class_init.
768
769         * icall.c: Remove mono_class_init from a bunch of icalls that
770         don't need it.
771
772         Hopefully we're now lazy enough to fix most victims of #601431.
773
774 2010-05-07  Mark Probst  <mark.probst@gmail.com>
775
776         * sgen-gc.c: Remove REMSET_ROOT_LOCATION.
777
778 2010-05-07  Mark Probst  <mark.probst@gmail.com>
779
780         * sgen-gc.c: Remove unnecessary checks in domain clearing code.
781
782 2010-05-07  Marek Habersack  <mhabersack@novell.com>
783
784         * culture-info-tables.h: updated to include en-TT culture. Fixes
785         bug #594035
786
787 2010-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
788
789         Move mono_class_init from mono_type_get_object to icalls.
790         This causes massive memory savings for Assembly::GetTypes () and
791         make it fail a lot less due to missing dependencies.
792
793         This is a conservative, naive change as it doesn't remove some
794         mono_class_init from places that might not need them. Carefull
795         review of those should follow.
796
797         * reflection.c (mono_type_get_object): Don't mono_class_init the
798         returning type.
799
800         * reflection.c:
801         * cominterop.c:
802         * icall.c:
803         * marshal.c: Call mono_class_init in functions receiving a MonoType
804         object.
805
806         First step into fixing #601431.
807
808 2010-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
809
810         * gc-internal.h: Add new functions required for ephemeron support.
811
812         * gc.c: Implement ves_icall_System_GC_register_ephemeron_array.
813
814         * icall-def.h: Add GC::register_ephemeron_array.
815
816         * object.c (compute_class_bitmap): sys.rt.cs.Ephemeronis an opaque type
817         under sgen. Its fields must not be marked.
818
819         * sgen-gc.c (mono_gc_clear_domain): Call cleanup function for ephemerons.
820
821         * sgen-gc.c (finish_gray_stack): Mark all reachable ephemerons before
822         handling finalizable objects. Clean dead ones after all finalizable
823         handling.
824
825         * sgen-gc.c (dump_heap): Add new kind of internal memory.
826
827         * sgen-gc.c (null_ephemerons_for_domain): Remove from the list ephemeron
828         arrays from the dead domain.
829
830         * sgen-gc.c (clear_unreachable_ephemerons): Clear dead ephemerons entries.
831
832         * sgen-gc.c (mark_ephemerons_in_range): Mark/Copy all ephemeron values
833         whose keys are reachable.
834
835         * sgen-gc.c (mono_gc_ephemeron_array_add): Register the array into the
836         list of live ephemeron arrays.
837
838 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
839
840         * class.c (mono_class_layout_fields): Don't perform alignment
841         if align is zero.
842
843         * class.c (mono_class_layout_fields): Init field related information
844         to sane defaults.
845
846 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
847
848         * verify.c (mono_verifier_verify_class): Verify the constraint
849         of generic type definitions.
850
851 2010-05-04  Mark Probst  <mark.probst@gmail.com>
852
853         * sgen-marksweep.c: Simplify free list maintenance in sweep.
854
855 2010-05-02  Mark Probst  <mark.probst@gmail.com>
856
857         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Unify
858         major_do_collection() across the two major collectors.
859
860 2010-05-02  Mark Probst  <mark.probst@gmail.com>
861
862         * sgen-gc.c: Add heavy statistics counter for re-added global
863         remsets.
864
865 2010-05-02  Mark Probst  <mark.probst@gmail.com>
866
867         * sgen-marksweep.c, sgen-gc.c: Use one mark bit per ALLOC_ALIGN to
868         get rid of a division in critical code.
869
870 2010-04-29  Mark Probst  <mark.probst@gmail.com>
871
872         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Have separate
873         blocks for objects without references in mark&sweep, to improve
874         performance.
875
876 2010-04-28  Mark Probst  <mark.probst@gmail.com>
877
878         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Bring heavy
879         statistics up-to-date.
880
881 2010-04-27  Mark Probst  <mark.probst@gmail.com>
882
883         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Support
884         heap-dump for mark&sweep.
885
886 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
887
888         * loader.c (mono_method_get_header): Move the is_inflated case before the
889         wrapper case, as a method can be both.
890
891 2010-04-27  Mark Probst  <mark.probst@gmail.com>
892
893         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Don't do a
894         separate pass to scan pinned and large object but use the gray
895         queue like for regular objects.
896
897 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
898
899         * boehm-gc.c: Applied patch from Robert Nagy (robert@openbsd.org). Include
900         string.h for memmove.
901
902         socket-io.c: Applied patch from Robert Nagy (robert@openbsd.org).
903         ipaddress_to_struct_in6_addr() is only needed when
904         defined(HAVE_STRUCT_IP_MREQN) || defined(HAVE_STRUCT_IP_MREQ).
905
906 2010-04-25  Mark Probst  <mark.probst@gmail.com>
907
908         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Properly
909         separate copy_object functions for major vs nursery.  Allows us to
910         get rid of a few checks and the start and end parameters for many
911         functions.
912
913 2010-04-25  Mark Probst  <mark.probst@gmail.com>
914
915         * sgen-marksweep.c, sgen-gc.c, sgen-major-copying.c,
916         sgen-protocol.c, sgen-protocol.h, Makefile.am: Major Mark&Sweep
917         collector.
918
919 2010-04-25  Zoltan Varga  <vargaz@gmail.com>
920
921         * class.c (mono_class_create_from_typedef): Initialize class->nested_in after
922         calling setup_mono_type () since the nested parent could recursively reference
923         the nested class using generic constraints. Fixes #599469.
924
925 2010-04-24  Mark Probst  <mark.probst@gmail.com>
926
927         * sgen-gc.c, sgen-pinning.c, sgen-major-copying.c: Major collector
928         abstraction.
929
930 2010-04-24  Mark Probst  <mark.probst@gmail.com>
931
932         * sgen-gc.c: Remove more unneeded code.
933
934 2010-04-24  Mark Probst  <mark.probst@gmail.com>
935
936         * sgen-gc.c: Disable managed allocator and wbarrier when the
937         binary protocol is enabled.
938
939 2010-04-24  Mark Probst  <mark.probst@gmail.com>
940
941         * sgen-gc.c: Put nursery-fragment-cleaning into its own function.
942
943 2010-04-24  Mark Probst  <mark.probst@gmail.com>
944
945         * sgen-gc.c: Remove a few commented out and unneeded bits.
946
947 2010-04-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
948
949         * threadpool.c: patch from Robert Nagy that fixes a nullref and
950         uses mono_sem_wait instead of mono_sem_timedwait for openbsd.
951
952 2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
953
954         * icall.c (ves_icall_type_is_assignable_from): Properly handle byref
955         types.
956
957         Fixes #331126
958
959 2010-04-21  Mark Probst  <mark.probst@gmail.com>
960
961         * sgen-gc.c: Turn off semi-precise stack mark.
962
963 2010-04-20  Sebastien Pouliot  <sebastien@ximian.com>
964
965         * reflection.c (mono_custom_attrs_from_index): Use right function
966         to free 'list' (i.e. g_list_free) if the verifier fails.
967
968 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
969
970                 * verify.c: Handle the case where mono_type_get_underlying_type_any
971                 returns NULL. Remove duplicated code between MONO_TYPE_GENERICINST
972                 and MONO_TYPE_VALUETYPE in those case.
973
974                 Based on a slightly modified patch by Sebastien Pouliot  <sebastien@ximian.com>
975
976                 Hopefully Fixes #564253.
977
978 2010-04-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
979
980         * domain-internals.h: made threadpool_jobs volatile.
981         * mono-wsq.c: add an assert to verify that the threadpool cleaned up
982         all local jobs.
983         * threadpool.c:
984                 -When two threads try to initialize the socket IO pool,
985                 the second one waits until the intialization is finished
986                 instead of continuing right away.
987                 -Add checks for domain unload: no items added in this case.
988                 -Only measure the time every 10 elements added to the queue.
989                 This is an experiment since linux x86 gettimeofday() sucks.
990                 -Create new thread if there are none waiting for work items.
991                 -There was a missing decrement of the busy threads.
992                 -Make sure the local queue is cleaned up before exiting the
993                 thread when the program ends.
994
995 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
996
997         * reflection.c (mono_type_get_object): Normalize generics types
998         as to how managed code expect them to be. A generic instance over
999         the GTD arguments must have the same mirror as the GTD itself.
1000
1001         Fixes #473289.
1002
1003 2010-04-19  Zoltan Varga  <vargaz@gmail.com>
1004
1005         * locales.c: Implement support for DISABLE_NORMALIZATION.
1006
1007 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1008
1009         * marshal.c (mono_marshal_get_native_func_wrapper): Set the marshal info to NULL,
1010         since it is not a MonoMethod.
1011
1012 2010-04-16  Sebastien Pouliot  <sebastien@ximian.com>
1013
1014         * icall-def.h: Add get_RequiresElevatedPermissions icall to
1015         System.Security.SecurityManager - used only by Moonlight
1016         * security-core-clr.c|h: Add Elevated Trust/Permission support
1017         for CoreCLR / Moonlight
1018
1019 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
1020
1021         * boehm-gc.c (mono_gc_base_init): Applied patch from Robert Nagy
1022         (robert@openbsd.org). Fix GC_stackbottom calculation on OpenBSD.
1023
1024 2010-04-16  Marek Habersack  <mhabersack@novell.com>
1025
1026         * mono-perfcounters.c: added code for the "Mono
1027         Memory/Total Physical Memory" performance counter.
1028
1029         * mono-perfcounters-def.h: added definition of the "Mono
1030         Memory/Total Physical Memory" performance counter.
1031
1032 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1033
1034         * class.c (mono_class_get_method_by_index): Return NULL
1035         on type load failures.
1036
1037 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1038
1039         * class.c (mono_class_from_typeref): Check if the supplied
1040         image has an assembly bound to it.
1041
1042         Fixes #567884.
1043
1044 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1045
1046         * loader.c (mono_method_get_signature_full): Use new function
1047         inflate_generic_signature_checked to check for errors.
1048
1049         Fixes #560839.
1050
1051 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1052
1053         * loader.c (inflate_generic_signature): Add _checked variant
1054         and move this function to use it.
1055
1056 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1057
1058         * class.c (mono_class_setup_vtable_general): Use error checking
1059         version of mono_class_inflate_generic_method_full.
1060
1061         Fixes #596975.
1062
1063 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
1064
1065         * class.c (mono_class_inflate_generic_type_no_copy): Do proper
1066         error handling passing MonoError around.
1067
1068         Fixes #560336.
1069
1070 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
1071
1072         * socket-io.c: make GetHostByName ("") work on windows.
1073         Fixes bug #456723.
1074
1075 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
1076
1077         * object-internals.h:
1078         * threads.c: use a spin lock when accesing the per-thread appdomain
1079         list.
1080
1081 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
1082
1083         * threads.c: no need to take the threads lock in push/pop appdomain.
1084
1085 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
1086
1087         * reflection.c (_mono_reflection_parse_type): MS supports
1088         non-assembly-qualified types in a generic type parameter list
1089         when enclosed in '[]' (which signals that they should be a fqn).
1090
1091         This breaks ECMA specs for how type names are encoded in cattr
1092         blobs but F# does it.
1093
1094         Fixes #576342.
1095
1096 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
1097
1098         * icall.c (ves_icall_InternalInvoke): Check if the vtable is sane
1099         for instance methods/ctors.
1100
1101         Fixes #422113.
1102
1103 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1104
1105         * reflection.c: Use the new verifier support for checking
1106         custom attributes.
1107
1108         Fixes #595306.
1109
1110 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1111
1112         * metadata-verify.c: Implement structural verification
1113         of custom attributes. This check requires access to the
1114         loader since to resolve the size of an enum we have to
1115         look it up.
1116         We don't check if named argumenments are encoded in a
1117         compatible fashion to their underlying field/prop.
1118         Maybe we should?
1119
1120         * verify-internals.h: Add two new cattr verification API.
1121
1122 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1123
1124         * metadata-verify.c (decode_signature_header): Fix signature.
1125
1126 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1127
1128         * verify.c (mono_verifier_is_enabled_for_method): Handle
1129         assembly less images.
1130
1131         * verify.c (mono_verifier_is_class_full_trust): Ditto.
1132
1133 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1134
1135         * loader.c (mono_method_signature_checked): Properly
1136         init MonoError.
1137
1138         * loader.c (mono_method_signature): It's the calee
1139         resposibility to init the error object.
1140
1141 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
1142
1143         * metadata-verify.c (decode_signature_header): Do proper
1144         overflow checking.
1145
1146 Tue Apr 13 12:36:29 CEST 2010 Paolo Molaro <lupus@ximian.com>
1147
1148         * reflection.c: maintain the invariants required by
1149         mono_class_layout_fields() also in typebuilder_setup_fields ().
1150
1151 2010-04-11  Sebastien Pouliot  <sebastien@ximian.com>
1152
1153         * security-core-clr.c: Call mono_class_setup_methods in 
1154         get_default_ctor before checking klass->methods. Fix typo in
1155         comment
1156
1157 2010-04-10  Jb Evain  <jbevain@novell.com>
1158
1159         * domain.c (supported_runtimes): remove .net 4.0 beta 2 and
1160         add .net 4.0 RTM version.
1161
1162 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1163
1164         * reflection.c (resolve_object): Properly inflate generic
1165         methods when a context is supplied.
1166
1167         Fixes #591226.
1168
1169 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1170
1171         * verify.c (mono_method_verify): A switch op don't empty
1172         the stack for the next one. Fixes a bug when running fsi
1173         under --verify-all.
1174
1175 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1176
1177         * metadata-verify.c (is_valid_standalonesig_blob): Accept
1178         fields as valid standalone sig too. F# does generate them.
1179
1180         * metadata-verify.c (verify_typedef_table_full): Ignore
1181         what <module> extends.
1182
1183 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
1184
1185         * verify.c (do_invoke_method): It's ok to do use call with
1186         virtual, non-final methods if their class is sealed.
1187
1188 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
1189
1190         * icall.c (ves_icall_MonoField_GetValueInternal): This function
1191         is a near identical copy of mono_field_get_value_object. So simply
1192         call it.
1193
1194         * object.c (mono_field_get_value_object): Handle literal fields
1195         on open generic classes.
1196
1197         Fixes #594942.
1198
1199 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
1200
1201         * reflection.c (mono_reflection_create_runtime_class): Setup
1202         parent/supertype information again since it can be changed
1203         without notice.
1204
1205 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
1206
1207         * verify.c (verify_type_compatibility_full): Properly handle
1208         stores between arrays of primitives.
1209
1210         Fixes the verifier side of #555950.
1211
1212 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
1213
1214         class.c (mono_bounded_array_class_get): Properly init
1215         cast_class to take the fact that uint[] and int[] can be
1216         casted between each other.
1217
1218         Fixes #555950.
1219
1220 2010-04-07  Geoff Norton  <gnorton@novell.com>
1221
1222         * domain.c: Avoid a deadlock on osx.  Fixes #565765
1223
1224 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
1225
1226         * icall.c (ves_icall_System_Enum_ToObject): Avoid a crash for unfinished type
1227         builders. Fixes #594464.
1228
1229 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
1230
1231         * icall.c (ves_icall_System_Environment_Exit): Shutdown the threadpool before
1232         waiting for all threads to suspend, as those threads can't be suspended.
1233
1234 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
1235
1236         * threads.c (mono_thread_suspend_all_other_threads): Call ensure_synch_cs_set ()
1237         to avoid crashes on newly created threads.
1238
1239 2010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
1240
1241         * file-io.c: reset the MonoIOStat structure in case of error.
1242         Fixes bug #582667.
1243
1244 2010-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
1245
1246         * class.c (print_implemented_interfaces): Print proper type name.
1247
1248         * class.c (mono_class_setup_vtable): Don't try that hard to produce
1249         the override map for generic instances since it later ignored.
1250
1251         * class.c (mono_class_implement_interface_slow): Don't break for
1252         dynamic generic instances.
1253
1254         * object.c (mono_runtime_invoke_array): Add an assert for allocation.
1255
1256         * reflection.c (mono_reflection_method_get_handle): New method that
1257         resolves a method handle.
1258
1259         * reflection.c (mono_reflection_get_dynamic_overrides): Handle the
1260         case when we override methods from a dynamic generic instance interface.
1261
1262         Fixes #575941.
1263
1264 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
1265
1266         * threadpool.c: don't attempt to close the pipe when it has not been
1267         created.
1268
1269 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
1270
1271         * threadpool.c: if there are no waiting threads, try to start a new
1272         one. This fixes the not-so-random hangs in System.ServiceModel tests.
1273         No need to use InterlockedCompareExchange to read volatile variables.
1274
1275 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
1276
1277         * verify.c (verify_type_compatibility_full): Fail mixed valuetype
1278         and reference types that point to the same class.
1279
1280         Fixes #565598.
1281
1282 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
1283
1284         * verify.c (verify_stack_type_compatibility_full): Ignore constraints
1285         when verifying compatibility between a generic instance and a generic
1286         parameter.
1287
1288         * verify.c (check_is_valid_type_for_field_ops): Improve error message.
1289
1290         * verify.c (stack_slot_stack_type_full_name): Improve verification type
1291         name.
1292
1293         Fixes #587849.
1294
1295 2010-04-04  Mark Probst  <mark.probst@gmail.com>
1296
1297         * sgen-gc.c: Remove superfluous scanning of alloc-pinned objects.
1298
1299 2010-04-04  Zoltan Varga  <vargaz@gmail.com>
1300
1301         * threads.c Applied some openbsd changes from Robert Nagy <robert@openbsd.org>.
1302
1303 2010-04-03  Marek Habersack  <mhabersack@novell.com>
1304
1305         * process.c: when cross-compiling with MinGW, force GetProcessId
1306         lookup using GetProcAddress.
1307
1308 2010-04-02  Mark Probst  <mark.probst@gmail.com>
1309
1310         * sgen-gc.c: parse_environment_string_extract_number() must be
1311         static.
1312
1313 2010-04-02  Mark Probst  <mark.probst@gmail.com>
1314
1315         * sgen-gc.c, sgen-gray.c: Macros for gray_object_enqueue() and
1316         gray_object_dequeue(), to make sure they're inlined.
1317
1318 2010-04-02  Mark Probst  <mark.probst@gmail.com>
1319
1320         * sgen-gc.c, sgen-gray.c: Fix a few debug levels, put a few
1321         asserts in inner loops into DEBUG and lower MAX_DEBUG_LEVEL.
1322
1323 2010-04-02  Jb Evain  <jbevain@novell.com>
1324
1325         * exception.c: remove dead code.
1326
1327 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
1328
1329         * *-gc.c: Fix the signature of mono_gc_get_used/heap_size () to be consistent
1330         with mono-gc.h.
1331
1332 2010-04-01  Sanjoy Das <sanjoy@playingwithpointers.com>
1333
1334         * sgen-gc.c: Make the nursery size adjustable by the
1335         MONO_GC_PARAMS environment variable.
1336
1337         Code is contributed under MIT/X11 license.
1338
1339 2010-04-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
1340
1341         * threadpool.c: threadpool threads wait is alertable.
1342         Fixes bug #592964.
1343         Reduced the stack size of the *poll_wait thread.
1344
1345 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
1346
1347         * exception.c|metadata-internals.h: Add new mono_get_exception_
1348         field_access_msg and mono_get_exception_method_access_msg 
1349         functions that accept a const char* parameter to provide more 
1350         details when the exception is thrown.
1351         * security-core-clr.c|h: Rework code to allow logging exceptions
1352         (export MONO_LOG_MASK="security") and to supply more details in
1353         [TypeLoad|MethodAccess|FieldAccess]Exception thrown. Also added
1354         mono_security_core_clr_is_field_access_allowed and 
1355         mono_security_core_clr_is_call_allowed to return an exception,
1356         with messages and logging, that can be emitted by method-to-ir.c
1357
1358 2010-04-01  Mark Probst  <mark.probst@gmail.com>
1359
1360         * sgen-gc.c, sgen-pinning-stats.c: In the heap-dump, dump each
1361         pinned object.
1362
1363 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1364
1365         * appdomain.c (mono_domain_assembly_postload_search): Avoid a crash/assert if
1366         the assembly name is not well formed utf8. Fixes #567882.
1367
1368 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
1369
1370         * reflection.c (mono_reflection_create_generic_class): Set the flags field of
1371         the generic parameters from the builder. Fixes #473298.
1372
1373 2010-03-31  Miguel de Icaza  <miguel@novell.com>
1374
1375         * object.c (mono_class_proxy_vtable): Eliminate warning. 
1376
1377         * marshal.c (emit_marshal_boolean): Eliminate possible
1378         uninitialized local warning. 
1379
1380 2010-03-30  Sebastien Pouliot  <sebastien@ximian.com>
1381
1382         * class.c (mono_class_init): Postpone coreclr inheritance check
1383         until the end of the initialization (so we can check up the 
1384         default ctor manually for the core-clr inheritance rules).
1385         * security-core-clr.c: Add the missing (undocumented) checks on
1386         default constructors when verifying inheritance rules.
1387
1388 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1389
1390         * domain-internals.h (MonoJitExceptionInfo): Add new field
1391         handler_end to the data union. To be used to point the end
1392         of a finally block.
1393
1394 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1395
1396         * reflection.c: Add support for new v4 type
1397         System.Reflection.MonoModule that is the concrete version
1398         of Module which is abstract unver v4.
1399
1400 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
1401
1402         * class.c (mono_class_init): Don't set class failure after
1403         inited = 1 is set. It must be done before.
1404
1405 2010-03-30  Andreas Färber  <andreas.faerber@web.de>
1406
1407         * mono-config.c: Add support for OS "haiku"
1408         * ChangeLog: Fix UTF-8 encoding
1409
1410         Code is contributed under MIT/X11 license.
1411
1412 Tue Mar 30 15:53:06 CEST 2010 Paolo Molaro <lupus@ximian.com>
1413
1414         * console-unix.c: fixed include logic for sys/ioctl.h.
1415
1416 2010-03-30  Mark Probst  <mark.probst@gmail.com>
1417
1418         * threads.c: Fix bitmap generation for TLS marking on 64 bit
1419         systems.
1420
1421 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
1422
1423         * icall.c (ves_icall_System_Enum_get_underlying_type): Don't crash on
1424         unfinished/broken typebuilders.
1425
1426 2010-03-29  Mark Probst  <mark.probst@gmail.com>
1427
1428         * sgen-gc.c: Use the same heuristic for the LOS target that we use
1429         for the minor section allowance.
1430
1431 2010-03-29  Raja R Harinath  <harinath@hurrynot.org>
1432
1433         * metadata-verify.c (INVALID_METHOD_IMPLFLAG_BITS): Allow bit 6
1434         "NoOptimization".
1435
1436 2010-03-29  Mark Probst  <mark.probst@gmail.com>
1437
1438         * sgen-gc.c: Count bytes allocated with heavy statistics.
1439
1440 2010-03-29  Mark Probst  <mark.probst@gmail.com>
1441
1442         * sgen-gc.c: More detailed time statistics.
1443
1444 Mon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus@ximian.com>
1445
1446         * gc-internal.h, sgen-gc.c, threads.c, utils/mono-hash.c:
1447         fix the user defined mark interface to pass a pointer
1448         to the object location and not the object itself.
1449
1450 2010-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
1451
1452         * reflection.c (mono_method_body_get_object): Release
1453         the method header before the call to CACHE_OBJECT since
1454         this is a macro that returns.
1455
1456 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1457
1458         * class.c (inflate_generic_type): mono_metadata_type_dup
1459         already dupes array information, the g_memdup was just
1460         leaking memory.
1461
1462 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1463
1464         * verify.c: Add stack_peek function. Fix CEE_DUP
1465         to not read from invalid memory if push did expand
1466         the stack.
1467
1468 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1469
1470         * verify.c: Remove old table verification code that has
1471         been superseeded by the new metadata verifier.
1472
1473         * verify.h: Remove mono_image_verify_tables from the public
1474         API.
1475
1476         * pedump.c: Fix for removed bits.
1477
1478 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
1479
1480         * verify.c: Allocate stack slows lazily to reduce stack usage
1481         in case of methods with huge stacks. Reduces memory consumption
1482         for mcs yyparse from 459Mb to 1.8Mb.
1483
1484 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1485
1486         * threadpool.c: don't try executing items from domains being
1487         unloaded. Fixes appdomain-async-invoke test.
1488
1489 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1490
1491         * threadpool.c: spin while the threadpool initializes.
1492         * mono-wsq.c: if the WSQ has not been initialized or has been shut
1493         down, don't do anything.
1494
1495 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
1496
1497         * threads.c (mono_thread_create_internal): Set the GC type of the
1498         threads_starting_up hash table.
1499
1500 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1501
1502         * threadpool.c: reset 'state' to avoid returning non-null when the
1503         event type is not found.
1504
1505 Fri Mar 26 19:03:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1506
1507         * sgen-gc.c: make copy_object () take the address of the
1508         slot holding the reference. This allows saving memory stores
1509         when not needed and it allows keeping track of oldspace->nursery
1510         references for the card table code.
1511
1512 2010-03-26  Andreas Färber  <andreas.faerber@web.de>
1513
1514         * null-gc.c (mono_gc_invoke_with_gc_lock): Fix function name.
1515
1516         Code is contributed under MIT/X11 license.
1517
1518 Fri Mar 26 11:33:17 CET 2010 Paolo Molaro <lupus@ximian.com>
1519
1520         * object.c, threads.c, threads-types.h, threads.h: make the
1521         managed thread local storage references precisely tracked.
1522
1523 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1524
1525         * threadpool.[ch]: reworked the threadpool:
1526                 -Threadpool threads use a work-stealing queue. Adding a work
1527                 item from a threadpool thread will queue it in the thread
1528                 local queue without locking (in most cases).
1529                 -epoll events are coalesced before being added to the IO
1530                 queue.
1531                 -Dynamically change the number of active threads
1532                 -Changed the global queue to be more GC friendly
1533
1534         * class-internals.h: add 2 new performance counters for the number of
1535         threads in the threadpool and the IO threadpool.
1536
1537         * object-internals.h: new field in MonoAsyncResult.
1538         * icall-def.h: new internal call for queueing work items.
1539
1540         * Makefile.am: add 2 new files.
1541
1542         * appdomain.c: bump up corlib version.
1543
1544         * mono-wsq.[ch]: an implementation of a work-stealing queue.
1545
1546         * mono-perfcounters-def.h:
1547         * mono-perfcounters.c: added 2 new performance counters.
1548
1549 2010-03-26  Mark Probst  <mark.probst@gmail.com>
1550
1551         * sgen-gc.c: More FIXME/TODO updates.
1552
1553 2010-03-25  Mark Probst  <mark.probst@gmail.com>
1554
1555         * gc-internal.h, sgen-gc.c, sgen-gc.h, boehm-gc.c, null-gc.c: New
1556         function mono_gc_invoke_with_gc_lock() which invokes a function
1557         with the guarantee that no collection will occur during its execution.
1558
1559 2010-03-25  Mark Probst  <mark.probst@gmail.com>
1560
1561         * sgen-gc.c: Update a few comments.
1562
1563 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
1564
1565         * reflection.c: Add support for new v4 type
1566         System.Reflection.MonoAssembly that is the concrete version
1567         of Assembly which is abstract unver v4.
1568
1569 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
1570
1571         * reflection.c (mono_reflection_get_custom_attrs_info): Protect
1572         code that uses System.Reflection.Emit in DISABLE_REFLECTION_EMIT.
1573
1574         Expose a few macros that are needed for SR but not SRE to the
1575         world (previous inside the SRE ifdef)
1576
1577 2010-03-24  Mark Probst  <mark.probst@gmail.com>
1578
1579         * sgen-gc.c (gc_register_current_thread): We need
1580         stack_start_limit as well in the non-attribute pthread case.
1581
1582 2010-03-23 Rodrigo Kumpera  <rkumpera@novell.com>
1583
1584         * threads.c: Fix windows build.
1585
1586 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1587
1588         * thread-types.h: Add mono_thread_resume_interruption.
1589
1590         * threads.c: Add mono_thread_resume_interruption, this
1591         function should be called after the last protected handler
1592         found at interruption time has finished.
1593
1594 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1595
1596         * threads.c (ves_icall_System_Threading_Thread_ResetAbort):
1597         Check MonoInternalThread's ::state instead of ::abort_exc
1598         since the later can be lazily created.
1599
1600         This is specially problematic when running a finally block
1601         under AbortRequested state. ResetAbort must work, but the
1602         abort_exc object has not been created because interruption
1603         has not began.
1604
1605 2010-03-22  Geoff Norton  <gnorton@novell.com>
1606
1607         * locales.c: Its possible for CFStringGetCStringPtr
1608         to return null and not convert encodings.  Use
1609         CFStringGetCString instead.
1610
1611 Mon Mar 22 18:06:38 CET 2010 Paolo Molaro <lupus@ximian.com>
1612
1613         * class-internals.h, class.c, object.c: introduce compressed
1614         interface bitmaps (for now only under small config): this saves
1615         about 600 KB of runtime memory on gmcs bootstraps or monodevelop
1616         startups.
1617
1618 Mon Mar 22 16:03:34 CET 2010 Paolo Molaro <lupus@ximian.com>
1619
1620         * mono-debug.c: don't try to get the method header, it causes a
1621         deadlock and it is not used for anything anymore.
1622
1623 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1624
1625         * loader.c (mono_method_get_marshal_info): Fix the handling of dynamic methods
1626         broken by the last change.
1627
1628 2010-03-21  Andreas Färber  <andreas.faerber@web.de>
1629
1630         * socket-io.c: Don't depend on AF_SNA, AF_DECnet,
1631         SOCK_RDM.
1632         
1633         Code is contributed under MIT/X11 license.
1634
1635 2010-03-20  Sanjoy Das <sanjoy@playingwithpointers.com>
1636
1637         * sgen-gc.c (mono_gc_get_write_barrier): Handle non-aligned
1638         nursery.
1639
1640         Code is contributed under MIT/X11 license.
1641
1642 2010-03-19  Martin Baulig  <martin@ximian.com>
1643
1644         * mono-debug.c (MonoDebugWrapperData): Replace `cil_code' with a
1645         dummy field, containing an empty string.
1646         (mono_debug_add_method): Don't call mono_disasm_code() for wrappers.
1647
1648
1649 Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>
1650
1651         * class.c: setup_interface_offsets() refactor to not call
1652         mono_class_get_implemented_interfaces () more times than needed and
1653         to reduce the runtime memory requirements to be O(num_interfaces)
1654         instead of O(max_interface_id).
1655
1656 2010-03-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
1657
1658         * mono-mlist.[ch]: add mono_mlist_set_next ().
1659
1660 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1661
1662         * domain-internals.h: Add MonoTryBlockHoleJitInfo struct and
1663         associated changes to support holes in the protected range of a
1664         try block.
1665
1666         * domain.c: Add mono_jit_info_get_try_block_hole_table_info, which
1667         retrieves the holes table from a given MonoJitInfo.
1668
1669 Tue Mar 16 13:11:15 CET 2010 Paolo Molaro <lupus@ximian.com>
1670
1671         * object.h, object-internals.h, object.c, icall.c, gc-internal.h,
1672         debug-helpers.c, cominterop.c, process.c, sgen-gc.c, socket-io.c:
1673         hide the contents of the MonoString and MonoArray structs from the
1674         public API. Change the accessor macros to accessors functions where
1675         needed. Adjusted the array API to allow for pointer-sized lengths and
1676         starting positions, so 64 bit arrays can be optionally provided in an
1677         API compatible way if needed on 64 bit systems.
1678
1679 Tue Mar 16 10:18:07 CET 2010 Paolo Molaro <lupus@ximian.com>
1680
1681         * class-internals.h, class.c, loader.c, marshal.c, metadata.c,
1682         reflection.c: the MonoMethodNormal struct is now unused, so remove it.
1683
1684 Mon Mar 15 18:28:00 CET 2010 Paolo Molaro <lupus@ximian.com>
1685
1686         * class-internals.h: remove the method header from MonoMethod since
1687         from now on it will be transient. We have a header pointer for method
1688         wrappers, since in that case we need to keep track of it. For this
1689         reason, all the Reflection.Emit generated methods use MonoMethodWrapper
1690         structs now. The same happens with MonoMethodInflated.
1691         * class.c: reset the sre_method flag for inflated method structures:
1692         this makes the code that cares look at the header in the MonoMethodInflated
1693         structure.
1694         * loader.c: lookup the method header in the appropriate field now that
1695         it is removed from MonoMethod.
1696         * metadata-internals.h: add a flag to the method header to know if it
1697         can be freed inside mono_metadata_free_mh ().
1698         * method-builder.c: updates after moving the header field from
1699         MonoMethod to MonoMethodWrapper.
1700         * reflection.c: MonoMethods generated from Reflection.Emit use
1701         MonoMethodWrapper structs if they need a method header now (later take
1702         advantage of this and remove all the current unsafe uses of method_aux_hash).
1703         * metadata.c: make method header parsing not leak when verification
1704         fails. Alloc it with g_malloc() and free it in mono_metadata_free_mh().
1705         These changes save a few hundred KB of runtime memory in a mcs
1706         bootstrap or a monodevelop startup.
1707
1708 2010-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1709
1710         * verify.c: Improve error message.
1711
1712 2010-03-12  Jb Evain  <jbevain@novell.com>
1713
1714         * reflection.c (add_exported_type): populate the exported
1715         table with the type's nested type.
1716
1717 2010-03-10  Mark Probst  <mark.probst@gmail.com>
1718
1719         * sgen-gc.c (STRING_SIZE): Semi-revert r153342.  I'm an idiot who
1720         can't read parentheses.
1721
1722 2010-03-10  Mark Probst  <mark.probst@gmail.com>
1723
1724         * threads.c (thread_cleanup): Add a guard to dereferencing
1725         "thread" to avoid an unlikely race condition.
1726
1727 2010-03-09  Sebastien Pouliot  <sebastien@ximian.com>
1728
1729         * assembly.c: Fix crash in moon-unit when aname->culture is NULL
1730         instead of an empty string.
1731
1732 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1733
1734         * object-internals.h (_G_BOOLEAN_EXPR): Fix the definition of this to explicitly
1735         convert to a boolean, recent gcc versions compile this differently.
1736
1737 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1738
1739        * sgen-gc.c (safe_object_get_size): Avoid a function call so this can really be
1740        inlined.
1741
1742 2010-03-09  Mark Probst  <mark.probst@gmail.com>
1743
1744         * sgen-gc.c (STRING_SIZE): Off by one.
1745
1746 2010-03-09  Mark Probst  <mark.probst@gmail.com>
1747
1748         * sgen-archdep.h: Fix the signal context register access for
1749         AMD64.
1750
1751 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1752
1753         * sgen-gray.c: Get rid of the unused 'start' field in GrayQueueSection.
1754
1755 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1756
1757         * verify.c: Store the initial basic block returned by mono_basic_block_split
1758         so we can release the whole list and not just the first one.
1759
1760 Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1761
1762         * verify.c, debug-helpers.c, profiler.c, loader.c,
1763         mono-basic-block.c, mono-debug.c, reflection.c: prepare to make
1764         MonoMethodHeader a transient entity.
1765
1766 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
1767
1768         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
1769         uncontrolled growth of the gray stack.
1770
1771         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
1772         added items are removed first, improving cache locality. Avoid freeing queue
1773         segments in the fast path, use the list of segments as the free list, truncate
1774         it to its max size at the start of collection.
1775
1776 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
1777
1778         * metadata-internals.h: more memory savings, both with small config and without.
1779
1780
1781 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
1782
1783         * appdomain.c, domain-internals.h, domain.c, object.c:
1784         make class_vtable_hash into an array to reduce memory usage.
1785
1786 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
1787
1788         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
1789         object-internals.h, object.c, reflection.c, threadpool.c:
1790         reduce resource usage when the small config is selected.
1791         In particular, up to 64K of methods/fields/properties/events
1792         are allowed and "other" methods in events are ignored.
1793
1794 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
1795
1796         * threads.c: reduce resource usage when compiled for a small config.
1797
1798 2010-03-05  Mark Probst  <mark.probst@gmail.com>
1799
1800         * sgen-gc.c: Also collect number of degraded-alloced objects with
1801         heavy statistics.
1802
1803 2010-03-04  Geoff Norton  <gnorton@novell.com>
1804
1805         * assembly.c: Only support OSX bundling if the bundle is 
1806         actually detectable.
1807
1808 2010-03-04  Geoff Norton  <gnorton@novell.com>
1809
1810         * loader.c: The marshal specs are freed at the end of the call
1811         but it explicitly frees the strings as well as the container,
1812         so we need to dup them too to avoid referencing free'd memory.
1813
1814 2010-03-04  Geoff Norton  <gnorton@novell.com>
1815
1816         * icall-def.h:
1817         * icall.c: Add a new private internal icall to construct
1818         an object from its type without running the ctor.
1819
1820 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1821
1822         * profiler.c: allow multiple profiler engines to be loaded
1823         at the same time.
1824
1825 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
1826
1827         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
1828         profiler event to track object moves.
1829
1830 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
1831
1832         * object.c, profiler.c, profiler.h, string-icalls.c:
1833         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
1834
1835 2010-03-03  Miguel de Icaza  <miguel@novell.com>
1836
1837         * decimal.c (mono_double2decimal): Add support for reducing the
1838         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
1839         expected.
1840
1841 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1842
1843         * icall-def.h:
1844         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
1845
1846 2010-03-03  Marek Habersack  <mhabersack@novell.com>
1847
1848         * mono-config.c (mono_config_parse_assembly_bindings): added -
1849         parses assembly binding redirections from appdomain's config
1850         file.
1851
1852         * metadata-internals.h: added definition of a new function -
1853         mono_config_parse_assembly_bindings - to support parsing assembly
1854         binding redirections defined in appdomain's config file.
1855
1856         * domain-internals.h: added two new fields to _MonoDomain - a list
1857         of assembly bindings and a flag to parse the config file only
1858         once.
1859
1860         * assembly.c (assembly_binding_maps_name): empty culture name and
1861         NULL culture name are considered equal.
1862         (mono_assembly_apply_binding): added support for domain specific
1863         assembly binding redirections, read from the appdomain's
1864         configuration file. Fixes bug #580185
1865
1866 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
1867
1868         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
1869         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
1870         support.
1871
1872 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1873
1874         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
1875         from this function. The new function receive the parent token instead of a type.
1876
1877         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
1878         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
1879         typebuilders. This make it possible to properly encode generic type builders since
1880         their unmanaged type don't have generics data while unfinished.
1881
1882         Fixes #583655.
1883
1884 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1885
1886         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
1887         writing binary log files (can be enabled by #define'ing
1888         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
1889         bugs in longer running programs.
1890
1891 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
1892
1893         * metadata.c: added some API documentation.
1894
1895 2010-03-01  Robert Jordan  <robertj@gmx.net>
1896
1897         * filewatcher.h: Include glib.h to fix the MSVC build.
1898
1899 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1900
1901         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
1902         a GC handle instead. This is a bit slower to access, but avoids burdening the
1903         GC with 100s of individual roots.
1904
1905         * reflection.c (mono_class_get_ref_info):
1906         (mono_class_set_ref_info):
1907         (mono_class_free_ref_info): New internal helper fuctions.
1908
1909         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
1910         of accessing klass->reflection_info directly.
1911
1912         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
1913         words.
1914
1915         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
1916         the previous array.
1917
1918 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
1919
1920         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
1921         needs an indirection.
1922
1923 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1924
1925         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
1926         so all generic sharing code is in one place.
1927
1928         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
1929         we don't call setup_interface_offsets () for unfinished types.
1930
1931 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1932
1933         * class.c (mono_class_generic_sharing_enabled): Move this to
1934         generic-sharing.c.
1935
1936         * image.c: Add an unload hook which is called before an image is unloaded.
1937
1938         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
1939         metadata.c having to depend on generic sharing.
1940
1941 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1942
1943         * class.c: reduce size of ridiculously large cache.
1944
1945 2010-02-26  Martin Baulig  <martin@ximian.com>
1946
1947         * mono-debug.h
1948         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
1949
1950         * threads.c (mono_thread_internal_reset_abort): New method; resets
1951         the abort, but doesn't throw any exception if no abort was requested.
1952
1953 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1954
1955         * class.c (get_implicit_generic_array_interfaces): Call
1956         mono_class_setup_interface_offsets () before accessing
1957         eclass->interface_offsets_count. This only shows up on platforms without IMT for
1958         some reason.
1959
1960 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1961
1962         * environment.c, environment.h, icall.c: make the GetOSVersionString()
1963         icall internal.
1964
1965 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
1966
1967         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
1968         direct access to the MonoType fields.
1969
1970 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1971
1972         * threads.h: Move some internal functions which were added to this header by
1973         mistake to threads-types.h.
1974
1975         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
1976
1977 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
1978
1979         * class-internals.h, class.h, object.h: make MonoRemoteClass
1980         and mono_remote_class() internal.
1981
1982 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1983
1984         * metadata-internals.h, class-internals.h, metadata.h: make the
1985         MonoType guts internal as well.
1986
1987 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
1988
1989         * reflection.h: the MonoTypeNameParse guts are internal now.
1990         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
1991         are internal now, provide accessors as needed.
1992         * metadata.h, metadata-internals.h: the MonoMethodSignature
1993         guts are internal now.
1994         * Makefile.am: mempool.h is an internal header now.
1995         * *.h, *.c: remove glib.h usage from the public headers.
1996
1997 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
1998
1999         * culture-info-table.h : regenerated.
2000
2001 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
2002
2003         * metadata.c: Add mono_method_get_header_summary which returns minimal
2004         information about the header of a method. This is the information used
2005         by the inline oracle to reject methods.
2006
2007         This method doesn't decode local variables and doesn't cache it's result,
2008         so it should cause a minimal reduction in memory usage.
2009
2010         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
2011         mono_method_get_header_summary.
2012
2013 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
2014
2015         * threads.c (mono_thread_exit): Make sure that the main thread is
2016         non-null before dereferencing it.
2017
2018 2010-02-21  Geoff Norton  <gnorton@novell.com>
2019
2020         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
2021         locale.
2022         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
2023         before falling back to the posix lookup.
2024
2025 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
2026
2027         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
2028         the DONT_MANAGE flag set.
2029
2030 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
2031
2032         * domain.c: Remove old v1 version strings. Let the runtime
2033         default to 2.0 instead of failing because it can't find a
2034         working 1.0 instalation.
2035
2036 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
2037
2038         * domain.c: Add v4 RC version string.
2039
2040 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
2041
2042         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
2043         of overflow checking function.
2044
2045 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
2046
2047         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
2048         generic methods.
2049
2050         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
2051         cases for ParameterInfo.
2052
2053         Fixes #579493.
2054
2055 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
2056
2057         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
2058         have has_cctor set. Fixes #575946.
2059
2060 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
2061
2062         * appdomain.c: display a warning if the parsing the config file
2063         produces any error.
2064         Skip the BOM in UTF-8 files.
2065         Copy the AppDomainSetup before setting the privateBinPath so that the
2066         correct configuration file is read.
2067
2068 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
2069
2070         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
2071         vtable trampoline per vtable slot index. Not used yet.
2072
2073 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
2074
2075         * icall-def.h:
2076         * icall.c: add internal call that returns the system page size.
2077
2078 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
2079
2080         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
2081         'int' for system classes.
2082
2083 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
2084
2085         * icall.c, icall-def.h: new icall to check for sufficient
2086         stack space.
2087
2088 2010-02-12  Mark Probst  <mark.probst@gmail.com>
2089
2090         * reflection.c (ensure_complete_type): Check that reflection_info
2091         is set, too.  Fixes crash of corlib testsuite with -O=-all.
2092
2093 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
2094
2095         * attrdefs.h:
2096         * tabledefs.h: Add NoOptimization flag.
2097
2098 2010-02-10  Mark Probst  <mark.probst@gmail.com>
2099
2100         * sgen-gc.c: Don't consider it a missing remset if the target
2101         object is pinned - we might have done the store but not added the
2102         remset yet.
2103
2104 2010-02-10  Mark Probst  <mark.probst@gmail.com>
2105
2106         * sgen-gc.c: When checking for missing remsets, don't assert on
2107         the first one, but print them all and then assert.
2108
2109 2010-02-10  Mark Probst  <mark.probst@gmail.com>
2110
2111         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
2112
2113 2010-02-09  Miguel de Icaza  <miguel@novell.com>
2114
2115         * console-unix.c: On OSX Control-Y is assigned to
2116         VDSUSP (non-Posix), the
2117         suspend-program-next-time-it-tries-to-read-input command (this is
2118         different than C-z, which suspends immediately).
2119
2120         Do the same thing that bash does and ignore this setting,
2121         making our repl/getline support pasting.
2122
2123 2010-02-10  Mark Probst  <mark.probst@gmail.com>
2124
2125         * sgen-gc.c: Simple plausibility check for scan_starts.
2126
2127 2010-02-10  Mark Probst  <mark.probst@gmail.com>
2128
2129         * sgen-gc.c: Round up when calculating the number of scan starts.
2130
2131 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
2132
2133         * reflection.c: Export mono_get_object_from_blob.
2134
2135         * object-internals.h: Ditto.
2136
2137         * icall.c: New icall property_info_get_default_value to get the default
2138         value of a property. Since using this is not common, no caching is done.
2139
2140         * icall-def.h: Add new icall.
2141
2142 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
2143
2144         * class.c: Add mono_class_get_property_default_value.
2145
2146         * class-internal.h: Export mono_class_get_property_default_value.
2147
2148 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
2149
2150         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
2151
2152 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
2153
2154         * sgen-gc.c: introduced critical regions to allow some lockless
2155         operations and increase scalability.
2156
2157 2010-02-10  Geoff Norton  <gnorton@novell.com>
2158
2159         * reflection.c: Support building with DISABLE_REFLECTION
2160
2161 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
2162
2163         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
2164         Closes bug #566057.
2165
2166         * exception.c: fix typo in comment.
2167
2168 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
2169
2170         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
2171         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
2172
2173         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
2174
2175         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
2176         the internal API.
2177
2178         Fixes #574434.
2179
2180 2010-02-09  Mark Probst  <mark.probst@gmail.com>
2181
2182         * threads.c: Removed two assertions that were too strict.  Added a
2183         clarifying comment.  Fixes #577090.
2184
2185 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
2186
2187         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
2188         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
2189
2190         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
2191
2192         * verify.c (mono_type_get_stack_name): Fix a warning.
2193
2194 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
2195
2196         * marshal.c (mono_marshal_get_wrapper_info): Rename from
2197         mono_marshal_wrapper_info_from_wrapper.
2198
2199         * marshal.c (mono_marshal_set_wrapper_info): Rename from
2200         mono_marshal_method_set_wrapper_data, and export.
2201
2202         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
2203         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
2204         by calling mono_marshal_get_wrapper_info ().
2205
2206         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
2207         small objects which does no size checks.
2208
2209 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
2210
2211         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
2212
2213 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
2214
2215         * verify.c (mono_method_verify): Use the new basic block formation pass
2216         to avoid verifying dead basic blocks. This is the same behavior as the
2217         runtime MS verifier.
2218
2219 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
2220
2221         * mono-basic-block.c:
2222         * mono-basic-block.h: New implementation of a basic block formation pass.
2223         The formation pass does static liveness analysis as well to detect dead
2224         basic blocks.
2225
2226 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
2227
2228         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
2229         'this' argument in icalls.
2230
2231 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
2232
2233         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
2234
2235 2010-02-01  Mark Probst  <mark.probst@gmail.com>
2236
2237         * object.c, domain.c: When using SGen, we must register
2238         vtable->type as a root if it's not a MonoType, because then it
2239         wasn't pin-alloced.
2240
2241 2010-02-01  Mark Probst  <mark.probst@gmail.com>
2242
2243         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
2244         at the start of nursery collections, because we might have had
2245         degraded allocations which changed next_data.
2246
2247 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
2248
2249         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
2250         custom attr so this function works in cross-compiling mode.
2251
2252 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
2253
2254         * class.c (make_generic_param_class): Initialize interface offsets since we
2255         set klass->inited. Fixes #574819.
2256
2257 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
2258
2259         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
2260         calling the JIT domain cleanup hook.
2261
2262 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
2263
2264         * pedump.c (main): Properly set the verifier mode when running the metadata
2265         verifier.
2266
2267 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
2268
2269         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
2270         overlapping fields now that we're called before has_references is set.
2271
2272         * pedump.c (dump_verify_info): Clear any loader error before verifying another
2273         method. Otherwise all sort of weird stuff happens.
2274
2275 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
2276
2277         * object.c (mono_field_get_value_object): Handle nullable types correctly.
2278         Fixes #572874.
2279
2280 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
2281
2282         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
2283         Fixes #573322.
2284
2285 2010-01-23  Mark Probst  <mark.probst@gmail.com>
2286
2287         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
2288         pin_staging_area_index is greater than 0.
2289
2290 2010-01-22 Miguel de Icaza (miguel@novell.com)
2291
2292         * loader.c: Since we do nothing with the error returned, pass NULL
2293         to ignore the error.
2294
2295 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
2296
2297         * reflection.c (typebuilder_setup_fields): Pretend field setup already
2298         happened before starting to encode the actual fields. This avoid ciclic
2299         dependencies and eventual crashes.
2300
2301         Fixes #572660.
2302
2303 2010-01-21  Mark Probst  <mark.probst@gmail.com>
2304
2305         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
2306         atomic and remove the half-constructed hack in SGen.
2307
2308 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
2309
2310         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
2311         has a recursive reference to itself.
2312
2313         Fixes #571863.
2314
2315 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
2316
2317         * loader.c (mono_method_signature): Fix error message.
2318
2319 2010-01-21  Mark Probst  <mark.probst@gmail.com>
2320
2321         * sgen-gc.c: Reuse to-space sections between nursery collections.
2322
2323 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
2324
2325         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
2326         from the current assembly or mscorlib. Fixes bug #322957.
2327
2328 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
2329
2330         * marshal.c: Calculate the target class of the delegete invoke wrappers using
2331         get_wrapper_target_class.
2332
2333 2010-01-19  Mark Probst  <mark.probst@gmail.com>
2334
2335         * sgen-gc.c: Fix warnings.
2336
2337 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
2338
2339         * verify.c (store_local): Better error message.
2340
2341 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
2342
2343         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
2344         arguments.
2345
2346 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
2347
2348         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
2349         function is generics variance aware.
2350
2351 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
2352
2353         * security-core-clr.c (mono_security_core_clr_can_access_internals):
2354         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
2355
2356 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
2357
2358         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
2359           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
2360
2361         Code is contributed under MIT/X11 license.
2362
2363 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
2364
2365         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
2366         on a GTD.
2367
2368 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
2369
2370         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
2371         return a point to a wrapper specific info structure describing the wrapper.
2372         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
2373  
2374 2010-01-18  Mark Probst  <mark.probst@gmail.com>
2375  
2376         * sgen-gc.c: Make minor collection section allowance adaptive,
2377         depending on the amount of memory reclaimed in the last major
2378         collection.  If more memory was reclaimed (i.e. more garbage
2379         produced), do the next collection earlier.
2380
2381 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
2382
2383         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
2384         to itself.
2385
2386         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
2387         the token as parameter.
2388
2389         * verify-internals.h: Ditto.
2390
2391         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
2392
2393         Fixes #571460.
2394
2395 2010-01-18  Mark Probst  <mark.probst@gmail.com>
2396
2397         * sgen-gc.c: Make store_remset_buffer_index long.
2398
2399 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
2400
2401         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
2402
2403         Fixes #569579.
2404
2405 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
2406
2407         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
2408         off precise marking if it is available.
2409         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
2410
2411 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
2412
2413         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
2414
2415         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
2416         pinned objects.
2417
2418         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
2419         to the array allocator.
2420
2421 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2422
2423         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
2424         result of mono_compile_method (), it already includes an ftnptr.
2425
2426 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
2427
2428         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
2429
2430 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
2431
2432         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
2433         hash value which doesn't depend on glib/eglib versions.
2434         (mono_metadata_type_hash): Use it.
2435
2436         * object.c (mono_method_get_imt_slot): Ditto.
2437
2438 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
2439
2440         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
2441         independently of the GTD.
2442
2443         * class.c (mono_class_setup_fields): Fail if field has negative offset.
2444
2445         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
2446         to the upper limit since instance_size includes this amount.
2447
2448         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
2449
2450         Fixes #569544.
2451
2452 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
2453
2454         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
2455         with static methods.
2456
2457         * object.c (build_imt_slots): Avoid asserting when static methods are
2458         encountered in an interface.
2459
2460 2010-01-13  Mark Probst  <mark.probst@gmail.com>
2461
2462         * sgen-gc.c (to_space_expand): Fix assertion.
2463
2464 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
2465
2466         * string-icalls.c: missing declaration fixes.
2467         * sgen-gc.c: portability fixes.
2468
2469 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
2470
2471         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
2472
2473         * class.c:
2474         * cominterop.c:
2475         * icall.c:
2476         * object.c: 
2477         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
2478
2479 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
2480
2481         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
2482         it can fail loading the type.
2483
2484         * class.c: Add mono_class_inflate_generic_class_checked.
2485
2486         * class.c:
2487         * verify.c:
2488         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
2489
2490 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
2491
2492         * loader.c (mono_method_signature_checked): New internal function taking an
2493         MonoError argument.
2494
2495         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
2496         Fixes build on rh 7.3.
2497
2498 2010-01-10  Aaron Bockover  <abockover@novell.com>
2499
2500         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
2501         at runtime in the same way as on Windows, which yields a relocatable
2502         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
2503         of the running mono process.
2504
2505         On TARGET_ARM, fallback () will always be executed.
2506
2507 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
2508
2509         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
2510
2511 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
2512
2513         * class.c (mono_class_is_assignable_from_slow): Support variant
2514         generic delegates.
2515
2516         * class.c (mono_class_implement_interface_slow): Support types with
2517         variant generic arguments.
2518
2519 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
2520
2521         * verify.c: Remove some code duplication.
2522
2523 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2524
2525         * object.c: Update docs.
2526
2527 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2528
2529         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
2530
2531         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
2532         fallback trampoline as well.
2533
2534         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
2535         out argument that is set to TRUE if the match was direct. 
2536
2537         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
2538
2539         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
2540
2541 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2542
2543         * class.c: Add mono_class_interface_offset_with_variance function that does same
2544         as mono_class_interface_offset but takes variance into account.
2545
2546         * class-internal.h: Export mono_class_interface_offset_with_variance.
2547
2548         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
2549
2550 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2551
2552         * object.c:
2553         * icall.c:
2554         * class.c: Add some FIXME for due to variant generic arguments.
2555
2556         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
2557         can't use the simple bitfield check, so call mono_class_is_assignable_from if
2558         the bitfield check fails.
2559
2560 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
2561
2562         * class.c (mono_class_is_assignable_from): Rework the generics variance code
2563         to be easier to read and fix bugs in the case a non generic type implements a variant
2564         interface.
2565
2566         * class.c (mono_class_has_variant_generic_params): Make non static.
2567
2568         * class-internals.h: Export mono_class_has_variant_generic_params as part of
2569         the private API.
2570
2571 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
2572
2573         * assembly.c: fix MONO_PATH debug output.
2574
2575 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
2576
2577         * culture-info-table.h : regenerated.
2578
2579 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2580
2581         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
2582         types that are meant to not have a parent.
2583
2584 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2585
2586         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
2587         from the image mempool, so it is not leaked.
2588
2589 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2590
2591         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
2592
2593 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
2594
2595         * verify.c (verify_valuetype_layout_with_target): Fix case
2596         that can lead to infinite recursion. Fix bug #567861
2597
2598 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2599
2600         * pedump.c: Run code verifier even if image verification fails
2601         due to a failed type we. This allows more errors to be shown.
2602
2603 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2604
2605         * class.c (count_virtual_methods): Remove the assert and now
2606         fail properly.
2607         
2608         * class.c (setup_interface_offsets): This can fail now.
2609
2610         * class.c (mono_class_setup_vtable_general): Check for parent vtable
2611         errors. Check setup_interface_offsets errors.
2612
2613         * class.c (setup_interface_offsets): Simplify the return error logic
2614         and remove class_init_ok.
2615
2616         Fixes #560327.
2617
2618 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2619
2620         * class.c (mono_class_init): Do class verification at the beginning. Add
2621         some asserts to avoid tripping into invalid memory.
2622
2623         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
2624         g_error and a decent message.
2625
2626         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
2627
2628         Fixes #567548.
2629
2630 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2631
2632         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
2633         as inline functions instead of defining them in mempool.c.
2634
2635         * metadata-internals.h (MonoImageSet): New structure representing a set of
2636         MonoImages, which own a collection of generic instances.
2637
2638         * metadata.c: Get rid of the global generic caches, instead assign each generic
2639         instance to the image set which consists of all the images referenced by the
2640         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
2641         the memory used by generic instances to be allocated from a per image-set mempool
2642         later.
2643
2644 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2645
2646         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
2647
2648 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2649
2650         * appdomain.c (zero_static_data): Fix a warning.
2651
2652         * locales.c (construct_culture_from_specific_name): Applied patch from
2653         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
2654         not found. Fixes #567900.
2655
2656 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
2657
2658         * loader.c (mono_method_get_signature_full): Remove two asserts.
2659         Return NULL instead so that the verifier can handle both cases 
2660         gracefully.
2661
2662 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2663
2664         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
2665         so we can properly fail types instead of crashing.
2666
2667         Fixes #567676.
2668
2669 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2670
2671         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
2672         generic method.
2673
2674 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2675
2676         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
2677
2678 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2679
2680         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
2681         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
2682         we can't remove it from it since we don't hold the lock.
2683         (mon_new): Free the orphaned events here when a mon structure is added to the
2684         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
2685         this down.
2686
2687 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2688
2689         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
2690         as max stack might be zero.
2691
2692         Fixes #562320.
2693
2694 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2695
2696         Rework all uses of mono_class_setup_methods to accept that it can fail now.
2697
2698         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
2699         instances if the GTD did.
2700
2701         * class.c (mono_class_setup_properties): Ditto.
2702
2703         * class.c (mono_class_setup_events): Ditto.
2704
2705         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
2706
2707         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
2708         error setting.
2709
2710         * class.c (mono_class_init): Fail if GTD did.
2711
2712         * cominterop.c:
2713         * generic-sharing.c:
2714         * icall.c:
2715         * loader.c:
2716         * object.c:
2717         * verify.c: Properly handle failure of mono_class_setup_methods.
2718
2719 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2720
2721         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
2722         mono_class_inflate_generic_method_full internal.
2723
2724         * class.c (inflate_generic_context): Now takes a MonoError argument.
2725
2726         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
2727         errors.
2728
2729 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2730
2731         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
2732         they cannot be patched. Partly fixes #564408.
2733
2734 2009-12-24  Mark Probst  <mark.probst@gmail.com>
2735
2736         * metadata-internals.h, reflection.c: Use the
2737         MonoDynamicImage.handleref hash table only with unmanaged keys,
2738         and add a managed hash table handleref_managed for managed keys.
2739
2740 2009-12-24  Mark Probst  <mark.probst@gmail.com>
2741
2742         * sgen-gc.c: Unset to-space bumper between collections.  It might
2743         become invalid due to degraded allocations.
2744
2745 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
2746
2747         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
2748         with the one from the original method.
2749
2750         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
2751         compatibility.
2752
2753         * verify-internals.h: Add new function to the internal API.
2754
2755 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
2756
2757         * culture-info-tables.h: regenerated it to include the Georgian culture.
2758
2759 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2760
2761         * sgen-gc.c: Include mono/utils/memcheck.h.
2762
2763         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
2764         instead of the current domain, since the two might not match if this is called
2765         from the debugger.
2766
2767         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
2768         domain which created this assembly.
2769
2770 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2771
2772         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
2773
2774 2009-12-17  Mark Probst  <mark.probst@gmail.com>
2775
2776         * sgen-gc.c: Managed implementation of the specialized generic
2777         store write barrier.
2778
2779 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
2780
2781         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
2782         A private virtual newslot method is used to implement an interface method without exposing
2783         it to users. When querying for public instance methods, such method would hide a public one
2784         on a parent type.
2785
2786         Fixes #564379.
2787
2788 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2789
2790         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
2791         conventions.
2792
2793 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2794
2795         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
2796
2797 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2798
2799         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
2800         as they are no longer used.
2801         
2802          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
2803
2804         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
2805
2806 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2807
2808         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
2809         if the owner class has not been finished before returning reflection_info.      
2810
2811         Fixes #565127.
2812
2813 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2814
2815         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
2816         param doesn't have custom attributes. Fixes #565117.
2817
2818         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
2819         #565120.
2820
2821 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
2822
2823         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
2824
2825 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
2826
2827         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
2828         same amount done by a core-clr enabled runtime.
2829
2830 2009-12-15  Marek Habersack  <mhabersack@novell.com>
2831
2832         * appdomain.c (mono_make_shadow_copy): make sure access mode of
2833         the target files is reset to writable by owner and readable by
2834         everyone else to prevent problems when updating shadow copies of
2835         files whose source is read-only. Fixes bug #556884
2836
2837 2009-12-15  Mark Probst  <mark.probst@gmail.com>
2838
2839         * class.c (mono_generic_class_get_class): Allocate the generic
2840         class via malloc again, so that it can be freed when any one of
2841         the images of its constituent types is closed.
2842
2843         * metadata.c: When closing an image, don't free generic insts and
2844         generic classes right away, but put them into a list for later
2845         freeing.
2846
2847         * image.c, metadata-internals.h: Store the free list and in the
2848         second pass of closing an image, free it.
2849
2850 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2851
2852         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
2853
2854         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
2855         types in type_hash.
2856
2857         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
2858
2859 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2860
2861         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
2862         user type.
2863
2864         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
2865         is used.
2866
2867 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2868
2869         * verify.c (mono_method_verify): The Unused opcodes produce an
2870         InvalidProgramException on .NET
2871
2872 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
2873
2874         * loader.c (mono_method_get_header): Move assert after the verifier
2875         has been called on the method header.
2876
2877 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2878
2879         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
2880
2881         * appdomain.c: Bump corlib version.
2882
2883 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2884
2885         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
2886         types as well since otherwise generic instances would not return UT as arguments but
2887         their undelying system type.
2888
2889         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
2890         to reflect the fact that they can have now multiple different types.
2891
2892         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
2893
2894         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
2895
2896         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
2897
2898         * reflection.c (mono_reflection_register_with_runtime): Init super types
2899         if the image is not dynamic.
2900
2901         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
2902         check if the generic type definition is a TypeBuilder.
2903
2904         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
2905         doesn't belong to a dynamic image, skip initialization.
2906
2907         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
2908         base definition is not a dynamic type.
2909
2910 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2911
2912         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
2913         mono_profiler_string_allocation
2914
2915         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
2916         if string profiling is enabled, call
2917         mono_profiler_string_allocation
2918
2919         * profiler.h: added two MonoProfileFlags -
2920         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
2921         installation functions for the hooks below.
2922
2923         * profiler-private.h, profiler.c: added two hooks:
2924         mono_profiler_string_allocation called whenever a string is
2925         allocated by InternalAllocateStr and mono_profiler_iomap called
2926         whenever IOMAP code performs an adjustement on a file path.
2927
2928 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
2929
2930         * boehm-gc.c: fixed race condition while getting the target of a
2931         disappearing link (bug #522233).
2932
2933 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2934
2935         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
2936         the error.
2937
2938 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2939
2940         * reflection.c: Add mono_reflection_register_with_runtime icall to
2941         allow a MonoGenericClass to register itself as the managed mirror of
2942         a given generic instance.
2943         This is a temporary workaround until all MGC instantiation happens in
2944         managed code.
2945
2946         * object-internals.h: Ditto.
2947
2948         * icall-def.h: Ditto.
2949
2950 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2951
2952         * sgen-gc.c (find_in_remsets): Also search the generic store
2953         remsets.
2954
2955 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2956
2957         * sgen-gc.c: Don't access class names in debugging code when
2958         unloading a domain, because they might not be valid anymore.
2959
2960 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2961
2962         * domain.c, domain-internals.h: New function mono_domain_unset().
2963
2964         * appdomain.c (unload_thread_main): Detach the thread again at the
2965         end.
2966
2967         * threads.c: When a thread exists or is detached, unset its domain
2968         so that it's NULL when, for example, a pthread destructor runs.
2969
2970         * sgen-gc.c: Assert that there is no domain set after a thread is
2971         done.
2972
2973 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2974
2975         * class.c (mono_generic_class_get_class),
2976         metadata.c (free_generic_class): Allocate generic MonoClass's from
2977         the image mempool, not via malloc.  The problem with malloc is
2978         that when unloading a domain those classes are freed before
2979         clearing the heap and SGen needs the classes.  Rewriting the
2980         unloading code to do the free later would be more work and there's
2981         no point in using malloc anyway.
2982
2983 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
2984
2985         * loader.c (mono_method_signature): Always call mono_loader_unlock 
2986         before returning.
2987
2988 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
2989
2990         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
2991         user string blobs.
2992
2993         * verify-internals.h: Add new function to the internal API.
2994
2995         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
2996         check if it's a valid string.
2997
2998         * object.c (mono_ldstr): Ditto.
2999
3000         Fixes #561943.
3001
3002 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
3003
3004         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
3005         from a method before returning it. This is the expected behavior.
3006
3007 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
3008
3009         * reflection.c (inflate_method): Handle the case of a regular system type.
3010
3011 2009-12-08  Mark Probst  <mark.probst@gmail.com>
3012
3013         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
3014         gathering code.
3015
3016         * mempool.c, mempool-internals.h: New function
3017         mono_mempool_get_bytes_allocated().
3018
3019         * Makefile.am: sgen-pinning-stats.c added.
3020
3021 2009-12-08  Mark Probst  <mark.probst@gmail.com>
3022
3023         * sgen-gc.c (create_allocator): Only use the fast path if the
3024         object size is within the small object size limit.
3025
3026 2009-12-07  Mark Probst  <mark.probst@gmail.com>
3027
3028         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
3029         possibly adding padding to sizeof (GCMemSection).
3030
3031 2009-12-07  Mark Probst  <mark.probst@gmail.com>
3032
3033         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
3034         reference is not in the nursery.
3035
3036 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
3037
3038         * class.c (mono_class_from_typeref): Bounds check idx against the 
3039         assemblyref table.
3040
3041 2009-12-07  Mark Probst  <mark.probst@gmail.com>
3042
3043         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
3044         through the potential roots, then sort the results and find the
3045         pinned objects from there.
3046
3047         * Makefile.am: sgen-pinning.c added.
3048
3049 2009-12-07  Mark Probst  <mark.probst@gmail.com>
3050
3051         * sgen-gc.c: Record generic stores in specialized remset buffers.
3052
3053 2009-12-06  Mark Probst  <mark.probst@gmail.com>
3054
3055         * sgen-gc.c: Make pinned chunks the same size as major heap
3056         sections, and align them as well, so that we can check whether an
3057         object is in a pinned chunk or a major section in constant time.
3058
3059 2009-12-06  Mark Probst  <mark.probst@gmail.com>
3060
3061         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
3062
3063 2009-12-06  Mark Probst  <mark.probst@gmail.com>
3064
3065         * sgen-gc.c: Make all major heap sections the same size (currently
3066         128k) and allocate them on aligned addresses.  Small heap sections
3067         give us better granularity with pinned objects - we can free up
3068         much more memory.
3069
3070 2009-12-06  Mark Probst  <mark.probst@gmail.com>
3071
3072         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
3073         output removed.
3074
3075 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
3076
3077         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
3078
3079         * mono/metadata/assembly.c: When opening an assembly image, pass the real
3080         names in addition to the runtime generated one.
3081
3082         * mono/metadata/image.h: Add a function to take the real name of the assembly
3083         image.
3084
3085         * mono/metadata/image.c: If a real name has been passed to load an assembly,
3086         use it instead of the runtime generated one.
3087
3088         Code is contributed under MIT/X11 license.
3089
3090 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
3091
3092         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
3093         before the other checks to prevent problems if the DateTime class is blittable.
3094         Hopefully fixes #559600.
3095
3096 2009-12-05  Mark Probst  <mark.probst@gmail.com>
3097
3098         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
3099         returns the largest string length that will not be put into the
3100         LOS.
3101
3102         * sgen-gc.c, gc-internal.h: New function that returns the largest
3103         object size that will not be put into the LOS.
3104
3105         * appdomain.c: Bump corlib version.
3106
3107 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
3108
3109         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
3110
3111         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
3112
3113 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
3114
3115         * reflection.c (inflate_method): Fix signature.
3116
3117         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
3118         in managed code.
3119
3120 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
3121
3122         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
3123
3124 2009-12-03  Mark Probst  <mark.probst@gmail.com>
3125
3126         * sgen-gc.c: Abstract to-space handling.
3127
3128 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
3129
3130         * loader.c (find_method_in_class): Ignore methods with broken signatures.
3131
3132         Fixes #559906.
3133
3134 2009-12-03  Mark Probst  <mark.probst@gmail.com>
3135
3136         * sgen-gc.c: Only add references from outside the nursery to
3137         within the nursery to the global remset list.
3138
3139 2009-12-03  Mark Probst  <mark.probst@gmail.com>
3140
3141         * appdomain.c (create_exceptions): Set the domain temporarily if
3142         necessary to avoid cross-domain references.
3143
3144 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3145
3146         * verify.c (get_stack_type): Return that the type is invalid instead of
3147         asserting.
3148
3149         * verify.c (mono_method_verify): Verify that all locals and arguments
3150         have valid stack types.
3151
3152         Fixes #559913.
3153
3154 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3155
3156         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
3157         bounds checking overflow aware.
3158
3159         Fixes #559910.
3160
3161 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3162
3163         * verify.c (do_invoke_method): Check for invalid method signatures.
3164
3165         Fixes #553450.
3166
3167 2009-12-02  Jb Evain  <jbevain@novell.com>
3168
3169         * appdomain.c (MONO_CORLIB_VERSION): bump.
3170         * icall-def.h (get_base_definition): renamed to get_base_method
3171         and add a boolean argument indicating we want the original
3172         method definition, or the immediate base method.
3173         * icall.c: apply the get_base_definition to get_base_method change.
3174
3175 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3176
3177         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
3178
3179         Fixes #558042.
3180
3181 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
3182
3183         * class.c: remove asserts for invalid type token in
3184         mono_class_name_from_token(), mono_assembly_name_from_token() and
3185         mono_class_create_from_typedef () (fixes bug #553318).
3186
3187 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
3188
3189         * metadata.c, class.c, loader.c: remove assert after bsearch() for
3190         incorrect assemblies (bug #553322).
3191
3192 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3193
3194         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
3195
3196         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
3197
3198         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
3199
3200         * class.c (inflate_generic_context): Ditto.
3201
3202         * loader.c (method_from_methodspec): Ditto.
3203
3204         Fixes #558230.
3205
3206 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3207
3208         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
3209
3210         * class.c (mono_class_create_from_typespec): Ditto.
3211
3212         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
3213
3214         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
3215
3216         Fixes #558184.
3217
3218 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
3219
3220         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
3221
3222         * verify.c (verify_delegate_compatibility): Ditto.
3223
3224         * verify.c (do_newobj): Ditto.
3225
3226         Fixes #558046.
3227
3228 2009-12-02  Mark Probst  <mark.probst@gmail.com>
3229
3230         * sgen-gc.c: Use a gray queue instead of requiring that gray
3231         objects are in a contiguous region.
3232
3233         * sgen-gray.c: The gray queue implementation.
3234
3235         * Makefile.am: sgen-gray.c added.
3236
3237 2009-12-02  Mark Probst  <mark.probst@gmail.com>
3238
3239         * appdomain.c: When unloading a domain, zero its static data and
3240         perform a minor collection when using SGen.  That will get rid of
3241         all the remsets pointing into that domain's static data.
3242
3243         * sgen-gc.c: Allow remsets into static data.  By doing this we
3244         need less checks so we're more efficient.
3245
3246 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3247
3248         * verify.c (mono_method_verify): Check for catch clauses with broken
3249         types.
3250
3251         Fixes #558465.
3252
3253 2009-12-01  Jb Evain  <jbevain@novell.com>
3254
3255         * class.c (make_generic_param_class): set the namespace of
3256         the generic parameter class from its owner, if available.
3257
3258 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3259
3260         * verify.c (code_bounds_check): Do proper overflow checking.
3261
3262         * verify.c (mono_method_verify): The number of switch entries is
3263         an unsigned int. Properly bounds check it.
3264
3265         Fixes #558594.
3266
3267 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3268
3269         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
3270         mono_metadata_method_has_param_attrs which only checks if a given param
3271         list has a non zero flags entry.
3272
3273         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
3274         to inform how many params should we expect to decode.
3275
3276         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
3277         as it's faster than mono_metadata_get_param_attrs.
3278
3279         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
3280         add mono_metadata_method_has_param_attrs.
3281
3282 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3283
3284         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
3285         failures.
3286
3287         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
3288         is -1 but its class is broken.
3289
3290         Fixes #558522.
3291
3292 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3293
3294         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
3295         for parameter overflow.
3296
3297         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
3298         of mono_metadata_get_param_attrs.
3299
3300         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
3301         API.
3302
3303         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
3304
3305 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
3306
3307         * class.c (mono_class_setup_fields): Check for fields with broken types.
3308
3309         Fixes #558741.
3310
3311 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
3312
3313         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
3314         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
3315         its TypeBuilder::CreateType ().
3316
3317         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
3318         if not needed.
3319
3320         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
3321         to make setup_interface_offsets happy.
3322
3323         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
3324         compilation now works.
3325
3326 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
3327
3328         * appdomain.c (create_exceptions): New helper function extracted from
3329         mono_runtime_init () to precreate objects used during exception handling.
3330         (mono_runtime_init): Call it.
3331         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
3332
3333 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
3334
3335         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
3336         compilation until the proper one is found.
3337
3338 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
3339
3340         * class.c (mono_class_setup_vtable_general): Cache the result of
3341         get_virtual_methods () since it can be slow because of the metadata
3342         optimization.
3343
3344         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
3345         from a MonoValueHashTable for now, since the later is based on an earlier
3346         version of hpj's internal probing code and seems to have serious collision
3347         issues.
3348
3349         * loader.c (mono_get_method_full): Update after the change above.
3350
3351 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
3352
3353         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
3354
3355 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
3356
3357         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
3358         the GTD instead of the DGC instead of crashing.
3359
3360         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
3361         required. Inflate fields if needed.
3362
3363         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
3364         finished. Renamed.
3365
3366 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
3367
3368         * class.c (check_interface_method_override): Check for NULL signatures and fail
3369         the type.
3370
3371         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
3372
3373         Fixes #553428.
3374
3375 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
3376
3377         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
3378         the MONO_METHOD_FLAGS column instead of decoding the whole row.
3379
3380 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
3381
3382         * loader.c (field_from_memberref): Resolve the class first then the field
3383         signature. Remove a lot of duplicated code and make sure we don't pass valid
3384         values to mono_loader_set_error_field_load.
3385
3386         Fixes #553306.
3387
3388 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
3389
3390         * class.c (inflate_generic_type): Change code to use new signature of
3391         mono_error_set_bad_image.
3392
3393         Fixes #558124.
3394
3395 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
3396
3397         * verify.c (mono_method_verify): Don't free ctx.params items if 
3398         we aborted while inflating the ctx.locals. Complete previous fix
3399
3400 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
3401
3402         * verify.c (mono_method_verify): Use the uninflated type name, 
3403         when the inflated is null, to report errors. Also take care when
3404         freeing, not to free everything since, in case of an error, some
3405         stuff would be copies (i.e. not allocated by the function itself)
3406         Fix bug #558145
3407
3408 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
3409
3410         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
3411         or overflow. The caller must have done this check explicitly. This guard us
3412         from accessing invalid memory.
3413
3414         * verify.c (do_push_static_field): Check for stack overflow.
3415
3416         Fixes #553333.
3417
3418 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
3419
3420         * loader.c (find_method_in_class): Don't crash if the signature cannot
3421         be resolved.
3422
3423         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
3424         of asserting for the case of invalid params.
3425
3426         Fixes #553304.
3427
3428 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
3429
3430         * image.c (mono_image_load_module): Fix crash when a bad assembly
3431         has no module at all (fix bug #553412) and also replace the 
3432         g_assert with a return NULL (documented return value for failure)
3433
3434 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
3435
3436         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
3437
3438 2009-11-23  Miguel de Icaza  <miguel@novell.com>
3439
3440         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
3441         file attribute to managed code and avoid doing the mask/attribute
3442         checks here. 
3443
3444 2009-11-22  Miguel de Icaza  <miguel@novell.com>
3445
3446         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
3447         the managed world.
3448
3449         * icall-def.h: New entry points.
3450         
3451 2009-11-19  Mark Probst  <mark.probst@gmail.com>
3452
3453         * process.c: Don't put references to managed objects into a
3454         g_ptr_array.
3455
3456 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
3457
3458         * class.c (can_access_internals): Allow CoreCLR to participate in
3459         allowing (or not) [InternalsVisibleTo] between assemblies.
3460         * security-core-clr.c|h: Make sure that only trusted code (a 
3461         superset of platform code) can access the internals of platform
3462         code.
3463
3464 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
3465
3466         * reflection.c: use the correct base class to get the virtual method
3467         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
3468
3469 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
3470
3471         * security-core-clr.c (get_caller_no_reflection_related): 
3472         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
3473         it's still reflection and must be filtered correctly.
3474
3475 2009-11-16  Mark Probst  <mark.probst@gmail.com>
3476
3477         * object.c (compute_class_bitmap): Fix for large bitmaps.
3478
3479 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
3480
3481         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
3482
3483         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
3484         koush@koushikdutta.com). Disable GC_no_dls on android.
3485
3486 2009-11-12  Mark Probst  <mark.probst@gmail.com>
3487
3488         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
3489         tlab_next points outside the TLAB because the allocator was
3490         interrupted.
3491
3492 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
3493
3494         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
3495
3496 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
3497
3498         * object-internals.h: Change signature for mono_string_to_utf8_image.
3499
3500         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
3501         argument.
3502
3503         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
3504         exceptions due to mono_string_to_utf8.
3505
3506 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
3507
3508         * object-internals.h: Change signature for mono_string_to_utf8_mp.
3509
3510         * object.c (mono_remote_class): Make sure all resources are released before
3511         raising an exception.
3512
3513         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
3514
3515 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
3516
3517         * mono-perfcounters.c (network_get_impl): Change variable initialization
3518         ordering to fix potential memory leak in case of exceptions.
3519
3520         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
3521         encoded strings.
3522         
3523 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
3524
3525         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
3526         variable initialization ordering to fix potential memory leak in case
3527         of exceptions.
3528
3529 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
3530
3531         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
3532         needed.
3533
3534 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
3535
3536         * appdomain.c: Fix shadow path code to better deal with exceptions.
3537
3538 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
3539
3540         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
3541         exception in the middle of the runtime code.
3542
3543 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
3544
3545         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
3546         leak memory with broken envvar value.
3547
3548 2009-11-06  Mark Probst  <mark.probst@gmail.com>
3549
3550         * reflection.c (mono_reflection_setup_internal_class): Because
3551         nested classes are not added to the name cache, we must put them
3552         in the reflection_info_unregister_classes list.
3553
3554 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
3555
3556         * class.c: When CoreCLR is enabled don't call mono_init_com_types
3557         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
3558         platform (trusted) code. Instead we return a TypeLoadException to
3559         be thrown later. This is the exception thrown by Silverlight 2 if
3560         a type, inside application (user) code is marked with [ComImport]
3561
3562 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
3563
3564         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
3565         mono_is_debugger_attached () too.
3566
3567         * mono-debug.c (mono_is_debugger_attached): New helper function.
3568         (mono_set_is_debugger_attached): Ditto.
3569
3570 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3571
3572         * object-internals.h: Add mono_string_to_utf8_checked.
3573
3574         * object.c: Implement mono_string_to_utf8_checked.
3575
3576 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3577
3578         * class.c: Add missing check for load errors after every
3579         call to mono_class_setup_fields
3580
3581         Fixes #552282.
3582
3583 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3584
3585         metadata-verify.c (verify_tables_schema): Fix the error message.
3586
3587 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3588
3589         * metadata.c: Change event table schema to use TDOR for event type
3590         as this is what it's meant to be.
3591
3592         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
3593         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
3594         entry.
3595
3596         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
3597         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
3598         rows in MONO_TABLE_GENERICPARAM.
3599
3600         Fixes #552289.
3601
3602 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3603
3604         * class.c (mono_image_add_to_name_cache): Assert on duplicate
3605         insertion.
3606
3607         * reflection.c (mono_reflection_setup_internal_class): Avoid
3608         registering a gc root the same MonoClass multiple times.
3609         Don't register nested types on the global scope as they should
3610         not be available there.
3611
3612 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3613
3614         * culture-info-tables.h: regenerated.
3615
3616 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3617
3618         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
3619
3620 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
3621
3622         * string-icalls.c|h: Remove string internal calls that are not 
3623         used anymore by the class libraries.
3624         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
3625         which is not used in the class librairies.
3626         * icall-def.h: Update tables.
3627
3628 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3629
3630         * class.h: Move mono_class_inflate_generic_type_checked...
3631
3632         * class-internals.h: to here and make it internal. We don't want to
3633         further expose MonoGenericContext. 
3634
3635 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3636
3637         * verify.c (mono_method_verify): Improve error message.
3638
3639 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3640
3641         * reflection.c (fieldref_encode_signature): If field_image is NULL then
3642         the token is already properly encoded. Fixs 4.0 build.
3643
3644 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3645
3646         * locales.c (construct_number_format): Check if the number index is
3647         valid before trying to use it, if not, just return.
3648         
3649 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3650
3651         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
3652         since that loses the abort state. Fixes #539394.
3653
3654 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3655
3656         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
3657         explicit this argument to the call signature.
3658         (mono_marshal_get_icall_wrapper): Ditto.
3659
3660 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3661
3662         * reflection.c (fieldref_encode_signature): Add new field_image parameter
3663         to indicate which assembly to use when resolving a custom-mod.
3664
3665         Fixes handling of volatile fields used across assemblies as reported in #551513.
3666
3667 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3668
3669         * loader.c: Improve error messages.
3670
3671 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3672
3673         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
3674         of interfaces. Fixes IKVM.
3675
3676         * class.c (mono_class_setup_vtable_general): Improve debug spew.
3677
3678 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3679
3680         * verify.c (verifier_inflate_type): Return the inflated type on success.
3681
3682 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3683
3684         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
3685
3686         * threads.c (mono_thread_attach): Call the profiler thread start callback.
3687
3688         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
3689
3690         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
3691         flag set.
3692
3693         * profiler.c: Add new profiler callbacks for runtime invoke.
3694
3695         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
3696
3697 2009-11-01  Mark Probst  <mark.probst@gmail.com>
3698
3699         * sgen-gc.c: Keep track of the reason for a major collection and
3700         write it to the heap-dump file.
3701
3702 2009-10-31  Miguel de Icaza  <miguel@novell.com>
3703
3704         * threads.c: refactor the code that initializes the
3705         thread_start_args into a reusable function and use this in the two
3706         methods that start up threads.
3707
3708 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
3709
3710         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
3711         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
3712
3713 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3714
3715         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
3716         Until now, we only had the per-cpu(core) counters.
3717
3718 2009-10-28  Mark Probst  <mark.probst@gmail.com>
3719
3720         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
3721         mono_gc_get_suspend_signal(), which returns the suspend signal
3722         number used by the GC.
3723
3724 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
3725
3726         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
3727
3728         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
3729         signalling start_notify.
3730
3731 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
3732
3733         * appdomain.c: do not test the st_mode field for shadow-copies.
3734         Fixes bug #545276.
3735
3736 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
3737
3738         * threadpool.[ch]: added hooks for thread start/finish and item
3739         processing begin/end. For monotouch use only.
3740
3741 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3742
3743         * threads.c (mono_thread_get_name): New helper function.
3744
3745         * reflection.c (resolve_object): Set handle_class for strings too.
3746         (mono_reflection_create_custom_attr_data_args): New helper function to decode
3747         a cattr blob into a set of arrays and structures without creating the custom
3748         attributes themselves.
3749         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
3750
3751         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
3752
3753         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
3754         function.
3755
3756 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
3757
3758         * verify.c: Replace calls to mono_class_inflate_generic_type with
3759         mono_class_inflate_generic_type_checked. Fixes #480005.
3760
3761 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
3762
3763         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
3764         object since not all paths lead to callees initing it.
3765
3766 2009-10-23  Alp Toker  <alp@nuanti.com>
3767
3768         Fix embedding API breakage from r144688. mono-compiler.h is an internal
3769         header and should not be shipped:
3770
3771         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
3772         which is specific to the mono build. Not going to work.
3773
3774 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
3775
3776         * security-manager.c: Report if core-clr is active from
3777         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
3778         to allow Moonlight BCL to behave appropriately (both in browser
3779         and outside, e.g. smcs)
3780
3781 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3782
3783         * mono-config.c: ignore UTF-8 BOM and report parser errors.
3784         Fixes bug #549108.
3785
3786 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3787
3788         * class.c: fix typo.
3789
3790 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
3791
3792         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
3793         a MonoError parameter.
3794
3795         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
3796         version that can does proper error handling.
3797
3798         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
3799
3800         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
3801
3802         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
3803
3804 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
3805
3806         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
3807         NO_UNALIGNED_ACCESS is defined.
3808
3809 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3810
3811         * marshal.c (mono_string_builder_to_utf16): Applied patch from
3812         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
3813         Fixes #549173.
3814
3815 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3816
3817         * sgen-gc.c: Shorten sections whenever possible.
3818
3819 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3820
3821         * sgen-gc.c: Use our portable semaphore #defines.
3822
3823 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3824
3825         * sgen-gc.c: A debug option for dumping the heap layout to a file
3826         after each collection.
3827
3828 2009-10-21  Mark Probst  <mark.probst@gmail.com>
3829
3830         * sgen-gc.c: Make managed write barriers atomic via
3831         thread-restarts.
3832
3833 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
3834
3835         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
3836         methods. Fixes #543021.
3837
3838 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3839
3840         * socket-io.[ch]: fix VS build.
3841
3842 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3843
3844         * icall-def.h:
3845         * socket-io.[ch]: implemented SendFile.
3846
3847 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
3848
3849         * class.c (mono_class_create_from_typedef): Initialize class->element_class
3850         before the interfaces to avoid crashes later if class initialization fails.
3851         Fixes #548417.
3852
3853         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
3854         Fixes #548276.
3855
3856 2009-10-20  Marek Safar  <marek.safar@gmail.com>
3857
3858         * domain.c: Bump 4.0 version.
3859
3860 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3861
3862         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
3863         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
3864         check since 'pubkey' can't be NULL at this stage
3865         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
3866         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
3867         initialization of 'iter'
3868
3869 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
3870
3871         * cominterop.c : Search the interface parts of vtable to find 
3872           method matches.  Fixes 547030.
3873
3874         Code is contributed under MIT/X11 license.
3875
3876 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
3877
3878         * marshal.c: BeginInvoke cannot be called on multicast delegates with
3879         multiple targets. Fixes bug #574426.
3880
3881 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3882
3883         * profiler.h: Put here the definition of
3884         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
3885         (and fix the build...).
3886
3887 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3888
3889         * profiler.c, profiler.h, profiler-private.h:
3890         Added support for different ways of getting call chains in stat mode.
3891
3892 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3893
3894         * object.c, object-internals.h: New function for computing the
3895         size of an array, factored out of mono_array_new_full().  Use
3896         SGen's functions for allocating arrays and vectors.
3897
3898         * sgen-gc.c, gc-internal.h: Special functions for allocating
3899         arrays and vectors without race conditions.  A managed array
3900         allocator method.
3901
3902         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
3903
3904 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3905
3906         * object.c, object.h, icall.c: Write barriers do the copying now,
3907         as well, so no need for an additional memcpy.
3908
3909         * sgen-gc.c: Lock when storing remsets.  Do the memory
3910         copying/moving in the write barriers.
3911
3912         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
3913
3914         * reflection.c: Added an assert.
3915
3916 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3917
3918         * threads.c, process.c: A few missing write barriers.
3919
3920 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
3921
3922         * mono-perfcounters.c, mono-perfcounters-def.h: Add
3923         network performance counters for bytes sent per second, bytes
3924         received per second, and bytes total per second.
3925
3926         Code is contributed under MIT/X11 license.
3927
3928 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3929
3930         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3931         Fix warning.
3932
3933 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3934
3935         * threads.c, object-internals.h, object.c: Move code for
3936         transferring an object to a different domain (via
3937         serialization/remoting) to object.c.
3938
3939         * object.c (call_unhandled_exception_delegate): If the exception
3940         is in a different domain than the delegate, transfer the exception
3941         to that domain.
3942
3943 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
3944
3945         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
3946         Fixes #322934.
3947
3948 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3949
3950         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
3951
3952 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3953
3954         * object.c (mono_method_return_message_restore): Handle the case
3955         where the argument is an instance of a generic type.  Fixes
3956         #544446.
3957
3958 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3959
3960         * object.c (set_value): Write barrier fix - we must pass the
3961         count, not the size.
3962
3963 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
3964
3965         * domain.c (mono_init_internal): Print a useful error message when encountering
3966         an old mscorlib, instead of crashing. Fixes #544307.
3967
3968 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3969
3970         * appdomain.c (copy_app_domain_setup): Fix a warning.
3971
3972         * debug-helpers.c (dis_one): Ditto.
3973
3974 2009-10-04  Mark Probst  <mark.probst@gmail.com>
3975
3976         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
3977         into the new domain, instead of referencing the original one.
3978
3979         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
3980         non-static.
3981
3982         * appdomain.c: Corlib version bump.
3983
3984 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3985
3986         * threadpool.c: one more...
3987
3988 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3989
3990         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
3991         threads to die because we're shutting down. delgate5.exe works again.
3992
3993 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
3994
3995         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
3996           ccw_interface_hash table when a ccw is finalized.
3997
3998         Code is contributed under MIT/X11 license.
3999
4000 2009-09-30  Mark Probst  <mark.probst@gmail.com>
4001
4002         * assembly.c, domain.c, image.c, metadata-internals.h: Split
4003         domain and image unloading into two steps.  We must do this
4004         because clearing the domain in SGen requires the class metadata to
4005         be intact, but we need to free the mono_g_hash_tables in case a
4006         collection occurs during domain unloading and the roots would trip
4007         up the GC.
4008
4009 2009-09-30  Mark Probst  <mark.probst@gmail.com>
4010
4011         * object-internals.h: Remove serialized culture fields from
4012         MonoInternalThread.
4013
4014         * icall-def.h, thread-types.h, threads.c: Remove serialized
4015         culture icalls.
4016
4017         * appdomain.c: Corlib version bump.
4018
4019 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
4020
4021         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
4022         Fixes #543133.
4023
4024 2009-09-30  Mark Probst  <mark.probst@gmail.com>
4025
4026         * sgen-gc.c: Try to shorten the new section after a major
4027         allocation to avoid ever-growing sections.
4028
4029 2009-10-13  Martin Baulig  <martin@ximian.com>
4030
4031         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
4032         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
4033         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
4034         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
4035
4036         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
4037
4038 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
4039
4040         * threadpool.c: fixed the order in which 'completed' and the wait
4041         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
4042         No need to use the wait_handle field of ASyncCall. Make sure the
4043         threadpool is active when adding a job or queueing an idle thread.
4044
4045 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
4046
4047         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
4048
4049         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
4050         when using --compile-all.
4051
4052 2009-09-27  Mark Probst  <mark.probst@gmail.com>
4053
4054         * metadata.c (free_generic_class): Unregister the field_objects
4055         roots if we're using SGen.
4056
4057 2009-09-27  Mark Probst  <mark.probst@gmail.com>
4058
4059         * reflection.c (mono_dynamic_image_free): Deregister the GC root
4060         for GenericParamTableEntry.gparam.
4061
4062 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4063
4064         * marshal.c: don't create the handle when calling. It is created later
4065         if needed.
4066
4067 2009-09-26  Mark Probst  <mark.probst@gmail.com>
4068
4069         * sgen-gc.c: Warning fixes.
4070
4071 2009-09-26  Mark Probst  <mark.probst@gmail.com>
4072
4073         * sgen-gc.c: New debug option "xdomain-checks", which scans the
4074         whole heap for cross-domain references before each collection.
4075
4076         * sgen-scan-object.h: The scan action can now use SCAN to scan the
4077         object.
4078
4079         * threadpool-internals.h, threadpool.c: New function
4080         mono_thread_pool_is_queue_array() for checking whether a given
4081         array is used as a (cross-domain) queue by the thread pool code.
4082
4083 2009-09-26  Mark Probst  <mark.probst@gmail.com>
4084
4085         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
4086         searches the whole heap for objects containing a specific
4087         reference.  Only for debugging.
4088
4089 2009-09-26  Mark Probst  <mark.probst@gmail.com>
4090
4091         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
4092
4093         * icall-def.h, threads.c, threads-types.h: New icalls for copying
4094         byte arrays between domains.
4095
4096 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
4097
4098         * threadpool.c:
4099         * class-internals.h:
4100         * mono-perfcounters-def.h:
4101         * mono-perfcounters.c:
4102         -There is a list of idle threads
4103         -Each of those idle threads wait on their own WaitHandle instead
4104         of all of them using the same semaphore. When a new work item is
4105         added, the job is assigned directly to an idle thread or a newly
4106         created one if possible and then the handle for that thread is
4107         signaled. Compare that to the current approach where all the
4108         threads in the pool compete to dequeue a job from the same
4109         queue.
4110         -New struct ThreadPool that brings together the bunch of static
4111         variable for each threadpool (IO and regular).
4112         -New performance counters: # of items added and its rate per
4113         threadpool. The rate will be used later, perhaps together with
4114         other perf. counters, to decide when idle threads should exit.
4115
4116 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
4117
4118         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
4119         Fix typo on Windows build.      
4120         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
4121         
4122         Code is contributed under MIT/X11 license.
4123
4124 2009-09-25  Mark Probst  <mark.probst@gmail.com>
4125
4126         * object-internals.h: The Thread class is split up into Thread and
4127         InternalThread now.  We have exactly one InternalThread per
4128         thread, and at most one Thread per appdomain per thread.  Most
4129         data is stored in InternalThread.  All InternalThread objects live
4130         in the root domain.
4131
4132         * class-internals.h: Add internal_thread_class to MonoDefaults.
4133
4134         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
4135         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
4136         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
4137         resulting from the split of the Thread class.
4138
4139         * gc-internal.h: Prototype for new function for checking whether a
4140         thread is the finalizer thread.
4141
4142         * appdomain.c: Corlib version bump.
4143
4144 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4145
4146         * appdomain.c|h: Add a mono_domain_try_unload method which is
4147         equivalent to mono_domain_unload, except that it returns an exception
4148         instead of throwing it. Make mono_domain_unload use the
4149         mono_domain_try_unload method to avoid code-duplication.
4150
4151 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
4152
4153         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
4154         a problem.
4155
4156 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
4157
4158         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
4159         aborting when a conversion is not implemented.
4160
4161 2009-09-23  Miguel de Icaza  <miguel@novell.com>
4162
4163         * verify.c: when comparing culture strings, use g_ascii_strcmp
4164
4165         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
4166         when comparing public key tokens to use memcmp on 16 bytes.   I do
4167         not believe this ever worked as advertised in the past.
4168
4169         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
4170         which would have always failed earlier.
4171
4172 2009-06-25  Miguel de Icaza  <miguel@novell.com>
4173
4174         * gc.c: Raise a NullArgumentException if the object passed is
4175         null.
4176
4177 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
4178
4179         * image.c (mono_image_close): Atomically decrement the reference count and
4180         remove the image from the hash tables, to prevent another thread from seeing a
4181         dying MonoImage. Fixes #541194.
4182
4183 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4184
4185         * threadpool.c: actually use the minimum number of 'completion ports'
4186         (for us is just a potential worker thread).
4187
4188 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4189
4190         * threadpool.c: remove ares_htable. It does not make sense any more
4191         since the same objects are now stored in GC-tracked arrays while they are
4192         in the queue.
4193
4194 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4195
4196         * threadpool.c: increase the minimum length of the queues to 128.
4197         Remove warning.
4198
4199 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
4200
4201         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
4202         return the modified signature used by string ctors.
4203
4204 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
4205
4206         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
4207         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
4208         method, to be used by full-aot.
4209
4210 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
4211
4212         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
4213         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
4214         be known to be good.
4215
4216         * class.c (mono_class_init): Fail array types if their element type fails initialization
4217         as well.
4218
4219         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
4220         initialization, additionally we request the element_type vtable to be initialized as well.
4221
4222         This is fine and should not increase the working set in any meaningful way since it's reasonable
4223         to assume       that most code will create an array and eventually populate it, which will require the
4224         type's vtable to be initialized.
4225
4226         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
4227
4228 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
4229
4230         * normalization-tables.h : regenerated.
4231
4232 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
4233
4234         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
4235         a leb128 encoding can take up to 5 bytes.
4236
4237 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
4238
4239         * class.c (verify_class_overrides): Remove useless argument.
4240
4241         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
4242         before interface enumeration as this is no longer required.
4243
4244 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
4245
4246         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
4247         used under mono_class_init context. This functions avoid any code path that
4248         calls mono_class_init, which leads it to be slow as some things like the interface
4249         bitmap are not available.
4250
4251         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
4252         of it's own broken version. Fixes the verifier part of #538588.
4253
4254         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
4255         API.
4256
4257 2009-09-15  Mark Probst  <mark.probst@gmail.com>
4258
4259         * class.c (mono_class_init): Always set an exception in a class if
4260         vtable setup fails.  Fixes #538577.
4261
4262         * generic-sharing.c: Raise an exception if mono_class_vtable()
4263         returns NULL.
4264
4265 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
4266
4267         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
4268         methods of vtypes, as they could be incorrectly shared with static methods
4269         taking an IntPtr argument.
4270
4271 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4272
4273         * domain.c:
4274         * object.c:
4275         * class-internals.h: renamed waithandle_class to
4276         manualresetevent_class.
4277         * marshal.c: propagate the exception if a remoting BeginInvoke call
4278         fails.
4279
4280 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4281
4282         * object.c: Properly handle vtable failures.
4283
4284 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4285
4286         * socket-io.c: Assert on vtable failure.
4287
4288         * mono-mlist.c: Assert on vtable failure.
4289
4290 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4291
4292         * marshal.c: Assert on vtable failure.
4293
4294 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4295
4296         * icall.c: Properly handle vtable failures.
4297
4298 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4299
4300         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
4301
4302 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4303
4304         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
4305
4306         * console-unix.c (do_console_cancel_event): Same.
4307
4308 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4309
4310         * class-internals.h: Add mono_class_vtable_full function that allows control
4311         if an exception should be raised or not.
4312
4313         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
4314         to do what its documentation say, that is to return NULL and set exception_type on
4315         failure.
4316
4317         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
4318         and change the code to honor it.
4319
4320 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
4321
4322         * verify.c: Fix typo in error message.
4323
4324 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
4325
4326         * security-core-clr.c: Fix default_platform_check so it can run
4327         the runtime coreclr tests (without an infinite recursion when
4328         throwing an exception).
4329
4330 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4331
4332         object.c (mono_delegate_ctor_with_method): Guard against null method.
4333
4334 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4335
4336         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
4337         that should be replaced with error handling later.
4338
4339 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4340
4341         * marshal.c (mono_delegate_end_invoke): Fix warning.
4342
4343 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4344
4345         * loader.c (mono_field_from_token): Properly handle invalid
4346         dynamic tokens.
4347
4348 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4349
4350         * pedump.c (verify_image_file): Skip types that can't be
4351         decoded.
4352
4353 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4354
4355         * verify.c: Look for recursive valuetypes only against the
4356         type been initialized as this is a lot simpler and works.
4357
4358 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
4359
4360         * verify.c: Ensure that fields are properly loaded before
4361         checking them.
4362
4363 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
4364
4365         * object.c (mono_object_get_virtual_method) : Call 
4366           mono_cominterop_get_invoke if the object is a COM object.
4367
4368         Code is contributed under MIT/X11 license.
4369
4370 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
4371
4372         * verify.c: Check for recursive valuetype definitions.
4373
4374 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
4375
4376         Use inheritance-aware interface offsets. Inherited types use the same offsets
4377         of their parents. This reduce offset duplication in case more than one type in
4378         the inheritance tree explicitly implements the same interface.
4379
4380         This also removes a source of vtable bubbles found in #532409. An abstract type
4381         isn't required to provide abstract methods to all interfaces it implements, which
4382         resulted in a bubble with the previous scheme as the child would get a non-full
4383         vtable from its parent. We fail all concrete types with vtable bubbles, so this
4384         should be fixed.
4385
4386         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
4387         it's expected to not cause any significant increase beyond that.
4388
4389         * class.c (setup_interface_offsets): Compute super class iface offsets
4390         first to force sharing.
4391
4392         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
4393         dumping only the relevant ones.
4394
4395         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
4396         methods a new slot regardless if they belong to an interface or not. This allows
4397         an inherited type to override the iface method separately from the class one.
4398
4399 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
4400
4401         * threadpool.c: make the Sleep() alertable to prevent delays exiting
4402         applications that take less than 2s to execute.
4403         Bug #524984 fixed.
4404
4405 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
4406
4407         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
4408
4409         * object.c (mono_get_runtime_callbacks): New helper function to return
4410         the runtime callbacks.
4411
4412         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
4413         mono_get_runtime_build_info () as the display name.
4414         
4415 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
4416
4417         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
4418         argument, since NEWARR expects a native int. Fixes #481559.
4419
4420 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
4421
4422         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
4423         against broken SRE methods.
4424
4425 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
4426
4427         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
4428         a NULL variable. Abort early on failure.
4429
4430 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
4431
4432         * class.c (can_access_type): Fail visibility test for non nested
4433         types with nested visibility.
4434
4435 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
4436
4437         * assembly.c (parse_public_key): Avoid allocating (and not 
4438         freeing) the public key array when it's not requested by the 
4439         caller.
4440         * threads.c (mono_thread_manage, mono_thread_create_internal, 
4441         ves_icall_System_Threading_Thread_Thread_internal): Free 
4442         allocated memory on error.
4443
4444 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
4445
4446         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
4447
4448 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
4449
4450         * class.c (mono_class_setup_fields): Remove duplicated local variable
4451         named gklass.
4452         Rename gklass to gtd to reflect the fact that it points to the generic
4453         type definition.
4454         Remove the duplicated call to mono_class_setup_fields on gtd and move
4455         the error check to the beginning.
4456
4457 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
4458
4459         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
4460         Remove cruft of the previous patch.
4461
4462 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
4463
4464         * metadata-verify.c (verify_method_table): Check for abstract + final.
4465         Fixes #534175.
4466
4467 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
4468
4469         * verify.c (verify_class_fields): Check for duplicate fields.
4470
4471 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
4472
4473         * metadata-verify.c: Verify the typeref table for duplicates.
4474
4475 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
4476
4477         This reverts r140936 and properly handles interfaces with static methods. The
4478         right fix is to ensure vtables without bubles which is an easier to verify
4479         constraint. We should avoid such special cases as of the reverted patch as those
4480         only make the runtime more brittle.
4481
4482         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
4483         static methods on interfaces.
4484
4485         * class.c (setup_interface_offsets): Use the number of virtual methods when
4486         calculating interface offsets instead of the number of methods. This way we
4487         avoid bubles on the layout.
4488
4489 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
4490
4491         * metadata-verify.c (verify_metadata_header): Some very smart
4492         obfuscators like to add extra stream headers. Ignore them.
4493
4494 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
4495
4496         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
4497         methods correctly.
4498
4499 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
4500
4501         * metadata-verify.c: Verify for duplicated types.
4502
4503 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
4504
4505         * metadata-verify.c (verify_typedef_table): Verify for nested types
4506         without an entry on the nested class table.
4507
4508 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
4509
4510         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
4511         <tom_hindle@sil.org>. Add locking around hash table accesses.
4512
4513 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
4514
4515         * verify.c (mono_verifier_verify_class): Verify all interface if
4516         really are interfaces. Fixes #534184.
4517
4518 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
4519
4520         * pedump.c: Initialize all types during metadata validation so we report
4521         errors only detected as part of class initialization.
4522
4523 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
4524
4525         * metadata-verify.c (verify_method_table): PInvoke requires method to
4526         be static. Fixes #534189
4527
4528 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
4529
4530         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
4531         being NULL.
4532
4533 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
4534
4535         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
4536         for holes or bad methods. Fixes #525314.
4537
4538 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
4539
4540         * class.c (setup_interface_offsets): Don't allocate slot
4541         for the same interface multiple times. This creates bubbles
4542         that waster space and make vtable verification harder.
4543
4544         The same interface get a slot multiple times since we need
4545         to get the closure of all implemented interfaces, which means
4546         the same interface is reported multiple times.
4547
4548 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
4549
4550         * verify.c (mono_verifier_verify_class): Don't check the fields
4551         of generic instances since the context on which they got expanded
4552         might lead to false positives.
4553
4554         Such thing happens when a generic type is inflated in the context
4555         of a generic method and the inflated type of a field turns into a
4556         generic method argument, which causes the checking code to think
4557         it's an invalid class when it's not.
4558
4559 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
4560
4561         * verify.c (mono_type_is_valid_in_context): Verify if type
4562         is NULL and remove duplicate test.
4563
4564 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4565
4566         * verify.c (mono_verifier_verify_class): Check fields for
4567         invalid generic arguments.
4568
4569 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4570
4571         * class.c (verify_class_overrides): Verify if for static
4572         and non virtual methods.
4573
4574 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4575
4576         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
4577         Check for errors after retrieving the vtable.
4578
4579 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4580
4581         * class.c (mono_class_setup_vtable_general): Verify
4582         if method overrides are valid before processing them.
4583
4584 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4585
4586         * marshal.c (mono_array_to_lparray): Fix minimal build with
4587         cominterop disabled.
4588
4589         * marshal.c (mono_free_lparray): Same.
4590
4591 2009-08-21  Mark Probst  <mark.probst@gmail.com>
4592
4593         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
4594         the hash function for the ares_htable.
4595
4596 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
4597
4598         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
4599         bit for assembly flags. MS is ok with it but there is no spec anywhere
4600         on its mean
4601
4602 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4603
4604         * class.c (mono_class_create_from_typedef): Emit profiler events
4605         in all cases.
4606
4607 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4608
4609         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
4610         Release memory on failure.
4611
4612 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4613
4614         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
4615         to the internal API.
4616
4617         * metadata.c (get_constraints): Use a single-linked table as we don't
4618         traverse it backward. Fail and return FALSE if only of the contraint types
4619         is not found.
4620
4621         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
4622         to mono_metadata_load_generic_param_constraints except for having a return value.
4623         This has to be done since the later is part of the public API.
4624
4625         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
4626         and fail the type.
4627
4628         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
4629         and fail the method.
4630
4631 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4632
4633         * metadata-verify.c (is_valid_method_header): Add work-around to deal
4634         with MS broken behavior of emmitting EH section sizes without the
4635         header size added.
4636
4637 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4638
4639         * metadata.c (mono_type_create_from_typespec): Don't allocate image
4640         memory until we're sure that we'll need it. This avoids leaking for
4641         broken types or duplicated instantiation.
4642
4643 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4644
4645         * metadata-verify.c (is_valid_method_header): Fix stupid formating
4646         mistake.
4647
4648 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4649
4650         * metadata-verify.c (is_valid_method_header): Fix number of clauses
4651         and expected size calculation.
4652
4653 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4654
4655         * class.c (mono_class_get_field_idx): Add fixme for broken
4656         behavior for types with multiple fields with the same name.
4657         I would rather fix it, but have no idea on how to generate
4658         such artifact for testing.
4659
4660 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4661
4662         * verify.c (verifier_load_field): We should allow references to
4663         fields to be made using the generic type definition. It's up to
4664         the loader system to fail invalid ops.
4665
4666         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
4667         are invalid.
4668
4669 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4670
4671         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
4672
4673         * metadata-internals.h: Fix declaration of 
4674         mono_metadata_interfaces_from_typedef_full.
4675
4676         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
4677         heap_alloc_result parameter that controls if the result should be
4678         g_malloc'd.
4679
4680         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
4681         array be g_malloc'd and properly document this public API function.
4682
4683 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4684
4685         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
4686         remove METHOD_HEADER_TINY_FORMAT1.
4687
4688         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
4689
4690         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
4691
4692         Both spec and MS uses only 2 bits to enumerate the kind of header.
4693         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
4694         is superfluous, only used for tiny headers with odd code lengths.
4695
4696         This change also make sure that mono doesn't wronly interpret bit 2
4697         of fat header flags, which is currently reserved.
4698
4699 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4700
4701         * metadata.c (do_mono_metadata_parse_type): Do error
4702         checking for element types. Don't abort if presented
4703         with a broken type kind.
4704
4705 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4706
4707         * metadata.c (mono_metadata_parse_method_signature_full):
4708         Gracefully fail bad vararg signatures.
4709
4710 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4711
4712         * profiler.c:
4713         * class.c: Fix warnings for uninitialized variables.
4714
4715 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4716
4717         * icall.c: Fix _NSGetEnviron method declaration warning.
4718
4719 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4720
4721         * icall.c:
4722         * reflection.c: Make bitwise checks explicit.
4723
4724 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4725
4726         * debug-helpers.c:
4727         * marshal.c: Fix printf warnings.
4728
4729 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4730
4731         * reflection.c (encode_cattr_value): Fix a warning.
4732
4733 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4734
4735         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
4736         of array bounds.
4737
4738 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4739
4740         * loader.c (mono_method_signature): Don't assert on broken
4741         signature. Print a more useful error message.
4742
4743 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4744
4745         * loader.c (mono_method_get_marshal_info): Assert if
4746         signature is invalid. Bounds check stores to the
4747         mspecs array;
4748
4749 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4750
4751         * loader.c (field_from_memberref): Fix warning.
4752
4753 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4754
4755         * loader.c (mono_method_get_param_names): Check if signature
4756         is null. Don't store beyond the size of the name array.
4757
4758 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4759
4760         * loader.c (mono_get_method_constrained): Check if signature
4761         is null.
4762
4763 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4764
4765         * loader.c (mono_loader_set_error_bad_image): Improve
4766         error messages.
4767
4768 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4769
4770         * loader.c (mono_get_method_full): Convert an assertion
4771         into a loader error.
4772
4773 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4774
4775         * class-internals.h, class.c: Better naming and documentation.
4776
4777 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
4778
4779         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
4780         obj is NULL.
4781
4782 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4783
4784         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
4785         parsing fails.
4786
4787 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4788
4789         * loader.c (mono_loader_error_prepare_exception): Handle missing field
4790         errors with no class set.
4791
4792         * loader.c (field_from_memberref): If the field signature is of the wrong
4793         type fail with a MissingFieldException instead of a BadImageException as
4794         this is the behavior observed on MS. 
4795
4796 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4797
4798         * loader.c (field_from_memberref): Don't crash if either the field
4799         signature or the typespec class are invalid.
4800
4801 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4802
4803         * verify.c (verifier_load_field): Don't allow field related
4804         ops to reference fields on generic type definition.
4805
4806 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4807
4808         * metadata-verify.c: Add new warning level for errors specified
4809         by ECMA 335 but that MS ignores.
4810
4811         * metadata-verify.c (verify_method_table): Make compiler controled
4812         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
4813         this check is safe because the end result will only be some visibility
4814         exceptions been thrown.
4815
4816 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4817
4818         * verify.c (get_boxable_mono_type): Don't allow the
4819         use of the generic type definition on boxed type positions.
4820
4821         Fixes #531237.
4822
4823 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4824
4825         * threadpool.c: Make sure no cross-domain references remain in
4826         ares_htable or the arrays that are thrown away when resizing.
4827
4828 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4829
4830         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
4831         list of classes for which we have to unregister reflection_info
4832         with the GC and which are not in the namespace cache.
4833
4834         * reflection.c (mono_reflection_initialize_generic_parameter): Add
4835         the class to the list.
4836
4837 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4838
4839         * domain.c (mono_domain_free): Unregister the GC roots in
4840         MonoDomain.
4841
4842 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4843
4844         * reflection.c (mono_reflection_type_get_handle): Fix typo.
4845
4846 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4847
4848         * class.c: Add mono_class_get_field_from_name_full which does
4849         the same as mono_class_get_field_from_name but does check field
4850         signature as well.
4851
4852         * class-internals.h: Export mono_class_get_field_from_name_full as
4853         part of the internal API.
4854
4855         * loader.c (field_from_memberref): Search fields by name and signature
4856         as it's valid to have two fields with same name but different types.
4857
4858         Fixes #528055.
4859
4860 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
4861
4862         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
4863
4864         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
4865
4866         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
4867         System.Type.
4868
4869 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
4870
4871         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
4872
4873         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
4874
4875 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4876
4877         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
4878         to sgen-scan-object.h, which can be included and parameterized via
4879         macros.
4880
4881         * Makefile.am: sgen-scan-object.h added.
4882
4883 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4884
4885         * gc.c: #define GC_dont_gc if we're compiling with SGen.
4886
4887 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4888
4889         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
4890         before clearing a domain in the GC.
4891
4892 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4893
4894         * exception.c (mono_exception_from_name_domain): Actually create
4895         the exception in the specified domain.
4896
4897         * appdomain.c (mono_domain_create_appdomain_internal): Create the
4898         OutOfMemoryException a bit later so that the domain is inialized
4899         "enough" that it works.
4900
4901 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4902
4903         * threads.c (thread_cleanup): Clean up the cached_culture_info
4904         array to prevent cross-domain references.
4905
4906 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4907
4908         * metadata.c: more documentation for MonoType accessors.
4909
4910 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
4911
4912         Fix incorrect size definitions where the tail array isn't a list
4913         of pointers
4914         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
4915         define size.
4916         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
4917         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
4918         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
4919
4920 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4921
4922         * reflection.h:
4923         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
4924
4925 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4926
4927         * metadata.c:
4928         * loader.c:
4929         * metadata-internals.h:
4930         * method-builder.c:
4931         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
4932
4933 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4934
4935         * cominterop.c:
4936         * metadata.c:
4937         * metadata.h:
4938         * loader.c:
4939         * marshal.c:
4940         * reflection.c: #define for sizeof in MonoType and
4941         MonoMethodSignature.
4942
4943 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4944
4945         * domain.c:
4946         * domain-internals.h: add and use #define's instead of sizeof()
4947         for MonoJitInfo and MonoJitInfoTable.
4948
4949 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4950
4951         * object.c:
4952         * class.h: use #define instead of sizeof() for MonoRemoteClass.
4953
4954 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4955
4956         * metadata.c:
4957         * metadata.h:
4958         * object.c:
4959         * class-internals.h:
4960         * generic-sharing.c:
4961         * marshal.c: use a #define instead of sizeof() for a few
4962         structures that use a zero-length array.
4963
4964 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
4965
4966         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
4967         to handle inflated generic methods.
4968
4969         * appdomain.c: Bump corlib version.
4970
4971         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
4972         instances.
4973
4974         * reflection.c (fixup_method): Same
4975
4976         * reflection.c (resolve_object): Same.
4977
4978         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
4979         g_error and a decent message.
4980
4981 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
4982
4983         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
4984         from the object because it could not yet be available globally
4985         (it happens if the profiler tries to create a gchandle on the
4986         MonoThread object of a thread that is still registering itself
4987         with the runtime).
4988
4989 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
4990
4991         * reflection.c (mono_generic_class_get_object): Initialized the
4992         managed type arguments array.
4993
4994         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
4995
4996         * appdomain.c: Bump corlib version.
4997
4998 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
4999
5000         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
5001         #527902.
5002
5003 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
5004
5005         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
5006         Avoid a crash if synch_cs is not set.
5007         
5008         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
5009         Handle the case when the handle is 0.
5010
5011         * appdomain.c: Bump corlib version.
5012
5013 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
5014
5015         * reflection.c (mono_type_get_object): Fix a warning.
5016
5017 2009-08-01  Mark Probst  <mark.probst@gmail.com>
5018
5019         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
5020         descriptor here.  We assume it's already been computed.
5021
5022         * generic-sharing.c (instantiate_other_info): Compute the GC
5023         descriptor for info type MONO_RGCTX_INFO_KLASS.
5024
5025 2009-08-01  Mark Probst  <mark.probst@gmail.com>
5026
5027         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
5028         type, so don't use MONO_OBJECT_SETREF to set a field.
5029
5030 2009-08-01  Mark Probst  <mark.probst@gmail.com>
5031
5032         * gc.c: We were missing one case where invoking a finalizer would
5033         not reset the domain.  Also, in the finalizer thread loop, assert
5034         that we're in the root domain.
5035
5036 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
5037
5038         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
5039         if the type is not an array.
5040
5041 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
5042
5043         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
5044         method bound to the declaring type of the method. Raise an exception
5045         if the type is not a generic param.
5046
5047 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
5048
5049         * class.c (print_unimplemented_interface_method_info): Print the
5050         full type name.
5051
5052         * class.c (mono_class_setup_vtable_general): When dealing with a
5053         generic instance first check if the generic type definition is
5054         not broken.
5055
5056 2009-02-11 Tom Hindke <tom_hindle@sil.org>
5057
5058         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
5059
5060         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
5061
5062         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
5063
5064         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
5065
5066         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
5067
5068         Code is contributed under MIT/X11 license
5069
5070 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
5071
5072         * verify.c: Fix naming of stelem and ldelem.
5073
5074 2009-07-30  Mark Probst  <mark.probst@gmail.com>
5075
5076         * generic-sharing.c: Replace the templates lock with the loader
5077         lock because of very hard to resolve deadlock issues.
5078
5079 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
5080
5081         * icall.c (ves_icall_Type_GetMethodsByName): Use 
5082         mono_class_get_vtable_size () instead of accessing klass->vtable_size
5083         directly. Fixes #525338.
5084
5085         * class.c (mono_class_get_vtable_size): New helper function.
5086
5087         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
5088         the field belongs to the type. Fixes #525733.
5089
5090 2009-07-30  Mark Probst  <mark.probst@gmail.com>
5091
5092         * sgen-gc.c: When we stop a thread and its stack top is not within
5093         its allocated stack (because it's in an altstack signal handler),
5094         restart it and stop it again, until it is.
5095
5096 2009-07-30  Mark Probst  <mark.probst@gmail.com>
5097
5098         * sgen-gc.c: Take a thread's stack top and registers from the
5099         sigcontext in the suspend signal handler.
5100
5101         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
5102         stuff to sgen-archdep.h.
5103
5104         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
5105         caller, because have code in sgen-archdep.h to acquire that data.
5106
5107 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
5108
5109         * profiler.c, profiler.h, profiler-private.h:
5110         Added support for keeping track of code chunks and buffers.
5111
5112 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
5113
5114         * metadata-verify.c: Fix endianness problems on decoding functions.
5115         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
5116
5117 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
5118
5119         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
5120         schema for vectors and one dimension SZARRAY.
5121
5122 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
5123
5124         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
5125         schema for vectors and one dimension SZARRAY.
5126
5127 2009-07-27  Mark Probst  <mark.probst@gmail.com>
5128
5129         * icall-def.h, thread-types.h, threads.c: New separate icalls for
5130         Interlocked.(Compare)Exchange with object arguments, which invoke
5131         write barriers.
5132
5133 2009-07-26  Miguel de Icaza  <miguel@novell.com>
5134
5135         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
5136         passed invalid arguments.   Fixes another crasher in the
5137         Silverlight test suite.
5138
5139         * class.c (mono_class_array_element_size): Return 0 for the size
5140         of the class;  This fixes the crasher exposed by :
5141
5142         typeof (void).MakeArrayType ();
5143
5144         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
5145         if there is no method to dereference.    Put all the code that
5146         depends on this inside the if (method) block.
5147
5148         This fixes the crasher exposed by Microsoft's Silvelright CLR test
5149         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
5150
5151         With this change, we pass the test.
5152         
5153         * reflection.c (mono_reflection_sighelper_get_signature_local):
5154         Only dereference the assembly if it has been set.    Fixes a
5155         crasher exposed by #525328
5156
5157 2009-07-25  Mark Probst  <mark.probst@gmail.com>
5158
5159         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
5160         don't perform the store in mono_gc_wbarrier_generic_nostore().
5161         Remove the second argument (value), which is not needed.
5162
5163 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
5164
5165         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
5166         the build.
5167
5168         * boehm-gc.c: Ditto.
5169         
5170 2009-07-24  Mark Probst  <mark.probst@gmail.com>
5171
5172         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
5173         not perform the store itself.  Introduce
5174         mono_gc_wbarrier_generic_nostore(), which is the same as
5175         mono_gc_wbarrier_generic_store(), except it doesn't perform the
5176         store.
5177
5178 2009-07-24  Mark Probst  <mark.probst@gmail.com>
5179
5180         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
5181         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
5182         we still need the memcpy().
5183
5184 2009-07-22  Mark Probst  <mark.probst@gmail.com>
5185
5186         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
5187         so that big arrays are handled correctly.  Always use
5188         safe_object_get_size() to calculate array object sizes, which
5189         takes bounds into account.
5190
5191 2009-07-22  Mark Probst  <mark.probst@gmail.com>
5192
5193         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
5194         GC descriptor is computed before we use it.
5195
5196 2009-07-22  Mark Probst  <mark.probst@gmail.com>
5197
5198         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
5199         write barrier if necessary.
5200
5201 2009-07-22  Mark Probst  <mark.probst@gmail.com>
5202
5203         * icall-def.h, icall.c, thread-types.h: New separate icall for
5204         VolatileWrite(object&,object) that uses a write barrier.
5205
5206         * console-unix.c, file-io.c, icall.c, threads.c: Use write
5207         barriers in icalls which write to "ref" or "out" arguments.
5208
5209 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
5210
5211         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
5212         handler in a separate icall, to reduce the size of the wrappers.
5213
5214 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
5215
5216         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
5217
5218 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
5219
5220         * metadata-verify.c (parse_field): Allow byref field.
5221
5222         * metadata-verify.c (parse_locals_signature): Allow byref locals.
5223
5224         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
5225
5226 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
5227
5228         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
5229         Fixes #522784.
5230
5231 2009-07-20  Robert Jordan  <robertj@gmx.net>
5232
5233         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
5234         Fix invalid IL in valuetype handling (STOBJ must push the
5235         corresponding class). Fixes bug #523149.
5236
5237         Code is contributed under MIT/X11 license.
5238
5239 2009-07-20  Geoff Norton  <gnorton@novell.com>
5240
5241         * gc.c: Use proper semaphores where available on posix and darwin.
5242
5243 2009-07-19  Geoff Norton  <gnorton@novell.com>
5244
5245         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
5246
5247 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
5248
5249         * refletion.c (is_sre_usertype): Change name to is_usertype and
5250         invert it's result so it returns true if the type is an user type
5251         and not the opposite.
5252
5253         * reflection.c (is_*_type): Change all of those to use new macro
5254         check_corlib_type_cached that cached the type lookup so we don't
5255         need to do string comparisons all the type. Changed the signature
5256         to take a MonoClass instead.
5257
5258         * reflection.c: Change mono_image_create_token and resolve_object
5259         to use is_sre_* functions.
5260
5261 2009-07-18  Mark Probst  <mark.probst@gmail.com>
5262
5263         * sgen-gc.c: Check for writes to the stack in the managed
5264         wbarrier as well.
5265
5266 2009-07-18  Mark Probst  <mark.probst@gmail.com>
5267
5268         * sgen-gc.c: When a thread is unregistered, don't free its remsets
5269         but put them on a list which is processed with the other thread's
5270         remsets.
5271
5272 2009-07-18  Mark Probst  <mark.probst@gmail.com>
5273
5274         * sgen-gc.c: Fix and enable the internal allocator instead of
5275         using malloc/free (which causes deadlocks).
5276
5277 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
5278
5279         * refletion.c: Fix builds with SRE disabled by adding a minimal
5280         implementation of mono_reflection_type_get_handle.
5281
5282 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
5283
5284         * refletion.c: Make mono_reflection_type_get_handle non static.
5285
5286         * object-internals.h: Export mono_reflection_type_get_handle.
5287
5288         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
5289         unmanaged handle using mono_reflection_type_get_handle.
5290
5291 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
5292
5293         * refletion.c: Replace all reads of MonoReflectionType::type with
5294         calls to mono_reflection_type_get_handle. Only the functions that
5295         deal with constructing TypeBuilder::type have not been changed
5296         because they have to deal with NULL values.
5297
5298         This is a first step into supporting reflection types that don't
5299         map directly into their unmanaged counterpart.
5300
5301 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
5302
5303         * metadata-verify.c (parse_locals_signature): Don't complain
5304         on signature with zero locals since MS generates it and doesn't
5305         bother with.
5306
5307 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
5308
5309         * reflection.c (mono_image_get_array_token): Resolve return
5310         type using mono_reflection_type_get_handle.
5311
5312         * reflection.c (mono_image_get_array_token): Resolve array method
5313         parent type using mono_reflection_type_get_handle.
5314
5315 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
5316
5317         * reflection.c (mono_image_basic_init): Applied patch from
5318         <Dax@daxxfiles.net>. Set the public key token from the assembly
5319         builder. Fixes #518909.
5320
5321         * appdomain.c: Bump corlib version.
5322
5323 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
5324
5325         * class.c (mono_class_needs_cctor_run): Make this return false if
5326         the class has no cctor.
5327
5328 2009-07-13  Mark Probst  <mark.probst@gmail.com>
5329
5330         * sgen-gc.c: When the minor GC needs to allocate a new section,
5331         invoke the major GC afterwards.
5332
5333 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
5334
5335         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
5336           Applying the window_style field to the SHELLEXECUTEINFO struct.
5337
5338         Code is contributed under MIT/X11 license.
5339
5340 2009-07-13  Mark Probst  <mark.probst@gmail.com>
5341
5342         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
5343         locking earlier.  Fix it in the managed allocator by making sure
5344         that no thread is stopped there before the GC runs.  If we do stop
5345         a thread there, we restart it and let it run a but, until it stops
5346         somewhere else.
5347
5348         * gc-internal.h, gc.c: Function for getting the IP from a signal
5349         context via a function registered by mini.
5350
5351 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
5352
5353         * object-internals.h (MonoIntPtr): New structure describing a boxed
5354         IntPtr.
5355
5356         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
5357         returns. Fixes #519953.
5358
5359         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
5360
5361 2009-07-09  Mark Probst  <mark.probst@gmail.com>
5362
5363         * class-internals.h, generic-sharing.c: New RGCTX info type for
5364         getting a remoting invoke with check wrapper.
5365
5366 2009-07-07  Geoff Norton  <gnorton@novell.com>
5367
5368         * icall-def.h: Fix the enable-minimal build.
5369
5370 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
5371
5372         * object-internals.h: Add MonoReflectionDerivedType.
5373
5374         * reflection.c: Implement support for PointerType.
5375         Fixed tons of warnings.
5376
5377 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
5378
5379         * object-internals.h: Add MonoReflectionByRefType.
5380
5381         * reflection.c: Implement support for ByRefType.
5382
5383 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
5384
5385         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
5386
5387         * object-internals.h: Add MonoReflectionArrayType and
5388         mono_reflection_create_unmanaged_type.
5389
5390         * reflection.c: Implement support for ArrayType.
5391
5392 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
5393
5394         * metadata-verify.c (is_valid_method_header): Parse EH block
5395         flags correctly.
5396
5397 2009-07-03  Mark Probst  <mark.probst@gmail.com>
5398
5399         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
5400         processing the disappearing links, and process disappearing links
5401         in a loop until no new objects are copied.
5402
5403 2009-07-03  Mark Probst  <mark.probst@gmail.com>
5404
5405         * object.c (handle_enum): Invoke the write barrier when copying
5406         value type instances.
5407
5408         * sgen-gc.c: Register remsets for unmanaged write barriers only
5409         when the address written to is actually on the heap.  This makes
5410         set_value() in object.c work without requiring that the result be
5411         on the heap.
5412
5413 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
5414
5415         The runtime wrappers are all bound to a given type that must
5416         exist in the same image. For regular images we use the <Module>
5417         type, which is required to exist for all images.
5418
5419         The <Module> type can't be used for dynamic images because it
5420         might not exist at the time the wrapper is required, so we create
5421         a synthetic type to use instead.
5422
5423         The current code works because of the 2 stage setup of MonoClass,
5424         but once this is gone it will no longer work.
5425
5426         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
5427
5428         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
5429
5430         * object-internals.h: Export mono_image_set_wrappers_type icall
5431         as part of the internal API.
5432
5433         * marshal.c (get_wrapper_target_class): If the image is dynamic,
5434         use MonoDynamicImage::wrappers_type instead of the <Module> type.
5435
5436         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
5437         image wrappers_type to the provided value.
5438
5439 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
5440
5441         * appdomain.c (deregister_reflection_info_roots): No need
5442         to use the image lock here.
5443
5444 2009-07-02  Mark Probst  <mark.probst@gmail.com>
5445
5446         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
5447
5448 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
5449
5450         * threads.c: Store the thread start argument in a hash table instead of
5451         registering it as a root, as libgc doesn't support unregistering roots
5452         under windows, leading to 'too many root sets' errors when many threads
5453         are created.
5454
5455         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
5456         shutdown, they can still be referenced by the other dying objects.
5457         Fixes #514506.
5458
5459 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5460
5461         * socket-io.c: DontLinger does not allow LingerOptions.
5462
5463 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
5464
5465         * metadata-verify.c: The spec doesn't mention that it's possible to add
5466         custom attribute to a generic parameter. Fixed.
5467
5468 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
5469
5470         * class.c (inflate_generic_type): Don't crash while trying to output a message
5471         on why we're aborting.
5472
5473 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5474
5475         * socket-io.c: DontLinger can take an int or a boolean too.
5476
5477 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
5478
5479         * gc.c: check for a null argument to SuppressFinalize () and
5480         ReRegisterForFinalize ().
5481
5482 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
5483
5484         * loader.c (method_from_methodspec): Call into the verifier to check
5485         the signature.
5486
5487         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
5488
5489         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
5490         part of the internal API.
5491
5492 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
5493
5494         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
5495         the signature.
5496
5497         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
5498
5499         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
5500         part of the internal API.
5501
5502 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
5503
5504         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
5505         the signature.
5506
5507         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
5508         blob verification.
5509
5510         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
5511         part of the internal API.
5512
5513 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
5514
5515         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
5516         when doing basic verification. 
5517
5518         This check must be done since the runtime peeks into signatures in much
5519         more places than it does decoding so it makes sense to ensure that all
5520         pointers to blob objects are well formed.
5521
5522 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
5523
5524         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
5525         Use proper overflow dectection. Fix usage of it.
5526
5527 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
5528
5529         * loader.c (field_from_memberref): Call into the verifier to check
5530         the signature.
5531
5532         * loader.c (mono_method_get_signature_full): Same.
5533
5534         * loader.c (method_from_memberref): Same.
5535
5536         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
5537
5538         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
5539         part of the internal API.
5540
5541 2009-06-25  Mark Probst  <mark.probst@gmail.com>
5542
5543         * threadpool.c (mono_thread_pool_add): If the domain is unloading
5544         or unloaded, still return an AsyncResult, but don't add it to the
5545         threadpool.
5546
5547 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
5548
5549         * threads.c: fix missing colon when DEBUG is defined.
5550
5551 2009-06-25  Mark Probst  <mark.probst@gmail.com>
5552
5553         * threadpool.c: Don't add new calls to a threadpool if the domain
5554         of the call is unloading or unloaded.  When dequeuing a job, null
5555         the reference in the queue.
5556
5557 2009-06-25  Mark Probst  <mark.probst@gmail.com>
5558
5559         * sgen-gc.c (null_link_in_range): Add the dislink for the old
5560         generation if an object was moved.
5561
5562 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
5563
5564         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
5565           parameters of type SAFEARRAY[VARIANT].
5566
5567         * reflection.c (encode_marshal_blob): Properly generate element type
5568           (SafeArraySubType marshal attribute option).
5569
5570         Code is contributed under MIT/X11 license.
5571
5572 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
5573
5574         * reflection.c: in mono_method_clear_object () really ensure all the
5575         objects are removed.
5576
5577 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5578
5579         * loader.c (mono_method_signature): Call into the verifier to check
5580         the method signature.
5581
5582         * metadata-verify.c (verify_method_table): Move signature verification
5583         to verify_method_table_full.
5584
5585         * metadata-verify.c: Add mono_verifier_verify_method_signature.
5586
5587         * verify-internals.h: Export mono_verifier_verify_method_signature as
5588         part of the internal API.
5589
5590 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5591
5592         * loader.c (mono_method_get_header): Call into the verifier to
5593         check the method header.
5594
5595         * metadata-verify.c: Add mono_verifier_verify_method_header.
5596
5597         * verify-internals.h: Export mono_verifier_verify_method_header as
5598         part of the internal API.
5599
5600 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5601
5602         * class.c (mono_class_find_enum_basetype): Call into the verifier to
5603         check the field signature. Replace an assert with an explicit check.
5604
5605         * class.c (mono_class_setup_fields): Call into the verifier to check
5606         the field signature.
5607
5608         * metadata-verify.c: Add mono_verifier_verify_field_signature.
5609
5610         * verify-internals.h: Export mono_verifier_verify_field_signature as
5611         part of the internal API.
5612
5613 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5614
5615         * class.c (mono_class_find_enum_basetype): Simplify this function
5616         by moving code outside of the loop and not decoding static fields.
5617
5618 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5619
5620         * metadata-verify.c (verify_typedef_table): Check the extends
5621         token here. Move to here a flags check from verify_typedef_table_full.
5622
5623 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
5624
5625         * metadata-verify.c (is_valid_method_header): Fix a warning.
5626
5627         * metadata-internals.h (MonoImage): Remove the unused 
5628         static_rgctx_invoke_wrapper_cache.
5629
5630         * image.c marshal.c: Ditto.
5631
5632 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5633
5634         * image.c (do_mono_image_load): Enable table data verification.
5635
5636 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5637
5638         * metadata-verify.c (is_valid_constant): Fix nullref check.
5639
5640 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5641
5642         * metadata-verify.c (is_valid_constant): Fix string bounds check.
5643
5644 2009-06-22  Mark Probst  <mark.probst@gmail.com>
5645
5646         * sgen-gc.c: Managed allocation with pthreads TLS.
5647
5648         * threads.c, threads-types.h: Functions for the JIT to tell the
5649         runtime whether it supports the MONO_TLS opcode.
5650
5651 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5652
5653         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
5654         without methods.
5655
5656 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5657
5658         * metadata-verify.c (is_valid_constant): Fix the string length check.
5659         Use safe overflow checking. Add decent error messages.
5660
5661 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5662
5663         * metadata-verify.c: Move remaininh blob checks to the offline
5664         verification path.
5665
5666 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5667
5668         * metadata-verify.c: Move more blob checks to the offline verification
5669         path.
5670
5671 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
5672
5673         * object-internals.h : Adding interrupt_on_stop field.
5674
5675         * threads.c (mono_thread_request_interruption) : On Windows exit the
5676           thread if interrupt_on_stop is set.
5677
5678         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
5679          Removing old interrupt logic and setting the interrupt_on_stop for the
5680          thread when calling accept.
5681
5682         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
5683          setting the interrupt_on_stop for the thread when calling accept.
5684
5685         Contributed under MIT/X11 license.
5686
5687 2009-06-20  Martin Baulig  <martin@ximian.com>
5688
5689         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
5690
5691 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
5692
5693         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
5694         running in no-exec mode.
5695
5696 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5697
5698         * metadata-verify.c (verify_method_table): Move header
5699         checking to verify_method_table_full.
5700
5701         * metata-verify.c (mono_verifier_verify_full_table_data):
5702         Call verify_method_table_full.
5703
5704 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5705
5706         * metadata-verify.c (verify_field_table): Move signature
5707         checking to verify_field_table_full.
5708
5709         * metata-verify.c (mono_verifier_verify_full_table_data):
5710         Call verify_field_table_full.
5711
5712 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5713
5714         * metadata-verify.c (verify_typedef_table): Move remaining
5715         stuff to verify_typedef_table_full.
5716
5717 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5718
5719         * metadata-verify.c: Kill is_corlib from VerifyContext.
5720         It is only used by the offline mode.
5721         So we better remove it from the runtime path.
5722
5723 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5724
5725         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
5726         function that perform the offline metadata verification steps.
5727
5728         * metadata-verify.c (verify_typedef_table): Move some checks to
5729         verify_typedef_table_full and make it been called by new function
5730         mono_verifier_verify_full_table_data.
5731
5732         * pedump.c: Call mono_verifier_verify_full_table_data.
5733
5734         * verify-internals.h: Export mono_verifier_verify_full_table_data as
5735         part of the internal API.
5736
5737 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5738
5739         * metadata-verify.c (typedef_is_system_object): Fix System.Object
5740         check.
5741
5742         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
5743         flags bits. SupportLastError was confused as bit 7 instead of 6.
5744
5745         * metadata-verify.c (verify_implmap_table): Fix import scope verification
5746         to check against the module ref table instead of module.
5747
5748         * metadata-verify.c (verify_implmap_table): Fix corlib check.
5749
5750         * pedump.c: Call mono_image_load_names.
5751
5752 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5753
5754         * image.c: Extract mono_image_load_names from do_mono_image_load.
5755
5756         * metadata-internals.h: Export mono_image_load_names as part of
5757         the internal API.
5758         
5759 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
5760
5761         * metadata.c (mono_metadata_cleanup): Free the generic method cache
5762         first, as it could reference data in the other caches.
5763
5764 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
5765
5766         * metadata-verify.c: Finished with method header verification.
5767
5768 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
5769
5770         * metadata-verify.c: Added more header verification code.
5771         Now only EH clauses are missing.
5772
5773 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
5774
5775         * marshal.c (get_runtime_invoke_type): Don't share primitive types
5776         for return values.
5777
5778 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
5779
5780         * metadata-verify.c: Initial method header verification.
5781
5782 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
5783
5784         * metadata-verify.c (verify_import_table): The IAT contents
5785         might end been patched by the windows DL when running with
5786         coree enabled.
5787
5788 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
5789
5790         * class.c (mono_class_from_typeref): If the enclosing type is not
5791         found return null instead of crashing. Fixes #508487.
5792
5793 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
5794
5795         * normalization-tables.h : updated to the latest unicode charcter
5796           data.
5797         * appdomain.c : bump corlib version.
5798
5799 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
5800
5801         * class.c (mono_class_from_name): Fix support for assembly references
5802         in the EXPORTEDTYPE table. Fixes #511704.
5803
5804 2009-06-13  Geoff Norton  <gnorton@novell.com>
5805
5806         * domain.c: Ensure that mono_domain_assembly_open actually opens the
5807         assembly in the target domain.
5808
5809 2009-06-12  Robert Jordan  <robertj@gmx.net>
5810
5811         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
5812         because "this" of the managed signature has become an
5813         ordinary parameter in the unmanaged signature.
5814
5815 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
5816
5817         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
5818         field for owner-less generic containers.
5819
5820         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
5821         image field of the owner-less generic containers created here.
5822
5823         * metadata.c (mono_metadata_load_generic_params): Ditto, the
5824         contain is ownerless until the caller sets its owner.
5825
5826         * metadata.c (type_in_image): Handle owner-less generic containers
5827         correctly.
5828         
5829 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
5830
5831         * image.c (mono_image_close): Support debug_assembly_unload for
5832         dynamic images too.
5833
5834 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
5835
5836         * class.c: Fix some typos in comments.
5837
5838 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
5839
5840         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
5841
5842         * threads.c (mono_thread_execute_interruption): Avoid creating the
5843         abort exception object while holding the synch_cs lock.
5844
5845 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5846
5847         * metadata-verify.c: Verify basic cattr content.
5848
5849 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
5850
5851         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
5852         nested types.
5853         
5854         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
5855         support for nested types. Fixes #511704.
5856
5857 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5858
5859         * metadata-verify.c: Verify methodspec signatures.
5860
5861 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5862
5863         * metadata-verify.c: Verify typespec signatures.
5864
5865 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
5866
5867         * metadata.c (free_inflated_method): Call 
5868         mono_marshal_free_inflated_wrappers (), which was missed earlier.
5869
5870 2009-06-08  Miguel de Icaza  <miguel@novell.com>
5871
5872         * mono-config.c: Small change to report the PPC64/ILP32 model.
5873
5874 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5875
5876         * metadata-verify.c (parse_type): Check szarray.
5877
5878 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5879
5880         * metadata-verify.c (parse_type): Check fnptr.
5881
5882 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5883
5884         * metadata-verify.c (parse_type): Check generic instances.
5885
5886 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5887
5888         * metadata-verify.c (parse_type): Check array shape.
5889
5890 2009-06-05  Robert Jordan  <robertj@gmx.net>
5891
5892         * class.c (mono_class_create_from_typedef): Check only for
5893         mscorlib's System.Array.
5894
5895 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5896
5897         * metadata-verify.c (parse_type): Check pointer, class/valuetype
5898         and generic params. 
5899
5900         * metadata-verify.c (parse_field): Check the signature.
5901
5902 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5903
5904         * metadata-verify.c: Implement locals signature check.
5905
5906 2009-06-04  Marek Safar  <marek.safar@gmail.com>
5907
5908         * domain.c: Add .NET 4.0 Beta 1 version.
5909
5910 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
5911
5912         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
5913           For QueryInterface on CCWs consider the base class
5914           interfaces as well.
5915
5916         Code is contributed under MIT/X11 license.
5917
5918 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5919
5920         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
5921
5922         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
5923         used.
5924
5925         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
5926         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
5927
5928         * generic-sharing.c (inflate_other_data): Ditto.
5929         
5930 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5931
5932         * metadata-verify.c: Implement property signature check.
5933
5934 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5935
5936         * sgen-gc.h: Register saving support for PPC.
5937
5938 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5939
5940         * sgen-gc.c: Fixed a pthread TLS screwup.
5941
5942 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5943
5944         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
5945         supported.
5946
5947 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5948
5949         * sgen-gc.c: Disable TLA and managed allocation if the __thread
5950         keyword is not supported.
5951
5952 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5953
5954         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
5955         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
5956         the inflated method is freed. Fixes #508389.
5957
5958         The code is contributed under the MIT/X11 license.
5959         
5960 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
5961
5962         * marshal.c (get_wrapper_target_class): New helper function.
5963         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
5964         the <Module> class of the image. Fixes #509049.
5965
5966 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5967
5968         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
5969         Check if the thread was interrupted and proccess it straight away.
5970         Makes abortion much more responsive.
5971
5972 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5973
5974         * threads.c (mono_thread_execute_interruption): Use atomic cas with
5975         MonoThread::interruption_requested to match it's counterpart.
5976
5977         Fixes a hang in abort-stress-1 on a 2 core x86.
5978
5979         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
5980         Fix warning.
5981
5982 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5983
5984         Change MonoImage::name_cache to be protected by the image lock
5985         instead of the loader lock.
5986
5987         * appdomain.c (deregister_reflection_info_roots): Protect access
5988         to name_cache.
5989
5990         * class.c (mono_image_init_name_cache): Change from the loader lock
5991         to the image lock. Check if the cache wasn't already created.
5992
5993         * class.c: Change from the loader to the image lock.
5994
5995         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
5996         the code to hold the image lock while iterating over name_cache and
5997         not go into mono_array_new holding it.
5998
5999         * metadata-internals.h: Add a comment about this change.
6000
6001 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
6002
6003         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
6004         Under the 2.0 profile raise the loader error.
6005
6006         Fixes #508532.
6007
6008 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
6009
6010         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
6011         of ldind opcode for generic instances so we don't fail for direct wrappers.
6012         This only affect direct calls.
6013
6014 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
6015
6016         * reflection.c (create_dynamic_mono_image): Fix warnings.
6017
6018         * generic-sharing.c (other_info_equal): Ditto.
6019         
6020 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
6021
6022         * metadata-verify.c: Implement field signature check.
6023
6024 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
6025
6026         * metadata-verify.c: Implement standalone signature check.
6027
6028 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
6029
6030         * metadata-verify.c: Implement methodref signature check.
6031
6032 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
6033
6034         * object-internals.h (MonoRuntimeCallbacks): New structure containing
6035         callbacks supplied by the runtime.
6036
6037         * object.c (mono_install_callbacks): New internal function to install
6038         the callbacks.
6039
6040         * object.c (mono_create_ftnptr): Move the implementation of this to
6041         mini/.
6042
6043         * object.c (mono_get_addr_from_ftnptr): Ditto.  
6044
6045 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
6046
6047         * metadata-verify.c (parse_return_type): Proper byref check.
6048         * metadata-verify.c (is_valid_method_signature): Check for zero arity
6049         generic signatures and method params.
6050
6051 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
6052
6053         * metadata-verify.c (decode_signature_header): Fix bounds check.
6054
6055         * metadata-verify.c (parse_custom_mods): Check custom mods.
6056
6057         * metadata-verify.c (parse_type): Do initial basic verification
6058         of valid values.
6059         
6060         * metadata-verify.c (is_valid_method_signature): Parse the generic
6061         param count.
6062
6063 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
6064
6065         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
6066         discarded based on their most specific definition so we set the method_slots
6067         array before checking if the method is acceptable or not.
6068
6069         Fixes #506757.
6070
6071 2009-05-26  Mark Probst  <mark.probst@gmail.com>
6072
6073         * icall.c: Free the old array when resizing a mono_ptr_array.
6074
6075 2009-05-26  Mark Probst  <mark.probst@gmail.com>
6076
6077         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
6078         for the hashes whose keys are managed objects.
6079
6080 2009-05-26  Mark Probst  <mark.probst@gmail.com>
6081
6082         * object-internals.h, threads.c: Set the execution context on
6083         thread start here, not in corlib.
6084
6085         * appdomain.c: Bump corlib version.
6086
6087 2009-05-27  Martin Baulig  <martin@ximian.com>
6088
6089         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
6090         if `_mono_debug_using_mono_debugger' is set to make things work
6091         properly when embedding Mono.
6092
6093 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
6094
6095         * class.c (mono_class_setup_fields): Don't mark simd types as having
6096         16 bytes alignment as the whole runtime doesn't support.
6097
6098 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
6099
6100         * metadata-verify.c (safe_read): Use endian safe read macros.
6101
6102 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
6103
6104         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
6105         it is read-only when using full aot.
6106
6107 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
6108
6109         * metadata-verify.c (is_valid_method_signature): Verify parts
6110         of the return type. Provide an error message in case of failure.
6111
6112 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
6113
6114         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
6115
6116 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
6117
6118         * metadata-verify.c: Include the size prefix in the bounds check.
6119
6120 2009-05-22  Miguel de Icaza  <miguel@novell.com>
6121
6122         * icall.c: Remove warnings.
6123
6124         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
6125         prevent auto-detection based on GCC defines.
6126
6127         Add PS3
6128
6129         * metadata-verify.c: Do not include signal.h
6130
6131         * generic-sharing.c, marshal.c: Add returns to avoid some warning
6132         messages.  Not sure why the g_assert_not_reached is not enough to
6133         quiet the compiler.
6134         
6135
6136         * appdomain.c: Remove code that is not used when
6137         DISABLE_SHADOW_COPY is set.
6138
6139         * image.c: use g_getenv
6140
6141 2009-05-21  Miguel de Icaza  <miguel@novell.com>
6142
6143         * reflection.c: Remove code that it not used with
6144         DISABLE_REFLECTION_EMIT is defined.
6145
6146 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
6147
6148         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
6149         invoke wrappers.
6150
6151 2009-05-20  Miguel de Icaza  <miguel@novell.com>
6152
6153         * socket-io.c
6154         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
6155         the ifdef here and instead put that on io-layer
6156
6157 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
6158
6159         * metadata-verify.c: Verify the generic param constraint table.
6160
6161 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
6162
6163         * metadata-verify.c (verify_generic_param_table): Fix
6164         thinko on the valid flags bits for generic params.
6165
6166 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
6167
6168         * metadata-verify.c: Verify the methodspec table.
6169
6170 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
6171
6172         * metadata-verify.c: Verify the generic param table.
6173
6174 2009-05-19  Mark Probst  <mark.probst@gmail.com>
6175
6176         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
6177
6178 2009-05-19  Mark Probst  <mark.probst@gmail.com>
6179
6180         * sgen-gc.c: Use generation enum more consistently and use the
6181         correct generation in mono_gc_register_for_finalization().
6182
6183 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
6184
6185         * metadata-verify.c: Verify the nested class table.
6186
6187 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
6188
6189         * metadata-verify.c: Verify the manifest resource table.
6190
6191 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
6192
6193         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
6194
6195 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
6196
6197         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
6198         wrappers, this is now done in the JIT.
6199         
6200         * class.c (mono_set_generic_sharing_supported): New internal function.
6201         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
6202
6203 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
6204
6205         * metadata-verify.c: Verify the exported type table.
6206
6207 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
6208
6209         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
6210
6211 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
6212
6213         * metadata-verify.c: Verify the file table.
6214
6215 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
6216
6217         * metadata-verify.c (verify_assembly_table): Fix an error message.
6218
6219         * metadata-verify.c: Verify the assemblyref table.
6220
6221 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
6222
6223         * metadata-verify.c (verify_assembly_table): Fix the valid
6224         bits mask for flags.
6225
6226 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
6227
6228         * debug-helpers.c (mono_method_full_name): Print generic parameters of
6229         generic methods as well.
6230
6231 2009-05-15  Geoff Norton  <gnorton@novell.com>
6232
6233         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
6234         use-case and is significantly more performant than the wapi layer.
6235
6236 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
6237
6238         * metadata-verify.c: Verify the assembly table.
6239
6240 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
6241
6242         * metadata-verify.c: Fix rows limit check.
6243
6244 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
6245
6246         * metadata-verify.c: Verify the fieldrva table.
6247
6248 2009-05-13  Mark Probst  <mark.probst@gmail.com>
6249
6250         * sgen.c: Speed up weak links and finalizers by grouping them by
6251         generation.
6252
6253 2009-05-13  Mark Probst  <mark.probst@gmail.com>
6254
6255         * marshal.c (delegate_hash_table_add): When overwriting an entry,
6256         free the old GCHandle (only applies to SGen).
6257
6258 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
6259
6260         * loader.c (mono_get_method_from_token): Avoid the expensive call to
6261         mono_metadata_load_generic_params () for non-generic methods.
6262
6263 2009-05-12  Mark Probst  <mark.probst@gmail.com>
6264
6265         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
6266         New function for returning a monitor's weak link if it has one.
6267
6268         * sgen-gc.c: Remove an object's monitor's weak link (if it has
6269         one) when clearing a domain.  These can still be around because
6270         the object might not have been collected.
6271
6272 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
6273
6274         * gc.c: Fix a warning.
6275
6276 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
6277
6278         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
6279         prevous wait that resulted in a deadlock on Windows when initializing
6280         the runtime form DllMain. Also results in improved startup time.
6281         (finalizer_thread): Get rid of thread_started_event.
6282         * threads.c, threads-types.h (mono_thread_create_internal): Return the
6283         resulting MonoThread.
6284
6285         Contributed under MIT/X11 license.
6286
6287 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
6288
6289         * metadata-verify.c: Verify the implmap table.
6290         Don't require that #US and #Strings be present.
6291
6292 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
6293
6294         * security-core-clr.c: Delegate checks are done at creation time,
6295         not a invocation time. Fix exception for Telerik Silverlight demo
6296
6297 2009-05-11  Mark Probst  <mark.probst@gmail.com>
6298
6299         * sgen-gc.c (need_remove_object_for_domain): Remove the special
6300         case for the Thread class.
6301
6302         * threads.c: Do clean-up of abort exception/state in
6303         thread_cleanup() instead of Thread.free_internal().  Also clean up
6304         current_appcontext.  The reason we have to do that is because
6305         those references might point into another domain and if that
6306         domain is unloaded before the thread is finalized, they point to
6307         invalid data.
6308
6309 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
6310
6311         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
6312         stub signatures.
6313         
6314         Contributed unter MIT/X11 license.
6315
6316 2009-05-09  Miguel de Icaza  <miguel@novell.com>
6317
6318         * verify.c, metadata-verifier.c: Add support for disabling the
6319         verifier in some builds.
6320
6321         [ Sorry, my previous commit accidentally commited some work in
6322         progress ]
6323
6324 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
6325
6326         * class.c (mono_class_setup_fields): Set class->field.first for
6327         generic instances.
6328
6329 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
6330
6331         * metadata-verify.c: Verify the typespec table.
6332
6333 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
6334
6335         * metadata-verify.c: Verify the module table.
6336
6337 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
6338
6339         * metadata-verify.c: Verify the methodimpl table.
6340
6341 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
6342
6343         * metadata-verify.c: Verify the property table.
6344
6345 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
6346
6347         * debug-helpers.c (mono_method_desc_match): Add support for generic
6348         glob patterns.
6349
6350 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
6351
6352         * metadata-verify.c: Verify the propertymap table.
6353
6354 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
6355
6356         * metadata-verify.c: Verify the event table.
6357
6358         * metadata-verify.c (search_sorted_table): Fix offset
6359         calculation.
6360
6361 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
6362
6363         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
6364
6365 2009-05-01  Mark Probst  <mark.probst@gmail.com>
6366
6367         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
6368         because mono_delegate_free_ftnptr() needs it.
6369
6370 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6371
6372         * metadata-verify.c: Verify the eventmap table.
6373
6374 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6375
6376         * metadata-verify.c: Verify the standalonesig table.
6377
6378 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6379
6380         * metadata-verify.c: Verify the field layout table.
6381
6382 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6383
6384         * class.c (mono_type_get_name_recurse): Don't crash
6385         for ownerless generic params.
6386
6387         * debug-helpers.c (mono_type_get_desc): Correct the format
6388         for ownerless generic params.
6389
6390 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6391
6392         * metadata-verify.c: Verify the class layout table.
6393
6394 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
6395
6396         * metadata-verify.c: Verify the decl security table.
6397
6398 2009-04-30  Mark Probst  <mark.probst@gmail.com>
6399
6400         * domain.c (mono_domain_set_internal_with_options): Don't do
6401         anything if the old domain is the same as the old one.  Fixes
6402         #499326.
6403
6404 2009-04-30  Mark Probst  <mark.probst@gmail.com>
6405
6406         * appdomain.c: Deregister the reflection_info roots when unloading
6407         a domain.
6408
6409         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
6410         memory allocated by a domain and frees its disappearing links.
6411
6412         * boehm-gc.c, null-gc.c: Empty implementation of
6413         mono_gc_clear_domain().
6414
6415 2009-04-30  Mark Probst  <mark.probst@gmail.com>
6416
6417         * appdomain.c (clear_cached_vtable): Free the static fields memory
6418         block.
6419
6420 2009-04-30  Mark Probst  <mark.probst@gmail.com>
6421
6422         * gc.c: Set the correct domain when invoking finalizers.
6423
6424         * appdomain.c: Set the correct domain when creating threads.
6425
6426 2009-04-30  Mark Probst  <mark.probst@gmail.com>
6427
6428         * sgen-gc.c: Fix skip size for vectors.
6429
6430 2009-05-03  Martin Baulig  <martin@ximian.com>
6431
6432         * mono-debug-debugger.c
6433         (mono_debugger_check_breakpoints): Check class init handlers even
6434         if we don't have any method load handers.
6435
6436 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
6437
6438         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
6439         returning refonly assemblies if refonly is FALSE. Fixes #499013.
6440
6441 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
6442
6443         * metadata-verify.c: Verify the field marshal table.
6444
6445 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
6446
6447         * metadata-verify.c: Verify the custom attribute table.
6448
6449 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
6450
6451         * metadata-verify.c: Verify the constant table.
6452
6453 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
6454
6455         * metadata-verify.c: Verify the memberef table.
6456
6457 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
6458
6459         * metadata-verify.c (get_coded_index_token): Remove
6460         dead argument.
6461
6462 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
6463
6464         * metadata-verify.c: Verify the interfaceimpl table.
6465
6466 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
6467
6468         * verify.c: Improve error message.
6469
6470         * debug-helpers.c (mono_type_get_desc): Harden the code that
6471         deals with VAR and MVAR.
6472
6473 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
6474
6475         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
6476         part of #498692.
6477
6478 2009-04-23 Tom Hindle <tom_hindle@sil.org>
6479
6480         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
6481         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
6482
6483 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
6484
6485         * security-core-clr.c: Avoid redundant checks for platform code, 
6486         e.g. check for method and for class (very common) and check
6487         for class and outer class (less common)...
6488
6489 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
6490
6491         * reflection.c: Avoid returning random cattrs for synthetic methods.
6492         Fixes #498545.
6493
6494 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6495
6496         * assembly.c: assemblies in the GAC should never be shadow-copied.
6497
6498 2009-04-26  Mark Probst  <mark.probst@gmail.com>
6499
6500         * domain.c, domain-internals.h: Disable
6501         track_resurrection_{objects,handles}_hash in MonoDomain if using
6502         SGen.
6503
6504 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6505
6506         * metadata-verify.c: Verify the param table.
6507
6508 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6509
6510         * metadata-verify.c (verify_typedef_table): Range check FieldList and
6511         MethodList.
6512
6513         * metadata-verify.c (verify_method_table): Proper check the ParamList
6514         field.
6515
6516 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6517
6518         * metadata-verify.c (verify_method_table): Check for runtime
6519         implemented functions such as delegate .ctors. Remove spurious
6520         printf.
6521         
6522 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
6523
6524         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
6525
6526 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
6527
6528         Don't allocate MonoGenericInfo for ownerless generic params.
6529         * class-internals.h (MonoGenericParam::info): Move field to ...
6530         (MonoGenericParamFull): ... this.  New struct.
6531         (MonoGenericContainer::type_params): Change type to
6532         MonoGenericParamFull.
6533         (MonoGenericParam, MonoGenericContainer): Update accessors.
6534         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
6535         'info' field for ownerless generic param.
6536         (mono_metadata_load_generic_params): Update to changes.
6537         * reflection.c (mono_reflection_create_generic_class): Likewise.
6538         (reflection_methodbuilder_to_mono_method): Likewise.
6539         (mono_reflection_initialize_generic_parameter): Likewise.
6540
6541 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
6542
6543         Don't use MonoGenericParamInfo for ownerless generic params.
6544         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
6545         use ParamInfo class at all.
6546         (mono_class_from_generic_parameter): Use them.
6547         (make_generic_param_class): Fix a couple of instances where 'pinfo
6548         == NULL' wasn't handle.
6549
6550 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
6551
6552         * class.c (make_generic_param_class): Carve out of ...
6553         (mono_class_from_generic_parameter): ... here.
6554
6555 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
6556
6557         Simplify mono_class_from_generic_parameter
6558         * class-internals.h (MonoGenericParamInfo::token): New field.
6559         * metadata.c (mono_metadata_load_generic_params): Initialize it
6560         from metadata.
6561         * class.c (mono_class_from_generic_parameter): Use it instead of
6562         searching through metadata.
6563
6564 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6565
6566         * metadata-verify.c: Add verification of the method table.
6567
6568 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6569
6570         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
6571         Delegate::Invoke optimization.
6572
6573 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6574
6575         * appdomain.c (mono_domain_create_appdomain_internal): Free the
6576         string returned by get_shadow_assembly_location_base.
6577
6578         * appdomain.c (get_shadow_assembly_location_base): Add a comment
6579         about caller's ownership.
6580
6581 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
6582
6583         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
6584         reflection memory on domain unload.
6585
6586         * domain.c (mono_domain_free): Don't free refobject_hash, let the
6587         reflection cleanup code do it.
6588
6589         * domain-internals.h: Add mono_reflection_cleanup_domain.
6590
6591         This fixes a memory leak for managed mirrors of reflection objects
6592         on domain unload. 
6593
6594 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
6595
6596         * metadata-verify.c: Implement more verification of the field table.
6597
6598 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
6599
6600         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
6601         doesn't try to parse the input assembly, which can be broken.
6602
6603 2009-04-23  Mark Probst  <mark.probst@gmail.com>
6604
6605         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
6606         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
6607         by using the lowest bit in the link to store whether the link is
6608         tracked.  Move the track_resurrection hashes into boehm-gc.c.
6609
6610 2009-04-22  Miguel de Icaza  <miguel@novell.com>
6611
6612         * Makefile.am: Split the console support in platform specific code
6613         and put together a framework for making this easy in the future so
6614         that we can start splitting code instead of having a mess of PLATFORM_WIN32
6615
6616 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6617
6618         * pedump.c: Fix a warning.
6619
6620 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6621
6622         * verify.c (mono_delegate_type_equal): Compare valuetypes using
6623         mono_class_from_mono_type to avoid bad interactions with the dual representation
6624         of the generic type definition.
6625
6626 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6627
6628         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
6629         get the MonoClass for the call context type as it might be a generic
6630         instance.
6631
6632         Fixes #491483.
6633
6634 2009-04-21  Mark Probst  <mark.probst@gmail.com>
6635
6636         * object-internals.h: The Thread object has no execution_context
6637         member anymore.
6638
6639         * threads.c, threadpool.c, threads-types.h: Accessor functions for
6640         the execution context.
6641
6642         * appdomain.c: Bump corlib version.
6643
6644 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6645
6646         * verify.c (do_newobj): Improve error message.
6647
6648 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6649
6650         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
6651         is nested in the filter block.
6652
6653         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
6654         block is not fully nested.
6655
6656         Fixes #495656.
6657
6658 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6659
6660         * verify.c (verify_type_compatibility_full): Compare MonoClass and
6661         not MonoType to check for equality of valuetypes as the generic type
6662         definition allows for two different encodings: the generic type definition
6663         class or a generic instance over the GTD arguments.
6664
6665         Fixes #496175.
6666
6667 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6668
6669         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
6670
6671         * verify.c (do_initobj): Improve error message.
6672
6673 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6674
6675         * metadata-verify.c: Enable pe verification as the issue with #496453
6676         is that the authenticode data directory have a different unspecified
6677         format. Ignore it for now.
6678
6679         * pedump.c: Run the metadata verifier together with the IL verifier.
6680
6681         Fixes ##496453.
6682
6683 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6684
6685         * metadata-verify.c: Temporarily disable pe verification due to #496453.
6686
6687 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6688
6689         * class.c (can_access_type): Check visibility against
6690         the element type for pointers and arrays.
6691
6692         Fixes #496150.
6693
6694 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6695
6696         * metadata-verify.c: Fix cli and table verification to use information
6697         from the MonoImage. A lot of duplicated code got killed.
6698
6699 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6700
6701
6702         This patch starts to integrate the metadata verifier with the runtime code.
6703
6704         This patch causes major regression in functionality for the metadata verifier
6705         as cli and table verification are disabled since they require to be ported to
6706         use MonoImage information.
6707
6708         * image.c (do_mono_image_load): Split the code in this function
6709         into mono_image_load_pe_data and mono_image_load_cli_data.
6710         Add     care_about_pecoff parameter to not load pecoff data.
6711         Call into the metadata verifier for pecoff and cli verification.
6712
6713         * image.c (mono_image_open_raw): New function that doesn't perform
6714         any parsing of the image contents.
6715         
6716         The reason for the 3 new functions is to give pedump better control
6717         into the interaction with the verifier.
6718
6719         * metadata-internals.h: Add new functions from image.c as part of the
6720         internal mono API.
6721
6722         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
6723         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
6724         to make those functions work together with the runtime.
6725
6726         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
6727         true if the image needs to be verified.
6728
6729         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
6730
6731         * pedump.c: Use new metadata verifier API.
6732
6733 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
6734
6735         * object.c (mono_install_vtable_trampoline): Make this receive a
6736         trampoline creation function instead of trampoline, allowing the JIT
6737         to use a different trampoline for each vtable.
6738
6739 2009-04-18  Mark Probst  <mark.probst@gmail.com>
6740
6741         * object.c (mono_raise_exception): Don't reset the thread abort
6742         exception state here.
6743
6744 2009-04-18  Mark Probst  <mark.probst@gmail.com>
6745
6746         * icall-def.h: New icall for getting the thread abort exception
6747         state for a thread.
6748
6749         * object.c, thread.c, object-internals.h: A thread's abort
6750         exception state is now a GC handle.  To get the object it stands
6751         for, we must move it into the current app domain, if it's
6752         different than the one where it originated from.
6753
6754         * appdomain.c: Bump corlib version.
6755
6756         * domain.c, domain-internals.h: New function for setting the
6757         domain and migrate the thread abort exception or not.
6758
6759 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6760
6761         * metadata-verify.c: Add initial verification of the
6762         field table.
6763
6764 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6765
6766         * metadata-verify.c: Add a macro to conditionally enable
6767         dumping of verification information. Add  make_coded_token
6768         and search_sorted_table to enable search sorted tables
6769         by a given coded token.
6770
6771 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6772
6773         * metadata-verify.c: Add array mapping from table index
6774         to description offset. Add get_col_offset and get_col_size
6775         functions.
6776
6777 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6778
6779         * metadata-verify.c: Add remaining table descriptions offsets.
6780         Add remaining coded index descriptions.
6781
6782 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6783
6784         * metadata-verify.c: Fixed constant table description.
6785         Fixed calculation of HasCustomAttribute coded index size.
6786         Fixed calculation of size for many table indexes. 
6787
6788 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6789
6790         * pedump.c (dump_metadata): Dump table offset instead
6791         of useless pointer in memory.
6792
6793 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6794
6795         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
6796
6797 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6798
6799         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
6800         a missing of for interface types.
6801
6802 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6803
6804         * metadata-verify.c (verify_pe_optional_header): Add comment of why
6805         the code is commented.
6806
6807         * metadata-verify.c (verify_resources_table): Remove spurious printf
6808         and don't fail if there are unmanaged resources. Gmcs generates a useless
6809         one     for all assemblies - I bet it's some MS compatibility junk.
6810
6811 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6812
6813         * metadata-verify.c (verify_typedef_table): Verify the extends field.
6814
6815         * metadata-verify.c (mono_image_verify): Add a is_corlib.
6816
6817         * verify-internals.h: Same.
6818
6819         * pedump.c: Fix for mono_image_verify new signature.
6820
6821 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6822
6823         * metadata-verify.c (verify_typedef_table): Verify for some invalid
6824         flags combinations.
6825
6826 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6827
6828         * metadata-verify.c (verify_module_table): Ignore the generation field.
6829
6830 2009-04-15  Martin Baulig  <martin@ximian.com>
6831
6832         * debug-mono-symfile.c
6833         (mono_debug_symfile_lookup_location): Don't print a warning for
6834         unknown extended opcodes if they're within 0x40 and 0x7f.
6835
6836 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
6837
6838         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
6839         invoke signatures returning an enum. Fixes #494847.
6840
6841 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6842
6843         * metadata-verify.c: Initial code to verify the typedef table.
6844
6845 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6846
6847         * verify.c (mono_method_verify): Don't fail if an unconditional branch
6848         with non empty stack happens before the beginning of a try block.
6849
6850         Fixes #494812.
6851
6852 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6853
6854         * metadata-verify.c: Verify typename and typenamespace fields of
6855         the typeref table.
6856
6857 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6858
6859         * metadata-verify.c: Initial code to verify the typeref table.
6860
6861 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6862
6863         * verify.c (verify_delegate_compatibility): Fix error message.
6864
6865 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6866
6867         * security-core-clr.c: Fix typo
6868
6869 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6870
6871         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
6872         a MonoGHashTable to keep its values alive.
6873         (emit_marshal_boolean): Fix a warning.
6874
6875 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6876
6877         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
6878         not have any interface configured for IPv4/IPv6.
6879
6880 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6881
6882         * assembly.c: fix typo in error message.
6883
6884 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6885
6886         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
6887         allocating the location holding the this argument to prevent
6888         'too many root sets' errors.
6889
6890         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
6891         to mark fields as special static.
6892         (mono_field_static_get_value): Handle special static fields.
6893         (mono_field_static_set_value): Ditto.
6894
6895         * class-internals.h (struct _MonoClassField): Document this.
6896
6897 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6898
6899         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
6900           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
6901           case.  This will handle when managed code returns null to native code.
6902
6903         Code is contributed under MIT/X11 license.
6904
6905 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6906
6907         * object.c (build_imt_slots): Changing a free to a g_free to match
6908           the g_malloc0 in add_imt_builder_entry that allocated this memory.
6909
6910         Code is contributed under MIT/X11 license.
6911
6912 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6913
6914         * marshal.c (emit_marshal_boolean): Adding code to ensure that
6915           the correct TRUE value is passed through the marshaling layer.
6916
6917         Code is contributed under MIT/X11 license.
6918
6919 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
6920
6921         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
6922         correctly. Fixes #492330.
6923         
6924         * marshal.c: Fix the embedding of object pointers into JITted code in
6925         the native-to-managed wrappers by allocating some GC tracked memory, and
6926         embedding the address of that.
6927
6928 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
6929
6930         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
6931         pointers into the vtable.
6932
6933 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
6934
6935         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
6936
6937         * verify.c (verify_ldftn_delegate): Improve error message.
6938
6939 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6940
6941         * reflection.c (my_mono_class_from_mono_type): Remove.
6942
6943 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6944
6945         Prepare to reduce memory usage of owner-less generic parameters (1/n)
6946         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
6947         and constraints fields into ...
6948         (MonoGenericParamInfo): ... this.
6949         (mono_generic_param_info, mono_generic_container_get_param_info):
6950         New accessors.
6951         * class.c, debug-helpers.c, icall.c: Update to changes.
6952         * metadata.c, reflection.c, verify.c: Likewise.
6953
6954 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
6955
6956         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
6957
6958         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
6959         
6960         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
6961         booleans with sbytes.
6962
6963 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6964
6965         * class.c (can_access_instantiation): Verify accesibility of element types
6966         for arrays and pointers.
6967
6968         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
6969
6970         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
6971
6972         Fixes #493068.
6973
6974 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6975
6976         * verify.c (do_invoke_method): Improve error messages.
6977
6978 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
6979
6980         * verify.c:  Fixing the MSVC build.
6981
6982         Code is contributed under MIT/X11 license.
6983
6984 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
6985
6986         * security-core-clr.c: Simplify get_reflection_caller not to call
6987         mono_method_get_last_managed (another stack walk) and adjust the
6988         callers to handle a (should not happen) NULL return value.
6989
6990 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6991
6992         Add accessors to some MonoGenericParam fields
6993         * class-internals.h (mono_generic_param_owner): New accessor.
6994         (mono_generic_param_num): Likewise.
6995         (mono_type_get_generic_param_owner): New helper.
6996         (mono_type_get_generic_param_num): New helper.
6997         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
6998
6999 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
7000
7001         * class-internals.h (mono_generic_container_get_param): New wrapper.
7002         * class.c, icall.c, metadata.c, verify.c: Use it.
7003
7004 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
7005
7006         Fix gtest-252.cs
7007         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
7008         the standard case/loop.  In particular, don't complain about
7009         references to generic type definitions.
7010
7011 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
7012
7013         * debug-helpers.c (dis_one): Decode string arguments.
7014
7015 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
7016
7017         * pedump.c (dump_verify_info): Dump type name correctly.
7018
7019 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
7020
7021         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
7022         are larger than code size.
7023
7024         This can happen in valid code if the try/catch block is not followed by any instruction
7025         and do a backward branch on the leave instruction.
7026
7027         Fixes #492494.
7028
7029 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
7030
7031         * security-core-clr.c: Fix typo while comparing second method names
7032         in can_avoid_corlib_reflection_delegate_optimization
7033
7034 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
7035
7036         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
7037
7038         Fixes #487738.
7039
7040 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
7041
7042         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
7043         a MVAR using a class context.
7044
7045         Fixes #490335.
7046
7047 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
7048
7049         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
7050
7051         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
7052
7053         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
7054         functions supplied by the JIT for the SGEN GC.
7055
7056         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
7057         
7058 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
7059
7060         monitor.c (mono_monitor_try_enter_internal):
7061         Added calls to profile monitor contentions.
7062         Also duplicated a small piece of code (the "get the monitor" logic)
7063         from the fast path to the slow path, and changed the relevant goto
7064         statements, so that monitor acquisition events can be emitted from the
7065         slow path (this is by Paolo Molaro).
7066
7067 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
7068
7069         * profiler.c, profiler.h, profiler-private.h:
7070         Added support for profiling monitor contentions.
7071
7072 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
7073
7074         * metadata-verify.c: Verify the modules table.
7075
7076 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
7077
7078         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
7079         using the context of the method been verifier and not of the method been called.
7080
7081         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
7082         safely inflate generic types. 
7083
7084 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
7085
7086         * security-core-clr.c: Change the strategy for checking the 
7087         "reflection using delegates optimization" to avoid unneeded 
7088         attributes in multiple class libraries.
7089
7090 2009-04-02  Mark Probst  <mark.probst@gmail.com>
7091
7092         * sgen-gc.c: Remove object element in the disappearing link struct
7093         by storing the object pointer in the link.
7094
7095 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
7096
7097         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
7098
7099 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
7100
7101         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
7102
7103         * verify.c (mono_method_verify): Do proper bounds checking of exception
7104         clause ranges.
7105
7106 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
7107
7108         * loader.c (mono_field_from_token): Don't crash if the field parent could
7109         not be decoded.
7110
7111 2009-03-31  Mark Probst  <mark.probst@gmail.com>
7112
7113         * sgen-gc.c: Execute critical finalizers after ordinary
7114         finalizers.
7115
7116         * class-internals.h, domain.c: Add CriticalFinalizerObject to
7117         mono_defaults.
7118
7119 2009-03-31 Jb Evain <jbevain@novell.com>
7120
7121         * verify.c (do_ldstr): don't check if a string is in the user strings
7122         heap if the current image is dynamic.
7123
7124 2009-03-31  Mark Probst  <mark.probst@gmail.com>
7125
7126         * sgen-gc.c: Wait until the last finalizer has executed when
7127         returning from WaitForPendingFinalizers.
7128
7129 2009-03-31  Martin Baulig  <martin@ximian.com>
7130
7131         * mono-debug-debugger.h (MonoDebuggerEvent): Add
7132         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
7133         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
7134         (mono_debugger_event_create_appdomain): New function.
7135         (mono_debugger_event_unload_appdomain): New function.
7136
7137         * appdomain.c (mono_domain_create_appdomain_internal): Call
7138         mono_debugger_event_create_appdomain().
7139
7140 2009-03-31  Martin Baulig  <martin@ximian.com>
7141
7142         * mono-debug-debugger.c
7143         (mono_debugger_register_class_init_callback): Also register the
7144         class init callback if the class is already initialized to make
7145         things work with shadow copied assemblies.
7146
7147 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
7148
7149         * security-core-clr.c
7150         (mono_security_core_clr_ensure_reflection_access_field): Let 
7151         critical code access the field (just like we do for methods). Use
7152         check_field_access helper.
7153         (mono_security_core_clr_ensure_reflection_access_method): Use 
7154         check_field_access helper.
7155
7156 2009-03-31  Mark Probst  <mark.probst@gmail.com>
7157
7158         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
7159         call the run-finalize function directly.
7160
7161         * gc.c, gc-internal.h: Make run_finalize() non-static.
7162
7163 2009-03-31  Mark Probst  <mark.probst@gmail.com>
7164
7165         * sgen-gc.c: Use a separate struct for disappearing links.
7166
7167 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7168
7169         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
7170         * MaxIOVectorLength enabled, just ignore them.
7171         Fixes bug #349688.
7172
7173 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
7174
7175         * metadata-verify.c: Fix eglib build.
7176
7177 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
7178
7179         * threads-types.h: Fix the win32 build.
7180
7181 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
7182
7183         * class.c: move coreclr inheritance/override checks to 
7184         security-core.clr.c
7185         * security-core.clr.c|h: add code from class.c with additional
7186         documentation. Fix override check when the method is not critical.
7187
7188 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
7189
7190         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
7191         (match_class): Ditto.
7192
7193 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
7194
7195         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
7196
7197         * metadata-verify.c: Implement table layout row size calculation. Verify
7198         the total size of the tables.
7199
7200 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
7201
7202         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
7203
7204 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7205
7206         * appdomain.c:
7207         * console-io.[ch]: added new mono_console_init() to make sure that
7208         file descriptors 0, 1 and 2 are opened.
7209         Bug #489019 fixed.
7210
7211 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
7212
7213         * appdomain.h: Export a new callback type and a new function to
7214         set this callback. This allow a mono host to provide it's own
7215         definition for "platform code".
7216         * metadata-internals.h: Add a core_clr_platform_code flag on 
7217         _MonoImage to (cache and) know if it is representing platform 
7218         code.
7219         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
7220         on platform code images.
7221         * security-core-clr.c|h 
7222         (mono_security_set_core_clr_platform_callback): Allow the host
7223         to provide it's own platform check definition.
7224         (mono_security_core_clr_determine_platform_image): Detect if an 
7225         image is platform code (using the specified callback).
7226         (mono_security_core_clr_is_platform_image): Return cached value 
7227         for platform code.
7228
7229 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
7230
7231         * threads.c (mono_create_thread): New helper function to wrap CreateThread
7232         which has different parameter types for the 'tid' argument in windows and
7233         the io-layer.
7234
7235         * appdomain.c attach.c threads.c: Use the new helper.
7236
7237 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
7238
7239         * metadata-verify.c: Verify valid table bits.
7240
7241 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
7242
7243         * metadata-verify.c (verify_metadata_header): Store size in the size field.
7244
7245         * metadata-verify.c: Add initial table schema verification.
7246
7247 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
7248
7249         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
7250         obtain the refclass argument needed by mono_param_get_objects (). Fixes
7251         #488383.
7252
7253         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
7254
7255         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
7256
7257 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
7258
7259         * security-core-clr.c: Add/update documentation
7260
7261 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
7262
7263         * marshal.c (emit_marshal_object): Generate code to throw an exception
7264         instead of throwing it. Fixes #488670.
7265
7266 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
7267
7268         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
7269         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
7270         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
7271         and add a call to mono_security_core_clr_ensure_delegate_creation
7272         to do the extra checks required by CoreCLR.
7273         * security-core-clr.c|h: Add function to check delegate creation,
7274         both in the binding and accessibility, under CoreCLR.
7275
7276 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
7277
7278         * reflection.c (mono_reflection_create_dynamic_method): when 
7279         coreclr is enabled make sure that every resolved object are
7280         checked (e.g. field and method access).
7281         * security-core-clr.c|h: Add function to check objects resolved
7282         when a dynamic method is created.
7283
7284 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
7285
7286         * metadata-verify.c: Cache directory rva translations.
7287
7288         * metadata-verify.c: Add cli-header and streams verification.
7289
7290 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
7291
7292         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
7293         the wrong offset (8 instead of 6).
7294
7295 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
7296
7297         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
7298         methods, return the native function address itself. Fixes
7299         #487758.
7300
7301 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7302
7303         * console-io.c: some of the values for control characters might not be
7304         present.
7305
7306 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
7307
7308         * exception.c|h: Add helpers to create [Field|Method]AccessException
7309         * icall.c: Add required coreclr check calls for field reflection.
7310         Move the existing (method) check logic into security-core-clr.c
7311         * security-core-clr.c: Add functions to check if the access of a
7312         field or method is allowed when reflecting under coreclr. This is
7313         mostly done using a stack walk to find the "real" caller: i.e. the
7314         code that is calling the reflection
7315
7316 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
7317
7318         * gc-internal.h: Change location of gc_wrapper.h
7319
7320 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
7321
7322         * class.c: Simplification to coreclr checks for overrides that
7323         makes it easier to set breakpoints.
7324
7325 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
7326
7327         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
7328         mono_security_core_clr_method_level): Avoid potential 
7329         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
7330         user/application code) and make it easier to set breakpoints
7331
7332 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
7333
7334         * metadata-verify.c: Reject cli header tables that mono don't handle.
7335
7336 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
7337
7338         * pedump.c: Fix CLI header dumping.
7339
7340 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
7341
7342         * metadata-verify.c: More CLI header verification.
7343
7344 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
7345
7346         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
7347
7348 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
7349
7350         * metadata-verify.c: Initial verification of the CLI header.
7351
7352 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
7353
7354         * metadata-verify.c (verify_resources_table): Fix verification of zero
7355         sized resource section and id entries count.
7356
7357 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
7358
7359         * icall.c: Handle user types in many Type icalls. Fixes #486303.
7360
7361 2009-03-17  Jb Evain  <jbevain@novell.com>
7362
7363         * profiler.c: call mono_gc_base_init from mono_profiler_load.
7364
7365 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
7366
7367         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
7368         (mono_gc_make_descr_for_array): Ditto.
7369
7370 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
7371
7372         * verify.c (mono_verifier_is_class_full_trust): Add support for
7373         CoreCLR security mode where trusted assemblies are defined as
7374         "platform code".
7375
7376 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
7377
7378         * metadata-verify.c: Add minimal PECOFF resource verification.
7379
7380 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
7381
7382         * metadata-verify.c: Be less restrictive with some coff fields.
7383
7384 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
7385
7386         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
7387         params as boxed values on stack. Fixes #485706.
7388
7389 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
7390
7391         * console-io.c: the termios values may vary in different flavors of unix.
7392
7393 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
7394
7395         * console-io.[ch]: return the entire set of control characters when
7396         initializing the terminal.
7397         * appdomain.c: bump corlib version.
7398
7399 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
7400
7401         * mono-perfcounters.c: added support for in-process custom
7402         performance counters.
7403
7404 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
7405
7406         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
7407
7408 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
7409
7410         * metadata-verify.c: Verify the data pointed by the import table. 
7411
7412 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
7413
7414         * metadata-verify.c (load_data_directories): Store data
7415         directory contents.
7416
7417         * metadata-verify.c: Verify the import table. 
7418
7419 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
7420
7421         * metadata-verify.c: Verify data directories.
7422
7423 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
7424
7425         * metadata-verify.c: Check section header flags.
7426
7427 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7428
7429         * appdomain.c: if the assembly name is a shadow-copied file, return
7430         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
7431         in mono_make_shadow_copy.
7432         * icall.c: if the assembly name is a shadow-copied file, replace it
7433         with the original assembly path.
7434
7435         Bug #484244 fixed. NUnit tests for corlib can be run without
7436         --noshadow now.
7437
7438 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
7439
7440         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
7441         entries when the table is reallocated.
7442
7443         * icall.c: Allocate the memory used by the mono_ptr_array macros using
7444         mono_gc_alloc_fixed () since it contains GC refs.
7445
7446 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
7447
7448         * reflection.c (ensure_complete_type): New helper function to call
7449         type resolve handlers for unfinished dynamic types.
7450         (resolve_object): Call it for MonoClassFields. Fixes #483852.
7451
7452 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
7453
7454         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
7455         #483247.
7456
7457 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
7458
7459         * appdomain.c (get_shadow_assembly_location): Fix memleak.
7460
7461 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
7462
7463         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
7464         between GCHandles of type WeakTrackResurrection and the objects they
7465         point to.
7466
7467         * gc.c: Partly implement the sematics of GCHandles of type 
7468         WeakTrackResurrection: these handles should only be cleared after the
7469         finalizer of the object they are pointing to has ran.
7470
7471 2009-03-06  Mark Probst  <mark.probst@gmail.com>
7472
7473         * icall.c: Partially revert r126631 because using the jump
7474         trampolines for generic shared methods makes it superfluous.
7475
7476 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
7477
7478         * threads.c (handle_store): Create the 'threads' hash table with the proper
7479         MONO_HASH_VALUE_GC type.
7480
7481 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
7482
7483         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
7484         FIRST_GC_TRACKED.
7485
7486         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
7487         and LAST_GC_TRACKED as a GC root.
7488
7489         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
7490
7491         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
7492         the static data even if it consists of 1 reference.
7493
7494         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
7495         if there is a GC descriptor.
7496
7497         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
7498         instead of through the GC since they contain no object references.
7499
7500 2009-03-05  Mark Probst  <mark.probst@gmail.com>
7501
7502         * generic-sharing.c (instantiate_other_info): Always return a jump
7503         trampoline for method code.
7504
7505 2009-03-05  Marek Habersack  <mhabersack@novell.com>
7506
7507         * culture-info-tables.h: generated to include the en-tt culture.
7508
7509 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
7510
7511         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
7512         capture the thread context.
7513
7514         * object.c (mono_async_result_new): Cache the invoke wrappers to
7515         ExecutionContext::Capture.
7516
7517 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
7518
7519         * marshal.h: Add a prototype for what mono_compile_method returns
7520         for invoke wrappers.
7521
7522         * gc.c: Use the new prototype declaration.
7523
7524 2009-03-04  Geoff Norton  <gnorton@novell.com>
7525
7526         * boehm-gc.c: Add some MONO_LOG tracing for the GC
7527         * gc-internal.h:
7528         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
7529
7530 2009-03-04  Martin Baulig  <martin@ximian.com>
7531
7532         * mono-debug.h
7533         (mono_debugger_runtime_invoke): Removed.
7534
7535         * mono-debug-debugger.c
7536         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
7537
7538 2009-03-02  Martin Baulig  <martin@ximian.com>
7539
7540         * mono-debug.h
7541         (mono_debugger_unhandled_exception): Removed.
7542         (mono_debugger_handle_exception): Removed.
7543         (mono_debugger_throw_exception): Removed.
7544
7545         * mono-debug.c
7546         (mono_debug_debugger_version): Bump to 5.
7547
7548         * mono-debug-debugger.c: Moved the exception handling code to
7549         ../mini/debug-mini.c
7550
7551 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
7552
7553         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
7554         finalize_objects_hash.
7555
7556         * gc.c: Use the separate lock to access the finalize_objects_hash field.
7557         
7558         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
7559         field.
7560
7561         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
7562         cache.
7563
7564         * image.c (mono_image_close): Free it.
7565         
7566         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
7567         allowing a creation of a wrapper which invokes its method using a CALLVIRT
7568         on the this argument.
7569
7570         * gc.c (run_finalize): Optimize the calling of the finalizers.
7571
7572 2009-03-03  Martin Baulig  <martin@ximian.com>
7573
7574         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
7575         of the `MonoGenericInst' changes.
7576
7577 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
7578
7579         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
7580         mono_array_class_get_cached to reduce locking contention. Extract
7581         a domain var.
7582
7583         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
7584         intermediary managed arrays. Use caching version of mono_array_new
7585         to allocate the result array.
7586
7587         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
7588
7589         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
7590
7591         * locales.c (create_names_array_idx):  Use mono_array_new_cached
7592         to reduce locking contention.
7593
7594 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
7595                 
7596         * object.c (mono_method_add_generic_virtual_invocation): Put back the
7597         thunk builder code for the non-interface case.
7598
7599 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
7600
7601         * object.c (get_generic_virtual_entries): New helper function to collect
7602         the virtual generic method instances which need to be added to an IMT
7603         thunk.
7604         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
7605         Instead of creating a new IMT thunk, reset the vtable slot to the
7606         trampoline, the thunk will be created the next time the trampoline is called.
7607         (build_imt_slots): Add support for virtual generic methods in interfaces by
7608         adding to the IMT thunk all the methods registered using 
7609         mono_method_add_generic_virtual_invocation ().
7610
7611         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
7612         (struct _MonoIMTCheckItem): Ditto.
7613
7614         * object.c (mono_method_add_generic_virtual_invocation): Take a
7615         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
7616         the IMT thunk to include all items.
7617         
7618         * object.c (mono_class_create_runtime_vtable): Add a missing
7619         mono_loader_unlock ().
7620
7621 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7622
7623         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7624
7625         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
7626
7627 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7628
7629         * object-internals.h: Rename _MonoReflectionEvent to
7630         MonoReflectionMonoEvent so it reflects the right managed type.
7631         Add a MonoReflectionEvent that correctly represents System.EventInfo.
7632
7633         * icall.c:
7634         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
7635         type.
7636
7637 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7638
7639         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
7640         intermediary managed arrays. Use caching version of mono_array_new
7641         to allocate the result array.
7642
7643 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7644
7645         * reflection.c: Use cached version of mono_array_new alongside
7646         the mono_reflection_get_custom_attrs_by_type call path.
7647
7648 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7649
7650         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
7651         intermediary managed arrays. Use caching version of mono_array_new
7652         to allocate the result array.
7653
7654         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
7655
7656 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7657
7658         * icall.c: Add small implementation of a growable stack bound array.
7659
7660         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
7661
7662         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
7663         intermediary managed arrays. Use caching version of mono_array_new
7664         to allocate the result array.
7665
7666 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
7667
7668         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
7669         helps Enum::CompareTo to be implemented without reboxing all enums
7670         to their underlying type.
7671 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
7672
7673         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
7674         since it acquires a global lock leading to scalability problems.
7675
7676         * profiler.c: Make the stat profiler work with multiple appdomains, this
7677         currently only works when no appdomains are unloaded.
7678
7679 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7680
7681         * appdomain.c: make the check to avoid copying when the assembly is
7682         already shadow copied actually work.
7683
7684 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
7685
7686         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7687
7688         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
7689         changes to the managed side.
7690
7691 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
7692
7693         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
7694         classes + a separate lock for it, as it is used frequently at runtime, not
7695         just during metadata loading/JIT compilation.
7696
7697         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
7698         for szarrays.
7699         
7700         * object-internals.h (mono_class_from_name_cached): New macro to cache
7701         the results of the lookup locally without having to declare a static
7702         variable to hold it.
7703         (mono_class_get_field_from_name_cached): Ditto.
7704         (mono_array_class_get_cached): Ditto.
7705
7706         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
7707         the new macros.
7708         
7709         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
7710         slower search in metadata.
7711
7712         * pedump.c: Fix a warning.
7713
7714 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
7715
7716         * reflection.c (encode_locals): Add checks for user types.
7717         (method_encode_clauses): Ditto.
7718         (method_encode_code): Ditto.
7719         (mono_image_create_token): Ditto.
7720
7721         * object-internals.h: Change the type of more fields from MonoReflectionType*
7722         to MonoObject*.
7723
7724 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
7725
7726         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
7727         the a thread does not suspend within 100ms.
7728
7729         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
7730         in addition to StopRequested as well.
7731
7732         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
7733
7734         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
7735         search the method_hash before inserting a new entry, to avoid crashes when
7736         the same method is inserted multiple times, causing the old 
7737         MonoDebugMethodInfo structure to be freed by the value dtor function.
7738
7739 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7740
7741         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
7742         SO_EXLUSIVEADDRUSE where available.
7743
7744 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
7745
7746         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
7747         runtime invoke wrappers, this time it is string ctor wrappers, which
7748         pass a dummy string as 'this' instead of their obj argument. Fixes
7749         #478473.
7750
7751 2009-02-21  Jb Evain  <jbevain@novell.com>
7752
7753         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7754         only get create_culture once.
7755
7756 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
7757
7758         * reflection.c (mono_reflection_setup_internal_class): Move the user type
7759         check before the locking.
7760         
7761         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
7762         (mono_reflection_create_runtime_class): Ditto.
7763         (mono_reflection_sighelper_get_signature_local): Ditto.
7764         (mono_reflection_sighelper_get_signature_field): Ditto.
7765
7766         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
7767         is a System.MonoType object or similar.
7768         (monotype_cast): New helper function to cast a MonoObject to a 
7769         MonoReflectionType object.
7770
7771         * object-internals.h: Change MonoReflectionType* members in structures to
7772         MonoObject* members to force the usage of the monotype_cast () function.
7773
7774         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
7775         structures/arrays. This causes us to assert instead of crashing when 
7776         instances of user defined subclasses of System.Type are encountered.
7777
7778 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7779
7780         * cil-coff.h:
7781         * icall-def.h:
7782         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
7783         win32 resource loaded from a PE file.
7784
7785         * image.c: fix mono_image_lookup_resource.
7786
7787 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7788
7789         * icall-def.h:
7790         * threads-types.h:
7791         * threads.c: added internal call for WaitHandle.SignalAndWait.
7792
7793 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
7794
7795         * cominterop.c : Adding cominterop_type_from_handle and 
7796           registering it as an icall.  Replacing all references
7797           to type_from_handle.
7798
7799         Code is contributed under MIT/X11 license.
7800
7801 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7802
7803         * Makefile.am: Add lock-tracer.h and lock-trace.c.
7804
7805         * appdomain.c: Call the tracer init function.
7806
7807         * domain-internals.h: Enable the tracer for the domain locks.
7808
7809         * image.c: Enable the tracer for image locks.
7810
7811         * loader.c: Enable the trace for the loader lock.
7812
7813         * lock-tracer.h:
7814         * lock-tracer.c: Initial implementation of the lock trace utility.
7815         The tracer requires a compile time define to be enabled and a env var
7816         to be enabled at runtime.
7817
7818 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7819
7820         * domain.c (mono_domain_code_foreach): Improve documentation.
7821
7822 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7823
7824         * appdomain.c:
7825         * generic-sharing.c:
7826         * object.c:
7827         * reflection.c:  Adjust locking order to the new semantics where the loader lock
7828         comes first.
7829
7830 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
7831
7832         * domain.c: Add mono_domain_code_* functions that perform locking
7833         around the domain codeman.
7834
7835         * domain-internals.h: Export those functions.
7836
7837         * object.c: Use new functions instead of acquiring the domain lock.
7838
7839 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
7840
7841         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
7842         delegate. Fixes #477396.
7843
7844 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7845
7846         * reflection.c (create_custom_attr): Get rid of alloca.
7847
7848 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
7849
7850         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
7851           Adding exception handling for all CCW calls.
7852
7853         Code is contributed under MIT/X11 license.
7854
7855 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7856
7857         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
7858
7859         * marshal.c (emit_marshal_boolean): Add null checks to the new 
7860         native->managed marshalling code. Fixes #476247.
7861
7862 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7863
7864         * class.c (mono_class_get_vtable_entry): Move the addition of
7865         static rgctx invoke wrappers for vtable methods here, this simplifies
7866         a lot of code and causes fewer rgctx wrappers to be created.
7867
7868         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
7869         name of the statistics to begin with an uppercase.
7870
7871 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7872
7873         * reflection.c: Revert previous change as it breaks the build.
7874         
7875 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7876
7877         * verify.c: Properly handle SZARRAY element type.
7878
7879         Fixes #474271.
7880
7881 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7882
7883         * reflection.c (mono_image_create_method_token): Correctly encode
7884         MethodDef MemberRefParent token.
7885
7886         Fixes #472845.
7887
7888 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7889
7890         * image.c (mono_image_close): Delete the critical section before
7891         freeing the memory holding it.
7892
7893 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7894
7895         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
7896         Fixes #476257.
7897
7898 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7899
7900         * pedump.c (main): Call mono_marshal_init so pedump
7901         doesn't crash.
7902
7903 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7904
7905         * loader.c (method_from_memberref): Properly fix #474271 and
7906         don't break the runtime bad.
7907
7908 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7909
7910         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
7911         (mono_domain_alloc0): Ditto.
7912
7913 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7914
7915         * loader.c (method_from_memberref): Don't abort if the array
7916         method is not found. A regular loader failure is more informative
7917         and correct.
7918
7919         Fixes #474271.
7920
7921 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7922
7923         *loader.c: Guard MonoImage::method_cache/methodref_cache
7924         using the image lock instead of the loader lock.
7925
7926         * metadata.h: Add comments about which fields are protected by
7927         the image lock.
7928
7929 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7930
7931         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
7932
7933         * generic-sharing.c (mono_method_construct_object_context): Remove the
7934         wrapper_type == NONE assert, it is not needed.
7935
7936 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
7937
7938         * reflection.c (clear_cached_object): New helper function.
7939         (mono_method_clear_object): New function to clear the cached reflection
7940         objects for a dynamic method.
7941
7942         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
7943         Partly fixes # 463323.
7944         
7945 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7946
7947         * class.c:
7948         * loader.c:
7949         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
7950
7951 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7952
7953         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
7954         take the image lock instead of the loader lock.
7955
7956         * metadata-internals.h: Export new functions.
7957
7958 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7959
7960         * domain.c (app_config_parse): Remove another use of stat that is
7961         not necessary as g_file_get_contents already does the presence
7962         check. 
7963
7964 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7965
7966         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
7967
7968         * marshal.c: Move the bstr handling code to cominterop.c.
7969
7970         * marshal.c: Remove some COM interop code missed previously.
7971
7972 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7973
7974         More Paolo patches from the Wii port:
7975         
7976         * security.c: Remove ves_icall_System_Environment_get_UserName
7977         from here.
7978
7979         * icall.c: And put ves_icall_System_Environment_get_UserName
7980         here. 
7981
7982         * appdomain.c (mono_set_private_bin_path_from_config): Remove
7983         redundant call to stat that was only used to test for the file
7984         existence.   Patch from Paolo.
7985
7986         * gc.c (run_finalize): If COM is disabled, do not link in
7987         mono_marshal_free_ccw.
7988
7989         * generic-sharing.c: Use alloca.h here as well.
7990
7991 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
7992
7993         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
7994
7995 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7996
7997         * cominterop.c cominterop.h: New files.
7998
7999         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
8000         function/typedefs which are needed by cominterop.c global.
8001
8002 2009-02-12  Mark Probst  <mark.probst@gmail.com>
8003
8004         * generic-sharing.c: Don't take the loader lock to guard image
8005         mempool allocs.
8006
8007 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8008
8009         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
8010         called without the loader lock which is required to guard MonoImage:tokens.
8011
8012 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8013
8014         * class.c:
8015         * metadata.c:
8016         * method-builder.c:
8017         * marshal.c:
8018         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
8019
8020 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8021
8022         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
8023         Rework the code to use regular mono_image_alloc/0.
8024
8025         * loader.c: Rework the code to use regular mono_image_alloc/0.
8026
8027         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
8028
8029 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
8030
8031         * object-internals.h : Fixing a typo in the 
8032           MonoReflectionComVisibleAttribute struct.
8033
8034         * marshal.c (cominterop_com_visible): Check the implemented 
8035           interfaces for ComImport.
8036
8037         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
8038           assume that bools should be treated as VARIANTBOOLs.
8039
8040         * marshal.c (emit_marshal_boolean): Adding cases for 
8041           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
8042
8043         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
8044           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
8045
8046         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
8047           should be treated as VARIANTBOOLs.    
8048
8049         Code is contributed under MIT/X11 license.
8050
8051 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8052
8053         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
8054         allocation with the image lock.
8055
8056 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8057
8058         This patch is the last of a series to remove explicit reference of MonoImage::mempool
8059         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
8060
8061         * object.c: Add mono_string_to_utf8_image.
8062
8063         * object-internals.h: Export mono_string_to_utf8_image.
8064
8065         * reflection.c: Rework all explicit references to the the image mempool to go thought
8066         the mono_image_alloc set of functions.
8067
8068 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8069
8070         This patch is the third of a series to remove explicit reference of MonoImage::mempool
8071         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
8072         and generics-sharing.c.
8073
8074         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
8075         as first argument. Note that this function remains broken as it doesn't perform locking around the
8076         mempool allocation.
8077
8078         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
8079
8080         * image.c: Add g_slist_append_image.
8081
8082         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
8083         the supplied image for allocation. Move code into mono_metadata_field_info_full.
8084
8085         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
8086         Fix all related code to do the same.
8087
8088         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
8089
8090         * metadata-internals.h: Fix the signatures.
8091
8092 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
8093
8094         This patch is the second of a series to remove explicit reference of MonoImage::mempool
8095         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
8096         and similar to work using MonoImage.
8097
8098         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
8099         MonoMemPool.
8100
8101         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
8102
8103         * class.c (mono_metadata_signature_deep_dup): Same.
8104
8105         * class.c (inflate_generic_type): Same.
8106
8107         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
8108
8109         * metadata.c (mono_metadata_signature_dup_full): Same.
8110
8111         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
8112         mono_metadata_signature_dup_full.
8113
8114         * metadata.c (mono_metadata_type_dup): Same.
8115
8116         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
8117
8118         * reflection.c: Same.
8119
8120         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
8121
8122         * metadata-internals.h: Fix the signatures.
8123
8124         * class-internals.h: Same.
8125
8126 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
8127
8128         This patch is the first of a series to remove explicit reference of MonoImage::mempool
8129         and use mono_image_alloc set of functions instead. 
8130
8131         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
8132         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
8133         of a MonoMemPool.
8134
8135         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
8136
8137         * class.c (g_list_prepend_mempool): Removed.
8138
8139         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
8140
8141         * image.c: Add g_list_prepend_image.
8142
8143         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
8144
8145         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
8146
8147
8148 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
8149
8150         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
8151         mono_image_unlock.
8152
8153         * image.c (mono_image_init): Init the lock field.
8154  
8155         * image.c (mono_image_init): Cleanup the lock field.
8156
8157         * image.c: Add mono_image_(un)lock functions.
8158
8159 2009-02-11  Mark Probst  <mark.probst@gmail.com>
8160
8161         * class.c, class-internals.h: mono_method_get_context_general()
8162         combines the functionality of mono_method_get_context() and
8163         mini_method_get_context().
8164
8165         * generic-sharing.c, domain-internals.h:
8166         mono_method_construct_object_context() and
8167         mono_domain_lookup_shared_generic() moved from mini.
8168
8169         * icall.c (ves_icall_InternalInvoke): Handle the case where the
8170         method doesn't have the correct instantiation because it's shared
8171         generic code.  Fixes #473999.
8172
8173 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
8174
8175         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
8176
8177         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
8178         
8179 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
8180
8181         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
8182
8183         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
8184
8185         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
8186         and recheck the cache for dups after it.
8187
8188         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
8189
8190         Fixes one of the deadlocks found in #473150.
8191
8192 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
8193
8194         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
8195           For Win32, add additional break conditions for accept.
8196
8197         Code is contributed under MIT/X11 license.
8198
8199 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
8200
8201         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
8202         lazily initialize the native wrapper cache.
8203         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
8204         cache, since they are different from the normal wrappers.
8205
8206         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
8207
8208         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
8209         AOT compiled native wrappers.
8210
8211 2009-02-09  Geoff Norton  <gnorton@novell.com>
8212
8213         * appdomain.h:
8214         * security-core-clr.c: Allow enabling core-clr from the embedding
8215         API.
8216
8217 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8218
8219         * socket-io.c: when requesting all the local ips, if there are no
8220         interfaces up and running, MS returns 127.0.0.1.
8221
8222 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8223
8224         * mono-perfcounters-def.h: processor time is an inverse time.
8225         Fixes bug #468625.
8226
8227 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8228
8229         * socket-io.c: an empty host name returns the list of local IPs.
8230         Fixes bug #386637 part 1/2.
8231
8232 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
8233
8234         * verify.c (mono_class_interface_implements_interface): Call
8235         mono_class_setup_interfaces ().
8236         (merge_stacks): Ditto.
8237
8238 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
8239
8240         * class.c (mono_class_setup_interfaces): New function to lazily initalize
8241         klass->interfaces.
8242         (mono_generic_class_get_class): Don't initalize klass->interfaces.
8243         (mono_generic_class_get_class): Ditto.
8244
8245 2009-02-06  U-QUACK\miguel  <miguel@quack>
8246
8247         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
8248         they live in security.c
8249
8250         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
8251         another bit from Paolo's code.
8252
8253 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
8254
8255         * object.c (build_imt_slots): Add a small optimization to avoid inflating
8256         methods which will be discarded by add_imt_builder_entry ().
8257
8258         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
8259         need to be boxed.
8260
8261         * loader.c: Add a statistics for the size of the memberref signature cache.
8262         
8263         * loader.c (find_cached_memberref_sig): New helper function.
8264         (cache_memberref_sig): Ditto.
8265
8266         * loader.c: Cache the result of parsing memberref signatures, since otherwise
8267         they will be parsed again for every generic instantiation, leading to unbounded
8268         memory growth.
8269
8270 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
8271
8272         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
8273         parameters of generic methods.
8274
8275         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
8276         after the original method is copied to the inflated method.
8277         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
8278
8279         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
8280         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
8281
8282         * class.c metadata.c: Update after the changes above.
8283
8284 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
8285
8286         * metadata-verify.c: Simplified error handling and added
8287         section table validation.
8288
8289 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
8290
8291         * class-internals.h (MonoClassExt): New structure containing rarely used
8292         fields of MonoClass.
8293         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
8294         through a new 'ext' field.
8295
8296         * class.c (mono_class_alloc_ext): New helper function to allocate 
8297         class->ext.
8298
8299         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
8300
8301 2009-02-05  Mark Probst  <mark.probst@gmail.com>
8302
8303         * object.c (mono_object_get_virtual_method): Properly inflate
8304         generic methods.  Fixes #472692.
8305
8306 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
8307
8308         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
8309         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
8310         for the parent type, the created type must be ready to be used on a generic
8311         instantiation.
8312         We fill this_arg/byval_arg if the parent is a generic instance to make sure
8313         we won't have duplicated entries in generic_inst_cache.
8314
8315         Fixes #469553.
8316
8317 2009-02-05  Miguel De Icaza  <miguel@novell.com>
8318
8319         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
8320         replace with plain BSD per the comments on the bug MONO77637.
8321
8322 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
8323
8324         * class.c (mono_class_get_generic_class): New accessor function.
8325         (mono_class_get_generic_container): Ditto.
8326
8327         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
8328         fields, similar to the ones in MonoMethod.
8329
8330         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
8331         (mono_class_create_from_typedef): Set klass->is_generic if needed.
8332
8333         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
8334         
8335         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
8336         the same information as element_class->byval_arg.
8337
8338         * class.c reflection.c: Remove references to class->byval_arg.
8339
8340         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
8341         klass->enum_basetype directly.
8342
8343         * verify.c metadata.c object.c icall.c reflection.c: Use 
8344         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
8345         directly.
8346
8347 2009-02-04  Miguel de Icaza  <miguel@novell.com>
8348
8349         * icall-def.h: Remove internal calls for sockets when
8350         DISABLE_SOCKET is defined, file system writing features when the
8351         OS only support reading and not writing data and Policy support if
8352         the Policy is disabled.
8353         
8354         * image.c (do_mono_image_open): Apply Paolo's patches for using
8355         mono_file_map_ APIs here.
8356
8357         * assembly.c: Add support for platforms to avoid prefix
8358         auto-detection. 
8359
8360 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
8361
8362         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
8363         warning.
8364
8365         * class.c (mono_class_inflate_generic_class): New helper function.
8366
8367         * class.c: Use mono_class_inflate_generic_class in a few places. Add
8368         statistics for inflated methods/classes.
8369
8370         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
8371
8372         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
8373         the call is made from Delegate.CreateDelegate () for the invoke method of
8374         a delegate.
8375
8376         * loader.c: Add a statistics for the memory occupied by inflated signatures.
8377
8378         * metadata.c (mono_metadata_signature_size): New helper function.
8379
8380         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
8381         generic instances.
8382
8383         * metadata.c (inflated_method_in_image): Avoid calling 
8384         mono_method_signature () if the method does not already have a signature.
8385
8386 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
8387
8388         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
8389         valuetype is compatible with target type, check by inheritance as a
8390         VT is not really compatible with System.ValueType, for example.
8391
8392         * verify.c (do_invoke_method): Improve error message.
8393
8394         * verify.c (do_box_value): If boxing a nullable, use the type argument
8395         on stack instead.
8396
8397         * verify.c (do_newobj): Improve error message.  
8398
8399         Fixes #469549.
8400
8401 2009-02-03  Miguel de Icaza  <miguel@novell.com>
8402
8403         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
8404
8405 2009-02-03  Mark Probst  <mark.probst@gmail.com>
8406
8407         * generic-sharing.c: Don't hold domain lock when calling
8408         instantiate_other_info().  Fixes #471958.
8409
8410         * domain-internals.h, loader.c: Describe locking policy of domain
8411         lock vs loader lock.
8412
8413 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
8414
8415         * verify.c (mono_delegate_signature_equal): Make it possible to check
8416         first-arg-bound delegates to static method.
8417
8418         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
8419         static methods with the first arg bound.
8420
8421         Fixes #469529.
8422
8423 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
8424
8425         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
8426         errors.
8427
8428         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
8429         under strict mode. Any type, when boxed can be seen as a reference type.
8430
8431         Fixes #469528.
8432
8433 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
8434
8435         * object.h: The lower bound of an array is a signed integer value.
8436         Introduce mono_array_lower_bound_t typedef. It should be used instead of
8437         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
8438
8439         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
8440         calculate the upper bound.
8441         
8442         Fixes #471252.
8443
8444 2009-02-02  Miguel de Icaza  <miguel@novell.com>
8445
8446         From Paolo's work, refactored, cleared up:
8447         
8448         * threadpool.c, icall.c: ifdef code that requires a working socket
8449         stack.
8450
8451         * metadata.c (mono_metadata_field_info): Do not attempt to return
8452         a value from a function declared as void.
8453
8454         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
8455         from the console stack.
8456
8457         * assembly.c: use strrchr instead of rindex.
8458
8459         * class.c, object.c, marshal.c, icall.c, reflection.c: include
8460         alloca.h on systems that have it.
8461
8462         * environment.c: Avoid code that uses stuff from
8463         HAVE_SYS_UTSNAME_H
8464         
8465         * appdomain.c: Include sys/time.h.
8466
8467         * console-io.c: include sys/ioctl.h if it is available.
8468
8469 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
8470
8471         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
8472
8473         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
8474         the method builder.
8475
8476         * marshal.c: Set mb->skip_visibility instead of setting it on the method
8477         after it was created and cached, as the later is not thread safe.
8478         
8479 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
8480
8481         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
8482         called while the debugging module is not initialized. Fixes #471669.
8483
8484 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
8485
8486         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
8487
8488         Fixes #471255.
8489
8490 2009-02-02  Mark Probst  <mark.probst@gmail.com>
8491
8492         * generic-sharing.c (lookup_or_register_other_info): Make sure the
8493         loader lock is not taken while the templates lock is held.  Fixes
8494         #471089.
8495
8496 2009-02-02  Mark Probst  <mark.probst@gmail.com>
8497
8498         * metadata.c (type_in_image): Added a check to fix a monodis
8499         crash.
8500
8501 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
8502
8503         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
8504         nullable arguments.
8505
8506         * object.c (mono_runtime_invoke_array): Ditto.
8507         
8508         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
8509         freeing wrappers of dynamic methods.
8510
8511         * loader.c (mono_free_method): Call it. Fixes #463323.
8512         
8513         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
8514         methods taking vtype/byref arguments, to fix yet another bug caused by
8515         the sharing of runtime invoke wrappers. Partly fixes #471259.
8516
8517 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
8518
8519         * debug-mono-symfile.c (check_line): Return NULL instead of returning
8520         <first file in file table>:1 when the IL offset does not have an associated
8521         line number.
8522
8523 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
8524
8525         * mono-debug.c (mono_debug_lookup_locals): New function to return local
8526         variable info for a method.
8527
8528         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
8529         
8530 2009-01-30  Jb Evain  <jbevain@novell.com>
8531
8532         * pedump.c: reuse code from monodis to make sure pedump honors
8533         MONO_PATH, which is needed to verify net_2_1 assemblies.
8534
8535 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
8536
8537         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
8538         there is no line number info.
8539
8540 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
8541
8542         Avoid some MonoType allocations
8543         * reflection.c (mono_reflection_initialize_generic_parameter):
8544         Reuse MonoType from param->pklass rather than allocating one.
8545         (mono_dynamic_image_free): Update to changes.
8546
8547 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
8548
8549         Rearrange some code to improve consistency
8550         * reflection.c (mono_reflection_setup_generic_class): Move body ...
8551         (mono_reflection_initialize_generic_parameter): ... here.
8552
8553 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
8554
8555         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
8556         with type constraints as an experiment.
8557
8558         * boehm-gc.c (on_gc_notification): Update mono_stats.
8559
8560 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
8561
8562         Avoid some allocations
8563         * class-internals.h (_MonoGenericInst::type_argv): Convert from
8564         pointer to tail array to avoid extra allocation.
8565         * metadata.c (free_generic_inst): Update to changes.
8566         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
8567         on-stack struct.
8568
8569 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
8570
8571         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
8572         return TRUE if the two type objects are the same.
8573
8574 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
8575
8576         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
8577         (mono_class_native_size): Use klass->marshal_info->min_align instead of
8578         klass->min_align, since klass->min_align contains the managed alignment,
8579         while the native alignment can be different, like for longs on x86.
8580         Fixes #469135.
8581
8582         * class-internals.h (MonoMarshalType): Add a min_align field.
8583
8584 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
8585
8586         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
8587         the 1.0 format.
8588
8589 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
8590
8591         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
8592         some comments about the usage of the used_regs field.
8593
8594         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
8595         Fixes #469217.
8596
8597 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
8598
8599         * appdomain.c: return NULL instead of throwing FileNotFoundException
8600         when LoadAssembly() fails.
8601
8602 2009-01-23  Mark Probst  <mark.probst@gmail.com>
8603
8604         * metadata.c (mono_metadata_generic_param_equal): Only compare the
8605         image if the owner is NULL.  Fixes the AOT failures.
8606
8607 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
8608
8609         * metadata.c (mono_metadata_load_generic_params): Initialize the 
8610         MonoGenericParam structure using memset so the image field is initialized
8611         as well.
8612
8613 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
8614
8615         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
8616         a plain store.
8617
8618 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
8619
8620         * class.c (mono_class_setup_vtable_general): In the generic instance
8621         optimization, set method->slot for abstract virtual methods. Fixes part of
8622         #467834.
8623
8624 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
8625
8626         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
8627         which signals that the unloading has started but all appdomain services must
8628         remain operational.
8629
8630         * appdomain.c (mono_domain_unload): The initial state for unloading now
8631         is unloading_start and we switch to unloading after the managed call to
8632         AppDomain::DomainUnload has finished.
8633
8634         The new unloading state has to be created because managed code in the
8635         DomainUnload event can depend on things like the threadpool still working.
8636         The domain must remain fully functional while the event executes.
8637
8638         This shown as an issue due to Process::WaitForExit, which waits for
8639         async reads of stdout and stderr to complete. Since those are processed
8640         in the threadpool the code deadlocks because the DomainUnload callback 
8641         waits for the async read finished event, which should have been set by a
8642         threadpool job but has been discarded due to the domain been in unload
8643         state.
8644
8645 2009-01-21  Mark Probst  <mark.probst@gmail.com>
8646
8647         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
8648         image must match.
8649
8650 2009-01-21  Mark Probst  <mark.probst@gmail.com>
8651
8652         * reflection.c (resolve_object): For fields, inflate the class and
8653         then get the field in the inflated class.
8654
8655 2009-01-20  Mark Probst  <mark.probst@gmail.com>
8656
8657         * object-internals.h (struct _MonoException): Added a comment
8658         explaining the new use of trace_ips.
8659
8660 2009-01-20  Mark Probst  <mark.probst@gmail.com>
8661
8662         * generic-sharing.c (inflate_other_data): Inflate array methods
8663         correctly.
8664
8665         * loader.c, class-internals.h: Rename search_in_array_class() to
8666         mono_method_search_in_array_class() and make it non-static.
8667
8668 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
8669
8670         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
8671         Hopefully fixes #458168.
8672
8673 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
8674
8675         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
8676         as it is performed elsewhere.
8677
8678         Code is contributed under MIT/X11 license
8679
8680 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
8681
8682         * mono-perfcounters-def.h: Add counters for asp.net requests total and
8683         requests queued.
8684         * object.c (mono_raise_exception): Increment the exceptions total
8685         counter when an exception is thrown.
8686         * class-internals.h: Add a location for storing the total number of
8687         asp.net requests served.
8688         * mono-perfcounters.c: Implement update support for asp.net counters
8689         from the class libraries. Implement read support for asp.net counters
8690         and exceptions total counter.
8691
8692 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
8693
8694         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
8695         accessing klass->methods. Fixes #467385.
8696
8697 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
8698
8699         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
8700         for byval arguments without an [Out] attribute. Fixes #467212.
8701
8702         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
8703         Fix compilation under android.
8704         
8705         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
8706         processed, scan them directly after they are copied, to achieve better locality
8707         and cache usage.
8708
8709         * socket-io.c: Applied patch from Koushik Dutta
8710         (koush@koushikdutta.com). Disable IPV6 when running under android.
8711
8712 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
8713
8714         * icall.c (ves_icall_InternalExecute): Add write barriers.
8715
8716         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
8717         the GC code.
8718
8719         * sgen-gc.c: Implement write barriers in IL code.
8720
8721 2009-01-17  Geoff Norton  <gnorton@novell.com>
8722
8723         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
8724
8725 2009-01-17  Geoff Norton  <gnorton@novell.com>
8726
8727         * image.c: When unloading the image->references table, there can be gaps
8728         in it.  Ensure that we iterate every entry to avoid leaking assembly references
8729         when unloading an appdomain.
8730
8731 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
8732
8733         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
8734         speed up ptr-in-nursery checks.
8735
8736         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
8737         threads_lock () to prevent deadlocks.
8738
8739         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
8740         does not need to be scanned during minor collections, since writes to it
8741         must use write barriers.
8742
8743 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
8744
8745         * metadata-verify.c: Add pe nt header verification.
8746         
8747 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
8748
8749         * gc.c: Fix a few warnings when using SGEN.
8750
8751 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
8752
8753         * metadata-verify.c: Add pe optional header verification.
8754
8755 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
8756
8757         * sgen-gc.c: Add support for user defined marker functions, used by
8758         MonoGHashTable to avoid registering a GC root for every hash node.
8759
8760 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
8761
8762         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
8763         non-pinned roots into separate hashes to avoid having to traverse them
8764         in functions which are only interested in one kind.
8765
8766 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
8767
8768         * metadata-verify.c: Add pe header machine field verification.
8769         
8770 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
8771
8772         * metadata-verify.c: Add pe header size verification.
8773
8774 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
8775
8776         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
8777         using the GC, they don't contain references.
8778
8779         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
8780
8781 2009-01-13  Geoff Norton  <gnorton@novell.com>
8782
8783         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
8784         AppDomains created on the native side can be cleaned up on the native side.
8785
8786 2009-01-13  Geoff Norton  <gnorton@novell.com>
8787
8788         * appdomain.c: Ensure that we call mono_context_init for the embedding api
8789         as well as the managed api.
8790
8791 2009-01-13  Geoff Norton  <gnorton@novell.com>
8792
8793         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
8794         with a MonoAppDomain initialized against it.
8795
8796 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
8797
8798         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
8799         
8800         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
8801
8802         * marshal.c: Avoid setting the exception clauses after a method has been entered 
8803         into the wrapper caches. Fixes #465700.
8804
8805         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
8806         method builder.
8807         (mono_mb_create_method): Set the clauses from the method builder.
8808
8809 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
8810
8811         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
8812         Patch from Makoto Kishimoto.
8813
8814 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
8815
8816         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
8817         encoding them as ROOT_DESC_COMPLEX.
8818         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
8819
8820 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
8821
8822         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
8823         no longer point to the nursery.
8824
8825         * sgen-gc.c: Add a few comments/FIXMEs.
8826         
8827         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
8828
8829         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
8830         initialization of the various _method variables thread safe. Fixes
8831         #465377.
8832
8833 2009-01-12  Mark Probst  <mark.probst@gmail.com>
8834
8835         * domain.c, domain-internals.h: Remove the shared_generics_hash
8836         and its lookup functions.
8837
8838 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
8839
8840         * socket-io.c:  Fixing the MSVC build. 
8841
8842         Code is contributed under MIT/X11 license.
8843
8844 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
8845
8846         * metadata-verify.c: Add pe header watermark verification.
8847
8848 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8849
8850         * metadata-verify.c: Add lfanew verification.
8851
8852 2009-01-12  Jb Evain  <jbevain@novell.com>
8853
8854         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
8855         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
8856
8857 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
8858
8859         * socket-io.c: Fix the build.
8860
8861         * environment.c: Fix an #ifdef.
8862
8863 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8864
8865         * threadpool.c (async_invoke_thread): Handle the wait function returning
8866         WAIT_IO_COMPLETION as well.
8867         (async_invoke_io_thread): Ditto.
8868
8869 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
8870
8871         * threads.c: Fixing the Windows build.
8872
8873         Code is contributed under MIT/X11 license.
8874
8875 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8876  
8877         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
8878         interrupt a wait.
8879         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
8880         the thread to wait again.
8881
8882 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8883
8884         * metadata-verify.c: Initial skeleton of the metadata verifier.
8885
8886         * pedump.c: Add support for the metadata verifier.
8887
8888         * verify-internal.h: Export the whole assembly metadata verifier function.
8889
8890 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8891
8892         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
8893
8894 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8895
8896         * Makefile.am: Upgrade dtrace-prelink.sh location.
8897
8898 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8899
8900         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
8901         well. Otherwise the shutdown deadlock that happens on unix will can happen
8902         as well.
8903         If the main thread code finishes too fast it's possible that the finalizer
8904         thread won't have executed yet, won't record itself as the finalizer thread
8905         and the shutdown sequence will wait on it forever.
8906
8907 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8908
8909         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
8910         with MSVC.
8911
8912 2009-01-08  Miguel de Icaza  <miguel@novell.com>
8913
8914         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
8915         Robert Jordan for pointing this out.
8916
8917 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
8918
8919         * icall.c
8920         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
8921         ves_icall_System_IO_DriveInfo_GetDriveType.
8922
8923 2009-01-07  Miguel de Icaza  <miguel@novell.com>
8924
8925         * icall.c: Wrap calls to mono_strtod in CriticalSection
8926         invocations when using eglib, to work around #464316.
8927
8928 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8929
8930         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
8931         return value of GetCurrentDirectory to never access unitialized memory.
8932
8933 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8934
8935         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
8936         return value of GetCurrentDirectory and expand the buffer if needed.
8937
8938         Fixes #459094.
8939
8940 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
8941
8942         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
8943           Adding a call to mono_init_com_types.
8944
8945         Code is contributed under MIT/X11 license.
8946
8947 2009-01-07  Geoff Norton  <gnorton@novell.com>
8948
8949         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
8950         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
8951         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
8952         be the value of the ip buffer.
8953
8954 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8955
8956         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
8957         interfaces_packed here.
8958
8959         Fixes part of #463294.
8960
8961 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8962
8963         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
8964
8965         Fixes part of #463294.
8966
8967 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8968
8969         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
8970         is a boxed complex as well.
8971
8972         Fixes part of #463294.
8973
8974 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8975
8976         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
8977         control if a methodspec should be created for the generic method definition from external assemblies.
8978         Caching of methodspec is done using the handleref hash table.
8979
8980         Fixes #462592.
8981
8982 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
8983
8984         * loader.c (find_method): When searching the interfaces of a class
8985         check the transitive closure of implemented interfaces.
8986
8987         Fixes #463303.
8988
8989 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8990
8991         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
8992         
8993 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8994
8995         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
8996         interfaces calculation to fill_valuetype_array_derived_types.
8997
8998         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
8999         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
9000         for example.
9001
9002         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
9003         interfaces for valuetypes if needed.    
9004
9005         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
9006         for their basetype as well. Types are array expanded if rank is > 0.
9007
9008         Fixes #400716.
9009
9010 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
9011
9012         * socket-io.h : Changing the signature of
9013           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
9014           the blocking state.
9015
9016         * icall-def.h :  Changing the signature of
9017           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
9018
9019         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
9020           For Windows only.  Avoid blocking when calling accept by
9021           querying for a connection via select.  The loop also queries
9022           the thread state every 1000 micro seconds for the thread
9023           stop state.  This will avoid the process hanging on shutdown
9024           when using a TcpChannel that is never connected to.
9025
9026         Code is contributed under MIT/X11 license.
9027
9028 2008-12-30  Marek Safar  <marek.safar@gmail.com>
9029
9030         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
9031
9032 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
9033
9034         * class.c (get_implicit_generic_array_interfaces): Extract common
9035         code to a helper function making it a lot easier on the eyes.
9036
9037 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
9038
9039         * class.c (get_implicit_generic_array_interfaces): If the internal
9040         enumerator is an interface inflate System.Object instead of itself.
9041
9042         Fixes #461261.
9043
9044 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
9045
9046         * object.c (mono_runtime_invoke_array): Don't assert with
9047         byref nullable types.
9048
9049         * marshal.c (mono_marshal_get_runtime_invoke): To handle
9050         byref nullables we unbox the object and store it on the
9051         stack. 
9052         We can't use the boxed object since it is the T of Nullable<T>
9053         and the boxed representation of a nullable it's underlying type
9054         or null.
9055         We could cheat and create a boxed nullable and use the same
9056         machinery of other byref VTs but this feels like a hack and
9057         using the stack has the bonus of reducing heap pressure.
9058
9059         Fixes #461941.
9060
9061 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
9062
9063         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
9064         return value.
9065
9066         Fixes #461867.
9067
9068 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
9069
9070         * icall-def.h : Adding an internal call definition for 
9071           System.Environment.internalBroadcastSettingChange.
9072
9073         * icall.c : Adding a Windows only implementation to broadcast a 
9074           WM_SETTINGCHANGE when an environment variable has changed.
9075
9076         Code is contributed under MIT/X11 license.
9077
9078 2008-12-19  Mark Probst  <mark.probst@gmail.com>
9079
9080         * class.c, class-internals.h: Made
9081         mono_class_has_parent_and_ignore_generics() non-static.
9082
9083 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
9084
9085         * image.c: deal with the mmap failing when loading an image.
9086
9087 2008-12-17  Geoff Norton  <gnorton@novell.com>
9088
9089         * threadpool.c: Ensure that the io_queue_lock is initialized
9090         in all circumstances, as we always attempt to cleanup against it.
9091
9092 2008-12-17  Miguel de Icaza  <miguel@novell.com>
9093
9094         * icall.c (ves_icall_System_Environment_get_Platform): For
9095         compatibility reasons for existing client code we will keep
9096         returning 4 for a while.   
9097
9098         For how long will depend on the documentation being updated, and
9099         for us to give client code a chance to be updated.
9100
9101         This reverts the original decison on #433108 since we did not
9102         catch roughly 33 instances of the broken code in our own source
9103         code base, we did not catch failures on the buildbots, and QA did
9104         not bring this as a problem.
9105
9106         Only today I found some customer's code breaking due to our own
9107         class libraries not being fully updated and tracked it down to
9108         this change.  I am reverting it because if we could not even get
9109         our story straight in our own code base, how can we hope that our
9110         end user code be fixed?
9111
9112         As of this morning, our Wiki page that documents how to detect
9113         Unix had not been fixed.    
9114
9115 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
9116
9117         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
9118
9119         * class.c (mono_class_get_fields): Handle loading errors.
9120
9121 2008-12-12 Mark Mason <mmason@upwardaccess.com>
9122
9123         * 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.
9124         
9125 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
9126
9127         * mono-perfcounters.c: avoid warning.
9128
9129 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
9130
9131         * reflection.c (ensure_runtime_vtable): Work on generic instances and
9132         make sure all interfaces have MonoClass::interface_id set.
9133
9134         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
9135         method table is property set.
9136
9137 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
9138
9139         * class.c: New function mono_class_setup_interface_id that setup
9140         MonoClass::interface_id if needed.
9141
9142         * class-internals.h: Export new function.
9143
9144 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
9145
9146         * class.c: Add code to sanity check the vtable after setup_vtable_general
9147         has done it's work.
9148
9149 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
9150
9151         * icall.c: make Assembly.GetExecutingAssembly work properly when
9152         reflection is used to invoke the method.
9153         Bug #321781 fixed.
9154
9155 2008-12-11  Mark Probst  <mark.probst@gmail.com>
9156
9157         * metadata/generic-sharing.c: Look for constraints in all type
9158         arguments, not just the first one.
9159
9160 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
9161
9162         * appdomain.c: return the correct CodeBase for an Assembly instance
9163         that was loaded from the shadow-copy directories.
9164         Bug #458190 fixed.
9165
9166 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
9167
9168         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
9169
9170         * sgen-gc.c (check_object): New debugging helper function.
9171
9172         * object.c: Fix calls to mono_value_copy_array ().
9173
9174 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
9175
9176         * class.c (mono_class_setup_fields): If working on an inflated class
9177         first check if the generic definition did init with success.
9178
9179         Fixes #445361.
9180
9181 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
9182
9183         pedump.c (main): Fix a warning.
9184
9185 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
9186
9187         * object-internals.h : Adding a definition for 
9188           MonoReflectionComVisibleAttribute.
9189
9190         * marshal.c (cominterop_com_visible) :  Method added to check the 
9191           ComVisible attribute of a class.
9192
9193         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
9194           cominterop_raise_hr_exception added to consolidate common code 
9195           to raise hr exceptions.
9196
9197         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
9198           if a managed class should support IDispatch.
9199
9200         * marshal.c 
9201           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
9202           Added additional checks for managed object when getting 
9203           an IDispatch interface.
9204
9205         Code is contributed under MIT/X11 license.
9206
9207 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
9208
9209         pedump.c (main): Handle mono_get_method () returning NULL. 
9210
9211 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
9212
9213         * marshal.h: Fix a warning.
9214
9215 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
9216
9217         * marshal.c : Adding cominterop_release_all_rcws to release all
9218           runtime callable wrappers held by the runtime.
9219
9220         * marshal.h : Adding declaration for cominterop_release_all_rcws.
9221           
9222         Code is contributed under MIT/X11 license.
9223
9224 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
9225
9226         * metadata.c (mono_image_alloc_lock): New helper function.
9227         (mono_image_alloc0_lock): Ditto.
9228
9229         * metadata.c: Use the alloc_lock () helper functions for allocating
9230         memory from the image mempool.
9231
9232 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
9233
9234         * class.c (mono_class_from_generic_parameter): Document it's
9235         locking behavior. Fix double checked locking here, we stored in
9236         param->pklass a partially initialized MonoClass and no membar was used.
9237
9238 2008-12-05  Marek Habersack  <mhabersack@novell.com>
9239
9240         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
9241         (3) functions are present in the C library use them to do the
9242         job. If they are absent, make sure that the sum of int_part and
9243         dec_part is rounded before returning. This is necessary due to the
9244         division of dec_part by the power of 10 before the final addition
9245         is performed - if the result is not rounded in some cases it will
9246         yield invalid results.
9247
9248 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
9249
9250         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
9251         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
9252         instruction instead of a pointer constant.
9253
9254 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
9255
9256         * loader.c (mono_method_get_header): Do most of the work outside the
9257         loader lock, to avoid assembly load hook deadlocks.
9258
9259         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
9260         (mono_metadata_parse_type_full): Ditto.
9261
9262 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
9263
9264         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
9265         Make the stack depth fixed. Ensure proper argument passing to the backtrace
9266         funtions. Finally, use a lock to produce well ordered output.
9267
9268         The lock looks silly, as all calls to the corlib mempool should be guarded
9269         with the loader lock, but for some reason this fact doesn't help. 
9270
9271         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
9272
9273 2008-12-02  Mark Probst  <mark.probst@gmail.com>
9274
9275         * socket-io.c: 64 bit big-endian fixes.
9276
9277 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
9278
9279         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
9280         targets that require strict compatibility between the types.
9281
9282         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
9283         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
9284         Kill the strict argument and create a new one valuetype_must_be_boxed.
9285
9286         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
9287         state that all valuetypes must be boxed.
9288
9289         Fixes #448560.
9290
9291 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
9292
9293         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
9294         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
9295
9296         Contributed under MIT/X11 license.
9297
9298 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
9299
9300         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
9301         the inflate_generic_type machinery should handle it.
9302
9303         This avoids a crash when the field's flags is zero and it's type is
9304         a primitive.
9305         What happens is that mono_metadata_parse_type_full will see that opt_attrs
9306         is zero and will return one of the cached built-in primitive types. Since
9307         those types live in read-only memory, the code that copies it crashes.  
9308
9309 2008-11-28  Mark Probst  <mark.probst@gmail.com>
9310
9311         * object.c: Don't put function descriptors into generalized IMT
9312         thunks.
9313
9314 2008-11-28  Mark Probst  <mark.probst@gmail.com>
9315
9316         * class.c: Enable generic code sharing on PPC64.
9317
9318 2008-11-27  Mark Probst  <mark.probst@gmail.com>
9319
9320         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
9321         from mini/mini.c.
9322
9323         * generic-sharing.c: Allocate the method template slists from the
9324         image mempool so it doesn't leak.
9325
9326 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
9327
9328         * class.c (generic_array_methods): Release the linked list.
9329
9330 2008-11-27  Mark Probst  <mark.probst@gmail.com>
9331
9332         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
9333         invocation to g_utf16_to_utf8().
9334
9335 2008-11-26  Mark Probst  <mark.probst@gmail.com>
9336
9337         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
9338         arguments on big endian archs.
9339
9340 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
9341
9342         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
9343         the type name (test added in corlib).
9344
9345 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
9346
9347         * pedump.c: initialize perf. counters. Fixes a segv.
9348
9349 2008-11-25  Martin Baulig  <martin@ximian.com>
9350
9351         * mono-debug-debugger.c
9352         (mono_debugger_runtime_invoke): Return the exception object if an
9353         exception was thrown.  Visual Studio displays the exception object
9354         in the locals window.
9355
9356 2008-11-24  Mark Probst  <mark.probst@gmail.com>
9357
9358         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
9359         ftnptr.
9360
9361 2008-11-24  Mark Probst  <mark.probst@gmail.com>
9362
9363         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
9364         MONO_TYPE_U are sizeof (gpointer), too.
9365
9366 2008-11-24  Mark Probst  <mark.probst@gmail.com>
9367
9368         * marshal.c (mono_type_native_stack_size): Fixed size and
9369         alignment for reference types.
9370
9371 2008-11-23  Mark Probst  <mark.probst@gmail.com>
9372
9373         * class.c (mono_class_generic_sharing_enabled): Disable generic
9374         code sharing for PPC64.
9375
9376 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
9377
9378         * icall.c (mono_method_get_equivalent_method): Make sure
9379         method->klass->methods is inited before looping over it.
9380
9381 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
9382
9383         * object.c: when calling ExecuteAssembly in a newly created domain,
9384         the configuration file and application base are already set up.
9385         Bug #446353 take 2 fixed.
9386
9387 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
9388
9389         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
9390         Fixes #444715. Fix a warning.
9391
9392 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
9393
9394         * appdomain.c: write the full path of the assembly to the .ini file
9395         created when "shadow-copying"
9396         Bug #446353 fixed.
9397
9398 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
9399
9400         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
9401         if signature==FALSE.
9402
9403 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
9404
9405         * marshal.h : Fix the cygwin build.
9406            marshal.c:12442: undefined reference to `_IID_IMarshal'
9407           
9408         Code is contributed under MIT/X11 license.
9409
9410 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
9411
9412         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
9413           free threaded marshaler when QueryInterface is called on a COM callable
9414           wrapper requesting the IMarshal interface.
9415           
9416         Code is contributed under MIT/X11 license.
9417
9418 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
9419
9420         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
9421
9422         * reflection.c (mono_type_get_object): Special case the very common
9423         void type.
9424
9425         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
9426         hold typeof(void).
9427
9428 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
9429
9430         * process.h : Adding method declaration for
9431           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
9432           
9433         * process.c : Adding implementation for
9434           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
9435           
9436         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
9437           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
9438
9439         Code is contributed under MIT/X11 license.
9440
9441 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
9442
9443         * appdomain.c (unload_thread_main): Clean up threadpool by
9444         calling mono_thread_pool_remove_domain_jobs.
9445
9446         * domain-internals.h (struct _MonoDomain): Add new fields to
9447         help coordinate the cleanup of the threadpool.
9448
9449         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
9450         that cleans up the threadpool of all jobs associated with an appdomain.
9451         It does that by cleaning up the queues and making sure all active
9452         threads are accounted.
9453
9454         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
9455         unloaded or in the process of. Take this is such way that there is
9456         no race condition between another thread starting the unload and the
9457         current thread acknowledging it.
9458
9459         * threadpool.c (async_invoke_thread): Same.
9460
9461         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
9462         firing the new thread.
9463
9464         * threadpool.c (start_tpthread): Same.
9465
9466         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
9467
9468         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
9469
9470 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
9471
9472         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
9473         Add support for DuplicateHandle.
9474         
9475         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
9476         Add support for DuplicateHandle.
9477         
9478         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
9479         Add support for DuplicateHandle.
9480
9481         Code is contributed under MIT/X11 license.
9482
9483 2008-11-06  Mark Probst  <mark.probst@gmail.com>
9484
9485         * class-internals.h: Make min_align into a whole byte.
9486
9487         * class.c: Set min_align for SIMD types to 16.
9488
9489 2008-11-05  Geoff Norton  <gnorton@novell.com>
9490
9491         * attach.c: Default the attacher to enabled for all cases including
9492         embedded.
9493
9494 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
9495
9496         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
9497         change r117650.
9498
9499 2008-11-04  Mark Probst  <mark.probst@gmail.com>
9500
9501         * monitor.c, monitor.h: New function for querying offsets of
9502         members of MonoThreadsSync.
9503
9504 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
9505
9506         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
9507         to speed up this function and to avoid the boundless memory growth caused by
9508         the signature_dup () calls.
9509
9510 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
9511
9512         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
9513         wrapper.
9514
9515         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
9516         by 1 bit.
9517
9518         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
9519
9520 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
9521
9522         * appdomain.c:
9523         * domain-internals.h: made mono_set_private_bin_path_from_config()
9524         "internal".
9525         * object.c: call the above function after setting the configuration
9526         file path for the root domain.
9527         Fixes bug #314478.
9528
9529 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
9530
9531         * assembly.c: when the assembly is loaded from an absolute path, end
9532         basedir with a directory separator.
9533         Bug #440781 fixed.
9534
9535 2008-10-30  Mark Probst  <mark.probst@gmail.com>
9536
9537         * monitor.c (mono_monitor_get_fast_enter_method): If
9538         CompareExchange is not available, don't create the fastpath
9539         instead of asserting.  (The method is missing in the 1.1 profile.)
9540
9541 2008-10-30  Mark Probst  <mark.probst@gmail.com>
9542
9543         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
9544
9545         * monitor.c, monitor.h: Code for generating Monitor.Enter and
9546         Monitor.Exit IL fastpaths.
9547
9548 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9549
9550         * class.c (mono_class_create_from_typedef): Added Vector2ul.
9551
9552 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
9553
9554         * class.c (mono_class_create_from_typedef): Added Vector2l.
9555
9556 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
9557
9558         * class.c (mono_class_create_from_typedef): Added Vector2d.
9559
9560 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
9561
9562         * appdomain.c: translate \ into / for cache_path.
9563         * domain-internals.h: new mono_is_shadow_copy_enabled().
9564         * icall.c: (fill_reflection_assembly_name) do the same path
9565         manipulations that get_code_base does.
9566         (get_code_base) use mono_is_shadow_copy_enabled.
9567
9568 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
9569
9570         * appdomain.c: shadow-copied assemblies go to CachePath +
9571         ApplicationName when both are set. DynamicBase has nothing to do with
9572         shadow copies.
9573         Bug #406877 fixed.
9574
9575 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
9576
9577         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
9578         STANDALONESIG table.
9579
9580         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
9581         standalone signatures.
9582
9583         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
9584         comparison code: instead of comparing the signatures using a custom
9585         equals function, transform them to a common signature and compare that. This
9586         works better with AOT.
9587
9588 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
9589
9590         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
9591
9592         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
9593         call for generic instances.
9594         (mono_class_setup_properties): Call setup_properties () before accessing
9595         gklass->properties.
9596
9597         * class.c (mono_class_get_virtual_methods): New helper function to iterate
9598         over the virtual methods of a class using metadata if possible, avoiding the
9599         creation of MonoMethod's for non-virtual methods.
9600         
9601         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
9602         get_virtual_methods () to iterate over the virtual methods of classes.
9603
9604 2008-10-25  Martin Baulig  <martin@ximian.com>
9605
9606         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
9607
9608 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9609
9610         * class.c (mono_class_create_from_typedef): Added Vector4i.
9611
9612 2008-10-24  Mark Probst  <mark.probst@gmail.com>
9613
9614         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
9615         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
9616         special-casing applies to eliminate the call completely.
9617
9618 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9619
9620         * class.c (mono_class_create_from_typedef): Added Vector8s.
9621
9622 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9623
9624         * class.c (mono_class_create_from_typedef): Added Vector16sb.
9625
9626 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
9627
9628         * icall.c: get rid of annoying warning.
9629
9630 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
9631
9632         * threadpool.c: in 1.x, if you change the background status of the
9633         threadpool thread, it's not reset.
9634         Remove unnecessary calls to SetState.
9635
9636 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9637
9638         * threadpool.c: asynchronously create a set of idle threads upon first
9639         use of the threadpool. SetMinThreads will now start the appropriate
9640         number of idle threads if they are not already running. The default is
9641         1 threadpool thread per CPU. Increased the maximum number of threads
9642         per CPU to 10.
9643
9644 2008-10-22  Martin Baulig  <martin@ximian.com>
9645
9646         Revert r116521 from Zoltan, it breaks the debugger:
9647
9648         * class.c (mono_class_get_virtual_methods): New helper function to iterate
9649         over the virtual methods of a class using metadata if possible, avoiding the
9650         creation of MonoMethod's for non-virtual methods.
9651         
9652         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
9653         get_virtual_methods () to iterate over the virtual methods of classes.
9654
9655 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9656
9657         * threads.c: when creating a threadpool thread, set its state to
9658         'background'.
9659         * threadpool.c: reset the background state of a threadpool thread
9660         after finishing each work item
9661         Bug #437888 fixed.
9662
9663 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
9664
9665         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
9666         
9667         * class.c (mono_class_setup_vtable_general): Add an optimized version for
9668         generic instances which works by inflating the methods in the container
9669         class's vtable.
9670
9671         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
9672         variant which doesn't make a copy if no inflation was done.
9673         (mono_class_setup_fields): Use it.
9674
9675         * metadata.c (mono_metadata_get_shared_type): New helper function to
9676         return a shared instance of a given MonoType.
9677
9678         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
9679         a copy of most non-generic types.
9680
9681 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
9682
9683         * threadpool.c: remove one more GetSystemInfo () call.
9684
9685 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
9686
9687         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
9688         use the code in mono-proclib.h to get processor information.
9689
9690 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9691
9692         * appdomain.c: fixed the logic that determines whether assemblies in a
9693         directory are "shadow-copied" or not. Bug #433483 fixed.
9694
9695 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
9696
9697         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
9698         warning.
9699
9700 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9701
9702         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
9703         returning a vtype.
9704
9705         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
9706         reflection.c: Use mono_field_get_name () for accessing a field's name.
9707
9708         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
9709         class.c
9710
9711         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
9712         field.
9713
9714         * loader.c (find_method_in_class): Reenable the metadata optimization by
9715         not using it for generic instances.
9716
9717         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
9718         data/def_type fields from MonoClassField into a separate structure.
9719         (struct MonoClassField): Remove data/def_type fields.
9720         (struct _MonoClass): Add a 'field_def_values' array to store the default
9721         values/RVA for fields.
9722
9723         * class.c reflection.c: Update after the changes.
9724         
9725         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
9726         for accessing field->data.
9727
9728         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
9729
9730         * loader.c (find_method_in_class): Revert the last change for now as
9731         it breaks Mono.C5 unit tests.
9732
9733         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
9734         'field_generic_types' and 'field_objects' which contain the information
9735         previously stored in MonoInflatedField.
9736         (MonoInflatedField): Delete.
9737         (struct _MonoClassField): Delete 'generic_info' field.
9738
9739         * reflection.c: Store the information which was previously in 
9740         field->generic_info in MonoDynamicGenericClass instead.
9741
9742         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
9743         MonoClassField changes.
9744
9745 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
9746
9747         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
9748         store the value inside the data array of the MonoMethodWrapper.
9749         This saves memory, is faster and fixes the lifetime issues (methods
9750         were never removed from the hash previously). May also fix bug#436996.
9751
9752 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9753
9754         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
9755         generic instances, compute the type from the generic definition instead of
9756         looking in field->generic_info.
9757
9758         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
9759         for inflated fields, the only user was get_fieldref_token () which no
9760         longer needs it.
9761
9762         * class.c (mono_class_init): Revert the last change as it seems to cause
9763         crashes.
9764
9765         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
9766         bytes on 64 bit platforms.
9767
9768         * object.c (mono_class_create_runtime_vtable): Fix a warning.
9769         
9770         * object.c (mono_class_create_runtime_vtable): Don't initalize
9771         field->data/field->def_type here, it is done lazily by 
9772         mono_class_get_field_default_value ().
9773
9774         * icall.c (ves_icall_get_enum_info): Call 
9775         mono_class_get_field_default_value () instead of directly accessing
9776         field->data and field->def_type.
9777
9778         * object.c (get_default_field_value): Ditto.
9779
9780         * class.c (mono_field_get_data): Ditto.
9781         
9782         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
9783         call for generic instances.
9784
9785         * loader.c (find_method_in_class): If klass != from_class, then inflate
9786         the method with the context of from_class, since the caller assumes this.
9787
9788 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
9789
9790         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
9791         for accessing method->slot.
9792
9793 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
9794
9795         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
9796
9797 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9798
9799         * class.c (mono_method_get_vtable_index): Use
9800         mono_method_get_vtable_slot () for accessing method->slot.
9801
9802         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
9803         accessing klass->methods.
9804
9805         * class.c (mono_method_get_vtable_slot): New helper function.
9806         (mono_class_get_vtable_entry): Ditto.
9807         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
9808         accessing method->slot.
9809
9810         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
9811         method to get_inflated_method ().
9812
9813         * class.c (mono_class_get_inflated_method): New helper method to obtain
9814         a method of an inflated class without calling setup_methods ().
9815         (mono_class_get_cctor): Use get_inflated_method.
9816
9817         * generic-sharing.c (mono_class_get_method_generic): Ditto.
9818         
9819         * marshal.c image.c: Lazily create all the marshal caches.
9820
9821         * image.c (mono_image_init): Move initialization of runtime_invoke
9822         caches to marshal.c.
9823
9824         * marshal.c (get_cache): New helper function to lazily initialize a 
9825         wrapper cache.
9826         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
9827
9828         * debug-helpers.c (mono_method_full_name): Include generic arguments.
9829
9830 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
9831
9832         * loader.c: fixed check for interface type.
9833
9834 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
9835
9836         * appdomain.c: check for NULL setup before it's referenced.
9837
9838 p
9839 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
9840
9841         * class.c: remove the unused old vtable setup code.
9842
9843 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
9844
9845         * class.c: don't depend on interface order in
9846         setup_interface_offsets (bug #435777).
9847         * reflection.c: sort the InterfaceImpl table (patch from
9848         Jb Evain  <jbevain@novell.com>).
9849
9850 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9851
9852         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
9853         the low level assemblies lock.
9854
9855 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
9856
9857         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
9858         object.c, reflection.c, socket-io.c, threads.c: introduced
9859         mono_framework_version () to return the major framewrok version,
9860         changed the code that was using more complex patterns to use it.
9861         Return the correct value for PlatformID for OSX.
9862
9863 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
9864
9865         * icall-def.h, process.h, process.c: added an icall to get info about
9866         processes using mono-proclib.
9867
9868 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
9869
9870         * mono-perfcounters.c: use the mono-proclib functions to
9871         access process information.
9872
9873 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
9874
9875         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
9876         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
9877         reflection.c: remove rawbuffer usage: mmap support is more sanely
9878         provided by utils/mono-mmap.
9879
9880 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
9881
9882         * gc.c: use posix semaphores when possible so that
9883         mono_gc_finalize_notify() is signal safe.
9884
9885 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
9886
9887         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
9888         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
9889         be #ifdef-ed out, the linker will remove the rest.
9890
9891         * marshal.c: Implement DISABLE_COM.
9892
9893         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
9894
9895 2008-10-11  Miguel de Icaza  <miguel@novell.com>
9896
9897         * locales.c (string_invariant_compare_char): Optimization: do not
9898         call g_unichar_type unless we actually need the information.
9899
9900 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9901
9902         * object.c, class-internals.h: Also create remoting trampolines
9903         for generic methods.  Pass the domain to the remoting trampoline
9904         creation function, too.
9905
9906 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9907
9908         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
9909
9910 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9911
9912         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
9913         Vector4ui.
9914
9915 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
9916
9917         * assembly.c:
9918         * locales.c: remove the use of g_strdown. Fixes bug #322313.
9919
9920 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
9921
9922         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
9923         for the least possible amount of time (extending the fix in r113458).
9924
9925 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9926
9927         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
9928
9929 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9930
9931         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
9932         as possible simd intrinsic types.
9933         Optimized the test to check for the common prefix first.
9934
9935 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
9936
9937         * class.c: back out part of a broken optimization committed on
9938         May 23th (bug #433908).
9939
9940 2008-10-09  Mark Probst  <mark.probst@gmail.com>
9941
9942         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
9943         Win32.  Should fix #432388 for most cases until we have the new
9944         profiler on Win32.
9945
9946 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9947
9948         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
9949         instead of using inst->id so the hash is stable for AOT.
9950
9951 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
9952
9953         * appdomain.c:
9954         * icall.c: create a .ini file for shadow-copied assemblies that
9955         contains the location of the original assembly. Use this to return the
9956         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
9957         Also fix the number of '/' for windows when returning the CodeBase.
9958         Fixes bug #430920.
9959
9960 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9961
9962         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
9963
9964         Code is contributed under MIT/X11 license.
9965
9966 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9967
9968         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
9969           if if the class vtable needs initialized.
9970
9971         Code is contributed under MIT/X11 license.
9972
9973 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9974
9975         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
9976           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
9977           STRING->BSTR, and CLASS->INTERFACE.
9978
9979         Code is contributed under MIT/X11 license.
9980
9981 2008-10-07  Marek Habersack  <mhabersack@novell.com>
9982
9983         * sysmath.h: changed the declaration of the
9984         ves_icall_System_Math_Round2 icall by adding an extra
9985         away_from_zero parameter.
9986
9987         * sysmath.c (ves_icall_System_Math_Round2): added support for
9988         away from zero rounding. The icall now takes an extra boolean
9989         parameter to signal that away from zero operation is requested.
9990
9991 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9992
9993         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
9994         the delegate klass so it can work with full-aot.
9995         (mono_marshal_get_delegate_end_invoke): Ditto.
9996         (mono_marshal_get_delegate_invoke): Ditto.
9997
9998 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
9999
10000         * gc.c, attach.h, attach.c: remove a bad pattern:
10001         add_finalizer_callback () is not implemented correctly, it can't
10002         without adding more overhead to the finalizer loop and it's not
10003         even needed, since we know exactly what we need to call, so there is
10004         no need to do so through an expensive function pointer.
10005
10006 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
10007
10008         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
10009         for the no-gc case.
10010         * attach.c (mono_attach_init): Remove the #ifdef.
10011
10012 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
10013
10014         * attach.c (mono_attach_init): Don't use
10015         mono_gc_add_finalizer_thread_callback when compiling without GC.
10016         Fixes #432306.
10017         
10018         Code is contributed under MIT/X11 license.
10019
10020 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
10021
10022         * class.c (mono_class_create_from_typedef): Remove the 
10023         #ifndef DISABLE_SIMD stuff.
10024
10025 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
10026
10027         * class-internals.h (MonoClass): Added simd_type bit field.
10028
10029         * class.c (mono_class_create_from_typedef): Check if type is a simd
10030         intrinsic.
10031
10032 2008-10-03  Mark Probst  <mark.probst@gmail.com>
10033
10034         * object.c (mono_method_add_generic_virtual_invocation): Only add
10035         instantiations to the thunk whose count is at least as large as
10036         the threshold.
10037
10038 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
10039
10040         * icall.c: changed the Type of the exception thrown when trying to
10041         invoke a constructor on an abstract class. Part of the fix for bug
10042         #324185.
10043
10044 2008-10-02  Mark Probst  <mark.probst@gmail.com>
10045
10046         * class.c, class-internals.h (mono_method_get_vtable_index): New
10047         function which returns the index into the vtable and properly
10048         handles inflated virtual generic methods.
10049
10050 2008-10-01  Mark Probst  <mark.probst@gmail.com>
10051
10052         * object.c, domain.c, object-internals.h, domain-internals.h:
10053         Generalize IMT thunk machinery to also handle thunks for virtual
10054         generic method invokes.  When a virtual generic method is invoked
10055         more than a number of times we insert it into the thunk so that it
10056         can be called without lookup in unmanaged code.
10057
10058         * generic-sharing.c, class-internals.h: Fetching a
10059         MonoGenericInst* for a method from an (M)RGCTX.
10060
10061 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
10062
10063         * marshal.c (emit_marshal_string): Applied a variant of a patch by
10064         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
10065         marshalling. Fixes #431304.
10066
10067 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
10068
10069         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
10070           handle when ref is specified without In or Out.
10071
10072         Code is contributed under MIT/X11 license.
10073
10074 2008-09-30  Mark Probst  <mark.probst@gmail.com>
10075
10076         * loader.c (mono_get_method_constrained): Don't expand method with
10077         the class's context, because it's already a method of that class.
10078
10079 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
10080
10081         * attach.c : should be correct build fix.
10082
10083 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
10084
10085         * attach.c: Fix the previous change.
10086
10087 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
10088
10089         * attach.c : quick w32 build fix.
10090
10091 2008-09-27  Miguel de Icaza  <miguel@novell.com>
10092
10093         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
10094         crashes MonoDevelop: #430455.
10095
10096 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
10097
10098         * domain-internals.h (struct _MonoDomain): Move most fields used only by
10099         the JIT do MonoJitDomainInfo in ../mini/mini.h.
10100
10101         * domain.c: Remove initialization/cleanup of the removed fields.
10102
10103 2008-09-27  Mark Probst  <mark.probst@gmail.com>
10104
10105         * class.c (mono_class_generic_sharing_enabled): Enable generic
10106         code sharing for PPC.
10107
10108 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
10109
10110         * attach.c : Fixing the Windows builds.
10111
10112         Code is contributed under MIT/X11 license.
10113
10114 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10115
10116         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
10117         the default generic sharing mode to 'all'.
10118
10119 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10120
10121         * generic-sharing.c, class-internals.h: New function for checking
10122         whether a method needs a static RGCTX invoke wrapper.  A few
10123         funtions moved from mini/generic-sharing.c.
10124
10125         * icall.c: New function used.
10126
10127 2008-09-25  Mark Probst  <mark.probst@gmail.com>
10128
10129         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
10130         Static RGCTX invoke wrapping applies to value type methods, too.
10131
10132         * class.c (mono_class_setup_vtable_general): In generic-shared
10133         value types, wrap methods with a static RGCTX invoke wrapper.
10134
10135 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
10136
10137         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
10138         osx build.
10139
10140 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
10141
10142         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
10143         register a callback which is called when the finalizer thread is woken
10144         up.
10145         (finalizer_thread): Call the callback if it exists.
10146
10147         * attach.h attach.c: New files, implementing the attach mechanism.
10148
10149         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
10150         
10151         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
10152         by the previous change.
10153
10154 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
10155
10156         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
10157         loader.c, marshal.c, metadata-internals.h, metadata.c,
10158         method-builder.c, object.c, reflection.c: introduced specific functions
10159         to allocate from the domain and image mempools and cleaned up most of
10160         the code to use them (still missing a few in reflection.c).
10161         Keep the loader bytes counter updated.
10162
10163 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
10164
10165         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
10166         loader-related counters.
10167
10168 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
10169
10170         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
10171         added more MS-compatible counters.
10172
10173 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
10174
10175         * class.c (mono_class_setup_fields): Call setup_fields before accessing
10176         class->blittable. Fixes #428217.
10177
10178 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
10179
10180         * reflection.c (mono_image_get_field_on_inst_token): Call 
10181         field_encode_signature () since that handles custom modifiers too.
10182         Fixes #424663.
10183
10184 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
10185
10186         * reflection.c (add_custom_modifiers): New helper function to merge custom
10187         modifiers stored in objects to a MonoType.
10188         (fieldref_encode_signature): Encode custom modifiers.
10189         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
10190         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
10191
10192 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
10193
10194         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
10195         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
10196         64-bit IL only images because imports are not resolved for IL only images.
10197         Special thanks to Bill Holmes for finding this bug and testing the patch.
10198         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
10199
10200         Contributed under MIT/X11 license.
10201
10202 2008-09-19  Miguel de Icaza  <miguel@novell.com>
10203
10204         * mono-config.c (dllmap_start): Add support for the bits keyword
10205         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
10206
10207 2008-09-19  Mark Probst  <mark.probst@gmail.com>
10208
10209         * reflection.c (inflate_mono_method): When the class the method is
10210         to be inflated for is itself not inflated, just return the method.
10211
10212 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
10213
10214         * mono-perfcounters.c: use more user friendly process instance names.
10215
10216 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
10217
10218         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
10219           handle "[in] ref" and "[in][out] ref" cases.
10220
10221         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
10222           to mono_mb_create_method.  This was causing problems calling native to
10223           managed passing Variants by value.
10224
10225         Code is contributed under MIT/X11 license.
10226
10227 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
10228
10229         * class.c (can_access_internals): Call mono_assembly_load_friends ()
10230         before accessing the friend_assembly_names field.
10231
10232         * assembly.c (mono_assembly_load_friends): Make this callable multiple
10233         times.
10234         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
10235         called lazily when it is needed.
10236
10237         * metadata-internals.h (struct _MonoAssembly): Add 
10238         'friend_assembly_names_inited' flag.
10239
10240 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
10241
10242         * mono-perfcounters-def.h: fix the types of a few counters.
10243         * mono-perfcounters.c: implemented the instance names getter
10244         and a few bugfixes.
10245
10246 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
10247
10248         * culture-info-table.h : regenerated.
10249
10250 2008-09-17  Robert Jordan  <robertj@gmx.net>
10251
10252         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
10253         context bound objects. Fixes #415577.
10254
10255         Code is contributed under MIT/X11 license.
10256
10257 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
10258
10259         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
10260         implementation (bug #423582).
10261
10262 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
10263
10264         * object.c (mono_object_get_virtual_method): Handle the case method->slot
10265         is not set. Fixes #426309.
10266
10267 2008-09-16  Jb Evain  <jbevain@novell.com>
10268
10269         * class.c (mono_class_from_name): fix the exported type look up
10270         when the type is defined in a referenced assembly.
10271
10272 2008-09-16  Jb Evain  <jbevain@novell.com>
10273
10274         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
10275         increment the next index counter on each iteration to make that work
10276         for more than one type forwarder. Unmanaged part to fix #422929.
10277
10278 2008-09-15  Mark Probst  <mark.probst@gmail.com>
10279
10280         * object-internals.h: enum ComInterfaceType in
10281         MonoInterfaceTypeAttribute is guint32, not guint16.
10282
10283 2008-09-12  Mark Probst  <mark.probst@gmail.com>
10284
10285         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
10286         writing code.
10287
10288 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10289
10290         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
10291         not gboolean.
10292
10293 2008-09-11  Mark Probst  <mark.probst@gmail.com>
10294
10295         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
10296         Endianness fixes for MonoSymbolFileOffsetTable.
10297
10298 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
10299
10300         * process.c (complete_path) : Removing quotes from the 
10301           input path.  The glib file routines do not handle file paths
10302           that have quotes around them.
10303
10304         Code is contributed under MIT/X11 license.
10305
10306 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
10307
10308         * socket-io.h : Adding a comment to provide locations where 
10309           changes to MonoSocketAsyncResult need to be synced.
10310
10311         Code is contributed under MIT/X11 license.
10312
10313 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
10314
10315         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
10316         parameters as well. Fixes #425001.
10317
10318 2008-09-08  Miguel de Icaza  <miguel@novell.com>
10319
10320         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
10321         windows build.
10322
10323 2008-09-07  Miguel de Icaza  <miguel@novell.com>
10324
10325         * console-io.c: Add support for tracking the window size if it
10326         changes.
10327
10328         The setup is very simple: the TtySetup function will now return a
10329         pointer to a location in memory that tracks the current console
10330         size.  The managed code checks its current value every time its
10331         queried against the last value set, and updates accordingly.
10332
10333         With this setup we can work with multiple consoles, and we do not
10334         require to poke into managed code from a signal handler.
10335
10336         Additionally, the environment for COLUMNS and LINES is now handled
10337         in unmanaged code.
10338
10339         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
10340
10341 2008-09-07  Mark Probst  <mark.probst@gmail.com>
10342
10343         * marshal.c (mono_type_native_stack_size): Treat
10344         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
10345
10346 2008-09-04  Jb Evain  <jbevain@novell.com>
10347
10348         * class.c (mono_class_is_assignable_from): fix assignability of nullables
10349         to nullables.
10350
10351 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
10352
10353         * verify.c (verify_type_compatibility_full): Revert change
10354         to allow converting a native int to unmanaged pointer be verifiable
10355         under non-strict mode.
10356         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
10357
10358         * verify.c: Added some TODOs.
10359
10360 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
10361
10362         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
10363           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
10364           Changed to use GlobalAlloc for the memory returned on Windows platforms.
10365
10366         Code is contributed under MIT/X11 license.
10367
10368 2008-09-02  Jb Evain  <jbevain@novell.com>
10369
10370         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
10371
10372 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
10373
10374         reflection.c (typebuilder_setup_fields): Handle classes with
10375         explicit size.
10376
10377 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
10378
10379         class.c (mono_class_setup_events): Add memory barrier due to
10380         double checked locking.
10381         
10382         class.c (mono_class_setup_properties): Same.
10383
10384 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
10385
10386         * class.c (mono_class_is_assignable_from): Fix the build.
10387         
10388         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
10389         before accessing klass->interface_bitmap. Fixes #421744.
10390
10391 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
10392
10393         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
10394         the runtime into no-exec mode, useful when running the AOT compiler.
10395
10396         * appdomain.c gc.c object.c: Avoid executing managed code when running
10397         in no-exec mode.
10398         
10399         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
10400
10401         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
10402         special case when the mono_assembly_loaded () returns NULL because the 
10403         search hook is not installed.
10404
10405 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
10406
10407         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
10408         crashes in bstr marshalling on linux.
10409
10410 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
10411
10412         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
10413         with more than one parameter.
10414
10415 2008-08-24  Miguel de Icaza  <miguel@novell.com>
10416
10417         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
10418         start/stop flow control as well when turning off ICANON (allows
10419         C-s and C-q to be read by Console.ReadKey).
10420
10421 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
10422
10423         * class.c (mono_class_init): Move the initialization of nested classes
10424         into mono_class_get_nested_types (). Fixes #418433.
10425
10426         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
10427         flag.
10428
10429         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
10430         iterating tough the nested classes of a class.
10431
10432 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
10433
10434         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
10435         on arm.
10436
10437 2008-08-22  Miguel de Icaza  <miguel@novell.com>
10438
10439         * console-io.c (sigcont_handler): Support signal chaining for
10440         SIGCONT.
10441
10442         (console_set_signal_handlers): Use best practices with sigaction,
10443         clear the structure before using it. 
10444
10445 2008-08-22  Robert Jordan  <robertj@gmx.net>
10446
10447         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
10448         Fix the Windows build.
10449
10450 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
10451
10452         * class.c (mono_class_generic_sharing_enabled): Make the default
10453         sharing mode 'corlib'.
10454
10455 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
10456
10457         * console-io.c (console_set_signal_handlers): Fix a warning.
10458
10459         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
10460         method normally, the JIT will take care of avoiding recursion.
10461
10462 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
10463
10464         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
10465
10466         Code is contributed under MIT/X11 license.
10467
10468 2008-08-20  Miguel de Icaza  <miguel@novell.com>
10469
10470         * console-io.c (sigcont_handler): We need to restore the entire
10471         termios state, not only the original settings, as things like echo
10472         can be controlled after this (Booish exposes this issue with its
10473         own ReadLine implementation).
10474
10475         Additionally, we need to set the terminal back into keypad_xmit
10476         mode.
10477         
10478         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
10479         string as a paramter as well.   Otherwise we get different
10480         keyboard sequences.
10481
10482 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
10483
10484         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
10485         delegates with byref out parameter passing. Fixes #351520.
10486
10487         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
10488         a generic context.
10489         (mono_type_get_desc): Add the type arguments for GENERICINST.
10490         (mono_method_full_name): Stringify the class name using mono_type_full_name
10491         so it picks up generic arguments.
10492
10493 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
10494
10495         * console-io.c: Removed debug output.
10496
10497 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
10498
10499         reflection.c (mono_reflection_create_runtime_class): Alloc
10500         the nested classes linked list using the dynamic image mempool.
10501         Fixes leak in corlib compilation.
10502
10503 2008-08-19  Miguel de Icaza  <miguel@novell.com>
10504
10505         * console-io.c: Fix incredibly annoying behavior on the console
10506         after resuming execution after control-z.   This affected every
10507         console application.
10508
10509 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
10510
10511         * mempool-internals.h: Header for mono private mempool functions. The first
10512         two function are for allocating glib linked lists using pools.
10513
10514         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
10515
10516         * Makefile.am: Added mempool-internals.h.
10517
10518 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
10519
10520         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
10521         (mono_domain_free): Ditto.
10522
10523         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
10524         be used by the JIT to store its domain-specific information, instead of putting
10525         it directly into MonoDomain.
10526
10527         * domain.c (mono_install_create_domain_hook): New helper function to install
10528         a hook which initializes domain->runtime_info.
10529
10530         * domain.c (mono_install_free_domain_hook): Ditto.
10531         
10532 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
10533
10534         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
10535         asserting if the ares parameter is null.
10536
10537         * mono-perfcounters.c: Fix warnings.
10538
10539         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
10540         is not needed, don't check for interruptions either.
10541         (mono_marshal_get_delegate_end_invoke): Ditto.
10542
10543 2008-08-15  Marek Habersack  <mhabersack@novell.com>
10544
10545         * mono-perfcounters.c (predef_readonly_counter): added support for
10546         reading the ASP.NET Requests Queued counter from another process.
10547
10548 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
10549
10550         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
10551         MonoImage to simplify the AOT code.
10552
10553 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
10554
10555         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
10556         marshalling. Fixes #416078.
10557
10558 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
10559         
10560         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
10561         it is set, looking up the icall address is deferred to the JIT, since 
10562         in embedded scenarios, the icall might not be registered in the runtime
10563         doing the AOT compilation. Backported from the 2.0 branch.
10564
10565 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
10566
10567         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
10568         Fixes #415621.
10569
10570 2008-08-05  Marek Habersack  <mhabersack@novell.com>
10571
10572         * Makefile.am: added support for cross-compilation.
10573
10574 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
10575
10576         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
10577
10578 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
10579
10580         * mono-perfcounters.c: jitted methods and jitted bytes counters.
10581
10582 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
10583
10584         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
10585         mono-perfcounters.c: performance counters implementation.
10586
10587 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
10588
10589         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
10590         to gpointer, letting the AOT code decide what to store in it.
10591
10592 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
10593
10594         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
10595           mono_class_setup_methods if the methods are not initialized.
10596
10597         Code is contributed under MIT/X11 license.
10598
10599 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10600
10601         * verify.c: Remove some debug code I commited by accident.
10602
10603         * verify.c (mono_method_is_valid_in_context): Change the return value
10604         to make possible to distinguish between invalid and unverifiable.
10605
10606         * verify.c (verifier_load_method): Don't return NULL for unverifiable
10607         methods.
10608
10609 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10610
10611         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
10612         constraints. Fixes regression in gtest-253.
10613
10614 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10615
10616         * verify.c (mono_verifier_verify_class): Don't allow generic types
10617         with explicit layout.
10618
10619         * verify.c (mono_method_verify): Check locals and argument types.
10620
10621 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
10622
10623         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
10624         wait if the thread is in StopRequested state.
10625
10626         * class.c (mono_class_from_name): Refactor the module searching code into
10627         a separate function so it can be reused in the AOT case too.
10628
10629 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
10630
10631         * verify.c (mono_type_is_valid_in_context): Improve the error message.
10632         Check both the type and it's generic type definition for loader errors.
10633         
10634         * verify.c (mono_method_is_valid_in_context): Don't generate another
10635         error when a type errors occur, this leads to the wrong exception been
10636         thrown.
10637
10638 2008-07-28  Dick Porter  <dick@ximian.com>
10639
10640         * icall-def.h
10641         * process.c
10642         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
10643         New internal calls to duplicate and close a process handle.
10644
10645 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
10646
10647         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
10648
10649 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
10650
10651         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
10652
10653 2008-07-27  Robert Jordan  <robertj@gmx.net>
10654
10655         * class.c (mono_class_init): Don't compute class.has_finalize for
10656         valuetypes. Fixes #412477.
10657
10658 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
10659
10660         * verify.c: Implement constraint equivalence checking.
10661         This is required when a generic parameter is used as
10662         argument to a constrained one.
10663
10664         Fixes #410637.
10665
10666 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
10667
10668         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10669
10670         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
10671
10672         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
10673         synch with managed object layout.
10674
10675 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
10676
10677         * verify.c (do_branch_op): Handle valuetypes and generic
10678         arguments properly.
10679
10680         * verify.c (do_cmp_op): Same.
10681
10682         Fixes #410383.
10683
10684 2008-07-24  Mark Probst  <mark.probst@gmail.com>
10685
10686         * generic-sharing.c: Fix memory leaks.
10687
10688         * class.c, class-internals.h: Make
10689         mono_class_inflate_generic_type_with_mempool() non-static.
10690
10691 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
10692
10693         * pedump.c (dump_verify_info): Dump full class name.
10694
10695 2008-07-24  Mark Probst  <mark.probst@gmail.com>
10696
10697         * generic-sharing.c: Removed some old code that didn't do anything.
10698
10699 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
10700         * profiler.c: Added runtime_initialized_event,
10701         mono_profiler_install_runtime_initialized and
10702         mono_profiler_runtime_initialized. This new hook tells the profiler
10703         when the runtime is sufficiently initialized to be able to call
10704         mono_thread_attach on the root appdomain.
10705         * profiler.h, profiler-private.h: Likewise.
10706
10707 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
10708
10709         * verify.c (do_cast): Do boxing for generic arguments as well.
10710
10711         * class.c (is_nesting_type): Drop generic instantiations before
10712         checking for nesting.
10713
10714         * class.c (can_access_instantiation): Allow access to generic
10715         arguments.
10716
10717 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
10718
10719         * verify.c (verify_class_for_overlapping_reference_fields):
10720         On some cases, the field size might be zero, guard against that.
10721         Fix the explicit layout check to work as expected.
10722
10723 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
10724
10725         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
10726         mono_thread_resume () during shutdown, since the thread we want to abort
10727         might be suspended.
10728
10729 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
10730
10731         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
10732         warning.
10733
10734         * debug-mono-symfile.c: Fix a warning.
10735
10736         * mono-perfcounters.c (get_cpu_times): Fix a warning.
10737
10738         * object.c (mono_class_vtable): Check if exception_type is set, and return
10739         NULL as defined by the function comments.
10740
10741 2008-07-22  Mark Probst  <mark.probst@gmail.com>
10742
10743         * mempool.c: Use malloc for every single mempool allocation if the
10744         configure option is set.  This makes it easier to track mempool
10745         allocations with tools like Valgrind.
10746
10747 2008-07-22  Jb Evain  <jbevain@novell.com>
10748
10749         * reflection.c (create_dynamic_mono_image): emit the same
10750         metadata version that SL2 does when creating a SL2 image.
10751
10752 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
10753
10754         * icall-def.h:
10755         * icall.c: New icall System.Enum:get_hashcode. This function
10756         avoids the overhead of boxing the enum to the underlying type.
10757
10758 2008-07-21  Mark Probst  <mark.probst@gmail.com>
10759
10760         * reflection.c (mono_method_get_object): Don't let static RGCTX
10761         invoke wrappers get into MonoReflectionMethods.
10762
10763 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
10764
10765         * object-internals.h:
10766         * object.c: New mono_runtime_class_init_full function
10767         that makes throwing the exception optinal.
10768
10769         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
10770         for the case where the exception object is supplied.
10771
10772 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
10773
10774         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
10775         old ld versions.
10776
10777         Contributed under MIT/X11 license.
10778
10779 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
10780
10781         * string-icalls.c (ves_icall_System_String_InternalSplit):
10782         Optimize array allocation by caching the MonoClass of the
10783         array type.
10784
10785         * icall.c (ves_icall_Type_GetMethodsByName): Same.
10786
10787         * reflection.c (mono_param_get_objects): Same.
10788
10789 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
10790
10791         * icall-def.h:
10792         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
10793         It inflates the given type using the class context.
10794
10795 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
10796
10797         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
10798         the vtable if it already exists.
10799
10800         * object-internals.h: Add mono_class_try_get_vtable as part of the
10801         internal API.
10802
10803         * reflection.c (mono_type_get_object): Use the MonoObject from the
10804         vtable when possible. Reduces locking contention on reflection heavy
10805         code.
10806
10807 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
10808
10809         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
10810         g_bit_nth_msf () since that macro is not implemented in eglib.
10811
10812 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
10813
10814         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
10815         on platforms which do not support it.
10816
10817 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
10818
10819         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
10820
10821 2008-07-11  Martin Baulig  <martin@ximian.com>
10822
10823         * mono-debug-debugger.h
10824         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
10825
10826         * mono-debug-debugger.c
10827         (_mono_debugger_interruption_request): New global volatile variable.
10828         (mono_debugger_check_interruption): New public function.
10829
10830         * threads.c
10831         (mono_thread_current_check_pending_interrupt): Call
10832         mono_debugger_check_interruption().
10833         (mono_thread_interruption_checkpoint_request): Likewise.
10834
10835 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10836
10837         * verify.c: Add more type checks for loaded types. Verify the result
10838         handle from ldtoken.
10839
10840 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10841
10842         * loader.c (field_from_memberref): Don't crash if the field
10843         wasn't found.
10844
10845 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10846
10847         * verify.c: Verify if type and method instantiations
10848         don't have invalid VAR or MVAR arguments.
10849
10850 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10851
10852         * verify.c: Fix double free of function pointer list.
10853
10854 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10855
10856         * object.c (mono_string_to_utf8): Comment the new code as it
10857         breaks under eglib.
10858
10859 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
10860
10861         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
10862
10863 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
10864
10865         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
10866           is not throw too many times.
10867
10868         Code is contributed under MIT/X11 license.
10869
10870 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
10871
10872         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
10873         debugging is turned off.
10874
10875 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
10876
10877         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
10878
10879 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10880
10881         * class-internals.h, class.c: Added new generic sharing option:
10882         Share only stuff in System.Collections.Generic, which is now the
10883         default.
10884
10885 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10886
10887         * generic-sharing.c, class-internals.h: New function for getting a
10888         generic method in a generic class given the corresponding method
10889         for a different instantiation of the class.  Partly refactored
10890         from mini-trampolines.c.
10891
10892         * class.c: Make sure generic methods have a class_inst if they are
10893         part of a generic class.
10894
10895         * metadata.c (mono_type_stack_size_internal): Handle type
10896         variables.
10897
10898 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10899
10900         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
10901         Signifies whether information on the this/vtable/mrgctx variable
10902         is available.
10903
10904 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10905
10906         * object.c, object-internals.h, icall.c: New function
10907         mono_delegate_ctor_with_method(), which does the same as
10908         mono_delegate_ctor(), but takes an explicit method argument
10909         instead of taking the method from the jit info.
10910
10911         * marshal.c: When creating a delegate with an inflated method take
10912         the "this" argument as the target class for the castclass.
10913
10914 2008-07-03  Mark Probst  <mark.probst@gmail.com>
10915
10916         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
10917         mono_jit_info_table_find() to perform very badly in some cases.
10918
10919 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
10920
10921         * icall.c (type_from_typename): Handle 'string'.
10922
10923         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
10924         wrappers into the wrapper_hash, since the key is not a MonoMethod.
10925
10926 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
10927
10928         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
10929
10930         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
10931         number of available managed allocator types.
10932
10933         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
10934         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
10935
10936 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
10937
10938         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
10939         which is a low level lock protecting just the 'jit_code_hash' hash table.
10940
10941         * domain.c: Initialize+cleanup jit_code_hash_lock.
10942         
10943 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10944
10945         * coree.c (mono_load_coree): Set coree_module_handle global variable only
10946         after initialization.
10947
10948         * coree.h: Make MonoFixupExe internal.
10949
10950         Contributed under MIT/X11 license.
10951
10952 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10953
10954         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
10955         because that is platform independent. Check NumberOfRvaAndSizes in PE32
10956         as well.
10957         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
10958         image being loaded is a CLI image and _CorValidateImage gets called.
10959
10960         * coree.h: Add MonoLoadImage.
10961
10962         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
10963         instead of LoadLibrary.
10964
10965         Contributed under MIT/X11 license.
10966
10967 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
10968
10969         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
10970         for any primitive type.
10971
10972 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
10973
10974         * object.c (mono_array_new_specific): Optimize this and the other allocation
10975         functions a bit.
10976         
10977         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
10978         domains too if mono_dont_free_domains is set.
10979
10980         * domain-internals.h (mono_dont_free_domains): New internal option controlling
10981         whenever to free appdomain data after it has been unloaded.
10982
10983         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
10984         
10985 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
10986
10987         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
10988         (mono_method_get_equivalent_method): Fix a warning.
10989
10990         * object.c (mono_message_init): Avoid looking up array types for each call.
10991
10992 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
10993
10994         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
10995         call.
10996
10997         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
10998         even more.
10999
11000         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
11001         each iteration.
11002
11003         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
11004         fields of an enum.
11005
11006 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
11007
11008         * object.c (mono_value_box): Fix boxing of nullables.
11009
11010 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
11011
11012         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
11013         mono_module_handle that is defined by the linker; no initialization required.
11014         * coree.h: Remove mono_module_handle, add __ImageBase, update
11015         mono_image_open_from_module_handle.
11016         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
11017         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
11018         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
11019         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
11020         to 4 GB away from image base address. IA64 version is not tested but was very
11021         easy to implement and should work if we ever need it.
11022         * domain.c (mono_init_internal): Avoid system error message boxes.
11023         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
11024         with has_entry_point. Handle do_mono_image_load fauilre correctly.
11025         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
11026         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
11027         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
11028
11029         Contributed under MIT/X11 license.
11030
11031 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
11032
11033         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
11034         as part of the private mono API.
11035         
11036         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
11037         Do proper argument checking for methods that belong to generic classes.
11038         Do proper type resolution for GMFH/2.
11039         Fixes #377324.
11040         
11041 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
11042
11043         * verify.c (do_switch): Fix a memory corruption bug with
11044         the jump index is out of bound.
11045
11046 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
11047
11048         * verify.c: Disable debug code.
11049
11050 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
11051
11052         * reflection.c (mono_image_get_methodbuilder_token): Use
11053         mono_image_get_methodspec_token_for_generic_method_definition
11054         instead of mono_image_get_memberref_token. We cache more memberef
11055         entries now.
11056
11057 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
11058
11059         * verify.c: Inflate exception clause types.
11060         Fixes #402606.
11061         
11062 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
11063
11064         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
11065         name.
11066
11067         * reflection.c (mono_image_get_ctorbuilder_token): Same.
11068
11069         * reflection.c (mono_image_create_method_token): Same.
11070
11071 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
11072
11073         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
11074         It does the same as mono_image_get_methodref_token but works on
11075         MethodBuilder.
11076
11077         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
11078         and always generate a methodspec. This follows the old behavior and fixes
11079         the regressions in System.Core. 
11080
11081 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
11082
11083         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
11084         don't event mono_class_get () succeeds. Fixes #402182.
11085
11086 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
11087
11088         * metadata-internals.h: Added MonoDynamicImage::methodspec
11089         hashtable to store methodspec tokens created for MethodBuilders.
11090
11091         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
11092         MethodBuilders as open instantiations if a methodspec was requested.
11093
11094         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
11095
11096         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
11097
11098         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
11099
11100         Fixes bug #349190.
11101
11102 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
11103
11104         * loader.c (method_from_methodspec): Avoid crashing if the
11105         method lookup fails.
11106
11107 2008-06-20  Dick Porter  <dick@ximian.com>
11108
11109         * socket-io.c (get_socket_assembly): Cope with Moonlight network
11110         classes being in a different assembly.  Fixes bug 399184.
11111
11112 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
11113
11114         * loader.c (mono_loader_init): Make this callable multiple times.
11115         (mono_dllmap_insert): Call mono_loader_init () so this works even before
11116         the runtime is initialized. Fixes #401755.
11117
11118 2008-06-19  Dick Porter  <dick@ximian.com>
11119
11120         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
11121         Fixes bug 349688.
11122
11123 2008-06-19  Dick Porter  <dick@ximian.com>
11124
11125         * socket-io.c:
11126         * icall-def.h: Implement Socket generic Send() and Receive()
11127         methods.  Fixes bug 395168.
11128
11129 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
11130
11131         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
11132
11133         Contributed under MIT/X11 license.
11134
11135 2008-06-18  Martin Baulig  <martin@ximian.com>
11136
11137         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
11138         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
11139         set to 80.0.  The debugger <-> runtime interface is now frozen as
11140         well.   
11141
11142         * mono-debug.c
11143         (mono_debug_debugger_version): Bump to 4.
11144
11145 2008-06-18  Martin Baulig  <martin@ximian.com>
11146
11147         * debug-mono-symfile.c
11148         (load_symfile): Don't check the minor version.
11149
11150         * debug-mono-symfile.h: Bump the version number to 50.0.
11151
11152 2008-06-18  Martin Baulig  <martin@ximian.com>
11153
11154         * debug-mono-symfile.c
11155         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
11156         minimum required version.
11157
11158 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
11159
11160         * reflection.c (mono_custom_attrs_from_property): Fix support for
11161         retriveving cattrs of dynamic inflated generic types.
11162
11163         * reflection.c (mono_custom_attrs_from_event): Same.
11164
11165         * reflection.c (mono_custom_attrs_from_field): Same;
11166
11167         * reflection.c (typebuilder_setup_events): Same cattrs of events.
11168
11169         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
11170         Moved to metadata.c.
11171
11172         * metadata.c: New functions to retrive the equivalent field, event
11173         of property from the generic type definition.
11174
11175         * metadata-internals.h: Added new functions from metadata.c.
11176
11177 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
11178
11179         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
11180         to cached in a mempool is used.
11181
11182         * metadata.c (free_generic_class): In some situations field generic_info type
11183         is not properly dup'ed and leads to double free'ing.
11184
11185         Fixes #400643.
11186
11187 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11188
11189         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
11190         this arguments (will be needed later for generic methods).
11191         Collect stats.
11192
11193 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11194
11195         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
11196         Create a static RGCTX invoke wrapper for methods which require it.
11197
11198 2008-06-17  Mark Probst  <mark.probst@gmail.com>
11199
11200         * object.c, class-internals.h: New function for checking whether
11201         an individual field is special static.
11202
11203 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
11204
11205         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
11206         linear search since the table is sorted.
11207
11208         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
11209         Fixes #324180.
11210
11211 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
11212
11213         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
11214         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
11215
11216         * gc.c (mono_domain_finalize): Allow an infinite timeout.
11217
11218         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
11219         
11220         * threads.c (mono_thread_request_interruption): Get rid of locking, use
11221         InterlockedCompareExchange to query and modify 
11222         thread->interruption_requested.
11223
11224         * object-internals.h (struct _MonoThread): Change interruption_requested
11225         to a gint32 so it can be modified by atomic operations. Add 
11226         'critical_region_level' from the managed side, change small_id to a guint32,
11227         add new set of 'unused' fields.
11228
11229         * appdomain.c: Bump corlib version.
11230
11231 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
11232
11233         * class.c (mono_class_from_name): Search modules as well. Fixes
11234         #322332.
11235
11236 2008-06-13  Mark Probst  <mark.probst@gmail.com>
11237
11238         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
11239         templates.  Templates are generalized with an additional type_argc
11240         argument.  RGCTX templates have type_argc==0, MRGCTX templates
11241         have type_argc>0.
11242
11243         * domain-internals.h, domain.c: New hash table for looking up
11244         MRGCTXs.
11245
11246         * metadata.c, metadata-internals.h: Rename hash and equal
11247         functions for MonoGenericInst's and make them public.
11248
11249         * class-internals.h: New data structures for the MRGCTX.  Macros
11250         for distinguishing slots in the RGCTX and the MRGCTX.
11251
11252 2008-06-13  Mark Probst  <mark.probst@gmail.com>
11253
11254         * object.c (mono_method_get_imt_slot): Put the same methods of
11255         different instantiations of the same generic interface in the same
11256         IMT slots, to make generic sharing simpler.
11257
11258 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
11259
11260         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
11261
11262         * metadata.c (mono_metadata_field_info_with_mempool): Added.
11263         This function works just like mono_metadata_field_info, but
11264         accept a mempool as argument to be used allocating memory.
11265
11266         * marshal.c (mono_marshal_load_type_info): Use new function
11267         to load marshal data into image mempool.
11268
11269 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
11270
11271         * class.c (mono_class_inflate_generic_type_with_mempool):
11272         This function allows to inflate a generic type using
11273         a mempool.
11274
11275         * class.c (inflate_generic_type): Take a mempool as argument
11276         and use it to do type dup'ing.
11277
11278         * class.c (mono_class_setup_fields): Field type for generic
11279         generic classes are allocated from the image mempool.
11280
11281         * metadata.c (free_generic_class): Inflated field type is
11282         now allocated in the image mempool.
11283
11284 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
11285
11286         * threads.c (thread_cleanup): Free MonoThread::name.
11287
11288 2008-06-12  Marek Habersack  <mhabersack@novell.com>
11289
11290         * appdomain.c (ensure_directory_exists): avoid unnecessary
11291         mkdir(2) calls when the shadow directory already exists.
11292         (mono_make_shadow_copy): copy also satellite assemblies from the
11293         private bin directories.
11294
11295 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
11296
11297         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
11298         
11299         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
11300         a page boundary. Fixes #396219.
11301
11302 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11303
11304         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
11305         due to double-checked locking.
11306
11307 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11308
11309         * assembly.c (build_assembly_name): Release memory on failure.
11310
11311         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
11312
11313 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11314
11315         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
11316         memory on failure.
11317
11318 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11319
11320         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
11321         memory on failure.
11322
11323 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11324
11325         * loader.c (field_from_memberref): Check if field signature type is equal
11326         to the non-inflated type of the field. Fixes #398980.
11327
11328 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
11329
11330         * assembly.c (mono_assembly_load_from_full): Call 
11331         mono_assembly_load_friends () outside the assemblies lock, since it can
11332         acquire the loader lock. Fixes #323696.
11333
11334         * reflection.c (resolve_object): Inflate the inst with the context for
11335         FieldOnTypeBuilderInst. Fixes #399010.
11336
11337 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11338
11339         * reflection.c (mono_image_get_field_on_inst_token): Don't
11340         inflate the field to encode it's signature. If it's a
11341         VAR or MVAR it should stay that way in the signature.
11342         Fixes #399047.
11343
11344 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11345
11346         * reflection.c (resolve_object): Release memory of inflated types.
11347
11348 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11349
11350         * loader.c (mono_method_get_signature_full): Remove assert about
11351         loading a methodspec to a generic method. We have such methods, such as
11352         System.Threading.Interlocked::CompareExchange<T>.
11353         This assert was removed since it crashes the verifier when it checks
11354         methods calling CompareExchange<T>.
11355
11356 2008-06-10  Marek Safar  <marek.safar@gmail.com>
11357
11358         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
11359         of Type array and not MonoType.
11360
11361 2008-06-10  Marek Habersack  <mhabersack@novell.com>
11362
11363         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
11364         <lupus@ximian.com>
11365
11366 2008-06-10  Martin Baulig  <martin@ximian.com>
11367
11368         * debug-mono-symfile.h
11369         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
11370         changes to the file format, but we were generating incorrect
11371         source file indices in the line number table due to a bug, which
11372         made backtraces report an incorrect source file.
11373
11374 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
11375
11376         * mono-debug.c: Moved mono_debug_free_method_jit_info from
11377         mini/debug-mini.c to here.
11378
11379         * mono-debug.c (il_offset_from_address): Free memory from find_method.
11380
11381         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
11382         use it to release structs returned by mono_debug_find_method.
11383
11384 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
11385
11386         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
11387         since it needs to set method->slot for all interface methods.
11388
11389 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
11390
11391         * class-internals.h: Forgot to add.
11392
11393 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
11394
11395         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
11396
11397         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
11398         Lookup the custom attributes from property_hash.
11399
11400         * reflection.c (mono_save_custom_attrs): Save the custom attributes
11401         in property_hash. Allocate all data using the image mempool.
11402
11403         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
11404         for dynamic_custom_attrs to checks if the image is dynamic.
11405
11406 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
11407
11408         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
11409         assemblies array.
11410         
11411         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
11412         runtime functions while holding the domain assemblies lock.
11413
11414 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
11415
11416         * verify.c: Reapplied the last bit of the reverted changes.
11417
11418 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
11419
11420         * verify.c: Reapplied more of the reverted changes.
11421
11422 2008-06-09  Martin Baulig  <martin@ximian.com>
11423
11424         * debug-mono-symfile.c (load_symfile): Check the major version
11425         first; if it's wrong, don't print the minor version in the error message.
11426
11427 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
11428
11429         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
11430         lock instead of the domain lock to avoid deadlocks, since the thread might
11431         already hold the loader lock.
11432
11433         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
11434         (mono_thread_attach): Ditto.
11435
11436         * monitor.c: Use a TLS variable for holding the current thread id instead
11437         of calling pthread_self ().
11438         (mono_monitor_init_tls): New internal function to initialize the TLS
11439         variable.
11440         (mono_monitor_try_enter_internal): Put the owner == id check after the
11441         owner == 0 check.
11442
11443         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
11444         missed optimizations when using gcc-4.3.
11445
11446 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
11447
11448         * reflection.c (mono_dynamic_image_free): Free the memory
11449         used by MonoGenericParam in MonoDynamicImage::gen_param.
11450
11451         * reflection.c (mono_reflection_setup_generic_class): Allocate
11452         container from mempool.
11453
11454         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
11455         container from mempool.
11456
11457 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
11458
11459         * threads.c (mono_set_pending_exception): New internal function to set the
11460         pending exception of the current thread.
11461         (mono_thread_get_and_clear_pending_exception): Check for 
11462         thread->pending_exception as well.
11463
11464         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
11465
11466         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
11467         it can trigger a collection.
11468
11469 2008-06-06  Martin Baulig  <martin@ximian.com>
11470
11471         Merged the `debugger-kahalo' branch.
11472
11473         * mono-debug.h
11474         (MONO_DEBUGGER_VERSION): Bumped to 72.
11475
11476         * debug-mono-symfile.h
11477         (MonoSymbolFileMethodIndexEntry): Removed.
11478         (MonoSymbolFileMethodEntry): New public typedef.
11479         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
11480         (MonoSymbolFileSourceEntry): Remove everything except `index' and
11481         `data_offset'.
11482         (MonoSymbolFileMethodEntry): Removed.
11483         (MonoSymbolFileLexicalBlockEntry): Removed.
11484         (MonoSymbolFileLineNumberEntry): Removed.
11485         (MonoDebugLexicalBlockEntry): Removed.
11486         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
11487         removed `num_il_offsets' and `il_offsets'.
11488         (MonoSymbolFile): Replace `version' with `major_version' and
11489         `minor_version'.
11490         (MONO_SYMBOL_FILE_VERSION): Replace with
11491         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
11492         `MONO_SYMBOL_FILE_MINOR_VERSION'.
11493
11494         * debug-mono-symfile.c
11495         (mono_debug_symfile_lookup_location): Add support for the new line
11496         number table format.
11497
11498 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
11499
11500         * metadata.c (free_generic_class): Release the inflated
11501         MonoClass of dynamic generic classes if it's not a generic
11502         type definition.
11503
11504 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
11505
11506         * verify.c: Reapplied more of the reverted changes.
11507
11508 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
11509
11510         * reflection.c (lookup_custom_attr): Clean the cached flag or
11511         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
11512         for SRE types.
11513
11514 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
11515
11516         * verify.c: Reapplied a small part of the reverted changes.
11517
11518 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
11519
11520         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11521
11522         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
11523         previously in managed code.
11524         (mono_monitor_exit): Ditto.
11525         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
11526
11527         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
11528         the managed definition.
11529
11530 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
11531
11532         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
11533
11534 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
11535
11536         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
11537         
11538         * monitor.c: Add some micro optimizations.
11539
11540         * icall.c (type_from_typename): Handle 'bool'.
11541
11542 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
11543
11544         * verify.c: Implement constructor verification per P III 1.8.1.4.
11545         Fixes #396716.
11546
11547 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
11548
11549         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
11550         holding the assemblies lock here too.
11551
11552 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
11553
11554         * verify.c: Kill stack_top function.
11555
11556 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
11557
11558         * verify.c: Kill stack_get function.
11559
11560 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
11561
11562         * verify.c (mono_method_verify): Last change broke the build. Fixed.
11563
11564 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
11565
11566         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
11567         more reliable.
11568
11569         * verify.c (mono_method_verify): Inflate params and locals to avoid
11570         mismatch when checking for compatibility.
11571
11572 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
11573
11574         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
11575         Length prefix should be size in bytes. Fix bug #339530.
11576         
11577         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
11578         Length prefix should be size in bytes. Fix bug #339530.
11579
11580         Code is contributed under MIT/X11 license.
11581
11582 2008-06-05  Bill Holmes <billholmes54@gmail.com>
11583
11584         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
11585
11586         Contributed under MIT/X11 license.
11587
11588 2008-06-05  Martin Baulig  <martin@ximian.com>
11589
11590         * mono-debug-debugger.c
11591         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
11592
11593 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
11594
11595         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
11596         while holding the assemblies lock to prevent deadlocks. Handle the case
11597         where the search hook returns NULL but the assembly was still loaded.
11598         Fixes #323696.
11599
11600         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
11601         modify domain state.
11602
11603 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
11604
11605         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
11606         * Makefile.am (pedump_LDADD): Post-process object files and
11607         add dtrace-generated object file, if necessary.
11608
11609         Code is contributed under MIT/X11 license.
11610
11611 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11612
11613         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
11614
11615 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11616
11617         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
11618
11619 2008-06-04  Mark Probst  <mark.probst@gmail.com>
11620
11621         * threads.c: Try to free everything from the delayed free table
11622         when shutting down threads, and set the variable to NULL after the
11623         table is freed so that calling
11624         mono_thread_hazardous_try_free_all() when shutting down the root
11625         domain doesn't crash.
11626
11627 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11628
11629         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
11630         the caller if resulting type was inflated.
11631
11632         * class.c (mono_class_create_from_typespec): Free the MonoType if it
11633         was inflated.
11634
11635         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
11636
11637
11638 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
11639
11640         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
11641         class library tests.
11642
11643         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
11644         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
11645         #396989.
11646
11647 2008-06-04  Mark Probst  <mark.probst@gmail.com>
11648
11649         * domain.c, domain-internals.h: The JIT infos are now freed by the
11650         JIT info table code.  They are freed immediately if there only a
11651         single JIT info table in circulation.  If there is more, the free
11652         is delayed via a queue.
11653
11654         * threads.c, threads-types.h: New hazard pointer function for
11655         freeing all freeable delayed items in one sitting.
11656
11657 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11658
11659         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
11660
11661         * reflection.c (typebuilder_setup_properties): Same.
11662
11663         * reflection.c (typebuilder_setup_events): Same.
11664
11665 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11666
11667         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
11668         and use it for allocating memory.
11669
11670         * reflection.c (mono_marshal_spec_from_builder): Same.
11671
11672         * reflection.c: Change code to use new signatures.
11673
11674         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
11675
11676 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11677
11678         * decimal.c (rescale128): Put back one line which was accidently commented
11679         out.
11680         
11681         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
11682         to cause crashes.
11683
11684 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11685
11686         * reflection.c (mono_reflection_generic_class_initialize): Name must
11687         be always malloc'ed so we can free it later on. Do this for field, property
11688         and event.
11689
11690         * metadata.c (free_generic_class): Free field, property and event names.
11691
11692 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11693
11694         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
11695         instead of g_memdup.
11696
11697         * reflection.c (typebuilder_setup_fields): Same.
11698
11699 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11700
11701         * decimal.c (rescale128): Optimize this function a bit more.
11702
11703 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11704
11705         * metadata.c (free_generic_class): Release some memory from
11706         SRE generic classes.
11707
11708 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11709
11710         * reflection.c (mono_image_get_generic_field_token): No reference
11711         to name is kept, free it.
11712
11713         * reflection.c (mono_reflection_generic_class_initialize): Free
11714         more memory of the inflated field.
11715
11716 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11717
11718         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
11719         code.
11720
11721 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
11722
11723         * reflection.c (mono_dynamic_image_free): Release memory used by
11724         MonoDynamicImage::array_methods elements.
11725
11726         * reflection.c (assembly_add_win32_resources): Release memory after
11727         encoding.
11728
11729 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
11730
11731         * decimal.c (log2_32): Use an optimized version for this function too.
11732         
11733         * decimal.c (log2_64): Fix this on 32 bit machines.
11734
11735 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
11736
11737         * class.c (mono_dup_array_type): Implement allocation using a mempool.
11738
11739         * class.c (mono_metadata_signature_deep_dup): Same.
11740
11741         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
11742         a mempool.
11743
11744         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
11745
11746         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
11747
11748         * metadata-internals.h: Added mono_metadata_signature_dup_full.
11749
11750         * class-internals.h: Update signatures to take a MonoMemPool.
11751
11752 2008-06-02  Dick Porter  <dick@ximian.com>
11753
11754         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
11755         * icall-def.h: Add
11756         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
11757         FormatMessage API to get the error text.  Fixes bug 321827.
11758
11759 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
11760
11761         * decimal.c: Add some micro optimizations to make decimal operations faster.
11762
11763 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
11764
11765         * reflection.c (method_encode_clauses): Take a mempool
11766         as parameter and use it to allocate the clause array.
11767
11768         * reflection.c (mono_image_get_field_on_inst_token): Free
11769         the inflated type after encoding it.
11770
11771         * reflection.c (mono_dynamic_image_free): Free each element
11772         of MonoDynamicImage::gen_params.
11773
11774         * reflection.c (reflection_methodbuilder_to_mono_method):
11775         Allocate the generic param array from the mempool.
11776         Allocate signature params from the mempool.
11777
11778         * reflection.c (mono_reflection_generic_class_initialize):
11779         Free inflated fields after been used.
11780
11781 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
11782
11783         * icall.c: Reapply the memory leak fixes as they no
11784         longer make mono crash.
11785
11786 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
11787
11788         * reflection.c (mono_type_get_object): Don't store the suplied
11789         MonoType with type_hash. A caller which pass a type that
11790         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
11791         might end with a pointer to freed memory.
11792         The solution is to use byval_arg or this_arg from the associated
11793         MonoClass of the supplied type.
11794
11795 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
11796
11797         * icall.c: Revert the rest of the last change as it breaks the build too.
11798
11799 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11800
11801         * icall.c: Revert a leak fix as it's breaking the build.
11802
11803 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11804
11805         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
11806
11807 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11808
11809         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
11810
11811 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11812
11813         * icall.c: Fix some memory leaks.
11814
11815 2008-05-29  Dick Porter  <dick@ximian.com>
11816
11817         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
11818         async socket operations from the pending list when a socket
11819         closes.  Leaving it until the threadpool services the event
11820         exposes a race condition when a socket descriptor is reused.
11821         Fixes bug 377589.
11822
11823 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11824
11825         * object.c: Fix negative index check for array alocation.
11826
11827 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11828
11829         * icall.c, marshal.c: Delegate wrappers should skip visibility.
11830         This check is performed by the verifier for IL created delegates
11831         and by Delegate::CreateDelegate for programatically created ones.
11832         Fixes #372406.
11833
11834 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11835
11836         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
11837         Fix code to use mono_array_size_t instead of int.
11838
11839         Based on patch by Luis F. Ortiz.
11840         Contributed under X11 license.
11841         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11842
11843 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11844
11845         * icall.c: Added ves_icall_System_Array_GetLongLength and
11846         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
11847         arrays.
11848
11849         * icall.h: Export both new functions.
11850
11851         Based on patch by Luis F. Ortiz.
11852         Contributed under X11 license.
11853         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11854
11855 2008-05-28  Martin Baulig  <martin@ximian.com>
11856
11857         The debugger now requires exactly r103463.
11858
11859         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
11860         This version is not supported by the debugger, wait for 72.
11861
11862 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11863
11864         * object.h: Changed array related functions to use
11865         mono_array_size_t instead of guint32. Forgot to commit this file.
11866
11867         Patch by Luis F. Ortiz.
11868         Contributed under X11 license.
11869         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11870
11871
11872 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11873
11874         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
11875         don't define it. Use the number literal instead.
11876
11877 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11878
11879         * icall.c: Changed array related functions to use
11880         mono_array_size_t instead of guint32.
11881
11882         * icall.c (ves_icall_System_Array_GetLength): Check for length
11883         overflow under MONO_BIG_ARRAYS.
11884
11885         Based on patch by Luis F. Ortiz.
11886         Contributed under X11 license.
11887         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11888
11889 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11890
11891         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
11892
11893         Based on patch by Luis F. Ortiz.
11894         Contributed under X11 license.
11895         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11896
11897 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11898
11899         * object.c, object.h: Changed array related functions to use
11900         mono_array_size_t instead of guint32.
11901
11902         Patch by Luis F. Ortiz.
11903         Contributed under X11 license.
11904         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11905
11906 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11907
11908         * object.h: Introduced mono_array_size_t typedef. This must be used
11909         in all places an array length is expected. This is 64bits wide if
11910         MONO_BIG_ARRAYS is enabled.
11911
11912         Patch by Luis F. Ortiz.
11913         Contributed under X11 license.
11914         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11915
11916 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
11917
11918         * security-manager.c class.c: Set the class exception info by calling
11919         mono_class_set_failure ().
11920
11921         * class.c (mono_class_get_exception_data): New accessor function.
11922         (mono_class_set_failure): Store exception_data in the property hash.
11923
11924         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
11925         the struct as a property.
11926
11927         * loader.c (mono_get_method_full): Store the lookup result for method
11928         tokens in method_cache, the others in methodref_cache to decrease the memory
11929         usage of hash tables.
11930
11931         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
11932         (mono_image_init): method_cache is lazy inited now.
11933
11934         * metadata-internals.h (struct _MonoImage): Change method_cache to
11935         a MonoValueHashTable, add a separate methodref_cache.
11936
11937 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
11938
11939         * number-formatter.h: Fix tables to avoid arithemtic overflow in
11940           Double.ToString as exposed by Bug #383531.
11941
11942 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
11943
11944         * number-formatter.h: Make some tables static.
11945
11946         * class.c (mono_method_set_generic_container): New accessor function.
11947         (mono_method_get_generic_container): Ditto.
11948
11949         * class-internals.h (struct _MonoMethod): Remove rarely used 
11950         'generic_container' field, store it in the property hash instead. Add 
11951         'is_generic' boolean field instead.
11952
11953         * image.c (mono_image_init): Initialize property_hash.
11954         (mono_image_close): Destroy property_hash.
11955
11956         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
11957         hold rarely used fields of runtime structures belonging to this image.
11958
11959         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
11960         to get/set method->generic_container.
11961
11962         * loader.c (mono_get_method_from_token): Avoid loading the method header for
11963         generic methods.
11964
11965 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
11966
11967         * class.c (mono_class_inflate_generic_method_full): Don't increase
11968         mono_stats.inflated_method_count for methods found in the cache.
11969
11970         * threads.c (mono_thread_request_interruption): Add a comment about 
11971         QueueUserAPC ().
11972
11973 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
11974
11975         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
11976         interface_offsets_packed table.
11977         
11978         * class.c (mono_class_init): Remove some dead code.
11979
11980         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
11981         mono_class_setup_vtable () when CAS is active to detect security problems.
11982
11983 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
11984
11985         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
11986
11987         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
11988         parameters as it's irrelevant for delegate checking.
11989
11990 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
11991
11992         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
11993
11994         * class.c (mono_class_init): Control the creation of a generic vtable using
11995         a global which is true by default, but set to false by the runtime startup code.
11996         
11997         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
11998         Disabled for now since it breaks the embedding API.
11999         Move the setup of class->methods for arrays to mono_class_setup_methods ().
12000         (mono_class_setup_methods): Add a memory barrier.
12001
12002         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
12003         when mono_class_init () doesn't compute the generic vtable.
12004         
12005 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
12006         * profiler.c: Added mono_profiler_install_statistical_call_chain,
12007         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
12008         to support call chains (backtrace) in the stat profiler.
12009         * profiler.c, profiler-private.h: Likewise.
12010
12011 2008-05-22  Mark Probst  <mark.probst@gmail.com>
12012
12013         * generic-sharing.c: Init generic class when a method of it is
12014         requested via a runtime generic context.
12015
12016 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
12017
12018         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
12019
12020         * reflection.c (mono_type_get_object): Add a FIXME.
12021
12022         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
12023
12024         * class.c (mono_class_get_method_by_index): New helper function, returning an
12025         entry in the class->methods array.
12026
12027 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12028
12029         * class.c (mono_class_init): Only do the array optimization for szarrays. 
12030         Avoid creating a generic vtable for generic instances as well.
12031         (mono_class_get_method_from_name_flags): Don't search in the metadata for
12032         generic instances.
12033
12034 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
12035
12036         * loader.c (mono_get_method_constrained): Inflate the signature
12037         with class context. Fix #325283.
12038
12039 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
12040
12041         * object.c (mono_class_create_runtime_vtable): Add a comment.
12042
12043         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
12044         where needed.
12045         (setup_interface_offsets): Handle the case when this is called twice for arrays.
12046         (mono_class_setup_vtable_general): Add an assert.
12047         (mono_class_init): Avoid creating a generic vtable for arrays.
12048
12049         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
12050         here, let mono_class_init () do that.
12051
12052         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
12053         interfaces in mscorlib.
12054
12055         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
12056         interfaces. Add some comments.
12057         (mono_class_init): Call mono_class_setup_methods () here since it is no
12058         longer called by mono_class_setup_vtable ().
12059
12060         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
12061         not set in class->vtable.
12062         (mono_class_create_runtime_vtable): Reenable the disabled code.
12063
12064         * object.c (mono_class_create_runtime_vtable): Disable the last change for
12065         now as it causes some test failures.
12066
12067         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
12068         if using the vtable trampoline. Also remove some strange code which put the
12069         generic methods themselves into the vtable slots. Remove the AOT init_vtable
12070         stuff as it is no longer needed.
12071
12072 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
12073
12074         * pedump.c: Give make --verify all option check code as well.
12075         Using --verify code won't check for metadata now.
12076
12077 2008-05-19  Martin Baulig  <martin@ximian.com>
12078
12079         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
12080
12081         * mono-debug.c
12082         (_mono_debug_using_mono_debugger): New global variable; it's set
12083         directly by the debugger, so mono_debug_using_mono_debugger() also
12084         works after attaching.
12085
12086 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
12087
12088         * object.c (mono_class_create_runtime_vtable): Use memory barriers
12089         as we do double checked locking on MonoClass::runtime_info and
12090         MonoClassRuntimeInfo::domain_vtables.
12091
12092 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
12093
12094         * debug-helpers.c (print_field_value): Fix a warning.
12095
12096 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
12097
12098         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
12099         set in the AOT case.
12100
12101 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
12102
12103         * class.c (mono_class_setup_vtable_general): Use memory barriers
12104         as we do double checked locking on MonoClass::vtable.
12105
12106 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
12107
12108         * reflection.c (resolve_object): Inflate only if the generic context
12109         is not null. Fixes #389886.
12110
12111 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
12112
12113         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
12114         instead of g_free.
12115
12116         Code is contributed under MIT/X11 license.
12117
12118 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
12119
12120         * class.c: Revert unrelated change.
12121
12122 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
12123
12124         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
12125         a generic instantiation, use mono_class_from_mono_type instead of playing
12126         with MonoType directly.
12127
12128 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
12129
12130         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
12131         checks must ignore generic instantiations, so mono_class_has_parent is not
12132         suitable. Fixes #390128.
12133
12134 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
12135
12136         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
12137         it to avoid registering tokens during metadata generation. Fixes #390023.
12138
12139 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
12140
12141         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
12142         consistent.
12143
12144         Contributed under MIT/X11 license.
12145
12146 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
12147
12148         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
12149         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
12150         to fixup the EXE image.
12151         (mono_cleanup): Use mono_close_exe_image.
12152         (mono_close_exe_image): New function.
12153         * image.c: Include "marshal.h".
12154         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
12155         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
12156         counting when the image is loaded outside of mono_image_open_full. Set status
12157         based on GetLastError.
12158         * coree.c: Include required headers. Add init_from_coree.
12159         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
12160         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
12161         (_CorExeMain): Set init_from_coree.
12162         (CorExitProcess): Only call ExitProcess for now.
12163         (CorBindToRuntimeEx): New stub implementation.
12164         (CorBindToRuntime): New function.
12165         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
12166         (MonoFixupExe): ILONLY executables require no fixups.
12167         (mono_set_act_ctx): New function to set activation context.
12168         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
12169         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
12170         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
12171         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
12172         as MONO_INTERNAL.
12173         * domain-internals.h: Add mono_close_exe_image.
12174
12175         Contributed under MIT/X11 license.
12176
12177 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
12178
12179         * metadata.c (mono_metadata_compute_size): Correctly calculate field
12180         size for generic param and event tables. Fixes #388977.
12181
12182 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
12183
12184         * loader.c (mono_method_signature): Use memory barriers because of the double
12185         checked locking pattern.
12186
12187         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
12188         aborting or aborted as well. Fixes #376391.
12189         
12190         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
12191         existing runtime state in the Suspend handler during shutdown.
12192
12193 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
12194
12195         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
12196
12197         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
12198         which are starting up or shutting down.
12199
12200         * threads.c (mono_threads_set_shutting_down): Don't return a value since
12201         this function never returns if the runtime is already shutting down.
12202
12203         * icall.c (ves_icall_System_Environment_Exit): Update after 
12204         mono_threads_set_shutting_down () signature change.
12205         
12206 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
12207
12208         * class.c: Added can_access_instantiation to verify if the instantiation
12209         is visible. Fix access check for nested types as they returned TRUE
12210         before doing type and generic instantiation visibility checks.
12211
12212 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
12213
12214         * reflection.c (mono_reflection_create_generic_class): The created type
12215         must have a different container from its TypeBuilder. Otherwise they
12216         will end sharing generic arguments, which is wrong.
12217
12218         Due to the sharing, making a generic instance of the created type using
12219         the TypeBuider generic arguments resulted in the generic type definition
12220         been returned, which is wrong as well.
12221
12222         As a bonus the code was leaking the type_params array. This memory should
12223         be allocated from the image mempool.
12224
12225         This fixes bug #354047.
12226
12227 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
12228
12229         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
12230         to here         as they are now used in assembly.c new code.
12231         Added a skipverification flag to MonoAssembly.
12232         New internal function mono_assembly_has_skip_verification.
12233
12234         * assembly.c: New function mono_assembly_has_skip_verification. It checks
12235         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
12236         part of #387274.
12237
12238 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
12239
12240         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
12241         needed. Fixes #387034.
12242
12243         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
12244
12245 2008-05-06  Miguel de Icaza  <miguel@novell.com>
12246
12247         * assembly.c (mono_assembly_load_reference): Prevent crash while
12248         disassembling Silverlight 2.0 executables while we still do not
12249         have GACed libraries.
12250
12251 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
12252
12253         * reflection.c: Special case generic type definitions as well. Fixes #383444.
12254
12255 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
12256
12257         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
12258         of the dynamic case. Fixes #387404.
12259
12260 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
12261
12262         *verify.c (mono_verifier_is_class_full_trust): If under
12263         verify_all and the verifier mode was not set, only
12264         gac and corlib types are fulltrust. This makes --verify-all
12265         usable to detect unverifiable code, which is the expected
12266         use case.
12267
12268 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
12269
12270         * verify.h: Ops, commited the header with debug
12271         enabled.
12272
12273 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
12274
12275         * verify.c (merge_stack): Use the new value on unverifiable
12276         stack merges.
12277
12278         * verify.c (verify_type_compatibility_full): Comparison
12279         of nullable types can't use mono_class_is_assignable_from.
12280
12281         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
12282         that makes all verification errors be reported.
12283
12284         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
12285         mono_method_verify.
12286
12287 2008-05-05  Robert Jordan  <robertj@gmx.net>
12288
12289         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
12290         support for value types. See #386415.
12291
12292         * object.c: comments.
12293
12294         Code is contributed under MIT/X11 license.
12295
12296 2008-05-05  Martin Baulig  <martin@ximian.com>
12297
12298         * debug-mono-symfile.h
12299         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
12300         for old pre-terrania symbol files.
12301
12302 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
12303
12304         * mono-config.c: Add ppc64 architecture.
12305
12306         Code is contributed under MIT/X11 license.
12307
12308 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
12309
12310         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
12311           PPC64 uses function descriptors as well.
12312
12313         Code is contributed under MIT/X11 license.
12314
12315 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
12316
12317         * object.c (compute_class_bitmap): Ignore literal static fields.
12318
12319         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
12320         var has an invalid format.
12321         (describe_ptr): Add some sanity checks for the vtable.
12322         (add_nursery_frag): Clear unused nursery fragments.
12323         (major_collection): Clear all remaining nursery fragments.
12324
12325 2008-05-03  Robert Jordan  <robertj@gmx.net>
12326
12327         * image.c, metadata-internals.h: add thunk_invoke_cache.
12328
12329         * marshal.c, marshal.h: implement
12330         mono_marshal_get_thunk_invoke_wrapper ().
12331
12332         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
12333
12334         Code is contributed under MIT/X11 license.
12335
12336 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
12337
12338         * verify.c (do_leave): Empty the stack.
12339
12340 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
12341
12342         * class.c (mono_class_is_assignable_from): Variance
12343         doesn't work between reference and value types. For example,
12344         given type C<T+>, C<int32> is not assignable to C<object>.
12345         Break the argument checking loop on first error. 
12346
12347 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
12348
12349         * icall.c : base64_to_byte_array() needs some more strict
12350           check for sequence of '=' characters. Patch by Santa
12351           Marta (http://deee.g.hatena.ne.jp/santamarta).
12352
12353           Contributed under MIT/X11 license.
12354           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
12355
12356 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
12357
12358         * domain.c: Disable LoadLibrary support to fix Win32 build.
12359
12360         Code is contributed under MIT/X11 license.
12361
12362 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
12363
12364         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
12365         to help with cache behaviour.
12366
12367 2008-05-01  Miguel de Icaza  <miguel@novell.com>
12368
12369         * appdomain.c (mono_domain_from_appdomain): Add new accessor
12370         method. 
12371
12372 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
12373
12374         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
12375
12376 2008-05-01  Dick Porter  <dick@ximian.com>
12377
12378         * process.c (process_get_fileversion): Only pass 16 bits of
12379         language ID to VerLanguageName.  Fixes bug 381204.
12380
12381 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
12382
12383         * verify.c (mono_method_verify): Fix the comparison
12384         operator for code bounds check.
12385
12386 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
12387
12388         * verify.c (mono_method_verify): Check the bounds of
12389         all access of the code array.
12390
12391 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
12392
12393         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
12394
12395 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
12396
12397         * image.c (mono_image_strong_name_position): Fix return value when the rva is
12398         not valid.
12399
12400 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
12401
12402         * loader.c (mono_get_method_from_token, mono_method_signature): Add
12403         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
12404         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
12405         fixup main EXE images when using mono.exe for mixed-mode assembly support.
12406         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
12407         mono_runtime_load.
12408         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
12409         runtime initialization from metadata.
12410         * assembly.c: Remove obsolete ceGetModuleFileNameA.
12411         (mono_set_rootdir): Use mono_get_module_file_name.
12412         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
12413         handles.
12414         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
12415         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
12416         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
12417         MonoCLIImageInfo. Add support for module handles.
12418         (load_cli_header): Update mono_cli_rva_image_map signature.
12419         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
12420         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
12421         (mono_image_rva_map): Add support for module handles.
12422         (mono_image_ensure_section_idx): Add support for module handles.
12423         (mono_image_close): Add support for module handles.
12424         (do_load_header): Add support for module handles.
12425         (mono_image_open_from_module_handle): New function for internal use.
12426         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
12427         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
12428         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
12429         handles.
12430         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
12431         * image.h: Add mono_image_fixup_vtable.
12432         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
12433         support.
12434         * coree.h: New file.
12435         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
12436         unsupported native code.
12437         (mono_marshal_set_callconv_from_modopt): New function splitted from
12438         mono_marshal_get_managed_wrapper.
12439         (mono_marshal_get_managed_wrapper): Use
12440         mono_marshal_set_callconv_from_modopt.
12441         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
12442         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
12443         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
12444         that results in a deadlock when the runtime is loaded in _CorDllMain.
12445         * Makefile.am: Add coree.c and coree.h.
12446
12447         Contributed under MIT/X11 license.
12448
12449 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12450
12451         * generic-sharing.c: Search for type arguments in array element
12452         types as well.
12453
12454 2008-04-28  Mark Probst  <mark.probst@gmail.com>
12455
12456         * class-internals.h, generic-sharing.c: New, small runtime generic context.
12457
12458         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
12459
12460         * object.c: Don't setup the RGCTX when the vtable is created,
12461         because we're setting it up lazily now.
12462
12463 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
12464
12465         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
12466         64 bit support.
12467
12468 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
12469
12470         * verify.c (verify_class_for_overlapping_reference_fields): 
12471         If class is under fulltrust allow reference types to overllap
12472         if they have the same RVA.
12473
12474 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
12475
12476         * pedump.c: Added new flag valid-only, that makes the verifier
12477         behaves just like --security=validil. It won't fail type load
12478         due to unverifiable restrictions.
12479
12480 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
12481
12482         * class-internals.h (struct MonoMethod): Added a verification_success
12483         field to cache verifier executions. Reduced MonoMethod:slot size by
12484         one bit.
12485
12486 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
12487
12488         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
12489         instead of a 'vt' argument to save an indirection and to allow these to be used
12490         for valuetypes.
12491         (scan_vtype): New helper function to scan an area using a gc descriptor.
12492         (mono_gc_wbarrier_value_copy): Implement this.
12493         (handle_remset): Add support for REMSET_VTYPE.
12494         (find_in_remset_loc): Ditto.
12495         (mono_gc_base_init): Allow some debugging options to be controlled through the
12496         use of the MONO_GC_DEBUG env variable.
12497         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
12498         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
12499
12500 2008-04-23  Martin Baulig  <martin@ximian.com>
12501
12502         * domain.c (mono_domain_create): Move the call to
12503         mono_debug_domain_create() down, after allocating the domain id.
12504
12505 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
12506
12507         verify.c (verify_class_for_overlapping_reference_fields): Skip
12508         static fields while verifying for overlapping fields as they
12509         don't matter at all.
12510
12511 2008-04-23  Marek Habersack  <mhabersack@novell.com>
12512
12513         * domain-internals.h: added a declaration of
12514         mono_make_shadow_copy.
12515
12516         * assembly.c (mono_assembly_open_full): shadow copying of
12517         assemblies moved to here, so that all the assemblies within the
12518         application domain's private binary directories can be
12519         processed. Fixes bug #380546
12520
12521         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
12522         mono_make_shadow_copy and made non-static. The decision whether
12523         to shadow-copy an assembly is made based on its location - it's
12524         copied if it's in one of the private application domain binary
12525         directories and its different to the target file in the shadow
12526         directory. Fixes bug #380546
12527
12528 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
12529
12530         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
12531
12532         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
12533         types.
12534
12535         * reflection.c (mono_image_create_token): Handle 
12536         Method/ConstructorOnTypeBuilderInst.
12537         (resolve_object): Ditto.
12538         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
12539         so it can be called from resolve_object. Also handle the case when the inflated
12540         class already has its methods setup.
12541
12542 2008-04-21  Martin Baulig  <martin@ximian.com>
12543
12544         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
12545
12546 2008-04-20  Geoff Norton  <gnorton@novell.com>
12547
12548         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
12549         pointer dereference.
12550
12551 2008-04-15  Marek Habersack  <mhabersack@novell.com>
12552
12553         * appdomain.c (try_load_from): if IOMAP is in effect, call the
12554         portability API to look up the assembly file. Fixes behavior in
12555         situations when the application has a bin/ directory, but the
12556         assembly search patch refers to Bin/ (and thus the requested file
12557         name is Bin/SomeLibrary.dll). Fixes bug #379888
12558
12559 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
12560
12561         verify.c (mono_type_is_generic_argument): Extracted this check
12562         from a dozen places to here.
12563
12564         verify.c: Fixed all issues related to boxing generic arguments
12565         and their constraints.
12566
12567 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
12568
12569         verify.c (mono_class_interface_implements_interface): Fix win32 build.
12570
12571 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
12572
12573         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
12574         isn't finished yet. Fixes #363447.
12575
12576 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
12577
12578         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
12579         Fixes #346419.
12580
12581 2008-04-13  Jb Evain  <jbevain@novell.com>
12582
12583         * domain.c: update the 2.1 profile versions.
12584         Merged from the Moonlight 2 branch.
12585
12586 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
12587
12588         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
12589         mscorlibs for the non-refonly case as well.
12590
12591         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
12592         in mono_assembly_load_from_full (). Fixes #378924.
12593
12594 2008-04-11  Geoff Norton  <gnorton@novell.com>
12595
12596         * icall.c: The global extern environ doesn't exist on Mac.  We
12597         need to call NSGetEnviron instead.
12598
12599 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12600
12601         verify.c: Add generic method constraint verification.
12602
12603 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12604
12605         class.c (mono_class_inflate_generic_method_full): Add a long
12606         explanation to the is_mb_open hack. Remove the FIXME.
12607
12608 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12609
12610         * verify.c (mono_method_verify): Mark all unknown opcodes
12611         as invalid. Mark jmp as unverifiable.
12612
12613 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12614
12615         * verify.c: Add code to do type constraint verification on class instances.
12616
12617         * verify.c (mono_verifier_verify_class): Use the type constraint 
12618         verification code.
12619
12620 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12621
12622         * class.c (mono_class_get_field_default_value): Don't pass cindex
12623         as hint to mono_metadata_get_constant_index. The local is not initialized
12624         and should contain garbage most of the time. This could only work
12625         with a lot of luck.
12626
12627 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
12628
12629         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
12630
12631 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
12632
12633         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
12634
12635         * class.c (mono_class_from_generic_parameter): Save the token of the
12636         generic param in MonoClass::sizes.generic_param_token.
12637
12638         * reflection.c (mono_custom_attrs_from_class): If the class type is
12639         VAR or MVAR retrieve the attributes of the generic param.
12640
12641 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12642
12643         * class.c (mono_class_init): Do class verification if the verifier
12644         is enabled.
12645
12646 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12647
12648         * verify-internal.h: Added mono_verifier_verify_class.
12649
12650         * verify.c: Added mono_verifier_verify_class. It checks for
12651         classes with explicit layout that have overlapping reference fields.
12652
12653         * pedump.c: Init the verifier state prior to verification. Fixed
12654         command line arguments.
12655
12656 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12657
12658         * Makefile.am: Added verify-internals.h, hopefully fix the build.
12659
12660 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12661
12662         * verify-internals.h: Fix a warning.
12663
12664 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
12665
12666         * verify-internals.h: New header with the verifier configuration
12667         extracted from mini.c.
12668
12669         * verify.c: Implemented the new functions exported by verify-internals.h.
12670
12671 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
12672
12673         * verify.c: Add proper verification of ckfinite.
12674
12675 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12676
12677         * verify.c (do_conversion): Improved error message to something
12678         more meanfull.
12679
12680         * verify.c (check_is_valid_type_for_field_ops): Fix to work
12681         with primitive types.
12682
12683 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12684
12685         * verify.c: Added tail prefix checking. Marked icall
12686         as unverifible.
12687
12688 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12689
12690         * verify.c: Fix the detection of branches to the middle
12691         of an instruction.
12692
12693 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
12694
12695         * verify.c: Implemented verification of volatile. and
12696         unaligned. prefix. Check if a type is valid after retrieving it.
12697
12698 2008-04-01  Dick Porter  <dick@ximian.com>
12699
12700         * process.c (process_get_fileversion): If there's no string block,
12701         set the file language to en_US.  Fixes the other new part of bug
12702         374600.
12703
12704 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
12705
12706         * class.c: New functions mono_method_can_access_field_full and
12707         mono_method_can_access_method_full. They perform type visibility
12708         and type site check.
12709
12710         * class-internal.h: Added exported functions.
12711
12712         * verify.c: Use new functions to implement proper visibility checks.
12713
12714 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
12715
12716         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
12717
12718 2008-03-28  Dick Porter  <dick@ximian.com>
12719
12720         * process.c (process_get_fileversion): Use the first language ID
12721         we see, rather than insisting on an invariant language.  Fixes bug
12722         374600.
12723
12724 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
12725
12726         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
12727         the streams to fix reading of invalid memory later.
12728
12729         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
12730         to ease debugging.
12731
12732 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
12733
12734         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
12735         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
12736
12737 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
12738         * threads.h: Added MonoThreadManageCallback type and
12739         mono_thread_set_manage_callback prototype
12740         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
12741         (used to store the mono_thread_manage callback).
12742         * threads.c: Added mono_thread_set_manage_callback, and handle
12743         "MonoThread->manage_callback" in build_wait_tids.
12744
12745 2008-03-26  Dick Porter  <dick@ximian.com>
12746
12747         * process.c (process_get_fileversion): Set FileVersionInfo strings
12748         to Empty when the resource doesn't have the particular info.
12749         Fixes bug 355717.
12750
12751 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
12752
12753         * verify.c (mono_method_verify): Proper prefix validation.
12754
12755 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
12756
12757         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
12758         itself in a separate argument instead of throwing them. Fixes #373448.
12759
12760         * appdomain.c: Bump corlib version.
12761
12762 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
12763
12764         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
12765
12766 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
12767
12768         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
12769         version macros.
12770
12771 2008-03-20  Mark Probst  <mark.probst@gmail.com>
12772
12773         * generic-sharing.c, class-internals.h: Code for putting
12774         reflection types into the runtime generic context.
12775
12776 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
12777
12778         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
12779         Fixes #340662. 
12780
12781
12782 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
12783
12784         * verify.c (VerifyContext): Added instruction prefix data to the struct.
12785
12786         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
12787
12788         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
12789
12790         * verify.c (do_cast): Let the result value keep the boxed status.
12791
12792         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
12793
12794 2008-03-17  Jb Evain  <jbevain@novell.com>
12795
12796         * reflection.c: when running on a 2.0 runtime, emit
12797         unconditionally the #~ header version as 2.0, and the
12798         CLI header version as 2.5, for symmetry's sake with csc.
12799
12800 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
12801
12802         * class.c: Remove the unused cache_interface_offsets stuff.
12803
12804         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
12805         profiler.c: Fix warnings.
12806
12807 2008-03-16  Mark Probst  <mark.probst@gmail.com>
12808
12809         * generic-sharing.c, class-internals.h: Support for putting
12810         methods into the runtime generic context.
12811
12812 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
12813
12814         * class.c (mono_class_setup_fields): Ignore calls made to this function for
12815         classes which are generic instances of not-yet finished typebuilders. Fixes
12816         #351172.
12817
12818         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
12819
12820 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
12821
12822         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
12823
12824         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
12825         field, replace it with a hash table in MonoDynamicImage.
12826
12827         * reflection.c (inflate_mono_method): Access the generic definition object from
12828         image->generic_def_objects instead of imethod->reflection_info.
12829
12830         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
12831
12832         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
12833         
12834         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
12835         function in reflection.c so it is easier to keep in sync with the dynamic image
12836         creation code.
12837
12838         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
12839         mono_image_close ().
12840
12841 2008-03-15  Mark Probst  <mark.probst@gmail.com>
12842
12843         * class.c (mono_class_generic_sharing_enabled): Disable generic
12844         sharing for all architectures except AMD64 and x86 to fix build.
12845
12846 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12847
12848         * verify.c: Use the generic definition MonoGenericContext when available.
12849         Remove code for checking generics instance compatibility in favor of
12850         mono_class_is_assignable_from.
12851
12852 2008-03-14  Mark Probst  <mark.probst@gmail.com>
12853
12854         * marshal.c, marshal.h, metadata-internals.h, image.c,
12855         wrapper-types.h: New wrapper for invoking a shared static method
12856         without having to pass the runtime generic context argument.
12857
12858 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12859
12860         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
12861
12862 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
12863
12864         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
12865         
12866         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
12867         create a token from a FieldOnTypeBuilderInst.
12868         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
12869         (resolve_object): Ditto.
12870
12871         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
12872         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
12873
12874 2008-03-14  Martin Baulig  <martin@ximian.com>
12875
12876         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
12877
12878         * debug-mono-symfile.h
12879         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
12880         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
12881
12882 2008-03-10  Martin Baulig  <martin@ximian.com>
12883
12884         * debug-mono-symfile.h
12885         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
12886         `lexical_block_table_offset'.
12887         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
12888         `lexical_blocks'.
12889         (MonoSymbolFile): Added `version'.
12890
12891         * mono-debug.h
12892         (MonoDebugLexicalBlockEntry): Removed.
12893         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
12894         `lexical_blocks'.
12895
12896         * mono-debug.c (mono_debug_add_method): Don't compute lexical
12897         blocks here; the debugger now does this internally.
12898
12899 2008-02-27  Martin Baulig  <martin@ximian.com>
12900
12901         * object.c (mono_runtime_exec_main): Call
12902         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
12903         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
12904
12905 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12906
12907         * verify.c (verify_type_compatibility_full): Allow native int to be converted
12908         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
12909
12910 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12911
12912         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
12913         ldftn with a virtual method.
12914
12915 2008-03-13  Geoff Norton  <gnorton@novell.com>
12916
12917         * decimal.c:  Only include memory.h if the platform has it.
12918
12919 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
12920
12921         * assembly.c, class.c, metadata-internals.h: make sure public key
12922         tokesns are compared in a case-insensitive way. Also, all
12923         the lookups in the GAC use a lowercase public key token
12924         (gaacutil already does the lowercasing on install). Fixes
12925         bug #369541.
12926
12927 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
12928
12929         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
12930         and return value.
12931
12932 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
12933
12934         * image.c: when someone loads a mscorlib from a file, return the
12935         currently loaded mscorlib (fixes bug #369253).
12936
12937 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
12938
12939         * class.c: handle types with no parents by forcing them to have
12940         System.Object as a parent and marking them as broken (this currently
12941         allows the first part of bug #369173 to work as well, likely because
12942         we don't check for typeload exceptions everywhere yet).
12943
12944 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
12945
12946         * class.c: more complete check that types belong to corlib
12947         (fixes second part of bug #369173).
12948
12949 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
12950
12951         * generic-sharing.c:  Including glib.h for the MSVC builds to define
12952           "inline" to "__inline" before including mono-membar.h.
12953           
12954         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
12955           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
12956           MSVC builds.
12957
12958         Contributed under MIT/X11 license.
12959
12960 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12961
12962         * verify.c (do_invoke_method): Remove return type validation.
12963
12964         * verify.c (do_ret): Do return type validation at return site instead of
12965         call site.
12966
12967 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12968
12969         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
12970
12971         * verify.c: Some todos cleaned and improved a few error messages.
12972
12973 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
12974
12975         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
12976
12977 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
12978
12979         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
12980         system types correctly.
12981
12982         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
12983         function.
12984
12985 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12986
12987         * assembly.c (build_assembly_name): Fix a warning.
12988
12989 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
12990
12991         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
12992         the called function takes an object type argument. Fixes storing or
12993         valuetypes across remoting as well as reducing memory usage.
12994         * image.c, metadata-internals.h: remove now unused ldfld_remote and
12995         stfld_remote wrapper caches.
12996
12997 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12998
12999         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
13000         is not found.
13001
13002         * reflection.c (mono_image_register_token): New helper function to save
13003         a token->object mapping.        
13004
13005         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
13006         managed code.
13007
13008         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
13009         one dimension arrays. Fixes #367670.
13010         (mono_reflection_get_type_internal): Ditto.
13011
13012 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
13013
13014         * marshal.c: mono_load_remote_field_new() always returns object.
13015         so use the proper signature (fixes bug #366445).
13016
13017 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13018         
13019         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
13020         add an 'inline_failure' flag instead.
13021
13022 2008-03-04  Mark Probst  <mark.probst@gmail.com>
13023
13024         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
13025         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
13026         contains the location of "this", used for exception handling.
13027
13028 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
13029
13030         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
13031         their size on all platforms for perf reasons.
13032
13033 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
13034
13035         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
13036         object-internal.h
13037
13038         * object-internal.h: Same.
13039
13040 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
13041
13042         * reflection.h: Fix the build I just broke.
13043
13044 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
13045
13046         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
13047         Test if a token is valid, this remove explicit usage of 
13048         MonoDynamicImage::tokens from the verifier code.
13049
13050         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
13051
13052         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
13053         instead of direct access to MonoDynamicImage::tokens.
13054
13055 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
13056
13057         * verify.c (token_bounds_check): Fix the build I just broke.
13058
13059 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
13060
13061         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
13062
13063         * verify.c (verifier_load_method): Fixed the errors message.
13064
13065         * verify.c (mono_method_verify): Fixed a debug message.
13066
13067 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
13068
13069         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
13070         mono-perfcounters.h, class-internals.h: support for predefined
13071         writable counters, query of categories and counters, bugfixes.
13072
13073 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
13074
13075         * verify.c (do_refanytype): Verify the refanytype opcode.
13076
13077         * verify.c (mono_method_verify): Use do_refanytype.
13078
13079 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
13080
13081         * verify.c (do_mkrefany): Verify the mkrefany opcode.
13082
13083         * verify.c (mono_method_verify): Use do_mkrefany.
13084
13085 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
13086
13087         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
13088         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
13089         implementation.
13090
13091 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
13092
13093         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
13094         the type load exception.
13095
13096 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
13097
13098         * verify.c: Added a few FIXME for method signatures
13099
13100         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
13101         of mono_method_get_signature and get vararg call working. Removed unused
13102         checks for return value.
13103
13104         * verify.c (do_refanyval): Verify the refanyval opcode.
13105
13106         * verify.c (mono_method_verify): Implemented verification of arglist and
13107         use do_refanyval.
13108
13109 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
13110
13111         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
13112         vtypes to marshal.c.
13113
13114         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
13115         it works for AOT as well.
13116
13117 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
13118
13119         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
13120         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
13121         the system time is adjusted.
13122
13123 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
13124
13125         * icall.c, icall-def.h: use the new time functions (fixes the
13126         non-monotonic behaviour of TickCount).
13127
13128 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
13129
13130         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
13131         it breaks the build.
13132         
13133         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
13134         cattr is not finished yet.
13135
13136 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
13137
13138         * verify.c: Proper token validation for field, method and type.
13139
13140 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
13141
13142         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
13143
13144         * loader.c (method_from_memberref): Generate type load error instead of method missing
13145         if the type is not found.
13146
13147 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
13148
13149         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
13150         some of the conversions caused the generation of a marshal directive exception.
13151
13152 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
13153
13154         verify.c: Report which exception should be thrown by the JIT.
13155         Added a lot of FIXME notes.
13156
13157 2008-02-22  Mark Probst  <mark.probst@gmail.com>
13158
13159         * generic-sharing.c: Runtime generic context slots are not
13160         instantiated on init anymore.  Instead, provide function to do the
13161         instantiating on demand.
13162
13163         * class-internals.h: Added vtable to runtime generic context.
13164         Macros for encoding direct and indirect slot offsets in one
13165         guint32.
13166
13167 2008-02-21  Mark Probst  <mark.probst@gmail.com>
13168
13169         * object.c, generic-sharing.c: Moved some generic sharing code
13170         from object.c to generic-sharing.c.
13171
13172         * generic-sharing.c: Added support for extensible runtime generic
13173         context.
13174
13175         * metadata-internals.h: Two new hash tables in MonoImage for
13176         extensible runtime generic context support.
13177
13178         * domain.c: Unregister generic vtables upon domain unloading.
13179
13180         * image.c: Destroy new hash tables upon image unloading.
13181
13182         * metadata.c: Unregister generic subclasses upon image unloading.
13183
13184         * class-internals.h: New data structure for runtime generic
13185         context template.  New fields in the runtime generic context for
13186         extensible part.
13187
13188         * Makefile.am: Added generic-sharing.c.
13189
13190 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
13191
13192         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
13193         there is a pending loader exception, raise it.
13194
13195         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
13196         same.
13197
13198         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
13199         same.
13200
13201         Fixes #363450.
13202
13203 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
13204
13205         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
13206
13207         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
13208         
13209         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
13210         ref-only requests for compatibility with MS.
13211
13212 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
13213
13214         * reflection.c (mono_custom_attrs_from_method): Don't silently
13215         return an empty list for generic method instances.
13216         (mono_custom_attrs_from_param): Likewise.
13217
13218 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
13219             Raja R Harinath  <harinath@hurrynot.org>
13220
13221         Fix #354757
13222         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
13223         * class.c (mono_class_inflate_generic_method_full): Initialize it
13224         when a fully-open method is instantiated.
13225         * metadata.c (inflated_method_equal, inflated_method_hash): Update
13226         to new field.
13227         * reflection.c (inflate_mono_method): Don't create a temporary context.
13228
13229 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
13230
13231         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
13232         Compute correct value, to prepare for imethod->reflection_info going away.
13233
13234 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
13235
13236         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
13237
13238 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
13239
13240         * verify.c: Implement skip visibility flag.
13241
13242 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
13243
13244         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
13245         which contains an extra field to tell the kind of exception that should be thrown.
13246
13247         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
13248
13249 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
13250
13251         * loader.c (mono_method_get_param_names): Initialize 'klass' after
13252         'method' is updated.
13253
13254 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
13255
13256         * class.c (mono_class_layout_fields): Set class->min_align for classes using
13257         explicit layout as well. Fixes #360375.
13258
13259 2008-02-11  Geoff Norton  <gnorton@novell.com>
13260
13261         * loader.c: Guard and dereference against inflated generic methods
13262
13263 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
13264
13265         * class.c: Include Retargetable spec in assembly name.
13266         * assembly.c: Always include PublicKeyToken spec in assembly name
13267         (with value "null" if assembly is not signed), and include
13268         Retargetable spec.
13269         * icall-def.h: Added icall for Assembly.get_fullname.
13270         * icall.c: Added icall returning the fullname of an assembly.
13271
13272 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
13273
13274         * class.c (mono_class_setup_vtable_general): Add a missing call to
13275         mono_class_setup_methods () which is needed in the AOT case.
13276
13277 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
13278
13279         * verify.c (mono_type_get_stack_name): Added. Return the name for the
13280         stack type of the given MonoType.
13281
13282         * verify.c (verify_type_compatibility_full): Handle the void type.
13283
13284         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
13285         way stack merging works.
13286
13287         * verify.c (store_local): Improved verification message.
13288
13289         * verify.c (do_branch_op): If the merging is invalid, the method
13290         is unverifiable and not invalid. Improved error message.
13291
13292         * verify.c (merge_stacks): Properly merge a boxed valuetype and
13293         a reference type diferent than System.Object. Improved error
13294         message.
13295
13296 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
13297
13298         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
13299
13300         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
13301         type of an enum even if the argument is byref.
13302
13303         * verify.c: Replace all explicit uses of enumtype and enum_basetype
13304         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
13305
13306         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
13307
13308         *verify.c (verify_type_compatibility_full): Make enum types
13309         compatible with their base types.
13310
13311         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
13312         types are compatible for the special case of a boxed valuetype and
13313         System.Object.
13314
13315         * verify.c (verify_stack_type_compatibility): The function
13316         is_compatible_boxed_valuetype was extracted from here.
13317
13318         * verify.c (push_arg): Only set ctx->has_this_store if the method
13319         is not static.
13320
13321         * verify.c (do_ldelem): Fixed a typo in an error message and added
13322         strict check for mixing int32 and native int as the array type
13323         and ldelem type.
13324
13325         * verify.c (merge_stacks): Consider boxed valuetypes in the
13326         compatibility checks.
13327
13328 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
13329         * profiler.h: (MonoGCEvent): Added start-stop the world events.
13330
13331 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
13332         *class.c: use_new_interface_vtable_code: renamed the env var to have
13333         a "MONO_" prefix, and fix the logic to enable it by default.
13334
13335 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
13336         *class.c:
13337         mono_class_setup_vtable_general: rewrote the way in which interface
13338         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
13339         makes the code more maintainable.
13340         For now the old code is still there, and can be activated setting
13341         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
13342
13343 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
13344
13345         * verify.c: guarded some debug functions around and #ifdef.
13346
13347         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
13348
13349 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
13350
13351         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
13352         changes for now since they seem to break too many things.
13353
13354 2008-02-05  Mark Probst  <mark.probst@gmail.com>
13355
13356         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
13357         mono_marshal_find_nonzero_bit_offset): Added macro and function
13358         for finding the byte- and bit-offset of a bitfield within a
13359         struct.
13360
13361 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
13362
13363         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
13364         (mono_marshal_get_struct_to_ptr): Ditto.
13365
13366         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
13367         cctor_signature.
13368
13369 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
13370
13371         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
13372         between methods for non-corlib types.
13373
13374 2008-02-02  Geoff Norton  <gnorton@novell.com>
13375
13376         * loader.c (mono_method_get_param_names): Populate the parameter name for 
13377         generic parameters as well. (Fixes #342536)
13378
13379 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
13380
13381         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
13382
13383         * verify.c (do_invoke_method): Fix for calling with byref structs.
13384
13385         * verify.c (do_cast): push a boxed value type based on the type token and not
13386         the type of stack.
13387
13388 2008-01-31  William Holmes  <billholmes54@gmail.com>
13389
13390         * process.c (process_module_string_read): Check the size returned form 
13391           VerQueryValue to avoid out of memory exception. 
13392
13393 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
13394
13395         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
13396         Handle properly modules which are not in the moduleref table. Fixes
13397         #356938.
13398
13399 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
13400
13401         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
13402         the dynamic case which is now in managed code.
13403         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
13404
13405         * marshal.c (mono_string_to_bstr): Fix a warning.
13406         (init_com_provider_ms): Ditto.
13407
13408         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
13409
13410         * exception.c (mono_get_exception_out_of_memory): New helper function.
13411
13412 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
13413
13414         * marshal.c: Add support for BSTR marshalling
13415         using other COM systems.
13416
13417         Code is contributed under MIT/X11 license.
13418
13419 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
13420
13421         * object.c (mono_runtime_invoke_array): reverted previous
13422         commit as it breaks the build.
13423
13424 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
13425
13426         * object.c (mono_runtime_invoke_array): Verify arguments for
13427         invalid types. Fixes #348522.
13428
13429 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
13430
13431         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
13432         non-final virtual calls using call. 
13433
13434         * verify.c (do_invoke): fixed some TODOs.
13435
13436         * verify.c (push_arg): set has_this_store for "ldarga 0".
13437
13438 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
13439
13440         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
13441         which belong to an inflated class. Fixes #356531.
13442
13443 2008-01-26  Robert Jordan  <robertj@gmx.net>
13444
13445         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
13446         which resort to FindFirstFile when a certain error condition
13447         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
13448         Code is contributed under MIT/X11 license.
13449
13450 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
13451
13452         * marshal.c (emit_marshal_string): Fix out string marshalling
13453         to use specified encoding. Fixes #323900.
13454
13455         Code is contributed under MIT/X11 license.
13456
13457 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
13458
13459         * class.c (mono_class_inflate_generic_method_full): Don't modify
13460         iresult->context after cache check.
13461
13462 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
13463
13464         * class.c (mono_class_inflate_generic_method_full): Change the
13465         struct assignments to memcpy for better visibility and add some comments.
13466
13467 2008-01-23  Dick Porter  <dick@ximian.com>
13468
13469         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
13470         procedure, and make it work on windows.
13471
13472 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
13473
13474         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
13475         a MonoReflectionTypeBuilder since it is always of that type.
13476
13477         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
13478
13479         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
13480
13481         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
13482         
13483         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
13484
13485         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
13486
13487         * reflection.c (mono_reflection_create_runtime_class): Remove already created
13488         instantiations from the type cache.
13489
13490 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
13491
13492         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
13493
13494         * verify.c (do_unbox_value): push a controled mutability managed pointer.
13495
13496 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
13497
13498         * verify.c (do_ldstr): added, verifies if the #US token is valid.
13499
13500         * verify.c (mono_method_verify): removed old TODO
13501
13502 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
13503
13504         * verify.c (do_newobj): add visibility check.
13505
13506 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
13507
13508         * verify.c (do_load_function_ptr): add visibility check.
13509
13510 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
13511         *class.c:
13512         mono_generic_class_get_class: hook profiler events.
13513         mono_field_get_offset: added to support heap-shot in the new profiler.
13514         *class.h: exported mono_field_get_offset.
13515         * reflection.c:
13516         mono_reflection_setup_internal_class: hook profiler events.
13517
13518 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
13519
13520         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
13521         argument here too and use it to avoid checking for pending exceptions if 
13522         possible.
13523
13524 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
13525
13526         * assembly.c (build_assembly_name): add arg for passing the assembly
13527         flags. Do not consider a PublicKey with value "null" valid.
13528         (mono_assembly_name_parse_full): added boolean argument that will be
13529         set if the assembly name contains a PublicKeyToken spec. Added support
13530         for the Retargetable spec for which only Yes or No are allowed as valid
13531         value. Consider assembly name invalid if Retargetable spec is set, but
13532         either version, culture or public key (token) are not specified.
13533         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
13534         with implementation in assembly.c.
13535         * icall.c (fill_reflection_assembly_name): also copy assembly flags
13536         from MonoAssemblyName.
13537         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
13538         introduced argument for mono_assembly_name_parse_full to know if the
13539         assembly name has a PublicKeyToken spec, and if it has instruct
13540         fill_reflection_assembly_name to use default value for keyToken (if
13541         PublicKeyToken is null).
13542
13543 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
13544
13545         * verify.c (mono_method_verify): fixed ovf ops with
13546         float values. They are unverifiable now.
13547
13548 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
13549
13550         * class.c (set_failure_from_loader_error): add BadImageException to the
13551         list of exceptions that can cause a type to fail to load.
13552
13553         * class.c (mono_class_get_exception_for_failure): same.
13554
13555 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
13556
13557         * verify.c (in_any_exception_block): added, check if offset
13558         is part of any exception handling clause.
13559
13560         * verify.c (get_stack_type): added VAR and MVAR types.
13561
13562         * verify.c (do_stobj): better error messages.
13563
13564         * verify.c (do_cpobj): added, check cpobj.
13565
13566         * verify.c (do_initobj): added, check initobj.
13567
13568         * verify.c (do_sizeof): added, check sizeof.
13569
13570         * verify.c (do_localloc): added, check localloc.
13571
13572         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
13573
13574 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
13575
13576         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
13577         save_lmf/restore_lmf opcodes.
13578
13579         * threads.c (mono_threads_install_notify_pending_exc): New function to
13580         install a callback notifying the JIT there is a pending exception on a thread.
13581         (mono_thread_request_interruption): Call the new callback.
13582         (mono_thread_get_and_clear_pending_exception): New function to return the
13583         exception pending on a thread.
13584
13585         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
13586         to turn off checking for pending exceptions.
13587         (mono_marshal_get_native_wrapper): Ditto.
13588
13589 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13590
13591         * threads-types.h: Get rid of the unnecessary extern declarations.
13592
13593 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
13594
13595         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
13596         return field from parent class if not private.
13597         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
13598         returns fields from parent class if they are not private.
13599         (method_nonpublic): added function to determine if a given method
13600         should be considered non-public. Returns false for private methods
13601         on parent class, and internal methods from parent on the 1.0 profile.
13602         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
13603         use method_nonpublic function to determine whether method should be
13604         returned.
13605         (property_accessor_public): use newly introduced method_nonpublic
13606         function to determine whether accessor is non-public. 
13607         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
13608         event from parent class if not private. Only return static event if
13609         Static flag is set, and only return static event from parent class if
13610         FlattenHierarchy flag is set.
13611         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
13612         include non-private events from parent class.
13613
13614 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13615
13616         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
13617         warning.
13618
13619 2008-01-16  Wade Berrier <wberrier@novell.com>
13620
13621         * security.c: Add assembly.h header to appease some warnings
13622
13623 2008-01-16  Dick Porter  <dick@ximian.com>
13624
13625         * process.c (process_module_string_read): Remove trailing null
13626         when saving string.
13627
13628 2008-01-16  Mark Probst  <mark.probst@gmail.com>
13629
13630         * class-internals.h: A new data structure describing the layout of
13631         a runtime generic context (MonoRuntimeGenericContextTemplate).
13632
13633         * metadata-internals.h: Added a hash table to MonoDomain that maps
13634         from open generic classes to their runtime generic context
13635         templates.
13636
13637         * object.c: Building of the runtime generic context, including
13638         proper handling of generic type arguments of superclasses.
13639         Building of the runtime generic context according to the template.
13640
13641 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
13642
13643         * class.c (mono_class_setup_fields): Set field.count for generic instances.
13644         Fixes #350856.
13645
13646         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
13647         mono_portability_find_file (). Fixes #325466.
13648         (mono_image_get_public_key): Fix a warning.
13649
13650 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
13651
13652         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
13653         Fixes #353550.
13654         (mono_class_from_name_case): Ditto.
13655
13656 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
13657
13658         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
13659           common storage for the tables used in the System/NumberFormatter class.
13660
13661 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
13662
13663         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
13664
13665 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
13666
13667         * verify.c (get_boxable_mono_type): check if the token is valid.
13668
13669         * verify.c (set_stack_value): changed to add an error if an
13670         invalid type is set on stack. Changed all callers due to signature change.
13671
13672         * verify.c (do_stobj): implement stobj validation.
13673
13674 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
13675
13676         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
13677         set container->is_method, it was set earlier.
13678
13679         * metadata.c (type_in_image): Handle MVARs which belong to not finished
13680         generic methods.
13681
13682         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13683         is_method of the generic container to TRUE for methods.
13684
13685 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13686
13687         * metadata.c (type_in_image): Handle type parameters properly.
13688
13689         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
13690         memory ownership of this structure.
13691
13692 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
13693
13694         * verify.c (get_boxable_mono_type): make typedref types been just
13695         unverifiable. check for void type.
13696
13697         * verify.c (do_unbox_any): added, verify opcode unbox.any.
13698
13699         * verify.c (do_load_function_ptr): accept method spec tokens.
13700
13701 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13702
13703         * marshal.c (mono_class_native_size): Always set *align even if this is called
13704         recursively.
13705
13706 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
13707
13708         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
13709         out-of-date.
13710
13711 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
13712
13713         * verify.c: removed some old unused tables. A huge bunch of small fixes
13714         to things found while testing the verifier with mono basic.
13715
13716         * verify.c (dump_stack_value): dump null literal flag to.
13717
13718         * verify.c (verify_type_compatibility_full): fix comparison
13719         for types that have a generic super type.
13720
13721         * verify.c (verify_stack_type_compatibility): fix compatibility
13722         between null literals and reference types. fix compatibility between
13723         boxed valuetypes and object. fix corner case test for enums.
13724
13725         * verify.c (do_cmp_op): proper verification of cgt.un in case
13726         of reference types.
13727
13728         * verify.c (do_invoke_method): fix error message.
13729
13730         * verify.c (do_store_indirect
13731
13732         * verify.c (check_is_valid_type_for_field_ops): proper verification
13733         of managed pointers to valuetypes and boxed valuetypes. proper verification
13734         of null literals.
13735
13736         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
13737         allow token to be a reference type.
13738
13739         * verify.c (do_cast): proper handling of boxes valuetypes.
13740
13741         * verify.c (do_stelem): proper handling of storing a boxed valuetype
13742         in object[].
13743
13744         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
13745         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
13746         fixed the decoding of unbox_any
13747
13748 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
13749
13750         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
13751
13752 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
13753
13754         * verify.c (do_newobj): do delegate verification.
13755
13756         * verify.c (verify_delegate_compatibility): perform delegate
13757         verification.
13758
13759         * verify.c (verify_ldftn_delegate): perform tests related to
13760         ldftn delegates.
13761
13762         * verify.c (mono_delegate_signature_equal): perform the
13763         slightly diferent signature comparison required by delegates.
13764
13765         * metadata.c (mono_metadata_type_equal_full): added and exported
13766         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
13767         allows signature only comparison.
13768
13769         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
13770         as MONO_INTERNAL.
13771
13772 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
13773
13774         * verify.c: added a bunch of stack_slot_* functions to
13775         make access to stack slot type easier. This is required to
13776         allow optional flags, like null literal, boxed value and
13777         this pointer.
13778         All access paths to IlStackDesc::stype have been changed 
13779         to use these new funcions.
13780         Removed a bunch of unused functions and cleared all warnings.
13781         This patch introduces the usage of the this pointer and 
13782         boxed value flags.
13783
13784 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
13785
13786         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
13787
13788 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
13789
13790         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
13791         match managed version.
13792
13793         * appdomain.c: Bump corlib version.
13794         
13795         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
13796         argument.
13797
13798 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
13799
13800         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
13801         Set public key token to zero-length byte array if assembly is not
13802         strongnamed.
13803
13804 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13805
13806         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
13807         writing a vtype array elem.
13808
13809 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
13810
13811         * assembly.c (build_assembly_name): return FALSE if length of token is
13812         not 16 (if not "null").
13813         (mono_assembly_name_parse_full): return FALSE if value of version,
13814         culture, token or key is 0.
13815         * icall.c (fill_reflection_assembly_name): add boolean arguments to
13816         specify whether public key and public key token must be set to default
13817         value (zero-length byte array) if not available. Set versioncompat to
13818         SameMachine. If public key is available or the default is set, then
13819         set PublicKey flag.
13820         (ves_icall_System_Reflection_Assembly_FillName): if no public key
13821         is available, use empty byte array as default value. On the 2.0
13822         profile, use default value for public key token if not set.
13823         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
13824         profile, use default value for public key if not set. On the 2.0
13825         profile, use default value for public key token if not set.
13826         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
13827         default values for public key and public key token.
13828
13829 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13830
13831         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
13832         field to keep it in synch with the managed object.
13833
13834         * marshal.c (emit_marshal_object): Add support for byref marshalling of
13835         delegates. Fixes #351520.
13836
13837         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
13838         contains defined memory.
13839         
13840         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
13841
13842         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
13843         
13844         * sgen-gc.c (check_consistency): New helper function to do a consistency check
13845         of the GC data structures.
13846
13847         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
13848
13849         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
13850         
13851         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
13852         barrier.
13853         (mono_array_clone_in_domain): Ditto.
13854         (mono_array_clone_in_domain): Ditto.
13855
13856         * threads.c (start_wrapper): Register the thread start argument as a GC root.
13857         (cache_culture): Use a write barrier.
13858
13859         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
13860         (ves_icall_get_property_info): Ditto.
13861
13862         * object.h (MONO_STRUCT_SETREF): New macro.
13863
13864         * class-internals.h (MonoStats): Add some GC statistics.
13865
13866         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
13867
13868 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
13869
13870         * exception.c (mono_exception_from_name_two_strings):
13871         Break from loop after method is found.
13872
13873 2008-01-04  Dick Porter  <dick@ximian.com>
13874
13875         * process.c (process_module_string_read): Rename variable to
13876         reflect correct usage, after fixing bug 345972.
13877
13878 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
13879
13880         * verify.c (mono_type_create_fnptr_from_mono_method): 
13881         created a MonoType function pointer instance to be used during
13882         verification. The verifier releases this memory at end.
13883
13884         * verify.c (mono_method_is_constructor): extracted repeated
13885         checks for constructor into a single class.
13886
13887         * verify.c (do_push_field): use new extracted method
13888         for constructor check.
13889
13890         * verify.c (do_newobj): same.
13891
13892         * verify.c (do_ldftn): renamed to do_load_function_ptr
13893         and make it verify ldvirtftn too.
13894
13895         * verify.c (mono_method_verify: proper verification
13896         of ldvirtftn. release created MonoMethod instances.
13897
13898 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13899
13900         * verify.c (token_bounds_check): added.
13901
13902         * verify.c (do_ldftn): added.
13903
13904         * verify.c (mono_method_verify): proper verificartion of ldftn.
13905
13906 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13907
13908         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
13909         than the table row count. It's the resposibility of the caller to
13910         make the bounds check and raise the correct error.
13911
13912         * metadata.c (mono_metadata_decode_row_col): Same.
13913
13914         * loader.c (mono_get_method_from_token): perform bounds check
13915         on token for methoddef table.
13916
13917 2007-12-29  Miguel de Icaza  <miguel@novell.com>
13918
13919         * icall.c
13920         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
13921         assert into a negative result, the managed code already coped with
13922         that.
13923
13924         Some folks on Windows reported this error. 
13925
13926 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
13927
13928         * appdomain.c: Bump corlib version.
13929         * icall.c:
13930         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
13931         CultureInfo.CreateCulture to create CultureInfo for name.
13932         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
13933         create CultureInfo for name. Fixes bug #347174.
13934
13935 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13936
13937         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
13938         flags.
13939
13940         * verify.c (is_valid_branch_instruction): allow branching to the
13941         first instruction of the protected block.
13942
13943         * verify.c (is_valid_cmp_branch_instruction): same.
13944
13945         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
13946         avoid double initialization.
13947
13948         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
13949         detect which cases the eval stack should just be copied.
13950
13951         * verify.c (mono_method_verify): check if the eval stack
13952         is empty when entering a protected block.
13953
13954 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13955
13956         * verify.c: added is_clause_in_range, is_clause_inside_range,
13957         is_clause_nested and verify_clause_relationship. They perform
13958         the verifications stated in P1 12.4.2.7.
13959
13960         * verify.c (mono_method_verify): remove some unused variables,
13961         add the new exception clause checks, add instruction border
13962         checks for protected block start/end, improved some error 
13963         messages and fixed a bug in the way invalid instruction access
13964         is detected.
13965
13966 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
13967
13968         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
13969         from GC 7.0 if available.
13970
13971         * object.c: Remove an unused define.
13972         
13973         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
13974
13975         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
13976
13977         * null-gc.c (mono_gc_make_descr_for_array): Implement.
13978
13979         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
13980
13981         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
13982         to take the same arguments as the other make_descr functions.
13983
13984         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
13985
13986         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
13987         directly.
13988
13989         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
13990         mini.c.
13991
13992         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
13993         call to boehm-gc.c.
13994
13995         * boehm-gc.c (mono_gc_register_root): Fix a warning.
13996
13997         * null-gc.c (mono_gc_register_root): Fix a warning.
13998
13999         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
14000
14001         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
14002         (mono_gc_base_init): Call GC_init ().
14003
14004         * null-gc.c: Define mono_gc_register_root () as a no-op.
14005
14006         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
14007
14008 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
14009
14010         * verify.c: add prototype for merge_stacks at top
14011
14012         * verify.c (do_switch): added.
14013
14014         * verify.c (merge_stacks): on some cases the stack merging
14015         was not happening properly. Unequal stack sizes at merge
14016         points should be invalid.
14017
14018         * verify.c (mono_method_verify): added more debug info on stack state.
14019         verify switch properly.
14020
14021 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
14022
14023         * method-builder.h: New file, moved the mono_mb_ declarations here from 
14024         marshal.h.
14025
14026         * boehm-gc.c marshal.c: Include method-builder.h.
14027
14028         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
14029
14030         * marshal.c: Remove some code which is now in method-builder.c.
14031
14032 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
14033
14034         * method-builder.c: New file, extraction of the method builder functionality 
14035         from marshal.c.
14036
14037         * marshal.c: Move the mb functions into method-builder.c.
14038
14039         * marshal.h marshal.c: Export some mono_mb_... functions.
14040
14041         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
14042
14043         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
14044         the caller.
14045
14046         * class.c (mono_class_get_full): Check the token type in the dynamic case.
14047
14048         * loader.c (mono_field_from_token): Ditto.      
14049
14050         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
14051         type as well.
14052         
14053         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
14054         Fixes #342565.
14055
14056         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
14057         a helper function for setting it.
14058
14059         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
14060
14061         
14062         * assembly.c: Significally simplify code now that referenced assemblies are 
14063         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
14064
14065         * threads.h: Don't include  the internal threads-types.h header file. Fixes
14066         #349952.
14067
14068 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
14069
14070         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
14071         instructions that were target of branches or are at protected block boundaries.
14072
14073         * verify.c (in_same_block): handle filter clauses.
14074
14075         * verify.c (is_valid_branch_instruction): added. checks the target of
14076         instructions br or brtrue/false.
14077
14078         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
14079         binary branch instructions such as beq and bge.
14080
14081         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
14082         and made it pin the instruction as been part of the exception block.
14083
14084         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
14085         of in_same_block.
14086
14087         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
14088         of in_same_block.
14089
14090         * verify.c (do_ret): ret from a protected block is unverifiable and
14091         not invalid.
14092
14093         * verify.c (do_static_branch): verify br and br.s instructions.
14094
14095         * verify.c (merge_stacks): add extra param to support detection
14096         of branches in the middle of instructions.
14097         
14098         * verify.c (mono_method_verify): verify branches and exception blocks
14099         that target the middle of instructions. Proper verification of br and br.s.
14100
14101 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
14102
14103         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
14104         skip_visibility field.
14105         (reflection_methodbuilder_from_dynamic_method): Ditto.
14106
14107         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
14108         registrations. Fixes #348193.
14109
14110         * threads.h: Move the internal mono_thread_get_pending_exception () to
14111         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
14112
14113 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
14114
14115         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
14116         icall registration. Fixes #348193.
14117
14118         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
14119         for corlib classes into object. Fixes #349621.
14120
14121 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
14122
14123         * icall.c (property_accessor_nonpublic): new function to determine
14124         whether an accessor allows a property to be considered non-public.
14125         Returns false for private accessor(s) from parent class, and internal
14126         accessor(s) from parent on 2.0 profile (and higher).
14127         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
14128         to determine whether property should be included if NonPublic flag
14129         is set. Fixes bug #349078.
14130
14131 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
14132
14133         * verify.c (init_stack_with_value): added.
14134
14135         * verify.c (mono_method_verify): extracted common
14136         code for exception initialization into init_stack_with_value.
14137
14138         * verify.c (mono_method_verify): initialize the exception
14139         for handler clauses as well.
14140
14141         * verify.c (mono_method_verify): fix the exception clause
14142         ordering rules, it should use handler end offset and not
14143         start offset.
14144
14145 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
14146
14147         * rawbuffer.c: remove useless warning.
14148
14149 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
14150
14151         * threads.h, threads-types.h: move functions to the correct header
14152         (fixes bug#349952).
14153
14154 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
14155
14156         * verify.c (mono_method_verify): proper verification
14157         of exception handling clauses ranges and fallthru in
14158         and out of protected blocks.
14159
14160 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
14161
14162         * verify.c (mono_method_verify): fixed compilation issue.
14163
14164 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
14165
14166         * verify.c (mono_method_verify): a printf slipped in, changed
14167         to use verifier debug macro.
14168
14169 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
14170
14171         * verify.c (is_correct_leave): check for filter clauses.
14172
14173         * verify.c (do_filter): added.
14174
14175         * verify.c (mono_method_verify): property verification of leave.
14176
14177
14178 2007-12-18  Mark Probst  <mark.probst@gmail.com>
14179
14180         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
14181         Win32 build, until we figure out how to do the proper thing on
14182         Win32.
14183
14184 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
14185
14186         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
14187         by the previous patch.
14188         
14189         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
14190         the assembly resolve handler for refonly assemblies.
14191
14192 2007-12-17  Mark Probst  <mark.probst@gmail.com>
14193
14194         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
14195         Make sure only one thread is allowed to commence shutdown, and
14196         don't allow new threads to be started once shutdown is in
14197         progress.
14198
14199 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
14200
14201         * verify.c (is_correct_endfilter): added.
14202
14203         * verify.c (is_unverifiable_endfilter): added.
14204
14205         * verify.c (do_endfilter): added.
14206
14207         * verify.c (mono_method_verify): property verification of endfilter
14208         and fixed a corner case or endfinally.
14209
14210 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
14211
14212         * verify.h: new flags to support fail fast of unverifiable code and
14213         do non-strict verification. Non-strict verification is required to
14214         have MS runtime compatibility. There are a huge amount of unverifiable
14215         code that it accepts as verifiable. The strict mode verifies the code
14216         as the specs says.
14217         Non-strict mode will be required in cases where code needs to be
14218         accepted as verifiable but fails under strict mode.
14219
14220         * pedump.c: added support to fail fast and non-strict verification.
14221
14222         * verify.c: added support for both fail fast and non-strict verification.
14223
14224 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
14225
14226         * verify.c (is_correct_endfinally): added.
14227
14228         * verify.c (mono_method_verify): property verification of endfinally.
14229
14230 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14231
14232         * verify.c (in_any_block): check for filter clauses.
14233
14234         * verify.c (is_correct_rethrow): added.
14235
14236         * verify.c (mono_method_verify): property verification of rethrow.
14237
14238         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
14239
14240 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
14241
14242         * verify.c (do_throw): added.
14243
14244         * verify.c (mono_method_verify): property verification of throw
14245
14246 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
14247
14248         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
14249         assemblies. Fixes #346425.
14250
14251 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
14252
14253         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
14254         FieldBuilders.
14255
14256         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
14257
14258         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
14259         prevent asserts when this is called with a token which might not be valid.
14260
14261         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
14262         lookup_dynamic_token_class with valid_token == FALSE.
14263
14264         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
14265
14266         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
14267
14268         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14269         
14270 2007-12-10  Mark Probst  <mark.probst@gmail.com>
14271
14272         * gc.c: Don't delay threadpool thread finalization unless Mono is
14273         shutting down.
14274
14275 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14276
14277         * threads.c: turn an assert into a non-fatal warning.
14278
14279 2007-12-09  Robert Jordan  <robertj@gmx.net>
14280
14281         * icall.c (GetVirtualMethod): Add missing argument validation.
14282
14283 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
14284
14285         * verify.c (do_cast): added.
14286
14287         * verify.c (mono_method_verify): property verification of castclass and isinst.
14288
14289
14290 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
14291
14292         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
14293
14294         * verify.c (do_stelem): added.
14295
14296         * verify.c (mono_method_verify): property verification of stelem.X.
14297
14298 2007-12-07  Mark Probst  <mark.probst@gmail.com>
14299
14300         * class.c, class-internals.h: Introduce an environment variable
14301         (MONO_GENERIC_SHARING) through which the extent of generic code
14302         sharing can be controlled (share all classes, share only corlib
14303         classes, or share nothing).
14304
14305         * object.c: Only create runtime generic context for classes for
14306         which sharing is enabled.
14307
14308 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
14309
14310         * verify.c (do_ldelem): refactor it to work with ldelem.any.
14311
14312         * verify.c (mono_method_verify): property verification of ldelem.any.
14313
14314 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
14315
14316         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
14317         added ldelem.X opcodes.
14318
14319         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
14320
14321         * verify.c: proper verification of ldelem.X 
14322
14323 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
14324
14325         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
14326
14327 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
14328
14329         * verify.c (mono_method_verify): null literal requires special handling,
14330         the value pushed on stack need to be flagged as so.
14331
14332         * verify.c (do_ldelema): Verify ldelema properly.
14333
14334 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
14335
14336         * verify.c: Verify ldlen properly.
14337
14338 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
14339
14340         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
14341         to the target object's type. Fixes #346160.
14342
14343 2007-12-05  Dick Porter  <dick@ximian.com>
14344
14345         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
14346         Solaris needs the same workaround as BSD-derived systems.  Fixes
14347         bug 323524, patch by Burkhard Linke
14348         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
14349
14350 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
14351
14352         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
14353         handle to use when error dialog is shown; otherwise, update mask
14354         to show no error dialog when an error occurs.
14355
14356 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
14357
14358         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
14359
14360         * class.c (mono_class_get_field_default_value): New helper function to initialize
14361         field->def_type and field->data.
14362
14363 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
14364
14365         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
14366         the general one.
14367
14368         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
14369
14370         * marshal.c: Avoid depending on delegate->method_info being set.
14371
14372         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
14373         
14374         * object.c (mono_delegate_ctor): Set delegate->method.
14375
14376         * object-internals.h (struct _MonoDelegate): Add 'method' field.
14377
14378         * appdomain.c: Bump corlib version.
14379
14380 2007-11-27  Raja R Harinath  <harinath@gmail.com>
14381
14382         * metadata.c (mono_generic_inst_equal_full): Short-circuit
14383         equality check if we're comparing canonicalized MonoGenericInsts.
14384
14385 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
14386
14387         * class.c (generic_array_methods): Call mono_class_setup_methods () before
14388         accessing class->methods.
14389
14390 2007-11-22  Dick Porter  <dick@ximian.com>
14391
14392         * threads.c: Ensure that the synch_cs is set before trying to use
14393         it.
14394
14395 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
14396
14397         * profiler.c: r89126 broke the statistial profiler, unbreak.
14398
14399 2007-11-22  Martin Baulig  <martin@ximian.com>
14400
14401         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
14402
14403         * mono-debug.c
14404         (mono_debug_debugger_version): Bump to 3.
14405         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
14406         -> mono_debugger_class_initialized().
14407
14408         * mono-debug-debugger.c
14409         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
14410
14411         * class.c
14412         (mono_debugger_start_class_init_func): Removed.
14413         (mono_debugger_class_loaded_methods_func): Added.
14414         (mono_class_setup_methods): Call it here.
14415
14416 2007-11-22  Martin Baulig  <martin@ximian.com>
14417
14418         * mono-debug.c
14419         (mono_debug_add_delegate_trampoline): New public method.
14420         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
14421
14422         * mono-debug.h
14423         (MonoSymbolTable): Added `global_data_table'.
14424         (MonoDebuggerTypeKind): Removed.
14425
14426 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
14427
14428         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
14429         these methods.
14430
14431         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14432         
14433 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
14434
14435         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
14436
14437 2007-11-20  Martin Baulig  <martin@ximian.com>
14438
14439         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
14440
14441         * mono-debug-debugger.c
14442         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
14443         (mono_debugger_remove_breakpoint): Likewise.
14444         (mono_debugger_check_breakpoints): Likewise.
14445         (mono_debugger_register_class_init_callback): New public method.
14446         (mono_debugger_remove_class_init_callback): Likewise.
14447         (mono_debugger_add_type): Likewise.
14448
14449         * mono-debug-debugger.h
14450         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
14451
14452 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
14453
14454         * class.c: more interface implementations needed for the
14455         array enumerator (fixes bug #341112).
14456
14457 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
14458
14459         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
14460         fix ParamName of ArgumentNullExceptions.
14461
14462 2007-11-17  Miguel de Icaza  <miguel@novell.com>
14463
14464         * reflection.c (mono_reflection_encode_sighelper): Generate the
14465         modopts and modreqs.   I have a useless test that crashes monodis,
14466         but that shows the code working.
14467
14468 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
14469
14470         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
14471         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
14472
14473 2007-11-15  Dick Porter  <dick@ximian.com>
14474
14475         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
14476         When joining a thread, it's the thread that's calling Join that
14477         gets WaitSleepJoin state not the target.  Fixes the standalone
14478         test case in bug 334740, and hopefully the whole bug too.
14479
14480 2007-11-15  Dick Porter  <dick@ximian.com>
14481
14482         * process.c: Read file version info from the files pointed at by
14483         process modules, not the current process.  Fixes bug 315969.
14484
14485         Use windows typedef names in some places to fix warnings on the
14486         windows build.
14487
14488 2007-11-15  Mark Probst  <mark.probst@gmail.com>
14489
14490         * image.c, metadata-internals.h: Added a generic_class_cache hash
14491         to MonoImage for looking up generic classes when sharing generics.
14492
14493 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14494
14495         * sgen-gc.c: warning cleanups.
14496
14497 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
14498
14499         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
14500         inherited properties.
14501
14502 2007-11-14  Mark Probst  <mark.probst@gmail.com>
14503
14504         * object.c, class-internals.h: Added more information to the
14505         runtime generic context.
14506
14507 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
14508
14509         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
14510         instead of just the target method. Generalize the abstract method handling to
14511         handle any non-static method.
14512
14513         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
14514         mono_marshal_get_delegate_invoke () signature change.
14515
14516 2007-11-13  Mark Probst  <mark.probst@gmail.com>
14517
14518         * class.c, class-internals.h: Made
14519         mono_type_get_basic_type_from_generic () public.  Fixed member
14520         access check for shared generics.
14521
14522         * loader.c: Don't insert field into field cache if it's part of a
14523         non-inflated generic class.
14524
14525         * domain.c, domain-internals.h: The generic sharing context is now
14526         part of the jit info data structure.  Added two accessor
14527         functions.
14528
14529 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
14530
14531         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
14532         the array Get/Set/Address methods, since the JIT inlines them.
14533
14534         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
14535
14536         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
14537         (mono_image_init): Initialize runtime_invoke_direct_cache.      
14538
14539         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
14540         mono_marshal_get_delegate_invoke signature change.
14541
14542         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
14543         an additional argument. Add support for invoking abstract methods.
14544
14545         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
14546
14547         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
14548
14549 2007-11-09  Mark Probst  <mark.probst@gmail.com>
14550
14551         * class.c: Do field layout for open generic classes as well.
14552
14553 2007-11-09  Mark Probst  <mark.probst@gmail.com>
14554
14555         * gc.c, gc-internal.h: Don't finalize threadpool threads with
14556         other objects, because the threadpool is still around.  Put them
14557         in a list instead and after finalizing all other objects in the
14558         root domain shut down the thread pool and then finalize the
14559         threads.  Fixes bug #337383.
14560
14561         * threads.c, thread-types.h: New mono_thread_create_internal()
14562         function for marking a thread with the threadpool flag before it
14563         started.  Set synch_cs to NULL after freeing it.
14564
14565         * threadpool.c: Mark threadpool threads before they start.
14566
14567 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14568
14569         * reflection.h, reflection.c: don't export random functions
14570         and lazy load dbnull and missing objects.
14571
14572 2007-11-07  Jonathan Chambers <joncham@gmail.com>
14573
14574         * class.c: Initialize COM types if COM interfaces
14575         are present (not just COM classes).
14576         
14577         Code is contributed under MIT/X11 license.
14578
14579 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
14580         * reflection.c:
14581         create_dynamic_mono_image: hook module profiler events (dynamic case).
14582         mono_image_basic_init: hook assembly profiler events (dynamic case).
14583
14584 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
14585         * profiler.c:
14586         simple_appdomain_unload: completely terminate the profiler
14587         instead of only processing the statistical samples.
14588         simple_shutdown: make sure this is really called exactly once,
14589         even in multithreaded applications, and always listen to
14590         appdomain events.
14591         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
14592         here, the "[un]load" functions will do it.
14593         Fixes bugs #333791 and #325261.
14594
14595 2007-11-07  Geoff Norton  <gnorton@novell.com>
14596
14597         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
14598         rather than depend on __APPLE__.
14599
14600 2007-11-07  Mark Probst  <mark.probst@gmail.com>
14601
14602         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
14603
14604 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
14605
14606         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
14607         UTF16 MonoString. Fix the crash from bug #335488
14608
14609 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
14610
14611         * marshal.c: Correct (for non-Win32 OS) length != size in 
14612         mono_string_from_bstr. Fix #339530.
14613
14614 2007-11-06  Geoff Norton  <gnorton@novell.com>
14615
14616         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
14617         to succeed
14618
14619 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
14620
14621         * process.c: Added run-time GetProcessId API detection for Windows.
14622
14623 2007-11-04  Miguel de Icaza  <miguel@novell.com>
14624
14625         * reflection.c  (mono_param_get_objects): If a parameter has the
14626         attribute [System.Runtime.InteropServices.Optional] we should
14627         set the DefaultValue of the ParameterInfo to be
14628         System.Reflection.Missing instead of DBNull.
14629
14630         See bug #339013.
14631
14632         (mono_get_reflection_missing_object): New method,
14633         returns the System.Reflection.Missing.Value singleton instance.
14634
14635 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
14636
14637         * culture-info-table.h : regenerated.
14638
14639 2007-11-02  Jonathan Chambers <joncham@gmail.com>
14640
14641         * icall.c: Use GetEnvironmentStrings on windows
14642         so we are using the same environment block as 
14643         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
14644         #333740.
14645         
14646         Code is contributed under MIT/X11 license.
14647
14648 2007-10-31  Martin Baulig  <martin@ximian.com>
14649
14650         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
14651
14652         * mono-debug-debugger.h
14653         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
14654
14655 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
14656
14657         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
14658         classes.
14659
14660 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
14661
14662         * culture-info-table.h : regenerated.
14663
14664 2007-10-30  Robert Jordan  <robertj@gmx.net>
14665
14666         * icall-def.h, icall.c:
14667         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
14668
14669         Code is contributed under MIT/X11 license.
14670
14671 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
14672
14673         * class.c (mono_class_setup_vtable): Find the inflated methods in the
14674         inflated class instead of inflating them again.
14675         
14676         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
14677         dynamic case.
14678
14679         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
14680         Call setup_supertypes () after klass->parent is set.
14681         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
14682
14683         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
14684         for inflated instances of not yet created dynamic generic classes.
14685         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
14686         times from inflated_method.
14687         (methodbuilder_to_mono_method): Ditto.
14688
14689 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
14690
14691         * gc.c: code cleanup and removed old untested option of not creating the
14692         finalizer thread.
14693
14694 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
14695
14696         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
14697         creating a jump trampoline for dynamic methods.
14698
14699 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
14700
14701         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
14702         generic TypeBuilders when called from another method of the same type (bug #335131).
14703
14704
14705 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
14706
14707         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
14708         doesn't seem to work perfectly.
14709         
14710         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
14711         called multiple times.
14712         (methodbuilder_to_mono_method): Ditto.
14713         (resolve_object): Inflate FieldBuilder's.
14714
14715 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14716
14717         * string-icalls.c, string-icalls.h, appdomain.c: patch from
14718         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
14719         RemoveEmptyEntries in the string.Split implementation (bug #322375).
14720
14721 2007-10-26  Dick Porter  <dick@ximian.com>
14722
14723         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
14724         Thread initialisation changes
14725
14726 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
14727
14728         * verify.c: fix compatibility check between arrays and System.Array
14729
14730 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
14731
14732         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
14733         too. Fixes #336999.
14734
14735 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
14736
14737         * object.c (mono_value_box): Use typed allocation here.
14738
14739 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
14740
14741         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
14742         trampoline instead of compiling the method right away.
14743
14744         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
14745
14746 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
14747
14748         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
14749         related fields for dynamic classes. Fixes #334493.
14750
14751 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
14752
14753         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
14754         
14755         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
14756
14757         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
14758         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
14759
14760         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
14761
14762         * reflection.c (create_generic_typespec): Initialize klass->generic_container
14763         if needed.
14764         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
14765
14766 2007-10-18  Jonathan Chambers <joncham@gmail.com>
14767
14768         * marshal.c: Use correct key when removing item
14769         from ccw_hash.
14770         
14771         Code is contributed under MIT/X11 license.
14772
14773 2007-10-17  William Holmes  <billholmes54@gmail.com>
14774
14775         *marshal.c: Adding a case to marshal booleans to U1
14776
14777         Code is contributed under MIT/X11 license.
14778
14779 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
14780
14781         * class.c (mono_class_from_name): Search the modules compromising dynamic
14782         assemblies. Fixes #331601.
14783
14784 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
14785
14786         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
14787         exception if the type name contains an assembly component. Fixes #334203.
14788
14789         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
14790         modules inside dynamic assemblies. Fixes #334200.
14791         
14792         * reflection.c: Set image->public_key and image->public_key_length;
14793
14794         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
14795         fields.
14796
14797         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
14798         
14799 2007-10-16  Mark Probst  <mark.probst@gmail.com>
14800
14801         * metadata.c: Implemented correct comparing of generic classes.
14802         An inflated generic class can be equal to a non-inflated one if it
14803         is inflated with generic type variables as type arguments.  Fixes
14804         bug #333798.
14805
14806 2007-10-15  Dick Porter  <dick@ximian.com>
14807
14808         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
14809         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
14810         81646.
14811
14812         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
14813         instead of a monitor lock.  This means that monitor_try_enter and
14814         co can set the thread state safely.
14815         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
14816         thread_interrupt_requested, so interrupt actually works.
14817
14818         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
14819         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
14820         state accessor function
14821
14822 2007-10-15  Martin Baulig  <martin@ximian.com>
14823
14824         * mono-debug.h
14825         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
14826         the debugger with the current runtime.
14827
14828 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
14829
14830         * object.c, object-internals.h: added the ability to set a single
14831         trampoline for all the slots in a vtable.
14832
14833 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14834
14835         * marshal.c: deal with a possible race condition during multicast
14836         delegate invocation.
14837
14838 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14839
14840         * class.c: ensure value type methods don't have the synchronized
14841         flag set.
14842
14843 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14844
14845         * string-icalls.c, string-icalls.h: reverted unapproved patch that
14846         breaks the build.
14847
14848 2007-10-11  Joel Reed  <joelwreed@comcast.com>
14849
14850         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
14851         to take an options parameter so that empty entries can be removed during
14852         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
14853
14854 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14855
14856         * marshal.c: make sure we don't store the signature from a dynamic
14857         method into the runtime invoke cache (bug #327189).
14858
14859 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14860
14861         * marshal.c: make sure the wrapper methods are properly initialized.
14862
14863 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14864
14865         * metadata.c, metadata-internals.h: Generalized
14866         mono_type_stack_size() to mono_type_stack_size_internal() which
14867         takes an additional argument specifying whether it allows open
14868         types.
14869
14870 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
14871
14872         * verify.c (do_invoke_method): handle typedbyref params
14873         correctly and check for unverifiable return values.
14874
14875         * verify.c (do_newobj): fix a warning.
14876
14877 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14878
14879         * verify.c: don't tread typedbyref as allways unverifable,
14880         so uses, like (ld/st)loc.0 are valid. verify for the cases
14881         that it matters, like boxing related operations.
14882
14883 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14884
14885         * verify.c: add verification of the newobj opcode. verification
14886         of delegate instantation still missing due ldftn and virldftn not
14887         pushing the function type on stack
14888
14889 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14890
14891         * class-internals.h: Runtime generic context data structure
14892         definition.
14893
14894         * object.c: Initialization of runtime generic context at runtime
14895         vtable creation time.
14896
14897 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
14898         * class.c (mono_class_create_from_typedef,
14899         mono_class_from_generic_parameter, mono_ptr_class_get,
14900         mono_fnptr_class_get, mono_bounded_array_class_get)
14901         * domain.c (mono_domain_create, mono_domain_free)
14902         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
14903         * image.c (do_mono_image_load, mono_image_close):
14904         Hooked up load-unload profiler events.
14905
14906 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
14907
14908         * domain.c: track statistics about the actual amount of native code
14909         allocated.
14910
14911 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14912
14913         * class.c: the valuetype enumerators don't have the additional
14914         supertypes interfaces.
14915
14916 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14917
14918         * class.c: need more interfaces setup for the IEnumerator<T>
14919         object created for arrays (tests/ienumerator-interfaces.2.cs).
14920
14921 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
14922
14923         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
14924
14925 2007-10-05  Alp Toker  <alp@atoker.com>
14926
14927         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14928         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14929         #315863.
14930
14931 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14932
14933         * verify.c (verify_type_compatibility_full): verification of
14934         compatibility improved, validates correctly non-strict checks between
14935         native int and I4 types different than (unsigned)int32.
14936
14937         * verify.c (do_store_indirect): added, do all verification of
14938         ldind.X opcodes. 
14939
14940         * verify.c (get_load_indirect_mono_type): renamed to
14941         get_indirect_op_mono_type, as it now returns the MonoType for 
14942         ldind.X and stind.X opcodes.
14943
14944 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14945
14946         * reflection.c: Fix the encoding of generic type definition for
14947         TypeBuilders.
14948
14949         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
14950         mono_image_typedef_or_ref but allows to specify if typespec lookups should
14951         be made. Typespec check is done prior to typeref cache lookup.
14952
14953         * reflection.c (mono_image_typedef_or_ref): now just delegate to
14954         mono_image_typedef_or_ref_full.
14955
14956         * reflection.c (encode_generic_class): encode the generic class
14957         directly instead of calling encode_type.
14958
14959         * reflection.c (encode_type): encode the generic type definition
14960         MonoClass as a generic instantiation.
14961
14962         * reflection.c (create_typespec): cache typespec tokens in
14963         the assembly->typespec cache. Don't create typespec for a generic
14964         instance MonoClass. Create typespec for the generic type defintion.
14965
14966         * reflection.c (create_generic_typespec): encode the generic
14967         class directly instead of calling encode_type.
14968
14969         * reflection.c (mono_image_create_token): encode the generic
14970         type definition not using a typespec for MonoType instances.
14971
14972
14973 2007-10-04  Raja R Harinath  <rharinath@novell.com>
14974
14975         Fix #328812
14976         * class.c (mono_image_init_name_cache): Don't return nested
14977         'protected internal' classes.
14978         (mono_class_from_name_case): Likewise.
14979
14980 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
14981
14982         * icall-def.h, icall.c : get_bundled_machine_config() is now the
14983           common function used by both DefaultConfig in System.dll and
14984           InternalConfigurationHost in System.Configuration.dll.
14985
14986 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14987
14988         * class.c: automatically add to vectors only a few essential explicit
14989         generic interfaces. The rest of the interfaces that arrays should
14990         provide are currently implicitly added (but still not lazily, see the
14991         design in the discussion of bug#325495 for the details of what is
14992         needed for that). Additionally, implicit interfaces are assigned the
14993         same vtable slot as the explicit interfaces (as they are compatible):
14994         this enables huge memory savings since we don't need to instantiate
14995         as many memthods and as large vtables anymore. Also, Since
14996         GetEnumerator<T> returns an instance of a type that is required to
14997         support a similarly large set of interfaces as arrays, we add
14998         implicit interfaces and interface offset sharing support to those
14999         types, too. This change adds all the required interfaces so that
15000         the anonarray.cs test case in the bug report works (we don't add
15001         all the interfaces to arrays of arrays 3-level deep and more because
15002         of the memory requirements explained in the bug and since they are much
15003         less common: the lazy-loading support will enabled them to work, too).
15004
15005 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
15006
15007         * verify.c (merge_stacks): major clean up, all type compatibility
15008         checks are done by verify_type_compatibility. This fix my earlier lack
15009         of understanding of the CLR type system and merge_stacks no longer looks
15010         scary.
15011
15012         * verify.c: fixed some bad spelling.
15013
15014 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
15015
15016         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
15017         a given stack slock.
15018         
15019         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
15020         verify_type_compatibility_full. This removed a near indentical function and fixed
15021         handling of Int32 and IntPtr across all opcodes.
15022
15023 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
15024
15025         * class.c: only vectors have the additional generic interfaces.
15026
15027 2007-10-01  Jonathan Chambers <joncham@gmail.com>
15028
15029         * mono-config.c: Use g_strcasecmp instead of
15030         strcasecmp like everywhere else to fix
15031         compilation with MSVC.
15032         
15033         Code is contributed under MIT/X11 license.
15034
15035 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
15036
15037         * object.c, object-internals.h: refactored the IMT code to enable
15038         building a single slot at a time and lazily creating the IMT trampolines
15039         and thunks.
15040
15041 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
15042
15043         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
15044
15045         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
15046         Fixes #328501.
15047         
15048 2007-09-29  Raja R Harinath  <harinath@gmail.com>
15049
15050         * loader.c (method_from_methodspec): Rearrange to avoid
15051         un-necessary exposition.  Don't assert out if the method's
15052         declaring type is a generic type definition.
15053
15054 2007-09-28  Martin Baulig  <martin@ximian.com>
15055
15056         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
15057
15058 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
15059
15060         * class-internals.h: optimize field layout of MonoClass to
15061         requires less cachelines at runtime and save a few bytes on 64 bit
15062         systems.
15063
15064 2007-09-28  Jb Evain  <jbevain@novell.com>
15065
15066         * reflection.c: when encoding type names in custom attributes,
15067         if the type is a closed generic type, its generic arguments
15068         have to be serialized as AssemblyQualifiedName, so that when
15069         they are deserialized, it's possible to re-create them properly.
15070         Fixes #329450.
15071
15072
15073 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
15074
15075         * object.c, class-internals.h: added delegate-creation counter.
15076
15077 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
15078
15079         * class.c: cleanup of the code that synthetizes interfaces for
15080         arrays in 2.0: saves quit a bit of corlib mempool memory.
15081         Code to fix bug #325495 ifdeffed out for now until the issues
15082         with memory usage and O(n^2) behaviour are fixed.
15083
15084 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
15085
15086         * marshal.c: when possible, do not duplicate the name of the methods
15087         in the method builder and in the generated MonoMethod.
15088
15089 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
15090         * verify.c: added support for type checking ldind_* opcodes.
15091
15092 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
15093
15094         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
15095         which is used to distinguish the fully open instantiation of a TypeBuilder
15096         with the rest. This temporary hack is required to restore the property that
15097         the fully open instantiation is the same type of the generic type definition.
15098
15099         * class-internals.h (mono_generic_class_is_generic_type_definition):
15100         new function as part of the internal API.
15101
15102         * class.c (inflate_generic_type): return NULL when the generic inst is
15103         fully open. The fully open generic type is now the same as the generic type
15104         definition for non TypeBuilder types.
15105
15106         * class.c (mono_generic_class_get_class): removed assert since it is
15107         no longer valid, gklass->cached_class can point to the generic type definition.
15108
15109         * class.c (mono_generic_class_is_generic_type_definition): new.
15110
15111         * metadata.c (mono_generic_class_hash): added is_tb_open field
15112         to the hash calculation.
15113
15114         * metadata.c (free_generic_class): if the generic class is associated
15115         with the generic type definition, its field will come from the mempool and
15116         must not be freed.
15117
15118         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
15119         new, this function identifies the corner case of a TypeBuilder fully open
15120         instantiation.
15121
15122         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
15123         for lookup. Set gclass->cached_class to be the container class in case of
15124         the fully open instantiation of non TypeBuilder types.
15125
15126         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
15127         to compare generic classes.
15128
15129         * reflection.c (method_encode_methodspec): remove assert that
15130         no longer is valid.
15131
15132         * reflection.c (mono_reflection_generic_class_initialize): add
15133         an aditional assert to ensure the proper type is used.
15134
15135 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
15136
15137         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
15138         to enjoy it.
15139
15140 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
15141
15142         * verify.c (push_arg): Fixed support for ldarga
15143         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
15144         MonoType used as first arg in case of instance calls.
15145
15146 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
15147
15148         * verify.c: Support for verifying VAR and MVAR types, 
15149
15150 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
15151
15152         * icall.c (ves_icall_get_property_info): Set the reflected type of the
15153         accessors correctly.
15154
15155 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
15156
15157         * threads.c: support OSX and other systems in
15158         mono_thread_get_stack_bounds (bug #328026).
15159
15160 2007-09-25  Martin Baulig  <martin@ximian.com>
15161
15162         * mono-debug.h
15163         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
15164
15165 2007-09-24  Martin Baulig  <martin@ximian.com>
15166
15167         * mono-debug.h
15168         (MonoDebugClassEntry): Moved the definition of this struct into
15169         mono-debug.c to make it private.
15170
15171         * mono-debug.c
15172         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
15173         type table per symbol file, we don't need to store the symfile id
15174         any longer.
15175
15176 2007-09-24  Martin Baulig  <martin@ximian.com>
15177
15178         Create one type table per symbol file, since a `MonoClass *' gets
15179         invalid when its image is unloaded.
15180
15181         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
15182         (MonoDebugHandle): Added `type_table'.
15183
15184 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15185
15186         * mempool.c, mempool.h: added mono_mempool_new_size () API
15187         to be able to specify a smaller initial size for the pool.
15188         Adjusted the code to slowly increase pool size before using
15189         the previous default size.
15190         * image.c: use a small initial size for image mempools.
15191
15192 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
15193
15194         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
15195         Fixes ##320990.
15196
15197         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
15198         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
15199
15200 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
15201
15202         * metadata.c (mono_type_create_from_typespec): Remove an invalid
15203         free. Fixes #327438.
15204
15205 2007-09-21  Raja R Harinath  <harinath@gmail.com>
15206
15207         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
15208         generic instantiations, etc.
15209         <MONO_TYPE_ARRAY>: Likewise.
15210
15211 2007-09-21  Martin Baulig  <martin@ximian.com>
15212
15213         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
15214         these structs were never defined.
15215         (MonoDebugHandle): Removed the `_priv' field, it was never used.
15216
15217 2007-09-21  Martin Baulig  <martin@ximian.com>
15218
15219         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
15220
15221 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
15222
15223         * image.c: removed the guid hash tables: we can get the same info
15224         without the additional memory usage hit (partially fixes also bug #327052).
15225
15226 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
15227
15228         * profiler.h, profiler-private.h, profiler.c: add a new profiler
15229         event to handle unloading methods. After the event is called, the
15230         corresponding MonoMethod* must be considered invalid.
15231         * loader.c (mono_free_method): call the new mono_profiler_method_free
15232         event.
15233
15234 2007-09-20  Mark Probst  <mark.probst@gmail.com>
15235
15236         * domain-internals.h: New flag in MonoJitInfo which marks shared
15237         generic methods.  New hash table (shared_generics_hash) in
15238         MonoDomain to keep track of shared generic methods.  Prototypes
15239         for functions to register and lookup shared generic methods.
15240
15241         * domain.c: Support for registering and looking up shared generic
15242         methods via a hash table (shared_generics_hash) in MonoDomain.
15243
15244         * class-internals.h: New exception to signal failure of shared
15245         compilation of a generic method.  New counters for generics
15246         sharing in MonoStats.
15247
15248 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
15249
15250         * image.c, metadata-internals.h: don't keep a file descriptor open
15251         for loaded assemblies (bug#325988).
15252
15253 2007-09-19  Raja R Harinath  <rharinath@novell.com>
15254
15255         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
15256         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
15257         use the corresponding datatypes.
15258         (type_in_image): Update to changes.
15259         (CleanForImageUserData): Simplify.
15260         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
15261         Avoid quadratic behaviour in handling the "stolen" list by
15262         separating the filter predicate out, and by prepending the stolen
15263         items rather than appending them.
15264         (steal_ginst_in_image): Likewise.
15265         (mono_metadata_clean_for_image): Update to changes.
15266
15267 2007-09-19  Martin Baulig  <martin@ximian.com>
15268
15269         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
15270
15271 2007-09-19  Martin Baulig  <martin@ximian.com>
15272
15273         * mono-debug.c (mono_debug_cleanup): Don't call
15274         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
15275
15276 2007-09-19  Raja R Harinath  <harinath@gmail.com>
15277
15278         Fix crash on 'make run-test' in mcs/errors
15279         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
15280         Avoid more potential allocations in mono_class_from_mono_type.
15281         (ginst_in_image): Update to changes.
15282         (gclass_in_image): Rearrange slightly.
15283
15284 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
15285
15286         * class.c (mono_class_init): Move the code that sets up class->methods to 
15287         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
15288
15289         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
15290         canonical instance of an inflated generic signature.
15291         (mono_type_create_from_typespec): Remove an invalid free.
15292
15293         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
15294
15295 2007-09-18  Marek Habersack  <mhabersack@novell.com>
15296
15297         * domain-internals.h: added a declaration of the
15298         mono_assembly_load_full_nosearch internal function.
15299
15300         * assembly.c (mono_assembly_load_with_partial_name): use
15301         mono_try_assembly_resolve return value properly.
15302         (mono_assembly_load_full_nosearch): copied the function body from
15303         mono_assembly_load_full, without the code to invoke assembly
15304         search hooks.
15305         (mono_assembly_load_full): calls the above new function and if the
15306         assembly is not resolved, invokes the search hooks.
15307
15308         * appdomain.c (mono_runtime_init): restore the global postload
15309         assembly search handlers.
15310
15311 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
15312
15313         * class.c (mono_class_init): Make sure class->methods and class->properties
15314         are never NULL in the generics case.
15315
15316         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
15317
15318 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
15319
15320         * metadata.c (free_generic_class): Disable some code to fix the build.
15321
15322         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
15323
15324         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
15325         from the image mempool.
15326
15327         * metadata.c (free_generic_class): Free more data from the inflated class.
15328
15329         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
15330
15331         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
15332         mempool.
15333         (mono_type_create_from_typespec): Ditto.
15334
15335         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
15336         MonoImage to the caller.
15337         (mono_init_internal): Save the opened image in a global variable.
15338         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
15339
15340         * reflection.c (resolve_object): Fix a leak.
15341
15342         * metadata.c: Fix the freeing of data in the generics caches.
15343         
15344         * metadata.c (free_generic_inst): Comment this out to fix the build.
15345         (free_generic_class): Ditto.
15346
15347         * metadata.c: Free cached generic methods, instantinations and classes when
15348         they are removed from the caches.
15349         (mono_metadata_free_type): Free the type itself.
15350
15351         * class.c: Free the result of mono_class_inflate_generic_type () in a few
15352         places.
15353
15354 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
15355
15356         * boehm-gc.c: restrict managed allocs to __thread supporting
15357         architectures.
15358
15359 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
15360
15361         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
15362         (mono_generic_class_get_class): Fix a leak.
15363
15364         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
15365         mono_metadata_free_type ().
15366         (mono_metadata_inflate_generic_inst): Fix a leak.
15367
15368 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
15369
15370         * mono-debug.c (free_header_data): Fix a leak missed earlier.
15371
15372         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
15373         mempool.
15374
15375         * mono-debug.c (mono_debug_close_image): Fix call to 
15376         g_hash_table_remove ().
15377
15378 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
15379
15380         * icall-def.h: redirect all the string ctor to the managed
15381         CreateString () methods.
15382         * string-icalls.c, string-icalls.h: removed dead code for string
15383         ctors and icalls.
15384
15385 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
15386
15387         * mono-debug.c: Fix memory leaks.
15388
15389 2007-09-14  Jonathan Chambers <joncham@gmail.com>
15390
15391         * threads-types.h: Implement mono_hazard_pointer_set and 
15392         mono_hazard_pointer_clear macros using do/while(0) to fix
15393         compilation with MSVC.
15394         
15395         Code is contributed under MIT/X11 license.
15396
15397 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
15398
15399         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
15400         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
15401
15402 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
15403
15404         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
15405         icalls.
15406
15407 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
15408
15409         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
15410         managed-code allocated as well.
15411
15412 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
15413
15414         * class.c (mono_class_is_assignable_from): Add support for generic variance.
15415
15416 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15417
15418         * boehm-gc.c: fixed the build after the AOT changes.
15419
15420 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
15421
15422         * wrapper-types.h: Add an ALLOC wrapper type.
15423
15424         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
15425         reference managed allocator methods.
15426
15427 2007-09-12  Marek Safar  <marek.safar@gmail.com>
15428
15429         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
15430         of Type array and not MonoType, a fix suggested by Hari.
15431         
15432 2007-09-12  Jonathan Chambers <joncham@gmail.com>
15433
15434         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
15435         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
15436         
15437         Code is contributed under MIT/X11 license.
15438
15439 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
15440
15441         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
15442
15443 2007-09-12  Marek Habersack  <mhabersack@novell.com>
15444
15445         * image.c (do_mono_image_open): if assembly file fails to open and
15446         MONO_IOMAP is in effect, try to find the path in a
15447         case-insensitive way.
15448
15449         * appdomain.c (mono_runtime_init): do not install postload hooks -
15450         tests show that MS.NET doesn't use anything of that sort to
15451         trigger the AppDomain.AssemblyResolve event.
15452         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
15453         made non-static.
15454         (mono_runtime_init): init portability helpers here.
15455
15456         * assembly.c (mono_assembly_load_with_partial_name): if other   
15457         attempts fail, trigger the AppDomain.AssemblyResolve event handler
15458         to resolve the assembly.
15459
15460         * domain-internals.h: added mono_try_assembly_resolve and marked
15461         it as internal.
15462
15463 2007-09-11  Jb Evain  <jbevain@novell.com>
15464
15465         * object-internals.h (MonoReflectionDynamicMethod): add
15466         a `MonoReflectionType *owner` field. The owner is used
15467         * reflection.c:
15468         (mono_reflection_create_dynamic_method): use the owner of the dynamic
15469         method as the class declaring the dynamic method.
15470         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
15471         dynamic method to the declaring type of the methodbuilder.
15472
15473 2007-09-11  Mark Probst  <mark.probst@gmail.com>
15474
15475         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
15476         rules for calling methods via reflection.
15477
15478 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
15479
15480         * reflection.c (resolve_object): Add support for MonoGenericClass. 
15481         Inflate MonoType's.
15482
15483 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
15484
15485         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
15486         provide a managed method that does fast allocations without needing
15487         a managed->unmanaged transition. Boehm GC implementation currently
15488         enabled for ptrfree objects on sane architectures.
15489
15490 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
15491
15492         * marshal.c, marshal.h: exported a couple of useful functions and
15493         added mono_mb_get_label () to easily handle backward branches.
15494
15495 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
15496
15497         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
15498
15499 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
15500
15501         * loader.c (find_method): Fixed the regression introduced while
15502         fixing bug #81466.
15503
15504 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
15505
15506         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
15507         well.
15508         
15509         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
15510         icall.c reflection.c: Pass a MonoGenericContext argument to 
15511         mono_lookup_dynamic_token ().
15512
15513         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
15514         #82744.
15515         
15516 2007-09-09  Robert Jordan  <robertj@gmx.net>
15517
15518         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
15519         for generic methods.
15520
15521         * object.c (mono_object_get_virtual_method): Handle generic methods.
15522         Fixes bug #78882.
15523
15524         Code is contributed under MIT/X11 license.
15525
15526 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
15527
15528         * image.c: fix locking in mono_image_load_file_for_image ().
15529
15530 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
15531
15532         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
15533         used only as a cache: added an icall to fill it.
15534
15535 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
15536
15537         * reflection.h: exposed mono_reflection_free_type_info
15538         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
15539         since mono_reflection_bind_generic_parameters makes a copy of it.
15540         * reflection.c (free_type_info): subinfos should be freed.
15541         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
15542         made non static.
15543         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
15544         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
15545         this fixes #82695 and #81726.
15546    
15547
15548 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
15549
15550         * process.h, process.c:  added support for user profile/info in
15551           ProcessStartInfo. For now only Windows works.
15552
15553 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
15554
15555         * metadata.c: consider the generic arguments when comparing
15556         signatures (bug #82614).
15557
15558 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
15559
15560         * cil-coff.h, image.c: updated assembly loader to cope with the
15561         PE32+ 64 bit file format.
15562
15563 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
15564
15565         * assembly.c, class.c, domain.c, loader.c: remove useless
15566         inclusion of cil-coff.h.
15567
15568 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
15569
15570         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
15571         if interface is marked with CoClassAttribute. 
15572    
15573         Code is contributed under MIT/X11 license.
15574
15575 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
15576
15577         * sgen-gc.c: ensure no object from the to space is copied again or finalized
15578         if it's seen twice in major collections.
15579
15580 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
15581
15582         * sgen-gc.c: big objects are not copied to the gray area, but they
15583         need to be considered for scanning, too, if they are brought alive
15584         by an object ready for finalizations or a survived one.
15585
15586 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
15587
15588         * sgen-gc.c: properly account the number of disappearing links when
15589         they are nullified.
15590
15591 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
15592
15593         * sgen-gc.c: share the code to scan the registered roots between the
15594         different types of collections.
15595
15596 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
15597
15598         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
15599
15600 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
15601
15602         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
15603         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
15604
15605 2007-08-28  Mark Probst  <mark.probst@gmail.com>
15606
15607         * security-manager.c (mono_security_manager_get_methods):
15608         LinkDemandSecurityException now has 2 arguments instead of 3.
15609
15610 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
15611
15612         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
15613         platforms which need it.
15614
15615 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15616
15617         * sgen-gc.c: unregister thread data structures with a pthread_key_t
15618         dtor.
15619
15620 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
15621
15622         * threads.c: free the thread static data on thread exit.
15623
15624 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
15625
15626         * class.c: walk the hierarchy to find the generic definition for
15627         a class (fixes runtime part of bug #82498).
15628
15629 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
15630
15631         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
15632         ...
15633
15634         * image.c (mono_image_close): Here. Hopefully fixes #82510.
15635
15636 2007-08-24  Mark Probst  <mark.probst@gmail.com>
15637
15638         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
15639
15640 2007-08-24  Robert Jordan  <robertj@gmx.net>
15641
15642         * appdomain.c: don't perform the ':'->';' substitution on Win32.
15643
15644 2007-08-24  Jb Evain  <jbevain@novell.com>
15645
15646         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
15647         for byref types.
15648
15649 2007-08-24  Mark Probst  <mark.probst@gmail.com>
15650
15651         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
15652         #82286.
15653
15654 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
15655
15656         * assembly.c: Fix a warning.
15657         
15658 2007-08-23  Marek Habersack  <mhabersack@novell.com>
15659
15660         * appdomain.c: parse the <runtime> section looking for the probing
15661         element with the 'privatePath' attribute, which sets additional
15662         directories in which the runtime should look for assemblies.
15663
15664 2007-08-23  Robert Jordan  <robertj@gmx.net>
15665
15666         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
15667         Fixes #82499.
15668
15669 2007-08-23  Martin Baulig  <martin@ximian.com>
15670
15671         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
15672         _mono_debug_init_corlib() and remove it from the header file.
15673
15674 2007-08-23  Martin Baulig  <martin@ximian.com>
15675
15676         * mono-debug-debugger.c
15677         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
15678         don't notify the debugger about it.
15679
15680         * mono-debug-debugger.h
15681         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
15682
15683 2007-08-23  Robert Jordan  <robertj@gmx.net>
15684
15685         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
15686         Code is contributed under MIT/X11 license.
15687
15688 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15689
15690         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
15691
15692 2007-08-22  Martin Baulig  <martin@ximian.com>
15693
15694         * mono-debug.c: Store debugging info on a per-domain basis and
15695         free it on domain unload.  Add support for unloading symbol files.
15696
15697         * mono-debug.h
15698         (MonoDebugList): New typedef.
15699         (MonoSymbolTable):
15700         - add `data_tables and `type_table'.
15701         - replace 'symbol_files' and `num_symbol_files' with a
15702           `MonoDebugList *'.
15703         (mono_debug_data_table): Removed.
15704         (mono_debug_list_add): New public function.
15705         (mono_debug_list_remove): New public function.
15706         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
15707         (mono_debug_init_2_memory): Renamed into
15708         mono_debug_open_image_from_memory().
15709         (mono_debug_close_image): New public function.
15710         (mono_debug_domain_create): Likewise.
15711         (mono_debug_domain_unload): Likewise.
15712         (MONO_DEBUGGER_VERSION): Bump to 60.
15713
15714         * mono-debug-debugger.h
15715         (MonoDebuggerEvent):
15716         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
15717         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
15718         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
15719         - rename `THREAD_CREATED' and `THREAD_EXITED' into
15720           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
15721         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
15722           meaning.
15723         (mono_debugger_add_symbol_file): Removed.
15724         (mono_debugger_add_type): Removed.
15725         (mono_debugger_lookup_type): Removed.
15726         (mono_debugger_lookup_assembly): Removed.
15727
15728         * domain.c
15729         (mono_domain_create): Call mono_debug_domain_create().
15730         (mono_init_internal): Call mono_debug_init_corlib().
15731
15732         * assembly.c
15733         (mono_assembly_close): Call mono_debug_close_image().
15734
15735 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
15736
15737         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
15738         mmap call.
15739
15740 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15741
15742         * sgen-gc.c: ensure section->pin_queue_end is initialized
15743         correctly when non pinning objects in the section have been found.
15744
15745 2007-08-22  Marek Habersack  <mhabersack@novell.com>
15746
15747         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
15748         containing a list of directories separated by ':'. MSDN docs say
15749         the directories should be separated with ';'. Part of a bugfix for
15750         bug #81446
15751
15752 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
15753
15754         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
15755         it should MonoType and not MonoClass.
15756
15757 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
15758
15759         * culture-info-table.h : regenerated.
15760
15761 2007-08-20  William Holmes  <billholmes54@gmail.com>
15762
15763         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
15764          to call ReplaceFile Kernel32 on windows or in io-layer.
15765         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
15766         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
15767          as an internal call.
15768
15769         Code is contributed under MIT/X11 license.
15770
15771 2007-08-20  Jb Evain  <jbevain@novell.com>
15772
15773         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
15774         and MONO_EXCEPTION_FIELD_ACCESS.
15775
15776         * debug-helpers.[c|h]: new mono_field_full_name function.
15777
15778 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15779
15780         * class.c: Removed class_security_level() and moved it to
15781         security-core-clr.c.
15782
15783         * security-core-clr.c, security-core-clr.h: class_security_level()
15784         is now public and renamed to mono_security_core_clr_class_level().
15785         It also looks for security attributes in the classes a class is
15786         nested in.
15787
15788 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15789
15790         * security-core-clr.c, security-core-clr.h: CoreCLR security
15791         utility functions.
15792
15793         * Makefile.am: Added security-core-clr.[ch].
15794
15795         * security-manager.c, security-manager.h: Functions and enum for
15796         setting and getting the security mode.
15797
15798         * class.c: CoreCLR security checks.
15799
15800 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
15801
15802         * icall-def.h, process.c, process.h: implemented icall to get
15803         user/system processor times.
15804
15805 2007-08-17  Mark Probst  <mark.probst@gmail.com>
15806
15807         * domain.c, threads.c, class-internals.h, domain-internals.h: New
15808         reader-lock-free jit_info_table.
15809
15810 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
15811
15812         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
15813
15814         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
15815
15816         * object-internals.h (MonoException): Add missing _data member.
15817
15818 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
15819
15820         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
15821         checking that only methods with matching qname or fqname are picked
15822         from implemented interfaces.
15823
15824 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15825
15826         * verify.c (do_newarr):added, do type verification of
15827         newarr ops, push the right value on the eval stack.
15828         * verify.c (mono_method_verify): use do_newarr
15829
15830
15831 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15832
15833         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
15834         factored the common code into get_boxable_mono_type, which
15835         is now using mono_type_get_full, this fixed byref related tests.
15836
15837 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15838
15839         * class.c: added mono_type_get_full, this function has the same
15840         behavior of mono_class_get_full but the returned MonoType has
15841         all metadata of the associated token in case of a typespec token.
15842         * class.c: added mono_type_retrieve_from_typespec, used by 
15843         mono_type_get_full to retrieve the token type.
15844         * class.c (mono_class_create_from_typespec): changed to use
15845         mono_type_retrieve_from_typespec.
15846         * class.c (mono_ldtoken): changed to use mono_type_get_full
15847         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
15848         * class-internals.h: exported mono_type_get_full for internal use.
15849
15850 2007-08-16  Jb Evain  <jbevain@novell.com>
15851
15852         * domain.c (supported_runtimes): add entry for
15853         the 'moonlight' runtime version.
15854
15855 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15856
15857         * verify.c (mono_method_verify): small typo sliped in.  
15858
15859 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15860
15861         * verify.c (do_unbox_value): added, do type verification of
15862         unboxing ops
15863         * verify.c (mono_method_verify): use do_unbox_value
15864
15865
15866 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15867
15868         * verify.c (dump_stack_value): fixed typo, was printing string
15869         instead of object on stack.
15870         * verify.c (do_box_value): moved the byref check up as it leads
15871         to invalid code and should be done earlier.
15872         * verify.c: improved error messages for and ldobj
15873
15874 2007-08-15  William Holmes  <billholmes54@gmail.com>
15875
15876         * marshal.c (emit_marshal_custom): Omit the call to 
15877           marshal_native_to_managed when calling native to managed 
15878           and the argument is specified as an out argument.
15879
15880         Code is contributed under MIT/X11 license.
15881
15882 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15883
15884         * verify.c: fixed the type checks for generics, function pointers and vectors.
15885         Added type verification for ldobj and ldtoken. The verifier
15886         would segfault if header or signature of a method contained references
15887         to non-existant types.
15888
15889 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15890
15891         * marshal.c (cominterop_get_ccw): Patch from
15892         Bill Holmes to no walk up interface hierarchy. 
15893         All parent methods should be present in the interface for COM.
15894    
15895         Code is contributed under MIT/X11 license.
15896
15897 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15898
15899         * marshal.c (emit_marshal_com_interface): Patch from
15900         Bill Holmes to handle COM Interfaces as return values
15901         for native->managed calls.
15902    
15903         Code is contributed under MIT/X11 license.
15904
15905 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
15906
15907         * marshal.c (cominterop_get_idispatch_for_object): Implement
15908         for runtime callable wrappers.
15909    
15910         Code is contributed under MIT/X11 license.
15911
15912 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
15913
15914         * pedump.c (main): changed from mono_init to mono_init_from_assembly
15915         so 2.0 types are accessible
15916
15917
15918 2007-08-13  Miguel de Icaza  <miguel@novell.com>
15919
15920         * domain.c (mono_init_internal): Call mono_assembly_load_friends
15921         once we load mscorlib.   Due to the order in which we initialize,
15922         the mono_assembly_load_full routine that loads mscorlib did not
15923         load friends.   We now load it once we load the
15924         mono_defaults.internals_visible_class class. 
15925
15926         * assembly.c: Expose the mono_load_friend_assemblies method.
15927
15928 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
15929
15930         * verify.c: improved the handling of boxing, better
15931         type checking for unary ops and conversion. Fix bug
15932         regarding managed pointer compatibility checking
15933
15934 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
15935
15936         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
15937
15938         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
15939
15940 2007-08-09  Raja R Harinath  <rharinath@novell.com>
15941
15942         * reflection.c (dup_type): Remove.
15943         * class.c (dup_type): Remove.
15944         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
15945         instead of the dodgy 'dup_type'.
15946         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
15947         handle the case where 'dup_type' needed the second argument.
15948
15949 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
15950
15951         * domain.c: Fix a warning.
15952
15953 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
15954
15955         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
15956         checking that methods with the same fqname are not overridden
15957         with a method from an ancestor.
15958
15959 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
15960
15961         * threads.c (free_thread_static_data_helper): Avoid a crash if
15962         thread->static_data is not yet set.
15963
15964 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
15965
15966         * marshal.c: Use correct image when emitting
15967         native wrapper for COM calls.
15968    
15969         Code is contributed under MIT/X11 license.
15970
15971 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
15972
15973         * icall-def.h, security.c, security.h :
15974           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
15975
15976 2007-08-07  Martin Baulig  <martin@ximian.com>
15977
15978         * mono-debug-debugger.h
15979         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
15980
15981         * domain.c (mono_domain_free): Call
15982         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
15983
15984 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
15985
15986         * verify.c (check_underflow, check_overflow): error message now returns IL offset
15987         * verify.c (in_same_block): code should test if either offset is inside the clauses
15988         * verify.c (mono_method_verify): push the exception into the eval stack of exception
15989         and filter blocks
15990
15991 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
15992
15993         * image.c (mono_image_close): Fix a leak.
15994
15995         * object.c (mono_runtime_invoke_array): Avoid using alloca.
15996
15997         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
15998
15999 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
16000
16001         * domain.c, threads.c, threads-types.h: fix memory retention issue
16002         with thread static variables not being cleared on domain unload.
16003         Reuse thread static slots after domain unload.
16004
16005 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
16006
16007         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
16008         nullable type.
16009
16010         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
16011         now done in mono_runtime_invoke_array.
16012
16013         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
16014         receiver is a nullable type.
16015
16016         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
16017         generic parameter.
16018
16019 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
16020
16021         * marshal.c: Implement COM Objects as return type for 
16022         managed->unmanaged calls. Added Release calls for COM Object
16023         out/return values in managed->unmanaged calls.
16024
16025         Code is contributed under MIT/X11 license.
16026
16027 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
16028
16029         * threads.h, threads-type.h: move the hazard pointer declarations
16030         to the private header.
16031
16032 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
16033
16034         * file-io.c, appdomain.c: memory leak fixes.
16035
16036 2007-08-02  Dick Porter  <dick@ximian.com>
16037
16038         * socket-io.c
16039         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
16040         SO_REUSEADDR setting into io-layer/sockets.c.
16041
16042 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
16043
16044         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
16045         from Object when called on a generic parameter. Fixes #82211.
16046
16047 2007-08-01  Dick Porter  <dick@ximian.com>
16048
16049         * file-io.c (convert_share): Test FileShare values bit-by-bit.
16050         Fixes bug 79250 yet again.
16051
16052 2007-07-30  Martin Baulig  <martin@ximian.com>
16053
16054         Merged the `debugger-dublin' branch.
16055
16056         * mono-debug.h
16057         (MonoDebugDataTable): New typedef.
16058         (MonoDebugMethodAddressList): New typedef.
16059         (MonoDebugWrapperData): Removed.
16060         (MonoDebugSymbolTable): Removed `current_data_table',
16061         `current_data_table_size', `current_data_table_offset'.
16062         (MonoDebugDataItemType): Moved into mono-debug.c.
16063         (MonoDebugMethodJitInfo): Remove `address'.
16064         (mono_debug_data_table): New global variable.
16065         (mono_debug_lookup_method_addresses): New public function.
16066         (mono_debug_find_method): Take a `MonoMethod *', not a
16067         `MonoDebugMethodInfo *'.
16068
16069         * mono-debug.c: Drop support for the old symbol tables.
16070
16071 2007-06-28  Martin Baulig  <martin@ximian.com>
16072
16073         * mono-debug.c (mono_debug_debugger_version): New public variable.
16074
16075 2007-07-31  William Holmes  <billholmes54@gmail.com>
16076
16077         * metadata.c Changed mono_type_create_from_typespec to not insert
16078           the type into the hash map until after
16079           do_mono_metadata_parse_type has completed.
16080         Fixes Bug #82194
16081         Code is contributed under MIT/X11 license.
16082
16083 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
16084
16085         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
16086         generic parameter. Fixes #82211.
16087
16088 2007-07-27  Jb Evain  <jbevain@novell.com>
16089
16090         * pedump.c (dump_metadata, dump_metadata_header): dump
16091         versions contained in the metadata header.
16092
16093 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
16094
16095         * threads.c: register small_id_table with the GC.
16096
16097 2007-07-27  Mark Probst  <mark.probst@gmail.com>
16098
16099         * threads.c, threads.h, class-internals.h, object-internals.h:
16100         Hazard pointers, to be used by lock-free parallel algorithms.
16101
16102 2007-07-26  Dick Porter  <dick@ximian.com>
16103
16104         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
16105         routine on non-windows platforms, as I've not managed to think of
16106         a non-kludgy way of doing this.  Finishes off bug 78739.
16107
16108 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
16109
16110         * object.c: properly setup interface_bitmap in proxy vtables.
16111
16112 2007-07-25  Marek Habersack  <mhabersack@novell.com>
16113
16114         * appdomain.c (get_shadow_assembly_location): do not use TickCount
16115         to create unique shadow copy target directories, use the domain's
16116         serial number instead. Each domain gets a unique target directory
16117         that way.
16118
16119         * domain.c (mono_domain_create): added code to increment domain
16120         shadow copy serial number and cache the value in the current
16121         domain structure.
16122
16123         * domain-internals.h (struct _MonoDomain): added a new field -
16124         shadow_serial to hold the serial number used in generation of
16125         shadow-copy directories. This is to make sure that the directory
16126         name is unique for each and every domain created. We avoid a race
16127         condition with overriding assemblies already in use by other app
16128         domains.
16129
16130 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
16131
16132         * class.c (mono_bounded_array_class_get): fixed memory leak when 
16133         binding generic parameters.
16134
16135 2007-07-24  Raja R Harinath  <rharinath@novell.com>
16136
16137         * metadata.c (do_mono_metadata_parse_generic_class): Use
16138         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
16139         error.
16140
16141 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
16142
16143         * loader.c, class-internals.h, reflection.c: removed the per-method
16144         generics hashtable: we use the global one through the call of
16145         mono_class_inflate_generic_method ().
16146
16147 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
16148
16149         * class.c, metadata.c, class-internals.h: introduce yet another
16150         generics global cache for inflated methods (fixes 98% of the perf
16151         issue in bug #81806).
16152
16153 2007-07-23  Raja R Harinath  <rharinath@novell.com>
16154
16155         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
16156         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
16157         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
16158         return a MonoGenericInst containing (a copy) of those types.
16159         (mono_metadata_inflate_generic_inst): Update to changes.
16160         (mono_metadata_parse_generic_inst): Likewise.
16161         (mono_get_shared_generic_inst): Likewise.
16162         * reflection.c (mono_class_bind_generic_parameters): Likewise.
16163         (mono_reflection_bind_generic_method_parameters): Likewise.
16164         * metadata-internals.h: Likewise.
16165         * icall.c (free_generic_context): Kill.
16166         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
16167
16168         * reflection.c (reflection_methodbuilder_to_mono_method): Use
16169         mono_metadata_type_dup.
16170         * marshal.c (mono_mb_create_method): Likewise.
16171
16172         * metadata.c (mono_metadata_type_dup): Rename from
16173         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
16174         MonoImage.  Handle a few more cases, esp. when no mempool is given.
16175         * marshal.c, metadata-internals.h: Update to changes.
16176
16177 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
16178
16179         * class.c: fixed a small leak for array classes and removed warning.
16180
16181 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
16182
16183         * loader.c (mono_method_get_param_token): Make this work on generic methods.
16184         Return 0x8000000 for return parameters. Fixes #82161.
16185
16186 2007-07-21  Marek Habersack  <grendello@gmail.com>
16187
16188         * appdomain.c (get_shadow_assembly_location): append the current
16189         ticks value to the path. Avoids overwriting the same assemblies by
16190         several threads at the same time.
16191
16192 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
16193         and Raja R Harinath  <rharinath@novell.com>
16194
16195         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
16196         Simplify slightly.
16197         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
16198         property for testing if a method is a generic method definition.
16199
16200 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
16201
16202         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
16203
16204 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
16205
16206         * verify.c: used function from private branch, reverted to the one in class.h 
16207
16208 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
16209
16210         * verify.c: a typo slipped in and the code wont compile
16211
16212 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
16213
16214         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
16215         disabled box instruction as it is doing the wrong thing
16216         improved stack dump messages, now it is easier to debug type related issues
16217
16218
16219 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
16220
16221         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
16222
16223 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
16224
16225         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
16226         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
16227         grouped with class and valuetype. This change will simply 
16228         the code as it should be handled just like unmanaged pointers.
16229
16230 2007-07-19  Mark Probst  <mark.probst@gmail.com>
16231
16232         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
16233
16234 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
16235
16236         * verify.c: several stack merge issues fixed, reference comparisons now
16237         check the type size. strict type check now works correctly.
16238         added more uses of IS_MANAGED_POINTER macro.
16239         fixed issues pointed by running the test suite against .net.
16240         
16241
16242 2007-07-19  Mark Probst  <mark.probst@gmail.com>
16243
16244         * class.c, loader.c, class-internals.h: Removed the
16245         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
16246         defines.
16247
16248         * icall.c: Better error checking in some internal reflection
16249         methods.
16250
16251 2007-07-18  William Holmes  <billholmes54@gmail.com>
16252
16253         * filewatcher.c : removed unused variable 'filename' in 
16254           ves_icall_System_IO_FSW_SupportsFSW
16255
16256 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
16257
16258         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
16259         obsolete, removed.
16260
16261 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
16262
16263         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
16264         
16265         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
16266
16267 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
16268
16269         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
16270         Implement generics support.
16271         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
16272
16273         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
16274         type_args and method_args arguments.
16275         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
16276         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
16277         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
16278
16279 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
16280
16281         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
16282           It adds a rootimage parameter to mono_reflection_get_type_internal,
16283           adds new function mono_reflection_get_type_with_rootimage and use
16284           the rootimage to resolve the types instead of the current image
16285
16286 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
16287
16288         * culture-info-table.h: Forgot to update after r78304.
16289
16290 2007-07-13  Raja R Harinath  <rharinath@novell.com>
16291
16292         * class.c (mono_class_is_open_constructed_type)
16293         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
16294
16295 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
16296
16297         * class.c (mono_bounded_array_class_get):  method fails if used with
16298         an incomplete TypeBuilder enum (no basetype field), fixed it by 
16299         avoiding calculating the size for such array as it cannot be instantiated.
16300         Fix bug #82015
16301
16302 2007-07-12  Raja R Harinath  <rharinath@novell.com>
16303
16304         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
16305         field.
16306         * metadata.c, reflection.c: Update to changes.
16307
16308 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
16309
16310         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
16311         mono_class_is_valid_enum, they are used to valide a enum when loading.
16312         * reflection.c: used new functions to throw TypeLoadException when and
16313         invalid enum is build with TypeBuilder. Fixes #82018
16314   
16315 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
16316
16317         * object.c: forgot commit of mono_class_setup_methods () to access
16318         iface->methods.
16319         * object-internals.h: added a few more handy fields to
16320         MonoIMTCheckItem.
16321
16322 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
16323
16324         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
16325         iface->methods.
16326
16327 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
16328
16329         * class-internals.h, object-internals.h, object.c: IMT-based
16330         interface invocation core from Massimiliano Mantione
16331         (massi@ximian.com) with a reworked arch-specific interface,
16332         bsearch implementation and a few bugfixes and memory savings by me.
16333
16334 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
16335
16336         * class.c (mono_class_create_from_typedef): mono would segfault if 
16337         an enum did not have a __value field. It now throws a TypeLoadException
16338         for such cases. Fix bug #82022
16339
16340 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
16341
16342         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
16343
16344 2007-07-09  Mark Probst  <mark.probst@gmail.com>
16345
16346         * class.c (mono_class_init): If a class is already inited but has
16347         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
16348
16349 2007-07-09  Mark Probst  <mark.probst@gmail.com>
16350
16351         * class.c: Properly handle the case of an unimplemented interface
16352         method.  Fixes: 81673.
16353
16354 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
16355
16356         * class-internals.h, object.c: cleanup patch from massi: use
16357         MonoVTable->interface_bitmap since the vtable interfaces offset array
16358         is going away.
16359
16360 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
16361
16362         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
16363         GetMDStreamVersion icall instead.
16364
16365 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
16366
16367         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
16368         not use mono_dl_build_path() with a full library name: makes
16369         fallbacks to libgaim and libfam work.
16370
16371 2007-07-06  William Holmes  <billholmes54@gmail.com>
16372
16373         * assembly.c: Added a continue statement in probe_for_partial_name when
16374          parse_assembly_directory_name fails.  Fixes : 82002
16375
16376 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
16377
16378         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
16379         and added a verification  for TYPEDBYREF.
16380         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
16381         make native int interchangeable with int32 and some small cleanup and formating.
16382         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
16383         handle byref of byref.
16384         * verify.c (push_local): handle byref of byref.
16385         * verify.c (do_binop): invalid mix of values is unverifiable
16386         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
16387         added visibility checks
16388         * verify.c (field related method): added visibility checks
16389         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
16390
16391 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
16392
16393         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
16394         string.
16395
16396 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
16397
16398         * profiler.c (mono_profiler_load): Fix an off-by-one error.
16399
16400         * marshal.c (emit_marshal_string): When returning a string from managed code,
16401         allways make a copy even for unicode strings. Fixes #81990.
16402
16403 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
16404
16405         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
16406         of byref generic inst types (bug #81997).
16407
16408 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
16409
16410         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
16411         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
16412
16413 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
16414
16415         * marshal.c (emit_marshal_string): Add support for unicode strings in
16416         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
16417
16418 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
16419
16420         * verify.c: field load/store are now verified, missing only access checks now
16421
16422 2007-06-28  Martin Baulig  <martin@ximian.com>
16423
16424         * mono-debug.c (mono_debug_debugger_version): New public variable.
16425
16426 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
16427
16428         * locales.c: When constructing DateTimeFormat or NumberFormat for
16429         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
16430         MonoCultureInfo contructed from the current locale is always
16431         read-only and has UseUserOverride set to true. All MonoCultureInfo
16432         instances returned for GetCultures have both IsReadOnly and
16433         UseUserOverride set to true. Fixes part of bug #81930.
16434
16435 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
16436
16437        * icall-def.h: Update System.__ComObject icalls
16438        * marshal.c: Avoid managed transition (and object creation)
16439        when looking up COM interface in RCW.
16440        * marshal.h: Ditto.
16441        
16442        Code is contributed under MIT/X11 license.
16443
16444 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
16445
16446         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
16447         to avoid crashes during assembly unloading.
16448
16449 2007-06-22  Raja R Harinath  <rharinath@novell.com>
16450
16451         Fix MethodInfo.IsGenericMethodDefinition
16452         * reflection.c (mono_reflection_bind_generic_method_parameters):
16453         Rearrange code to ensure we always uses a generic method definition.
16454         * class.c (mono_class_inflate_generic_method_full): Set
16455         'generic_container' field only for generic method definitions.
16456         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
16457         Use presense of 'generic_container' field as indication of being a
16458         generic method definition.
16459
16460 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
16461
16462         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16463
16464         * object-internals.h: Reflect changes in the layout of the managed Delegate
16465         class.
16466         
16467         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
16468         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
16469         runtime memory used by the dynamic method. Fixes #77146.
16470
16471 2007-06-21  Dick Porter  <dick@ximian.com>
16472
16473         * file-io.h: 
16474         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
16475         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
16476         81767.
16477
16478 2007-06-21  Raja R Harinath  <rharinath@novell.com>
16479
16480         * reflection.c (method_encode_methodspec): Add a tripwire.
16481         * class.c (inflate_generic_type): The fully open generic type is
16482         not the same as the generic type definition.
16483
16484 2007-06-21  Martin Baulig  <martin@ximian.com>
16485
16486         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
16487
16488         * mono-debug-debugger.h
16489         (MonoDebuggerBreakpointInfo): Removed.
16490         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
16491         (mono_debugger_remove_breakpoint): Likewise.
16492         (mono_debugger_breakpoint_callback): Likewise.
16493         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
16494
16495 2007-06-21  Raja R Harinath  <rharinath@novell.com>
16496
16497         * metadata.c (mono_metadata_lookup_generic_class): The fully open
16498         generic type is not the same as the generic type definition.
16499         * class.c (mono_generic_class_get_class): Likewise.
16500
16501 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
16502
16503         * icall.c: The second argument to 
16504         System.Reflection.MethodBase.GetMethodFromHandleInternalType
16505         is a MonoType not a MonoClass.
16506
16507 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
16508
16509         * verify.c: support for function pointers in the verifier
16510
16511 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
16512
16513         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
16514
16515 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
16516
16517         * assembly.c: removed Mono.Data.SqliteClient from the list of
16518         forward-compatible assemblies as it breaks the ABI (bug #81899).
16519
16520 2007-06-19  Raja R Harinath  <rharinath@novell.com>
16521
16522         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
16523         lookup/update with the loader lock.
16524         * reflection.c (mono_class_bind_generic_parameters): No need to
16525         protect mono_metadata_lookup_* with the loader lock.
16526         * class.c (inflate_generic_type): Likewise.
16527         
16528         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
16529         on a generic instantiated type.
16530
16531 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
16532
16533         *verify.c: produce meanfull error messages on verification error
16534         *verify.c: fixed some cases of verification errors reported as validation errors
16535         *pedump.c: fixed the error name array, now it shows validation errors properly
16536         *verify.h: fixed the contant that should be used for verification errors
16537
16538 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
16539
16540         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
16541         for bug #77596, 81858 and 80743 (generics data structures on domain
16542         unload).
16543
16544 2007-06-15  Raja R Harinath  <rharinath@novell.com>
16545
16546         Avoid allocating 'MonoGenericContext' on the heap.
16547         * class-internals (_MonoMethodInflated::context): Make field
16548         inline, not a pointer.
16549         * loader.c (method_from_methodspec): Allocate 'new_context' on the
16550         stack.  Use the context embedded within the inflated method as the
16551         hash key, rather than 'new_context'.
16552         * class.c (inflate_generic_context): Simplify.  Return a struct
16553         rather than allocating on the heap.
16554         (mono_class_inflate_generic_method_full): Update to changes.  Now,
16555         doesn't salt away a copy of the context -- simplifying the
16556         lifetime rules of a 'MonoGenericContext *'.
16557         (mono_method_get_context): Return pointer to embedded context.
16558         (setup_generic_array_ifaces): Allocate temporary context on stack.
16559         * reflection.c (inflate_mono_method): Likewise.
16560         (mono_reflection_bind_generic_method_parameters): Likewise.
16561         Use the context embedded within the inflated method as the hash key.
16562
16563         Avoid a source of allocation of 'MonoGenericContext'.
16564         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
16565         and 'cached_context' fields into embedded 'MonoGenericContext' field.
16566         * class.c: Update to changes.
16567         (mono_generic_class_get_context): Simplify drastically.  Now just
16568         returns a pointer to the field.
16569         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
16570         argument as a const pointer.
16571         (mono_metadata_generic_context_equal): Likewise.
16572         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
16573         Update to changes.
16574
16575 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
16576
16577         * verify.c improved the handling of brtrue/brfalse, factored out common code
16578
16579 2007-06-14  Raja R Harinath  <rharinath@novell.com>
16580
16581         Kill MonoGenericMethod.
16582         * class-internals.h (MonoGenericContext::method_inst): Rename from
16583         'gmethod' and convert to a MonoGenericInst.
16584         (MonoGenericMethod): Remove.
16585         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
16586         * loader.c (method_from_methodspec): Update to changes.  Use a
16587         MonoGenericContext as the key to the hashtable.
16588         * metadata.c (mono_metadata_generic_context_equal): Rename from 
16589         'mono_metadata_generic_method_equal' and take MonoGenericContext.
16590         (mono_metadata_generic_context_hash): Likewise from
16591         'mono_metadata_generic_method_hash'.  Change hash function.
16592         (mono_metadata_load_generic_params): Update to changes.
16593         (mono_get_shared_generic_method): Remove.
16594         * metadata-internals.h (mono_get_shared_generic_method): Remove.
16595         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
16596         (inflate_generic_context): Likewise.
16597         (mono_class_inflate_generic_method_full): Likewise.
16598         (setup_generic_array_ifaces): Likewise.
16599         (mono_class_create_from_typespec): Likewise.
16600         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
16601         (method_encode_methodspec): Update callsite.
16602         (reflection_methodbuilder_to_mono_method): Update to changes.
16603         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
16604         MonoGenericContext as the key to the hashtable.
16605         (inflate_mono_method): Update to changes.
16606
16607         * class-internals.h (MonoGenericMethod::container): Remove.
16608         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
16609
16610 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
16611
16612         * profiler-private.h, profiler.c, profiler.h: added API to profile
16613         exception events.
16614
16615 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
16616
16617         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
16618
16619 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
16620
16621         * verify.c: method invocation is now validated, now we verify parameter types on stack.
16622         Fixed overflow and underflow not aborting the verification process.
16623
16624 2007-06-13  Mark Probst  <mark.probst@gmail.com>
16625
16626         * class-internals.h (MonoStats): Added stats entries for dynamic
16627         code allocations.
16628
16629 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
16630
16631         * loader.c (mono_free_method): Free header->locals and header->clauses.
16632
16633         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
16634         dynamic case.
16635
16636         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
16637
16638         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
16639
16640 2007-06-12  Raja R Harinath  <rharinath@novell.com>
16641
16642         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
16643         the tables.
16644
16645 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16646
16647         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
16648
16649 2007-06-11  Raja R Harinath  <harinath@gmail.com>
16650
16651         MonoGenericMethod on a diet
16652         * class-internals.h (_MonoMethodInflated::reflection_info): Move
16653         here ...
16654         (_MonoGenericMethod::reflection_info): ... from here.
16655         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
16656         Update to changes.
16657         * reflection.c (inflate_mono_method): Likewise.
16658         (mono_reflection_bind_generic_method_parameters): Likewise.
16659
16660 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16661
16662         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
16663         *verify.c: factored long ldarg forms to share code with short forms
16664
16665 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16666
16667         *verify.c: fixed code formating factored some duplicate code
16668         into a new function
16669
16670         *verify.h: fixed binary incompatibility introduced earlier
16671
16672         *pedump.c: fixed formating
16673
16674 2007-06-11  Raja R Harinath  <harinath@gmail.com>
16675
16676         Fix assertion when disassembling Mono.C5.dll
16677         * loader.c (method_from_methodspec): Avoid inflating a method
16678         twice with the same context.  If the methodref is inflated, use
16679         the declaring method instead.
16680
16681         * class.c (mono_class_from_generic_parameter): Fix case similar to
16682         bug #81830 handled below, but for method containers.
16683
16684 2007-06-10  Raja R Harinath  <harinath@gmail.com>
16685
16686         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
16687         get_shared_generic_class.  Directly inflate the instance.
16688         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
16689         (inflate_generic_class): Delete.
16690         (get_shared_generic_class): Delete.  Move setting of
16691         'cached_class' and 'cached_context' ...
16692         * metadata.c (mono_metadata_lookup_generic_class): ... here.
16693
16694         * metadata.c (mono_metadata_lookup_generic_class): Change
16695         signature to take the components of a MonoGenericClass rather than
16696         an allocated MonoGenericClass.  Change semantics to be intern-like.
16697         * reflection.c (mono_class_bind_generic_parameters): Update to
16698         changes.  Make locking region tighter.
16699         * class.c (inflate_generic_class): Update to changes.
16700         (get_shared_generic_class): Likewise.
16701         * metadata-internals.h: Likewise.
16702
16703         * reflection.c (mono_class_bind_generic_parameters): Take and
16704         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
16705         (mono_reflection_bind_generic_parameters): Use
16706         'mono_class_bind_generic_parameters' rather than duplicate the code.
16707         * class.c (mono_bounded_array_class_get): Update to changes.
16708         * object-internals.h: Likewise.
16709
16710         * reflection.c (mono_class_bind_generic_parameters): Only support
16711         parameterizing generic type definitions.  Remove support for other
16712         open types.
16713
16714 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
16715
16716         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
16717
16718         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
16719         in the dynamic case.
16720
16721 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
16722
16723         * threads.c: When cleaning up thread, reset the Background bit.
16724         Fixes bug #81720.
16725
16726 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
16727
16728        * metadata.c: Move variable declarations to top of scope.
16729        * verify.c: Move variable declarations to top of scope.
16730
16731        Code is contributed under MIT/X11 license.
16732
16733 2007-06-08  Raja R Harinath  <rharinath@novell.com>
16734
16735         * reflection.c (mono_class_bind_generic_parameters): Replace
16736         open-coded loop with mono_metadata_inflate_generic_inst.
16737
16738         * class.c (get_shared_generic_class): Don't call
16739         mono_get_shared_generic_inst.  Use the container's own
16740         'class_inst'.
16741
16742         * metadata.c (mono_metadata_load_generic_params): Move
16743         initialization of 'context' field here from ...
16744         * class.c (mono_class_create_from_typedef): ... here, and ...
16745         * loader.c (mono_get_method_from_token): ... here.
16746
16747         * class.c (get_shared_generic_class): Rename from
16748         mono_get_shared_generic_class and make static.
16749         (mono_get_shared_generic_inst): Move to metadata.c.
16750         * loader.c (mono_get_shared_generic_method): Likewise.
16751         * class-internals.h, metadata-internals.h: Update to changes.
16752
16753         Fix #81830
16754         * class.c (mono_class_from_generic_parameter): Don't assume a
16755         generic container owner exists.  Generic containers from monodis
16756         don't have any.
16757
16758 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
16759
16760         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
16761         * verify.h: new typedefs to returns the non-verifiable status
16762         * verify.c: initial implementation of generics, stack merging and object compatibility check
16763
16764 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16765
16766         * class.c, image.c, class-internals.h (MonoImage): class_cache is
16767         a MonoInternalHashTable again (fixed bug in internal hash table
16768         code).
16769
16770 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16771
16772         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
16773         MonoInternalHashTable again (fixed bug in internal hash table
16774         code).
16775
16776 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16777
16778         * class.c, image.c, class-internals.h, domain.c,
16779         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
16780         changes.  Have to figure out what makes them break the SWF
16781         regression.
16782
16783 2007-06-04  Mark Probst  <mark.probst@gmail.com>
16784
16785         * class.c, image.c, class-internals.h (MonoImage): class_cache is
16786         a MonoInternalHashTable now.
16787
16788 2007-06-04  Mark Probst  <mark.probst@gmail.com>
16789
16790         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
16791         MonoInternalHashTable now.
16792
16793 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
16794
16795         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
16796         invoke_impl code.
16797
16798         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
16799
16800         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
16801         dependent trampoline.
16802
16803         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16804
16805         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
16806
16807 2007-05-29  Robert Jordan  <robertj@gmx.net>
16808
16809         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
16810
16811 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
16812
16813         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
16814
16815 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
16816
16817        * marshal.c: Fix interface lookup loops for
16818        cominterop_get_com_slot_for_method and 
16819        cominterop_get_method_interface. Only need to lookup
16820        if type is a class, else use interface type method is on.
16821
16822        Code is contributed under MIT/X11 license.
16823
16824 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
16825
16826         * reflection.c: HasSecurity can be present even if no specially 
16827         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
16828         SecurityAttribute). Fix CAS regression tests on buildbot.
16829
16830 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
16831
16832        * appdomain.c: Add configure checks for header files.
16833        * image.c: Add configure checks for header files.
16834        * file-io.c: Add configure checks for header files.
16835        * debug-mono-symfile.c: Add configure checks for header files.
16836        * threadpool.c: Add configure checks for header files.
16837        * console-io.c: Add configure checks for header files.
16838        * profiler.c: Add configure checks for header files.
16839        * rawbuffer.c: Add configure checks for header files.
16840        * icall.c: Add configure checks for header files.
16841        * rand.c: Add configure checks for header files.
16842        * socket-io.c: Add configure checks for header files.
16843
16844        Code is contributed under MIT/X11 license.
16845
16846 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
16847
16848         * reflection.c (mono_custom_attrs_from_builders): Remove the 
16849         assertion as it breaks the build.
16850         
16851         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
16852
16853         * reflection.c (lookup_custom_attr): Make a copy here too.
16854
16855         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
16856         dynamic images.
16857
16858         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
16859         images.
16860
16861         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
16862         info.
16863
16864 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
16865
16866         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
16867         (load_cattr_value): Ditto.
16868
16869 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
16870
16871         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
16872
16873 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
16874
16875         * threads.c: In "start_wrapper", set apartment_state to MTA if
16876         apartment_state is Unknown and we're running on 2.0 profile or
16877         higher.
16878         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
16879         to main method, then set apartment_state to Unknown on 1.0 profile,
16880         and MTA on 2.0 profile.
16881
16882 2007-05-16  Jb Evain  <jb@nurv.fr>
16883
16884         * class-internals.h (MonoDefaults): Add an attribute_class and
16885           customattribute_data_class.
16886         * domain.c (mono_init_internal): Populate them.
16887         * reflection.c: Use them to remove duplicates. Make a vew
16888         MonoClass variables `static'.
16889
16890 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
16891
16892         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
16893         step in implementing IMT, so that all isinst checks now can go
16894         through the bitmap.
16895         This was needed because vtables for TransparentProxy need to look
16896         like the vtable of the "target" class, so they need to point to
16897         its interface bitmap directly.
16898
16899         * object.c: inside "mono_class_create_runtime_vtable" and
16900         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
16901
16902 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
16903
16904         * object-internals.h
16905           culture-info.h : added territory field in MonoCulture and
16906           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
16907         * locales.c : fill territory field above too.
16908         * culture-info-table.h : regenerated.
16909
16910 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
16911
16912         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
16913         Fixes #81599.
16914
16915 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
16916
16917         * object.c: Always initialize apartment, even if 
16918         there is no custom attributes on entry point.
16919         
16920         Code is contributed under MIT/X11 license.
16921
16922 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
16923
16924         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
16925         * metadata.c: If no encoding is set, check for unicode
16926         on class.
16927         
16928         Code is contributed under MIT/X11 license.
16929
16930 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16931
16932         * threads.c: Handle if mono_thread_current returns NULL 
16933         
16934         Code is contributed under MIT/X11 license.
16935
16936 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16937
16938         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
16939         in start_wrapper. Added mono_thread_init_apartment_state and
16940         mono_thread_cleanup_apartment_state.
16941         * object.c: Initialize thread apartment state on main thread
16942         by checking for STAThreadAttribute on entry point.
16943         * object-internals.h: Add apartment_state field to MonoThread.
16944         * threads-types.h: Add unmanaged definition of 
16945         System.Threading.ApartmentState, MonoThreadApartmentState.
16946         
16947         Code is contributed under MIT/X11 license.
16948         
16949 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
16950
16951         * class.c: Fix windows build.
16952         * class-internals.h: Fix windows build.
16953         
16954         Code is contributed under MIT/X11 license.
16955
16956 2007-05-08  Robert Jordan  <robertj@gmx.net>
16957
16958         * process.c (CreateProcess_internal):
16959         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
16960         .CreateNoWindow was specified. Fixes #81496.
16961
16962 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16963
16964         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
16965         step in implementing IMT, replaced it with two compact arrays
16966         (interfaces_packed and interface_offsets_packed) and a bitmap that
16967         is used for isinst checks (interface_bitmap).
16968
16969         * class.c: (compare_interface_ids): compare function to pass to
16970         bsearch when looking for an interface with a given id.
16971         (mono_class_interface_offset): reimplemented using bsearch on
16972         interfaces_packed, getting the offset from interface_offsets_packed.
16973         (print_implemented_interfaces): utility debugging function.
16974         (setup_interface_offsets): reworked to initialize interfaces_packed,
16975         interface_offsets_packed and interface_bitmap.
16976
16977         * object.c: replaced all accesses to "MonoClass.interface_offsets"
16978         with uses of interfaces_packed and interface_offsets_packed.
16979
16980 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16981
16982         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
16983         mono_class_interface_offset prototype to wrap all accesses to
16984         "MonoClass.interface_offsets".
16985
16986         * class.c: Implemented mono_class_interface_offset, and wrapped all
16987         accesses to "MonoClass.interface_offsets".
16988
16989         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
16990         "MonoClass.interface_offsets".
16991
16992 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
16993
16994         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
16995         GetMethodFromHandle overloads (bug #78637).
16996
16997 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
16998
16999         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
17000         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
17001
17002 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
17003
17004         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
17005         #81498.
17006
17007         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
17008         gracefully.
17009         (mono_custom_attrs_from_index): Ditto.
17010
17011         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
17012         Fixes #81501.
17013
17014 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
17015
17016         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
17017         is now allocated from a mempool.
17018
17019 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
17020
17021         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
17022         caller holds threads_lock, leading to deadlocks. Fixes #81476.
17023
17024 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
17025
17026         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
17027         mono_loader_clear_error () too late. Fixes #81463.
17028
17029 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
17030
17031         * culture-info-table.h : regenerated.
17032
17033 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
17034
17035         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
17036         is missing.
17037
17038 2007-04-25  Dick Porter  <dick@ximian.com>
17039
17040         * Makefile.am: Put the mingw enforced-optimisation back into the
17041         PLATFORM_WIN32 section.
17042
17043 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
17044
17045         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
17046         patch.
17047
17048         * image.c (mono_image_load_module): New API function to load a module reference.
17049
17050         * image.c (load_modules): Load modules lazily. Fixes #80812.
17051
17052         * class.c (mono_class_from_typeref): Use mono_image_load_module.
17053         
17054         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
17055
17056         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
17057         to mono_image_load_module_dynamic.
17058
17059 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
17060
17061         * marshal.c: Fix calling convention for CCW on non-windows
17062         platforms. STDCALL on windows, CDECL everywhere else to work 
17063         with XPCOM and MainWin COM.
17064         
17065         Code is contributed under MIT/X11 license.
17066
17067 2007-04-23  Martin Baulig  <martin@ximian.com>
17068
17069         Fix #80969.
17070
17071         * loader.c
17072         (method_from_memberref): Added `gboolean *used_context' argument.
17073         (mono_get_method_from_token): Likewise.
17074         (mono_get_method_full): Don't insert the method in the cache when
17075         `used_context' is true.
17076
17077 2007-04-23  Raja R Harinath  <rharinath@novell.com>
17078
17079         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
17080
17081         * reflection.c (mono_reflection_bind_generic_parameters): Don't
17082         create new MonoTypes for returned types.
17083         * class.c (mono_generic_class_get_class): Export mono-internal.
17084         * class-internals.h: Update to changes.
17085
17086 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
17087
17088         * threadpool.c, threadpool.h, icall-def.h: patch from
17089         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
17090
17091 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
17092
17093         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
17094         
17095         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
17096
17097         * threads.c (mono_thread_get_stack_bounds): New helper function.
17098
17099         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
17100         Correctly compute stack bounds when attaching. Fixes #81394.
17101
17102 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
17103
17104         * reflection.c: fix handling of doubles in custom attributes
17105         for the arm-fpa format (bug #81368).
17106
17107 2007-04-18  Raja R Harinath  <rharinath@novell.com>
17108
17109         * reflection.c (assembly_add_win32_resources): Mildly relax an
17110         bounds check to let the end pointer point just past the end of the
17111         allocated buffer.  (may fix #81384)
17112
17113 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
17114
17115         * culture-info-table.h : regenerated.
17116
17117 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
17118
17119         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
17120         the thread is aborted early.
17121
17122 2007-04-05  Dick Porter  <dick@ximian.com>
17123
17124         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
17125         FindFirstFile()/FindNextFile() to find entries.  This lets the
17126         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
17127         81038.
17128
17129         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
17130         the parameters of
17131         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
17132
17133 2007-04-04  Martin Baulig  <martin@ximian.com>
17134
17135         * debug-helpers.c
17136         (mono_method_desc_full_match): Add support for nested classes.
17137
17138 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
17139
17140         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
17141
17142 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
17143
17144         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
17145         waiting for too many threads.
17146
17147 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
17148
17149         * environment.c: Fix return value check on uname so we can get the 
17150         executing version on Solaris operating systems.
17151
17152 2007-03-28  Jb Evain  <jbevain@gmail.com>
17153
17154         * class.c (mono_type_get_name_recurse): Complete the
17155         fix for the creation of assembly qualified names for
17156         pointer types. Fixes #81208.
17157
17158 2007-03-27  Dick Porter  <dick@ximian.com>
17159
17160         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
17161         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
17162         changed.
17163
17164         * threads.c
17165         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
17166         the value of ReleaseMutex().
17167
17168 2007-03-27  Dick Porter  <dick@ximian.com>
17169
17170         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
17171         in little-endian order, not network endian, so must be converted
17172         to host endian here.  Fixes bug 80593.
17173
17174 2007-03-22  Jb Evain  <jbevain@gmail.com>
17175
17176         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
17177         qualified names for pointer types. Fixes #81208.
17178
17179 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
17180
17181         * marshal.c: Add support for PreserveSigAttribute. 
17182         
17183         Code is contributed under MIT/X11 license.
17184
17185 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
17186
17187         * process.c: Fix endianness issues. Fixes #81126.
17188
17189         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
17190         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
17191
17192         * image.c (mono_image_lookup_resource): Make this work on big-endian
17193         machines.Change API contract so the caller needs to free the return value.
17194         
17195         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
17196         API change.
17197         
17198 2007-03-14  Martin Baulig  <martin@ximian.com>
17199
17200         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
17201         mono_type_get_desc() as well.
17202
17203 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
17204
17205         * icall.c:  Fix environ access in VS.  
17206         
17207 2007-03-13  Alp Toker  <alp@atoker.com>
17208
17209         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
17210         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
17211         #63841.
17212
17213 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
17214
17215         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
17216         circular references among dynamic methods. Fixes #81091.
17217
17218         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
17219
17220 2007-03-09  Martin Baulig  <martin@ximian.com>
17221
17222         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
17223
17224 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
17225
17226         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
17227         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
17228         
17229         Code is contributed under MIT/X11 license.
17230         
17231 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
17232
17233         * loader.c: Reapply patch for bug #79424.
17234
17235 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
17236
17237         * metadata.c (mono_type_to_unmanaged): Only convert object to
17238         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
17239
17240 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
17241
17242         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
17243         (and incorrectly set) is_reference field from MonoGenericInst.
17244
17245 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
17246
17247         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
17248         a little earlier.
17249
17250         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
17251
17252         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
17253
17254 2007-03-05  Miguel de Icaza  <miguel@novell.com>
17255
17256         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
17257         FileOptions.1 value to mean "temporary", map that to
17258         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
17259
17260         Fixes 80688
17261
17262 2007-03-03  Marek Habersack  <mhabersack@novell.com>
17263
17264         * appdomain.c: implement MS .Net style shadow copying. Copies of
17265         the assemblies are made in a subdirectory of the dynamic base
17266         directory, the assembly names are preserved.
17267         Copy .mdb and .config files along with the assemblies being shadowed.
17268
17269 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
17270
17271         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
17272         (emit_marshal_handleref): Ditto.
17273
17274         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
17275         on Visual C++. Fixes #80671.
17276
17277 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
17278
17279         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
17280         for clone operations.
17281
17282 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
17283
17284         * marshal.c: Fix warnings.
17285
17286 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
17287
17288         * loader.c: allow case-insensitive matching of the dll name
17289         in dllmap handling when prefixed with "i:".
17290
17291 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
17292
17293         * threads.c: Fix #ifdef for dummy_apc function for VS.
17294
17295 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
17296
17297         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
17298
17299 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
17300         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
17301         giving precedence to the methods with a fully qualified name
17302         (InterfaceName.MethodName) when building the interface sections
17303         of the vtable.
17304
17305 2007-02-16  Dick Porter  <dick@ximian.com>
17306
17307         * threadpool.c (append_job): Fix fast-path array handling, so it's
17308         less likely the array will grow exponentially when the load is
17309         heavy.
17310
17311 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
17312
17313         * metadata-internals.h, loader.c: fix dllmap lookup order
17314         for non-function maps, too, and prepare for fallback code.
17315
17316 2007-02-12  Robert Jordan  <robertj@gmx.net>
17317
17318         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
17319         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
17320         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
17321         GlobalFree. Fixes a part of bug #77075.
17322
17323 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
17324
17325         * loader.c: implemented typedef parent in field memberref.
17326
17327 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
17328
17329         * marshal.c: Fix warnings and remember to call Release on
17330         IUnknown of RCW.
17331         
17332         Code is contributed under MIT/X11 license.
17333
17334 2007-02-10  Miguel de Icaza  <miguel@novell.com>
17335
17336         * class-internals.h: Add MonoHandleRef definition, and
17337         handleref_class to mono_defaults. 
17338
17339         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
17340         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
17341
17342         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
17343         (do nothing on this stage)
17344         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
17345         (emit_marshal_handleref): New method, used for argument handling
17346         of HandleRefs. 
17347
17348 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
17349
17350         * class.c (mono_class_setup_parent): Lazily init com types.
17351         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
17352         init com types.
17353         * object.c (mono_remote_class_vtable): Lazily init com types.
17354         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
17355         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
17356         * domain-internals.h: Expose mono_init_com_types.
17357         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
17358         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
17359         Add support for COM Callable Wrapper marshalling.
17360         * marshal.h: Add icall definitions.
17361         * gc.c: Handle freeing of CCWs in finalizer code.
17362         
17363         Code is contributed under MIT/X11 license.
17364
17365 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
17366
17367         * reflection.c: changed all the signature encoding code to use
17368         a variable-sized buffer.
17369
17370 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
17371
17372         * marshal.c: locking fixes: never take the loader lock
17373         or other runtime locks when holding the marshal lock
17374         (fixes bug#80664).
17375
17376 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
17377
17378         * marshal.c: make the delegate function pointer mapping
17379         work for the moving GC.
17380
17381 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
17382
17383         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
17384         for bug #80618.
17385
17386 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
17387
17388         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
17389         gmodule.
17390
17391 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
17392
17393         * threadpool.c: made the code moving-GC safe.
17394
17395 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
17396
17397         * assembly.c, boehm-gc.c, class-internals.h, class.c,
17398         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
17399         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
17400         warning cleanup.
17401         * reflection.c: warning cleanup, some threading and moving GC fixes.
17402
17403 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
17404
17405         * class.c, loader.c: create the needed Set/Get/Address array methods
17406         as well as the .ctors in mono_class_init (), fixes bug #80567.
17407
17408 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
17409
17410         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
17411         we doesn't decrease its alignment. Should fix the sparc build.
17412
17413 2007-01-24  Dick Porter  <dick@ximian.com>
17414
17415         * socket-io.c
17416         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
17417         Create the returned object if we need to ignore an unsupported
17418         socket option.  Fixes a segfault reported by Atsushi.
17419
17420 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
17421
17422         * class.c, object.c: restrict GC-tracked fields to
17423         UIntPtr fields used inside corlib, so we provide better
17424         type info to the GC and also allow broken packing as in
17425         bug #80580.
17426
17427 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
17428
17429         * sgen-gc.c: removed duplicated function.
17430
17431 2007-01-19  Miguel de Icaza  <miguel@novell.com>
17432
17433         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
17434         value that means that the value is not supported, but that we
17435         should not return a failure, but instead report this as a
17436         successful operation.
17437
17438 2007-01-19  Raja R Harinath  <rharinath@novell.com>
17439
17440         Fix tests/bug79956.2.il
17441         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
17442         (mono_generic_class_get_class): If the generic definition in an
17443         enum, copy over other fields related to it.
17444
17445 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
17446
17447         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
17448         genericinst enums (bug #79215).
17449
17450 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
17451         * class.c: Fix bug 80307.
17452
17453 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
17454
17455         * image.c: if the file table is not present, try to load
17456         all the modules, since we don't have info about them
17457         having or not metadata (bug #80517).
17458         * assembly.c: allow mono_assembly_load_references () to
17459         work for netmodules.
17460
17461 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
17462
17463         * image.c, metadata-internals.h, object.c: execute module
17464         cctors when running on the 2 runtime if present (bug #80487).
17465
17466 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
17467
17468         * icall.c: optimized InitializeArray() on bigendian.
17469
17470 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
17471
17472         * icall.c: fix for the broken ARM FPA double format.
17473
17474 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
17475
17476         * icall.c: handle endian issues for r4 and r8 types, too, in
17477         the InitializeArray() icall.
17478
17479 2007-01-15  Miguel de Icaza  <miguel@novell.com>
17480
17481         * loader.c (mono_loader_error_prepare_exception): Clear the error
17482         once we have extracted the information from it, do this before we
17483         call into the JIT's class loading mechanisms.
17484
17485         * object.c (mono_class_create_runtime_vtable): Do not clear the
17486         loader error before calling mono_class_get_exception_for_failure
17487         as the loader error is needed inside
17488         mono_class_get_exception_for_failure to throw the error (thinko).
17489
17490         Fixes #80521
17491         
17492 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
17493
17494         * reflection.c: align fields rva data so it's faster to load at
17495         runtime.
17496
17497 2007-01-12  Raja R Harinath  <rharinath@novell.com>
17498
17499         Prepare to simplify GenericMethod handling.
17500         * class-internals.h (mono_method_get_context): New accessor function.
17501         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
17502         rather than directly accessing '->context' field.
17503
17504         * class-internals.h (_MonoGenericParam.method): Move ...
17505         (_MonoGenericContainer): ... here.  Add into union with klass field.
17506         * class.c, icall.c, loader.c, metadata.c, reflection.c:
17507         Update to changes.
17508
17509 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
17510
17511         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
17512         the wrapper type enum and reduce relocations.
17513
17514 2007-01-12  Raja R Harinath  <rharinath@novell.com>
17515
17516         * reflection.c (inflate_mono_method): Reuse method instantiation
17517         from the generic method, if available.
17518
17519 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
17520
17521         * marshal.c (emit_marshal_variant): Fix conv_arg
17522         type in last commit, based on whether parameter is byref.
17523         
17524 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
17525
17526         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
17527         marshalling.
17528         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
17529         MONO_TYPE_OBJECT back for VARIANT support.
17530
17531 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
17532
17533         * marshal.c, marshal.h, icall-def.h: Implement 
17534         Marshal.ReAllocCoTaskMem.
17535
17536 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
17537
17538         * marshal.c: memory retention fixes: use the proper
17539         image cache for runtime_invoke method lookups.
17540
17541 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
17542
17543         * mempool.c: added code to help debug mempool allocations.
17544
17545 2007-01-11  Dick Porter  <dick@ximian.com>
17546
17547         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
17548         support (experimenting with faking it with IP_MTU_DISCOVER for
17549         systems that don't have IP_DONTFRAGMENT.)
17550         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
17551         icall.
17552
17553         * icall-def.h: new System.Net.Sockets.Disconnect icall.
17554
17555         * socket-io.h: Add new fields to MonoSocketAsyncResult
17556         corresponding to the new ones in Socket.cs.
17557
17558 2007-01-11  Raja R Harinath  <rharinath@novell.com>
17559
17560         Fix IronPython regression mentioned in #80249
17561         * metadata.c (do_mono_metadata_parse_generic_class): Clear
17562         'cached_context' field, since it may have been initialized as a
17563         side-effect of metadata parsing.
17564
17565         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
17566         (_MonoGenericClass.cached_class): Move here and rename from lone
17567         remaining field of ...
17568         (_MonoInflatedGenericClass): ... this.  Remove.
17569         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
17570         to changes.
17571
17572         Fix mcs/tests/test-128.cs regression.
17573         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
17574         2007-01-10 change below.
17575         [MONO_TYPE_OBJECT]: Recurse into array case.
17576
17577 2007-01-11  Raja R Harinath  <harinath@gmail.com>
17578
17579         * class-internals.h (mono_get_inflated_generic_class): Remove.
17580         * class.c (mono_get_inflated_generic_class): Remove.
17581         (mono_generic_class_get_class): Rename from
17582         mono_class_create_generic.
17583         (mono_class_from_mono_type) [GENERICINST]: Use it.
17584         * reflection.c, metadata.c: Update to changes.  Use
17585         'mono_class_from_mono_type'.
17586
17587 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
17588
17589         * reflection.c: use passed type when encoding an array element
17590         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
17591
17592 2007-01-09  Robert Jordan  <robertj@gmx.net>
17593
17594         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
17595         result arguments (someDelegate.EndInvoke (unrelatedAres)).
17596         Fixes bug #80392.
17597
17598 2007-01-09  Raja R Harinath  <rharinath@novell.com>
17599
17600         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
17601
17602         * object.c (set_value): Avoid aliasing between type->data.klass
17603         and type->data.generic_class.
17604
17605         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
17606
17607 2007-01-08  Raja R Harinath  <rharinath@novell.com>
17608
17609         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
17610         between type->data.klass and type->data.generic_class.
17611
17612 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
17613
17614         * marshal.c: In MS.NET, StringBuilder objects are not copied by
17615         value in out parameters.
17616
17617 2007-01-08  Raja R Harinath  <rharinath@novell.com>
17618
17619         Simplify invariant for MonoGenericClass::klass field.
17620         * class.c (mono_class_create_generic): Verify 'klass' is null.
17621         * metadata.c (do_mono_metadata_parse_generic_class): Don't
17622         initialize 'klass' field.
17623
17624 2007-01-05  Raja R Harinath  <rharinath@novell.com>
17625
17626         Ongoing work to avoid redundant data and simplify invariants.
17627         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
17628         'generic_class', and change type to a GenericInst.
17629         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
17630         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
17631
17632 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
17633
17634         * class.c : skip io-layer under PLATFORM_WIN32.
17635
17636 2007-01-03  Tor Lillqvist  <tml@novell.com>
17637
17638         Fix #80305: In a bundled executable, look in the bundled exe
17639         assembly to determine the runtime version. Add the possibility to
17640         bundle also the machine.config file.
17641         
17642         * assembly.c (mono_assembly_open_from_bundle): Make
17643         non-static. Allow being called even if we have no bundled
17644         assemblies, and return NULL right away in that case.
17645
17646         * domain-internals.h: Declare mono_assembly_open_from_bundle()
17647         here.
17648
17649         * domain.c (app_config_parse): Take an assembly exe file name as
17650         parameter instead of a config file name. Check for a bundled
17651         config file for that assembly by calling
17652         mono_config_string_for_assembly_file() (see below) before looking
17653         for one in the file system.
17654         (get_runtimes_from_exe): Corrsponding change to call of
17655         app_config_parse().
17656         (get_runtimes_from_exe): Check for bundled assembly exe file first
17657         by calling mono_assembly_open_from_bundle(). If no bundled
17658         assembly exe file is found, call mono_image_open() as before to
17659         look it up in the file system.
17660
17661         * mono-config.c: Add variable bundled_machinec_onfig.
17662         (mono_config_string_for_assembly_file): New function.
17663         (mono_config_for_assembly): Move code snippet that looks for a
17664         bundled assembly .config file into the above new function. Call
17665         it.
17666         (mono_register_machine_config, mono_get_machine_config): New
17667         functions to set and retrieve
17668
17669         * assembly.h: Declare mono_register_machine_config().
17670
17671         * mono-config.h: Declare mono_get_machine_config() and
17672         mono_config_string_for_assembly_file().
17673
17674         * icall.c: No declaration of environ necessary on Win32. It is
17675         declared (as a macro expanding to a function call) in stdlib.h.
17676         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
17677         New internal mono function. Returns the value of
17678         mono_get_machine_config() as a Mono string.
17679
17680         * icall-def.h: Add get_bundled_machine_config().
17681
17682 2007-01-04  Raja R Harinath  <rharinath@novell.com>
17683
17684         Remove redundant field
17685         * class-internals.h (_MonoGenericContext.container): Remove field.
17686         * loader.c (mono_method_get_signature_full): Don't parse a
17687         "container" for a signature parse when the signature is inflated
17688         immediately.
17689         (method_from_methodspec): Likewise, for a generic_inst.
17690         * class.c, metadata.c, reflection.c: Update to changes.
17691
17692 2006-01-04  Raja R Harinath  <rharinath@novell.com>
17693
17694         * class-internals.h (_MonoGenericClass): Rename 'context' field to
17695         'cached_context', and change semantics -- it starts off NULL, and
17696         is initialized on demand.
17697         * class.c (mono_generic_class_get_context): New accessor to
17698         replace 'context' field accesses.
17699         (mono_class_get_context): New helper.
17700         (*): Update to changes.
17701         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
17702
17703 2007-01-03  Miguel de Icaza  <miguel@novell.com>
17704
17705         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
17706         before the memcpy.   Fixes Marshal2 regression.
17707
17708 2007-01-02  Jb Evain  <jbevain@gmail.com>
17709
17710         * blob.h: add a MONO_TYPE_ENUM definition
17711         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
17712         fix the encoding of arrays of enums in custom attributes.
17713
17714         Fixes #79666.
17715
17716 2007-01-01  Miguel de Icaza  <miguel@novell.com>
17717
17718         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
17719         string is null terminated, but only cut the string short if it
17720         overflows the buffer.   
17721         
17722         (mono_string_to_byvalstr): Also fix this routine.   The code here
17723         was not properly terminating a string (it was only terminated
17724         because of the previous catch-all memset). 
17725
17726         I left the memset, because I do not know if applications expect
17727         the runtime to clear this region. 
17728
17729         Fixes #79944.
17730
17731         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
17732         Clear the error before returning to unmanaged code to prevent the
17733         runtime from being confused later on (fixes  80420).
17734         (ves_icall_type_from_name): Always call mono_loader_clear_error
17735         after parsing a type that could have failed.
17736         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
17737
17738         * loader.c (mono_loader_clear_error): Fix indentation.
17739
17740 2006-12-28  Martin Baulig  <martin@ximian.com>
17741
17742         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
17743
17744 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17745
17746         * reflection.c: patch from Rolf Bjarne Kvinge to fix
17747         getting a token for an EnumBuilder.
17748
17749 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17750
17751         * reflection.c: be more careful in case resource generation
17752         fails to create the data array.
17753
17754 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
17755
17756         * sgen-gc.c: write barrier for clone and fix unregister handles.
17757
17758 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
17759
17760         * reflection.c: some fixes needed in the generics code for the moving GC.
17761
17762 2006-12-22  Robert Jordan  <robertj@gmx.net>
17763
17764         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
17765         account. Fixes bug #80299.
17766
17767 2006-12-21  Raja R Harinath  <rharinath@novell.com>
17768
17769         Fix WaitHandle usage in delegates.
17770         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
17771         * object.c (mono_wait_handle_new): Use the property set method to
17772         initialize the handle.
17773         (mono_wait_handle_get_handle): New.
17774         * threadpool.c (mono_async_invoke): Use it.
17775         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
17776         Likewise.
17777         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
17778
17779 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
17780
17781         * marshal.c (emit_marshal): Call emit_marshal_variant and
17782         emit_marshal_com_interface when applicable.
17783         (emit_marshal_variant, emit_marshal_com_interface): Add
17784         methods for this case and remove if's from emit_marshal_object.
17785         
17786 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
17787
17788         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
17789
17790 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
17791
17792         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
17793         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
17794         and GlobalFree on Windows. Remove FIXME.
17795
17796 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17797
17798         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
17799         implementation for managed objects.
17800
17801 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
17802
17803         * object.c: implemented code to be used for checking
17804         that no reference field overlaps with non-references.
17805
17806 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17807
17808         * threadpool.c: fix queue code to be compatible with the
17809         moving GC.
17810
17811 2006-12-18  Miguel de Icaza  <miguel@novell.com>
17812
17813         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
17814         in structures by throwing ArgumentNullException.
17815
17816         (emit_marshal_safehandle): Also when they are null parameters.
17817
17818         (emit_marshal_safehandle): Add support for ref
17819         SafeHandles parameters
17820
17821 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17822
17823         * profiler.c: updated to use the mono-dl API instead of
17824         gmodule.
17825
17826 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17827
17828         * profiler.c: updated to use the mono-dl dynamic loading
17829         API instead of gmodule.
17830
17831 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
17832
17833         * profiler.c: use readlink, older versions of glib don't have
17834         g_file_read_link ().
17835
17836 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17837
17838         * profiler.c: try to detect the path to mono if libc fails to provide
17839         a useful name (bug #80286).
17840
17841 2006-12-16  Raja R Harinath  <rharinath@novell.com>
17842
17843         Fix #80242
17844         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
17845         instance, use the generic type definition instead.
17846         (ves_icall_Type_GetNestedTypes): Likewise.
17847         * class.c (mono_class_create_generic): Always set the
17848         nested_classes of a generic instance to NULL, even if the generic
17849         type definition has nested types.
17850
17851 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
17852
17853         * marshal.c (mono_string_from_bstr): Revert previous Windows change
17854         and fix on Linux.
17855         
17856 2006-12-15  Miguel de Icaza  <miguel@novell.com>
17857
17858         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
17859         my arguments were in the wrong order.   I also fixed the Windows
17860         version which seems to have had the same issue.
17861
17862         (mono_free_bstr): On Unix, this is g_free.
17863         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
17864         conversions (for the tests in corlib to pass).
17865
17866 2006-12-14  Miguel de Icaza  <miguel@novell.com>
17867
17868         * marshal.c (emit_ptr_to_object_conv): For now, ignore
17869         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
17870         exception if a ref SafeHandle in a struct has changed).
17871         
17872         (emit_struct_conv): Do not perform layout checks for classes
17873         derived from SafeHandle, as those are specially handled. 
17874
17875         (emit_object_to_ptr_conv): Add support for
17876         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
17877
17878         (emit_marshal_safehandle): Implement conversion of return values
17879         of safehandles (MARSHAL_ACTION_CONV_RESULT).
17880         
17881         * threads.c: WaitHandle now is compiled with two different handles
17882         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
17883         for 2.0.
17884         
17885         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
17886         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
17887         these routines to cope with both kinds of fields.
17888
17889 2006-12-12  Miguel de Icaza  <miguel@novell.com>
17890
17891         * metadata.c (mono_type_to_unmanaged): Handle the case where
17892         type->data.klass is a SafeHandle, and in that case, return the
17893         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
17894         MONO_MARSHAL_CONV_SAFEHANDLE. 
17895
17896 2006-12-11  Miguel de Icaza  <miguel@novell.com>
17897
17898         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
17899         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
17900         calling emit_marshal_object.
17901
17902         (emit_marshal_safehandle): Implement marshalling of
17903         SafeHandle parameters (no ref support yet).
17904
17905         (MarshalAction): Document the defines as I implement
17906         them for SafeHandle.
17907
17908         (emit_marshal_object): indentation police.
17909
17910         * class-internals.h: Define MonoSafeHandle.
17911         Add safehandle_class to MonoDefaults type.
17912
17913         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
17914         list of classes to check for fields. 
17915
17916         * domain.c (mono_init_internal): Add SafeHandle to the list of
17917         mono_defaults loaded.
17918
17919 2006-12-15  Raja R Harinath  <rharinath@novell.com>
17920
17921         Fix #80253
17922         * reflection.c (mono_reflection_bind_generic_parameters): If the
17923         generic type definition is a type builder, ensure that it is fully
17924         initialized before instantiating it.  Kill some dead code.
17925
17926 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
17927
17928         * object.c: clear the loader_error () before loading
17929         more metadata stuff (bug #80258).
17930
17931 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
17932
17933         * icall.c, icall-defs.h: type modifiers icalls for
17934         parameters and properties.
17935
17936 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
17937
17938         * object.c, icall.c: fixed warnings.
17939
17940 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17941
17942         * marshal.c: fixed a couple of leaks and coding style in a few places.
17943
17944 2006-12-08  Dick Porter  <dick@ximian.com>
17945
17946         * process.c: Cope with NULL ProcessStartInfo arguments on windows
17947         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
17948         80173.
17949
17950 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17951
17952         * process.c: ProcessStartInfo may have only filename set and
17953         arguments can be NULL.
17954
17955 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17956
17957         * icall.c: fix leak found by Robert Jordan.
17958
17959 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17960
17961         * marshal.c, marshal.h: generate managed method to access an element
17962         of a multi-dimensional array.
17963
17964 2006-11-30  Paolo Molaro (lupus@ximian.com)
17965
17966         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
17967
17968 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17969
17970         * icall.c: back out GetFields () fix until the serialization code is
17971         fixed to not depend on the incorrect behaviour.
17972
17973 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
17974
17975         * profiler.c: provide defaults if none are set.
17976
17977 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
17978
17979         * Makefile.am, attrdefs.h: new public header file with
17980         constants for attributes for use by embedders.
17981
17982 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17983
17984         * icall.c: GetFields () fix for bug #80064.
17985
17986 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
17987
17988         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
17989         removed long unused icalls.
17990
17991 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
17992   
17993         * marshal.c: 
17994                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
17995                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
17996                 can be generated without a delegate class.
17997                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
17998         
17999         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
18000
18001 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18002
18003         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
18004         #80069.
18005
18006 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18007
18008         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
18009         icall-def.h: added icalls needed by System.GC.
18010
18011 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
18012
18013         * loader.c: ensure the class in catch clauses is handled
18014         correctly for generics methods (fixes bug#79980).
18015
18016 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
18017
18018         * monitor.h, monitor.c: added mono_locks_dump () function
18019         to help debug deadlocks involving managed locks.
18020
18021 2006-11-13  Dick Porter  <dick@ximian.com>
18022
18023         * file-io.c (get_file_attributes): If the file is a symlink try
18024         and get the stat data for the target, but also add the
18025         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
18026         the specs for the windows symlink support, but will probably have
18027         to be reworked when I have test data from a vista machine.  Fixes
18028         bug 79887.
18029
18030 2006-11-13  Dick Porter  <dick@ximian.com>
18031
18032         * gc.c (mono_domain_finalize): 
18033         * marshal.c (mono_delegate_begin_invoke): 
18034         * threadpool.c (socket_io_init, mono_thread_pool_init)
18035         (mono_thread_pool_finish): 
18036         * monitor.c (mono_monitor_try_enter_internal): 
18037         * threads.c (mono_thread_resume, mono_thread_init)
18038         (mono_thread_suspend_all_other_threads)
18039         (mono_thread_execute_interruption): 
18040         * appdomain.c (mono_domain_unload): Check for NULL error returns
18041         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
18042         75733.
18043
18044 2006-11-11  Miguel de Icaza  <miguel@novell.com>
18045
18046         * process.c
18047         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
18048         Only close the handle if the value of the handle is not
18049         INVALID_HANDLE_VALUE.  This just makes the process a bit more
18050         robust.
18051
18052         Improvement for #75733, so that we do not run into this problem. 
18053
18054         
18055         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
18056         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
18057         internal variables.  Fixes #79462 
18058         
18059
18060 2006-11-09  Dick Porter  <dick@ximian.com>
18061
18062         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
18063         Use poll() not select().  Fixes bug 79397.
18064
18065 2006-11-09  Raja R Harinath  <rharinath@novell.com>
18066
18067         Fix #79872
18068         * assembly.c (mono_assembly_load_from_full): Check that the given
18069         image has an assembly manifest.
18070
18071 2006-11-09  Ankit Jain  <jankit@novell.com>
18072
18073         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
18074         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
18075         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
18076
18077 2006-11-07  Dick Porter  <dick@ximian.com>
18078
18079         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
18080         Put the old resolver behaviour back for pre-2.0 profiles.
18081
18082 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18083
18084         * threadpool.c: precise GC and locking fixes.
18085
18086 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
18087
18088         * class.c: don't load types that have an explicit unaligned
18089         managed reference. Provide better info in the TypeLoad exception.
18090         Part of the fix for bug #79744.
18091         * object.c: use the correct check for class type load issues.
18092
18093 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18094
18095         * class.c: enforce alignment of fields with managed references
18096         even when Pack=1 is forced by the user (bug #77788).
18097
18098 2006-11-03  Dick Porter  <dick@ximian.com>
18099
18100         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
18101         If the address reverse lookup fails, return it as the hostname
18102         anyway.  Fixes bug 79721.
18103
18104 2006-11-03  Dick Porter  <dick@ximian.com>
18105
18106         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
18107         Fix build on Windows.
18108
18109 2006-11-02  Dick Porter  <dick@ximian.com>
18110
18111         * icall-def.h: 
18112         * object-internals.h: 
18113         * exception.c (mono_get_exception_thread_interrupted): 
18114         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
18115         Fixes bug 74525.
18116
18117         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
18118         Check for pending Thread.Interrupt.
18119
18120 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
18121         * loader.c: Fixed bug 79684.
18122
18123 2006-10-27  Dick Porter  <dick@ximian.com>
18124
18125         * file-io.c (get_file_attributes): Force symlinks to directories
18126         to be returned as a regular file.  Fixes bug 79733.
18127 2006-10-26  Dick Porter  <dick@ximian.com>
18128
18129         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
18130         CreateFile to open a directory then we need to set the
18131         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
18132
18133 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
18134
18135         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
18136         friends.
18137
18138 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
18139
18140         * sgengc.c: small cleanup of timer code.
18141
18142 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
18143
18144         * sgen-gc.c: fix some warnings and start adding support for
18145         complete object removal on domain unload.
18146
18147 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
18148
18149         * assembly.c: build_assembly_name should not consider a version
18150         number without build or revision number invalid. Fixes bug #79715.
18151
18152 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
18153
18154         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
18155         call kernel32 function OutputDebugString directly.
18156         
18157         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
18158         
18159 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
18160
18161         * reflection.c: small cleanup, using a function to insert a MonoString
18162         in the string heap.
18163
18164 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
18165
18166         * reflection.c: moving GC fixes.
18167
18168 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
18169
18170         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
18171         all the objects with finalizers belonging to an unloading appdomain.
18172
18173 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
18174
18175         * sgen-gc.c: added ability to allocate even when the nursery is fully
18176         pinned and fixed a couple of bugs.
18177
18178 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
18179
18180         * threads.h: Revert the last change for now.
18181
18182         * threads.h (mono_thread_get_pending_exception): Rename this to
18183         mono_thread_get_undeniable_exception ().
18184
18185 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
18186
18187         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
18188         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
18189         when fname does not refer to valid assembly. This result in a more
18190         meaningful error message.
18191         * exception.c: added mono_get_exception_bad_image_format2 which 
18192         constructs a BadImageFormatException using the ctor taking a custom
18193         message and the file name. Passing in a NULL msg results in a default
18194         message.
18195         * exception.h: define mono_get_exception_bad_image_format2 function.
18196         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
18197         when file name pointed to an invalid IL image. Use 
18198         mono_get_exception_file_not_found2 to construct FileNotFoundException,
18199         as this results in a more meaningful error message.
18200
18201 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
18202
18203         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
18204         #79465.
18205
18206 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
18207
18208         * metadata.c (mono_type_size): Change the align parameter to guint32 for
18209         consistency with the other _size functions.
18210         (mono_type_stack_size): Ditto.
18211
18212         * class.c object.c icall.c: Fix warnings caused by the above change.
18213
18214         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
18215
18216         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
18217
18218         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
18219
18220 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
18221
18222         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
18223         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
18224         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
18225         threadpool.h, threads-types.h: mark more internal functions.
18226
18227 2006-10-11  Dick Porter  <dick@ximian.com>
18228
18229         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
18230         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
18231         reproduce the bug even before applying the fix.)
18232
18233 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
18234
18235         * reflection.c: allow retrieving attributes for arguments in generic
18236         methods (bug #79241).
18237
18238 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
18239
18240         * debug-mono-symfile.c: properly check fopen () result (found by
18241         coverity).
18242
18243 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
18244
18245         * reflection.c: make error message clearer and fixed two
18246         issuelets found by Coverity.
18247
18248 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
18249
18250         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
18251
18252 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
18253
18254         * object-internals.h, gc-internal.h, profiler-private.h:
18255         mark internal functions.
18256
18257 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
18258
18259         * reflection.c: put data in the text section.
18260         * icall.c: recognize more types in type_from_typename ().
18261         * process.c, marshal.c: added some GC FIXMEs.
18262
18263 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
18264
18265         * loader.c: check for NULL before initializing.
18266
18267 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
18268
18269         * gc.c (finalizer_thread): Use a non-alertable wait here.
18270
18271         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
18272         until the correct solution is found.
18273
18274 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
18275
18276         * reflection.c (mono_module_get_object): Avoid an assert when operating on
18277         modules with no metadata. Fixes #79596.
18278
18279         * image.c (load_metadata_ptrs): Put back the error message when
18280         the #- heap is encountered since the support is not complete yet.
18281
18282 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
18283
18284         * gc.c: do not allow the user to SuppressFinalize () a
18285         delegate because it would leak the trampoline if present.
18286
18287 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
18288
18289         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
18290         PropertyPtr table.
18291
18292 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
18293
18294         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
18295
18296         * metadata.c (mono_metadata_get_param_attrs): Ditto.
18297
18298         * row-indexes.h: Add definitions for *Ptr tables.
18299
18300         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
18301
18302         * metadata.c (mono_metadata_translate_token_index): New helper function to
18303         translate table indexes used in uncompressed metadata.
18304         (mono_metadata_decode_table_row): Ditto.
18305         (mono_metadata_decode_table_row_col): Ditto.
18306
18307         * metadata.c: Add table schema for *Ptr tables.
18308
18309         * class.c loader.c: Use the new helper function to access the affected metadata
18310         tables.
18311         
18312         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
18313         #38532.
18314         
18315 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
18316
18317         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
18318         sequences which can be unbounded in size. Fixes #79583.
18319
18320 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
18321
18322         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
18323         static initialization.
18324
18325         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
18326
18327         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
18328
18329         * domain.c (mono_domain_free): Free up type_init_exception_hash.
18330
18331         * object.c (mono_runtime_class_init): Implement correct semantics when a static
18332         ctor fails, i.e. throw the same exception on subsequent accesses.
18333         
18334 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
18335
18336         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
18337         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
18338         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
18339         Handle marshalling of interfaces and VARIANTs contained in structs.
18340         
18341         Code is contributed under MIT/X11 license.
18342         
18343 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
18344
18345         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
18346         
18347         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
18348         mempool.
18349
18350 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18351
18352         * console-io.c: ignore previous SIGINT handler.
18353
18354 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
18355
18356         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
18357         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
18358         #79460, #79461, #79485.
18359
18360         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
18361
18362         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
18363         #79217.
18364
18365 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
18366
18367         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
18368         could be generated from it.
18369
18370 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
18371
18372         * rand.c: fix read loop to correctly handle EINTR.
18373
18374 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
18375
18376         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
18377         internal calls are defined to keep methods closer to the declaring
18378         type and allow a significant reduction in runtime relocations and
18379         memory usage.
18380
18381 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
18382
18383         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
18384         exception message to have FileNotFoundException use the default
18385         assembly load error message. Fixes bug #79426.
18386         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
18387
18388 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18389
18390         * threadpool.c: (start_thread_or_queue) use the root domain when
18391         creating the thread instead of the async object one.
18392
18393 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
18394
18395         * class.c, object.c, class-internals.h, reflection.c:
18396         for arrays, store element_size inside MonoClass (speedup
18397         for array object creation).
18398
18399 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
18400
18401         * icall.c: fixed CodeBase to use the file name and not the module
18402         name (bug #79365).
18403
18404 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
18405
18406         * mono-debug.c, mono-debug.h: export find_method as
18407         mono_debug_find_method ().
18408
18409 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
18410
18411         * debug-helpers.c, class-internals.h: added a few functions useful
18412         when debugging under gdb.
18413
18414 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18415
18416         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
18417         characters that need special handling.
18418
18419 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
18420
18421         * mono-config.c: make the os/cpu specification more flexible,
18422         allowing lists and negation.
18423
18424 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
18425
18426         * marshal.c: COM Interop fixes. Handle case where method->klass.
18427         is interface. Handle BSTR/MonoString when null. Use CDECL as 
18428         calling convention on non-windows platforms. This is for
18429         compatibility with XPCOM and MainWin COM.
18430         
18431         Code is contributed under MIT/X11 license.
18432         
18433
18434 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
18435
18436         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
18437         correctly. Fixes #79217.
18438
18439         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
18440
18441 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
18442
18443         * mono-config.c: allow both an os and cpu attribute for dllmap
18444         and dllentry elemnets to enable a single config file to be used
18445         for multiple architectures.
18446
18447 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
18448
18449         * loader.c: MonoLoaderError was cleared too soon on load failure.
18450         Fixes bug #79424.
18451
18452 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
18453
18454         * icall.c: use the defining class vtable when accessing a
18455         static field, not a pobblibly derived class.
18456
18457 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
18458
18459         * icall.c string-icalls.c: Remove references to unicode.h.
18460
18461         * unicode.h unicode.c Makefile.am: Remove these unused source files.
18462
18463         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
18464
18465         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
18466         indicating the image where custom marshaller types should be looked up.
18467         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
18468         custom marshallers, instead of corlib. Fixes #79425.
18469
18470 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
18471
18472         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
18473
18474 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
18475
18476         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
18477         Implement Environment.ProcessorCount.
18478         
18479         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
18480         Implement Environment.ProcessorCount.
18481         
18482         * icall.c: 
18483         Add Environment.ProcessorCount icall.
18484         
18485         Patch by Jason McFall.
18486
18487 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18488
18489         * assembly.c: don't append .exe/.dll when the filename already contains
18490         one of those extensions.
18491
18492 2006-09-12  Martin Baulig  <martin@ximian.com>
18493
18494         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
18495         to array interfaces.
18496
18497 2006-09-11  Martin Baulig  <martin@ximian.com>
18498
18499         * reflection.c (mono_image_build_metadata): Create the
18500         MethodImpl's after emitting all types and methods, so we don't
18501         need another fixup pass for them.
18502
18503 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
18504
18505         * class.c (mono_class_from_name_case): Fix regression introduced by the last
18506         change.
18507
18508 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
18509
18510         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
18511         unload.
18512
18513 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
18514
18515         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
18516         args is not set. Fixes #78926.
18517
18518 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
18519
18520         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
18521
18522         * image.c (load_class_names): Move this to class.c, and rename it to 
18523         'mono_image_init_name_cache'.
18524         (load_modules): Fix a warning.
18525
18526         * class.c icall.c image.c: Initialize image->name_cache lazily.
18527
18528         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
18529         on its name using information in the AOT file.
18530
18531         * class.c (mono_class_from_name): Use the new hook function.
18532
18533 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
18534
18535         * reflection.c (mono_param_get_objects): Handle enum default parameter values
18536         correctly.
18537
18538         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
18539         Fixes #79289.
18540         
18541 2006-09-06  Martin Baulig  <martin@ximian.com>
18542
18543         * icall.c (mono_lookup_internal_call): Small fix.
18544
18545 2006-09-05  Raja R Harinath  <rharinath@novell.com>
18546
18547         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
18548         double g_free.
18549
18550 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
18551
18552         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
18553         when --debug is specified.
18554
18555 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
18556
18557         * class.c (setup_generic_array_ifaces): Fix a warning.
18558
18559 2006-09-04  Miguel de Icaza  <miguel@novell.com>
18560
18561         * Temporarily remove the patch to assemly.c that checks the
18562         assembly versions as it breaks our gacutil.
18563
18564 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
18565
18566         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
18567
18568         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
18569         a net 1.0 runtime.
18570
18571         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
18572         created using the default ctor. Fixes #79152.
18573         (mono_string_builder_to_utf16): Ditto.
18574
18575 2006-09-01  Martin Baulig  <martin@ximian.com>
18576
18577         Fix handling of the generic array interfaces.
18578
18579         * class-internals.h
18580         (MonoDefaults): Removed `generic_array_class' and added
18581         `generic_ilist' class.
18582
18583         * class.c
18584         (mono_bounded_array_class_get): Add the new generic array interfaces.
18585         (setup_generic_array_ifaces): New static method; create vtable
18586         entries for each method in the generic array interfaces.
18587
18588         * metadata.c
18589         (select_container): Allow "parent-less" generic methods.
18590
18591         * marshal.c
18592         (mono_marshal_get_generic_array_helper): New public method.
18593
18594         * icall.c
18595         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
18596         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
18597         moved the interncall into System.Array.
18598
18599 2006-09-01  Raja R Harinath  <rharinath@novell.com>
18600
18601         A few more cases of avoiding work on types with ->byref set.
18602         Has the real fix for #79238
18603         * icall.c (is_generic_parameter): New helper.
18604         (ves_icall_Type_GetGenericParameterPosition): Use it.
18605         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
18606         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
18607         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18608         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
18609         reference types.
18610         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
18611         reference types.
18612         (ves_icall_Type_get_IsGenericInstance): Likewise.
18613         (ves_icall_Type_get_IsGenericType): Likewise.
18614
18615 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
18616
18617         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
18618         class if possible.
18619
18620         * mempool.h (mono_mempool_get_allocated): New helper function.
18621
18622         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
18623         change.
18624
18625         * mempool.c: Fix warnings and the calculation of stats.
18626
18627         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
18628
18629         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
18630
18631         * loader.c (mono_get_method_from_token): Update method_count stat.
18632
18633         * class-internals.h (MonoStats): Add some stats.
18634
18635 2006-08-31 Robert Jordan  <robertj@gmx.net>
18636
18637         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
18638         with managed variants.
18639         All code is contributed under the MIT/X11 license.
18640         
18641 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
18642
18643         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
18644         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
18645
18646         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
18647
18648         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
18649         with cycles in classes.
18650
18651         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
18652
18653         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
18654         missing a [MarshalAs] directive. Fixes #79203.
18655
18656         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
18657         klass->marshal_info. Fixes #79217.
18658
18659 2006-08-30  Martin Baulig  <martin@ximian.com>
18660
18661         Committing a patch from Joachim Ante <joe@otee.dk>:
18662         Add support for binary data symbol stores.
18663
18664         * debug-mono-symfile.c
18665         (mono_debug_open_mono_symbol_file): Renamed into
18666         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
18667         arguments.
18668
18669         * mono-debug.c
18670         (mono_debug_open_image): Added `raw_contents' and `size' args.
18671         (mono_debug_init_2_memory): New public function.
18672
18673 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
18674
18675         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
18676
18677 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18678
18679         * appdomain.c: implement support for ShadowCopyFiles.
18680
18681 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
18682
18683         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
18684         when value is NULL (and should remove CID #51).
18685
18686 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18687
18688         * image.c: moved 2 functions to ../utils.
18689
18690 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
18691
18692         * gc.c: cope with the target object of a GC handle being NULL
18693         (bug #78877).
18694
18695 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
18696
18697         * class.c: recursively check parent's explicit implementations
18698         of interface methods (fixes bug #79125).
18699
18700 2006-08-19  Miguel de Icaza  <miguel@novell.com>
18701
18702         * filewatcher.c: Avoid warnings when building, do not redefine
18703         constants that are defined.
18704
18705         Remove warnings.
18706
18707 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18708
18709         * image.c: don't fail when the link points to an absolute path.
18710
18711 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
18712
18713         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
18714         Fix CID #3.
18715
18716 2006-08-17  Miguel de Icaza  <miguel@novell.com>
18717
18718         * image.c (full_path): A new method used to obtain the actual path
18719         of an assembly even in the presence of symbolic links.  
18720
18721         This is necessary for the case where we are running a binary that
18722         has been GACed, but we are using the "published" path name
18723         ($prefix/mono/1.0/blah.exe) which happens to point to the real
18724         file in the GAC.
18725
18726         This was the source of the failure for the `xsp' command with the
18727         recent AppDomain changes, as far as the runtime was concerned,
18728         there were two different assemblies: $prefix/mono/1.0/blah.exe and
18729         $prefix/mono/gac/blah/version/blah.exe.
18730
18731         (do_mono_image_open): use full path
18732
18733 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18734
18735         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
18736
18737 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
18738
18739         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
18740         domain_id is supplied. Fix CID #241 and corlib's unit tests.
18741
18742 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18743
18744         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
18745         small structures. Fixes #78990.
18746
18747 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18748
18749         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
18750
18751         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
18752
18753 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18754
18755         * appdomain.c:
18756         * marshal.c: don't load all the assemblies from a domain into newly
18757         created ones. The new domains might have different rules and load
18758         assemblies from different locations. Fixes bug #76757.
18759
18760         Patch by Lluis. Conflicts resolved by Brian Crowell.
18761
18762 2006-08-16  Alp Toker  <alp@atoker.com>
18763
18764         * socket-io.c: First half of the fix for #79084.
18765         Set sa_size to the length of the content, not that of the struct.
18766         Don't add NULL suffix to the content, this should be done in
18767         managed code if needed.
18768
18769 2006-08-14  Raja R Harinath  <rharinath@novell.com>
18770
18771         Fix part of #79012
18772         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
18773         mono_metadata_parse_type returns NULL.
18774
18775 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
18776
18777         * normalization-tables.h : new file for string normalization data.
18778         * locales.c, locales.h, icall.c :
18779           added load_normalization_resource() for string normalization,
18780           and icall as well.
18781         * Makefile.am : added normalization-tables.h to the sources.
18782
18783 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
18784
18785         * marshal.c: Add more helper functions to reduce code duplication and use them
18786         everywhere.
18787
18788 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
18789
18790         * marshal.c: Fix non-x86 stdcall warnings.
18791         
18792         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
18793         them everywhere.
18794
18795 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
18796
18797         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
18798         type check on multi-dimensional arrays. Fixes #79000.
18799
18800 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
18801
18802         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
18803         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
18804         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
18805         * class-internals.h: add is_com_object to class structure.
18806         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
18807         null checks to COM object marshalling. Fix .ctor call on RCW.
18808         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
18809         
18810         All code is contributed under the MIT/X11 license.
18811
18812 2006-08-09  Dick Porter  <dick@ximian.com>
18813
18814         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
18815         racing mono_monitor_allocator_lock() somewhere, so don't delete
18816         the critical section for now.  Found by running and exiting
18817         monodevelop.
18818
18819 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
18820
18821         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
18822         (ves_icall_System_ComObject_FindInterface): Ditto.
18823         (ves_icall_System_ComObject_CacheInterface): Ditto.
18824
18825         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
18826         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
18827
18828 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18829
18830         * threadpool.c: treat pipes from process asynchronous reads as sockets
18831         when reading from them, so we get select/poll or epoll to wait for
18832         data.
18833
18834 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
18835
18836         * loader.c: Fix a typo (CID #233) in the null check.
18837
18838 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
18839
18840         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
18841         Hopefully fixes #78949.
18842         
18843         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
18844         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
18845         bytes. Fixes #78972.
18846
18847 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18848
18849         * filewatcher.c: we need to set errno here.
18850
18851 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18852
18853         * filewatcher.c: let Win32Exception get the error value.
18854
18855 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18856
18857         * filewatcher.c: translate errno into win32 errors for Win32Exception
18858         to know what happened.
18859
18860 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
18861
18862         * threadpool.c: Fix more warnings.
18863
18864         * assembly.c (search_loaded): Fix warnings.
18865
18866         * threadpool.c (mono_thread_pool_finish): Fix warnings.
18867         (mono_async_invoke): Ditto.
18868
18869 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
18870
18871         * object.c (mono_remote_class_vtable): Need to create proxy vtable
18872         entries for __ComObject type in addition to ComImport types.
18873         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
18874         about hash table.
18875         
18876         All code is contributed under the MIT/X11 license.
18877
18878 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
18879
18880         * image.c: avoid tentative loading of modulerefs that contain
18881         no metadata (P/Invoke library names).
18882
18883 2006-07-28  Dick Porter  <dick@ximian.com>
18884
18885         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
18886         mono_loader_lock() somewhere, so don't delete the critical section
18887         for now.  Found by running and exiting monodevelop.
18888
18889 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18890
18891         * filewatcher.c: define the inotify syscalls when we're building on
18892         linux and have sys/syscall.h. The build system might not have support
18893         for inotify but the target system might have it.
18894
18895 2006-07-26  Miguel de Icaza  <miguel@novell.com>
18896
18897         * domain.c: Documentation updates.
18898
18899         * loader.c (mono_free_method): Do not release the method
18900         information if we are being profiled, as profilers will use this
18901         information at shut down to present some data to the user.
18902
18903         This is needed so that the profiler does not crash, as the
18904         profiler tends to keep MonoMethods around, and they might become
18905         invalid if we free these.
18906
18907         (mono_get_method_constrained): Return the original CIL stream
18908         method as well, so verification can be performed against it.
18909
18910 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18911
18912         * filewatcher.[ch]: support for inotify file system watcher.
18913         * icall.c: add new internal calls for the inotify file system watcher.
18914
18915 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18916
18917         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
18918         #78888.
18919
18920 2006-07-20  Dick Porter  <dick@ximian.com>
18921
18922         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
18923         warning.
18924
18925 2006-07-20  Dick Porter  <dick@ximian.com>
18926
18927         * threads.c (start_wrapper): Do the thread cleanup while we still
18928         hold a reference to its object.  Fixes bug 78123.
18929
18930 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
18931
18932         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
18933         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
18934           "managed-to-managed".
18935         * icall.c: Redirect string constructors that take sbyte* to
18936           ves_icall_System_String_ctor_RedirectToCreateString.
18937         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
18938           to CreateString () methods with matching signature.
18939         * reflection.c: Use original security informations for
18940           MONO_WRAPPER_MANAGED_TO_MANAGED.
18941         * security-manager.c: Use original security informations for
18942           MONO_WRAPPER_MANAGED_TO_MANAGED.
18943         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
18944           that is a placeholder and only its address should be used.
18945         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
18946           that is a placeholder and only its address should be used.
18947
18948 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
18949
18950         Begin implementing COM Interop.
18951         * appdomain.c: Increment corlib version.
18952         * class.c: Set ComImport classes' parent to __ComObject.
18953         * loader.c: Mark cominterop methods as such.
18954         * domain.c: Add __ComObject class to MonoDefaults structure.
18955         * image.c: Add 2 hashtables to the image for COM Interop related methods
18956         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
18957         using the mempool allocator
18958         
18959         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
18960         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
18961         declaration for mono_metadata_type_dup_mp.
18962         
18963         * debug-helpers.c: Added strings for two additional wrapper types
18964         * object.c: Create proxy objects for ComImport classes
18965         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
18966         and added __ComObject class to MonoDefaults structure.
18967         
18968         * object-internals.h: Finish MonoRealProxy definition, and add definition of
18969         MonoComInteropProxy and MonoComObject.
18970         
18971         * marshal.c: Added support for COM Interop
18972         (signature_cominterop): Converts managed signature to corresponding
18973         unmanaged COM signature.
18974         (cominterop_get_function_pointer): gets unmanaged function pointer via
18975         COM object vtable
18976         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
18977         (cominterop_get_method_interface): returns interface type that method is defined on
18978         (mono_mb_emit_cominterop_call): emits native call to function pointer
18979         gotten from vtable
18980         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
18981         that matches signature of unmanaged function.
18982         (cominterop_get_native_wrapper): wrapper around adjusted method call.
18983         (cominterop_get_invoke): forwards call from proxy to __ComObject
18984         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
18985         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
18986         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
18987         
18988         * marshal.h: Added Marshal icall declarations.
18989         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
18990         so we can access them in finalizer
18991         
18992 2006-07-14  Dick Porter  <dick@ximian.com>
18993
18994         * object.c (mono_type_initialization_cleanup): Fix a race
18995         condition by temporarily commenting out the critical section
18996         deletion.
18997
18998 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
18999
19000         * reflection.c (create_custom_attr): Fix some warnings.
19001         (create_custom_attr_data): Ditto.
19002         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
19003         types. Fixes #78855.
19004
19005 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
19006
19007         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
19008
19009         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
19010
19011 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
19012
19013         * reflection.c (resolve_object): Add support for DynamicMethod.
19014
19015         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
19016         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
19017
19018 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
19019
19020         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
19021         don't leak GPtrArray's pdata has we have no use (nor free) for it.
19022
19023 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
19024
19025         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
19026         Fixes #77888.
19027
19028 2006-06-30  Raja R Harinath  <rharinath@novell.com>
19029
19030         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
19031         slightly: remove a shadow local variable.
19032
19033 2006-06-29  Raja R Harinath  <rharinath@novell.com>
19034
19035         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
19036         definition that introduces the virtual function slot.
19037         Also fix Coverity #105.
19038
19039 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
19040
19041         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
19042         for dynamic assemblies. Fixes #78724.
19043
19044 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
19045
19046         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
19047         Fixes #78722.
19048
19049 2006-06-21  Martin Baulig  <martin@ximian.com>
19050
19051         * reflection.c
19052         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
19053         fixes #76484.
19054
19055 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
19056
19057         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
19058
19059 2006-06-20  Raja R Harinath  <rharinath@novell.com>
19060
19061         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
19062         nor TYPEREFs.
19063         * class.c (mono_class_create_from_typespec): Add 'context' argument.
19064         Inflate result if necessary.
19065         (mono_class_get_full): Remove old version.  Rename from
19066         'mono_class_get' and add 'context' argument.  Pass it to
19067         ..._create_from_typespec.
19068         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
19069         (mono_ldtoken): Revert change below.
19070
19071 2006-06-20  Martin Baulig  <martin@ximian.com>
19072
19073         * class.c (mono_ldtoken): Don't pass the generic context to
19074         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
19075
19076 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
19077
19078         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
19079         and later freeing it. Fixes #78638.
19080
19081 2006-06-15  Miguel de Icaza  <miguel@novell.com>
19082
19083         * icall.c (mono_class_get_throw): Revert over-zealous error
19084         throwing, the caller for mono_class_get_throw will cope with
19085         errors when classes are not properly initialized already.
19086
19087         The code still copes with loader exceptions though.
19088
19089         Fixes the regression in reftype1 and reftype3 from the CAS tests.
19090         
19091 2006-06-14  Miguel de Icaza  <miguel@novell.com>
19092
19093         Fixes the `make run1' version of RuntimeAbort (to be commited,
19094         source is in Bugzilla).
19095         
19096         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
19097         FALSE on class loading failure instead of returning true.
19098
19099         * class.c (mono_class_create_from_typedef): It is possible for
19100         mono_metadata_interfaces_from_typedef_full to fail if a class is
19101         not found, cope with this.
19102         
19103
19104 2006-06-14  Dick Porter  <dick@ximian.com>
19105
19106         * socket-io.c: 
19107         * process.c: Fix a bunch of signed/unsigned warnings from gcc
19108         4.1.1
19109
19110 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
19111
19112         * culture-info-table.h : oops, forgot to make it nsync with r61548.
19113
19114 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19115
19116         * icall.c: Another fix for building mono in Visual Studio.
19117
19118 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
19119
19120         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
19121         
19122 2006-06-09  Martin Baulig  <martin@ximian.com>
19123
19124         * debug-mono-symfile.c: Put this back and really fix it this
19125         time. Sorry for all the trouble.
19126
19127 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
19128
19129         * icall.c (mono_class_get_throw): Fix a warning.
19130         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
19131         ReflectionTypeLoadException if needed. Fixes #78606.
19132
19133         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
19134         (mono_class_init): Ditto.
19135
19136         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
19137         ref_only exceptions.
19138         (mono_loader_clear_error): Make this work even if there is no error.
19139
19140 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
19141
19142         * object-internals.h marshal.c marshal.h icall.c: Implement method 
19143         Marshal.GetComSlotForMethodInfo using internal call.
19144
19145 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
19146
19147         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
19148         a function for signalling it.
19149
19150         * class.c (mono_class_from_typeref): Use the new kind of loader error when
19151         a referenced assembly is not found.
19152
19153         * loader.c (mono_loader_error_prepare_exception): Add support for 
19154         LOADER_ERROR_ASSEMBLY. Fix formatting.
19155
19156 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
19157
19158         * domain.c appdomain.c class-internals.h marshal.c: Add support 
19159         for VARIANT marshalling on windows and increment corlib version
19160         since Variant struct was added.
19161
19162 2006-06-03  Miguel de Icaza  <miguel@novell.com>
19163
19164         * debug-mono-symfile.c: Revert Martin's previous patch which broke
19165         stack trace line information:
19166
19167         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
19168         (Martin) when looking up B which is between A and C, return A not C.
19169
19170         Bug is #78573.
19171
19172         Thanks to Alexander Olk for tracking this down.
19173
19174 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
19175
19176         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
19177         
19178         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
19179         avoid clobbering its value.
19180         (mono_string_to_lpstr): Fix a warning on windows.
19181
19182 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
19183
19184         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
19185
19186         * reflection.c loader.c: Removed references to 'dummy' flag.
19187
19188         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
19189
19190         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
19191         it gets GC tracking.
19192
19193         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
19194         GC tracking.
19195         
19196         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
19197
19198         * marshal.c threadpool.c: Update callers of mono_async_result_new.
19199
19200         * appdomain.c: Bump corlib version.
19201
19202 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
19203
19204         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
19205         CEE_STIND_REF when working with object references.
19206
19207 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
19208
19209         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
19210         Fixes #78539.
19211
19212 2006-05-30  Miguel de Icaza  <miguel@novell.com>
19213
19214         * loader.c (method_from_memberref): Fix argument value for
19215         mono_loader_set_error_method_load (I was passing the MonoClass
19216         instead of the class name char *).
19217
19218 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
19219
19220         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
19221         CEE_STIND_REF when working with object references.
19222
19223 2006-05-30  Martin Baulig  <martin@ximian.com>
19224
19225         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
19226         mono_method_full_name() change and replace the ':' with a '.'
19227         here.
19228
19229 2006-05-30  Martin Baulig  <martin@ximian.com>
19230
19231         * debug-mono-symfile.c
19232         (mono_debug_symfile_lookup_location): Fix the algorithm:
19233         when looking up B which is between A and C, return A not C.
19234
19235 2006-05-29  Martin Baulig  <martin@ximian.com>
19236
19237         * mono-debug.h
19238         (MonoDebugMethodInfo): Make the typedef public.
19239         (MonoDebugSourceLocation): New public struct.
19240
19241         * mono-debug.c
19242         (mono_debug_source_location_from_address): Removed.
19243         (mono_debug_source_location_from_il_offset): Removed.
19244         (mono_debug_il_offset_from_address): Removed.
19245         (mono_debug_address_from_il_offset): Removed.
19246         (mono_debug_lookup_method): New public function.
19247         (mono_debug_lookup_source_location): New public function; replaces
19248         the old mono_debug_source_location_from_*() functions; see the
19249         inline documentation.
19250         (mono_debug_free_source_location): New public function.
19251         (mono_debug_print_stack_frame): New public function; see the
19252         inline documentation.
19253
19254         * debug-mono-symfile.c
19255         (mono_debug_find_source_location): Renamed into
19256         mono_debug_symfile_lookup_location(); only take a
19257         `MonoDebugMethodInfo *' and an `offset' argument; added inline
19258         documentation.
19259         (mono_debug_find_method): Renamed into
19260         mono_debug_symfile_lookup_method().
19261
19262 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
19263
19264         * assembly.c (mono_assembly_open_full): Dont overwrite the status
19265         returned by mono_image_open_full ().
19266
19267         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
19268         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
19269         #78517.
19270
19271         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
19272         #78518.
19273
19274 2006-05-27  Miguel de Icaza  <miguel@novell.com>
19275
19276         * class.c (mono_class_from_typeref): handle missing images
19277         earlier, deals with bug #78418.   Refactor code; 
19278
19279         Fix a warning introduced in my previous commit (some stale code
19280         from before I revisited my patch).
19281
19282         * class.c (mono_class_create_from_typedef): On failure, remove the
19283         class from the MonoImage->class_cache as the class is not
19284         initialized;   Fixes the leak pointed out by Paolo.
19285
19286 2006-05-25  Dick Porter  <dick@ximian.com>
19287
19288         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
19289         DeleteCriticalSections until I figure out which one may still be
19290         sometimes locked when mono_thread_cleanup is called.
19291
19292 2006-05-24  Dick Porter  <dick@ximian.com>
19293
19294         * threads.c (mono_thread_cleanup): Move the threading cleanup out
19295         of mono_thread_manage and back into its own function, so it can be
19296         called after the finalizer thread has finished.
19297
19298         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
19299
19300 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
19301
19302         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
19303         Fixes #78495.
19304
19305         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
19306         with non-blittable elements.
19307         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
19308
19309 2006-05-24  Martin Baulig  <martin@ximian.com>
19310
19311         * mono-debug-debugger.h (MonoDebuggerEvent): Added
19312         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
19313
19314         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
19315         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
19316         `mono_debugger_event_handler' to NULL.
19317
19318 2006-05-24  Martin Baulig  <martin@ximian.com>
19319
19320         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
19321
19322 2006-05-24  Martin Baulig  <martin@ximian.com>
19323
19324         * mono-debug-debugger.h
19325         (mono_debugger_create_notification_function): Added
19326         `MonoCodeManager *' argument.
19327
19328 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
19329
19330         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
19331
19332 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
19333
19334         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
19335         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
19336         implementation.
19337
19338 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
19339
19340         * icall.c: precise GC support: objects can't be stored in unmanaged
19341         memory anymore, even if they are kept alive by other references: since
19342         they can move the GC needs to be able to always find them.
19343
19344 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
19345
19346         * object.c: precise GC support for static fields. Support
19347         for moving GCs: write barriers and pinned allocation for interned
19348         strings.
19349
19350 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
19351
19352         * domain.c, domain-internals.h: precise GC support for the MonoDomain
19353         structure.
19354
19355 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
19356
19357         * class.c, gc.c: sgen and precise GC updates.
19358
19359 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
19360
19361         * marshal.h, marshal.c: added write barrier wrapper and precise type
19362         fixes.
19363
19364 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
19365
19366         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
19367         support.
19368
19369 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
19370
19371         * reflection.c: precise and sgen GC updates.
19372
19373 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
19374
19375         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
19376
19377 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
19378
19379         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
19380
19381 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
19382
19383         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
19384         MONO_TYPE_OBJECT. Fixes #78462.
19385
19386 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
19387
19388         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
19389         and blittable types.
19390
19391 2006-05-17  Miguel de Icaza  <miguel@novell.com>
19392
19393         * class.c (mono_class_get_exception_for_failure): Implement parts
19394         of a TODO: if the loader error is set (instead of the class
19395         error), we return a Loader exception that can be properly thrown
19396         elsewhere.
19397
19398         This was exposed by some Winforms 2.0 code that I tried to run
19399         (Atsushi pointed me to it).
19400
19401 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
19402
19403         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
19404         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
19405         
19406         * marshal.c (emit_marshal_vtype): Add limited support for 
19407         UnmanagedType.LPStruct. Fixes #78427.
19408
19409         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
19410         Applied a patch from kangaroo to fix #77523.
19411
19412 2006-05-17  Martin Baulig  <martin@ximian.com>
19413
19414         * threads.c
19415         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
19416         (debugger_thread_created): Removed.
19417         (debugger_thread_exited): Removed.
19418
19419 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
19420
19421         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19422
19423         * object-internals.h (MonoReflectionResource): Sync with managed version.
19424
19425 2006-05-12  Wade Berrier <wberrier@novell.com>
19426
19427         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
19428
19429 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
19430
19431         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
19432         functions try to allocate from the image mempool.
19433
19434 2006-05-12  Dick Porter  <dick@ximian.com>
19435
19436         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
19437
19438 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
19439
19440         * object.c: The FieldGetter and FieldSetter methods require the full
19441         name of the class, not only the name. Fixes bug #78277.
19442
19443 2006-05-11  Miguel de Icaza  <miguel@novell.com>
19444
19445         * loader.c (method_from_memberref): Do not pass the NULL klass to
19446         mono_loader_set_error_() methods.  Pass the non-NULL value
19447         (class). 
19448
19449 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
19450
19451         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
19452         (mono_assembly_close): Null out assembly->image->references after freeing it.
19453
19454         * image.c (mono_image_close): Free image->references.
19455         
19456         * reflection.c (mono_image_basic_init): Fix a small memory leak.
19457
19458 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
19459
19460         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
19461         before checking if it's NULL (g_assert).
19462
19463 2006-05-10  Martin Baulig  <martin@ximian.com>
19464
19465         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
19466         I thought I already killed that two months ago, but now it somehow reappeared.
19467
19468 2006-05-10  Martin Baulig  <martin@ximian.com>
19469
19470         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
19471
19472 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
19473
19474         * reflection.c: Allocate memory for dynamically created methods in the image
19475         mempools.
19476
19477 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
19478
19479         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
19480         don't use the ad pointer before checking if it's NULL (g_assert).
19481
19482 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
19483
19484         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
19485         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
19486
19487         * marshal.c: Allocate all signatures from mempools.
19488
19489         * marshal.c: Allocate some more signatures from mempools.
19490
19491 2006-05-09  Miguel de Icaza  <miguel@novell.com>
19492
19493         * object.c (mono_load_remote_field): The code used to provide a
19494         temporary variable for returning results if the user did not
19495         provide a result pointer.  But our temporary variable was allocted
19496         on the satck.
19497
19498         Fix calling code to always pass a result area.   Coverity ID 103.
19499
19500 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
19501
19502         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
19503         value, not the old. Fixes #78312.
19504         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
19505
19506         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
19507         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
19508         per-image cache.
19509
19510         * assembly.c (mono_assembly_close): Free image->references.
19511
19512         * assembly.c (mono_assembly_names_equal): Fix a warning.
19513         (mono_assemblies_cleanup): Cleanup more global data.
19514
19515         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
19516
19517         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
19518         ptr_cache and image->modules.
19519
19520         * image.c (mono_image_init): Allocate array_cache lazily.
19521         
19522 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19523
19524         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
19525         behavior was changed recently and has bad side effects.
19526
19527 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
19528
19529         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
19530         
19531         * assembly.c (mono_assembly_close): Remove a debug printf.
19532
19533         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
19534
19535         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
19536         to also allow for temporary references between mono_image_open ()/close ().
19537
19538         * domain.c (get_runtimes_from_exe): Add a FIXME.        
19539
19540 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
19541
19542         * marshal.c: Fix support for dynamic methods.
19543
19544         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
19545
19546         * marshal.c (mono_marshal_cleanup): New cleanup function.
19547
19548         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
19549         image mempools.
19550
19551         * class.c (mono_class_init): Fix leaking class->nested_classes.
19552
19553         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
19554
19555         * image.c (mono_image_init): Initialize the new cashes.
19556
19557         * image.c (mono_image_close): Destroy the new cashes.
19558
19559         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
19560
19561         * mempool.c (mono_mempool_strdup): New helper function.
19562
19563         * class-internals.h: Add prototype for mono_loader_unlock ().
19564
19565         * domain.c (mono_jit_info_table_find): Fix a warning.
19566         (mono_debugger_check_runtime_version): Ditto.
19567
19568         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
19569         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
19570         functions to these modules.
19571
19572         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
19573         metadata modules.
19574         
19575         * marshal.c (mono_free_bstr): Fix a warning.
19576
19577         * assembly.c (mono_assembly_open_full): Fix another small leak.
19578
19579         * object.c: Fix some unload leaks in the remoting code.
19580
19581         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
19582         function.
19583
19584         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
19585
19586         * reflection.c: Fix some unload leaks in dynamic assemblies.
19587
19588 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
19589
19590         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
19591         * marshal.h: Add BSTR support on Win32
19592         * icall.c: Add BSTR icalls
19593         * metadata.h: Add BSTR enums
19594
19595 2006-04-28  Miguel de Icaza  <miguel@novell.com>
19596
19597         Work to catch the crash from #76795 and turn it into an
19598         exception.   As I stubbed out pieces of the VisualBasic support,
19599         I found a number of places where the code was failing and I added
19600         checks to those places. 
19601         
19602         * metadata.c (do_mono_metadata_parse_generic_class): Make this
19603         function return a status code.  If we fail to parse the signature
19604         from mono_metadata_parse_generic_inst, return FALSE.
19605
19606         * loader.c (mono_get_method_from_token): If we fail to load the
19607         method (mono_class_get) return NULL.   
19608
19609         * (method_from_memberref): Return NULL if we are unable to parse
19610         the method signature
19611
19612         (mono_loader_error_prepare_exception): Since we now use the
19613         loader_error flag internally to stop processing, and obtaining
19614         exceptions that might be thrown will walk this code path the
19615         proper way of going from a MonoLoaderError into a
19616         MonoException was convoluted.   This new routine encapsulates the
19617         process of turning the error into an exception and *clearing* the
19618         error afterwards.
19619         
19620 2006-04-27  Miguel de Icaza  <miguel@novell.com>
19621
19622         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
19623         with missing assemblies), and to cope with:
19624
19625                 * Missing fieldref from a non-existing assembly.
19626                 * Missing methodref from a non-existing assembly.
19627
19628         The first batch of work to address *some* of the issues from 76661.
19629         
19630         * object.c (mono_class_create_runtime_vtable): If we fail to
19631         initialize the class raise the exception here. 
19632
19633         * metadata.c (mono_class_get_overrides_full): If any methods fail
19634         to load return the failure to the caller.
19635
19636         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
19637         flagging assemblies that failed to load.   
19638
19639         Do not crash if we are unable to load the assembly.
19640
19641         (mono_assembly_close): Do nothing with REFERENCE_MISSING
19642         assemblies. 
19643
19644         * loader.c (mono_loader_set_error_type_load): Change the
19645         convention to always pass unallocated strings, so we make our own
19646         copies (I know our own code had duplicated strings before, but
19647         this keeps the normal conventions).
19648         (method_from_memberref): Call mono_loader_set_error_method_load
19649         for all possible failures of loading the class. 
19650         Remove assert, turn into a loader error.
19651
19652         (mono_loader_error_to_exception): Move this routine from mini
19653         (mini_loader_error_to_exception) there was no need to have that in
19654         mini. 
19655
19656         * class.c (mono_class_from_typeref): If we were not able to load
19657         the assembly with mono_assembly_load_reference, call the
19658         mono_loader_set_error_type_load to register the problem.
19659
19660         (mono_class_setup_fields): If we fail to load the type from
19661         mono_metadata_parse_type_full, call mono_class_set_failure and
19662         break from the loop.
19663
19664         If class->exception_type is set, we do not layout the fields as
19665         that might crash the runtime, and instead return (from breaking
19666         from the previous loop).
19667
19668         (mono_class_setup_vtable): This now returns a boolean indicating
19669         whether the table was properly setup.   The decision is driven by
19670         mono_class_get_overrides_full which might run into non-existing
19671         methods. 
19672         
19673         (mono_class_init): Returns TRUE on success or FALSE if there was a
19674         problem in loading the type (incorrect assemblies, missing
19675         assemblies, methods, etc).
19676
19677         When we call mono_class_setup_fields we also check for a potential
19678         error inside this call (either a class exception or a general
19679         loader exception).
19680
19681         (mono_class_create_from_typedef): If the parent fails to load
19682         (calling mono_class_get_full) return NULL.
19683         
19684         ** Important **
19685
19686         calls to mono_metadata_parse_type_full should be checked
19687         everywhere and set the mono_class_set_failure
19688         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
19689
19690         The current patch checks the places where my manually constructed
19691         tests show the errors are showing up, but we should do it
19692         everywhere. 
19693
19694         ** Important2 **
19695
19696         mono_class_init return values should be tested everywhere, like
19697         the previous case this is something that we should audit
19698         everywhere and not only on the cases exposed by the tests I
19699         created. 
19700
19701 2006-04-26  Miguel de Icaza  <miguel@novell.com>
19702
19703         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
19704         boolean parameter and instead pass the information on `options'
19705         parameter (FileOptions).
19706
19707         * icall.c: Register the new signature for MonoIO.Open.
19708
19709         * debug-helpers.c (dis_one): Trying to understand how coverity
19710         works.  Fix Run 5, item 78.
19711
19712 2006-04-26  Dick Porter  <dick@ximian.com>
19713
19714         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
19715         dereference.
19716
19717 2006-04-25  Martin Baulig  <martin@ximian.com>
19718
19719         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
19720
19721         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
19722         debugger_thread_created().
19723         (debugger_gc_push_all_stacks): Don't handle the main thread in any
19724         special way.
19725         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
19726         (mono_debugger_finalize_threads): New function; undo the effects
19727         of mono_debugger_init_threads().
19728         (mono_debugger_create_all_threads): Removed.
19729
19730 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
19731
19732         * image.c (mono_image_close): Tidy up trace messages.
19733
19734         * assembly.c (mono_assembly_close): Ditto.
19735
19736         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
19737         no longer references an already freed assembly. Fixes #78168.
19738
19739 2006-04-21  Dick Porter  <dick@ximian.com>
19740
19741         * threads.c (mono_thread_detach): Fix reference counting when
19742         detaching threads.
19743
19744 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
19745
19746         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
19747         #78155.
19748
19749 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
19750
19751         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
19752         (mono_type_to_stind): Ditto.
19753
19754         * marshal.c: Use the new helper functions to simplify code.
19755
19756         * image.c (mono_image_close): Add some code for help debug assembly unloading
19757         problems.
19758
19759         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
19760         image mempool.
19761
19762         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
19763         assembly was already loaded in another appdomain. Fixes #78083.
19764
19765 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
19766
19767         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
19768         referenced assemblies.
19769         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
19770
19771         * domain.c (mono_domain_free): Add a trace message.
19772
19773         * appdomain.c (add_assemblies_to_domain): Ditto.        
19774
19775         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
19776         field.  
19777
19778 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
19779
19780         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
19781
19782 2006-04-12  Martin Baulig  <martin@ximian.com>
19783
19784         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
19785         `USE_INCLUDED_LIBGC'.   
19786
19787 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
19788
19789         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
19790         the patch contains ../ and a small directory name later. Hopefully fixes
19791         #78035.
19792
19793 2006-04-10  Martin Baulig  <martin@ximian.com>
19794
19795         Clean up the debugger's thread-handling code.
19796
19797         The debugger's thread-handling code has been moved from
19798         ../mini/debug-debugger.c to threads.c.  We now iterate directly
19799         over the `threads' hash, keep track of exiting threads and also
19800         use proper locking.
19801
19802         We can now debug XSP and XSP based applications with the debugger.
19803
19804         * object-internals.h (MonoThread): Added `gpointer end_stack'.
19805
19806         * threads.h
19807         (MonoThreadCallbacks): Removed; this was only used by the debugger.
19808         (mono_install_thread_callbacks): Likewise.      
19809
19810         * threads.c (mono_thread_callbacks): Removed.
19811         (debugger_thread_created, debugger_thread_exited): New static functions.
19812         (start_wrapper): Call debugger_thread_created().
19813         (thread_cleanup): Call debugger_thread_exited().
19814         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
19815         (mono_debugger_init_threads): New public function.
19816         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
19817         iterate directly over the `threads' hash and also use proper locking.
19818
19819         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
19820
19821         * mono-debug-debugger.h
19822         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
19823
19824 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
19825
19826         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
19827         argument type=array. Fixes #78057.
19828
19829 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
19830
19831         * culture-info-table.h : regenerated. Fixed bug #69652.
19832
19833 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
19834
19835         * loader.c metadata.c: Reapply a variant r59116.
19836         
19837         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
19838
19839         * class.c (mono_class_setup_interface_offsets): New internal function.
19840
19841         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
19842         interfaces too. Fixes #77398.
19843
19844         * reflection.c (encode_cattr_value): Add support for 
19845         parameter type=object, argument type=array.
19846         (load_cattr_value): Ditto. Fixes #77916.
19847
19848         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
19849         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
19850
19851         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
19852         a byval char array and CharSet is Ansi.
19853
19854         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
19855
19856 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
19857
19858         * metadata.c: Add some locking comments.
19859         
19860         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
19861         mempool.
19862         (mono_metadata_free_method_signature): Don't free the signature itself.
19863
19864         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
19865
19866         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
19867         reference the same MonoImage.
19868         (mono_assembly_load_from_full): Add an assert.
19869
19870 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
19871
19872         * image.c (mono_image_close): Don't put the image we are about to free into the
19873         loaded_images_guid_hash.
19874
19875         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
19876         to reduce code duplication.
19877
19878         * marshal.c: Register the native functions called by this module as icalls, to
19879         somewhat centralize the creation of MonoMethodSignature's.
19880
19881         * loader.c (mono_method_signature): Add a cache for method signatures.
19882
19883         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
19884         the parameter attributes of a method.
19885         (mono_metadata_parse_method_signature_full): Refactored the computation of
19886         parameter attributes into a separate function. Also avoid one allocation in
19887         most cases.
19888
19889         * assembly.c (mono_assembly_close): Ditto.
19890
19891         * image.c (mono_image_close): Log trace messages with INFO level.
19892
19893         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
19894
19895         * image.c reflection.c: Correct reference counting of image modules.
19896         
19897         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
19898         of this function from the image mempool.
19899         
19900         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
19901         to allow more cached types to be used.
19902
19903         * mono-debug.c (mono_debug_add_method): Appled patch from
19904         David S. Miller  <davem@sunset.davemloft.net>: Access 
19905         minfo->lexical_blocks[] entry elements using read32().
19906
19907 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
19908
19909         * loader.c (mono_free_method): No longer free the method header for non-dynamic
19910         methods as it is allocated from the mempool.
19911
19912         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
19913         image mempool.
19914
19915         * metadata-internals.h: Add comments describing the reference counting scheme
19916         used for MonoImage and MonoAssembly.
19917
19918         * image.c assembly.c reflection.c: Rework reference counting of images and 
19919         assemblies so they are freed when the runtime is shut down. Free some 
19920         additional memory structures when an image is unloaded.
19921         
19922 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
19923
19924         * class.c loader.c reflection.c: Allocate more data structures in
19925         the image mempool.
19926
19927 2006-03-31  Miguel de Icaza  <miguel@novell.com>
19928
19929         * icall.c
19930         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
19931         build on pre glib 2.4 systems.
19932
19933 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
19934
19935         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
19936
19937         * icall.c: Fix some warnings.
19938
19939 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
19940
19941         * culture-info-table.h : regenerated.
19942
19943 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
19944
19945         * threads.c, object-internals.h, verify.c: changed the culture caching
19946         code to use a normal MonoArray for storage so the GC can keep track of
19947         them easily. Fixed bits of the cache logic, too and simplified the
19948         code.
19949
19950 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
19951
19952         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
19953         thread for non-Boehm GCs.
19954
19955 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
19956
19957         * domain.c, object.c, domain-internals.h: reduce the amount of memory
19958         needed to keep track of the data for static fields.
19959
19960 2006-03-29  Raja R Harinath  <rharinath@novell.com>
19961
19962         Fix #75172
19963         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
19964         for interface classes.  Use 'num_methods' instead.
19965         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
19966         before using '->vtable_size' field.
19967
19968 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
19969
19970         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
19971         doesn't contain managed pointers, so use a normal hashtable.
19972
19973 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
19974
19975         * reflection.c, class-internals.h, domain.c: fixed handling of types
19976         used as values for objects in custom attributes (bug #77915):
19977
19978 2006-03-24  Martin Baulig  <martin@ximian.com>
19979
19980         * class.c (mono_class_setup_fields): Added support for generic
19981         instances; fixes #77580.
19982
19983 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19984
19985         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
19986
19987 2006-03-24  Dick Porter  <dick@ximian.com>
19988
19989         * file-io.c (get_file_attributes): More stat macro breakage.
19990         Fixes bug 77759.
19991
19992 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
19993
19994         * profiler.c: added the file=filename option in the default profiler
19995         to output the profile data to filename.
19996
19997 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19998
19999         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
20000         bug #77877.
20001
20002 2006-03-22  Martin Baulig  <martin@ximian.com>
20003
20004         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
20005         allocated `MonoClassField *' in `fb->handle'.
20006
20007 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
20008
20009         * class.c, image.c, metadata-internals.h: implemented new mechanism to
20010         allocate interface ID to save memory and allow better ID reuse on
20011         appdomain unload. setup_generic_vtable () removal from Martin.
20012
20013 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
20014
20015         * object.h, appdomain.c, domain.c, exception.c, icall.c,
20016         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
20017         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
20018         write barriers for reference stores with managed objects accessed with
20019         C structures in the runtime and in embedding programs.
20020
20021 2006-03-20  Raja R Harinath  <rharinath@novell.com>
20022
20023         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
20024         'interface_id' and 'max_interface_id' fields of MonoClasses
20025         representing open generic types.
20026
20027 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
20028
20029         * object.h, object.c, icall.c: added functions to deal with
20030         storing valuetypes that contain references in managed objects.
20031         * reflection.c, string-icalls.c, threads.c, marshal.c: small
20032         fixes and comments around uses of mono_array_addr ().
20033
20034 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
20035
20036         * object.h, icall.c, monitor.c: object.GetHashCode ()
20037         implementation that supports the moving garbage collector.
20038
20039 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
20040
20041         * icall.c, threads-types.h, threads.c: implemented finalizer for
20042         LocalDataStoreSlot.
20043
20044 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
20045
20046         * metadata.c (mono_type_size): Add a fixme.
20047         (mono_type_stack_size): Ditto.
20048
20049         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
20050         'type_forwarders' field.
20051
20052         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
20053         attribute from net 2.0.
20054
20055         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
20056         from class.c.
20057
20058         * class.c (mono_class_setup_fields): Fix a warning.
20059         
20060         * class.c (mono_class_from_name): Add support for assemblyref entries
20061         in the EXPORTEDTYPE table.
20062
20063         * reflection.c: Add support for handling type forwarders under net 2.0.
20064
20065         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
20066         
20067 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
20068
20069         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
20070         overwriting entries in ModuleBuild->types, also clean up the code
20071         a little. Fixes #77774.
20072
20073 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
20074
20075         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
20076         load friend assembly info when present.
20077
20078 2006-03-14  Raja R Harinath  <rharinath@novell.com>
20079
20080         Fix crasher on gtest-158.cs.
20081         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
20082         the return value if the MonoClass we want is yet in an
20083         inconsistent state.
20084         * class.c (mono_class_create_from_typedef): Add an comment
20085         explaining an order dependency between mono_class_setup_parent and
20086         mono_class_setup_mono_type.
20087
20088 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
20089
20090         * class.c: documentation updates and events bug fix.
20091
20092 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
20093
20094         * class.c: some cleanup, locking fixes.
20095
20096 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
20097
20098         * class.c: fix the generics code to setup nested
20099         type info to the instantiated type (bug #77770).
20100
20101 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
20102
20103         * marshal.c: fixed a few type correctness issues.
20104
20105 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
20106
20107         * loader.c: the Set/Get/Addrtess array methods should be public.
20108
20109 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
20110
20111         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
20112         
20113         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
20114         info->wrapper.
20115
20116 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
20117
20118         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
20119
20120         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
20121
20122         * mempool.c (mono_mempool_alloc): Speed this up a bit.
20123         (mono_mempool_alloc0): Ditto.
20124
20125 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20126
20127         * socket-io.c:
20128         (create_object_from_sockaddr): it was allocating 4 extra bytes
20129         for the AF_UNIX data. Fixes bug #77747.
20130
20131 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
20132
20133         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
20134
20135 2006-03-09  Dick Porter  <dick@ximian.com>
20136
20137         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
20138         Fixes bug 76966 again.
20139
20140 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
20141
20142         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
20143         names from r57532
20144         * appdomain.c: Bumped corlib version to 48 (due to r57532)
20145
20146 2006-03-07  Martin Baulig  <martin@ximian.com>
20147
20148         * object.c
20149         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
20150
20151 2006-03-07  Martin Baulig  <martin@ximian.com>
20152
20153         * class.c
20154         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
20155         regression introduced in r56970; see gtest-252.cs.
20156
20157         * loader.c (mono_get_method_constrained): Correctly handle generic
20158         methods; see gtest-253.cs.
20159
20160 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
20161
20162         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
20163
20164 2006-03-04  Martin Baulig  <martin@ximian.com>
20165
20166         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
20167         compute the parent type at runtime, just like we're already doing
20168         it for interfaces.
20169
20170         * reflection.c
20171         (mono_reflection_bind_generic_parameters): Don't compute the
20172         parent type anymore.
20173
20174         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
20175
20176 2006-03-04  Martin Baulig  <martin@ximian.com>
20177
20178         * mono-debug-debugger.h
20179         (mono_debugger_create_notification_function): Allocate memory at
20180         runtime and return a pointer to it.
20181
20182 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
20183
20184         * assembly.c: Fix windows build.
20185         
20186         * assembly.c: Fix build.
20187
20188         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
20189
20190         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
20191         
20192 2006-03-03  Dick Porter  <dick@ximian.com>
20193
20194         * process.c
20195         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
20196         Check parameters before dereferencing them.  Fixes Aaron's part of
20197         bug 77393.
20198
20199 2006-03-03  Raja R Harinath  <rharinath@novell.com>
20200
20201         Fix performance regression.
20202         * loader.c (find_method_in_class): Add 'from_class' argument.
20203         Rename 'klass' argument to 'in_class'.  The signature is compared
20204         against the method in 'in_class', and the corresponding method is
20205         returned from 'from_class'.
20206         (find_method): Walk both 'in_class' and 'from_class' in parallel.
20207         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
20208         type definition and generic instantiation in parallel.
20209         (mono_get_method_constrained): Update to changes.
20210
20211 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
20212
20213         * threads.c: make sure the domain is correct, too when doing
20214         mono_thread_attach ().
20215
20216 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
20217
20218         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
20219         windows. Fixes #77683.
20220
20221 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
20222
20223         * object.h, *: introduced specific way to set elements of an array
20224         of references to be used as write barrier. Still need to audit the
20225         uses of mono_array_addr.
20226
20227 2006-03-01  Miguel de Icaza  <miguel@novell.com>
20228
20229         * object-internals.h: New field to cache the assmebly name, patch
20230         from Tambet Ingo (tambet@ximian.com)
20231
20232 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
20233
20234         * decimal.h, class-internals.h, metadata-internals.h,
20235         file-io.h: mark a few function declarations as internal, to
20236         reduce the number of PLT entries.
20237
20238 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20239
20240         * file-io.c: fix typo in warning message.
20241
20242 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
20243
20244         * loader.c: on unix, lookup the "*A" version of a function
20245         if charset is auto as a second option before failing.
20246
20247 2006-02-28  Raja R Harinath  <rharinath@novell.com>
20248
20249         * class.h (mono_class_inflate_generic_method): Revert to two
20250         argument version.
20251         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
20252         (mono_class_inflate_generic_method_full): Add.
20253         * class.c (mono_class_inflate_generic_method_full): Rename from
20254         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
20255         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
20256         * loader.c, reflection.c: Update to changes.
20257
20258 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
20259
20260         * icall.c: const fixes and small improvements.
20261
20262 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20263
20264         * threadpool.c: for asynchronous connect(), enable the same workaround
20265         for BSD 6 as for the Mac. Fixes bug #77637.
20266
20267 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
20268
20269         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
20270         formatted classes. Fixes #77524.
20271
20272 2006-02-24  Raja R Harinath  <rharinath@novell.com>
20273
20274         * class.c (inflate_generic_type): Add a couple more
20275         micro-optimizations.
20276         (inflate_generic_context): Don't use the 'gmethod' from
20277         'inflate_with'.
20278         (mono_class_inflate_generic_method): If the method has generic
20279         parameters, but the passed-in context doesn't have a 'gmethod',
20280         create one.  Use the possibly simplified generic instantiation
20281         from the declaring class instead of the one passed in.
20282
20283 2006-02-24  Raja R Harinath  <harinath@gmail.com>
20284
20285         Make generic method signature and method header handling lazy.
20286         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
20287         (inflate_generic_header): Likewise.
20288         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
20289         parameter to avoid inflating types.
20290         (mono_get_inflated_method): Empty out.
20291         * class.h (mono_class_inflate_generic_method): Update to changes.
20292         * loader.c (mono_get_method_from_token): Don't parse signature for
20293         generic methods, nor methods of generic classes.
20294         (mono_method_signature): Rename from 'mono_method_signature'.
20295         Inflate signature on demand.
20296         (mono_method_get_header): Inflate method header on demand.
20297         * reflection.c: Update to changes.
20298
20299 2006-02-23  Raja R Harinath  <rharinath@novell.com>
20300
20301         * metadata.c (mono_metadata_inflate_generic_inst): If the
20302         instantiation is closed, don't bother expanding it in the new
20303         context.
20304         * class.c (inflate_generic_class): If the generic instantiation
20305         doesn't change after inflation, return the argument itself.
20306         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
20307         Add bounds checks.
20308         (inflate_generic_context): If neither the generic class nor the
20309         generic method instantiations change, return the original context.
20310         * reflection.c (mono_method_get_object): Do
20311         'mono_get_inflated_method' before accessing the ->klass field.
20312         (inflate_mono_method): Don't create a MonoGenericMethod unless
20313         necessary.
20314         (inflate_method): Don't pass a constructed type as the declaring
20315         type of a methodbuilder.
20316
20317 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
20318
20319         * object.c: fix memory overwrite.
20320
20321 2006-02-22  Dick Porter  <dick@ximian.com>
20322
20323         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
20324         it doesn't work any more.
20325         (mono_threads_request_thread_dump): Fix unused variable warnings.
20326
20327 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
20328
20329         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
20330         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
20331         the public header file.
20332
20333 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
20334
20335         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
20336
20337 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
20338
20339         * class-internals.h, object.c: reduce the size of MonoVTable
20340         and store the interface_offsets array at negative offsets.
20341
20342 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
20343
20344         * metadata.c: tweak table descriptors data structures to reduce
20345         size and runtime relocations.
20346
20347 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
20348
20349         * marshal.c: fix some types and opcodes to be type-safe
20350         in marshaling wrappers.
20351
20352 2006-02-21  Ankit Jain  <jankit@novell.com>
20353
20354         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
20355
20356 2006-02-21  Raja R Harinath  <rharinath@novell.com>
20357
20358         * metadata.c (get_constraints): Relax debugging checks for monodis.
20359
20360 2006-02-21  Ankit Jain  <jankit@novell.com>
20361
20362         * metadata.c (mono_metadata_load_generic_params): Move the code
20363         checking for ambiguous generic params from here to mono/dis/get.c
20364         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
20365
20366 2006-02-21  Raja R Harinath  <harinath@gmail.com>
20367
20368         Fix assertion triggered when compiling nemerle.
20369         * class.c (mono_get_shared_generic_inst): Rename from
20370         get_shared_inst and make non-static.
20371         * loader.c (mono_get_shared_generic_method): New.  Used to create
20372         the MonoGenericContext-equivalent of a MonoGenericContainer.
20373         (mono_get_method_from_token): Initialize the 'context' field of
20374         the created MonoGenericContainer.
20375         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
20376         * metadata.c (get_constraints): Add sanity check.
20377         * class-internals.h: Add new internal methods.
20378
20379         * reflection.c (verify_safe_for_managed_space): New sanity check.
20380         Currently checks that owner-less generic parameters aren't allowed
20381         in managed space.
20382         (mono_type_get_object): Use it.
20383         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
20384         that are now in mono_type_get_object.
20385         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
20386
20387 2006-02-19  Raja R Harinath  <harinath@gmail.com>
20388
20389         * metadata.c (mono_type_create_from_typespec): Rename from
20390         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
20391         argument and caching of types in the generic container.
20392         (unwrap_arrays, find_generic_param): Remove.
20393         * metadata-internals.h: Update.
20394         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
20395
20396 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
20397
20398         * class.c (mono_class_get_exception_for_failure): Fix a warning.
20399
20400         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
20401         return values. Fixes #77581.
20402
20403         * class.c (mono_fnptr_class_get): Switch name and name_space.
20404
20405         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
20406         classes and add support for [In, Out] attributes.
20407         (mono_marshal_free_asany): Ditto. Fixes #77524.
20408
20409 2006-02-18  Raja R Harinath  <harinath@gmail.com>
20410
20411         * class.c (mono_class_from_generic_parameter): Make more robust to
20412         incomplete MonoGenericContainers from monodis.
20413
20414 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
20415
20416         * class-internals.h: added some more exception types.
20417         * class.c, metadata.c: added a few checks to handle missing
20418         types.
20419
20420 2006-02-17  Raja R Harinath  <rharinath@novell.com>
20421
20422         Use owner-less generic-params some more.
20423         * class.c (my_mono_class_from_generic_parameter): Remove.
20424         (mono_class_from_generic_parameter): Handle null image,
20425         param->name and param->owner.
20426         (mono_class_from_mono_type): Update.
20427         (mono_class_create_from_typespec): Remove 'container' parameter.
20428         If that parameter is non-null, the result is always inflated by
20429         'mono_class_get_full' anyway.
20430         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
20431         parameter.
20432         (mono_class_get_full): Update.
20433
20434         * class.c (inflate_generic_type) [GENERICINST]: If the generic
20435         instance is not open, don't bother inflating.
20436         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
20437         parse metadata for inflated classes.
20438         (_mono_class_get): Change GenericContext* parameter to
20439         GenericContainer*.
20440         (mono_class_create_from_typespec): Likewise.  Simplify, and
20441         implement trivially.  All the cases are handled in
20442         mono_class_from_mono_type.  Don't inflate returned class.
20443         (mono_class_get_full): Delegate GENERICINST optimization to
20444         inflate_generic_type.
20445         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
20446
20447 2006-02-16  Dick Porter  <dick@ximian.com>
20448
20449         * socket-io.c (create_object_from_sockaddr): Fix typo.
20450         (create_sockaddr_from_object): Check array lengths before
20451         potentially accessing items off the end.
20452         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
20453         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
20454         (ves_icall_System_Net_Sockets_Socket_Send_internal)
20455         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
20456         length checks to avoid wraparound overflows.
20457         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
20458         contents of the array of sockets
20459         (hostent_to_IPHostEntry2)
20460         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
20461         Check return value of inet_ntop ().
20462         (addrinfo_to_IPHostEntry): Fix typo
20463
20464 2006-02-16  Raja R Harinath  <rharinath@novell.com>
20465
20466         Type metadata parsing doesn't use generic-instantiation information.
20467         * metadata.c (mono_metadata_parse_array_full): Change
20468         MonoGenericContext* parameter to MonoGenericContainer*.
20469         (mono_metadata_parse_type_full): Likewise.
20470         (mono_type_create_from_typespec_full): Likewise.
20471         (mono_metadata_parse_mh_full): Likewise.
20472         (mono_metadata_parse_generic_inst): Likewise.
20473         (do_mono_metadata_parse_generic_class): Likewise.
20474         (do_mono_metadata_parse_type): Likewise.
20475         * metadata-internals.h: Update to changes.
20476         * class.c (mono_class_find_enum_basetype): Likewise.
20477         (mono_class_setup_fields): Likewise.
20478         (mono_class_create_from_typespec): Likewise.
20479         * loader.c (method_from_methodspec): Likewise.
20480         (mono_get_method_from_token): Likewise.
20481         (mono_method_get_header): Likewise.
20482
20483 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
20484
20485         * marshal.c: handle additional GENERICINST case (patch from
20486         Thong Nguyen <tum@veridicus.com>).
20487         Fix a few cases where LDIND_I/STIND_I was used for references.
20488
20489 2006-02-16  Raja R Harinath  <rharinath@novell.com>
20490
20491         * reflection.c (mono_reflection_get_token): Remove unused variable.
20492
20493 2006-02-16  Martin Baulig  <martin@ximian.com>
20494
20495         * reflection.c (mono_reflection_get_token): Add support for fields
20496         in instantiated generic types.
20497
20498         * icall.c
20499         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
20500
20501 2006-02-15  Martin Baulig  <martin@ximian.com>
20502
20503         * icall.c
20504         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
20505         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
20506         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
20507         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
20508
20509 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
20510
20511         * class.c, metadata.c, metadata.h, object.c, icall.c,
20512         marshal.c: changed mono_type_get_underlying_type () to do
20513         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
20514         Fixed handling of instantiated generic valuetypes (bug #75479).
20515
20516 2006-02-15  Raja R Harinath  <rharinath@novell.com>
20517
20518         * metadata.c (mono_metadata_decode_signed_value): Simplify.
20519         Delegate to mono_metadata_decode_value, and work on the returned value.
20520
20521         * icall.c (ves_icall_MonoType_GetGenericArguments):
20522         Add consistency check here too.
20523         
20524 2006-02-15  Ankit Jain  <jankit@novell.com>
20525
20526         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
20527         char/short etc.
20528
20529 2006-02-15  Ankit Jain  <jankit@novell.com>
20530
20531         * metadata.c (mono_metadata_decode_signed_value): New function to decode
20532         signed values, used only for representing lower bounds of arrays.
20533         (mono_metadata_parse_array_full): Use new
20534         mono_metadata_decode_signed_value to decode lower bounds.
20535
20536 2006-02-14  Martin Baulig  <martin@ximian.com>
20537
20538         * reflection.c
20539         (mono_reflection_get_token): Support "MonoGenericMethod" and
20540         "MonoGenericCMethod" and allow generic instances / methods.
20541
20542 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
20543
20544         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
20545         to obtain the terminal size using an ioctl.
20546
20547         * object.c (mono_nullable_init): Revert this as nullable reference
20548         types are not valid.
20549         (mono_nullable_box): Ditto.
20550
20551 2006-02-09  Dick Porter  <dick@ximian.com>
20552
20553         * threads.c (mono_thread_detach): Drop a reference to the thread
20554         we're detaching.
20555
20556 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
20557
20558         * object.c (mono_nullable_init): Handle nullable reference types.
20559         (mono_nullable_box): Ditto. Fixes #77446.
20560
20561 2006-02-07  Martin Baulig  <martin@ximian.com>
20562
20563         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
20564
20565 2006-02-07  Ankit Jain  <jankit@novell.com>
20566
20567         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
20568         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
20569         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
20570         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
20571         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
20572         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
20573
20574 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
20575
20576         * class.c (mono_class_create_generic): Set type_token as well.
20577
20578         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
20579         compatible with MS.
20580
20581 2006-02-02  Martin Baulig  <martin@ximian.com>
20582
20583         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
20584         has never been used so far.
20585
20586 2006-02-02  Martin Baulig  <martin@ximian.com>
20587
20588         * mono-debug-debugger.h: Changed comment at the top of this file;
20589         the header is not installed, but it's safe to #include it from
20590         within the JIT.
20591
20592         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
20593         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
20594
20595 2006-02-02  Martin Baulig  <martin@ximian.com>
20596
20597         * mono-debug.h
20598         (MonoSymbolTable): Removed the `metadata_info' field.
20599
20600         * mono-debug.c
20601         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
20602
20603         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
20604         (mono_debugger_add_builtin_types): Removed.
20605         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
20606         (mono_debugger_create_notification_function): We now operate on a
20607         pre-allocated area; take a `gpointer' and return `void'.
20608
20609         * mono-debug-debugger.c
20610         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
20611         (mono_debugger_add_builtin_types): Removed.
20612
20613 2006-02-02  Martin Baulig  <martin@ximian.com>
20614
20615         * threads.c (mono_debugger_create_all_threads): New public method.
20616
20617 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
20618
20619         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
20620         breaks on several platforms.
20621
20622 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
20623
20624         * assembly.c: the VS.NET build doesn't supply default values for
20625         MONO_ASSEMBLIES and MONO_CFG_DIR.
20626
20627 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
20628
20629         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
20630         helper function.
20631
20632         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
20633
20634         * loader.c (method_from_memberref): Fix a warning.
20635
20636         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
20637
20638         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
20639         with explicit layout. Fixes #77433.
20640
20641 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
20642
20643         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
20644         max_interface_id is initialized before using it. Fixes #77398.
20645         (ves_icall_Type_GetInterfaces): Ditto.
20646
20647 2006-01-30  Raja R Harinath  <rharinath@novell.com>
20648
20649         * metadata.c (mono_metadata_parse_method_signature_full): Don't
20650         allocate memory for parameter attributes when parsing memberref
20651         signatures.
20652         * loader.c (mono_loader_set_error_method_load): Don't warn.
20653         (method_from_memberref): Ensure MissingMethodException gets thrown
20654         if method is not found.  Make warning more informative.
20655
20656 2006-01-29  Raja R Harinath  <harinath@gmail.com>
20657
20658         Fix #77397
20659         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
20660         return true if is byref.
20661         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
20662         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
20663         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
20664
20665 2006-01-27  Raja R Harinath  <rharinath@novell.com>
20666
20667         Fix tests/find-method.2.il
20668         * loader.c (find_method, find_method_in_class): Remove is_inflated
20669         argument.  Revert 2006-01-18 change.
20670         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
20671         is generic, search for method in its generic definition.
20672         * class.c (mono_class_setup_vtable_general): Print generic
20673         arguments of generic types in debugging printf.
20674
20675 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
20676
20677         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
20678
20679         * threads.c (mono_threads_request_thread_dump): New helper function.
20680
20681 2006-01-25  Raja R Harinath  <rharinath@novell.com>
20682
20683         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
20684
20685 2006-01-25  Ankit Jain  <jankit@novell.com>
20686
20687         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
20688         move definition to ..
20689         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
20690         
20691 2006-01-25  Ankit Jain  <jankit@novell.com>
20692             Raja R Harinath  <rharinath@novell.com>
20693
20694         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
20695         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
20696         as necessary.
20697
20698 2006-01-25  Martin Baulig  <martin@ximian.com>
20699
20700         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
20701         `MonoDebuggerThread' into debug-debugger.c.
20702
20703 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
20704
20705         * profiler.c: fix printing of data.
20706
20707 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
20708
20709         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
20710           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
20711
20712 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
20713
20714         * object.c: fix deadlock related to string interning.
20715
20716 2006-01-23  Martin Baulig  <martin@ximian.com>
20717
20718         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
20719
20720         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
20721
20722 2006-01-23  Martin Baulig  <martin@ximian.com>
20723
20724         * mono-debug.h: Moved the prototypes of some functions which are
20725         used by the JIT here from mono-debug-debugger.h.
20726
20727 2006-01-21  Martin Baulig  <martin@ximian.com>
20728
20729         * Makefile.am: Don't install mono-debug-debugger.h.
20730
20731 2006-01-21  Martin Baulig  <martin@ximian.com>
20732
20733         * mono-debug-debugger.h: Enforce the private status of this header
20734         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
20735         Moved some stuff from mono-debugger-jit-wrapper.h here.
20736
20737 2006-01-20  Raja R Harinath  <rharinath@novell.com>
20738
20739         * class.c (mono_class_from_typeref): Add a sanity test to help
20740         catch lack of assembly load/search hooks.
20741
20742 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
20743
20744         * marshal.c (emit_struct_conv): Relax the fields with same offset
20745         check even more. Fixes #77230.
20746
20747 2006-01-18  Martin Baulig  <martin@ximian.com>
20748
20749         * loader.c (find_method_in_class): Added `gboolean is_inflated'
20750         argument; if false, we compare the uninstantiated signatures.
20751         (method_from_memberref): Compare the uninstantiated signatures;
20752         fixes #76417.
20753
20754 2006-01-18  Robert Jordan  <robertj@gmx.net>
20755
20756         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
20757         Clear the weak link. Fixes bug #77170.
20758
20759         * gc.c (mono_gchandle_free):
20760         Reflect *-gc.c changes (tiny optimization).
20761
20762 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
20763
20764         * metadata.c (mono_metadata_signature_dup): Applied patch from
20765         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
20766         Fixes #77288.
20767
20768 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
20769
20770         * marshal.c (emit_struct_conv): Allow fields with the same offset when
20771         marshalling from native to managed code. Fixes #77230.
20772
20773 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20774
20775         * threadpool.c: fix problem (Mac only) when more than one asynchronous
20776         connect. Fixes bug #77020.
20777
20778 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
20779
20780         * class.c: fixed id assignement for nested interfaces (bug #77275).
20781         Added also better info for --print-vtable debugging.
20782
20783 2006-01-12  Martin Baulig  <martin@ximian.com>
20784
20785         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
20786         interfaces on-the-fly; fixes #76625.
20787
20788         * class-internals.h
20789         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
20790         don't need that anymore.
20791
20792 2006-01-12  Miguel de Icaza  <miguel@novell.com>
20793
20794         * socket-io.c
20795         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
20796         To avoid initing the nested_classes when not needed I turned the
20797         PeerCredData as a toplevel internal class, as it has to be shared
20798         anyways. 
20799
20800         Fixes the CASA issue.
20801
20802 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
20803
20804         * domain.c: Accessors for MonoJitInfo
20805
20806         * profiler-private.h: Add jitinfo to the end jit hook
20807
20808         * profiler.[ch]: Define new hooks, called after jitting which give
20809         the MonoJitInfo that was compiled
20810
20811 2006-01-10  Martin Baulig  <martin@ximian.com>
20812
20813         * class.c (mono_class_setup_events): Add support for generic
20814         classes; fixes #76440.
20815
20816 2006-01-06  Raja R Harinath  <rharinath@novell.com>
20817
20818         Fix #77160.
20819         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
20820         on passed-in method.
20821
20822 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
20823
20824         * object.c (mono_runtime_invoke_array): Add Nullable support.
20825
20826         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
20827
20828 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
20829
20830         * file-io.c: Don't consider sockets as directory and avoid an endless
20831         loop. Fix bug #76966.
20832
20833 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
20834
20835         * object.c (mono_nullable_init): New helper function.
20836         (mono_nullable_box): Ditto.
20837
20838         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
20839
20840         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
20841
20842         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
20843         
20844 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
20845
20846         * class.c (mono_class_is_assignable_from): Make T assignable to 
20847         Nullable<T>.
20848
20849 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
20850
20851         * appdomain.c: Bump corlib version to 46.
20852         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
20853         serialization purpose) and changed ves_icall_System_Reflection_
20854         Assembly_get_code_base signature to accept a boolean (to escape, or 
20855         not, the assembly code base).
20856
20857 2005-12-23  Dick Porter  <dick@ximian.com>
20858
20859         * icall.c: 
20860         * threads-types.h: 
20861         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
20862         CreateEvent icall now returns "created" boolean parameter.
20863
20864 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
20865
20866         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
20867         #76967.
20868
20869         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
20870         when attr_klass is an interface. Fixes #77045.
20871
20872 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
20873
20874         * marshal.c (emit_struct_conv): Fix previous patch.
20875         
20876         * marshal.c (emit_struct_conv): Add a check for fields with the same
20877         offset.
20878
20879 2005-12-20  Raja R Harinath  <rharinath@novell.com>
20880
20881         Fix regression in Mono.C5.
20882         * class.c (mono_class_create_generic): If 'klass' is an interface
20883         set up the interface offsets.
20884         (mono_class_is_assignable_from): Don't throw away generic arguments.
20885
20886 2005-12-19  Raja R Harinath  <rharinath@novell.com>
20887
20888         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
20889         type parameters.
20890
20891 2005-12-15  Raja R Harinath  <rharinath@novell.com>
20892
20893         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
20894         dead store.
20895         (do_mono_metadata_parse_generic_class): Don't pass the current
20896         generic context when parsing the type being instantiated: it
20897         cannot use it, anyway.
20898
20899         * loader.c (method_from_memberref): Don't inflate a signature if
20900         it doesn't contain any type parameters.
20901
20902 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
20903
20904         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
20905
20906 2005-12-14  Martin Baulig  <martin@ximian.com>
20907
20908         * class.c
20909         (mono_type_get_name_recurse): Don't return null for type
20910         parameters and open generic classes.
20911         (mono_class_setup_methods): Don't exclude generic instances.
20912         (mono_get_unique_iid): Use different IDs for different
20913         instantiations of the same generic type.
20914         (mono_class_setup_vtable): Only use setup_generic_vtable() for
20915         open generic instances; create a normal vtable for closed generic
20916         instances.
20917         (mono_class_setup_vtable_general): We're now also called for
20918         closed generic instances.
20919
20920         * reflection.c
20921         (mono_reflection_bind_generic_parameters): Correctly use
20922         mono_metadata_lookup_generic_inst() everywhere.
20923
20924 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
20925
20926         * object.c (mono_class_create_runtime_vtable): Call 
20927         mono_class_setup_vtable ().
20928
20929         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
20930         function.
20931         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
20932         #76959.
20933
20934         * loader.c (mono_loader_set_error_type_load): Print the type load
20935         warnings to the console so they are more visible to the user.
20936         (mono_loader_set_error_method_load): Ditto.
20937
20938         * reflection.c (ensure_runtime_vtable): Revert the last change as it
20939         is still broken.
20940         
20941         * reflection.c (ensure_runtime_vtable): Fix build.
20942
20943         * reflection.c (ensure_runtime_vtable): Disable an optimization which
20944         doesn't work in all cases.
20945
20946 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
20947
20948         * object.c (mono_array_new_full): Treat a single dimensional array
20949         with 0 lower bounds as an szarray. Fixes #76973.
20950
20951         * reflection.c (custom_attr_visible): Really fix this.
20952
20953 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
20954
20955         * reflection.c (custom_attr_visible): Allow nested public attributes
20956         as well.
20957
20958         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
20959         interface check.
20960
20961 2005-12-12  Raja R Harinath  <harinath@gmail.com>
20962
20963         * class.c (set_generic_param_owner): Delete.
20964         (mono_class_create_from_typedef): Don't set ->owner field of
20965         generic parameters to "param containers" of enclosing classes.
20966         * reflection.c (mono_reflection_initialize_generic_parameter):
20967         Likewise.
20968
20969 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
20970
20971         * reflection.c (custom_attr_visible): Fix build.
20972
20973 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
20974
20975         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
20976         private attributes.
20977         
20978         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
20979         handling of null parameter defaults.
20980
20981 2005-12-09  Raja R Harinath  <rharinath@novell.com>
20982
20983         * class.c (mono_class_from_generic_parameter): Don't set
20984         klass->generic_container.
20985         (my_mono_class_from_generic_parameter): Likewise.
20986
20987 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
20988
20989         * reflection.c (load_public_key): Fix a warning.
20990         (method_encode_code): Fix unaligned accesses.
20991
20992 2005-12-07  Martin Baulig  <martin@ximian.com>
20993
20994         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
20995
20996         * reflection.c
20997         (write_generic_param_entry): Encode our custom attrs.
20998
20999         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
21000
21001 2005-12-07  Martin Baulig  <martin@ximian.com>
21002
21003         * reflection.c (encode_new_constraint): Removed; we don't use the
21004         `NewConstraintAttribute' anymore.
21005
21006 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
21007
21008         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
21009         not fire a TypeResolve event when Assembly.GetType () is called.
21010
21011 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
21012
21013         Beginning of support for nullable types in the runtime. Parts of
21014         this patch are from Martin.
21015
21016         * appdomain.c (MONO_CORLIB_VERSION): Bump
21017
21018         * domain.c (mono_init_internal): get the nullable type
21019
21020         * class.c (mono_class_is_nullable): New method
21021         (mono_class_get_nullable_param): New mehod
21022         (mono_class_create_generic): In types T? set cast_class to T
21023
21024         * class-internals.h (MonoDefaults): new nullable default class
21025         (mono_class_get_nullable_param, mono_class_get_nullable_param):
21026         new methods.
21027
21028 2005-12-05  Raja R Harinath  <rharinath@novell.com>
21029
21030         * metadata.c (select_container): New.  Refactor code to select the
21031         appropriate GenericContainer given the type of generic parameter
21032         we are looking for.
21033         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
21034         not a MonoGenericContext.  Use select_container.  Update parameters.
21035         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
21036         and MONO_TYPE_MVAR.
21037         (unwrap_arrays): Remove duplicate tests.
21038         (find_generic_param): Rename from 'has_same_context'.  Now walks a
21039         generic instantiated class to find any arguments that are generic
21040         parameters.
21041         (mono_type_create_from_typespec_full): Use find_generic_param to
21042         avoid evicting some generic instantiations from the typespec
21043         cache.
21044
21045 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
21046
21047         * reflection.c: fixed writing of doubles on ARM FPA.
21048
21049 2005-12-02  Robert Jordan  <robertj@gmx.net>
21050
21051         * icall.c: Fixed EventInfo.ReflectedType (#76829).
21052
21053 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21054
21055         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
21056         least on SUSE 10 they are not the same (on debian, they are just the
21057         same thing).
21058
21059 2005-12-01  Raja R Harinath  <rharinath@novell.com>
21060
21061         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
21062         DeclaringType for VARs and MVARs.
21063         * class.c (set_generic_param_owner): Fix initialization of owner
21064         fields.
21065
21066 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
21067
21068         * icall.c: fixed Enum.ToObject() to correctly convert the values.
21069
21070 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21071
21072         * threadpool.c: workaround for a bug that shows up on the Mac:
21073         select()+connect() on a blocking socket is not like it should
21074         be, so we proceed to connect() in that case, wasting the I/O
21075         threadpool thread until connect succeedes. Fixes bug #75436.
21076
21077 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21078
21079         * threadpool.c: fix typo when setting file descriptor states.
21080
21081 2005-11-28  Raja R Harinath  <rharinath@novell.com>
21082
21083         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
21084         * metadata.c (mono_metadata_parse_method_signature_full): Don't
21085         create a temporary signature container.
21086         (mono_metadata_parse_generic_param): Update to changes.
21087         (mono_type_create_from_typespec_full): Update to changes.
21088         * loader.c (method_from_memberref): Don't use a
21089         MonoGenericContainer while parsing a memberref signature.
21090         (method_from_methodspec): Remove dead-store of the 'container'
21091         variable.  It's overwritten before use.
21092
21093         * metadata.c (mono_type_create_from_typespec_full): Make debugging
21094         checks tighter.
21095         (mono_metadata_parse_generic_param): Likewise.
21096         * loader.c (find_method_in_class): Does not need a
21097         MonoGenericContainer.  Use 'mono_method_signature' rather than
21098         'mono_method_signature_full'.
21099         (find_method, mono_get_method_constrained, method_from_memberref):
21100         Update to changes.
21101
21102         * metadata.c (mono_type_create_from_typespec_full): Ensure that
21103         owner-less generic-parameters are never evicted from the typespec
21104         cache.
21105
21106         * loader.c (method_from_memberref): Don't use the current context
21107         when parsing signatures.
21108         (method_from_methodspec, mono_get_method_from_token): Update to changes.
21109
21110         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
21111         side-effects in g_assert.
21112         * loader.c (mono_get_method_from_token): Resolve klass earlier so
21113         that we don't potentially lose information.
21114
21115 2005-11-26  Dick Porter  <dick@ximian.com>
21116
21117         * icall.c:
21118         * threads.c: icalls to implement basic (ie, not named)
21119         System.Threading.Semaphore.
21120
21121 2005-11-24  Dick Porter  <dick@ximian.com>
21122
21123         * process.c
21124         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
21125         Use GetProcessId() if it's available.
21126
21127 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
21128
21129         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
21130
21131 2005-11-23  Raja R Harinath  <rharinath@novell.com>
21132             Ankit Jain  <jankit@novell.com>
21133
21134         * loader.c (mono_get_method_from_token): Initialize 'method' field
21135         of all generic parameters before parsing the signature.  Remove
21136         code that "fixed"-up MVAR references.
21137
21138 2005-11-23  Ankit Jain  <jankit@novell.com>
21139
21140         * metadata.c (mono_metadata_has_generic_params):
21141         (mono_metadata_load_generic_param_constraints):
21142         (mono_metadata_load_generic_params): Move duplicate code ...
21143         (mono_metadata_get_generic_param_row): ... here. Returns the
21144         first row-id in GenericParam table for a given owner (token).
21145         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
21146         prototype.
21147
21148 2005-11-23  Raja R Harinath  <rharinath@novell.com>
21149             Ankit Jain  <jankit@novell.com>
21150
21151         * metadata.c (mono_metadata_class_equal): Pass signature_only when
21152         comparing VARs too.
21153         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
21154         type->data.generic_param only if the type is an MVAR.
21155         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
21156         leak owner-less VARs and MVARs into managed space.
21157
21158 2005-11-21  Martin Baulig  <martin@ximian.com>
21159
21160         * class-internals.h
21161         (MonoMethod): Moved the `generic_container' here from
21162         `MonoMethodNormal' since we now also need it for
21163         `MonoMethodPInvoke';
21164         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
21165         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
21166         an union containing both `MonoMethodNormal' and
21167         `MonoMethodPInvoke'.
21168
21169         * loader.c
21170         (mono_get_method_from_token): Allow implementing generic methods
21171         as interncalls.
21172
21173         * threads.c
21174         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
21175         icall.
21176
21177 2005-11-17  Dick Porter  <dick@ximian.com>
21178
21179         * icall.c: 
21180         * process.h: 
21181         * process.c: Split the Process Start_internal icall into
21182         ShellExecuteEx_internal and CreateProcess_internal, which are
21183         called depending on whether UseShellExecute is true.  Fixes bug
21184         76670.
21185
21186         * appdomain.c (MONO_CORLIB_VERSION): Incremented
21187
21188 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
21189
21190         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
21191         'msize' parameters, use the information in 'mspec' instead.
21192         (emit_object_to_ptr_conv): Ditto.
21193
21194         * marshal.c (emit_struct_conv): Handle explicit layout structs with
21195         fields out of order. Fixes #76733.
21196
21197 2005-11-17  Ankit Jain  <jankit@novell.com>
21198
21199         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
21200
21201 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
21202
21203         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
21204           bug #76575.
21205
21206 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
21207
21208         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
21209         for types with non-auto layout. Fixes #76717.
21210
21211 2005-11-16  Ankit Jain  <jankit@novell.com>
21212
21213         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
21214         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
21215         if generic_context is null.
21216           (mono_metadata_generic_param_equal): param->owner can be null.
21217           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
21218         null.
21219
21220 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
21221
21222         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
21223         the correct value.
21224
21225 2005-11-15  Martin Baulig  <martin@ximian.com>
21226
21227         * object.c (set_value): Use mono_class_from_mono_type() instead of
21228         the hack for generic instances; fixes #76136.
21229
21230 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
21231
21232         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
21233         fields.
21234
21235         * image.c (load_metadata_ptrs): Initialize the new fields.
21236
21237         * reflection.c (create_dynamic_mono_image): Ditto.
21238
21239         * reflection.c (build_compressed_metadata): Use the new fields.
21240
21241         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
21242         icall.
21243
21244         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
21245         icall.
21246         
21247 2005-11-15  Ankit Jain  <jankit@novell.com>
21248             Raja R Harinath  <harinath@gmail.com>
21249
21250         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
21251         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
21252         new per-generic_container cache if the cached MonoType's context matches
21253         the current context.
21254           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
21255         to the expected context.
21256           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
21257
21258 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21259
21260         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
21261         we changed the signature of an icall.
21262         * icall.c: Modify to mono_double_ParseImpl return true/false 
21263         depending on the success, instead of throwing the exception. This will
21264         help us in Double.TryParse methods.
21265         
21266 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
21267
21268         * marshal.c (emit_marshal_object): Throw an exception when
21269         marshalling 'object' instead of crashing. Fixes #76696.
21270
21271 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
21272
21273         * class-internals.h: Add prototype for mono_type_get_full_name ().
21274
21275 2005-11-11  Dick Porter  <dick@ximian.com>
21276
21277         * threads.c (mono_thread_manage): Make sure the main thread has
21278         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
21279
21280 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
21281
21282         * loader.c (mono_loader_set_error_type_load): Log a warning to the
21283         console about the missing type.
21284         (mono_loader_set_error_method_load): Ditto.
21285
21286 2005-11-09  Miguel de Icaza  <miguel@novell.com>
21287
21288         * mono-config.c (mono_get_config_dir): Set the system defaults if
21289         none is specified.
21290
21291         * assembly.c (mono_set_dirs): New API entry point to set the
21292         assembly and the config directory in one call
21293
21294 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
21295
21296         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
21297         the ftnptr was created from a delegate in a domain other than the
21298         current domain. Fixes #75377.
21299
21300         * exception.h exception.c: Add mono_get_exception_not_supported ().
21301
21302 2005-11-08  Martin Baulig  <martin@ximian.com>
21303
21304         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
21305
21306 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
21307
21308         * security-manager.h: Added definitions to deal with strongname key 
21309         pairs bigger (and smaller) than 1024 bits.
21310         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
21311         adjust wrt the public key length being used.
21312
21313 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
21314
21315         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
21316           Windows build (r51396-51397).
21317
21318 2005-11-03  Martin Baulig  <martin@ximian.com>
21319
21320         * class.c (mono_class_setup_vtable_general): Also add generic
21321         methods to the vtable; fixes #76581.
21322
21323 2005-11-01  Miguel de Icaza  <miguel@novell.com>
21324
21325         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
21326         sure that we lookup GetString method from the System.Text.Encoding
21327         class, not the derived class or we get an empty method.
21328
21329         Fixed class #76612.
21330
21331 2005-10-25  Miguel de Icaza  <miguel@novell.com>
21332
21333         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
21334         if it has been previously set (embedders). 
21335
21336         Make mono_set_rootdir available also on Unix.
21337
21338 005-10-24  Robert Jordan  <robertj@gmx.net>
21339
21340         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
21341
21342 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
21343
21344         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
21345         only calls which are made to native code use this flag.
21346
21347         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
21348
21349 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
21350
21351         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
21352         Add support for FieldBuilders.
21353
21354 2005-10-29  Martin Baulig  <martin@ximian.com>
21355
21356         * mono-debug.c
21357         (mono_debug_using_mono_debugger): New public method; returns
21358         whether we're running inside the debugger.
21359
21360 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
21361
21362         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
21363         for Method/Constructor/FieldBuilders.
21364
21365 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
21366
21367         * reflection.c (module_add_cattrs): Save custom attributes for global methods
21368         and fields as well.
21369
21370 2005-10-26  Martin Baulig  <martin@ximian.com>
21371
21372         * mono-debug-debugger.c
21373         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
21374
21375 2005-10-24  Raja R Harinath  <harinath@gmail.com>
21376
21377         * icall.c (base64_to_byte_array): Don't pass an out-of-range
21378         integer to isspace.
21379
21380 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
21381
21382         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
21383         when passing valuetypes byref. Fixes #76502.
21384
21385 2005-10-19  Jackson Harper  <jackson@ximian.com>
21386
21387         * profiler.c: Don't put a . in front of types that are not in a
21388         namespace.
21389
21390 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
21391
21392         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
21393
21394 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
21395
21396         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
21397         #76436.
21398         (mono_marshal_get_ldflda_wrapper): Fix a warning.
21399
21400 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21401
21402         * assembly.c metadata-internals.h icall.c: Define an additional
21403         parameter for mono_assembly_name_parse_full, so we can avoid creating
21404         S.R.AssemblyName.Version when no version info wasn't passed.
21405         
21406 2005-10-09  Miguel de Icaza  <miguel@novell.com>
21407
21408         * class.c (mono_type_get_full_name): Reimplement method that was
21409         removed. 
21410
21411         * image.c: Some docs
21412
21413 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
21414
21415         * profiler.c (output_newobj_profile): Fix printing of Total memory
21416         on x86.
21417
21418 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
21419
21420         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
21421
21422 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
21423
21424         * threads.c: remove debug output.
21425
21426 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
21427
21428         * threads.c (mono_thread_manage): Fix crashes if more than 64
21429         threads need to be aborted. Hopefully fixes #75899.
21430
21431         * assembly.c (mono_stringify_assembly_name): New helper function.
21432
21433         * class.c: Use mono_stringify_assembly_name instead of the similar
21434         static function.
21435
21436         * assembly.h assembly.c: Add support for calling a postload search 
21437         hook if an assembly cannot be loaded.
21438
21439         * appdomain.c: Register new search hooks which call the AssemblyResolve
21440         events in AppDomain. Fixes #75231
21441
21442 2005-10-07  Martin Baulig  <martin@ximian.com>
21443
21444         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
21445         methods without debug info.
21446
21447 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
21448
21449         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
21450         wrappers.
21451
21452 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21453
21454         * file-io.c: now that we return symlinks, use lstat and, when the file
21455         is a symbolic link, stat, to get the file attributes. Also avoid the
21456         conversion to/from utf16/external.
21457
21458 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
21459
21460         * class.c (mono_class_layout_fields): Compute klass->has_references
21461         correctly if an embedded valuetype is not yet initialized. Fixes
21462         #76331.
21463
21464 2005-10-04  Martin Baulig  <martin@ximian.com>
21465
21466         * metadata.c
21467         (mono_metadata_load_generic_param_constraints): New public
21468         function; splitted the constraints loading out from
21469         mono_metadata_load_generic_params().
21470
21471         * class.c (mono_class_create_from_typedef): Call
21472         mono_metadata_load_generic_param_constraints() after setting up
21473         the type and creating our parent; fixes #75329.
21474
21475 2005-10-04  Martin Baulig  <martin@ximian.com>
21476
21477         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
21478         non-dynamic parent classes.
21479
21480 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
21481
21482         * file-io.c : win32 build fix (ETXTBSY seems not found).
21483
21484 2005-10-04  Martin Baulig  <martin@ximian.com>
21485
21486         * reflection.c
21487         (mono_image_get_methodspec_token): Make the cache actually work;
21488         fixes #75974.
21489
21490 2005-10-04  Martin Baulig  <martin@ximian.com>
21491
21492         * class.c (mono_class_name_from_token): Removed the unneccessary
21493         `MonoGenericContext *' argument.
21494
21495 2005-10-04  Martin Baulig  <martin@ximian.com>
21496
21497         * loader.c
21498         (method_from_methodspec): Make the caching work again; fixes the
21499         performance regression from #76262.
21500
21501 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21502
21503         * file-io.c:
21504         * file-io.h:
21505         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
21506         GetFileSystemEntries that performs the same work but without going
21507         into io-layer, locking, etc.
21508
21509 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
21510
21511         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
21512         ThreadState_Stopped as well. Fixes #76047.
21513
21514 2005-09-29  Martin Baulig  <martin@ximian.com>
21515
21516         * class.c
21517         (inflate_generic_context): If the new context has a `gmethod', set
21518         its `container' that that gmethod's `container'.
21519
21520         * metadata.c
21521         (mono_metadata_parse_generic_param): Simplify things;
21522         `generic_container = generic_context->container;' is just fine.
21523
21524         * loader.c (method_from_methodspec): Code cleanups.
21525
21526 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
21527
21528         * decimal.c: fix warning (and let gcc generate correct
21529         code on ARM with optimizations).
21530
21531 2005-09-28  Martin Baulig  <martin@ximian.com>
21532
21533         * loader.c
21534         (method_from_memberref): Added `MonoGenericContext *class_context'
21535         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
21536         (method_from_methodspec): If we're a memberref, use the enclosing
21537         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
21538
21539 2005-09-28  Martin Baulig  <martin@ximian.com>
21540
21541         * object.c (mono_runtime_invoke_array): Added support for
21542         MONO_TYPE_GENERICINST; fixes #75917.
21543
21544 2005-09-27  Martin Baulig  <martin@ximian.com>
21545
21546         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
21547         `k->byval_arg.type' to determine the actual type.
21548
21549         * loader.c (method_from_methodspec): Removed some hacks.
21550
21551 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
21552
21553         * class-internals.h (mono_field_is_deleted): Do the test for
21554         rtspecialname before we check the actual name of the field. This
21555         prevents us from dereferencing a pointer into the string table,
21556         saving us from accessing a few pages
21557
21558         * *.c: Replace the use of {Enter,Leave}CriticalSection with
21559         macros. This will allow a deadlock debugger to easily be plugged
21560         in.
21561
21562 2005-09-27  Martin Baulig  <martin@ximian.com>
21563
21564         * loader.c (method_from_methodspec): Create a "signature"
21565         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
21566
21567 2005-09-27  Martin Baulig  <martin@ximian.com>
21568
21569         * class.c
21570         (inflate_generic_class): Correctly set the new context's
21571         container.
21572
21573         * loader.c
21574         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
21575         instead of a `MonoGenericContext *'.
21576         (mono_method_signature_full): Take a `MonoGenericContainer *'
21577         instead of a `MonoGenericContext *'.
21578
21579         * metadata.c
21580         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
21581         instead of a `MonoGenericContext *'.
21582         (mono_metadata_parse_method_signature_full): Likewise.
21583
21584 2005-09-26  Martin Baulig  <martin@ximian.com>
21585
21586         * class.c
21587         (mono_class_from_generic_parameter): Set `klass->generic_container'
21588         (mono_class_from_generic_parameter): Likewise.
21589         (mono_bounded_array_class_get): We inherit the generic container
21590         from the element class.
21591
21592         * loader.c
21593         (find_method, find_method_in_class): Take a `MonoGenericContext *'
21594         argument rather than computing it here.
21595         (method_from_memberref): Correctly set the generic context before
21596         parsing the signature.  Fixes #75681.
21597
21598 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
21599
21600         * object.c (mono_class_has_special_static_fields): Fix warnings.
21601
21602 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21603
21604         * assembly.c: Add parse_public_key function, to
21605         par the public keys. Also added mono_assembly_name_parse_full,
21606         to define it the parsed key should be freed or not.
21607         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
21608         to parse a long format assembly name.
21609         * metadata-internals.h: Keep mono_assembly_name_parse_full as
21610         private, since calling it to preserve the key requires
21611         freeing it manually.
21612         
21613 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
21614
21615         * locales.c : removed HAVE_ICU part.
21616
21617 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
21618
21619         * object.c (mono_class_create_runtime_vtable): Avoid calling 
21620         field_is_special_static if the klass has no special static fields.
21621
21622         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
21623         (MonoCachedClassInfo): Likewise.
21624
21625         * object.c (mono_class_has_special_static_fields): New helper function.
21626
21627 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21628
21629         * class.c (mono_class_create_from_typedef): Don't call 
21630         interfaces_from_typedef_full for enums.
21631         (mono_class_create_from_typedef): Compute the base types of enums directly
21632         without calling mono_class_setup_fields ().
21633         (mono_class_find_enum_basetype): New helper function.
21634
21635         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
21636         one place inside the string heap.
21637         
21638 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
21639
21640         * class.c: locking fixes, code cleanups, some docs added.
21641         Allocate some data structures in the image mempool.
21642
21643 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21644
21645         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
21646         the example code.
21647         
21648 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
21649
21650         * class-internals.h, class.c, reflection.c: reduce memory taken by
21651         MonoClass.
21652
21653 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
21654
21655         * metadata.c, metadata.h, loader.h: documentation updates, code and
21656         API cleanups.
21657
21658 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21659
21660         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
21661         the example code.
21662
21663         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
21664         page faults caused by the runtime while reading metadata.
21665
21666 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21667
21668         * socket-io.c: the field names were changed 3 months ago and no one
21669         realized until bug #76077 got filed!
21670
21671 2005-09-20  Martin Baulig  <martin@ximian.com>
21672
21673         * icall.c (assembly_icalls): Removed some unused debugger icalls.
21674
21675 2005-09-20  Martin Baulig  <martin@ximian.com>
21676
21677         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
21678         write the rank into the class entry.
21679
21680 2005-09-20  Martin Baulig  <martin@ximian.com>
21681
21682         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
21683
21684 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
21685
21686         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21687
21688         * icall.c (custom_attrs_defined_internal): New icall.
21689
21690         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
21691         function.
21692         (mono_custom_attrs_construct_by_type): New helper function.
21693
21694 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
21695
21696         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
21697         terminate the resulting string. Fixes #76123.
21698
21699 2005-09-16  Martin Baulig  <martin@ximian.com>
21700
21701         * mono-debug.c
21702         (mono_debug_add_method): Ignore inflated methods for the moment.
21703
21704 2005-09-14  Martin Baulig  <martin@ximian.com>
21705
21706         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
21707
21708 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
21709
21710         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
21711         return a success/failure indication.
21712         (mono_metadata_interfaces_from_typedef_full): Ditto.
21713         (get_constraints): Ditto.
21714
21715 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
21716
21717         * marshal.c (emit_marshal_array): Fix handling of null arrays.
21718         
21719         * marshal.c (emit_marshal_array): Add support for returning string
21720         arrays from delegates. Fixes #76063.
21721
21722         * marshal.c: Use the emit_ldloc/stloc macros where possible.
21723
21724 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
21725
21726         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
21727         icall.
21728
21729 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
21730
21731         * reflection.c icall.c: Fix after mono_get_exception_type_load
21732         signature change.
21733
21734         * assembly.c (mono_assembly_get_assemblyref): New helper function.
21735         (mono_assembly_load_reference): Use the new helper.
21736
21737         * class-internals.h (MonoLoaderError): New structure containing 
21738         information about type loading errors.
21739
21740         * class-internals.h loader.c: Add APIs to store per-thread loader
21741         error information.
21742
21743         * loader.c class.c: Set the loader error if needed.
21744
21745         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
21746
21747 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
21748
21749         * decimal.c: fixed to handle the broken ARM fp format.
21750
21751 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
21752
21753         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
21754         broken.
21755
21756 2005-09-06  Martin Baulig  <martin@ximian.com>
21757
21758         * domain.c (supported_runtimes): Added v2.0.50727.
21759
21760 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
21761
21762         * culture-info.h: reduce the size of some structures.
21763
21764 2005-09-05  Martin Baulig  <martin@ximian.com>
21765
21766         Reflect latest API changes in the August CTP.
21767
21768         * icall.c
21769         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
21770         ("MonoType.HasGenericArguments"): Removed.
21771         ("MonoMethod.BindGenericParameters"): Renamed to
21772         "MakeGenericMethod".
21773         ("MethodBuilder.BindGenericParameters"): Renamed to
21774         "MakeGenericMethod".    
21775
21776 2005-09-05  Martin Baulig  <martin@ximian.com>
21777
21778         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
21779
21780 2005-09-05  Martin Baulig  <martin@ximian.com>
21781
21782         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21783
21784         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
21785         generic_container is non-NULL.
21786
21787 2005-09-05  Martin Baulig  <martin@ximian.com>
21788
21789         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21790
21791         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
21792
21793 2005-08-29  Michal Moskal  <malekith@nemerle.org>
21794
21795         * reflection.c (encode_locals,
21796         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
21797         for large generic types.
21798
21799 2005-09-05  Martin Baulig  <martin@ximian.com>
21800
21801         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21802
21803         * class.c (mono_dup_array_type): New public method.
21804         (mono_metadata_signature_deep_dup): New public method.
21805         (dup_type): Correctly duplicate array and function types.
21806
21807 2005-09-05  Martin Baulig  <martin@ximian.com>
21808
21809         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21810
21811         * reflection.c (get_default_param_value_blobs): Handle generic types
21812         and generic methods.
21813
21814 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
21815
21816         * class.c: Fixed error reporting (method/class were inversed) for 
21817         inheritance demands.
21818         * security-manager.c|h: Added the AppDomain when calling the managed
21819         System.Security.SecurityManager.InheritanceDemand method.
21820
21821 2005-09-01  Raja R Harinath  <rharinath@novell.com>
21822
21823         * reflection.c (encode_marshal_blob): 'marshaltype' and
21824         'marshaltyperef' are alternate sources for the custom marshaler
21825         name.
21826
21827 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
21828
21829         * class.c: fix creation of array classes with rank == 1
21830         (patch by Ankit Jain <jankit@novell.com>).
21831
21832 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
21833
21834         * object.c: fix check for creating the bound data for arrays vs
21835         szarrays.
21836
21837 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21838
21839         * object.c: configuration file name is now based on the executable name,
21840         not the image name. Fixes bug #75931.
21841
21842 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
21843
21844         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
21845         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
21846
21847 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
21848
21849         * rand.c: Use wincrypt.h instead of WinCrypt.h.
21850
21851 2005-08-24  Ankit Jain  <jankit@novell.com>
21852             Raja R Harinath  <rharinath@novell.com>
21853
21854         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
21855           called by it recursively.
21856           (mono_class_init): Remove special case in pending_init handling, since it's
21857           superseded by the fix to mono_class_from_typeref.
21858
21859 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
21860
21861         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
21862         BROKEN_THREAD_START stuff.
21863
21864 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
21865
21866         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
21867         trampoline.
21868
21869         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
21870         
21871         * object.c (mono_delegate_ctor): Replace the original function address with
21872         a delegate trampoline.
21873
21874 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
21875
21876         * icall.c: add boolean argument to base64_to_byte_array and 
21877         InternalFromBase64String to control whether a whitespace-only string
21878         is allowed (or should casue a FormatException to be thrown). We need
21879         this as the behavior has changed between MS.NET 1.x and 2.0, and we
21880         to match the MS behaviour in both profiles.
21881         * appdomain.c: Bump corlib version.
21882
21883 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21884
21885         This patch implements a big portion of publisher policy
21886         support, used to bind assembly versions and redirect
21887         one assembly from version A to version B.
21888
21889         * assembly.c:
21890         New GSList loaded_assembly_bindings, for storing the cached
21891         assembly bindings.
21892         (assembly_binding_maps_name): New static function for checking if a 
21893         assembly binding information maps an assembly name.
21894         (mono_assembly_binding_info_free): New function for freeing
21895         assembly binding information resources.
21896         (get_publisher_policy_info): New static function for retrieving 
21897         assembly binding information from a MonoImage.
21898         (compare_versions): New static function for comparing an assembly
21899         binding information data and the version of an assembly name.
21900         (check_policy_versions): New static function for checking if an
21901         assembly binding info mapping an assembly name is valid for it.
21902         (mono_assembly_load_publisher_policy): New static function for
21903         loading the 'policy.major.minor.MyAssembly' image for an assembly
21904         with an assembly name 'aname'.
21905         (mono_assembly_bind_version): New static function for updating
21906         assembly redirection.
21907         (mono_assembly_apply_binding): New static function for applying
21908         assembly binding.
21909         (search_binding_loaded): New static function for searching 
21910         loaded assembly binding infos in the cache domain.
21911         (mono_assembly_load_full): Don't apply assembly binding for
21912         reflection only assemblies.
21913
21914         * metadata-internals.h: Add MonoAssemblyBindingInfo,
21915         which contains information about assembly binding. Also
21916         declare signature for mono_config_parse_publisher_policy ()
21917         function, used to retrieve pub policy info.
21918         
21919         * mono-config.c:
21920         (publisher_policy_start): New static function used to parse publisher 
21921         policy config files.
21922         (publisher_policy_parser): New static MonoParseHandler containing 
21923         the functions used when parsing config files.
21924         (mono_config_parse_publisher_policy): New function for parsing
21925         publisher policy files.
21926         
21927 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
21928
21929         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
21930
21931         * marshal.c (mono_delegate_free_ftnptr): Ditto.
21932
21933         * object.c (mono_get_addr_from_ftnptr): New helper function.
21934
21935         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
21936
21937         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21938
21939 2005-08-19  Dick Porter  <dick@ximian.com>
21940
21941         * threads.c, threads.h, appdomain.c, appdomain.h,
21942         profiler-private.h, monitor.c, object.c, object-internals.h,
21943         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
21944         store the thread ID, so it can hold a 64 bit value if needed.
21945
21946 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
21947
21948         * reflection.c (mono_reflection_create_dynamic_method): Store the
21949         handle class into the method references as well so ldtoken works in
21950         dynamic methods.
21951
21952         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
21953         types.
21954
21955 2005-08-19  Ankit Jain <jankit@novell.com>
21956
21957         Fix #75847.
21958         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
21959           here rather than using the method signature of a arbitrary function
21960           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
21961           two arguments.
21962           Hack done with Harinath.
21963
21964 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21965
21966         * threadpool.c: disable printing stack traces when we get a exception
21967         in a threadpool thread. I need to do more testing to figure out which
21968         cases actually print this. Fixes bug #75828.
21969
21970 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21971
21972         * icall.c: there might be ignored whitespace after the last '='. This
21973         fixes length computation and bug #75840.
21974
21975 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
21976
21977         * assembly.c (mono_assembly_load_full): Consider .exe extension as
21978         well. Fixes #75809.
21979
21980         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
21981         #75784.
21982         
21983         * reflection.c (create_custom_attr_data): Ditto.
21984
21985 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
21986
21987         * locales.c, culture-info.h : removed RegionLCIDMap.
21988         * culture-info-tables.h : regenerated.
21989
21990 2005-08-16  Martin Baulig  <martin@ximian.com>
21991
21992         * class.c (mono_type_get_name_recurse): Small fix.
21993
21994 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
21995
21996         * locales.c : indentation fixie.
21997
21998 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
21999
22000         * object-internals.h,
22001           locales.h,
22002           locales.c,
22003           culture-info.h,
22004           icall.c : added RegionInfo table support.
22005         * culture-info-table.h : regenerated for region support.
22006
22007 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
22008
22009         * reflection.c (resolve_object): handle all kinds of MonoMethod
22010         including generic ones
22011
22012 2005-08-12  Ankit Jain <jankit@novell.com>
22013
22014         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
22015           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
22016
22017 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
22018
22019         * process.c: Don't close a thread handle when it's NULL. This is a
22020         workaround for bug #75733.
22021
22022 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
22023
22024         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
22025
22026 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
22027
22028         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
22029
22030 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22031
22032         * threadpool.c: if a work item in the thread pool has a callback that
22033         catches a exception, don't propagate it after invoking the callback.
22034         Fixes bug #75336.
22035
22036 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
22037
22038         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
22039
22040         * class-internals.h (MonoCachedClassInfo): Add some new fields.
22041
22042         * class.c (mono_class_init): Load field info lazily in the AOT case.    
22043
22044         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
22045
22046 2005-08-03  Ankit Jain  <jankit@novell.com>
22047
22048         Fix #75683.
22049         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
22050           PInvoke calling convention is 0.
22051
22052 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
22053
22054         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
22055         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
22056
22057 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
22058
22059         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
22060         to handle threads not started by the GC (patch by Michael Meeks
22061         <michael.meeks@novell.com>).
22062
22063 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
22064
22065         * reflection.c: Make buffer used in emitting types larger for some
22066         big generic types (patch by Michal Moskal).
22067
22068 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
22069
22070         * mono-debug.c: Fix some (not all) alignment problems.
22071
22072 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22073
22074         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
22075         Invoke mono_image_load_from_data_full passing the refonly
22076         parameter.
22077
22078         * assembly.c
22079         (mono_assembly_open_from_bundle): Add the refonly argument, 
22080         in order to pass it to other methods it calls to.
22081         (do_mono_assembly_open): Add the refonly argument, in order 
22082         to pass it to other methods it calls to.
22083         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
22084         the refonly parameter to it.
22085
22086         * image.c: Add loaded_images_refonly_hash and
22087         loaded_images_refonly_guid_hash to cache the reflection
22088         only loaded images.
22089         (mono_images_init): Initialize the hash tables used for
22090         caching the reflection only images.
22091         (load_modules): Invoke mono_image_open_full passing the refonly
22092         parameter to load the modules the correct way.
22093         (build_guid_table): Add the refonly argument, to re-build the 
22094         correct hash table.
22095         (do_mono_image_open): Added the refonly argument, in order to
22096         define it for the loaded image.
22097         (mono_image_loaded_full): New function, which receives an
22098         additional parameter to look for the image in the refonly or
22099         non-refonly section.
22100         (mono_image_loaded): Updated, using mono_image_loaded_full.
22101         (mono_image_loaded_by_guid_full): The same case that happens
22102         with mono_image_loaded_full.
22103         (mono_image_loaded_by_guid): Likewise.
22104         (register_image): Use the ref_only variable inside MonoImage
22105         to decide in which hash table store the current image.
22106         (mono_image_open_from_data_full): Rename
22107         mono_image_open_from_data to mono_image_open_from_data_full,
22108         adding the refonly argument, to define the ref_only variable 
22109         inside MonoImage.
22110         (mono_image_open_from_data): Return 
22111         mono_image_open_from_data_full.
22112         (mono_image_open_full): Rename mono_image_open to
22113         mono_image_open_full, receiving the new refonly argument,
22114         to pass it to inner methods.
22115         (mono_pe_file_open): Update this function, to open
22116         a MonoImage as a non-refonly image.
22117         (mono_image_close): Use the refonly variable inside
22118         MonoImage to remove the image from the correct caches.
22119
22120         * image.h: Add the signatures of mono_image_open_full,
22121         mono_image_open_from_data_full, mono_image_loaded_full,
22122         mono_image_loaded_by_guid_full.
22123
22124         * metadata-internals.h: Add the ref_only field to 
22125         MonoImage.
22126         
22127 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22128
22129         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
22130         Fix the last behavior, which used to load the assemblies and
22131         extract MonoReflectionAssemblyName information, instead of
22132         extract it from the metadata tables. Needed for Reflection
22133         Only assemblies.
22134         
22135 2005-07-29  Martin Baulig  <martin@ximian.com>
22136
22137         * mono-debug-debugger.c
22138         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
22139         not initialized.
22140
22141         * mono-debug.c
22142         (mono_debug_address_from_il_offset): Check whether we have
22143         debugging support before attempting to take the lock.
22144         (mono_debug_source_location_from_address): Likewise.
22145         (mono_debug_source_location_from_il_offset): Likewise.
22146         (mono_debug_il_offset_from_address): Likewise.
22147         (mono_debug_address_from_il_offset): Likewise.
22148
22149 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
22150
22151         * class.c (mono_class_from_name_case): Add support for dynamic images.
22152         Fixes #75650.
22153
22154         * object.c (mono_class_compute_gc_descriptor): Add a workaround
22155         for #75479.
22156
22157 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
22158         
22159         * reflection.c (mono_method_get_object): Fix warning.
22160
22161 2005-07-28  Martin Baulig  <martin@ximian.com>
22162
22163         * mono-debug.c
22164         (mono_debug_add_wrapper): Also write the wrapper type.
22165
22166 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
22167
22168         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
22169         
22170         * class.c (mono_class_init): Avoid reading nested classes if the AOT
22171         data indicates the class has none.
22172
22173 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
22174
22175         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
22176         loader lock with the debugger lock. Prevents deadlocks for beagle.
22177
22178         Beagle can now run on an smp box for a weekend without any
22179         issues. Woohoo!
22180
22181 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
22182
22183         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
22184         in a module. Fixes #75629.
22185
22186 2005-07-26  Martin Baulig  <martin@ximian.com>
22187
22188         * mono-debug.c (mono_debug_add_wrapper): New static method.
22189         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
22190         interncall or a wrapper.
22191
22192         * mono-debug.h (MonoDebugWrapperData): New public typedef.
22193         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
22194         (MONO_DEBUGGER_VERSION): Bump to 51.
22195
22196         * mono-debug-debugger.c
22197         (mono_debugger_add_type): Removed this empty function.
22198         (mono_debugger_add_method): Likewise.
22199
22200 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
22201
22202         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
22203         before accessing method->slot.
22204
22205 2005-07-21  Jb Evain  <jbevain@gmail.com>
22206
22207         * reflection.c (method_encode_clauses/class): Handle filters clauses.
22208         Fixes #75010.
22209
22210 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
22211
22212         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
22213         #75587.
22214
22215 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
22216
22217         * image.h image.c: Add mono_image_get_guid () API function.
22218
22219 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
22220
22221         There were issues when multiple threads tried to load
22222         assemblies. A deadlock was created between assemblies_mutex and
22223         mono_domain_assemblies_lock. This fixes the issue by making the
22224         assembly ref counting be lock free. See bug 75586.
22225         
22226         * image.c (mono_image_close): The add ref function here was using
22227         Interlocked operations while the unref was using a mutex and a
22228         --. I don't think this was ever a bug that would be exposed in a
22229         non-pendantic way (ie, by an embedder doing a ref on one thread
22230         and an unref on another), but for the sake of correctness, this is
22231         now Interlocked.
22232
22233         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
22234         (mono_assembly_load_reference): Call mono_assembly_addref rather
22235         than touching the refcount ourselves.
22236         (mono_assembly_close): Use InterlockedDecrement to unref the
22237         assembly. Don't acquire the lock unless it is actually needed.
22238
22239 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
22240
22241         * class.c (mono_class_layout_fields): Fix calculation of has_references
22242         for generic types.
22243
22244 2005-07-12  Martin Baulig  <martin@ximian.com>
22245
22246         Applying a patch from Michal Moskal <malekith@nemerle.org>.
22247
22248         * metadata.c
22249         (mono_type_hash): Provide better hashing for generic instances.
22250         (mono_generic_inst_hash): Improve hashing.
22251         (mono_generic_class_hash): Likewise.
22252
22253         * reflection.c (mymono_metadata_type_hash): Improve hashing for
22254         generic instances.
22255
22256 2005-07-12  Martin Baulig  <martin@ximian.com>
22257
22258         * reflection.c (mono_reflection_create_runtime_class): Remove the
22259         hack for generic type definitions and non-`Run' assemblies.
22260         (mono_reflection_bind_generic_parameters): Also use
22261         `klass->wastypebuilder' to check for TypeBuilders.
22262
22263 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
22264
22265         * class.c (mono_class_layout_fields): Fix calculation of has_references
22266         for generic types.
22267
22268         * class.c (inflate_generic_class): Fix a leak.
22269         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
22270         for generic types.
22271
22272 2005-07-11  Martin Baulig  <martin@ximian.com>
22273
22274         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
22275         on error.
22276
22277 2005-07-11  Martin Baulig  <martin@ximian.com>
22278
22279         * loader.c (find_method): Also lookup in
22280         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
22281
22282 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
22283
22284         * appdomain.c (mono_domain_unload): Don't free the error message
22285         before passing it to mono_get_exception_...
22286
22287         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
22288         
22289 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
22290
22291         * threads.c: try to better guess an available RT signal (bug #75387).
22292
22293 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
22294
22295         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
22296         and CACHE_OBJECT.
22297
22298 2005-07-07  Martin Baulig  <martin@ximian.com>
22299
22300         * class.c (mono_type_get_name_full): Return NULL for
22301         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
22302         fixes #75408.
22303
22304 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
22305
22306         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
22307         exit the appdomain as well being aborted.
22308
22309         * threadpool.c: Create all threadpool threads inside the root appdomain, and
22310         change back to the root domain after calling managed code. This enables
22311         appdomains using threadpools to be unloaded.
22312
22313 2005-07-07  Martin Baulig  <martin@ximian.com>
22314
22315         * class-internals.h
22316         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
22317         into `MonoDynamicGenericClass' since we only need it for dynamic
22318         types.
22319
22320         * reflection.c (mono_class_bind_generic_parameters): We don't need
22321         to compute the `parent' here.
22322
22323 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
22324
22325         * culture-info-table.h : regenerated.
22326
22327 2005-07-06  Martin Baulig  <martin@ximian.com>
22328
22329         * icall.c
22330         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
22331
22332         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
22333
22334 2005-07-06  Martin Baulig  <martin@ximian.com>
22335
22336         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
22337         we're doing a signature-only comparision; fixes #74945.
22338
22339 2005-07-06  Martin Baulig  <martin@ximian.com>
22340
22341         * class-internals.h (MonoGenericClass): Moved some things out into
22342         a new `MonoInflatedGenericClass' type.  
22343         (MonoInflatedGenericClass): New type; the `klass' of a
22344         `MonoGenericClass' is now computed lazyly in
22345         mono_get_inflated_generic_class().      
22346
22347         * class.c (mono_get_inflated_generic_class): New public function.
22348         (mono_class_inflate_generic_method): Removed the unused
22349         `MonoClass *' argument.
22350         (setup_generic_vtable): Don't call mono_get_inflated_method() on
22351         all the methods.
22352         (mono_class_create_generic): Make this static and merge it with
22353         mono_class_create_generic_2(); we're now called automatically from
22354         mono_get_inflated_generic_class().
22355
22356         * loader.c (mono_method_signature): Call
22357         mono_get_inflated_method() here.
22358
22359 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
22360
22361         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
22362         type of fields with RVA.
22363
22364         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
22365         for this pseudo class.
22366         (my_mono_class_from_generic_parameter): Likewise.
22367         (mono_class_init): Allow interfaces to have cctors.
22368
22369 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
22370
22371         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
22372         lazily for AOT methods.
22373
22374 2005-07-05  Martin Baulig  <martin@ximian.com>
22375
22376         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
22377         returns FALSE for a successful match, not TRUE.
22378
22379 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
22380
22381         * loader.c (mono_method_get_index): Optimize this a bit.
22382
22383 2005-07-04  Martin Baulig  <martin@ximian.com>
22384
22385         * class.c
22386         (class_compute_field_layout): Move the check for generic type
22387         definitions into mono_class_layout_fields().  Fixes #74684.
22388         (mono_class_from_generic_parameter): Correctly compute
22389         `klass->parent'; fixes #75457.
22390
22391         * reflection.c (register_assembly, register_module): Make sure
22392         `domain->rejobject_hash' is already created.
22393
22394 2005-07-02  Martin Baulig  <martin@ximian.com>
22395
22396         * class-internals.h
22397         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
22398         `MonoDynamicGenericClass'.      
22399
22400 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
22401
22402         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
22403         returned by a field getter is null, since null is a valid value.
22404
22405 2005-07-01  Martin Baulig  <martin@ximian.com>
22406
22407         * reflection.c (mono_reflection_generic_class_initialize): Update
22408         the `dgclass->fields [i].parent' to the correct class.
22409         (mono_image_get_fieldref_token): Use the declaring type, not the
22410         reflected type.
22411
22412 2005-07-01  Martin Baulig  <martin@ximian.com>
22413
22414         * loader.c (find_method): Also look in the interfaces; fixes #75429.
22415
22416 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
22417
22418         * threads.c (thread_cleanup): assert that thread != NULL
22419         (wait_for_tids_or_state_change): We were using the wrong variable
22420         when accessing wait->threads. `i' was always out of the bounds of
22421         the array.
22422
22423 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22424
22425         * loader.c: map user32 and kernel32 to libMonoSupportW
22426
22427 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
22428
22429         * appdomain.c (unload_thread_main): Mark this as WINAPI.
22430
22431 2005-06-28  Martin Baulig  <martin@ximian.com>
22432
22433         * loader.c (method_from_methodspec): Fix #75334.
22434
22435 2005-06-28  Martin Baulig  <martin@ximian.com>
22436
22437         Fix #74953 - Arrays now implement the generic IList<T> interface
22438         on the 2.0 platform.
22439
22440         * class-internals.h (MonoDefaults): Added `generic_array_class'.
22441
22442         * reflection.c (mono_class_bind_generic_parameters): New public
22443         function; similar to mono_reflection_bind_generic_parameters(),
22444         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
22445
22446         * domain.c (mono_init_internal): Try to initialize.
22447         `mono_defaults.generic_array_class' here; this'll only succeed if
22448         we're using the 2.0 corlib.
22449
22450         * icall.c
22451         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
22452         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
22453         (mono_lookup_internal_call): Added support for nested classes.
22454
22455         * loader.c
22456         (mono_get_method_from_token): Set `result->signature->pinvoke' if
22457         we're an interncall and have generic arguments.
22458
22459         * class.c
22460         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
22461         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
22462         instance of System.Array.InternalArray<T> for arrays, so they
22463         implement the generic IList<T> interface.
22464
22465 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
22466
22467         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
22468         (chastamar@yahoo.com). Fixes #75374.    
22469
22470 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
22471
22472         * culture-info-table.h: regenerated.
22473
22474 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22475
22476         * icall.c: handle spaces correctly for base64 strings.
22477
22478 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
22479
22480         * *.c: Kill some warnings.
22481
22482 2005-06-23  Duncan Mak  <duncan@novell.com>
22483
22484         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
22485         that this builds on Solaris 10 (x86).
22486
22487 2005-06-23  Martin Baulig  <martin@ximian.com>
22488
22489         * class.c
22490         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
22491         generic type definitions.
22492
22493 2005-06-23  Martin Baulig  <martin@ximian.com>
22494
22495         Fix #75331.
22496
22497         * metadata.c (mono_class_get_overrides): Renamed to
22498         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
22499         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
22500         pass it to mono_get_method_full().
22501
22502 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
22503
22504         * reflection.c (mono_reflection_create_runtime_class): take the
22505         mono_domain_lock in this method. Prevents deadlocks
22506
22507 2005-06-22  Martin Baulig  <martin@ximian.com>
22508
22509         * loader.c (method_from_methodspec): Fix #75330.
22510
22511 2005-06-22  Martin Baulig  <martin@ximian.com>
22512
22513         * reflection.c (type_get_qualified_name): Use
22514         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
22515         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
22516         argument; use it if we don't have an assembly name.
22517
22518 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
22519
22520         * object.c: In mono_message_init, set "copy out" flag for in
22521         parameters with the [Out] flag.
22522
22523 2005-06-21  Martin Baulig  <martin@ximian.com>
22524
22525         * class.c
22526         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
22527         and MONO_TYPE_PTR.
22528
22529 2005-06-21  Martin Baulig  <martin@ximian.com>
22530
22531         * class.c (mono_class_init): Don't initialize `class->fields' for
22532         generic instances since they're initialized again in
22533         compute_field_layout(). 
22534         (compute_field_layout): Set the field's `generic_info' here; fix
22535         #75320. 
22536
22537 2005-06-21  Martin Baulig  <martin@ximian.com>
22538
22539         * class-internals.h
22540         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
22541
22542         * metadata.c (mono_metadata_generic_method_equal): Also
22543         distinguish the `generic_class'; fixes #75334.
22544
22545 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22546
22547         * domain.c:
22548         * appdomain.c:
22549         * domain-internals.h:
22550         * reflection.c: 'domain_assemblies' field is now protected by its own
22551         lock. Don't call into managed code to run the AssemblyLoad event if we
22552         now there are no registered delegates for it.
22553
22554 2005-06-20  Martin Baulig  <martin@ximian.com>
22555
22556         * class.c (mono_class_is_assignable_from): Use a custom version of
22557         mono_class_has_parent() to make things work for generic instances;
22558         fix #75300.
22559
22560 2005-06-20  Martin Baulig  <martin@ximian.com>
22561
22562         * loader.c (method_from_methodspec): Apply a patch from
22563         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
22564
22565 2005-06-20  Martin Baulig  <martin@ximian.com>
22566
22567         * class.c (mono_class_init): Reverted Zoltan's last change; it
22568         breaks generics.
22569
22570 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
22571
22572         * threads.c (wait_for_tids_or_state_change): Add missing locking.
22573
22574 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22575
22576         * socket-io.c: fix the index in the socket array for writable/error
22577         sockets. Fixes bug #75306.
22578
22579 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
22580
22581         * class.c (mono_class_init): Allow interfaces to have static ctors.
22582
22583 2005-06-17  Martin Baulig  <martin@ximian.com>
22584
22585         * loader.c (method_from_methodspec): Use `context->container' when
22586         parsing the `gmethod->inst'.
22587
22588 2005-06-17  Martin Baulig  <martin@ximian.com>
22589
22590         * class.c (mono_type_get_name_recurse): Don't add the assembly
22591         name for type arguments.
22592
22593 2005-06-15  Martin Baulig  <martin@ximian.com>
22594
22595         * reflection.c (mono_image_get_inflated_method_token): Encode
22596         correct klass; fixes #75260.
22597
22598 2005-06-13 Michal Moskal <malekith@nemerle.org>
22599
22600         * icall.c: Make GetCorrespondingMethod/Constructor take
22601         MonoReflectionMethod method not MonoMethod. Removed
22602         MonoType.GetCorrespondingField, and make
22603         MonoGenericType.GetCorrespondingField take name not
22604         MonoClassField.
22605
22606 2005-06-13  Michal Moskal <malekith@nemerle.org>
22607
22608         * reflection.c (field_encode_signature, encode_locals):
22609          Make sizes of buffers for types larger (for big generic types).
22610          (create_generic_typespec,
22611          mono_reflection_sighelper_get_signature_local,
22612          mono_reflection_sighelper_get_signature_field):
22613          Add asserts for too small buffers.
22614
22615 2005-06-15  Martin Baulig  <martin@ximian.com>
22616
22617         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
22618         if our parent is not a dynamic type.
22619
22620 2005-06-15  Martin Baulig  <martin@ximian.com>
22621
22622         * class-internals.h (MonoTypeNameFormat): New enum.
22623
22624         * class.c
22625         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
22626         (mono_type_get_full_name): Removed.
22627         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
22628         argument instead of the boolean's.
22629
22630         * icall.c (ves_icall_System_MonoType_getFullName):
22631         Added `gboolean assembly_qualified'.    
22632
22633         * reflection.h
22634         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
22635
22636         * reflection.c (mono_reflection_parse_type): Parse the new type
22637         name format.
22638
22639 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22640
22641         * icall.c: no need to convert from utf16 to utf8 and then back again
22642         after the call to GetLogicalDrives.
22643
22644 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22645
22646         * icall.c: frombase64. Fix problems exposed by new tests.
22647
22648 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22649
22650         * icall.c: added internal calls for converting char [] and strings in
22651         base64 into byte [].
22652
22653 2005-06-10  Martin Baulig  <martin@ximian.com>
22654
22655         * class.c (mono_class_create_generic_2): Read the nested classes
22656         from the metadata rather than from `gklass->nested_classes' since
22657         `gklass' might not be initialized yet.
22658
22659 2005-06-09  Duncan Mak  <duncan@novell.com>
22660
22661         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
22662         all public headers. Fixes #74919.
22663
22664 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
22665
22666         * domain.c: The key for proxy_vtable_hash is now a pointer
22667         array. Added new GHashFunc and GCompareFunc functions for this.
22668
22669         * class.h: The list of interfaces in MonoRemoteClass is known in
22670         advance and can't grow (we create a new MonoRemoteClass if needed),
22671         so now the interface array can be allocated together with
22672         MonoRemoteClass.
22673         
22674         * object.c: Added a new method create_remote_class_key.
22675         Fixed mono_remote_class so it does not depend on
22676         mono_upgrade_remote_class.
22677         Removed extend_interface_array.
22678         Added new method clone_remote_class(), which makes a copy of a remote
22679         class and adds a new interface or class to it.
22680         mono_upgrade_remote_class() now creates a new remote class (or gets
22681         it from the cache) if an vtable upgrade is needed. In this way
22682         we make sure that other objects sharing the same remote class
22683         don't get the new vtable with unwanted interfaces.
22684         
22685         * object-internals.h:
22686         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
22687         
22688         * marshal.c: Track changes in mono_upgrade_remote_class().
22689
22690 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
22691         * icall.c: Add runtime methods for obtaining members of inflated
22692         class, which were created from supplied non-inflated members. It
22693         is used in internal Get{Method,Constructor,Field} methods in
22694         System.Type
22695
22696 2005-06-09  Martin Baulig  <martin@ximian.com>
22697
22698         * reflection.c
22699         (mono_reflection_bind_generic_method_parameters): Fix #75169.
22700
22701 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22702         * reflection.c (mono_image_basic_init): Define
22703         Version in MonoDynamicAssembly. 
22704         
22705 2005-06-08  Martin Baulig  <martin@ximian.com>
22706
22707         Fix #75136.
22708
22709         * loader.c
22710         (mono_method_signature_full): New public method; takes a
22711         `MonoGenericContext *'.
22712         (find_method): Use mono_method_signature_full() and pass the
22713         klass'es context to it.
22714
22715         * class.c (mono_class_is_inflated_method): Use
22716         mono_method_signature_full() and pass the context to it.
22717
22718 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
22719
22720         * object.c: add proper locking in mono_remote_class_vtable(),
22721         fixes possible memory corruption.
22722
22723 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
22724
22725         * marshal.c (mono_remoting_marshal_init): set
22726         initialized after initialization.
22727
22728 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
22729
22730         * locales.c : hush.
22731
22732 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
22733
22734         * object.c (extend_interface_array): fix really silly
22735         memory corrupting / comparison bug.
22736
22737 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22738
22739         * reflection.c: Functions added to support the creation
22740         of CustomAttributeData, which includes Attribute data
22741         used by ReflectionOnly methods.
22742
22743         * reflection.h:  mono_reflection_get_custom_attrs_data and
22744          mono_custom_attrs_data_construct added (functions exposed).
22745
22746          * icall.c: Added mono_reflection_get_custom_attrs_data
22747          as icall.
22748         
22749 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
22750
22751         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
22752         lupus's request.
22753
22754 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
22755
22756         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
22757
22758         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
22759         dynamic DllImportAttribute.
22760
22761         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
22762         dynamic DllImportAttribute.
22763
22764         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
22765         Fixes #75162.
22766
22767 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22768
22769         * threads.c: avoid segfault when an unstarted thread is aborted.
22770
22771 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
22772
22773         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
22774         Returns the name and version of the runtime for reporting.
22775
22776 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22777
22778         * appdomain.c: bump corlib version.
22779         * object-internals.h: new field in MonoReflectionAssembly.
22780
22781 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22782
22783         * object-internals.h: Carlos forgot to add this field.
22784
22785 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22786
22787         * icall.c: Added create_version to create instances
22788         of Version of MonoReflectionAssemblyName. This change helps
22789         the AssemblyName tests to keep running fine.
22790         
22791 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
22792   
22793         * object.c (mono_method_return_message_restore): A somehow less
22794         intrusive fix for #75138.
22795
22796 2005-06-03  Raja R Harinath  <rharinath@novell.com>
22797
22798         * object.c (mono_method_return_message_restore): Fix computation
22799         of expected number of out args.
22800
22801 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
22802
22803         * reflection.c (mono_image_get_method_info): Fix the case when the
22804         charset is empty.
22805
22806 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
22807
22808         * object.c: Added missing null check in
22809           mono_method_return_message_restore.
22810
22811 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
22812
22813         * reflection.c (mono_image_get_method_info): Handle the case when
22814         dllentry is empty.
22815
22816 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
22817
22818         * object.c: When creating the vtable for a proxy, take into account
22819         all inherited interfaces, not only the ones registered in
22820         iclass->interfaces. This fixs bug #74996.
22821         Also, in mono_method_return_message_restore, verify that the array
22822         of out args has the expected lengh.
22823
22824 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22825
22826         * socket-io.c: update the timeout in Poll when the call is interrupte.
22827
22828 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22829
22830         * socket-io.c: support abort/suspend in Select_internal after last
22831         change.
22832
22833 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22834
22835         * threadpool.c: remove warning.
22836
22837 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22838
22839         * icall.c:
22840         * socket-io.[ch]: Select_internal uses poll() now when available, thus
22841         removing the 1024 limit from select(). Runtime part of the fix for
22842         bug #71203.
22843
22844 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22845
22846         * socket-io.c: when resolving the addresses for the same
22847         host returned by gethostname(), get the local IPs from the interface
22848         list. Loopback addresses are discarded if the are interfaces up with
22849         non-loopback ones. Fixes bug #63265.
22850
22851 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
22852
22853         * appdomain.c, verify.c, object-internals.h, reflection.c:
22854         bumped corlib number to 36, and added new extra_flags field
22855         to ReflectionMethodBuilder and friends.  Fixes #75060.
22856
22857 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
22858
22859         * gc.c: register a new weak link only if the object is non-null
22860         (fixes bug#75047).
22861
22862 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22863
22864         * culture-info.h : short time pattern too.
22865
22866 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22867
22868         * culture-info.h : expand long time pattern string length.
22869
22870 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22871
22872         * culture-info-table.h : update (more French date format; #72788).
22873
22874 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
22875
22876         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
22877         the method is static. Fixes #75029.
22878
22879 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
22880
22881         * reflection.c: Update the table_idx field of method builders after
22882         saving the module, since it can change. This is a workaround for
22883         bug #74914. 
22884
22885 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22886
22887         * culture-info-table.h : update (additional French date format).
22888
22889 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
22890
22891         * icall.c (ves_icall_type_Equals): Revert last change.
22892         
22893         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
22894
22895         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
22896
22897 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
22898
22899         * class-internals.h: Added executioncontext_class field to 
22900         MonoDefaults structure.
22901         * domain.c: Cache System.Threading.ExecutionContext class in 
22902         mono_defaults.
22903         * object.c: Capture the ExecutionContext for asynchroneous calls in
22904          mono_async_result_new.
22905         * object-internals.h: Added execution_context and original_context 
22906         fields to MonoAsyncResult. Added execution_context to MonoThread.
22907         * security-manager.c|.h: Added mono_get_context_capture_method to 
22908         return the capture method (if required by the security manager or by
22909         the framework version used).
22910         * threadpool.c: Apply capture (if present) ExecutionContext in 
22911         mono_async_invoke and revert to original context after it completes.
22912
22913 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
22914
22915         * culture-info-table.h : updated (real hacky solution for zh-CHT).
22916
22917 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
22918
22919         * culture-info-table.h : zh-CHT related workaround.
22920
22921 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22922
22923         * marshal.c (emit_marshal_custom): Add some error checking and call the
22924         methods in the ICustomMarshaler interface. Fixes #74875.
22925         
22926         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
22927         native->managed wrappers.
22928
22929 2005-05-12  Martin Baulig  <martin@ximian.com>
22930
22931         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
22932         here and use the loader lock.
22933
22934         * mono-debug.c: Properly lock when the debugger is not attached.
22935         (mono_debug_init): Release the initial lock if we're not running
22936         in the debugger.
22937
22938 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22939
22940         * marshal.c (emit_marshal_custom): Pass through NULL values without
22941         calling the custom marshalling routines.
22942
22943         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
22944         conversion in structures. Fixes #74882.
22945
22946 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
22947
22948         * culture-info-table.h : zh-* cultures were missing.
22949
22950 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
22951
22952         * threads.c: Added a new event background_change_event which is signaled
22953         when a thread changes its background mode.
22954         Moved here several checks previously done in managed code. The checks
22955         require the thread lock, and using the thread lock in managed code
22956         can result in deadlocks.
22957         Merged Start_internal and Thread_internal into a single method. Now 
22958         Thread_internal does all work of creating and starting a thread.
22959         Added icalls for setting and getting the state of the object. Moved from
22960         managed code to avoid locking there.
22961         Added wait_for_tids_or_state_change() which is called instad of
22962         wait_for_tids when waiting for non-backround threads to end. This method
22963         will return if one of the threads ends or the background_change_event
22964         is signaled.
22965         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
22966         the background mode. This method signals the background_change_event
22967         event.
22968         * icall.c:
22969         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
22970         removed Start_internal.
22971         
22972 2005-05-11  Martin Baulig  <martin@ximian.com>
22973
22974         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
22975         to order of some fields to get proper alignment on 64-bit machines.
22976
22977 2005-05-11  Martin Baulig  <martin@ximian.com>
22978
22979         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
22980         changes as they're broken and completely fuck up the debugger.
22981
22982         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
22983
22984 2005-05-10  Martin Baulig  <martin@ximian.com>
22985
22986         * reflection.c (mono_reflection_generic_class_initialize): Don't
22987         call mono_class_setup_parent() here.
22988
22989 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22990
22991         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
22992         send/receive timeout use an integer in milliseconds. We were using a
22993         struct timeval.
22994
22995 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22996
22997         * locales.c:
22998         (internal_get_cultures): reserve the first slot of the array for the
22999         InvariantCulture, which will be filled in managed code.
23000
23001 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
23002
23003         * reflection.c (mono_image_fill_module_table): Initialize the
23004         GENERATION field as well.
23005
23006 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23007
23008         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
23009         Monitor.Enter on the object.
23010
23011 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
23012
23013         * threads.c: Enable the wait for running threads when exiting.
23014         * icall.c: Suspend all threads before exiting.
23015
23016 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
23017
23018         * assembly.c (mono_assembly_load_reference): Fix warning.
23019
23020 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23021
23022         * threadpool.c: changed the default number of threads per cpu. From now
23023         on, the default will be 20 + (5 * number of cpus) instead of 50.
23024
23025 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
23026
23027         * loader.c (mono_method_get_signature_full): Add locking here.
23028
23029 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
23030
23031         * appdomain.c: Moved methods for parsing and freeing assembly
23032         names to assembly.c.
23033         * assembly.c, domain-internals.h: Created public methods for parsing
23034         assembly names. Fixed mono_assembly_load_with_partial_name:
23035         it now finds the best match, taking into account the version,
23036         token and culture specified in the partial name. Also return
23037         the latest version if no version information is specified.
23038
23039 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
23040
23041         * threadpool.c: replace check for SocketAsyncCall class.
23042
23043 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23044
23045         * threadpool-internals.h:
23046         * Makefile.am: added threadpool-internals.h
23047
23048         * threadpool.c: call mono_unhandled_exception on exceptions not handled
23049         that happen in threadpool threads (tested on MS).
23050         (mono_thread_pool_remove_socket): new function that dispatch any pending
23051         AIO call on a socket that is closing. By now only epoll really needs it,
23052         as select/poll wake up when the socket closes.
23053
23054
23055         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
23056
23057 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
23058
23059         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
23060
23061 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
23062
23063         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
23064
23065 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
23066
23067         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
23068         has an abort request, convert it into a suspend request.
23069
23070 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
23071
23072         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
23073         warning for the usage of `UnmanagedFunctionPointerAttribute' which
23074         is not supported yet.
23075
23076 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23077
23078         * image.c: register assemblies loaded from data (bundles) in the loaded
23079         assemblies hash. Fixes bug #74772.
23080
23081 2005-04-29  Martin Baulig  <martin@ximian.com>
23082
23083         * class.c (mono_type_get_name_recurse): Update to the new naming
23084         schema from the latest .NET 2.x beta2.
23085         (mono_class_setup_vtable_general): If we're a generic instance,
23086         copy the vtable from our generic type definition and inflate all
23087         the methods in it.
23088
23089         * loader.c (find_method): Update to the new naming schema from the
23090         latest .NET 2.x beta2.
23091
23092 2005-04-29  Raja R Harinath  <harinath@gmail.com>
23093
23094         * class.c (mono_class_init): Add a mono_loader_unlock to the
23095         #74734 fix.
23096
23097 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
23098
23099         * icall.c (ves_icall_System_Environment_Exit): Remove the 
23100         suspend_all_other_threads () call for the time being, since it can hang.
23101
23102         * threads.c (mono_thread_manage): Similarly, disable the waiting for
23103         the background threads to exit, since it can also hang.
23104
23105         * class.c (mono_class_init): Applied patch from Ankit Jain 
23106         (radical@gmail.com). Avoid pending init errors when a field refers
23107         to a nested class using a typeref. Fixes #74734.
23108
23109         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
23110         this for dynamic modules.
23111
23112 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23113
23114         * threads.c: don't wait for threads that are in the process of aborting
23115         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
23116         and waiting for background threads to finish. This makes xsp and
23117         mod-mono-server exit without random length delays and/or hangs.
23118
23119 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23120
23121         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
23122
23123 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
23124
23125         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
23126         dynamic types to prevent infinite loops. Fixes #74727.
23127
23128         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
23129         ..._is_assignable_to.
23130
23131 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
23132
23133         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
23134
23135 2005-04-25  Martin Baulig  <martin@ximian.com>
23136
23137         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
23138
23139         * domain.c
23140         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
23141
23142         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
23143
23144         * reflection.c (build_compressed_metadata): Set metadata header
23145         version to 2.0.
23146
23147 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
23148
23149         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
23150         number into an integral and a decimal part. Fixes #70473.
23151
23152         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
23153
23154 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
23155
23156         * culture-info-table.h : reflected the latest locale-builder output.
23157
23158 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23159
23160         * threadpool.c: check for SuspendRequested too when deciding if
23161         mono_thread_interruption_checkpoint should be called.
23162
23163 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23164
23165         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
23166         * threads.c: remove interruption_mutex and use Interlocked instead. When
23167         suspending all the threads, wait for all the suspended events at once.
23168         If we're shutting down and get an APC that is going to be queued,
23169         call mono_thread_execute_interruption immediately, as the thread might
23170         be sleeping on a pthread condition or mutex.
23171
23172         * icall.c: call mono_runtime_set_shutting_down before suspending the
23173         threads.
23174
23175         Fixes bug #74693. And now xsp is happier when exiting.
23176
23177 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
23178
23179         * loader.c (mono_stack_walk): Fix #74690.
23180
23181 2005-04-22  Martin Baulig  <martin@ximian.com>
23182
23183         * mono-debug.h (MonoDebugMethodJitInfo): Added
23184         `MonoDebugMethodJitInfo *jit'.
23185
23186         * mono-debug.c (mono_debug_read_method): Cache the
23187         MonoDebugMethodJitInfo in `address->jit'.
23188         (mono_debug_free_method_jit_info): New public method.
23189
23190 2005-04-22  Martin Baulig  <martin@ximian.com>
23191
23192         * class.c (mono_class_is_assignable_from): Disallow
23193         type parameter -> interface.
23194
23195 2005-04-21  Dick Porter  <dick@ximian.com>
23196
23197         * threads.c (mono_thread_create): Turn an assertion into an error.
23198
23199 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
23200
23201         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
23202         
23203         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
23204         Fix some gcc 4.0 warnings.
23205
23206 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
23207
23208         * file-io.c: fix alt dir separator char on unix systems
23209         and cleanup (fixes bug #71214).
23210
23211 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
23212
23213         * marshal.c: Use CALLVIRT instead of CALL when dispatching
23214         a call to a remote domain, since the method may be an
23215         interface method in the client domain. This fixes bug #74192.
23216
23217 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23218
23219         * threadpool.c: recv/send are now performed before going back to managed
23220         code to save one transition.
23221
23222 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23223
23224         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
23225
23226         * metadata/threadpool.c: removed hack to workaround the bug above.
23227
23228         Fixes bug #74618.
23229
23230 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
23231
23232         * reflection.c reflection.h: Fix handling of parameter defaults in
23233         dynamic methods. Also fixes handling of parameter attributes.
23234         Fixes #74609.
23235
23236         * mono-debug.c (mono_debug_close_image): Fix warning.
23237
23238 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23239
23240         * socket-io.h: replaced old unused field with new 'blocking'.
23241         * threadpool.c: restore socket blocking state on windows(tm).
23242
23243 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
23244
23245         * icall.c: don't return the codebase in the AssemblyName[] returned by
23246         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
23247         * object-internals.h: Removed FIXME (fields were presents) and fixed
23248         versioncompat declaration.
23249
23250 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23251
23252         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
23253         not closed, so don't cleanup when it happens.
23254
23255 2005-04-13  Chris Toshok  <toshok@ximian.com>
23256
23257         * mono-debug-debugger.h: change prototype for
23258         mono_debugger_lookup_type.
23259
23260         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
23261         this function, although it should probably be named
23262         mono_debugger_init_type.
23263
23264 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23265
23266         * threadpool.c: fix non-AIO case.
23267
23268 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
23269
23270         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
23271         the built-in profiler to measure just JIT compilation times.
23272
23273 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23274
23275         * threadpool.c: the epollfd might be closed by another thread at
23276         any time, so ignore EBADF at treat it as a "we're closing" sign.
23277
23278 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23279
23280         * threadpool.c: release the semaphores with a count equals to the number
23281         of working threads in both IO and regular pools. Fixed typo that messed
23282         up the count of IO pool threads. Don't initialize the pipe handles if
23283         we're using epoll.
23284
23285 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23286
23287         * threadpool.c: some systems don't like a NULL when deleting the socket
23288         from epoll.
23289
23290 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23291
23292         * threadpool.c: fix semaphore allocation.
23293
23294 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23295
23296         * threadpool.c: added epoll() based implementation for asynchronous IO
23297         that is used instead of the default poll() when available.
23298         It can be disabled by setting MONO_DISABLE_AIO.
23299
23300 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23301
23302         * threadpool.c: windows needs 'closesocket' and instead of returning
23303         0 when the stream is closed while in select, it returns -1. Fixes bug
23304         #74573.
23305
23306 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
23307
23308         * class.c (class_compute_field_layout): Fix the regression caused by
23309         the previous try.
23310
23311 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23312
23313         * threadpool.c: separate pool for socket async. IO.
23314         * threadpool.h: mono_max_worker_threads is not a global any more.
23315
23316 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
23317
23318         * class.c (class_compute_field_layout): Fix #74549.
23319
23320 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23321
23322         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
23323         use 2 connected sockets instead.
23324
23325 2005-04-08  Miguel de Icaza  <miguel@novell.com>
23326
23327         * mono-config.c: Add new entry point for mkbundle
23328         mono_config_parse_memory. 
23329
23330 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23331
23332         * threadpool.c: removed another unused function.
23333
23334 2005-04-08  Ankit Jain  <radical@corewars.org>
23335
23336         * reflection.c (get_default_param_value_blobs): Add 'types'
23337         parameter to get the types encoded in the constant table.
23338         (mono_param_get_objects): Use the type from the constant table,
23339         not the type of the parameter, when creating default values.
23340         Handle null default values correctly.
23341
23342 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23343
23344         * file-io.c:
23345         * file-io.h:
23346         * threadpool.c:
23347         * threadpool.h:
23348         * icall.c:
23349         * socket-io.c: removed dead code for async IO.
23350
23351 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23352
23353         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
23354
23355         * threadpool.c: intercept socket async. calls and pass them to a thread
23356         that is polling and dispatching the job items to the threadpool as
23357         socket become ready. Fixes bugs #71217, #71933.
23358
23359         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
23360         between char and short/ushort arrays.
23361
23362         * socket-io.c: remove dead code.
23363
23364 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
23365
23366         * locales.c,
23367           icall.c : removed InternalToUpper_Comp() and
23368           InternalToLower_Comp().
23369
23370 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
23371
23372         * char-conversions.h : The tables were incorrectly generated. Should
23373           be generated against invariant culture.
23374
23375 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
23376
23377         * object.c (mono_runtime_invoke_array): Fix return value when 
23378         passing pre-created valuetype objects to ctors.
23379
23380         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
23381         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
23382         Fixes #74338.
23383
23384 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
23385
23386         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
23387         only used with --security and hides the wrong corlib version error.
23388
23389 2005-03-30  Joshua Tauberer  <tauberer@for.net>
23390
23391         * class.c: Changed mono_class_name_from_token so that types
23392         outside of a namespace don't have an initial period.  Improved
23393         the g_warning message used in _mono_class_get when loading
23394         fails.
23395         * assembly.c: In mono_assembly_load_reference, when an assembly
23396         can't be found, "No such file or directory" is misleading and
23397         unhelpful because a few paths were checked for the presence of
23398         the assembly.  When that happens (ENOENT), display a nicer
23399         message indicating the directories that were searched.  In all
23400         cases, the warning is made easier to read for non-hackers.
23401
23402 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
23403
23404         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
23405         project/solution.
23406         * appdomain.h|domain.c: Removed inline from functions.
23407         * appdomain.c: Reduced warnings when compiling on windows.
23408         * icall.c: Fixed output_debug declaration to gunichar2*.
23409         * mono-config.c: Reduced warnings when compiling on windows.
23410         * rand.c: Added missing "windows.h". Added missing return value.
23411         * rawbuffer.c: Added missing winsock2.h for windows.
23412         * sysmath.h: Added mono-compiler.h header to allow/ease 
23413         compilation with non-GCC compilers.
23414         * threads.c: Fixed declarations to compile with VS.NET C compiler.
23415         Removed cast warnings.
23416
23417         Adapted from the work of J Lothian (for VC6).
23418
23419 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
23420
23421         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
23422         from default_path.
23423
23424 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
23425
23426         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
23427         the 2.0 profile.
23428
23429 2005-03-27  Raja R Harinath  <harinath@gmail.com>
23430
23431         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
23432         has to be in $(exec_prefix).  $(prefix) is for arch-independent
23433         stuff, and it would probably use $(prefix)/share rather than
23434         $(prefix)/lib.
23435
23436 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23437
23438         * console-io.c: added 2 includes that might be missing.
23439
23440 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
23441
23442         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
23443         profile.
23444
23445         * reflection.c (create_custom_attr): Allocate the params array using
23446         alloca so it gets GC tracking.
23447
23448 2005-03-23  Chris Toshok  <toshok@ximian.com>
23449
23450         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
23451         out some spew.
23452
23453 2005-03-24  Raja R Harinath  <rharinath@novell.com>
23454
23455         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
23456         changes to pick up any changes in prefix, etc.
23457
23458 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
23459
23460         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
23461         
23462         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
23463         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
23464
23465 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
23466
23467         * class-internals.h object-internals.h class.c reflection.c: Extend the
23468         mono_lookup_dynamic_token () function to return the class of the
23469         token as well. 
23470
23471         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
23472         well. Fixes #73848.
23473
23474 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
23475
23476         * security-manager.c: Skip inheritance checks for intra-corlib
23477         class inheritance and method overrides. This skips a lot of checks
23478         and (anyway) permissions cannot work until corlib is loaded.
23479
23480 2005-03-23  Martin Baulig  <martin@ximian.com>
23481
23482         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
23483         MONO_TYPE_GENERICINST.  
23484
23485 2005-03-23  Martin Baulig  <martin@ximian.com>
23486
23487         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
23488
23489 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
23490
23491         * class.c: added locking comments to some functions.
23492         Cache the interface offsets arrays (saves about 20 KB
23493         of runtime memory in a typical app).
23494         Reduce the time overhead in mono_class_setup_supertypes ().
23495
23496 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
23497
23498         * icall.c: speedup and fix leaks in GetMethodsByName and
23499         GetPropertiesByName.
23500
23501 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23502
23503         * reflection.c: some locking fixes.
23504
23505 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23506
23507         * metadata.c: added missing break in case statement.
23508
23509 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
23510
23511         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
23512         typedbyref return values. Fixes #73941.
23513
23514 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
23515
23516         * security-manager.c|h: Added demandunmanaged method and 
23517         suppressunmanagedcodesecurity class to MonoSecurityManager.
23518         Renamed aptc class to allowpartiallytrustedcallers.
23519
23520 2005-03-17  Martin Baulig  <martin@ximian.com>
23521
23522         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
23523
23524 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23525
23526         * file-io.c: disabled file async. IO using aio_*. It uses the
23527         threadpool now. Workaround for bug #73718.
23528
23529 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23530
23531         * assembly.h, mono-config.c: added code to deal with bundled configs
23532         for bundled assemblies.
23533
23534 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
23535
23536         * *.c, private.h: cleanup, removing old private.h header file.
23537
23538 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
23539
23540         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
23541         and throw_on_unmappable_char attributes.
23542
23543 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
23544
23545         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
23546         _ProcessName_internal.
23547
23548 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
23549
23550         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
23551         #73631.
23552
23553         * icall.c threads.c threads-types.h: Remove slothash icalls as they
23554         are no longer used.
23555
23556 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
23557
23558         * object.c (compute_class_bitmap): Add support for generics. Fixes
23559         #73527.
23560
23561 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
23562
23563         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
23564
23565 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23566
23567         * filewatcher.c: commented out the code for windows watcher, as we don't
23568         use it (we use the managed implementation instead).
23569
23570 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
23571
23572         * object-internals.h (MonoThread): Remove 'unused1' field.
23573
23574         * appdomain.c: Bump corlib version.
23575
23576         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
23577
23578         * reflection.c (mono_reflection_create_runtime_class): Remove the
23579         AssemblyBuilder.Save optimization since it causes too many problems.
23580
23581 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
23582
23583         * exception.c|h: Added mono_get_exception_reflection_type_load to
23584         create a ReflectionTypeLoadException object.
23585         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
23586         to return NULL is a InheritanceDemand fails during reflection. Updated
23587         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
23588         ReflectionTypeLoadException if an InheritanceDemand fails during 
23589         reflection. Added icall mapping for GetLinkDemandSecurity.
23590         * security-manager.c|h: Added ves_icall_System_Security_
23591         SecurityManager_GetLinkDemandSecurity internal call to return the
23592         class and methods permissions set for a LinkDemand. Removed unused
23593         fields in MonoSecurityManager.
23594
23595 2005-03-10  Martin Baulig  <martin@ximian.com>
23596
23597         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
23598         it's a generic instance.
23599
23600 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
23601
23602         * reflection.c (mono_get_object_from_blob): Applied patch from
23603         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
23604
23605         * class.c (mono_class_is_assignable_from): Another try at fixing 
23606         #73469 without breaking anything.
23607
23608 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
23609
23610         * class.c: (mono_class_is_assignable_from): Revert the last changes
23611         since they don't work with generics.
23612         
23613         * class.c (mono_class_is_assignable_from): Fix build bustage.
23614
23615         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
23616         the managed IsAssignableFrom method. Fixes #73469.
23617
23618         * reflection.c (mono_reflection_call_is_assignable_from): New helper
23619         function.
23620
23621 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
23622
23623         * object.c (mono_load_remote_field_new): Fix returning uninitialized
23624         memory when the remoting callback does not sets the out arguments.
23625         Fixes #73007.
23626
23627         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
23628         by mistake.
23629
23630         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
23631
23632         * object-internals.h (MonoStackFrame): Sync with managed object layout.
23633
23634         * appdomain.c: Bump corlib version.
23635
23636 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
23637
23638         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
23639         function.
23640
23641         * threads.c (mono_thread_attach): Detect threads which are not started
23642         by the GC pthread wrappers.
23643
23644 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
23645
23646         * icall.c: Added new icall for RNG.
23647         * rand.c|h: Added new icall to open the RNG. This allows to share a 
23648         single handle on Linux to access /dev/urandom and fix #73183.
23649
23650 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
23651
23652         * object.c: setting the new vtable in a transparent proxy object must
23653         not change the GC descriptor.
23654
23655 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23656
23657         * object.c: fixed compilation without GCJ support.
23658         * reflection.c: for runtime-created types ensure klass->has_references
23659         is correct (bug #73215).
23660
23661 2005-03-02  Martin Baulig  <martin@ximian.com>
23662
23663         * class.c (mono_class_is_assignable_from): Make this work if
23664         `oklass' is a generic instance; fixes #72831.
23665
23666 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
23667
23668         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
23669         with hasthis set.
23670         
23671         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
23672
23673         * marshal.c: Reorganize native->managed marshalling code to also use
23674         the emit_marshal_... functions.
23675
23676 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
23677
23678         * object.c: typed allocs have issues with bitmap sizes > 30,
23679         so check for max_set >= 30.
23680
23681 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
23682
23683         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
23684         managed code. Fixes #73012.
23685
23686         * metadata.h (MonoMarshalSpec): Add elem_mult field.
23687
23688         * metadata.c reflection.c: Load/Emit elem_mult as well.
23689         
23690         * metadata.h (MonoMarshalSpec): Add comment.
23691
23692         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
23693
23694         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
23695         num_elem to -1 if not given.
23696
23697         * object-internals.h (MonoReflectionMarshal): Add has_size field.
23698
23699         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
23700         given values.
23701
23702 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
23703
23704         * null-gc.c (mono_gc_free_fixed): Was not compilable.
23705
23706 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
23707
23708         * reflection.c (encode_marshal_blob): Encode param_num field as well.
23709
23710         * object-internals.h (MonoReflectionMarshal): Add param_num field.
23711
23712 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
23713
23714         * object.c: generalized the reference bitmap creation
23715         and added hooks for the new GC.
23716         * class-internals.c: removed the gc_bitmap field from MonoClass.
23717
23718 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23719
23720         * domain.c: help the compiler to produce better code
23721         in mono_jit_info_table_find ().
23722
23723 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
23724
23725         * object.c: make all allocations look typed.
23726
23727 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23728
23729         * socket-io.c: load Mono.Posix if it's not loaded already
23730         (fixes bug#73033).
23731
23732 2005-02-24  Martin Baulig  <martin@ximian.com>
23733
23734         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
23735         * reflection.c (dup_type): Likewise.
23736
23737 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
23738
23739         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
23740         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
23741
23742 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23743
23744         * domain.c, threads.c, object-internals.h: make the critical thread
23745         local vars use the fast access mode (even when we're compiled in
23746         a lib). Provide accessors to be used by the jit during codegen.
23747
23748 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
23749
23750         * appdomain.c: Changed hook functios behavior to include
23751         support for the reflection only assemblies. Some icalls were changed
23752         to support the mentioned assemblies too. Signatures of static methods
23753         try_assembly_resolve and real_load now have an additional parameter:
23754         refonly.
23755
23756         * assembly.c: General changes to mono_assembly_ methods to support
23757         reflection only api. Functions mono_assembly_open, mono_assembly_load,
23758         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
23759         suffix, to support an additional gbool parameter to specify whether
23760         the assembli is reflection only or not. Created some new hook functions 
23761         to add support for reflection only assemblies. Signatures of static 
23762         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
23763         have now an additional parameter: refonly.
23764
23765         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
23766         indicating whether the assembly is reflection only or not.
23767
23768         * exception.c: Add mono_get_exception_invalid_operation.
23769
23770         * icall.c: Throw an InvalidOperationException when trying to invoke
23771         a property/method/event, or trying to set/get the value of a field.
23772         Also add an icall to retrieve the ref_only flag to the
23773         MonoReflectionAssembly.
23774
23775 2005-02-23  Chris Toshok  <toshok@ximian.com>
23776
23777         Part of fix for #72827.
23778         * mono-debug.c (mono_debug_add_method): add lexical block data to
23779         the info we write.  Kind of a hack at the moment - we copy the
23780         lexical block info from the MonoDebugMethodInfo to the
23781         MonoDebugMethodJitInfo here, before writing it.
23782         (mono_debug_read_method): read the lexical block info.
23783
23784         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
23785
23786         * debug-mono-symfile.h: add lexical block support.
23787
23788         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
23789         support.
23790
23791 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
23792
23793         * loader.c (mono_lookup_pinvoke_call): Fix warning.
23794
23795         * object.c (mono_runtime_free_method): Call mono_free_method () and
23796         put the TODOs there.
23797
23798         * loader.c (mono_free_method): Free up most memory allocated for 
23799         dynamic methods.
23800
23801 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
23802
23803         * reflection.c: properly flag a Type argument to a
23804         named custom attr value (bug #72248).
23805
23806 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23807
23808         * reflection.c: reduce code duplication in named custom
23809         attribute encoding.
23810
23811 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
23812
23813         * reflection.c: properly encode custom attrs of type object
23814         (bug #72649).
23815
23816 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
23817
23818         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
23819
23820 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
23821
23822         * socket-io.c: load System.dll if it's not loaded already
23823         (bug #72850 and #70477).
23824
23825 2005-02-21  Martin Baulig  <martin@ximian.com>
23826
23827         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
23828         generic instances.
23829
23830 2005-02-21  Martin Baulig  <martin@ximian.com>
23831
23832         * reflection.c (mono_image_build_metadata): We also need to
23833         "fixup" the MethodImpl table after we computed the final method
23834         indices.  Call fixup_methodimpl() to do that.
23835         (fixup_methodimpl): New private method.
23836
23837 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
23838
23839         * assembly.c: special case mscorlib.dll (bug#72536),
23840         patch from Carlos Alberto Cortez.
23841
23842 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
23843
23844         * threads-types.h threads.c: Fix build bustage.
23845
23846         * threads.c: Use a union for long<->double conversions.
23847
23848         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
23849         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
23850
23851         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
23852         containing the checkpoint call with NOT_TAKEN.
23853         
23854         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
23855         checkpoint before pushing the arguments, so they won't have to be
23856         spilled to stack.
23857
23858 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23859
23860         * domain.c, assembly.c, domain-internals.h: make some data
23861         const and relocation-free.
23862
23863 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
23864
23865         * object.c, appdomain.c, class-internals.h: introduce the
23866         MonoClassRuntimeInfo structure to hold the info needed to
23867         use a class at runtime. Made mono_class_vtable() lock-free
23868         for all the appdomains.
23869
23870 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
23871
23872         * metadata-internals.h, image.c: introduce a per-image mempool to
23873         be used for memory that has the same lifetime as the image.
23874
23875 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
23876
23877         * domain.c: In mono_init_internal(), instead of selecting the first
23878         runtime version supported by an executable, get a list of all
23879         supported versions and select the one for which an mscorlib exists
23880         (since even if the runtime supports a given version, it doesn't mean
23881         that the framework for that version is installed).
23882         Modified get_runtimes_from_exe to support this behavior.
23883         In supported_runtimes, added information about additional system
23884         assembly versions.
23885         
23886         * assembly.c: Added support for more than one system assembly version
23887         per runtime version. Updated the assembly list.
23888         In mono_assembly_remap_version, removed the initial version check,
23889         since we don't know to which version we need to compare until we
23890         get the version set on which the assembly is based.
23891         Moved the code for loading corlib into the new method
23892         mono_assembly_load_corlib(), so it can be used by the initialization
23893         code.
23894         
23895         * domain-internals.h: Updated data structures and added declaration
23896         for mono_assembly_load_corlib.
23897
23898 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23899
23900         * reflection.c (resolve_object): Fix the creation of the signature in 
23901         the SignatureHelper case.
23902
23903         * assembly.c (mono_assembly_remap_version): Fix binary search.
23904         
23905 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
23906  
23907         * class.c: Added inheritance check when a method is overloaded (from a
23908         virtual method or when implementing an interface) and when a class is
23909         inherited. Added functions to set a failure for a class and to 
23910         retreive the exception from a failure.
23911         * class-internals.h: Added fields to MonoClass to keep the exception
23912         information status for inheritance (or other exceptions) to be thrown
23913         later (i.e. not at load time).
23914         * object.c: Throw the inheritance SecurityException when a type is to 
23915         be created with either class or method inheritance violations.
23916         * reflection.c|h: Fix when getting declsec from a class. Removed 
23917         unrequired code for class. Improved sanity in parameter naming.
23918         * security-manager.c|h: Added functions to check for class and method
23919         inheritance.
23920
23921 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23922
23923         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
23924         and has_finalize in dynamic types as well.
23925
23926 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
23927
23928         * culture-info-table.h : fixed currency format for en-GB (and so on).
23929
23930 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
23931
23932         * gc.c: ensure the GC handles never have 0 as a value.
23933
23934 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23935
23936         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
23937         a pointer to a struct to unmanaged code. Fixes #72625.
23938
23939 2005-02-16  Martin Baulig  <martin@ximian.com>
23940
23941         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
23942
23943 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23944
23945         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
23946
23947 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23948
23949         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
23950
23951         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
23952         UnmanagedFunctionPointerAttribute, use it for determining calling convention
23953         etc. Fixes #71471.
23954
23955         * reflection.c (mono_custom_attrs_get_attr): New helper function.
23956
23957         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
23958
23959 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
23960
23961         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
23962         changes to make the current context a field in MonoThread.
23963
23964 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23965
23966         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
23967         the last change.
23968         
23969         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
23970         extracted from mono_marshal_get_native_wrapper.
23971
23972         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
23973         to create wrappers around native functions.
23974
23975         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
23976         delegates for arbitrary function pointers. Fixes #71472.
23977
23978 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23979
23980         * threads.c: cleaned up the code a little.
23981
23982 2005-02-15  Martin Baulig  <martin@ximian.com>
23983
23984         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
23985         the data table.
23986
23987         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
23988         allocate larger chunks if needed.
23989
23990 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
23991
23992         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
23993         in by mistake.
23994
23995 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
23996
23997         * domain.c: keep the domains in an array and ensure the domain ids
23998         are kept small, so they can be used as indexes to domain-specific data
23999         with a small memory overhead.
24000
24001 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
24002
24003         * icall.c: Handle byref types in Type icalls. Fixes #72544.
24004
24005 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
24006
24007         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
24008
24009 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
24010
24011         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
24012
24013         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
24014         values.
24015
24016         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
24017         
24018 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
24019
24020         * domain-internals.h: add the hashtable here.
24021
24022         * class-internals.h: Remove `info' from MonoMethod
24023
24024         * domain.c: Add a new hashtable, jit_trampoline_hash
24025
24026 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
24027
24028         * object.c: don't set the value of static fields
24029         (fixes bug#72494).
24030
24031 2005-02-11  Martin Baulig  <martin@ximian.com>
24032
24033         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
24034         (mono_debug_add_method): Silently ignore the method if it's too big.
24035         (mono_debug_add_type): Likewise.
24036
24037 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
24038
24039         * threads.c, appdomain.c: remove #ifdefs from the code.
24040
24041 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
24042
24043         * metadata-internals.h: Added flags to MonoAssembly to cache the most
24044         common security informations. This allows us to stay in unmanaged code
24045         when doing LinkDemand and it's special cases (except for the first 
24046         time for initialization). The flags a very much used with --security.
24047         * reflection.c|h: Added code to get declarative security attributes 
24048         for LinkDemand and InheritanceDemand. This required to refactor the
24049         existing code for Demand.
24050         * security-manager.c|h: Added new method fields for the special cases
24051         of LinkDemand.
24052
24053 2005-02-10  Martin Baulig  <martin@ximian.com>
24054
24055         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
24056         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
24057
24058 2005-02-10  Martin Baulig  <martin@ximian.com>
24059
24060         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
24061         debugging code; this is almost a complete rewrite.
24062
24063         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
24064
24065 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
24066
24067         * domain.c, object.h: expose mono_string_equal () and 
24068         mono_string_hash ().
24069         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
24070         it's implemented in managed code.
24071
24072 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
24073
24074         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
24075         lo leak objects between appdomains.
24076
24077 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
24078
24079         * assembly.c: old compilers compilation fix from 
24080         robertj@gmx.net (Robert Jordan).
24081
24082 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
24083
24084         * class-internals.h: Little reminder for the future.
24085
24086         * debug-helpers.c: Fix up wrapper_type_names
24087
24088 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
24089
24090         * image.c, metadata-internals.h: when loading an image from a file,
24091         mmap all of it and use the same codepaths as when using a
24092         in-memory image: the code is simpler and we use less memory
24093         (both writable and readonly).
24094
24095 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
24096
24097         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
24098         API to alloc runtime data structures that need to be tracked by the
24099         GC and contain pointers.
24100         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
24101         make the code more readable and eventually use a different GC.
24102
24103 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
24104
24105         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
24106         for out arguments.
24107         
24108 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
24109
24110         * object.c: In release_type_locks(), don't release the cctor lock
24111         if it has already been released. This fixes a crash in the
24112         thread5 test.
24113
24114 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
24115
24116         * gc.c, marshal.c, icall.c: register a delegate for finalization
24117         only when the native function pointer has been allocated for it.
24118
24119 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
24120
24121         * object.c: cleaned up some code, allocate objects that are
24122         pointer free with the atomic malloc variant. Allocate memory
24123         for static data from the mempool if it's pointer-free.
24124         Allocate the bounds array at the end of the array data, when needed.
24125         * object-internals.h, object.h: move a private function in a private
24126         header.
24127         * class.c: handle missing case in tracking references in fields.
24128
24129 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
24130
24131         * class.c, class-internals.h: keep track if a type has
24132         reference fields in either the instance or static fields.
24133
24134 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
24135
24136         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
24137         and renamed to MonoRuntimeInfo. Added fields to store the expected
24138         framework assembly version. Changed mono_get_framework_version and
24139         mono_get_runtime_version for a single mono_get_runtime_info method.
24140         
24141         * assembly.c: Added method to remap system assembly versions to the
24142         current executing runtime version. Removed old mapping code.
24143         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
24144         
24145         * icall.c, reflection.c: Track api changes.
24146
24147 2005-02-06  Miguel de Icaza  <miguel@novell.com>
24148
24149         * loader.c (method_from_memberref): Improve error reporting,
24150         produce the class name instead of the typeref/typedef index. 
24151
24152 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
24153
24154         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
24155
24156 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
24157
24158         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
24159         stdcall and charset name mangling.  Reorganize the code and add
24160         some tracing stuff.
24161
24162 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
24163
24164         * monodiet.c: More iters!
24165
24166         * marshal.c: Iter usage.
24167
24168         * icall.c: Iter usage.
24169
24170         * object.c: Use iters.
24171
24172         * debug-helpers.c: More iters
24173
24174 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
24175
24176         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
24177         under win32.
24178
24179 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
24180
24181         * mono-debug-debugger.c: use iters
24182
24183         * class.c, class-internals.h: mono_class_setup_events is static
24184         now
24185
24186         * All callers: use iters
24187
24188 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
24189
24190         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
24191         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
24192
24193 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
24194
24195         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
24196
24197         * marshal.h: Add prototypes for ldfld/stfld_remote.
24198
24199         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
24200         this is called during startup.
24201         
24202 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
24203
24204         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
24205         MonoThreadsSync struct private in monitor.c. Changed the way
24206         MonoThreadsSync is allocated so it's faster and there is no
24207         need to keep track of it with a finalizer and it uses less memory.
24208         This also finally allows us to allocate mono objects as ptrfree when
24209         there are no reference fields.
24210
24211 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
24212
24213         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
24214         disappearing link to the GC interface and use them to simplify
24215         the gchandles code.
24216
24217 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
24218
24219         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
24220         stfld_remote which call mono_load/store_field_new. This allows methods
24221         calling ldfld/stfld wrappers to be AOTed.
24222
24223         * console-io.c: Include sys/filio.h under solaris.
24224         
24225         * console-io.c: Include curses.h if needed correctly.
24226
24227 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
24228         
24229         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
24230         method->klass as well.
24231
24232         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
24233
24234         * class.c (mono_class_init): Switch on lazy initialization of 
24235         methods.
24236
24237         * class.c (mono_class_get_finalizer): Handle the case when the 
24238         finalizer is inherited.
24239
24240 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24241
24242         * console-io.c: <curses.h> is needed by term.h on solaris.
24243
24244 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
24245
24246         * icall.c, class-internals.h, monodiet.c, class.c: Remove
24247         mono_class_setup_properties where possible. Remove this ftn from
24248         the header file, and make it static.
24249
24250 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
24251
24252         * loader.c: Add missing setup_... call.
24253
24254         * class.c: Add missing setup_... calls.
24255
24256         * class.c (mono_class_init): Switch on lazy initialization of 
24257         the generic vtable.
24258         
24259         * class.c (mono_class_init): Fix generics broken by the recent changes.
24260
24261         * monodiet.c (handle_type): Add missing setup_... calls.
24262
24263         * class.c: Back out garbage in previous patch.
24264         
24265         * class.c: Add missing setup_... calls.
24266
24267         * class.c (mono_class_get_method_from_name_flags): Avoid calling
24268         mono_class_setup_methods () if possible.
24269
24270         * class-internals.h (MonoClass): Add 'has_cctor' flag.
24271
24272         * class-internals.h (MonoCachedClassInfo): New structure.
24273
24274         * class.c: Initialize properties and events fields of MonoClass lazily.
24275
24276         * class.c: Add infrastructure for lazily initializing the methods and
24277         vtable fields of MonoClass. Not yet used.
24278
24279         * class.c (mono_class_get_finalizer): New helper function.
24280
24281         * class.c: Add infrastructure for loading some class related data from
24282         an AOT file.
24283
24284         * object.c: Add infrastructure for initializing the vtable from data
24285         in the AOT file.
24286
24287         * gc.c (run_finalize): Use mono_class_get_finalizer ().
24288
24289         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
24290         appropriate initialization function before accessing parts of the
24291         MonoClass structure.
24292
24293         * marshal.c: Fix warnings.
24294         
24295         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
24296
24297         * mono-debug-debugger.c (get_exception_message): Use 
24298         mono_class_get_method_from_name_flags ().
24299
24300 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
24301
24302         * reflection.c, appdomain.c: Replace a few manual searches that
24303         Zoltan missed. (Paolo approved this part of my initial patch).
24304
24305 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
24306
24307         * profiler.c: disable recording statistical events at report time.
24308
24309 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
24310
24311         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
24312         to byteswap arrays of enum values, too (bug #72080).
24313
24314 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
24315
24316         * appdomain.c (set_domain_search_path): Allow this to be called if
24317         domain->setup is not yet set.
24318
24319         * loader.c (mono_method_get_index): New helper function.
24320
24321         * loader.c reflection.c: Use mono_method_get_index ().
24322
24323         * class.c (mono_class_get_method_from_name_flags): New helper method.
24324
24325         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
24326         this.
24327
24328         * class.c (mono_class_get_cctor): New helper method.
24329
24330         * string-icalls.c object.c class.c marshal.c reflection.c: Use
24331         mono_class_get_method () to look up methods.
24332
24333 2005-02-01  Miguel de Icaza  <miguel@novell.com>
24334
24335         * console-io.c: Fix the build, this should work on Windows.
24336
24337 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
24338
24339         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
24340         be set to null to keep things valid
24341
24342 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24343
24344         * icall.c: added Console 2.0 icalls.
24345         * Makefile.am: added console-io.[ch]
24346         * console-io.[ch]: internal calls for Console 2.0 API.
24347
24348 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
24349
24350         * class.c: make sure we consider all the interfaces
24351         when calculating max_interface_id (bug found by
24352         Jeroen Frijters running ikvm).
24353
24354 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
24355
24356         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
24357         valuetype fields to null.
24358
24359         * object.c (set_value): Ditto. Fixes #71669.    
24360
24361 2005-01-31  Martin Baulig  <martin@ximian.com>
24362
24363         * metadata.c (mono_metadata_has_generic_params): New public
24364         function; checks whether something is a generic method.
24365
24366 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
24367
24368         * appdomain.c: fix infinite recursion when adding assemblies.
24369
24370 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
24371
24372         * object.c: Fix small typo to return all items for Environment.
24373         GetCommandLineArgs.
24374
24375 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
24376
24377         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
24378         reflection.c: more domain and assembly-unload related fixes
24379         and memory leaks plugs.
24380
24381 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
24382
24383         * 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.
24384
24385 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
24386
24387         * loader.c (mono_method_signature): Make this method lazy
24388         (mono_get_method_from_token): Don't computate the signature here.
24389
24390         Doing this saves quite a bit of memory. I got 90 kb on starting up
24391         monodoc. It should also save some disk reads on startup.
24392
24393         * *: MonoMethod->signature might be NULL now. You *MUST* use
24394         mono_method_signature.
24395
24396 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
24397
24398         * object.c (mono_runtime_get_main_args): Return an array from the
24399         current domain here. Fixes #71938.
24400
24401 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
24402
24403         * monitor.c: formatting changes to comply with the
24404         mono coding style and remove #ifdefs from the code.
24405
24406 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
24407
24408         * metadata.c, private.h: remove some unneeded data
24409         and use a more compact representation for table schemas.
24410
24411 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
24412
24413         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
24414         to get a better distribution in hash tables.
24415         * *.c: use mono_aligned_addr_hash() where appropriate.
24416         * assembly.c: make var static.
24417
24418 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
24419
24420         * domain-internals.h: Put MonoJitInfo on a diet.
24421
24422         * domain.c: Fix a warning.
24423
24424 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
24425
24426         * gc.c: rework the gc handles code to reuse handles
24427         when freed.
24428
24429 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
24430
24431         * domain.c: fixed long standing bug in mono_string_equal() which
24432         was brought to light with the ldstr changes.
24433
24434 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
24435
24436         * reflection.c: Remove warning by adding missing include for marshal.h
24437
24438 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
24439
24440         * domain.c, object.c: change the ldstr_table to hold
24441         MonoString* as keys: makes the runtime isinterned lookup
24442         faster and simplifies memory management.
24443
24444 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
24445  
24446         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
24447         possible to add imperative security checks before calling the icall.
24448         * reflection.c: Return security attributes on the original MonoMethod
24449         (and not the wrapped one). This fix permissions on icalls.
24450
24451 2005-01-25  Dick Porter  <dick@ximian.com>
24452
24453         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
24454         the check for mktime() support actually test the mktime() return
24455         value.  "Fixes" bug 71682, though the output is still different to
24456         MS.
24457
24458 2005-01-25  Martin Baulig  <martin@ximian.com>
24459
24460         * class.c (mono_class_is_assignable_from): Make this work for
24461         generic instances.
24462
24463 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
24464
24465         * marshal.c (mono_string_utf8_to_builder)
24466         (mono_string_builder_to_utf16): We might not have ownership of the
24467         string. In thise case, we need to create a new buffer.
24468
24469         * object-internals.h (mono_stringbuilder_capacity): sb->str might
24470         be null, in which case, use the default capacity.
24471
24472 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
24473
24474         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
24475         GC events to the profiler.
24476
24477 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
24478
24479         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
24480         if you don't want the GC to run.
24481
24482 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
24483
24484         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
24485         start providing a GC API and keeping different implementations in
24486         their own file.
24487         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
24488
24489 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
24490
24491         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
24492         mmap rather than allocating a huge buffer.
24493         (mono_debug_close_mono_symbol_file): Free the buffer allocated
24494         above.
24495
24496 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
24497
24498         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
24499         and CheckExecutionRights.
24500         * reflection.c|h: Keep the index of the declarative security to be 
24501         used, instead of the pointer, when AOT compiler is used. Also add 
24502         class initialization when requesting demands.
24503         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
24504         CheckExecutionRights. Both properties are now FALSE by default, and
24505         unmodifiable, unless the --security option is used.
24506
24507 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
24508
24509         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
24510         reflection.c: properly refcount images and assemblies, many leaks fixed.
24511
24512 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24513
24514         * threadpool.c: increase the timeout for threads in the thread pool to
24515         10s.  Fixes bug #67159.
24516
24517 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
24518
24519         * class-internals.h: Sun's compiler insists on explicit
24520         signed on bit fields to handle then correctly.
24521
24522 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
24523
24524         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
24525         Make the size of the array fit only the number of invalid path
24526         chars that we have.
24527
24528         * class.c (_mono_class_get): Improve the error reporting when a
24529         class referenced is not found, to assist debugging. 
24530
24531 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
24532
24533         * threads.c: fix off-by-one error.
24534         * domain.c: free data allocated in the domain.
24535
24536 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
24537
24538         * reflection.c (mono_method_body_get_object): Fill out exception info
24539         as well.
24540
24541         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
24542         structure.
24543         
24544 2005-01-19  Martin Baulig  <martin@ximian.com>
24545
24546         * loader.c (mono_get_method_constrained): Make this work again.
24547
24548 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
24549
24550         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
24551         guint16 to match the managed side.
24552
24553         * reflection.c (mono_reflection_body_get_object): Fill out local
24554         variables array.
24555
24556         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
24557         as well.
24558
24559         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
24560         'local_var_sig_token'.
24561
24562 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
24563
24564         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
24565         System.Drawing.
24566
24567         * reflection.c (mono_method_body_get_object): Handle abstract and
24568         runtime methods.
24569
24570 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
24571
24572         * marshal.c, loader.c, class-internals.h, reflection.c:
24573         store the emthod data for a wrapper in an array instead of a list.
24574
24575 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
24576
24577         * marshal.c: change the code to allocate memory more
24578         conservatively for method wrappers.
24579
24580 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
24581
24582         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
24583         fields from MonoClass to the marshal info structure where they belong.
24584
24585 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
24586
24587         * class.c, object.c, class-internals.h, marshal.c: rearrange
24588         some fields and tweak some types to lower memory usage.
24589
24590 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
24591
24592         * threads.c (signal_thread_state_change): Handle the case when the
24593         target thread is the current thread.
24594
24595         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
24596
24597         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
24598         emit_ptr_to_object_conv. 
24599
24600         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
24601         marshalling. Fixes #71352.
24602
24603 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
24604
24605         * metadata.h, blob.h: move table enum to blob.h so it can be included
24606         in any header.
24607         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
24608         cut the size of MonoImage/MonoDynamicImage.
24609
24610 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
24611
24612         * profiler.c (mono_profiler_install_simple): Fix default arguments.
24613
24614 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
24615
24616         * reflection.c, reflection.h, icall.c: add a function to check
24617         if an attribute type is defined for a metadata object.
24618
24619 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
24620
24621         * object-internals.h: Added some needed fields from StringBuilder class.
24622         * marshal.c: Set the maxCapacity when creating a StringBuilder.
24623
24624 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
24625
24626         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
24627         threads before shutting down the runtime.
24628
24629         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
24630
24631 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
24632
24633         * object-internal.h, threads.c: implement stacksize and 
24634         parameterized thread start functionality (requires
24635         matching corlib). Marked broken code for later removal.
24636
24637 2005-01-12  Martin Baulig  <martin@ximian.com>
24638
24639         * class-internals.h (MonoGenericClass): Moved the `initialized'
24640         flag to MonoDynamicGenericClass, removed `init_pending'.
24641         (MonoGenericInst): Added `is_reference' flag.
24642
24643 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
24644
24645         * reflection.c (mono_image_create_pefile): Only set the pe_offset
24646         inside the MSDOS header. Fixes #71201.
24647
24648         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
24649         gc thread.
24650         (mono_domain_finalize): Ditto.
24651
24652 2005-01-12  Martin Baulig  <martin@ximian.com>
24653
24654         * class.c (mono_get_shared_generic_class): Use the cache for
24655         non-dynamic generic classes.
24656
24657         * class-internals.h (mono_class_create_generic_2): Removed
24658         function prototype, this function is now static inside class.c.
24659
24660         * class.c (mono_class_create_generic_2): Made this static, only
24661         call it from mono_class_init() and mono_class_setup_parent().
24662         (collect_implemented_interfaces_aux): Call mono_class_init() on
24663         the interfaces we collect.
24664         (mono_class_setup_vtable): Call mono_class_init (class->parent).
24665
24666 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
24667
24668         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
24669         it a real thread handle.
24670
24671         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
24672         MonoJitExceptionInfo, since each catch clause needs its own variable.
24673         
24674 2005-01-11  Dick Porter  <dick@ximian.com>
24675
24676         * image.c (mono_pe_file_open): New variant on mono_image_open()
24677         that does not set up the CLI metadata; used for FileVersionInfo so
24678         it can get the data for windows binaries too.
24679         
24680         * process.c (process_read_string_block): Don't read off the end of
24681         the StringTable block.
24682
24683         These both fix bug 70766.
24684
24685 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
24686
24687         * gc.c: set some fields to NULL at GC cleanup time.
24688         * threads.c: if we quit the main thread, call exit ().
24689
24690 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
24691
24692         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
24693
24694 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
24695
24696         * threads.h, threads.c, object.c: added accessor and settor for
24697         main_thread. Handle it specially when exiting from it: wait
24698         for other foreground threads to exit.
24699
24700 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
24701
24702         * process.c, verify.c: remove some bloat.
24703
24704 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
24705
24706         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
24707         the calling convention to cdecl under win32.
24708
24709 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
24710
24711         * object.c (mono_object_get_size): New function to get the size of
24712         an object instance.
24713
24714         * profiler.c (simple_allocation): Use above.
24715
24716 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
24717
24718         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
24719         ves_icall_System_AppDomain_getRootDomain (as it's not required to
24720         get an appdomain by it's id and we can't assume the root's id is 0).
24721         * domain-internals.h: Change the function prototype to match.
24722         * icall.c: Change the icall table for AppDomain.
24723
24724 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
24725
24726         * locales.c (string_invariant_compare_char): Only compute
24727         GUnicodeTypes in the case where we need them.  Test for ordinality
24728         first and return if so.
24729
24730         From the commit:
24731
24732                 /*
24733                  * FIXME: here we must use the information from c1type and c2type
24734                  * to find out the proper collation, even on the InvariantCulture, the
24735                  * sorting is not done by computing the unicode values, but their
24736                  * actual sort order.
24737                  */
24738
24739 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
24740
24741         * loader.c: for P/Invoke methods, allow the "Internal" shared
24742         library name to refer to the calling process symbol namespace.
24743
24744 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
24745
24746         * Makefile.am: Add the security manager to the build.
24747         * security-manager.c|h: New. Initialization of the security manager.
24748
24749 2005-01-07  Dick Porter  <dick@ximian.com>
24750
24751         * threads.c: 
24752         * monitor.c: Update thread state during Monitor and WaitHandle
24753         waits.  Fixes bug 71031.
24754
24755 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
24756
24757         * reflection.c (property_encode_signature): Correctly handle when the
24758         property has no methods.
24759
24760 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
24761
24762         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
24763         
24764         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
24765         fields from mb, not rmb. Fixes #71017.
24766
24767         * marshal.c (emit_ptr_to_str_conv): Add support for 
24768         ByValTStr -> string conversion. Fixes #71015.
24769
24770         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
24771
24772         * mempool.c (mono_mempool_contains_addr): New helper function.
24773
24774 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
24775
24776         * metadata.c (mono_metadata_compute_size): Fix size calculation of
24777         HasSematics encoded fields.
24778         
24779         * metadata.c (mono_type_to_unmanaged): Improve error message for 
24780         invalid string marshalling.
24781
24782         * metadata.c: Fix warnings.
24783         
24784 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
24785
24786         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
24787         profiler support.
24788
24789 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
24790
24791         * domain.c object.c domain-internals.h: Revert part of r38077 since the
24792         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
24793         tests.
24794
24795 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
24796
24797         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
24798         so methods containing these can be AOTed.
24799
24800 2005-01-03  Martin Baulig  <martin@ximian.com>
24801
24802         * loader.c (find_method): Removed the hack for generic instances.
24803         (method_from_memberref): If our parent is a generic instance, pass
24804         its generic type definition to find_method() and then inflate the
24805         method.
24806         (mono_get_method_constrained): Pass the generic type definition to
24807         find_method() and inflate the method later.
24808
24809         * class-internals.h (MonoStats): Added `generic_class_count'.
24810
24811         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
24812         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
24813
24814         * reflection.c (mono_custom_attrs_from_params): Don't ignore
24815         generic type definitions.
24816
24817 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
24818
24819         * loader.c icall.c: Fix warnings.
24820
24821 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
24822
24823         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
24824         blittable types. Fixes #70864.
24825
24826 2004-12-29  Martin Baulig  <martin@ximian.com>
24827
24828         * icall.c
24829         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
24830
24831         * reflection.c (mono_method_get_object): Create a
24832         "System.Reflection.MonoGenericMethod" for inflated methods; don't
24833         call mono_get_inflated_method().
24834
24835         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
24836
24837 2004-12-27  Martin Baulig  <martin@ximian.com>
24838
24839         * class-internals.h (MonoMethod): Added `is_inflated' flag.
24840         (MonoMethodInflated): Added `inflated' field.
24841
24842         * class.c (mono_class_inflate_generic_method): Don't really
24843         inflate the method here; just set the `is_inflated' flag in the
24844         MonoMethod.
24845         (mono_class_get_inflated_method): Actually inflate the method here
24846         if it's not already inflated; we use the MonoMethodInflated's new
24847         `inflated' field as a cache.
24848
24849 2004-12-26  Martin Baulig  <martin@ximian.com>
24850
24851         * class.c
24852         (inflate_generic_class): Moved some code out of inflate_generic_type().
24853         (mono_class_inflate_generic_method): If we're already inflated,
24854         inflate the context and use the declaring method; ie. make sure
24855         the declaring method of an inflated method is always the generic
24856         method definition.
24857         (mono_class_create_from_typedef): Create
24858         `class->generic_container->context->gclass'.
24859
24860 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
24861
24862         * metadata-internals.h, marshal.c, reflection.c: More
24863         MonoGHashTable->GHashTable.
24864
24865         * domain-internals.h, class.c: Change MonoGHashTable's into
24866         GHashTables for some cases where no gc stuff is used
24867
24868         All users: update apis
24869
24870 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
24871
24872         * metadata.c (builtin_types): Make this `const'. Makes this get
24873         put into the shareable section.
24874         (mono_metadata_init): Casts to make gcc happy.
24875
24876 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
24877
24878         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
24879
24880 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
24881
24882         * icall.c: Added an internal call to retrieve the position and length
24883         of assembly-level declarative security attributes (RequestMinimum, 
24884         RequestOptional and RequestRefuse). This is used by the Assembly class
24885         to re-create the corresponding permission sets.
24886
24887 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
24888
24889         * marshal.c: fix the stelemref wrapper to be type correct
24890         (and faster).
24891
24892 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
24893
24894         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
24895         to do key & 0x7fffffff. Hashtable already does this. It just
24896         results in longer code.
24897
24898 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
24899
24900         * appdomain.c: Bump corlib version.
24901         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
24902         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
24903         * reflection.c|h: Add functions to get declarative security infos
24904         (blob position and length) for assemblies, classes and methods.
24905
24906 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
24907
24908         * reflection.c: sort the constant table (bug #70693).
24909
24910 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
24911
24912         * object-internals.h, threads.c, domain.c: add accessors for
24913         the MonoThread and MonoDomain tls keys.
24914
24915 2004-12-18  Martin Baulig  <martin@ximian.com>
24916
24917         * class.c (inflate_generic_type): If we're inflating a generic
24918         instance, set `ngclass->context->container = context->container';
24919         ie. the container we inflated into.
24920
24921         * metadata.c (mono_metadata_parse_generic_param): Reflect above
24922         inflate_generic_type() changes.
24923
24924 2004-12-17  Martin Baulig  <martin@ximian.com>
24925
24926         * class-internals.h
24927         (MonoGenericClass): Replaced `MonoType *generic_type' with
24928         `MonoClass *generic_class'.  Removed `dynamic_info'; if
24929         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
24930         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
24931
24932 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
24933
24934         * exception.c (mono_exception_from_token): New helper function.
24935
24936 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
24937
24938         * assembly.c (mono_assembly_load_with_partial_name): Call 
24939         mono_assembly_loaded before invoking the preload hooks. Fixes
24940         #70564.
24941
24942         * object-internals.h (MonoThread): Change culture_info and 
24943         ui_culture_info into an array.
24944
24945         * threads.c: Cache culture info objects from more than one appdomain.
24946
24947         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
24948         current UI culture.
24949
24950 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
24951
24952         * threads.h threads.c appdomain.c: Clear the culture_info field of
24953         all threads during unloading if they point to an object in the dying
24954         appdomain.
24955
24956 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
24957
24958         * culture-info.h (TextInfoEntry): New struct
24959         * object-internals.h: sync with managed
24960         * locales.c: fill the `text_info_data' field
24961         * culture-info-tables.h: update
24962
24963 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24964
24965         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
24966         collector.
24967
24968 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
24969
24970         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
24971         (ves_icall_ModuleBuilder_getMethodToken): Ditto
24972
24973 2004-12-12  Martin Baulig  <martin@ximian.com>
24974
24975         * mono-debug-debugger.c (write_type): If we're an enum and the
24976         builtin types have already been initialized, call mono_class_init().
24977
24978 2004-12-11  Martin Baulig  <martin@ximian.com>
24979
24980         * metadata.c (mono_metadata_load_generic_params): Added
24981         `MonoGenericContainer *parent_container' argument; automatically
24982         compute `container->is_method'; pass the correct owner to
24983         get_constraints().      
24984
24985         * reflection.c (compare_genericparam): Sort the GenericParam table
24986         according to increasing owners. 
24987
24988 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
24989
24990         * profiler.c: allow disabling the default profiler.
24991
24992 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
24993
24994         * decimal.c, icall.c: allow disabling System.Decimal support.
24995
24996 2004-12-09  Marek Safar <marek.safar@seznam.cz>
24997
24998         * reflection.c: Add support for null attribute arguments.
24999
25000 2004-12-09  Martin Baulig  <martin@ximian.com>
25001
25002         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
25003         names to get rid of compiler warnings.
25004
25005 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
25006
25007         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
25008         mono_marshal_load_type_info (). Fixes #69625.
25009         (mono_marshal_get_ptr_to_struct): Likewise.
25010
25011 2004-12-08  Martin Baulig  <martin@ximian.com>
25012
25013         * mono-debug.h: Bumped version number to 47.
25014
25015         * mono-debug-debugger.c
25016         (mono_debugger_event_handler, mono_debugger_event): Take two
25017         guint64 arguments insteed of a gpointer and a guint32.  
25018
25019 2004-12-08  Martin Baulig  <martin@ximian.com>
25020
25021         * debug-mono-symfile.h
25022         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
25023         `address' to `native_offset'.
25024
25025 2004-12-08  Martin Baulig  <martin@ximian.com>
25026
25027         * class.c (mono_class_create_from_typespec): Only inflate if we
25028         either have `context->gclass' or `context->gmethod'.
25029
25030 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
25031
25032         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
25033
25034         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
25035
25036         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
25037
25038         * reflection.c (mono_assembly_get_object): Remove the workaround put
25039         in for the release.
25040         
25041         * appdomain.c: Use the corlib_internal field from MonoAssembly.
25042
25043         * appdomain.c: Bump corlib version.
25044
25045         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
25046         be visible in other appdomains.
25047
25048 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
25049
25050         * threads.c: Interlocked inc and dec for longs were messed up,
25051         use a KISS based impl for this. Fixes 70234
25052
25053 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
25054
25055         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
25056
25057 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
25058
25059         * icall.c: fix to follow policy not to allow struct
25060         arguments in icalls.
25061
25062 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25063
25064         * process.c: make the patch that handles spaces in file paths work
25065         on mono/windows too.
25066
25067 2004-12-06  Martin Baulig  <martin@ximian.com>
25068
25069         * class.c (mono_class_create_generic): Call
25070         mono_class_setup_supertypes() if we're dynamic.
25071         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
25072
25073 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
25074
25075         * object-internals.h: Add new fields to MonoThread.
25076
25077         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25078
25079         * icall.c threads-types.h threads.c: Add new icalls.
25080
25081         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
25082
25083         * object-internals.h (MonoReflectionAssembly): Sync object layout with
25084         managed side.
25085
25086         * appdomain.c: Bump corlib version.
25087
25088         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
25089         internal assemblies. Fixes #69181.
25090
25091 2004-12-05  Martin Baulig  <martin@ximian.com>
25092
25093         * class.c (mono_class_inflate_generic_signature): Make this a
25094         no-op if `context' is NULL or we don't have any type parameters;
25095         also copy `sentinelpos'.        
25096
25097 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
25098
25099         * image.c: Add unbox_wrapper_cache.
25100
25101         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
25102
25103         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
25104         function generator.
25105         
25106         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
25107         Fixes #70173.
25108
25109         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
25110         
25111 2004-12-04  Martin Baulig  <martin@ximian.com>
25112
25113         * loader.c (mono_method_get_signature_full): New public function;
25114         like mono_method_get_signature(), but with an additional
25115         `MonoGenericContext *' argument.
25116
25117         * class.c (mono_class_inflate_generic_signature): Formerly known
25118         as inflate_generic_signature(); make this public.
25119
25120 2004-12-04  Martin Baulig  <martin@ximian.com>
25121
25122         * metadata.c
25123         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
25124         instead of a `MonoGenericContainer *'.  
25125         (mono_metadata_parse_array_full): Likewise.
25126         (mono_metadata_parse_signature_full): Likewise.
25127         (mono_metadata_parse_method_signature_full): Likewise.
25128         (mono_metadata_parse_generic_inst): Likewise.
25129         (mono_metadata_parse_generic_param): Likewise.
25130         (mono_metadata_parse_mh_full): Likewise.
25131         (mono_type_create_from_typespec_full): Likewise.
25132
25133 2004-12-03  Martin Baulig  <martin@ximian.com>
25134
25135         * class-internals.h (MonoGenericContainer): Replaced the
25136         `MonoGenericContext * pointer with a `MonoGenericContext'
25137         structure and made it the first element.
25138
25139 2004-12-03  Martin Baulig  <martin@ximian.com>
25140
25141         * class.c
25142         (inflate_generic_type): Set the `context->container' when creating
25143         a new MonoGenericContext.
25144         (mono_class_inflate_generic_method): Likewise.
25145         (mono_class_create_from_typespec): Just use `context->container'
25146         to get the container.
25147
25148         * loader.c (method_from_methodspec): Set `context->parent' from
25149         `context->container' - and if that's a method container, use its
25150         parent.  Also set the `context->container' when creating a new
25151         MonoGenericContext.
25152         (mono_get_method_from_token): Use just `context->container' to get
25153         the container.
25154
25155         * metadata.c (do_mono_metadata_parse_generic_class): Also set
25156         `gclass->context->container'.
25157
25158         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
25159         the `context->container' when creating a new MonoGenericContext.
25160
25161 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
25162
25163         * reflection.c (compare_genericparam): Sort params with identical
25164         owner by their number. Fixes gen-111 on sparc.
25165
25166 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
25167
25168         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
25169         around the domain changes.
25170
25171         * appdomain.c (mono_domain_unload): Handle the case when the thread
25172         calling Unload is itself being aborted during unloading. Fixes #70022.
25173
25174         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
25175
25176         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
25177         checkpoint_func as an icall so it gets a wrapper.
25178         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
25179         in the cross-appdomain wrappers too.
25180
25181         * threads.c (mono_thread_has_appdomain_ref): Make this public.
25182
25183         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
25184
25185         * reflection.c: Fix some memory leaks.
25186         
25187 2004-12-02  Martin Baulig  <martin@ximian.com>
25188
25189         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
25190
25191         * metadata.c (generic_class_cache): New static hashtable.
25192         (mono_metadata_lookup_generic_class): New public method.
25193
25194 2004-12-02  Martin Baulig  <martin@ximian.com>
25195
25196         * class.c (mono_class_create_from_typedef): Call
25197         mono_class_setup_parent() and mono_class_create_mono_type() before
25198         parsing the interfaces.
25199
25200 2004-12-02  Martin Baulig  <martin@ximian.com>
25201
25202         * metadata.c (generic_inst_cache): New static hashtable.
25203         (mono_metadata_lookup_generic_inst): New public function.
25204         (mono_metadata_inflate_generic_inst): New public function.
25205         (mono_metadata_parse_generic_inst): New public function.
25206         (do_mono_metadata_parse_generic_class): Use the new
25207         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
25208         since this'll also use the cache.
25209
25210         * reflection.c (mono_reflection_bind_generic_method_parameters):
25211         Use mono_metadata_lookup_generic_inst() to use the new cache.
25212
25213         * class.c (inflate_mono_type): Use
25214         mono_metadata_inflate_generic_inst() to inflate a generic
25215         instance; this'll also use the new cache.
25216
25217         * loader.c (method_from_methodspec): Use
25218         mono_metadata_parse_generic_inst() and
25219         mono_metadata_inflate_generic_inst() rather than parsing it
25220         manually, so we can use the new cache.
25221
25222 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
25223
25224         * threads.c (wait_for_tids): Do not incorrectly free threads when 
25225         the wait times out.
25226
25227 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
25228
25229         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
25230         iter->args based on whether parameters are passed in registers (i.e.
25231         MONO_ARCH_REGPARMS is defined)
25232
25233 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
25234
25235         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
25236         the exception message. Fixes #70070.
25237         (method_from_methodspec): Fix warnings.
25238
25239 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25240
25241         * process.c: (complete_path) return the path quoted
25242
25243 2004-12-01  Martin Baulig  <martin@ximian.com>
25244
25245         * class-internals.h (MonoGenericInst): New structure.
25246         (MonoGenericClass): Replaced `type_argc', `type_argv' and
25247         `is_open' with `MonoGenericInst *inst'.
25248         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
25249         `is_open' with `MonoGenericInst *inst'.
25250
25251 2004-11-30  Martin Baulig  <martin@ximian.com>
25252
25253         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
25254
25255         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
25256         to `generic_class_cache'.
25257
25258         * metadata.c
25259         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
25260         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
25261         (mono_generic_inst_is_valuetype): Renamed to
25262         mono_generic_class_is_valuetype().
25263
25264         * class-internals.h
25265         (MonoGenericInst): Renamed to MonoGenericClass.
25266         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
25267         (MonoClass): Renamed `generic_inst' to `generic_class'.
25268         (MonoGenericContext): Renamed `ginst' to `gclass'.
25269
25270         * object-internals.h
25271         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
25272
25273         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
25274         mono_reflection_generic_class_initialize().
25275
25276         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
25277         now known as "System.Reflection.MonoGenericClass".
25278         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
25279
25280 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
25281
25282         * class-internals.h: Added a flag field to MonoClass to cache the
25283         declarative security attributes actions associated with the class.
25284         * domain-internals.h: Added booleans to MonoJitInfo to cache the
25285         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
25286         applicable to the JITted method.
25287         * reflection.c|h: Added functions to extract (as flags) which security
25288         actions are available (declaratively) for a method, class or assembly.
25289         * metadata.c|h: Added functions to search the declarative security
25290         table in the metadata.
25291         
25292 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
25293
25294         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
25295         EXPORTEDTYPES are already in the class name cache, so there is no
25296         need to add extra code here to look at them. Just removes a bit of
25297         cruft.
25298
25299         (ves_icall_System_Environment_get_TickCount): No need for #if
25300         WINDOWS. We already have the code in io-layer.
25301
25302 2004-11-28  Martin Baulig  <martin@ximian.com>
25303
25304         * loader.c
25305         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
25306         Fixes gen-112.cs.
25307
25308 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
25309
25310         * assembly.c (do_mono_assembly_open): Instead of having a
25311         conditional WITH_BUNDLE, incorporate support for bundles here, by
25312         having a global `bundles' variable holding a pointer to the actual
25313         bundles. 
25314
25315         (mono_register_bundled_assemblies): New API call used by the
25316         bundle code. 
25317
25318         See mkbundle.1 for details.
25319         
25320 2004-11-27  Martin Baulig  <martin@ximian.com>
25321
25322         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
25323         the vtable for generic methods.
25324
25325 2004-11-26  Martin Baulig  <martin@ximian.com>
25326
25327         * metadata.c
25328         (mono_metadata_generic_method_hash): New public function.
25329         (mono_metadata_generic_method_equal): Likewise.
25330
25331         * class-internals.h
25332         (MonoGenericContainer): Added `GHashTable *method_hash'.
25333
25334         * reflection.c (ReflectionMethodBuilder): Added
25335         `MonoGenericContainer *generic_container'.
25336         (reflection_methodbuilder_to_mono_method): Don't create a new
25337         MonoGenericContainer each time we're called.
25338         (mono_reflection_bind_generic_method_parameters): Use
25339         `container->method_hash' to cache the results so we don't create a
25340         different method if we're called several times with the same
25341         arguments.
25342
25343         * loader.c (method_from_methodspec): Use the new
25344         `container->method_hash' here, too.
25345
25346 2004-11-26  Martin Baulig  <martin@ximian.com>
25347
25348         * class.c (inflate_generic_signature): Correctly compute
25349         `res->has_type_parameters'.
25350         (mono_class_vtable): Use the `has_type_parameters' flag to
25351         determine whether we're a generic method.
25352
25353         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
25354
25355 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
25356
25357         * object.c (mono_runtime_run_main): Fix a small memory leak.
25358
25359 2004-11-25  Martin Baulig  <martin@ximian.com>
25360
25361         * class.c (set_generic_param_owner): Fixed the loop.
25362
25363 2004-11-25  Martin Baulig  <martin@ximian.com>
25364
25365         * object.c (mono_class_vtable): Don't create any JIT wrappers for
25366         generic methods.
25367
25368 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
25369
25370         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
25371         names. Fixes #69787.
25372
25373 2004-11-24  Martin Baulig  <martin@ximian.com>
25374
25375         * class.c (mono_class_create_generic_2): If we don't have a
25376         `ginst->parent', inflate `gklass->parent' to get our parent.
25377
25378 2004-11-24  Martin Baulig  <martin@ximian.com>
25379
25380         * reflection.c (compare_genericparam): Correctly sort the
25381         GenericParam table; fixes #69779.
25382
25383 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
25384
25385         * reflection.c: When writing a PE file, don't create a huge
25386         buffer in memory. Just write the arrays we have to the file.
25387         This reduces memory usage.
25388
25389         * metadata-internals.h: MonoDynamicStream pefile is no longer used
25390         globally.
25391
25392 2004-11-17  Martin Baulig  <martin@ximian.com>
25393
25394         * class.c (mono_class_init): Don't setup `class->parent' for
25395         dynamic instances; moved this to mono_class_generic_2().
25396         (mono_class_create_generic): Also set `klass->inited' for dynamic
25397         generic instances.
25398         (mono_class_create_generic_2): Don't do anything for dynamic
25399         generic instances.  Set `klass->parent' here and also call
25400         mono_class_setup_parent() here. 
25401
25402         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
25403         `MonoType *parent' argument; set `ginst->parent' before calling
25404         mono_class_create_generic_2(), so we set the correct parent.
25405
25406 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
25407
25408         * reflection.c: allow getting attributes from ModuleBuilder
25409         (used by ikvm).
25410
25411 2004-11-17  Martin Baulig  <martin@ximian.com>
25412
25413         * class.c (mono_class_create_from_typedef): If a type parameter is
25414         inherited from an outer class, set its owner to that class.
25415
25416 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
25417
25418         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
25419           for (int*) written size. This fixes bug #69592.
25420
25421 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
25422
25423         * icall.c: Added IsAuthenticodePresnet internal call.
25424         * image.c|h: New function that check a MonoImage for an Authenticode
25425         signature in the certificate PE data directory.
25426         * security.c|h: New internal call to ask the runtime if an 
25427         Authenticode signature seems referenced in the PE header.
25428
25429 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
25430
25431         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
25432
25433         * reflection.c (mono_image_create_pefile): Free the assembly streams
25434         after writing out the assembly file.
25435
25436         * object.c (mono_runtime_run_main): Fix small memory leak.
25437
25438         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
25439         property access modifiers. Fixes #69389.
25440
25441 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
25442
25443         * domain.c, object.c, object-internals.h, domain-internals.h,
25444         object.h, marshal.c: keep dynamic code info per domain.
25445
25446 2004-11-15  Martin Baulig  <martin@ximian.com>
25447
25448         * class.c (mono_type_get_name_recurse): Put type arguments in
25449         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
25450         see bug #68387.
25451
25452 2004-11-15  Martin Baulig  <martin@ximian.com>
25453
25454         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
25455         (mono_class_setup_vtable): When computing `the_cname' for a
25456         generic instance, don't include the namespace since we'd otherwise
25457         add it twice.
25458
25459 2004-11-15  Martin Baulig  <martin@ximian.com>
25460
25461         * class.c (mono_class_create_generic): Changed return type to void.
25462         (mono_class_create_generic_2): New public function; setup
25463         `class->method', `class->field' and `class->interfaces' here
25464         instead of in mono_class_init().
25465
25466         * class.h (mono_class_create_generic): Moved to class-internals.h.
25467
25468 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
25469
25470         * reflection.c (mono_image_create_pefile): take a file HANDLE.
25471         rather than writing to memory, write to this file. Right now,
25472         we are just writting into a buffer, and copying that. However
25473         we can avoid the buffer later.
25474
25475         (mono_dynamic_stream_reset): new function
25476
25477         * icall.c, object-internals.h: update for the above.
25478
25479 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
25480
25481         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
25482         have been using gc'd memory. First it is slower, unlikely
25483         the comment in the source code said, secondly, it increases
25484         our footprint to do it in the gc.
25485
25486         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
25487         the method so that it does not have to copy to managed code.
25488
25489 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
25490
25491         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
25492
25493 2004-11-12  Martin Baulig  <martin@localhost>
25494
25495         * reflection.c (mono_image_create_token): Allow generic method
25496         definitions here, since they may appear in an `.override'; see
25497         gen-98/gen-99 for an example.
25498
25499 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
25500
25501         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
25502         #69365.
25503
25504         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
25505         descriptive.
25506
25507 2004-11-11  Martin Baulig  <martin@ximian.com>
25508
25509         * class.c (mono_class_setup_vtable): In an explicit interface
25510         implementation, the method name now includes the arity.
25511
25512 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
25513
25514         * object.c (mono_array_full_copy): Fix warning.
25515
25516 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
25517
25518         * appdomain.c: Removed look_for_method_by_name(). Use the new method
25519         mono_class_get_method_from_name() instead.
25520         
25521         * class-internals.h: Added two new types of wrappers. 
25522         Added MonoRemotingTarget enum. Added new trampoline function type, which
25523         takes an additional MonoRemotingTarget value as parameter, so it is
25524         possible to request a trampoline for a specific target.
25525         
25526         * class.c: Added new mono_class_get_method_from_name() method.
25527         
25528         * class.h: In MonoRemoteClass, we can have now to vtables, one for
25529         general remoting sinks and one specific for cross domain calls.
25530         
25531         * debug-helpers.c: Added new wrapper names.
25532         
25533         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
25534         of a remote class.
25535         
25536         * image.c: Porperly delete value objects form the remoting invoke hashtable.
25537         
25538         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
25539         with several other methods (mono_marshal_get_xappdomain_dispatch,
25540         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
25541         and others) can generate a fast remoting wrapper for cross domain calls.
25542         More information can be found in docs/remoting.
25543         Other changes: Removed mono_find_method_by_name, and used
25544         mono_class_get_method_from_name instead.
25545         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
25546         is stored in the remoting invoke hashtable.
25547         
25548         * marshal.h: published the new method for getting the xdomain wrapper,
25549         and also added a method for getting the adequate wrapper for a given
25550         method and target.
25551         
25552         * object-internals.h, object.c: Added a couple of methods for capying and
25553         cloning arrays.
25554         Modified mono_install_remoting_trampoline, which takes the new remoting
25555         trampoline that has a remoting target as parameter.
25556         mono_class_proxy_vtable now also takes a remoting target as parameter, and
25557         will return the most suitable vtable for the target.
25558         Added mono_remote_class_vtable, which returns the vtable of a remote class
25559         (which can be the normal remoting vtable or the xdomain vtable).
25560         
25561         * threads.c: the xdomain invoke and dispatch wrappers must also be
25562         protected against interruptions.
25563
25564 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25565
25566         * icall.c: use memmove in BlockCopyInternal when the source and
25567         destination arrays are the same.
25568
25569 2004-11-09  Martin Baulig  <martin@ximian.com>
25570
25571         * class-internals.h (MonoGenericContainer): Removed `method' and
25572         `signature', replaced them with `is_method' and `is_signature'
25573         flags.  Added `context'.
25574
25575         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
25576         instead of a `MonoGenericContainer *'.
25577
25578         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
25579         for dynamic type parameters.
25580         (mono_metadata_load_generic_params): Setup `container->context'.
25581
25582         * reflection.c (mono_reflection_setup_generic_class): Setup
25583         `tb->generic_container->context'.
25584         (do_mono_reflection_bind_generic_parameters): Use
25585         mono_class_inflate_generic_type() to correctly inflate types,
25586         rather than using our own hack just for MONO_TYPE_VAR.
25587
25588 2004-11-09  Martin Baulig  <martin@ximian.com>
25589
25590         * class.c (mono_class_inflate_generic_method): Small fix; don't
25591         crash here.
25592
25593         * icall.c
25594         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
25595         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
25596         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
25597         (ves_icall_Type_BindGenericParameters): Likewise.
25598         (ves_icall_Type_get_IsGenericInstance): Likewise.
25599         (ves_icall_Type_GetGenericParameterPosition): Likewise.
25600         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
25601         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
25602         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
25603
25604 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
25605
25606         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
25607         assembly versions and public key tokens. Fixes #69113.
25608
25609 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
25610
25611         * metadata.c: fix bug introduced with the type cache changes
25612         on 2004-11-06.
25613
25614 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
25615
25616         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
25617         the MonoClass pointer instead of the token in exception clauses.
25618         * reflection.c: updates for the above and make the code not depend
25619         on the structure of MonoExceptionClause.
25620
25621 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
25622
25623         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25624         Add support for dynamic assemblies. Fixes #69114.
25625
25626         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
25627
25628 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
25629
25630         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
25631         since most only those methods use it. the code member of
25632         MonoMethodPInvoke was dead, so that can be removed too. Also,
25633         remove inline_count (again, not used), and move slot so that it
25634         can share bits with some other flags. This saves 8 bytes in the
25635         structure and gives us about 50 kb back for mcs helloworld.cs
25636
25637         * *.[ch]: Do naming changes for the above.
25638
25639         * loader.c (mono_method_get_header): Lazily init the header
25640         on first access.
25641         (mono_get_method_from_token): don't init the header here
25642         (mono_free_method): the header may never be allocated
25643
25644         Overall, this saves 150 kb of unmanaged allocations
25645         for mcs helloworld.cs. That accounts for 10% of the unmanaged
25646         memory at runtime.
25647         
25648         * loader.c, loader.h (mono_method_get_header): new accessor.
25649
25650         * *.[ch]: use the above method. Prepares us to lazily load
25651         the header.
25652
25653         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
25654         three warnings, which are actual bugs (see 69206).
25655
25656         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
25657         unused. Saves a cool 4 bytes / method.
25658
25659 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
25660
25661         * metadata.c (builtin_types): Add types for System.Object here.
25662         (mono_metadata_parse_type_full): Cache MonoType*'s that are
25663         for a class or valuetype from klass->this_arg or klass->byval_arg.
25664
25665         On mcs for a hello world, this gets us down from 21836 MonoType's
25666         to 14560.
25667
25668         (mono_metadata_free_type): Account for the above change.
25669
25670 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
25671
25672         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
25673         exception instead of asserting if name is null.
25674         (ves_icall_System_AppDomain_GetData): Ditto.
25675
25676 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
25677
25678         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
25679         EnumBuilder.
25680
25681         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
25682         Return NULL when the domain does not have entry_assembly set.
25683
25684         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
25685         Add a 'resource_modules' argument.
25686         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
25687
25688         * reflection.c (mono_reflection_create_runtime_class): Move setting
25689         of wastypebuilder here, so mono_get_type_object () returns a MonoType
25690         for enums too.
25691
25692         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
25693         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
25694         Throw an ArgumentNullException if 'ptr' is null.
25695
25696         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
25697         assemblies here. Fixes #69020.
25698
25699 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
25700
25701         * reflection.c (build_compressed_metadata): Fix the previous patch for
25702         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
25703         the stack.
25704
25705 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
25706
25707         * assembly.c (mono_assembly_names_equal): Allow a match if one of
25708         the cultures is false. Fixes #69090.
25709
25710         * reflection.c (build_compressed_metadata): Fix invalid memory read 
25711         detected by valgrind.
25712         
25713         * reflection.c (mono_reflection_get_type): Avoid triggering a 
25714         TypeResolve multiple times for the same type. Fixes #65577.
25715
25716 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
25717
25718         * marshal.c: Avoid using ldftn to call managed functions. It is
25719         much slower than just a call.
25720
25721         * reflection.c (mono_module_get_object): free the basename we
25722         allocate here from glib.
25723         
25724         * reflection.c (ensure_runtime_vtable): make sure to free
25725         overrides.  Also, we were allocating an array of MonoMethod not an
25726         array of MonoMethod*.
25727
25728         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
25729
25730         * image.c (mono_image_close): free image->guid here.
25731
25732 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
25733
25734         * reflection.c: Fix some spec conformance issues with the PE file
25735         structures so mcs compiled apps run on the Net 2.0 beta.
25736
25737 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
25738
25739         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
25740         Implement this. Fixes #67264.
25741
25742         * debug-helpers.h debug-helpers.c marshal.c: Move 
25743         mono_find_method_by_name to debug-helpers.c.
25744
25745 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
25746
25747         * object.c (mono_release_type_locks): type_initialization_hash is
25748         a GHashTable.
25749
25750         * reflection.c object.c object-internals.h: Fix warnings.
25751
25752         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
25753         without accessors. Fixes #61561.
25754
25755         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
25756         application base from the root domain if not set. Fixes #65641.
25757         (mono_runtime_init): Fix warning.
25758
25759 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25760
25761         * appdomain.c: call mono_thread_pool_init.
25762         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
25763         of worker threads based on the number of CPUs and the environment
25764         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
25765         for non-windows (windows) systems.
25766
25767 2004-10-27  Chris Toshok  <toshok@ximian.com>
25768
25769         * mono-debug-debugger.c (write_class): don't call mono_class_init
25770         here, as even with the check for (!klass->init_pending), we get
25771         into a situation where we're hitting cycles in class
25772         initialization.  Fixes #68816.
25773
25774 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
25775
25776         * image.c: Avoid overwriting values in the loaded_images_hash when an
25777         assembly is loaded multiple times. Fixes #61152.
25778
25779         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
25780         so multiple satellite assemblies for the same name can be loaded.
25781         Fixes #68259.
25782
25783         * mono_domain_assembly_preload: Actually return the loaded assembly, 
25784         not NULL.
25785
25786         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
25787         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
25788
25789         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
25790         pending finalizers are not invoked after the appdomain has been 
25791         unloaded. Fixes #67862.
25792
25793 2004-10-22  Martin Baulig  <martin@ximian.com>
25794
25795         * mono-debug-debugger.c
25796         (mono_debugger_runtime_invoke): Don't box valuetypes.
25797
25798 2004-10-22  Chris Toshok  <toshok@ximian.com>
25799
25800         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
25801         don't hide private methods.
25802
25803 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
25804
25805         * icall.c: Allows the runtime to "share" (when known) the public key
25806         token of an assembly. This avoid the need to recalculate the token 
25807         (from the public key) in managed code.
25808
25809 2004-10-21  Chris Toshok  <toshok@ximian.com>
25810
25811         * debug-helpers.c (append_class_name): argh, revert last patch.
25812         
25813 2004-10-21  Chris Toshok  <toshok@ximian.com>
25814
25815         * debug-helpers.c (append_class_name): use '+' as the delimiter,
25816         not '/', so that it matches what the debugger uses to look up
25817         methods.
25818
25819 2004-10-21  Martin Baulig  <martin@ximian.com>
25820
25821         * mono-debug-debugger.c (mono_debugger_throw_exception): New
25822         public method; this is called each time an exception is thrown and
25823         allows the debugger to use exception catch points.
25824
25825 2004-10-21  Martin Baulig  <martin@ximian.com>
25826
25827         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
25828         the stack pointer and the exception object in some struct and pass
25829         that to the debugger.
25830
25831 2004-10-21  Chris Toshok  <toshok@ximian.com>
25832
25833         * mono-debug-debugger.c (do_write_class): add instance/static
25834         event support.  We don't expose "raise" or "other" yet.
25835         (event_is_static): new method.
25836
25837 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
25838
25839         * mono-debug-debugger.c
25840         (mono_debugger_handle_exception): Remove
25841         bogus return value for fussy compilers.
25842
25843 2004-10-20  Martin Baulig  <martin@ximian.com>
25844
25845         * mono-debug-debugger.c
25846         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
25847         (mono_debugger_handled_exception): Likewise.
25848
25849 2004-10-20  Martin Baulig  <martin@ximian.com>
25850
25851         * mono-debug-debugger.h (MonoDebuggerEvent): Added
25852         MONO_DEBUGGER_EVENT_EXCEPTION.
25853
25854         * mono-debug-debugger.c (mono_debugger_handle_exception): New
25855         public function to send the debugger a notification for an
25856         exception and inform it about a catch/finally clause.
25857
25858 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
25859
25860         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
25861         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
25862         fix 2.95 build. 
25863
25864         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
25865
25866 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
25867
25868         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
25869         marshalled as [In,Out]. Fixes #58325.
25870
25871 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
25872
25873         * reflection.c (mono_method_body_get_object): Implement some fields.
25874
25875 2004-10-12  Martin Baulig  <martin@ximian.com>
25876
25877         * reflection.c (mono_reflection_bind_generic_parameters): Small
25878         fix, correctly retrieve our parent from a generic instance.
25879
25880 2004-10-12  Martin Baulig  <martin@ximian.com>
25881
25882         * metadata.c (mono_metadata_generic_param_equal): We always have
25883         an owner.
25884
25885         * class.c
25886         (mono_class_from_generic_parameter): We need to have an owner.
25887         (my_mono_class_from_generic_parameter): Likewise.
25888
25889         * reflection.c (mono_reflection_setup_generic_class): Renamed to
25890         mono_reflection_create_generic_class() and added a new
25891         mono_reflection_setup_generic_class().  
25892         (mono_reflection_initialize_generic_param): If we're a nested
25893         generic type and inherited from the containing class, set our
25894         owner to the outer class.
25895
25896 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
25897
25898         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
25899
25900         * reflection.c (mono_method_body_get_object): New function to create
25901         a MethodBody object.
25902
25903         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
25904
25905 2004-10-11  Martin Baulig  <martin@ximian.com>
25906
25907         * metadata.c (_mono_metadata_type_equal): Renamed to
25908         do_mono_metadata_type_equal() and made static.
25909
25910 2004-10-11  Martin Baulig  <martin@ximian.com>
25911
25912         * appdomain.c: Bump corlib version number to 28.
25913
25914 2004-10-10  Martin Baulig  <martin@ximian.com>
25915
25916         * class-internals.h
25917         (MonoGenericInst): Added `MonoGenericContainer *container'.
25918         (MonoGenericMethod): Likewise.
25919         (MonoGenericContext): Likewise.
25920         (MonoGenericParam): Added `MonoGenericContainer *owner'.
25921
25922         * metadata.c
25923         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
25924         (do_mono_metadata_parse_generic_inst): Likewise.
25925         (mono_metadata_parse_type_full): New public method.  This is the actual
25926         mono_metadata_parse_type() implementation - with an additional
25927         `MonoGenericContainer *' argument.
25928         (mono_metadata_parse_array_full): Likewise.
25929         (mono_metadata_parse_signature_full): Likewise.
25930         (mono_metadata_parse_method_signature_full): Likewise.
25931         (mono_metadata_parse_mh_full): Likewise.
25932         (mono_type_create_from_typespec): Likewise.
25933         (mono_metadata_interfaces_from_typedef_full): New public method;
25934         this is similar to the other _full() methods, but we take a
25935         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
25936         (mono_metadata_parse_generic_param): Take an additional
25937         `MonoGenericContainer *' argument and lookup the MonoGenericParam
25938         from that container.
25939         (mono_metadata_generic_param_equal): New static method to compare
25940         two type parameters.
25941         (_mono_metadata_type_equal): New static method; takes an
25942         additional `gboolean signature_only' argument - if true, we don't
25943         compare the owners of generic parameters.
25944         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
25945         with a TRUE argument - do a signature-only comparision.
25946
25947         * loader.c: Use the new _full() methods and pass the
25948         MonoGenericContainer to them.
25949
25950         * object-internals.h (MonoReflectionTypeBuilder): Added
25951         `MonoGenericContainer *generic_container' field.
25952         (MonoReflectionMethodBuilder): Likewise.
25953
25954 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
25955
25956         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
25957         case initial images of dynamic assemblies.
25958
25959         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
25960
25961         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
25962
25963         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
25964         length of event->other array.
25965         (typebuilder_setup_events): Ditto.
25966
25967         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
25968         'assembly_by_name' and add an 'assemblies' list.
25969
25970         * assembly.h assembly.c: Add a new search hook for determining whenever
25971         an assembly is already loaded. Use this instead of searching in the
25972         loaded_assemblies list.
25973
25974         * domain.c appdomain.c: Implement the new search hook so loaded 
25975         assemblies are now scoped by appdomain. Fixes #67727.
25976
25977 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
25978
25979         * threads.c (mono_thread_attach): Initialize synch_lock field so
25980         mono_thread_detach works again.
25981
25982         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
25983         'lib' too. Fixes #63130.
25984
25985 2004-10-06  Jackson Harper  <jackson@ximian.com>
25986
25987         * culture-info-tables.h: regenerated.
25988
25989 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
25990
25991         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
25992         implemented by other interfaces in the result. Fixes #65764.
25993         
25994         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25995         Handle unloadable modules without crashing.
25996
25997         * image.c (load_modules): Revert the previous patch since modules must
25998         have a fixed index inside the array.
25999         
26000         * image.c (load_modules): Don't include native modules in the modules
26001         array.
26002
26003 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
26004
26005         * reflection.h: Add param_defaults field.
26006
26007         * reflection.c: Add support for parameter defaults in dynamic methods.
26008         Fixes #64595.
26009
26010         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
26011         an empty string when a type has no namespace. Fixes #64230.
26012
26013 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
26014
26015         * tabledefs.h: Added "internal" security actions to support non-CAS
26016         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
26017         Note: they do not seems to be used anymore in 2.0 (new metadata format)
26018
26019 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
26020
26021         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
26022         constructor of abstract class. Fixes #61689.
26023
26024 2004-10-04  Martin Baulig  <martin@ximian.com>
26025
26026         * class-internals.h (MonoGenericContainer): New type.
26027         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
26028         `MonoGenericContainer *generic_container'.
26029         (MonoClass): Replaced `gen_params' and `num_gen_params' with
26030         `MonoGenericContainer *generic_container'.
26031
26032         * metadata.c (mono_metadata_load_generic_params): Return a
26033         `MonoGenericContainer *' instead of a `MonoGenericParam *';
26034         removed the `num' argument.
26035
26036 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
26037
26038         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
26039         for dynamic images.
26040
26041         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
26042         machine fields.
26043
26044         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
26045
26046         * reflection.c: Save pe_kind and machine values into the generated
26047         image file.
26048
26049         * appdomain.c: Bump corlib version number.
26050
26051         * object-internals.h: Reorganize layout of LocalBuilder.
26052
26053         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
26054         New helper function.
26055
26056         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
26057         created MonoType for dynamic types. Fixes #66180.
26058
26059 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
26060
26061         * threadpool.c: the ares hashtable needs a critical section around it.
26062         this prevents some nasty segfaults
26063
26064 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
26065
26066         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
26067         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
26068         bug 67324).
26069         
26070 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
26071
26072         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
26073         
26074 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
26075
26076         * image.c: Always canonicalize image file names, to avoid loading
26077         the same assembly twice when referenced using a relative path.
26078
26079 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
26080
26081         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
26082
26083         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
26084
26085         * marshal.c: Fix warnings.
26086
26087 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
26088
26089         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
26090         attempting to marshal the delegate_trampoline as the method_addr.
26091         This patch has a static hashtable of marshalled delegates so that 
26092         we can map delegate_trampoline addresses back to delegates.  This
26093         allows a delegate passed to managed code to be passed back into native
26094         code.  Fixes #67039
26095
26096 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
26097
26098         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
26099
26100         * reflection.c (method_encode_code): Align method headers properly.
26101         Fixes #66025.
26102
26103 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
26104
26105         * marshal.c: In the runtime invoke wrapper, reset the abort
26106         exception if it is cached. This avoids the automatic rethrowal of 
26107         the exception after the catch of the wrapper. Also check for pending
26108         interruptions before calling the managed method. This is done using
26109         the new method emit_thread_force_interrupt_checkpoint, since the
26110         normal checkpoint method is ignored when running the invoke wrapper.
26111         * object.c: If the abort exception is rethrown, set the abort_exc
26112         field of the thread, so it will be rethrown aftere every catch.
26113         * threadpool.c: Only run an interruption checkpoint if what has been
26114         requested is a stop of the thread (aborts will be ignored).
26115         * threads.c: By default, a thread will now never be interrumped while
26116         running the runtime invoke wrapper (this ensures that runtime_invoke
26117         will always return to the caller if an exception pointer is provided).
26118         There is a new special method mono_thread_force_interruption_checkpoint()
26119         to force an interruption checkpoint even if running a protected
26120         wrapper, which is used by the same runtime invoke wrapper to do a check
26121         at a safe point.
26122
26123 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
26124
26125         * object.c, object-internals.h: Implemented mono_release_type_locks,
26126         which releases the cctor locks held by a thread.
26127         * threads.c, threads.h: In thread_cleanup, release cctor locks held
26128         by a thread. Added mono_thread_exit() method to be used to safely stop
26129         a thread.
26130
26131 2004-09-28  Raja R Harinath  <rharinath@novell.com>
26132
26133         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
26134         Move null check before dereference.  Avoid indexing beyond the end
26135         of the 'modules' array.
26136
26137 2004-09-28  Raja R Harinath  <rharinath@novell.com>
26138
26139         * metadata-internals.h (MonoImage): Add module_count field.
26140         * image.c (load_modules): Set image->module_count.
26141         (mono_image_load_file_for_image): Use image->module_count.
26142         * reflection.c (mono_image_load_module): Append to image->modules array 
26143         of dynamic assembly.
26144         (mono_module_get_object): Fix loop to actually increment index.
26145         Use image->module_count.
26146         * assembly.c (mono_assembly_load_references): Use image->module_count.
26147         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
26148         Likewise.
26149
26150 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
26151
26152         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
26153         Avoid assert on generic types.
26154
26155 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
26156
26157         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
26158
26159         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
26160
26161         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
26162         function to convert a MarshalSpec structure to its managed counterpart.
26163
26164         * reflection.c: Fix warnings.
26165         
26166         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
26167         field.
26168
26169         * icall.c (mono_create_icall_signature): Fix build.
26170
26171 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
26172
26173         * icall.c: Add MakePointType icall.
26174
26175         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
26176         warnings.
26177
26178 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26179
26180         * threadpool.c: reuse allocated slots in the queue.
26181
26182 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
26183
26184         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
26185
26186         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
26187
26188         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
26189         previous change.
26190
26191         * tabledefs.h: Add constants for pinvoke attributes BestFit and
26192         ThrowOnUnmappableChar.
26193
26194         * icall.c (ves_icall_Type_GetPacking): New icall.
26195
26196 2004-09-24  Martin Baulig  <martin@ximian.com>
26197
26198         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
26199
26200 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26201
26202         * appdomain.c:
26203         (mono_domain_set): allow setting a domain that is being unloaded.
26204         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
26205         being unloaded.
26206
26207 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
26208
26209         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
26210         the GetCustomAttributes icall.
26211
26212 2004-09-23  Martin Baulig  <martin@ximian.com>
26213
26214         * object-internals.h (MonoReflectionGenericParam): Replaced
26215         'has_ctor_constraint', `has_reference_type' and `has_value_type'
26216         with `guint32 attrs'.
26217
26218 2004-09-23  Martin Baulig  <martin@ximian.com>
26219
26220         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
26221
26222 2004-09-23  Martin Baulig  <martin@ximian.com>
26223
26224         * object-internals.h (GenericParameterAttributes): New enum.
26225
26226 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
26227
26228         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
26229         
26230         * class.c (init_events): Fill out event->other field.
26231
26232         * class.c: Fix warnings.
26233
26234         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
26235
26236 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
26237
26238         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
26239         walk which doesn't supply the IL offset.
26240
26241 2004-09-22  Martin Baulig  <martin@ximian.com>
26242
26243         * reflection.c (mono_reflection_setup_internal_class): If we're
26244         System.ValueType, System.Object or System.Enum, set
26245         `klass->instance_size' and create the vtable.
26246         (mono_reflection_create_internal_class): If we're an enum type,
26247         get the base class from our current corlib.
26248
26249 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
26250
26251         * reflection.h (MonoResolveTokenError): New type.
26252
26253         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
26254         icall.
26255
26256         * icall.c: Add an 'error' argument to the ResolveToken icalls.
26257
26258 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
26259
26260         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
26261         Support also calling constructors, but only for already allocated objects.
26262
26263 2004-09-17  Geoff Norton <gnorton@customerdna.com>
26264
26265         * reflection.c (type_get_qualified_name): If the klass is null
26266         return the typename to avoid a NullRefEx.
26267         (encode_cattr_value): Get the qualified name of the boxed type,
26268         not the underlying enumtype.  Fixes #62984.
26269
26270 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
26271
26272         * marshal.c: Fix problems with previous checkin.
26273
26274 2004-09-21    <vargaz@freemail.hu>
26275
26276         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
26277         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
26278
26279         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
26280
26281 2004-09-21  Geoff Norton <gnorton@customerdna.com>
26282
26283         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
26284         should only return a type for pointers, arrays, and passbyref types.
26285         Fixes bug #63841.
26286
26287 2004-09-21  Martin Baulig  <martin@ximian.com>
26288
26289         * domain.c (mono_debugger_check_runtime_version): New public
26290         function.
26291
26292         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
26293
26294 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
26295
26296         * reflection.c: Added missing sort to the declarative security 
26297         attributes table. MS implementation stops seeing the attributes if the
26298         token number regress in the table (as shown by ildasm and permview).
26299
26300 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
26301
26302         * object-internals.h (MonoReflectionModule): Add 'token' field.
26303         
26304         * reflection.c (mono_reflection_get_token): Add support for Module
26305         and Assembly.
26306         (mono_module_get_object): Set 'token' field.
26307         (mono_module_file_get_object): Set 'token' field.
26308
26309         * icall.c: Add new Assembly and Module icalls.
26310
26311         * appdomain.c: Bump corlib version.
26312
26313 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
26314
26315         * loader.h loader.c class.h class.c: Add helper functions for obtaining
26316         tokens of metadata objects.
26317
26318         * reflection.h reflection.c (mono_reflection_get_token): New function
26319         to obtain the token of a metadata object.
26320
26321         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
26322
26323 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
26324
26325         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
26326         
26327         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
26328
26329 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
26330
26331         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
26332         * object-internals.h: Added 3 MonoArray* members to MonoReflection
26333         AssemblyBuilder to access the permissions set in the class lib.
26334         * reflection.c: Added security attributes encoding step in 
26335         mono_image_build_metadata.
26336         * tabledefs.h: Added new security actions defined in 2.0:
26337         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
26338
26339 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
26340
26341         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
26342         macro parameter.
26343
26344 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
26345  
26346         * locales.c: nullify the ICU_collator member of CompareInfo when it is
26347           finalized. There where random SIGSEVs at program termination, when
26348           an object being finalized was trying to do a string comparison and
26349           the current culture was already finalized.
26350  
26351 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26352
26353         * threads.c: call thread_cleanup before finishing the thread if we get
26354         there.
26355
26356 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
26357
26358         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
26359         assemblies from the parent. Fixes #65665.
26360
26361 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
26362
26363         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
26364         modifiers.
26365
26366 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
26367
26368         * reflection.h: add prototype for mono_get_dbnull_object
26369         * reflection.c: add prototypes for get_default_param_value_blobs 
26370         and mono_get_object_from_blob for fussier compilers
26371
26372 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
26373  
26374         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
26375         false deadlock checks in class initialization.
26376  
26377 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
26378
26379         * image.c (mono_image_addref): Fix comment.
26380
26381         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
26382         possible.
26383
26384 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
26385
26386         * reflection.c (mono_param_get_objects): Modified to return
26387         ParameterInfo.DefaultValue object.
26388
26389         (get_default_param_value_blobs):
26390         (mono_get_object_from_blob):
26391         (mono_get_dbnull_object): New helper routines. 
26392
26393         * object.c (mono_get_constant_value_from_blob): New helper routine
26394         carved out from get_default_field_value ()
26395
26396         * object-internals.h (mono_get_constant_value_from_blob): Added
26397         function declaration.
26398
26399 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
26400
26401         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
26402         referenced assemblies. Fixes #62135.
26403
26404         * exception.h exception.c (mono_get_exception_file_not_found2): New
26405         helper function.
26406
26407 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
26408
26409         * class.h class.c: Add mono_type_get_underlying_type ().
26410
26411 2004-09-09  Geoff Norton <gnorton@customerndna.com>
26412
26413         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
26414         Fix GetTypes() to support dynamically created assemblies.
26415
26416 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
26417
26418         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
26419         
26420         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
26421         previous patch.
26422
26423         * reflection.h reflection.c loader.c: Allow dynamic construction of
26424         pinvoke methods. Fixes #65571.
26425         
26426         * reflection.c (mono_reflection_get_type): Revert previous change since
26427         it causes regressions.
26428
26429 2004-09-08  Martin Baulig  <martin@ximian.com>
26430
26431         * class.c (class_compute_field_layout): Don't call
26432         mono_class_layout_fields() for open generic instances.
26433
26434 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
26435         * threads.c appdomain.c: fix typo in GC macro
26436
26437 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26438
26439         * threads.c: don't call mono_thread_detach() in start_wrapper(),
26440         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
26441
26442 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
26443
26444         * image.c (mono_image_close): Applied patch from 
26445         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
26446         assembly is loaded multiple times from data.
26447         
26448         * image.c (mono_image_open): Fix warning.
26449
26450 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
26451
26452         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
26453         once. Fixes #58334.
26454         
26455         * reflection.c (mono_reflection_create_runtime_class): Initialize
26456         klass->nested_classes. Fixes #61224.
26457
26458 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
26459
26460         * threads.c: sched_yield() on exit, to allow threads to quit.
26461
26462 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
26463
26464         * object.c (mono_unhandled_exception): Remove leftover debug code.
26465
26466 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
26467
26468         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
26469
26470 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
26471
26472         * marshal.c (emit_marshal_array): Really null terminate string arrays.
26473         
26474         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
26475
26476 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
26477
26478         * marshal.c (emit_marshal_array): Null terminate string arrays.
26479         
26480         * marshal.c (raise_auto_layout_exception): Fix warning.
26481
26482         * reflection.c (mono_param_get_objects): Initialize the default value
26483         with DBNull.Value, not null. Fixes #62123.
26484
26485 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
26486
26487         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
26488         throw an exception with a cute explanation.
26489
26490 2004-09-06  Dick Porter  <dick@ximian.com>
26491
26492         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
26493         Close the new process's thread handle, as we don't use it.  The
26494         handle stays around forever otherwise.
26495
26496 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
26497
26498         * object.c (arith_overflow): Fix warning.
26499
26500         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
26501         calling conventions in method refs. Fixes #65352.
26502
26503         * reflection.c: Fix warnings.
26504
26505 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
26506
26507         * icall.c: Add a new icall for Array.Clear
26508
26509 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
26510
26511         * object.c: When allocating an array, we have to throw
26512         an overflow exception if any of the lengths are < 0.
26513
26514 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
26515
26516         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
26517         properly. Also move implementation of string array marshalling to 
26518         managed code. Fixes #42316.
26519
26520 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26521
26522         * assembly.c: provide more information when loading an assembly fails.
26523
26524 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26525
26526         * filewatcher.c: don't expect the development fam package to be
26527         installed.
26528
26529 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
26530
26531         * marshal.c: Make a copy of the signature cookie since it will be
26532         freed by the caller.
26533         
26534         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
26535
26536         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
26537
26538         * metadata.c (mono_metadata_free_marshal_spec): New function to free
26539         marshal specs.
26540
26541         * marshal.c: More refactoring.
26542         
26543         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
26544         smaller functions.
26545
26546 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
26547
26548         * object.c: In mono_message_invoke, fill the output parameter array after
26549           calling the managed method (it was done before the call). This fixes
26550           bug #59299.
26551
26552 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
26553
26554         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
26555         as well.
26556
26557 2004-09-02  Martin Baulig  <martin@ximian.com>
26558
26559         * class.c (mono_class_instance_size): Don't allow generic type
26560         definitions or open generic instances.
26561         (mono_class_array_element_size): If we're a value type, call
26562         mono_class_instance_size() on the original class.
26563
26564         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
26565         handle generic instances.
26566
26567         * mono-debug-debugger.c (write_type): Handle generic instances
26568         like classes.
26569
26570 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
26571
26572         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
26573         the allocation request fails. Fixes #65089.
26574
26575         * object.c (mono_runtime_free_method): Do not call mono_free_method.
26576         
26577         * object.c (mono_runtime_free_method): New function to free a dynamic
26578         method.
26579
26580         * marshal.c (mono_delegate_free_ftnptr): New function to free the
26581         delegate trampoline.
26582
26583         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
26584         with hasthis as dynamic,
26585
26586         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
26587
26588         * domain.c (mono_jit_info_table_remove): New function to remove an
26589         entry from the jit info table.
26590
26591         * class-internals.h (MonoMethod): Add 'dynamic' field.
26592
26593         * loader.c: Fix warnings.
26594
26595 2004-09-01  Martin Baulig  <martin@ximian.com>
26596
26597         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
26598         instead of mono_debugger_lock() because the latter one is a no-op
26599         unless running in the debugger.
26600
26601 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
26602
26603         * class.c (class_compute_field_layout): Classes with auto-layout or
26604         reference fields are not blittable.
26605         
26606 2004-09-01  Dick Porter  <dick@ximian.com>
26607
26608         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
26609         mono_image_get_filename() to get the assembly location.
26610
26611         * icall.c:
26612         * metadata.h: Fix compile warnings
26613
26614 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
26615
26616         * class.c (class_compute_field_layout): System.Object is blittable.
26617
26618         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
26619         as in/out. Fixes #59909.
26620
26621 2004-09-01  Martin Baulig  <martin@ximian.com>
26622
26623         * metadata.h (MONO_TYPE_ISREFERENCE): Call
26624         mono_metadata_generic_inst_is_valuetype() if we're a generic
26625         instance to check whether our underlying type is a reference type.
26626
26627 2004-09-01  Martin Baulig  <martin@ximian.com>
26628
26629         * metadata.c (mono_type_size): If we're a generic instance, call
26630         mono_class_value_size() for value types.
26631
26632 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
26633
26634         * marshal.c: Implement more custom marshalling functionality. Fixes
26635         #64915.
26636
26637 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
26638
26639         * mono-debug.c, debug-mono-symfile.c: add some locking love.
26640
26641 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
26642
26643         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
26644
26645         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
26646
26647         * icall.c: Fix some warnings.
26648
26649         * threads.c (abort_appdomain_thread): Fix unref errors.
26650         (mono_thread_current): Fix THREAD_DEBUG define.
26651
26652 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
26653
26654         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
26655
26656         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
26657
26658 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
26659
26660         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
26661         string arrays.
26662
26663 2004-08-28  Martin Baulig  <martin@ximian.com>
26664
26665         * metadata.c
26666         (mono_metadata_generic_inst_is_valuetype): New public function.
26667
26668         * metadata.h (MONO_TYPE_ISSTRUCT): Call
26669         mono_metadata_generic_inst_is_valuetype() if we're a generic
26670         instance to check whether our underlying type is a valuetype.
26671
26672 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
26673
26674         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
26675         #63768.
26676
26677 2004-08-25  Martin Baulig  <martin@ximian.com>
26678
26679         * loader.c (mono_get_method_from_token): Abstract methods can also
26680         be generic and thus have type parameters.
26681
26682         * metadata-internals.h
26683         (MonoDynamicImage): Added `GPtrArray *gen_params'.
26684
26685         * reflection.c (mono_image_get_generic_param_info): Don't create a
26686         metadata row, just add an entry to the `gen_params' array.
26687         (build_compressed_metadata): Sort the `gen_params' array and then
26688         actually create the metadata.
26689
26690 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26691
26692         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
26693
26694 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
26695
26696         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
26697
26698 2004-08-24  Martin Baulig  <martin@ximian.com>
26699
26700         * class.cs (mono_class_is_subclass_of): Like an interface, a
26701         generic instance also derives from System.Object.
26702
26703 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
26704
26705         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
26706         custom modifiers to be in any order. Fixes #61990.
26707
26708 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
26709
26710         * object.c: Register mono_object_new_fast icall.
26711         
26712         * object.c (mono_class_get_allocation_ftn): Return to calling
26713         mono_object_new_fast, since it seems faster to compute the object 
26714         size in unmanaged code than passing it as a parameter.
26715
26716         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
26717
26718         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
26719         this function with Boehm as the oom handler, so we don't have to check
26720         the result of GC_malloc.
26721
26722         * object.c: Remove checks for oom.
26723
26724         * object.h object.c (mono_class_get_allocation_ftn): New function to
26725         return the icall which can be used to allocate an instance of a given
26726         class. 
26727
26728         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
26729
26730         * class-internals.h: Add 'enabled' field.
26731
26732 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
26733
26734         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
26735
26736 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
26737         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
26738         value 0x0010.
26739
26740 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
26741
26742         * appdomain.c: use the Tls function for appdomain too,
26743         at Zoltan's request. Actually return in mono_context_get
26744
26745         * appdomain.c, profiler.c, threads.c: use __thread
26746
26747 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
26748
26749         * appdomain.c threads.c: Call GC_CreateThread on windows.
26750
26751         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
26752         multiple libraries since this don't work on windows.
26753
26754 2004-08-18  Martin Baulig  <martin@ximian.com>
26755
26756         * class-internals.h
26757         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
26758         MonoMethodHeader.
26759
26760         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
26761         MonoMethodNormal since we also need it for abstract and interface
26762         methods.
26763
26764         * reflection.c
26765         (build_compressed_metadata): Sort the GenericParam table.
26766         (mono_image_create_token): Added `gboolean create_methodspec'
26767         argument; this is false when generating a MethodImpl token.
26768         (reflection_methodbuilder_to_mono_method): Abstract and interface
26769         methods may also have generic parameters.
26770
26771 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
26772
26773         * appdomain.c: thread local alloc
26774
26775 2004-08-17  Martin Baulig  <martin@ximian.com>
26776
26777         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
26778
26779         * icall.c
26780         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
26781         argument.
26782
26783         * class.c (mono_type_get_full_name): New public function.
26784         (mono_type_get_name): Don't include the type arguments.
26785
26786 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
26787
26788         * Makefile.am: Build static versions of libmetadata and libmonoruntime
26789         for inclusion into the mono executable.
26790
26791 2004-08-16  Martin Baulig  <martin@ximian.com>
26792
26793         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
26794         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
26795
26796 2004-08-14  Martin Baulig  <martin@ximian.com>
26797
26798         * class.c (dup_type): Also copy the `byref' field.
26799
26800 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
26801
26802         * reflection.c (create_dynamic_mono_image): Revert the last change 
26803         since it breaks bootstrap.
26804
26805 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
26806
26807         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
26808
26809         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
26810         not free them with g_free.
26811
26812 2004-08-11  Martin Baulig  <martin@ximian.com>
26813
26814         * reflection.c (mono_reflection_setup_internal_class): Also call
26815         mono_class_setup_mono_type() if we already have a `tb->type.type'.
26816
26817 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
26818
26819         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
26820         called during default (first) AppDomain creation. Keep track of
26821         Evidence when loading assemblies.
26822
26823 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
26824
26825         * opcodes.c, opcodes.h: reduce runtime relocations.
26826
26827 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
26828
26829         * culture-info.h, locales.c: fixes and chages to sue the new
26830         optimized format of the locale data.
26831         * culture-info-tables.h: regenerated.
26832
26833 2004-08-06  Geoff Norton <gnorton@customerdna.com>
26834         
26835         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
26836
26837 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
26838
26839         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
26840         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
26841         * domain-internals.h: icall declaration.
26842         * icall.c: icall registration.
26843         * object-internals.h: New fields in MonoAssembly for CAS.
26844
26845 2004-08-05  Duncan Mak  <duncan@ximian.com>
26846
26847         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
26848         CEE_LDELEM_ANY.
26849
26850 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
26851
26852         * reflection.c: fix to deal with object[] arrays in custom ctors
26853         (bug #62550).
26854
26855 2004-08-05  Martin Baulig  <martin@ximian.com>
26856
26857         * class.c (mono_class_array_element_size): Added support for
26858         generic instances and correctly handle "recursive" types.
26859
26860 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
26861
26862         * assembly.c: Fix warnings.
26863
26864 2004-08-04  Martin Baulig  <martin@ximian.com>
26865
26866         * class.c
26867         (mono_type_get_name_recurse): Added `gboolean include_arity'
26868         argument specifying whether or not we should include the generic
26869         arity in the type name.
26870         (_mono_type_get_name): New static function.
26871         (mono_class_setup_vtable): If we're a generic instance, don't
26872         include the generic arity in the names of explicit method
26873         implementations.        
26874
26875 2004-08-03  Martin Baulig  <martin@ximian.com>
26876
26877         * class.c (mono_type_get_name_recurse): Enclose the generic type
26878         arguments in `<', '>'.
26879
26880 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26881
26882         * gc.c: make GC warning messages use the trace API, they are just
26883         noise to most of the users.
26884
26885 2004-08-03  Martin Baulig  <martin@ximian.com>
26886
26887         * debug-mono-symfile.c (read_string): Correctly read the string.
26888
26889 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
26890
26891         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
26892         
26893         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
26894         icalls.
26895         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
26896
26897 2004-07-30  Martin Baulig  <martin@ximian.com>
26898
26899         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
26900         Reflect latest symbol writer changes.   
26901
26902 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
26903
26904         * object.c: always create an object if null is passed
26905         to Invoke() where a valuetype is expected.
26906
26907 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
26908
26909         * marshal.c (mono_marshal_init): make managed
26910         signatures match native ones better for 64bits.
26911
26912 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26913
26914         * appdomain.c: hack to build correctly the private bin path on windows.
26915         Fixes bug #61991.
26916
26917 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
26918
26919         * assembly.c: Load mscorlib from the correct framework directory
26920           (mono/<version>/mscorlib.dll).
26921         * appdomain.h: Added prototypes for new functions.
26922         * internals.h: Added some prototypes.
26923         * domain.c: When initializing the runtime, get from the executable and
26924           the configuration files the runtime version that the app supports.
26925           Added support methods for reading app.exe.config. Added list of versions
26926           supported by the JIT. Added two new methods: mono_init_from_assembly,
26927           which initializes the runtime and determines the required version from
26928           the provided exe file, and mono_init_version, which initializes
26929           the runtime using the provided version.
26930         * icall.c: Get machine.config from version-specific directory.
26931         * reflection.c: When generating an image, embed the version number
26932           of the current runtime.
26933
26934 2004-07-28  Dick Porter  <dick@ximian.com>
26935
26936         * socket-io.c
26937         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
26938         returned sockaddr size before creating the remote address object.
26939         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
26940         61608.
26941
26942 2004-07-28  Dick Porter  <dick@ximian.com>
26943
26944         * locales.c (string_invariant_compare_char): Fix invariant char
26945         compares between upper and lower cases.  Fixes bug 61458.
26946
26947 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
26948         
26949         * marshal.c: actually cache stelem.ref wrappers.
26950         
26951 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
26952
26953         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
26954         sections and remove the mono_cli_rva_map () function.
26955
26956 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26957
26958         * debug-mono-symfile.c: fix one more endianess issue, from a patch
26959         by Geoff Norton (<gnorton@customerdna.com>).
26960
26961 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26962
26963         * class.c: fix class loads for pointer types (typeof(int) !=
26964         typeof(int*)).
26965
26966 2004-07-27  Martin Baulig  <martin@ximian.com>
26967
26968         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
26969         reading the debugging information from an external ".mdb" file.
26970
26971 2004-07-24  Martin Baulig  <martin@ximian.com>
26972
26973         * reflection.c (mono_image_get_type_info): Only write a class
26974         layout entry if we actually have a size or a packing size.
26975
26976 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26977
26978         * reflection.c (type_get_fully_qualified_name): 
26979         insert cast to get type checking of ?: with non-gcc compilers
26980
26981 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26982
26983         * rand.c: use g_getenv for both lookups of
26984         MONO_EGD_SOCKET
26985
26986 2004-07-17  Martin Baulig  <martin@ximian.com>
26987
26988         * reflection.c (mono_reflection_bind_generic_method_parameters):
26989         Set `gmethod->reflection_info'.
26990
26991 2004-07-17  Martin Baulig  <martin@ximian.com>
26992
26993         * class.c (mono_class_create_from_typedef): Insert the newly
26994         created class into the hash table before computing the interfaces
26995         since we could be called recursively.
26996
26997 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
26998
26999         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
27000         function to implement stelem.ref in managed code
27001         * class-internals.h, debug-helpers.c: a new wrapper type
27002         for the above.
27003
27004 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
27005
27006         * gc.c: allow GC handles to work even when no GC is compiled in.
27007         Fix part of bug #61134 (GetAddrOfPinnedObject).
27008
27009 2004-07-13  Peter Williams  <peter@newton.cx>
27010  
27011         * process.c (complete_path): Make sure we don't attempt to execute
27012         directories.
27013  
27014 2004-07-12  Geoff Norton <gnorton@customerdna.com>
27015
27016         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
27017           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
27018           and will add/subtract the hour if needed
27019
27020 2004-07-12  Martin Baulig  <martin@ximian.com>
27021
27022         * reflection.c (mono_field_get_object): If we have
27023         `field->generic_info', take the attributes from
27024         `field->generic_info->generic_type'.    
27025
27026 2004-07-12  Martin Baulig  <martin@ximian.com>
27027
27028         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
27029         This function must be called before initializing the runtime.
27030         (mono_debug_init_1): New function; call this after initializing
27031         the runtime, but before loading the assembly.  It tells the
27032         debugger to load corlib and the builtin types.
27033
27034         * mono-debug-debugger.c: Did some larger changes in the debugging
27035         code; support recursive class declarations, make sure we actually
27036         add all classes.
27037
27038 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27039
27040         * debug-helpers.c: undo my previous patch and fixed the real issue in
27041         ../mini/exceptions-x86.c
27042
27043 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27044
27045         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
27046         when no HOME env. variable was set and a NullRef was thrown in a .cctor
27047         called from other .cctors.
27048
27049 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27050
27051         * loader.c: Removed the mono_loader_wine_init hack now that we are
27052         doing a managed version of Windows.Forms.
27053
27054 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
27055
27056         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
27057         threadpool.c, threads.c: remove static data from rootset.
27058
27059 2004-07-09  Dick Porter  <dick@ximian.com>
27060
27061         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
27062         Don't do any more processing if the matched length was 0.  It was
27063         increasing the size of the string before.  Fixes bug 61167.
27064
27065 2004-07-09  Dick Porter  <dick@ximian.com>
27066
27067         * socket-io.h:
27068         * socket-io.c
27069         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
27070         Add support for SO_PEERCRED if its available.
27071
27072 2004-07-09  Peter Bartok <pbartok@novell.com>
27073         * loader.c: winelib.exe.so error message is now only displayed if
27074         MONO_DEBUG is set. To help us avoid questions when people are trying
27075         out the new Managed.Windows.Forms.
27076
27077 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
27078
27079         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
27080         for isinst and castclass wrappers.
27081
27082         * class-internals.h icall.c: Move registration and lookup of JIT icalls
27083         to libmetadata from the JIT, so they could be used by the marshalling
27084         code and the interpreter.
27085
27086         * marshal.c: Register marshalling related JIT icalls here instead of
27087         in mini.c. Use CEE_MONO_ICALL instead of the family of 
27088         CEE_MONO_PROC<x> opcodes to call marshalling functions.
27089
27090         * metadata.h: Remove unneeded marshalling conversions.
27091
27092         * opcodes.c: Update for new opcodes.
27093         
27094 2004-07-08  Martin Baulig  <martin@ximian.com>
27095
27096         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
27097         (mono_debug_get_domain_data): Make this function static.
27098
27099 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
27100
27101         * gc.c, object.h: add nice GC handle API for embedders.
27102
27103 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
27104
27105         * reflection.c: more changes for the new api
27106
27107         * object.c: When we reflect on a field w/ a constant value, it
27108         will not have a memory location, so we must access metadata. Also,
27109         allow easier reading of strings so that we can read them from
27110         the constant data.
27111
27112         * class.c (mono_class_layout_fields): no need for literal fields here.
27113
27114         * class-internals.h: api changes for const fields
27115
27116         * icall.c (ves_icall_get_enum_info): use new apis for const fields
27117
27118 2004-07-06  Martin Baulig  <martin@ximian.com>
27119
27120         * mono-debug.h: Increment version number to 44.
27121
27122         * mono-debug.c (mono_debug_add_wrapper): The second argument is
27123         now a gpointer, rewrote this whole method.
27124
27125         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
27126         function.  Add information about the wrapper in a new "misc table".
27127
27128         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
27129         for the new misc table.
27130
27131 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
27132
27133         * metadata-internals.h image.c: Add a cache for helper signatures.
27134
27135         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
27136
27137 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
27138
27139         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
27140         delegates from a delegate. Fixes #61033.
27141         
27142         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
27143         marshalling of stringbuilder arrays. Fixes #59900.
27144
27145 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
27146
27147         * icall.c: Add EnumBuilder:setup_enum_type icall.
27148
27149 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
27150
27151         * icall.c: Added a new icall for the property version of
27152         OffsetOfStringData.
27153
27154 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
27155
27156         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
27157         it has a constant size across platforms.
27158
27159         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
27160         stack trace.
27161
27162 2004-06-29  Martin Baulig  <martin@ximian.com>
27163
27164         * mono-debug.c (mono_debug_add_method): Protect the whole function
27165         in mono_debugger_lock(), not just parts of it.
27166
27167 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
27168
27169         * reflection.c: make sure padding bytes in heaps are zeroed.
27170
27171 2004-06-24  David Waite  <mass@akuma.org>
27172
27173         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
27174         image.c, loader.c, locales.c, marshal.c, metadata.c,
27175         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
27176         string-icalls.c, threads.c: change to C90-style comments from C99 /
27177         C++ -style
27178
27179 2004-06-24  Dick Porter  <dick@ximian.com>
27180
27181         * threads.c
27182         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
27183         return createdNew.  Fixes bug 60412.
27184
27185         * threads-types.h: 
27186         * icall.c: Add createdNew parameter to CreateMutex icall
27187
27188 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
27189
27190         * reflection.c, object-internals.h: save default value in params.
27191
27192 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27193
27194         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
27195         no need to build a new path combining that with the application base.
27196         Fixes bug #60442.
27197
27198 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
27199
27200         * reflection.c: fixed minor standard compliance issues.
27201
27202 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
27203
27204         * reflection.c: fixed issue with encoding some custom attributes
27205         (arrays in properties and fields, bug #60411).
27206
27207 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27208
27209         * reflection.c: fix start address when copying the public key token.
27210
27211 2004-06-23  Martin Baulig  <martin@ximian.com>
27212
27213         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
27214         the `exc' object in a static object to put it into the GC's root set.
27215
27216 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
27217
27218         * reflection.c: make mono_reflection_setup_internal_class ()
27219         callable a second time to setup a new parent class.
27220
27221 2004-06-23  Dick Porter  <dick@ximian.com>
27222
27223         * threads.c: Check for WAIT_IO_COMPLETION return values.
27224
27225 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
27226
27227         * appdomain.c: Removed the g_free on the public key token. Now copy 
27228         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
27229         * assembly.c: Added public key token string value when loading 
27230         assemblies. Fix bug #60439.
27231         * icall.c: Added missing informations (like public key) in 
27232         GetReferencedAssemblies. Fix #60519.
27233         * image.h: Changed definition for public key token from const char*
27234         public_tok_value to guchar public_key_token [17];
27235         * reflection.c: Updated for changes to public key token.
27236
27237 2004-06-22  Lluis Sanchez Gual
27238
27239         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
27240         for the field in base classes.
27241
27242 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
27243
27244         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
27245         mark headers as not supported, they are installed only for use by the
27246         debugger.
27247
27248 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
27249
27250         * *.c, *.h: avoid namespace pollution in public headers.
27251
27252 2004-06-21  Martin Baulig  <martin@ximian.com>
27253
27254         * exception.c (mono_get_exception_security): It's in
27255         "System.Security", not in "System".
27256
27257         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
27258         the exception classes.
27259
27260 2004-06-21  Martin Baulig  <martin@ximian.com>
27261
27262         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
27263         Protect the exception object from being finalized.
27264
27265 2004-06-21  Martin Baulig  <martin@ximian.com>
27266
27267         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
27268         public function.
27269
27270 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
27271
27272         * reflection.c: Load the assembly in mono_reflection_type_from_name,
27273         if it was not loaded before. Fix parts of #60439.
27274
27275 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
27276
27277         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
27278         code that was broken since Ben's change: wrappers are now
27279         dependent on the method signature only again.
27280
27281 2004-06-21  Martin Baulig  <martin@ximian.com>
27282
27283         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
27284         added interface support.
27285
27286 2004-06-21  Martin Baulig  <martin@ximian.com>
27287
27288         * class.c (mono_vtable_get_static_field_data): New public method.
27289
27290 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
27291
27292         * filewatcher.c : Windows build fix to be compliant with API changes.
27293
27294 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
27295
27296         * class.h, class.c: more accessors.
27297         * metadata.h, metadata.c: prepare for hiding MonoType and
27298         MonoMethodSignature: people should use the accessors from now on
27299         outside of the tree.
27300
27301 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
27302
27303         * *.c, *.h: more API cleanups.
27304
27305 2004-06-18  Jackson Harper  <jackson@ximian.com>
27306
27307         * assembly.c: Trace loading assemblies.
27308         * loader.c: Trace loading native libraries.
27309         * mono-config.c: Trace loading config files.
27310         
27311 2004-06-18  Dick Porter  <dick@ximian.com>
27312
27313         * locales.c: Tell ICU the lengths of strings, it can cope with
27314         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
27315
27316 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
27317
27318         * image.c: swapped name/filename;
27319
27320 2004-06-18  Martin Baulig  <martin@ximian.com>
27321
27322         * mono-debug-debugger.c (write_class): Write the parent class at
27323         the end of the header.
27324
27325 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
27326
27327         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
27328
27329 2004-06-17  Raja R Harinath  <rharinath@novell.com>
27330
27331         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
27332         (bundle_obj): New conditional define.
27333         (BUILT_SOURCES): Remove.
27334         ($(bundle_srcs)): Make parallel-make safe.
27335         (libmonoruntime_la_LIBADD): Make unconditional.
27336         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
27337         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
27338
27339 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
27340
27341         * culture-info-tables.h: It was inconsistent with the latest
27342           supp info files.
27343
27344 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
27345
27346         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
27347         be loaded.
27348
27349         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
27350         with gcc 2.95.
27351
27352 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
27353
27354         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
27355         cleaned up public header threads.h.
27356
27357 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
27358
27359         * Makefile.am, *.c, *.h: more API cleanups.
27360
27361 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
27362
27363         * Makefile.am: removed monosn from compilation.
27364         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
27365         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
27366         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
27367         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
27368         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
27369         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
27370
27371 2004-06-15  Jackson Harper  <jackson@ximian.com>
27372
27373         * assembly.c: Make locales lower case when searching the GAC for
27374         assemblies. gacutil will always make locales lowercase when
27375         installing so this effectively makes them case insensitive.
27376         
27377 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
27378
27379         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
27380         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
27381           parameter which allows to choose whether the wait can be interrupted or 
27382           not. Also added the method mono_monitor_enter(), which locks the monitor
27383           using an infinite wait and without allowing interruption.
27384           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
27385           interrupted.
27386         * object.h: Added new fields in MonoThread. suspend_event holds the event
27387           used to susped/resume the thread. synch_lock is the lock object to use for
27388           modifying the thread state.
27389         * threads.c: Use the new synch_lock object for locking, instead of "this",
27390           which can generate deadlocks.
27391           Moved thread state change in Thread.Sleep and Thread.Join from managed
27392           to unmanaged code. This avoids a deadlock when the thread was suspended
27393           just after acquiring the thread lock.
27394           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
27395           Implemented Thread.Suspend using an event instead of ThreadSuspend,
27396           which is not fully implemented in the io-layer.
27397         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
27398
27399 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
27400
27401         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
27402         threads-types.h: more API cleanups.
27403
27404 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
27405
27406         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
27407         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
27408         threadpool.c, threads.c: first pass at the exported API cleanup.
27409
27410 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
27411
27412         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
27413
27414 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
27415
27416         * icall.c: added internalGetHome.
27417
27418 2004-06-14  Dick Porter  <dick@ximian.com>
27419
27420         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
27421         possible to return successfully when '.' or '..' were the only
27422         entries in a directory, but were skipped.  The MonoIOStat was not
27423         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
27424         Fixes bug 59574.
27425
27426 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
27427
27428         * reflection.c: make binaries run on .Net 1.1 by default.
27429
27430 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
27431
27432         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
27433
27434 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
27435
27436         * marshal.c: keep track of struct size with explicit layout
27437         (bug #59979).
27438
27439 2004-06-12  Martin Baulig  <martin@ximian.com>
27440
27441         * mono-debug-debugger.c: Comment out a debugging g_message().
27442
27443 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
27444
27445         * reflection.c, reflection.h: do not free custom attrs that are cached.
27446         * icall.c: use braces to make code clearer.
27447
27448 2004-06-11  Martin Baulig  <martin@ximian.com>
27449
27450         * class.h (MonoInflatedField): New type.
27451         (MonoClassField): Replaced `MonoType *generic_type' with
27452         `MonoInflatedField *generic_info'.
27453
27454         * icall.c
27455         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
27456
27457 2004-06-11  Martin Baulig  <martin@ximian.com>
27458
27459         * reflection.c (mono_image_create_method_token): Correctly encode
27460         varargs methods.
27461
27462 2004-06-11  Martin Baulig  <martin@ximian.com>
27463
27464         * metadata.c (mono_metadata_parse_method_signature): When parsing
27465         a MethodDef which has VarArgs, also set sentinelpos if we don't
27466         have any parameters.
27467
27468 2004-06-11  Martin Baulig  <martin@ximian.com>
27469
27470         * verify.c (mono_method_verify): In CEE_CALL, use
27471         mono_method_get_signature() to get the method's signature, unless
27472         we're a PInvoke method.
27473
27474 2004-06-10  Jackson Harper  <jackson@ximian.com>
27475
27476         * assembly.c: Use <path>/lib/mono/gac for the extra paths
27477         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
27478         logical name as the supplied path is just a prefix to the gac not
27479         the direct path to it.
27480         
27481 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
27482
27483         * reflection.c: make the token for a created method match
27484         the token of the MethodBuilder it was created from
27485         (IKVM requires this behaviour now).
27486
27487 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
27488
27489         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
27490         reflection.c, socket-io.c: leak fixes.
27491
27492 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
27493
27494         * icall.c: handle sentinel pos in vararg methods in position different
27495         from 0.
27496
27497 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27498
27499         * culture-info-tables.h: freshly generated.
27500
27501 2004-06-09  Martin Baulig  <martin@ximian.com>
27502
27503         * loader.c (mono_get_method_constrained): Call `mono_class_init
27504         (constrained_class)'.   
27505
27506 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
27507
27508         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
27509         any methods. Fixes #59629.
27510
27511 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
27512
27513         * culture-info-tables.h: reflecting locale-builder updates.
27514
27515 2004-06-08  Dick Porter  <dick@ximian.com>
27516
27517         * object.h:
27518         * locales.c: Fixed compile warnings, including a real bug in
27519         CompareInfo_internal_compare.
27520         
27521 2004-06-08  Dick Porter  <dick@ximian.com>
27522
27523         * locales.c
27524         (ves_icall_System_Globalization_CompareInfo_internal_index):
27525         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
27526         Double-check the resuls of usearches, because ICU currently
27527         ignores most of the collator settings here.  Fixes bug 59720.
27528         
27529 2004-06-08  Dick Porter  <dick@ximian.com>
27530
27531         * locales.c
27532         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
27533         Fix memory leak and segfault-causing typo.  No idea how this one
27534         lasted so long without being noticed.
27535
27536 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
27537
27538         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
27539         any methods. Fixes #59629.
27540
27541 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27542
27543         * assembly.c:
27544         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
27545         own the critical section before). Removed dead code (that's done
27546         in the preload hook).
27547
27548         (mono_assembly_load_with_partial_name): call the preload hook.
27549
27550 2004-06-08  Martin Baulig  <martin@ximian.com>
27551
27552         * metadata.c (mono_metadata_signature_alloc): Default
27553         `sentinelpos' to -1.
27554
27555         * reflection.c (mono_image_get_array_token): Likewise.
27556
27557 2004-06-08  Martin Baulig  <martin@ximian.com>
27558
27559         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
27560
27561         * metadata.c (mono_metadata_parse_method_signature): When parsing
27562         a MethodDef which has VarArgs, set sentinelpos.
27563
27564         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
27565         `gint16' since we're using -1 for non-varargs methods.
27566
27567         * reflection.c
27568         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
27569         (method_encode_signature): Added varargs support.
27570         (method_builder_encode_signature): Likewise.
27571         (mono_image_get_varargs_method_token): New static method.
27572         (mono_image_create_method_token): New public method; this is
27573         called via an icall instead of mono_image_create_token() when
27574         calling a varargs method.       
27575
27576 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
27577
27578         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
27579
27580 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
27581
27582         * culture-info-tables.h : Reflecting the latest locale-builder that
27583           fixed empty array representation ({} to {0}).
27584
27585 2004-06-07  Jackson Harper  <jackson@ximian.com>
27586
27587         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
27588         looking up extra gac paths. This allows MONO_GAC_PATH to act
27589         exactly like a prefix.
27590         
27591 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
27592
27593         * reflection.c (mono_reflection_type_from_name): Make a copy of the
27594         type name before modifying it. Fixes #59405.
27595
27596 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
27597
27598         * culture-info.h: added fields for "all datetime patterns".
27599         * locales.c: (  ves_icall_System_Globalization_CultureInfo
27600           _construct_datetime_format ()): fill xxx_patterns fields.
27601         * object.h: added fields for "all datetime patterns" to
27602           MonoDateTimeFormatInfo.
27603         * culture-info-tables.h: reflecting locale-builder updates.
27604
27605 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
27606
27607         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
27608         the event has no add and remove methods. Fixes #59629.
27609
27610 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
27611
27612         * object.c: Fixed possible integer overflow when allocating large
27613         strings.
27614
27615 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
27616
27617         * culture-info-tables.h: reflecting locale-builder updates.
27618
27619 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
27620
27621         * culture-info-tables.h: reflecting locale-builder updates.
27622
27623 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
27624
27625         * culture-info-tables.h: reflecting locale-builder updates.
27626
27627 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
27628
27629         * threads.c: Made Thread.Sleep abortable.
27630
27631 2004-06-02  Martin Baulig  <martin@ximian.com>
27632
27633         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
27634
27635         * debug-mono-symfile.h: Bumped symbol file version number to 37.
27636
27637 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
27638
27639         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
27640
27641 2004-05-30  Jackson Harper  <jackson@ximian.com>
27642
27643         * reflection.c: Do not hardcode assembly versions or public key
27644         tokens anymore. All of this except the corlib section was dead
27645         code anyways.
27646         
27647 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
27648
27649         * object.c (mono_runtime_invoke_array): Automatically create boxed
27650         objects for byref valuetypes if needed. Fixes #59300.
27651         
27652         * object.c (mono_method_return_message_restore): Handle 
27653         MONO_TYPE_OBJECT as well.
27654
27655 2004-05-28  Jackson Harper  <jackson@ximian.com>
27656
27657         * reflection.c: The modified type encoding was causing build
27658         problems. Reverted for now.
27659         
27660 2004-05-28  Jackson Harper  <jackson@ximian.com>
27661
27662         * reflection.c/h: Take an assembly ref so that we dont create
27663         fully qualified names when encoding types in the same assembly as
27664         the custom attribute being emitted.
27665         * appdomain.c: Increment version number.
27666         
27667 2004-05-26  Duncan Mak  <duncan@ximian.com>
27668
27669         * icall.c
27670         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
27671         Set the full version number (major, minor, build, revision).
27672
27673 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
27674
27675         * marshal.c (emit_struct_conv): increment src/dst after blit
27676         (mono_marshal_get_managed_wrapper,
27677         mono_marshal_get_native_wrapper): make sure we have marshalling
27678         info before marshalling params (info computation affects
27679         blittable)
27680
27681         * class.c (class_compute_field_layout): correctly deal with
27682         blittable
27683         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
27684         value types (as per what windows dows by default)
27685         (mono_class_setup_mono_type): System.ValueType is blittable
27686         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
27687         blittable
27688
27689         * marshal.c (mono_marshal_load_type_info): flag types  as
27690         non-blittable if the native layout doesn't match the managed
27691         layout
27692
27693 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27694
27695         * appdomain.c: don't add stuff in the private search path that is
27696         above the application base. If application base is not set, there's
27697         no private search path.
27698
27699 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
27700
27701         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
27702         byref struct arguments in native->managed marshalling.
27703
27704 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
27705
27706         * marshal.c (mono_marshal_get_runtime_invoke): correctly
27707         cache methods using signature (special case for methods
27708         that are value type or string class)
27709         
27710         * image.c (mono_image_close): clean up allocated GSList's
27711         in runtime_invoke_cache.
27712
27713 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27714
27715         * mono-config.c: set the correct path for mono_cfg_dir on windows when
27716         there's no MONO_CFG_DIR environment variable defined.
27717
27718 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27719
27720         * threads.c: windows version must be >= 0x0500 to include OpenThread.
27721
27722 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
27723
27724         * threadpool.c: Really wait for 500ms after the async call, even if the wait
27725           is interrumped.
27726         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
27727           before waiting for it, and call CloseHandle after the wait to unref it.
27728           This will make sure that handles are not disposed too early.
27729
27730 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27731
27732         * appdomain.c:
27733         * appdomain.h:
27734         * icall.c: removed
27735         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
27736         needed now.
27737
27738         * object.c: se the application_base only for the domain that runs
27739         Main. Fixes bug #59216,
27740
27741 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27742
27743         * appdomain.c:
27744         * object.c: only the domain in which Main is run have
27745         SetupInformation.ConfigurationFile set, so moved a few lines from
27746         appdomain.c to object.c.
27747
27748 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27749
27750         * appdomain.c: we tried to load [name].(dll|exe), but according
27751         to bug #57710, we must also try [culture]/[name].(dll|exe) and
27752         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
27753         There's a test case attached to bug #58922.
27754
27755 2004-05-27  Dick Porter  <dick@ximian.com>
27756
27757         * icall.c:
27758         * file-io.c: Implemented icalls for locking and unlocking regions
27759         in a file.
27760         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
27761         FALSE on error (fixes both compiler warning and real bug.)
27762
27763 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
27764
27765         * culture-info-tables.h: reflecting locale-builder updates.
27766
27767           (Added missing ChangeLog entry for 05/26)
27768
27769 2004-05-27  Jackson Harper  <jackson@ximian.com>
27770
27771         * locales.c: Fix some cut and paste errors.
27772         
27773 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27774
27775         * mono-config.c: set the correct path for config. directory on windows.
27776
27777 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
27778
27779         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
27780           on win32.
27781
27782 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
27783
27784         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
27785         from pinvoke functions.
27786         
27787         * marshal.c (mono_ftnptr_to_delegate): Implement this.
27788
27789 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
27790
27791         * culture-info-tables.h: reflecting locale-builder updates.
27792
27793 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
27794
27795         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
27796         #59086.
27797
27798 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
27799
27800         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
27801         * icall.c: Modified icalls for RNG.
27802         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
27803         Windows (CryptoAPI).
27804
27805 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
27806
27807         * locales.c: Fix build.
27808
27809 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
27810
27811         * culture-info-tables.h: reflecting locale-builder updates.
27812
27813 2004-05-25  Jackson Harper  <jackson@ximian.com>
27814
27815         * locales.c: When creating the current culture use the $LANGs
27816         specific culture. So DateTimeFormat and NumberFormat entries are created.
27817         
27818 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
27819
27820         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
27821         a char array as parameter.
27822
27823 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
27824
27825         * image.c: In mono_image_open(), always use an absolute path name to
27826           look for already loaded images.
27827
27828 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
27829
27830         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
27831         missing in the windows build (like older cygwin include files).
27832
27833 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
27834
27835         * icall.c: Fixed check for possible integer overflow in Buffer_
27836         BlockCopy icall. Replaced comments style // by /* */.
27837
27838 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
27839
27840         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
27841         
27842         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
27843         check after MONO_VTADDR. Fixes pinvoke2.exe.
27844
27845         * marshal.h marshal.c metadata.h: Add beginnings of support for
27846         ftnptr -> delegate marshalling.
27847
27848 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
27849
27850         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
27851         * threads.c: Fix warnings.
27852
27853 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
27854
27855         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
27856         * icall.c: Registered icalls for Suspend and Resume.
27857         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
27858           Thread.Abort.
27859         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
27860         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
27861         * process.c: Use WaitForSingleObjectEx.
27862         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
27863           checkpoints.
27864         * threads.c, threads.h: Make use of new Ex wait methods. Improved
27865           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
27866           for Suspend and Resume. Added new mono_thread_stop, used for stoping
27867           background threads. Added basic support for Abort in Windows.
27868           Start new threads using a managed delegate invoke wrapper. This wrapper
27869           has an interruption checkpoint that is needed since an interruption
27870           can be requested before the thread leaves the unmanaged code that starts 
27871           the thread.
27872         * marshal.c: Added interruption checkpoint after every native call, and
27873           also before managed calls for wrappers called from unmanaged code to
27874           go into managed code.
27875         * object.h: Added new field in MonoThread to keep track of interruption
27876           requests.
27877
27878 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
27879
27880         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
27881         calls.
27882
27883 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27884
27885         * appdomain.c:
27886         * assembly.c:
27887         * gc.c:
27888         * locales.c:
27889         * mono-config.c:
27890         * rand.c: getenv -> g_getenv (windows!)
27891
27892         * process.c: complete_path is also used on non-windows platforms.
27893
27894 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27895
27896         * icall.c: new signature for Process_Start.
27897
27898         * process.[ch]: new signature for Process_Start. If we're on windows
27899         and UseShellExecute is false, we have to search for the program by
27900         ourselves if we don't get a full path.
27901
27902 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
27903
27904         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
27905         marshalling and call CleanUpNativeData if needed. Fixes #58646.
27906
27907 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27908
27909         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
27910         Fixes bug #58373.
27911
27912 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27913
27914         * process.c: use double quotes to quote program name and arguments on
27915         windows. Fixes bug #58575.
27916
27917 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27918
27919         * file-io.c: don't return "." and ".." when using windows Find*File.
27920
27921 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
27922
27923         * marshal.c: Don't pass wrappers to message init because method 
27924         addressed used to lookup metadata. part of remoting[2|3] fix.
27925
27926 2004-05-15  Jackson Harper  <jackson@ximian.com>
27927
27928         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
27929         path is essentially the same as MONO_PATH except that it points to
27930         GACs instead of lib directories.
27931         * loader.h: The user gac is gone so we dont need function to
27932         enable/disable it.
27933         * mono-config.c: user gac option is now gone.
27934         
27935 2004-05-15  Jackson Harper  <jackson@ximian.com>
27936
27937         * culture-info.h: Make defines more consistent, add calendar data
27938         to the culture info table.
27939         * culture-info-tables.h: Add basic calendar data. Basically
27940         everyone gets default gregorian until all the data is
27941         updated.
27942         * locales.c: Use the new consistent defines. Set calendar data for
27943         culture info objects.
27944         * object.h: add a field for calendar data to CultureInfo
27945         
27946 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
27947
27948         * image.c: image->runtime_invoke_cache is keyed on signatures now.
27949         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
27950         a signature.
27951         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
27952         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
27953         an extra param that is the pointer of the method to invoke. The IL for
27954         the invoke method is no longer specific to the method, but to the
27955         signature of the method. Thus, we can share the same code for multiple
27956         methods. This reduces the number of methods that have to be compiled.
27957
27958 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
27959
27960         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
27961
27962         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27963
27964         * icall.c: Optimize Buffer.BlockCopy.
27965
27966 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27967
27968         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
27969         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
27970         quote). Changed them to "MMMM yyyy".
27971
27972 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
27973
27974         * rand.c
27975         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
27976
27977 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
27978
27979         * reflection.h: Updated after changes to managed structures.
27980
27981         * appdomain.c: Bump corlib version.
27982
27983 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27984
27985         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
27986         windows.
27987
27988 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27989
27990         * Makefile.am: link to ../os/libmonoos.la on windows.
27991
27992         * assembly.c:
27993                 -If MONO_DEBUG, warn about non-existing directories in
27994                 MONO_PATH.
27995                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
27996                 compile time variable.
27997                 -Removed init_default_path and call mono_set_rootdir from
27998                 libmonoos.a instead (windows only).
27999
28000         * assembly.h: declare mono_assembly_getrootdir().
28001
28002         * domain.c:
28003         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
28004
28005         * loader.c: s/getenv/g_getenv/
28006
28007 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
28008
28009         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
28010
28011         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
28012
28013         * metadata.h: Add new marshalling conversions.
28014
28015         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
28016         function.
28017
28018         * reflection.c (mono_reflection_get_type): Lookup the type in all
28019         modules of a multi-module assembly. Fixes #58291.
28020
28021 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
28022
28023         * threads.c: Before aborting a background, set the StopRequested
28024         state.  This avoids throwing the Abort exception.
28025         In mono_thread_manage, don't continue with the shutdown until all
28026         aborted threads have actually stopped.
28027
28028 2004-05-10  Jackson Harper  <jackson@ximian.com>
28029
28030         * locales.c: Remove the modifier from culture names.
28031         
28032 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28033
28034         * Makefile.am: monosn is not installed any more. It has been deprecated
28035         in favor of sn.
28036
28037 2004-05-07  Jackson Harper  <jackson@ximian.com>
28038
28039         * locales.c
28040         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
28041         Fix array construction, add bailout if the length is 0.
28042
28043 2004-05-07  Dick Porter  <dick@ximian.com>
28044
28045         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
28046         machine doesn't have a DNS entry.  Patch by Urs Muff
28047         (umuff@quark.com), fixes bug 57928.
28048
28049 2004-05-06  Jackson Harper  <jackson@ximian.com>
28050
28051         * reflection.c: Handle null PublicTokens properly. alloc mem for
28052         assembly names culture so we dont crash when freeing it.
28053         
28054 2004-05-06  Jackson Harper  <jackson@ximian.com>
28055
28056         * assembly.c: Check the usergac when loading with partial names.
28057         
28058 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
28059
28060         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
28061         does nothing for now (not required for Linux/Windows) but the class
28062         library can call it (and a newer or modified runtime could need it).
28063         * icall.c: Registred icall.
28064
28065 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28066
28067         * loader.c: prints a message on module loading error we set MONO_DEBUG
28068         environment variable.
28069
28070 2004-05-05  Jackson Harper  <jackson@ximian.com>
28071
28072         * appdomain.c: Handle PublicKeyToken=null properly.
28073         
28074 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
28075
28076         * environment.c|h: Added icall ves_icall_System_Environment_
28077         GetOSVersionString to get the current OS version as a string.
28078         * icall.c: Registred icall.
28079
28080 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
28081
28082         * object.c: in mono_object_get_virtual_method(), take into account that
28083         non-virtual methods don't have a slot in the vtable. Check needed when
28084         the object is a proxy.
28085
28086 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
28087
28088         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
28089         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
28090
28091         * object.c (mono_class_compute_gc_descriptor): Fix warning.
28092
28093         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
28094         passed when a valuetype is expected.
28095
28096         * object.c (mono_unhandled_exception): Only set the exit code if the
28097         exception happens in the main thread. Fixes thread5.exe.
28098
28099         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
28100         invalid names. Fixes #58047.
28101
28102 2004-05-03  Jackson Harper  <jackson@ximian.com>
28103
28104         * assembly.c: This line was committed accidently and is unneeded.
28105         
28106 2004-05-03  Jackson Harper  <jackson@ximian.com>
28107
28108         * icall.c: Add new icall for Assembly::LoadWithPartialName
28109         * assembly.c/.h: new function that probes the GAC to load partial
28110         assembly names by Paolo Molaro.
28111         
28112 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28113
28114         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
28115         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
28116         (type_get_fully_qualified_name): Added PublicKeyToken when building a
28117         full type name.
28118
28119 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28120
28121         * appdomain.c: fixed check for 'neutral' culture and removed warning.
28122         * reflection.c: fix bug when parsing a full type name and Version is not
28123         the last thing in the string.
28124
28125 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
28126
28127         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
28128         crashes when it is freed.
28129
28130 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28131
28132         * assembly.c: print the compat warning to stderr.
28133
28134 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
28135
28136         * assembly.c (mono_assembly_load_references): Add a compatibility
28137         hack to run old applications that might be still referencing the
28138         3300-based assemblies, only do this for System.xxx.
28139
28140 2004-05-01  Jackson Harper  <jackson@ximian.com>
28141
28142         * appdomain.c: If the culture is neutral we set it to "".
28143         
28144 2004-04-29  Jackson Harper  <jackson@ximian.com>
28145
28146         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
28147
28148 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
28149  
28150         * string-icalls.c: added low overhead function for copying chars
28151         * icall.c: added needed icall for the above function
28152  
28153 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28154
28155         * icall.c: fix return value of get_global_assembly_cache.  Implemented
28156         Environment.GetLogicalDrives.
28157
28158 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
28159
28160         * rand.c: try and talk to egd or prngd
28161         for random bytes if opening devices fail.
28162
28163 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
28164
28165         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
28166         alignment for the type using the native alignment of its members 
28167         instead of using klass->min_align.
28168
28169         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
28170
28171 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28172
28173         * file-io.c:
28174         * socket-io.c: added check for sys/aio.h.
28175
28176 2004-04-28  Dick Porter  <dick@ximian.com>
28177
28178         * threads.c: Don't abort a thread thats already aborting, when
28179         terminating everything.
28180
28181 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28182
28183         * icall.c: added 2 new async calls for Socket.
28184
28185         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
28186         IO on *nix systems.
28187
28188         * threadpool.c: removed unused variable.
28189
28190 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
28191
28192         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
28193
28194 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
28195
28196         * locales.c: put back string_invariant_tolower () and
28197         string_invariant_toupper ().
28198
28199 2004-04-26 David Waite <mass@akuma.org>
28200
28201         * file-io.h:
28202         * socket-io.h:
28203         * threads.h:
28204         * unicode.h: remove comma from end of enumeration declarations
28205
28206 2004-04-26 David Waite <mass@akuma.org>
28207
28208         * debug-mono-symfile.h:
28209         * decimal.c:
28210         * mono_debug.h:
28211         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
28212
28213
28214 2004-04-26  Jackson Harper  <jackson@ximian.com>
28215
28216         * appdomain.c: Increment version number.
28217         
28218 2004-04-26  Jackson Harper  <jackson@ximian.com>
28219
28220         * appdomain.c: Set assembly references public token value when
28221         PublicKeyToken is specified, not the hash_value. Free public token
28222         values when free assembly name data. Previously the public key
28223         token was hex decoded, however we are using hex encoded public key
28224         tokens, so this is not neccasary.
28225         * assembly.c: Lookup assemblies in the gac if their public token
28226         value is set. Add function to allow enabling user gac
28227         lookups. Specify whether or not the assembly was loaded from the
28228         GAC. Compare full assembly names when checking the cache for
28229         assemblies (Temporarily disabled see comment in code). Remove
28230         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
28231         specifies trace-loader they get extra info to stdout on the
28232         loading of assemblies.
28233         * image.h: Add a field for an assembly references public token
28234         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
28235         whether an assembly has been loaded from the GAC.
28236         * image.c: Remove a corlib -> mscorlib name mapping.
28237         * loader.h: Add function to enable/disable the user gac.
28238         * mono-config.c: Check if the usergac is enabled in the config
28239         file.
28240         * icall.c: New icall to determine whether or not an assembly has
28241         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
28242         * tabldefs.h: Add constant for assemblyref flag that specifies a
28243         full public key is used instead of a public token.
28244         * reflection.c: Remove mscorlib -> corlib mappings. Set
28245         PublicTokenValue instead of hash value. This value is a hex
28246         string so it does not need to be expanded.
28247
28248 2004-04-26  Martin Baulig  <martin@ximian.com>
28249
28250         * mono-debug-debugger.c (mono_debugger_initialize): Set
28251         `mono_debugger_initialized' before calling mono_debug_lock().
28252
28253 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
28254
28255         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
28256           InternalToUpper/InternalToLower.
28257         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
28258           removed invariant culture shortcut.  This is now done in managed code.
28259         * locales.c: (string_invariant_toupper/tolower) removed.
28260
28261 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28262
28263         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
28264         Added Poll internal call.
28265
28266         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
28267         call for Poll. Select was too heavy for polling a single socket.
28268
28269         * threadpool.[ch]: added mono_threadpool_cleanup.
28270         * threads.c: use it. Don't use Thread_Abort on windows.
28271
28272 2004-04-23  Martin Baulig  <martin@ximian.com>
28273
28274         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
28275
28276 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
28277
28278         * icall.c: Registred new icalls for key pair protection and added an
28279         icall for Environment.GetFolderPath on Windows.
28280         * security.c|h: Added new icalls for key pair protection.
28281
28282 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28283
28284         * socket-io.c: don't display the non-supported family warning for known
28285         families. Now this is not displayed on windows when checking support
28286         for IPv4/IPv6.
28287
28288 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28289
28290         * class.c: don't display the layout warning for static fields.
28291
28292 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
28293
28294         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
28295         * locales.c, locales.h: Added new icalls for culture-specific
28296         Char.ToLower and Char.ToUpper.
28297
28298 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28299
28300         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
28301         by David Waite.
28302
28303 2004-04-20  Martin Baulig  <martin@ximian.com>
28304
28305         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
28306         of the type name before passing it to mono_reflection_type_from_name().
28307
28308 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
28309
28310         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
28311         encodings here. Fixes #56965.
28312
28313 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
28314
28315         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
28316         fix test on strstr result not that I can see anything that
28317         relies on the result.
28318
28319 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
28320
28321         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
28322         Fixes #57081.
28323
28324         * marshal.c (mono_marshal_get_string_encoding): New helper function.
28325
28326         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
28327         function to determine which marshalling to use for strings. Fixes
28328         #56965.
28329
28330         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
28331
28332         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
28333
28334 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
28335
28336         * icall.c: #include mono-config.h
28337
28338 2004-04-15  Jackson Harper  <jackson@ximian.com>
28339
28340         * culture-info-tables.h: Fix date formats for en-US culture.
28341         
28342 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
28343
28344         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
28345         ThreadPool.SetMinThreads.
28346         * threadpool.c: Implemented ThreadPool.GetMinThreads and
28347         ThreadPool.SetMinThreads.
28348
28349 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
28350
28351         * mono-config.c: also load the .config file in the directory
28352         where the assembly was found.
28353
28354 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
28355
28356         * assembly.c: load per-assembly config files.
28357         * icall.c: decrapified code to get the config dir and moved to
28358         mono-config.c.
28359         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
28360         per-assembly config files. When doing a dll map lookup give precedence
28361         to the per-assembly data.
28362
28363 2004-04-14  Martin Baulig  <martin@ximian.com>
28364
28365         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
28366         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
28367         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
28368
28369         * mono-debugger-debugger.c: While the debugger is locked, remember
28370         whether the symbol tables have changes and send one single
28371         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
28372
28373 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
28374
28375         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
28376
28377         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
28378         function.
28379
28380         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
28381         account when marshalling string arrays. Fixes #56965.
28382
28383 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
28384
28385         * icall.c: Add new icalls mapping for security.
28386         * security.c|h: Add internal calls for WindowsIdentity,
28387         WindowsImpersonationContext and WindowsPrincipal.
28388
28389 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
28390
28391         * class.c: Added comment to ensure the System.MonoDummy class
28392         is removed when no longer necessary
28393
28394 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
28395
28396         * appdomain.c: Pass arguments to the bootstraping exceptions to
28397         minimize JITed methods at boot
28398
28399         * metadata.c (mono_exception_from_name_two_strings): Allow for the
28400         second string to be null.
28401
28402         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
28403         Change the protocol to minimize the JIT methods at startup.  Now
28404         it Returns the internal codepage, if the value of "int_code_page"
28405         is 1 at entry, and we can not compute a suitable code page
28406         number, returns the code page as a string.
28407
28408 2004-04-13  Jackson Harper  <jackson@ximian.com>
28409
28410         * culture-info-tables.h: Fix number of decimal digits for all
28411         english locales.
28412
28413 2004-04-13  Jackson Harper  <jackson@ximian.com>
28414
28415         * icall.c: Clairfy out of sync error message. It is not always
28416         your corlib that is out of sync.
28417
28418 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
28419
28420         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
28421         properties when only the set accessor is overriden. Fixes #55874.
28422
28423 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
28424
28425         * assembly.c (mono_assembly_load_references): Make this thread safe.
28426         Fixes #56327.
28427
28428 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
28429
28430         * monosn.c: Add missing initialization calls.
28431
28432 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
28433
28434         * locales.c:
28435         ves_icall_System_Globalization_CultureInfo_construct_number_format
28436         Fix g_assert so it compiles on fussier compilers re int/ptr
28437         mismatch
28438
28439 2004-04-08  Dick Porter  <dick@ximian.com>
28440
28441         * socket-io.h:
28442         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
28443         53992.  Also rearrange the code so that the internal calls return
28444         an error value and exceptions are thrown from managed code.
28445
28446         * icall.c: Add type info to the socket icalls.
28447
28448 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28449
28450         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
28451         owes me a beer.
28452
28453 2004-04-07  Martin Baulig  <martin@ximian.com>
28454
28455         * class.c (mono_class_from_generic_parameter): Don't default
28456         `klass->parent' to `mono_defaults.object_type'.
28457
28458 2004-04-07  Martin Baulig  <martin@ximian.com>
28459
28460         * reflection.c (mono_reflection_initialize_generic_parameter): Set
28461         `param->pklass->reflection_info'.       
28462
28463 2004-04-07  Jackson Harper  <jackson@ximian.com>
28464
28465         * culture-info-tables.h: Fix date separator symbol.
28466         
28467 2004-04-07  Martin Baulig  <martin@ximian.com>
28468
28469         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
28470         from System.Type to System.MonoType.
28471
28472 2004-04-07  Martin Baulig  <martin@ximian.com>
28473
28474         * reflection.h
28475         (MonoReflectionGenericParam): Added `has_reference_type' and
28476         `has_value_type' fields.
28477
28478         * reflection.c (mono_image_get_generic_param_info): Encode the
28479         correct flags if we have the `class' or `struct' constraint.
28480
28481 2004-04-07  Martin Baulig  <martin@ximian.com>
28482
28483         * reflection.h
28484         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
28485
28486 2004-04-07  Jackson Harper  <jackson@ximian.com>
28487
28488         * appdomain.c: Revert extra patches, just wanted to bump the
28489         version number.
28490         
28491 2004-04-07  Jackson Harper  <jackson@ximian.com>
28492
28493         * Makefile.am: Add culture-info private headers.
28494         * icall.c: Add new icalls for contructing locales.
28495         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
28496         * locales.h: Declare new culture info construction methods.
28497         * object.h: Add new fields used to avoid the CultureMap to
28498         MonoCultureInfo.
28499         * culture-info.h: Definition of structs used in the culture info
28500         tables.
28501         * culture-info-tables.h: Autogenerated tables that contain culture
28502         info data. This file was generated with the locale-builder tool.
28503         * appdomain.c: Incement corlib version number.
28504         
28505 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
28506
28507         * appdomain.c: (mono_runtime_init) move mono_thread_init
28508         to before mono_object_new calls so critical sections
28509         are initialized before use.
28510
28511 2004-04-07  Martin Baulig  <martin@ximian.com>
28512
28513         * icall.c
28514         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
28515         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
28516         (ves_icall_MonoGenericParam_initialize): Removed.
28517         (monogenericparam_icalls): Removed.
28518         (generictypeparambuilder_icalls): Added new table for
28519         System.Reflection.Emit.GenericTypeParameterBuilder.
28520
28521         * reflection.c
28522         (mono_reflection_define_generic_parameter): Removed.
28523         (mono_reflection_initialize_generic_parameter): This is now called
28524         from GenericTypeParameterBuilder's .ctor.
28525
28526 2004-04-06  Martin Baulig  <martin@ximian.com>
28527
28528         * class.c (mono_class_init): Don't inflate nested classes in a
28529         generic instance.
28530         (mono_type_get_name_recurse): Include the generic arguments for
28531         generic instances and generic type declarations.
28532         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
28533         (_mono_class_get_instantiation_name): Removed.
28534         (mono_class_create_generic): Always use `gklass->name' as our name.
28535
28536         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
28537
28538         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
28539         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
28540         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
28541         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
28542         closed generic methods here.
28543
28544         * reflection.c
28545         (mono_reflection_generic_inst_get_nested_types): Removed.
28546         (inflate_mono_method): Copy the generic parameters from the
28547         MonoMethodHeader into out MonoGenericMethod.
28548
28549 2004-04-06  Martin Baulig  <martin@ximian.com>
28550
28551         * row-indexes.h
28552         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
28553
28554         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
28555
28556         * reflection.c (build_compressed_metadata): If we have any entries
28557         in the GenericParam, MethodSpec or GenericParamConstraint tables,
28558         set the header version to 1.1.
28559
28560 2004-04-06  Martin Baulig  <martin@ximian.com>
28561
28562         * class.c (mono_class_init): If we're a generic instance,
28563         initialize our nested classes, too.
28564         (_mono_class_get_instantiation_name): Deal with the new `!%d'
28565         suffix. 
28566
28567 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28568
28569         * process.c: quote the argument passed to the shell on windows.
28570
28571 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
28572
28573         * threads.c (mono_alloc_special_static_data): Allow this to be
28574         called during startup.
28575
28576 2004-04-02  Martin Baulig  <martin@ximian.com>
28577
28578         * icall.c
28579         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
28580
28581 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
28582
28583         * icall.c: Fix build.
28584
28585 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
28586
28587         * Makefile.am: Added security.c|h.
28588         * icall.c: Added icall for get_UserName;
28589         * security.c: New file for security related icalls. Added function
28590         get_UserName for System.Environment (fix #56144).
28591         * security.h: New. Header file for security.c
28592
28593 2004-04-02  Dick Porter  <dick@ximian.com>
28594
28595         * icall.c: Deleted the icalls that were obsoleted some time ago
28596         by the ICU string code, and which were mixed into the icall
28597         rearranging.  Fixes bug 55969.
28598
28599         * string-icalls.h: 
28600         * string-icalls.c: Deleted the code that those icalls reference.
28601
28602 2004-04-01  Martin Baulig  <martin@ximian.com>
28603
28604         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
28605
28606         * class.c (mono_class_from_generic_parameter): Don't set 
28607         TYPE_ATTRIBUTE_INTERFACE.
28608         (my_mono_class_from_generic_parameter): Likewise.
28609
28610 2004-04-01  Martin Baulig  <martin@ximian.com>
28611
28612         * loader.c (find_method): Added an optional `MonoClass *ic'
28613         argument to search in a specific interface.
28614         (mono_get_method_constrained): New public function.
28615
28616 2004-04-01  Martin Baulig  <martin@ximian.com>
28617
28618         * reflection.c (mono_image_get_generic_field_token): Use the
28619         `handleref' cache here.
28620
28621 2004-04-01  Martin Baulig  <martin@ximian.com>
28622
28623         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
28624
28625         * reflection.c (create_generic_typespec): Use the `typespec' hash
28626         here, not the `typeref' one.    
28627
28628 2004-04-01  Martin Baulig  <martin@ximian.com>
28629
28630         * class.c (mono_class_inflate_generic_type): Moved the
28631         functionality into a new static inflate_generic_type() which
28632         returns NULL if it didn't do anything.  Only increment the
28633         `mono_stats.inflated_type_count' if we actually inflated
28634         something.
28635         (mono_class_get_full): Check the classes type to see whether we
28636         need to inflate it; also inflate MONO_TYPE_(M)VAR.
28637
28638 2004-04-01  Jackson Harper  <jackson@ximian.com>
28639
28640         * reflection.c: Set culture for assembly references.
28641         
28642 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
28643
28644         * reflection.[ch], icall.[ch], Fix support for pinning variables.
28645
28646 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28647
28648         * assembly.c:
28649         (do_mono_assembly_open): the critical section also covers
28650         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
28651
28652 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28653
28654         * threads.c:
28655         (mono_manage_threads): abort the background threads when finishing.
28656         Fixes bug #47232.
28657
28658 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28659
28660         * gc.c: only close the done_event handle if there was no timeout.
28661         C-ified comments.
28662
28663 2004-03-30  Martin Baulig  <martin@ximian.com>
28664
28665         * icall.c (icall_entries): It's called "System.Activator", not
28666         "System.Activation".    
28667
28668 2004-03-30  Martin Baulig  <martin@ximian.com>
28669
28670         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
28671         (mono_class_create_from_typespec): Likewise.
28672
28673 2004-03-30  Martin Baulig  <martin@ximian.com>
28674
28675         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
28676         `has_ctor_constraint' and `initialized'.
28677
28678 2004-03-30  Martin Baulig  <martin@ximian.com>
28679
28680         * reflection.c (encode_new_constraint): New static function to add
28681         the constructor constraint attribute to a type parameter.
28682         (encode_constraints): Call encode_new_constraint() if necessary.
28683
28684         * reflection.h
28685         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
28686
28687         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
28688         
28689 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
28690
28691         * reflection.c, icall.c: add support for pinning variables. 
28692
28693 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
28694
28695         * marshal.c (mono_marshal_get_managed_wrapper):
28696         init bool local with zero rather than null.
28697
28698 2004-03-29  Martin Baulig  <martin@ximian.com>
28699
28700         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
28701         the "official" behavior here.
28702         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
28703
28704 2004-03-29  Martin Baulig  <martin@ximian.com>
28705
28706         * icall.c: Reflect latest API changes.
28707
28708 2004-03-29  Martin Baulig  <martin@ximian.com>
28709
28710         * loader.c (mono_get_method_from_token): Also call
28711         mono_metadata_load_generic_params () for abstract and interface
28712         methods; replace the type arguments in the method signature with
28713         the ones which are loaded from the metadata.
28714
28715 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
28716
28717         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
28718         of the lock is not the current thread. MS.NET don't do it, in spite of
28719         what the documentation says. See bug #56157.
28720
28721 2004-03-28  Martin Baulig  <martin@ximian.com>
28722
28723         * class.c (mono_class_init): Don't call init_properties() and
28724         init_events() for generic instances; set `prop->parent' when
28725         inflating properties.
28726
28727         * reflection.c (mono_generic_inst_get_object): Call
28728         `mono_class_init (ginst->klass)'.
28729         (mono_type_get_object): Only create a MonoGenericInst if your
28730         generic type is a TypeBuilder.
28731         (do_mono_reflection_bind_generic_parameters): Only set
28732         `ginst->is_dynamic' if our generic type is a TypeBuilder.
28733
28734 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
28735
28736         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
28737         Fixes #56091.
28738
28739 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28740
28741         * icall.c: added Kill_internal icall.
28742         * process.[ch]: added Kill_internal icall.
28743
28744 2004-03-25  Martin Baulig  <martin@ximian.com>
28745
28746         * class.h (MonoStats): Added `generic_instance_count',
28747         `inflated_method_count', `inflated_type_count' and
28748         `generics_metadata_size'.       
28749
28750 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28751
28752         * reflection.c: no warnings now.
28753
28754 2004-03-25  Martin Baulig  <martin@ximian.com>
28755
28756         * class.c (mono_class_get_full): New public function; does a
28757         mono_class_get(), but also takes a `MonoGenericContext *'.
28758
28759         * loader.c (mono_field_from_memberref): Renamed to
28760         `field_from_memberref', made static and added `MonoGenericContext *'
28761         argument.
28762         (mono_field_from_token): Added `MonoGenericInst *' argument.
28763         (method_from_memberef): Likewise.
28764         (mono_get_method_from_token): Likewise.
28765         (mono_get_method_full): New public function; does a
28766         mono_get_method(), but also takes a `MonoGenericContext *'.
28767
28768         * verify.c (mono_method_verify): Get the method's generic context
28769         and pass it to mono_field_from_token(), mono_get_method_full() and
28770         mono_class_get_full().
28771
28772 2004-03-25  Martin Baulig  <martin@ximian.com>
28773
28774         * class.c (mono_class_inflate_generic_type): Take a
28775         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
28776         `MonoGenericMethod *'.
28777
28778 2004-03-25  Martin Baulig  <martin@ximian.com>
28779
28780         * loader.h (MonoMethodInflated): Store the MonoGenericContext
28781         instead of the MonoGenericMethod here.
28782
28783 2004-03-25  Martin Baulig  <martin@ximian.com>
28784
28785         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
28786         each time we create a new MonoGenericInst, we also create a new
28787         context which points back to us.
28788
28789         * class.c (inflate_method): Use `ginst->context' instead of
28790         creating a new context.
28791
28792         * loader.c (method_from_memberref): Use
28793         `klass->generic_inst->context' instead of creating a new context.
28794
28795 2004-03-25  Martin Baulig  <martin@ximian.com>
28796
28797         * class.h (MonoGenericContext): New struct.
28798         (MonoGenericMethod): Removed `generic_inst'.
28799
28800         * class.c (mono_class_inflate_generic_method): Take a
28801         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
28802
28803 2004-03-25  Martin Baulig  <martin@ximian.com>
28804
28805         * loader.h (MonoMethodInflated): New typedef.
28806
28807         * metadata.h (MonoMethodSignature): Removed `gen_method', make
28808         `generic_param_count' consume just 30 bits, added `is_inflated'
28809         and `has_type_parameters' flags (one bit each).
28810
28811         * class.c (mono_class_inflate_generic_method): Create a
28812         MonoMethodInflated instead of a MonoMethodNormal and set
28813         `is_inflated' in the method signature.
28814
28815         * class.h (MonoGenericMethod): Removed `generic_method'.
28816
28817 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
28818
28819         * image.c: Make sure the name of a MonoImage is always an absolute path.
28820           This fixes bug #54415.
28821
28822 2004-03-24  Martin Baulig  <martin@ximian.com>
28823
28824         * class.c (mono_class_setup_vtable): If we're a generic instance,
28825         use our generic type's vtable size.
28826
28827 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
28828
28829         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
28830         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
28831         problems.
28832
28833 2004-03-23  Martin Baulig  <martin@ximian.com>
28834
28835         * class.h (MonoDynamicGenericInst): Added `int count_events' and
28836         `MonoEvent *events'.
28837
28838         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
28839         (typebuilder_icalls): Added "get_event_info"; calls
28840         mono_reflection_event_builder_get_event_info(). 
28841
28842         * reflection.c (mono_reflection_generic_inst_initialize): Added
28843         `MonoArray *events'.
28844         (mono_reflection_event_builder_get_event_info): New function.
28845
28846 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
28847
28848         * object.h: add mono_type_initialization_init
28849
28850         * object.c (mono_runtime_class_init): 
28851         implement class constructor synchronization rules
28852         to cope with threading issues.  
28853         add mono_type_initialization_init
28854
28855         * appdomain.c (mono_runtime_init): call 
28856         mono_type_initialization_init
28857
28858         * class.h: removing initializing field from MonoVTable
28859
28860 2004-03-23  Martin Baulig  <martin@ximian.com>
28861
28862         * class.c (my_mono_class_from_generic_parameter): Use
28863         `param->name' if it's not NULL. 
28864
28865 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
28866
28867         * class.c: do not insert non-virtual methods in the vtable.
28868         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
28869         that means the method is non-virtual. This never would have
28870         happened before.
28871
28872 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
28873
28874         * profiler.c: Added lock for accessing coverage_hash.
28875
28876 2004-03-22  Martin Baulig  <martin@ximian.com>
28877
28878         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
28879         `method->method->signature->generic_param_count != 0' to make it
28880         work for interface methods.
28881
28882 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28883
28884         * process.c: quote the string passed to the shell using g_shell_quote.
28885
28886 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28887
28888         * threads.c:
28889         (mono_threads_manage): don't remove the finalizer thread and self
28890         from the threads hash table so that mono_thread_manage can be called
28891         more than once.
28892
28893 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28894
28895         * process.c: quote the arguments when UseShellExecute is true. Fixes
28896         bug #55790.
28897
28898 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28899
28900         * threads.c: set mono_thread_detach as a cleanup routine for every
28901         thread. This way it's always executed upon thread termination, either
28902         aborted or finished normally. No more xsp hangs!
28903
28904 2004-03-17  Martin Baulig  <martin@ximian.com>
28905
28906         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
28907         `int count_nested' and a `MonoType **nested'.
28908
28909         * reflection.c (mono_reflection_bind_generic_parameters): Moved
28910         most of the functionality into a new static
28911         do_mono_reflection_bind_generic_parameters() and don't take a
28912         `MonoType *nested_in' argument any more.  Don't compute nested
28913         types here.
28914         (mono_reflection_generic_inst_get_nested_types): New public method
28915         to get nested types.
28916
28917         * class.c (mono_class_create_generic): Set `klass->nested_in' if
28918         we're a nested class.
28919
28920         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
28921         mono_reflection_generic_inst_get_nested_types() to compute the
28922         nested types.
28923
28924 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28925
28926         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
28927         descriptive error message under windows.
28928         
28929 2004-03-17  Martin Baulig  <martin@ximian.com>
28930
28931         * class.c (dup_type): Added `const MonoType *original' argument;
28932         copy the attrs from the original type.
28933
28934 2004-03-17  Martin Baulig  <martin@ximian.com>
28935
28936         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
28937         `m->generic_inst_cache' here.
28938
28939 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28940
28941         * exception.h exception.c: Add stack_overflow_exception.
28942
28943 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28944
28945         * threadpool.c:
28946         (overlapped_callback): call SetEvent *after* invoking the callback.
28947         No need to call CloseHandle.
28948
28949 2004-03-16  Martin Baulig  <martin@ximian.com>
28950
28951         * reflection.c (mono_image_get_fieldref_token): Take a
28952         `MonoReflectionField *' instead of a `MonoClassField *' and a
28953         `MonoClass *'; store the `MonoReflectionField *' in the hash.
28954
28955 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28956
28957         * appdomain.c: don't add the culture to the filename we're looking for
28958         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
28959
28960 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28961
28962         * locales.c: don't ignore symbols when doing case insensitive compares.
28963         Thanks Dick! Fixes bug #54046.
28964
28965         * threads.c: surround 'threads' usage with enter/leave in
28966         mono_thread_manage.
28967
28968 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
28969
28970         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
28971         implicitly marshalled as [Out]. Fixes #55450.
28972
28973         (mono_marshal_get_runtime_invoke): Zero out the result if there is
28974         an exception.
28975
28976 2004-03-16  Martin Baulig  <martin@ximian.com>
28977
28978         * class.c (mono_class_from_generic_parameter): Use the actual
28979         parameter name. 
28980
28981 2004-03-16  Martin Baulig  <martin@ximian.com>
28982
28983         * reflection.c (type_get_signature_size): New static function.
28984         Compues the size of the type in a method signature.
28985         (method_get_signature_size): New static function; calls
28986         type_get_signature_size() to compute the actual size of the
28987         method's signature.
28988         (method_encode_signature): Use method_get_signature_size() to get
28989         the signature's size rather than using `nparams * 10'.
28990
28991 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28992
28993         * file-io.h: define here WapiOverlapped on windows. I don't want the
28994         regular OVERLAPPED one.
28995
28996         * file-io.c:
28997         * threadpool.c: somehow, BindIoCompletionCallback is not found.
28998         Disabling AIO on windows.
28999
29000 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29001
29002         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
29003         bug #55385.
29004
29005 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29006
29007         * appdomain.c: upgraded corlib version.
29008
29009         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
29010         and BeginWrite. Allow opening files for asynchrnous operations.
29011
29012         * file-io.h: new struct that maps FileStreamAsyncResult.
29013         * icall.c: added new icalls.
29014         * process.[ch]: support setting child process environment variables
29015         and use the SHELL or COMSPEC when UseShellExecute is true.
29016
29017         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
29018         callback for async. IO is here and also BindHandle.
29019
29020         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
29021         from here.
29022
29023 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
29024
29025         * reflection.c (create_custom_attr): Allow len == 0.
29026
29027         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
29028         computation on big-endian machines.
29029
29030 2004-03-13  Martin Baulig  <martin@ximian.com>
29031
29032         * class.h (MonoGenericInst): Added `int count_ifaces'.
29033
29034         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
29035         `ginst->count_ifaces' instead `klass->interface_count' since we
29036         may get called before the vtable is created.
29037
29038         * loader.c (mono_method_get_param_names): If we're a generic
29039         instance, return and don't initialize the class.
29040
29041         * reflection.c (mono_reflection_setup_generic_class): Don't call
29042         ensure_runtime_vtable().
29043         (mono_reflection_bind_generic_parameters): Set
29044         `ginst->count_ifaces'.
29045
29046 2004-03-11  Jackson Harper <jackson@ximian.com>
29047
29048         * icall.c:
29049         * unicode.c:
29050         * unicode.h: Remove unused System.Char icalls.
29051         
29052 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
29053
29054         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
29055         code when we P/Invoke the first library in Windows.Forms, instead
29056         of when we first open the assembly.
29057
29058         * assembly.c: Drop the lookup from here.
29059
29060 2004-03-10  Martin Baulig  <martin@ximian.com>
29061
29062         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
29063         class for properties, fields and events.  Finally fixes #54945.
29064
29065 2004-03-10  Martin Baulig  <martin@ximian.com>
29066
29067         * metadata.c (mono_metadata_class_equal): New static function;
29068         checks whether two generic instances or two generic parameters are
29069         equal.
29070         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
29071         compare classes.        
29072
29073 2004-03-10  Martin Baulig  <martin@ximian.com>
29074
29075         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
29076
29077         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
29078         argument and write it into the `reflection_info' field.
29079
29080         * icall.c
29081         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
29082         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
29083
29084 2004-03-09  Jackson Harper  <jackson@ximian.com>
29085
29086         * char-conversions.h: use 8 bits for numeric data its all we need
29087         * icall.c: numeric data is only 8 bits now.
29088
29089 2004-03-09  Martin Baulig  <martin@ximian.com>
29090
29091         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
29092
29093         * class.c (init_properties, init_events): Initialize the new
29094         `parent' field.
29095
29096         * reflection.c (typebuilder_setup_properties): Likewise.
29097         (typebuilder_setup_events): Likewise.
29098
29099         * reflection.h (MonoEventInfo): Replaced `parent with
29100         `declaring_type' and `reflected_type'.
29101
29102         * icall.c (ves_icall_get_property_info): Distinguish between
29103         declaring and reflected type.
29104         (ves_icall_get_event_info): Likewise.
29105
29106 2004-03-09  Martin Baulig  <martin@ximian.com>
29107
29108         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
29109         (ves_icall_Type_GetField): Correctly set field->klass.
29110
29111 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
29112
29113         * loader.h: Fix warning.
29114
29115 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
29116
29117         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
29118         library routine if present.  Notice that it will still continue
29119         executing even if its missing, for those working on the Gtk#
29120         edition of Windows.Forms.
29121
29122         * assembly.c (do_mono_assembly_open): If loading the
29123         System.Windows.Forms call mono_loader_wini_init.
29124
29125 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
29126
29127         * class.h: Added MonoRemoteClass struct.
29128         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
29129         function for MonoStrings.
29130         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
29131         Added internal call for getting the proxy type.
29132         * marshal.c: Get the type of transparent proxies from its remote_class.
29133         Added methods that generate the IL for type checks and casts:
29134         mono_marshal_get_isinst, mono_marshal_get_castclass, 
29135         mono_marshal_get_proxy_cancast.
29136         * marshal.h: Declaration of the previous new methods.
29137         * object.c: Added new moethods for creating and updating MonoRemoteClass
29138         instances: mono_remote_class, mono_upgrade_remote_class, 
29139         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
29140         * verify.c: FIx transparent_proxy_fields layout.
29141         * appdomain.c: Bump corlib version.
29142
29143 2004-03-04  Jackson Harper  <jackson@ximian.com>
29144
29145         * icall.c: Add icall to access char conversion tables.
29146         * char-conversions.h: Character conversion tables.
29147         * Makefile.am: Add char-conversions.h private header file.
29148         
29149 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
29150
29151         * appdomain.c (unload_thread_main): Increase unloading timeout to
29152         10 sec as a temporary workaround for Nant problems.
29153
29154 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
29155
29156         * gc.c: Add checks for GC_enable and GC_disable.
29157
29158         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
29159         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
29160         (bug #54988).
29161         
29162 2004-02-27  Martin Baulig  <martin@ximian.com>
29163
29164         * reflection.c (mono_reflection_bind_generic_parameters): Take a
29165         `MonoReflectionType *' instead of a `MonoType *'.
29166
29167 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
29168
29169         * gc.c (run_finalize): Avoid finalizing the object representing the
29170         finalizer thread.
29171         (finalizer_thread): Fix warning.
29172
29173 2004-02-25  Martin Baulig  <martin@ximian.com>
29174
29175         * class.c (_mono_class_get_instantiation_name): Added `int offset'
29176         argument for nested types.
29177         (mono_class_create_generic): Added support for nested generictypes.
29178
29179         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
29180         `GList *nested'.
29181
29182         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
29183
29184         * reflection.c (method_encode_signature): Increase the minimum
29185         value of `size' from 10 to 11.
29186         (mono_reflection_bind_generic_parameters): Take `int type_argc'
29187         and `MonoType **types' arguments instead of the `MonoArray
29188         *types'; added `MonoType *nested_in'.  Recursively instantiate
29189         nested classes. 
29190
29191 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
29192
29193         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
29194         stack_overflow_ex members which are used by exception handling.
29195
29196         * appdomain.c (mono_runtime_init): Initialize the new members.
29197
29198         * gc.c (mono_gc_enable): New helper function.
29199         * gc.c (mono_gc_disable): New helper function.
29200
29201 2004-02-23  Martin Baulig  <martin@ximian.com>
29202
29203         * icall.c: I must have been really stupid - make it actually work
29204         this time ;-)
29205
29206 2004-02-23  Martin Baulig  <martin@ximian.com>
29207
29208         * loader.c (method_from_memberref): Only inflate the method if
29209         it's in another klass.
29210
29211 2004-02-23  Martin Baulig  <martin@ximian.com>
29212
29213         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
29214         (mono_class_init): If we're a generic instance and an interface,
29215         compute `class->interface_id'; also create `class->interfaces'
29216         here and inflate them.
29217
29218         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
29219         `ginst->is_open'.
29220         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
29221
29222         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
29223
29224 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
29225
29226         * reflection.c (method_encode_code): Improved the error message
29227         generated by the exception.
29228
29229 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29230
29231         * icall.c: Martin did not do what he said in the ChangeLog for
29232         2004-02-18, but put back the changes for properties and events.
29233         Commenting those changes out again and adding comment to bug #54518.
29234         
29235         * process.c: removed warning.
29236
29237 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
29238
29239         * marshal.c (emit_struct_conv): Print an error message instead of
29240         asserting when a type does not have the StructLayout attribute.
29241
29242 2004-02-20  Martin Baulig  <martin@ximian.com>
29243
29244         * reflection.c (mono_type_get_object): Also use the cache for
29245         generic instances.
29246         (mono_reflection_bind_generic_parameters): Always compute
29247         `ginst->ifaces'.        
29248
29249 2004-02-20  Martin Baulig  <martin@ximian.com>
29250
29251         * class.h (MonoGenericMethod): Removed `klass'.
29252
29253         * class.c (mono_class_inflate_generic_method): Added `MonoClass
29254         *klass' argument.
29255
29256 2004-02-20  Martin Baulig  <martin@ximian.com>
29257
29258         * reflection.c (method_encode_methodspec): Actually use the
29259         uninflated signature for the memberref.
29260
29261 2004-02-20  Martin Baulig  <martin@ximian.com>
29262
29263         * class.h (MonoGenericMethod): Removed `declaring'.
29264
29265         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
29266         is NULL, compute it here.
29267
29268 2004-02-20  Martin Baulig  <martin@ximian.com>
29269
29270         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
29271
29272         * metadata.c (mono_metadata_generic_inst_hash): New method.
29273         (mono_metadata_generic_inst_equal): New method.
29274
29275         * reflection.c (mono_reflection_bind_generic_parameters): Use the
29276         `klass->image->generic_inst_cache' cache to avoid creating
29277         duplicate MonoGenericInst's.
29278
29279         * class.c (mono_class_inflate_generic_type): Use the cache.
29280
29281 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
29282
29283         * object.c: fixed gc descriptor calculation for embedded valuetypes.
29284
29285 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29286
29287         * icall.c: added Socket.WSAIoctl icall.
29288
29289         * socket-io.[ch]: implemented
29290         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
29291
29292 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
29293
29294         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
29295
29296 2004-02-18  Urs C Muff  <umuff@quark.com>
29297
29298         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
29299         this work on PPC and other big-endian architectures.
29300
29301         * debug-mono-symfile.h: Prepended the names of all the `guint32'
29302         fields with an underscore to make sure they're only accessed by
29303         the read32() macro.
29304
29305 2004-02-18  Martin Baulig  <martin@ximian.com>
29306
29307         * icall.c: Put the klass->refclass changes back for methods and
29308         fields, but not for properties and events.  We're currently not
29309         distinguishing between DeclaringType and ReflectedType for
29310         properties and events, that's what caused the regressions.
29311
29312 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29313
29314         * object.c:
29315         (mono_async_result_new): the handle can be NULL.
29316
29317         * threadpool.c: Use an event instead of a semaphore, don't initialize
29318         it until needed. This saves quite a few semaphores from being created
29319         when using the threadpool.
29320
29321 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
29322
29323         * object.c (mono_string_is_interned_lookup): Fix interning of long
29324         strings. Fixes #54473.
29325
29326         * domain.c (ldstr_equal): Optimize if the two strings are equal.
29327
29328         * icall.c: Revert the klass->refclass changes since they introduce
29329         regressions (bug #54518).
29330
29331 2004-02-18  Martin Baulig  <martin@ximian.com>
29332
29333         * class.c (mono_class_init): If we're a generic instance and don't
29334         come from a TypeBuilder, inflate our members here.
29335         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
29336         (mono_class_create_generic): New public method.
29337         (mono_class_initialize_generic): Removed.
29338         (get_instantiation_name): Renamed to
29339         _mono_class_get_instantiation_name() and made it public.
29340
29341 2004-02-18  Martin Baulig  <martin@ximian.com>
29342
29343         * class.c (mono_class_inflate_generic_type): Clear the new
29344         instance's `nginst->klass' when inflating a generic instance.
29345         (mono_class_is_subclass_of): Added (basic) support for generic
29346         instances.
29347
29348 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
29349
29350         * appdomain.h, domain.c: use a MonoCodeManager instead of a
29351         MonoMempool to hold compiled native code.
29352
29353 2004-02-17  Martin Baulig  <martin@ximian.com>
29354
29355         * class.h (MonoDynamicGenericInst): Added `count_properties' and
29356         `properties'.
29357
29358         * reflection.c (mono_reflection_generic_inst_initialize): Added
29359         `MonoArray *properties' argument.
29360
29361         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
29362
29363 2004-02-17  Martin Baulig  <martin@ximian.com>
29364
29365         * icall.c (ves_icall_Type_GetFields): Renamed to
29366         ves_icall_Type_GetFields_internal() and added a
29367         `MonoReflectionType *rtype' argument; pass it to
29368         mono_field_get_object() to set the field's "reflected" type.
29369         (ves_icall_Type_GetConstructors): Likewise.
29370         (ves_icall_Type_GetEvents): Likewise.
29371         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
29372         argument; pass it to mono_method_get_object() to set the method's
29373         "reflected" type.       
29374
29375 2004-02-17  Martin Baulig  <martin@ximian.com>
29376
29377         * class.h (MonoDynamicGenericInst): New type.
29378         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
29379
29380         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
29381         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
29382         (ves_icall_MonoGenericInst_GetFields): New interncall.
29383
29384         * class.c (mono_class_from_generic): Don't call
29385         mono_class_initialize_generic() if this is a dynamic instance;
29386         ie. it's being created from a TypeBuilder.
29387         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
29388         `class->byval_arg.type'.
29389
29390         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
29391         to `inflate_method' and made static.
29392         (mono_reflection_inflate_field): Removed.
29393         (mono_reflection_generic_inst_initialize): New public method.
29394
29395         * reflection.h (MonoReflectionGenericInst): Removed `methods',
29396         `ctors' and `fields'; added `initialized'.
29397
29398 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
29399
29400         * debug-helpers.c (mono_method_full_name): Fix output for empty
29401         namespaces.
29402
29403 2004-02-12  Martin Baulig  <martin@ximian.com>
29404
29405         * class.h (MonoClassField): Added `MonoType *generic_type'.
29406
29407         * reflection.c (mono_image_get_fieldref_token): Added support for
29408         instantiated generic types.
29409         (field_encode_inflated_field): Removed.
29410         (mono_image_get_inflated_field_token): Removed.
29411         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
29412
29413         * reflection.h (MonoReflectionInflatedField): Removed.
29414
29415 2004-02-12  Martin Baulig  <martin@ximian.com>
29416
29417         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
29418         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
29419
29420         * reflection.c (mono_image_get_methodspec_token): Take a
29421         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
29422         (mono_image_create_token): Check whether we have a
29423         `method->signature->gen_method' and call
29424         mono_image_get_methodspec_token() if appropriate.
29425         (inflated_method_get_object): Removed.
29426         (mono_reflection_bind_generic_method_parameters): Return a
29427         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
29428         (mono_reflection_inflate_method_or_ctor): Likewise.
29429
29430         * reflection.h (MonoReflectionInflatedMethod): Removed.
29431
29432 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
29433
29434         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
29435         for custom valuetype marshalling.
29436
29437         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
29438
29439 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29440
29441         * icall.c: fixed WSAGetLastError_internal name.
29442
29443 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
29444
29445         * threads.c (mono_thread_attach): Allow this to be called multiple
29446         times for a thread.
29447         
29448         * threads.c (build_wait_tids): Do not wait for ourselves.
29449
29450         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
29451         appdomain list is empty.
29452
29453         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
29454         memory returned by mono_string_builder_to_utf16, since it points into
29455         managed memory. Thanks to Bernie Solomon for noticing this.
29456
29457         * icall.c: Add AppDomainSetup icalls.
29458
29459         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
29460
29461         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
29462         types.
29463
29464         * reflection.c (reflection_methodbuilder_to_mono_method): Save
29465         custom attributes to the method_aux struct. Also fix array indexes etc.
29466
29467         * loader.c (mono_method_get_param_names): Make dynamic case work again.
29468         
29469 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
29470
29471         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
29472         (both static and runtime) and reduce startup time.
29473
29474 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
29475
29476         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
29477         AsAny marshalling conversion instead of crashing.
29478
29479         * marshal.c: Fix warnings.
29480
29481 2004-02-09  Martin Baulig  <martin@ximian.com>
29482
29483         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
29484
29485         * reflection.h (MonoReflectionInflatedMethod): Removed the
29486         `declaring' field, it's now in the unmanaged MonoGenericMethod.
29487
29488         * reflection.c (method_encode_methodspec): Removed the `method'
29489         argument; we get it from `gmethod->declaring'.
29490         (inflated_method_get_object): Removed the `declaring' argument.
29491
29492 2004-02-09  Martin Baulig  <martin@ximian.com>
29493
29494         * class.h (MonoGenericMethod): New type.
29495         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
29496         `generic_method'.
29497
29498         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
29499         a `MonoGenericMethod *gen_method' one.
29500
29501         * class.c (mono_class_inflate_generic_type): Take an additional
29502         `MonoGenericMethod * argument.  This is only non-NULL if we're
29503         inflating types for a generic method.   
29504         (mono_class_inflate_generic_signature): Renamed to
29505         inflate_generic_signature() and made static; take a
29506         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
29507         (inflate_generic_header): Take a `MonoGenericMethod *' argument
29508         instead of a `MonoGenericInst *' one.
29509         (mono_class_inflate_generic_method): Likewise.
29510
29511         * reflection.c (encode_generic_method_sig): Take a
29512         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
29513         (method_encode_methodspec): Likewise.
29514         (inflated_method_get_object): Likewise. 
29515
29516         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
29517         field with a `MonoGenericMethod *gmethod' one.  
29518
29519 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
29520
29521         * class.h (mono_class_has_parent): add parens to expansion
29522         so you can ! this.
29523
29524 2004-02-08  Martin Baulig  <martin@ximian.com>
29525
29526         * image.h (MonoImage): Removed `generics_cache'.
29527
29528         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
29529         instead of a `MonoType *' argument; removed the `inflate_methods'
29530         argument.  Don't inflate methods here.
29531
29532         * loader.c (find_method): If it's a generic instance, call
29533         mono_class_init() on the `sclass->generic_inst->generic_type'.
29534
29535         * metadata.c (mono_type_size): Make this work on uninitialized
29536         generic instances; call it on the `ginst->generic_type's class.
29537
29538         * reflection.c (mono_reflection_bind_generic_parameters): Call
29539         mono_class_from_generic() to create the `ginst->klass'.
29540
29541 2004-02-08  Martin Baulig  <martin@ximian.com>
29542
29543         * class.h (MonoClass): Changed type of `generic_inst' from
29544         `MonoType *' to `MonoGenericInst *'.
29545
29546 2004-02-08  Martin Baulig  <martin@ximian.com>
29547
29548         * icall.c (ves_icall_Type_BindGenericParameters): Just call
29549         mono_type_get_object(), this is now creating a `MonoGenericInst'
29550         for MONO_TYPE_GENERICINST.
29551         (ves_icall_MonoGenericInst_GetParentType): Likewise.
29552         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
29553
29554         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
29555         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
29556         (inflated_method_get_object): Added `MonoClass *refclass' argument.
29557         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
29558         and reflected type.
29559
29560         * reflection.h (MonoReflectionInflatedMethod): Removed
29561         `declaring_type' and `reflected_type'.
29562
29563 2004-02-08  Martin Baulig  <martin@ximian.com>
29564
29565         * class.h (MonoGenericInst): Added `MonoType *parent' and
29566         `MonoType **ifaces'.
29567
29568         * reflection.h (MonoReflectionGenericInst): Removed `klass',
29569         `parent' and `interfaces'.
29570
29571         * reflection.c (mono_reflection_bind_generic_parameters): Take a
29572         `MonoType *' argument and return a `MonoType *'.
29573
29574         * icall.c
29575         (ves_icall_MonoGenericInst_GetParentType): New interncall.
29576         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
29577
29578 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
29579
29580         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
29581         valuetype marshalling.
29582
29583 2004-02-06  Martin Baulig  <martin@ximian.com>
29584
29585         * class.c
29586         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
29587         (my_mono_class_from_generic_parameter): Likewise.
29588
29589 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
29590
29591         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
29592         contents of the symbol files lazily.
29593
29594         * object.h (MonoThread): Add 'name' and 'name_len' fields.
29595
29596         * threads.h threads.c icall.c: New icalls for getting and setting the
29597         threads name.
29598
29599 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
29600
29601         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
29602         Raise an exception when the domain is not found.
29603
29604 2004-02-03  Martin Baulig  <martin@ximian.com>
29605
29606         * reflection.c (mono_image_get_methodspec_token): Use the
29607         uninflated signature; fixes gen-33.
29608
29609 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
29610
29611         * gc.c threads.c: Make the finalizer thread a normal managed thread so
29612         the finalizer code can use thread functionality.
29613
29614         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
29615         the finalizer thread.
29616
29617         * threads.c: Make some functions more robust.
29618
29619         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
29620
29621         * metadata.h: Add new marshalling conventions.
29622
29623         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
29624         stringbuilder marshalling. Fixes #53700.
29625
29626         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
29627
29628         * reflection.c (mono_image_get_type_info): Save declarative security
29629         info.
29630
29631         * reflection.c (mono_image_get_field_info): Handle uninitialized 
29632         unmanaged fields as well.
29633
29634         * appdomain.c: Bump corlib version.
29635
29636 2004-02-01  Martin Baulig  <martin@ximian.com>
29637
29638         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
29639         method type arguments.  
29640
29641 2004-01-30  Duncan Mak  <duncan@ximian.com>
29642
29643         * marshal.h: Add prototype for
29644         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
29645         and
29646         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
29647         fix the build.
29648
29649 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
29650
29651         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
29652         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
29653
29654 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
29655
29656         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29657         custom marshalling of valuetypes.
29658
29659         * marshal.c: Fix some warnings.
29660
29661 2004-01-29  Martin Baulig  <martin@ximian.com>
29662
29663         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
29664         for generic method parameters.
29665
29666         * reflection.c (method_encode_methodspec): Write the uninflated
29667         signature into the methodspec table.
29668         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
29669         is always the uninflated method.
29670         (reflection_methodbuilder_to_mono_method): Copy the generic
29671         parameters from the MethodBuilder into `header->gen_params'.
29672
29673 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
29674
29675         * class.c (mono_class_from_generic_parameter): Fix warning.
29676
29677 2004-01-27  Martin Baulig  <martin@ximian.com>
29678
29679         * class.c (mono_class_from_generic_parameter): Don't create
29680         `klass->methods' here.  
29681
29682 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
29683
29684         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
29685         extension since it does not work with libraries named lib<FOO>.dll.so.
29686
29687 2004-01-25  Martin Baulig  <martin@ximian.com>
29688
29689         * class.c (mono_class_inflate_generic_type): Added support for
29690         MONO_TYPE_GENERICINST.
29691
29692         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
29693         inflate methods on open constructed types.      
29694
29695 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29696
29697         * object.c: fire ProcessExit event in the root AppDomain after running
29698         Main. Fixes bug #53299.
29699
29700 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
29701
29702         * socket-io.c: include the new socket-wrappers.h header.
29703         Use the wrappers instead of the unix socket functions to make the code
29704         more clear.
29705
29706 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
29707
29708         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
29709
29710         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
29711         Fixes #22532.
29712
29713 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
29714
29715         * reflection.c (mono_image_create_pefile): Handle the case when the
29716         entry point is not a MethodBuilder.
29717
29718         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
29719         field to ReflectionMethod since it is not allways a builder.
29720
29721         * reflection.c (type_get_fully_qualified_name): New helper function to
29722         return the fully qualified name of a type.
29723
29724         * reflection.c (encode_marshal_blob): Always emit the fully qualified
29725         type name for custom marshallers.
29726
29727         * reflection.c (mono_marshal_spec_from_builder): Ditto.
29728
29729         * class.c (mono_class_setup_vtable): If a parent class already 
29730         implements an interface, use the implementing methods from that class.
29731         Fixes #53148.
29732
29733 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29734
29735         * threadpool.c: just return instead of ExitThread to allow for thread
29736         clean up earlier.
29737
29738 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
29739
29740         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
29741         when closing resource modules.
29742
29743         * reflection.c (mono_image_create_pefile): Handle the case when the
29744         entry point is not a MethodBuilder.
29745
29746         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
29747         field to ReflectionMethod since it is not allways a builder.
29748
29749 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
29750
29751         * marshal.c (mono_marshal_get_managed_wrapper): 
29752         mono_marshal_alloc takes native int so CONV_I
29753         the arg for 64bits.
29754
29755 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
29756
29757         * reflection.c (fixup_cattrs): New function to fixup the methoddef
29758         tokens in the cattr table. Fixes #53108.
29759
29760 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29761
29762         * loader.c: don't trim ".dll" before looking up in the config file.
29763         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
29764
29765 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
29766
29767         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
29768         Return the module which contains the resource as well.
29769         (ves_icall_System_Reflection_Module_Close): New icall.
29770
29771         * appdomain.c: Bump corlib version number.
29772
29773         * image.c (mono_image_addref): New public function.
29774
29775         * assembly.c: Call mono_image_addref.
29776
29777         * reflection.c (mono_module_get_object): Increase reference count of 
29778         the image.
29779
29780         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
29781         Fixes #22532.
29782
29783         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
29784         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
29785         proper exceptions on DllImport problems.
29786
29787 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
29788
29789         * class.c, metadata.c: eliminate CSIZE macro.
29790
29791 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
29792
29793         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
29794         * object.h: Added async_callback field in MonoAsyncResult.
29795         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
29796         * verify.c: Added async_callback in MonoAsyncResult layout.
29797
29798 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
29799
29800         * reflection.c (mono_reflection_get_custom_attrs): Add support
29801         for Modules.
29802
29803 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
29804
29805         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
29806         marshalling.
29807         (mono_marshal_method_from_wrapper): Add null pointer check.
29808
29809 2004-01-16  Martin Baulig  <martin@ximian.com>
29810
29811         * debug-mono-symfile.h: Set version number to 36 and reflect
29812         latest symbol writer changes.
29813
29814 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
29815
29816         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
29817         multi-dimensional arrays.
29818         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
29819         (mono_class_from_mono_type): Use bounded_array_class_get.
29820         
29821         * class.c (mono_bounded_array_class_get): New function which takes
29822         a 'bounded' bool argument to distinguish vectors from one dimensional
29823         arrays.
29824
29825         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
29826         bounded_array_class_get if the array has bounds.
29827
29828         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29829         Search modules loaded using AssemblyBuilder:AddModule as well.
29830
29831 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29832
29833         * appdomain.c: increased corlib version.
29834         * filewatcher.c: removed g_print.
29835         * icall.c:
29836         (get_property_info): only allocate what is actually requested.
29837         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
29838
29839 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29840
29841         * Makefile.am: added filewatcher.[ch]
29842         * filewatcher.[ch]: FileSystemWatcher runtime support.
29843         * icall.c: added new FSW icalls.
29844
29845 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
29846
29847         * string-icalls.c: fix stringbuilder regression as suggested by
29848         Iain McCoy <iain@mccoy.id.au>.
29849
29850 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
29851
29852         * process.c (process_read_stringtable_block): Recognize '007f' as
29853         a language neutral stringtable block.
29854
29855 2004-01-12  Patrik Torstensson
29856
29857         * object.h (MonoStringBuilder) : Changed layout to support our
29858         new stringbuilder class.
29859         * marshal.c: Change marshalling to support the new layout of 
29860         string builder.
29861         * appdomain.c: increased version number because new layout of
29862         string builder.
29863
29864 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
29865
29866         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
29867         assembly name as an string instead of an AssemblyName, since it is
29868         easier to extract info from it.
29869
29870         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
29871         the culture subdirectories too. Fixes #52231.
29872
29873 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29874
29875         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
29876         It takes 2 new parameters with an optional name for the method to look
29877         for and case ignoring info.
29878
29879         * threadpool.c: removed unused variable.
29880
29881 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29882
29883         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
29884         It takes 2 new parameters with an optional name for the property to look
29885         for and case ignoring info.
29886         Fixes bug #52753.
29887
29888 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
29889
29890         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
29891         Fix #52451.
29892
29893 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29894
29895         * appdomain.c:
29896         * assembly.c: escape the uri before passing it to g_filename_from_uri.
29897         Fixes bug #52630.
29898
29899 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
29900
29901         * reflection.c: Add support for more than one unmanaged resource.
29902
29903         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
29904         in field->def_value, as done in all other cases.
29905
29906         * reflection.c (mono_reflection_get_custom_attrs): Add support for
29907         TypeBuilders.
29908
29909         * reflection.c (mono_reflection_create_runtime_class): Remove 
29910         errorneous assignment to klass->element_class, since it is already
29911         done in mono_reflection_setup_internal_class.
29912
29913 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29914
29915         * gc.c: added missing LeaveCriticalSection.
29916         * icall.c: indented a couple of lines.
29917         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
29918         if we call EndInvoke inside a callback. Fixes bug #52601.
29919
29920 2004-01-07  Martin Baulig  <martin@ximian.com>
29921
29922         * mono-debug-debugger.h
29923         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
29924
29925 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
29926
29927         * appdomain.c: Use messages in NotImplementedException.
29928
29929         * exception.c (mono_get_exception_not_implemented): Now this takes
29930         a message argument.
29931
29932         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
29933         exception instead of g_asserting an aborting when something is not
29934         implemented.
29935
29936         Add some inline docs.
29937
29938 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
29939
29940         * reflection.h: Update after changes to object layout.
29941
29942         * reflection.c: Implement saving of unmanaged aka win32 resources.
29943
29944         * appdomain.c: Bump version number.
29945
29946         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
29947         Handle missing domains gracefully.
29948
29949 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
29950
29951         * file-io.c : On Windows, there are much more invalid_path_chars.
29952
29953 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
29954
29955         * class.h, object.c: prepare for GetType () speedup.
29956
29957 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
29958
29959         * profiler.c: workaround for --profile null reference exception on
29960           cygwin. Patch by Patrik Torstensson.
29961
29962 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
29963
29964         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
29965         make work for unaligned access.
29966
29967 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
29968
29969         * class.c: small cleanup (class->fields [i] -> field).
29970         * image.c: check address of metadata is valid.
29971
29972 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
29973
29974         * assembly.h assembly.c (mono_assembly_loaded): New public function to
29975         search the list of loaded assemblies.
29976
29977         * reflection.c (mono_reflection_type_from_name): Use 
29978         mono_assembly_loaded instead of mono_image_loaded.
29979
29980         * reflection.c: Fix warnings.
29981
29982 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
29983
29984         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
29985         is dynamic. This is needed since an assembly can contain both dynamic and
29986         non-dynamic images.
29987
29988         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
29989         assembly->dynamic.
29990
29991         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
29992
29993         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
29994         to store modules loaded using AddModule.
29995
29996         * reflection.c (mono_image_fill_file_table): Generalize this so it works
29997         on Modules.
29998
29999         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
30000
30001         * reflection.c (mono_image_fill_export_table_from_module): New function to
30002         fill out the EXPORTEDTYPES table from a module.
30003
30004         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
30005         into a separate function. Also handle loaded non-dynamic modules.
30006
30007         * reflection.c (mono_image_basic_init): Fix memory allocation.
30008
30009         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
30010
30011         * assembly.c (mono_assembly_load_references): Make this public.
30012
30013 2003-12-19  Martin Baulig  <martin@ximian.com>
30014
30015         * class.c (mono_class_initialize_generic): Made this static, take
30016         a `MonoGenericInst *' instead of a `MonoClass *'.
30017         (mono_class_from_generic): Call mono_class_initialize_generic()
30018         unless we're already initialized or being called from
30019         do_mono_metadata_parse_generic_inst().
30020
30021         * class.h (MonoGenericInst): Added `initialized' and
30022         `init_pending' flags.
30023
30024         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
30025         `mono_class_init (gklass)' or mono_class_initialize_generic()
30026         here; set `generic_inst->init_pending' while parsing the
30027         `type_argv'.
30028
30029 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
30030
30031         * locales.c: include string.h for memxxx prototypes
30032
30033 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
30034
30035         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
30036         constructor when accessing literal fields.
30037
30038 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
30039
30040         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
30041
30042         * reflection.c (assembly_add_resource_manifest): New function to fill
30043         the MANIFESTRESOURCE table.
30044
30045         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
30046
30047         * reflection.h: Update to changes in class layout.
30048
30049         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
30050         Reenable call to mono_runtime_is_shutting_down ().
30051
30052         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
30053         determine if the runtime is shutting down.
30054
30055 2003-12-16  Jackson Harper <jackson@ximian.com>
30056
30057         * icall.c: comment out call to mono_runtime_is_shutting_down to
30058         fix build.
30059         
30060 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
30061
30062         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
30063         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
30064
30065 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
30066
30067         * reflection.c: move definition of swap_with_size
30068         to before its first call
30069
30070 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
30071
30072         * appdomain.c (mono_runtime_is_shutting_down): New public function.
30073
30074         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
30075         icall.
30076
30077         * object.c: Fix warnings.
30078
30079         * icall.c (ves_icall_Type_Get...): Only consider inherited static
30080         members if FlattenHierarchy is set.
30081
30082         * reflection.c (mono_image_add_decl_security): New function to emit
30083         declarative security.
30084
30085         * reflection.h reflection.c: Add support for declarative security.
30086
30087         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
30088         
30089 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
30090
30091         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
30092         
30093         * appdomain.c verify.c: Moved corlib version checking into its own
30094         function in appdomain.c since it needs to create vtables etc.
30095
30096 2003-12-13  Patrik Torstensson <p@rxc.se>
30097
30098         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
30099         instead of unwrapped server.
30100
30101 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
30102
30103         * verify.c (check_corlib): Fix field index.
30104
30105 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
30106
30107         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
30108         GetGacPath icall.
30109
30110 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
30111
30112         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
30113         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
30114         cope with sizeof(size_t) != sizeof(guint32).
30115
30116 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30117
30118         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
30119         in case of failure.
30120
30121 2003-12-10  Mark Crichton <crichton@gimp.org>
30122
30123         * icall.c: removed the GetNonZeroBytes.  We now handle this case
30124         in managed code.
30125
30126         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
30127
30128 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
30129
30130         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
30131         marked as deleted.
30132
30133 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
30134
30135         * verify.c (check_corlib): Handle the case when the version field is 
30136         initialized by a static constructor.
30137
30138 2003-12-08  Patrik Torstensson  <p@rxc.se>
30139
30140     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
30141
30142 2003-12-08  Martin Baulig  <martin@ximian.com>
30143
30144         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
30145         a MonoReflectionGenericParameter, also take the parameter index
30146         and name as arguments.
30147         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
30148         (ves_icall_MonoGenericParam_initialize): New interncall.
30149         (ves_icall_Type_make_byref_type): New interncall.
30150
30151         * reflection.h (MonoReflectionGenericParam): Derive from
30152         MonoReflectionType, not just from MonoObject.  Added `refobj' and
30153         `index' fields.
30154
30155         * reflection.c (mono_reflection_define_generic_parameter): Create
30156         and return a new MonoReflectionGenericParam; don't initialize the
30157         constraints here.
30158         (mono_reflection_initialize_generic_parameter): New public method;
30159         initializes the constraints and creates the `param->pklass'.
30160
30161 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
30162
30163         * reflection.h reflection.c: Use the new fields 'num_types', 
30164         'num_fields' and 'num_methods' to track the number of types etc.
30165
30166         * verify.c (check_corlib): Check corlib version number.
30167
30168 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
30169
30170         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
30171         function works on all methods.
30172
30173 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
30174
30175         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
30176         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
30177         the custom_type_info flag of the transparent proxy.
30178         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
30179         objects that supports IRemotingTypeInfo.
30180         * object.h: Added custom_type_info field in transparent proxy.
30181
30182 2003-12-06  Martin Baulig  <martin@ximian.com>
30183
30184         * class.c (mono_class_create_from_generic): Removed.
30185         (mono_class_from_generic): Check `ginst->klass' before doing
30186         anything else.  This is important to fully support "recursive"
30187         generic types.
30188
30189         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
30190         empty `generic_inst->klass' before doing anything else.
30191
30192 2003-12-06  Dick Porter  <dick@ximian.com>
30193
30194         * verify.c: 
30195         * object.h:
30196         * icall.c:
30197         * locales.c: Use C structs to access class fields.  Don't do a
30198         conversion between MonoString and UChar because both are
30199         platform-endian UTF-16.  Compare now takes startindex and count
30200         parameters.  Add a char overload for IndexOf.  Speed up the
30201         invariant string IndexOf.
30202
30203 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
30204
30205         * Makefile.am (monosn_LDADD): Fix parallel build.
30206
30207 2003-12-04  Martin Baulig  <martin@ximian.com>
30208
30209         * icall.c
30210         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30211         (ves_icall_Type_make_array_type): New interncall.       
30212
30213 2003-12-04  Martin Baulig  <martin@ximian.com>
30214
30215         * locales.c: also change it in the !HAVE_ICU case.
30216
30217 2003-12-04  Dick Porter  <dick@ximian.com>
30218
30219         * icall.c:
30220         * locales.c: construct_compareinfo is now in CompareInfo, not
30221         CultureInfo.
30222
30223 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
30224
30225         * image.c (mono_image_load_file_for_image): Cache loaded images in the
30226         image->files array.
30227
30228         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
30229         table as well.
30230
30231         * assembly.c (mono_assembly_load_references): Only load references
30232         once.
30233
30234         * class.c (mono_class_from_name): Avoid linear search of the 
30235         EXPORTEDTYPE table.
30236
30237         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
30238
30239 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
30240
30241         * image.h (MonoImage): Add 'field_cache' field.
30242
30243         * loader.c (mono_field_from_token): Cache field lookups.
30244         
30245         * reflection.c (mono_module_get_object): Fix name property.
30246
30247         * icall.c (ves_icall_get_enum_info): Update after changes to 
30248         mono_metadata_get_constant_index ().
30249
30250         * icall.c: Get rid of get_type_info icall, use a separate icall for
30251         each type property to avoid needless memory allocations. Fixes #51514.
30252
30253         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
30254         to avoid needless binary searches.
30255
30256         * class.c (class_compute_field_layout): Move the initialization of
30257         field->def_value to mono_class_vtable ().
30258
30259         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
30260         non-corlib types.
30261
30262         * object.c (mono_object_allocate): Make it inline.
30263
30264         * object.c (mono_object_allocate_spec): Make it inline.
30265         
30266 2003-12-02  Dick Porter  <dick@ximian.com>
30267
30268         * locales.c (create_NumberFormat): NumberFormatInfo construction.
30269         Patch by Mohammad DAMT (mdamt@cdl2000.com).
30270
30271 2003-12-01  Dick Porter  <dick@ximian.com>
30272
30273         * threads.c: Fix signature and call in CreateMutex and
30274         CreateEvent.
30275
30276 2003-12-01  Dick Porter  <dick@ximian.com>
30277
30278         * icall.c: 
30279         * locales.c: Implement string compares and searching
30280
30281         * object.h: Add extra Thread field
30282
30283 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
30284
30285         * reflection.c (fixup_method): Add support for MonoCMethod.
30286
30287 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
30288
30289         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
30290
30291         * reflection.c (assembly_name_to_aname): Allow extra characters in
30292         assembly names. Fixes #51468.
30293
30294 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
30295
30296         * exception.c (mono_exception_from_name_domain): New helper function.
30297
30298         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
30299         exception object in the correct domain.
30300
30301         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
30302         formatting + make a copy a the input data.
30303
30304         * loader.c (mono_get_method_from_token): Methods which contain
30305         native code do not have entries in the ImplMap.
30306
30307         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
30308         Thanks to Gonzalo for spotting this.
30309         
30310         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
30311         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
30312
30313         * assembly.h (mono_assembly_load_from): Split the second part of 
30314         assembly loading into a new public function.
30315
30316         * exception.h (mono_get_exception_bad_image_format): New function.
30317
30318 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
30319
30320         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
30321         Enumerate all modules inside a dynamic assembly. Fixes #51293.
30322         
30323         * icall.c: Add new icall for creating dynamic methods.
30324
30325         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
30326
30327         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
30328
30329         * reflection.c (mono_reflection_create_dynamic_method): New icall to
30330         create a dynamic method.
30331
30332         * reflection.c (resolve_object): New helper function.
30333
30334         * reflection.c: Generalize ReflectionMethodBuilder and the functions
30335         which manipulate it so they can also work on dynamic methods.
30336
30337         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
30338         creating the MonoReflectionMethodAux structure if it is not needed.
30339         
30340         * reflection.h verify.c: Update after changes to object layout.
30341
30342         * reflection.c (method_builder_encode_signature): Fix compilation on
30343         gcc 2.95.x.
30344
30345 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
30346
30347         * appdomain.h: Added support for context static fields. Added static_data
30348           field to MonoAppContext and renamed thread_static_fields to a more
30349           generic special_static_fields in MonoAppDomain, since it can now contain
30350           context static fields.
30351         * domain.c: Updated hashtable name.
30352         * object.c: Replaced field_is_thread_static() for a more generic
30353           field_is_special_static() which also checks for context static attribute.
30354           In mono_class_vtable(), added support for static context fields.
30355         * threads.c: Changed methods that manage thread static fields to more
30356           generic methods so they can be reused both for thread and context static
30357           data.
30358         * threads.h: Declared some new methods.
30359
30360 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
30361
30362         * reflection.h: Update after changes to the managed types.
30363
30364         * reflection.c (encode_custom_modifiers): New helper function.
30365
30366         * reflection.c (method_encode_signature): Emit custom modifiers.
30367
30368         * reflection.c (field_encode_signature): Emit custom modifiers.
30369
30370 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
30371
30372         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
30373
30374         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
30375         implementation.
30376
30377         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
30378         icall.
30379
30380         * object.c (mono_field_get_value_object): New function.
30381
30382         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
30383         specific.
30384
30385 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
30386
30387         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
30388         return a preallocated out-of-memory exception instance.
30389
30390         * object.c (out_of_memory): Use the new function.
30391
30392         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
30393         flag is before the custom modifiers. Fixes #49802.
30394
30395 2003-11-16  Martin Baulig  <martin@ximian.com>
30396
30397         * class.c (mono_class_is_open_constructed_type): Implemented the
30398         MONO_TYPE_GENERICINST case.
30399
30400 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
30401
30402         * assembly.c (mono_assembly_fill_assembly_name): New function to
30403         fill out the MonoAssemblyName structure.
30404         (mono_assembly_open): Use the new function.
30405
30406         * icall.c (fill_reflection_assembly_name): New helper function.
30407
30408         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
30409         new function.
30410
30411         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
30412
30413 2003-11-15  Martin Baulig  <martin@ximian.com>
30414
30415         * class.c (mono_class_is_open_constructed_type): New public
30416         function; checks whether a type is an open constructed type,
30417         ie. whether it still contains type parameters.
30418         (mono_class_inflate_generic_type): If we're a type parameter and
30419         the inflated type is also a MONO_TYPE_(M)VAR, return the original
30420         type.
30421
30422         * class.h (MonoGenericInst): Added `guint32 is_open'.
30423
30424         * loader.c (method_from_methodspec): Check whether we're an open
30425         or closed constructed type and set `ginst->is_open'.
30426
30427         * reflection.c (mono_reflection_bind_generic_parameters): Check
30428         whether we're an open or closed constructed type and set
30429         `ginst->is_open'.
30430         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
30431         from open constructed types.
30432
30433 2003-11-15  Martin Baulig  <martin@ximian.com>
30434
30435         * reflection.c (mono_reflection_bind_generic_parameters): If we're
30436         a generic instance (instead of a generic type declaration) with
30437         unbound generic parameters, bind them to our actual types.
30438
30439 2003-11-14  Martin Baulig  <martin@ximian.com>
30440
30441         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
30442
30443         * reflection.c (mono_reflection_bind_generic_parameters): If we're
30444         an interface type, populate `res->interfaces' with instantiated
30445         versions of all the interfaces we inherit.
30446
30447 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
30448
30449         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
30450         when MONO_PATH is set but doesn't contain the install dir.
30451
30452 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30453
30454         * icall.c:
30455         (ves_icall_Type_GetInterfaces): don't return an interface twice when
30456         it's also implemented in base classes. Fixes bug #50927.
30457
30458 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
30459
30460         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
30461         if this method is called from a finalizer. Fixes #50913.
30462
30463 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
30464
30465         * threads.c: Implement VolatileRead/VolatileWrite
30466
30467         * icall.c: Add new icalls for VolatileRead/VolatileWrite
30468
30469 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
30470
30471         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
30472         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
30473         2.95.3.
30474
30475         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
30476         from Peter Ross (pro@missioncriticalit.com).
30477         
30478 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
30479
30480         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
30481
30482 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
30483
30484         * assembly.c (mono_assembly_load_references): Disable check because it
30485         triggers on older corlibs which lots of people have.
30486
30487 2003-11-12  Jackson Harper  <jackson@ximian.com>
30488
30489         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
30490         load corlib.dll if mscorlib.dll is not found.
30491         * assembly.h: Remove corlib name define.
30492         * class.c:
30493         * domain.c:
30494         * image.c: Change corlib name to mscorlib.
30495         
30496 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
30497
30498         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
30499
30500 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
30501
30502         * appdomain.h: Added loader_optimization here to sync with the C#
30503         code, and add disallow_binding_redirects field.
30504
30505 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
30506
30507         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
30508
30509         * reflection.c (mono_image_build_metadata): Fix crash on modules
30510         with no types.
30511
30512         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
30513
30514         * icall.c (ves_icall_get_method_info): Return callingConvention as
30515         well.
30516
30517         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
30518         namespaces from the EXPORTEDTYPE table as well.
30519
30520         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
30521         from all modules inside the assembly.
30522         
30523 2003-11-11  Martin Baulig  <martin@ximian.com>
30524
30525         * reflection.c (mono_reflection_bind_generic_parameters): Make
30526         this work for interfaces.
30527
30528 2003-11-11  Martin Baulig  <martin@ximian.com>
30529
30530         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
30531
30532 2003-11-11  Martin Baulig  <martin@ximian.com>
30533
30534         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
30535         "MonoInflatedMethod" and "MonoInflatedCtor".
30536
30537 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
30538
30539         * reflection.c (resolution_scope_from_image): Use the assembly table
30540         from the manifest module, since other modules don't have it.
30541
30542         * debug-helpers.c (mono_type_full_name): New helper function.
30543
30544         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
30545
30546         * image.c (mono_image_load_file_for_image): New public function which
30547         is a replacement for the load_file_for_image in class.c.
30548
30549         * assembly.c (mono_assembly_load_module): A wrapper for the function
30550         above which does assembly association and reference loading too.
30551
30552         * class.c (mono_class_from_name): Call mono_assembly_load_module.
30553
30554 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30555
30556         * appdomain.c: not all of the attributes for the full assembly name
30557         are required and the order doesn't matter. Fixes bug #50787.
30558
30559 2003-11-10  Dick Porter  <dick@ximian.com>
30560
30561         * locales.c: Use platform-endian UTF16
30562
30563 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
30564
30565         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
30566         
30567 2003-11-10  Martin Baulig  <martin@ximian.com>
30568
30569         * metadata.c
30570         (mono_metadata_load_generic_params): Make this actually work.
30571
30572         * reflection.c (mono_reflection_bind_generic_parameters): If our
30573         parent is a generic instance, pass all the `types' to it, no
30574         matter whether it has the same number of type parameters or not.
30575
30576 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
30577
30578         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
30579
30580         * assembly.c (mono_assembly_load_references): Move the image<->assembly
30581         assignment code to this function so it gets called recursively for all
30582         modules.
30583
30584         * image.c (load_modules): Remove the assembly assignment since it is
30585         now done by mono_assembly_load_references.
30586         
30587         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
30588         Add 'module' argument.
30589         (mono_module_get_types): New helper function.
30590         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
30591
30592 2003-11-08  Martin Baulig  <martin@ximian.com>
30593
30594         * class.c (mono_class_inflate_generic_method): Interface method
30595         don't have a header.
30596
30597         * reflection.c (mono_image_get_methodspec_token): Take an
30598         additional `MonoGenericInst *' argument instead of reading it from
30599         the header; this is necessary to support interfaces.
30600         (mono_image_create_token): Pass the `MonoGenericInst *' from the
30601         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
30602         (inflated_method_get_object): Take an additional `MonoGenericInst *'
30603         argument.
30604
30605         * reflection.h (MonoReflectionInflatedMethod): Added
30606         `MonoGenericInst *ginst'.
30607
30608 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
30609
30610         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
30611
30612 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
30613
30614         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
30615
30616 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
30617
30618         * reflection.c 
30619         (reflection_methodbuilder_from_method_builder):
30620         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
30621         initialize a ReflectionMethodBuilder structure.
30622         (mono_image_get_methodbuilder_token):
30623         (mono_image_get_ctorbuilder_token): New functions to emit memberref
30624         tokens which point to types in another module inside the same assembly.
30625
30626         * reflection.c: Use the new helper functions.
30627         
30628         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
30629
30630         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
30631         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
30632
30633         * reflection.c (resolution_scope_from_image): Emit a moduleref if
30634         neccesary.
30635
30636         * reflection.c (mono_image_build_metadata): Emit metadata only for the
30637         current module. Emit the manifest only for the main module.
30638
30639         * reflection.c (mono_image_create_token): Add assertion when a 
30640         memberref needs to be created.
30641
30642         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
30643
30644         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
30645         larger buffer for the custom attribute blob. Fixes #50637.
30646         
30647 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30648
30649         * threadpool.c: notify listener on async processing handles after
30650         invoking the async callback. Thanks to Zoltan.
30651
30652 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30653
30654         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
30655         avoid code duplication.
30656
30657         * reflection.h (MonoDynamicImage): New type which is currently unused,
30658         but will be used through the ref.emit code in place of 
30659         MonoDynamicAssembly.
30660
30661         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
30662         object layout.
30663
30664         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
30665         a MonoDynamicImage instead of just a MonoImage.
30666         
30667         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
30668         icalls to ModuleBuilder but keep their semantics, so they will work
30669         with moduleb->assemblyb. This will change later.
30670         
30671 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30672
30673         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
30674         object layout.
30675
30676         * reflection.c (mono_image_build_metadata): Avoid creation of a default
30677         main module, since it is now done by the managed code.
30678
30679 2003-11-03  Martin Baulig  <martin@ximian.com>
30680
30681         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
30682         `ginst->klass' here.
30683         (method_encode_methodspec): Don't use the `ginst->generic_method's
30684         klass if it's a generic instance, use `ginst->klass' in this case.
30685
30686 2003-11-03  Martin Baulig  <martin@ximian.com>
30687
30688         * reflection.c (mono_image_get_generic_method_param_info):
30689         Removed, use mono_image_get_generic_param_info() instead.
30690         (mono_image_get_type_info): Write the GenericParam table before
30691         the Method table.  This is neccessary because in the GenericParam
30692         table, type parameters of the class (ie. '!0' etc.) must come
30693         before the ones from its generic methods (ie. '!!0' etc).
30694
30695 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30696
30697         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
30698
30699 2003-11-02  Martin Baulig  <martin@ximian.com>
30700
30701         * reflection.c (create_generic_typespec): Take a
30702         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
30703         the generic parameters from it.
30704
30705 2003-11-02  Martin Baulig  <martin@ximian.com>
30706
30707         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
30708         instead of a `MonoClassField *' since we just need the type.
30709         (create_generic_typespec): New static function.  Creates a
30710         TypeSpec token for a generic type declaration.
30711         (mono_image_get_generic_field_token): New static function.
30712         (mono_image_create_token): If we're a FieldBuilder in a generic
30713         type declaration, call mono_image_get_generic_field_token() to get
30714         the token.
30715
30716 2003-11-02  Martin Baulig  <martin@ximian.com>
30717
30718         * reflection.h
30719         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
30720         `MonoReflectionGenericInst *declaring_type' and
30721         `MonoReflectionGenericInst *reflected_type' fields.
30722
30723         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
30724         `MonoReflectionGenericInst *declaring_type' and a
30725         `MonoReflectionGenericInst *reflected_type' argument instead of a
30726         single `MonoReflectionGenericInst *type' one.  Set
30727         `res->declaring_type' and `res->reflected_type' from them.
30728         (mono_reflection_inflate_field): Likewise.      
30729
30730 2003-11-02  Martin Baulig  <martin@ximian.com>
30731
30732         * class.c (mono_class_setup_vtable): Don't store generic methods
30733         in the vtable.  
30734
30735 2003-11-02  Martin Baulig  <martin@ximian.com>
30736
30737         * reflection.h (MonoReflectionGenericInst): Added
30738         `MonoReflectionType *declaring_type'.
30739
30740         * reflection.c (mono_reflection_bind_generic_parameters): Use
30741         `if (tb->parent)' instead of `klass->parent'.
30742
30743 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
30744
30745         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
30746         with an empty ASSEMBLY table.
30747
30748         * reflection.c (mono_image_build_metadata): Avoid using the same loop
30749         variable in the inner and outer loops.
30750
30751 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
30752
30753         * metadata.h (mono_metadata_make_token): Put parentheses around macro
30754         argument.
30755
30756         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
30757         
30758         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
30759         icalls. Instead, do everything in managed code. This is needed since
30760         it is hard to restore the original domain etc. in unmanaged code in the
30761         presence of undeniable exceptions.
30762
30763         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
30764         New icalls to push and pop appdomain refs.
30765
30766 2003-10-31  Martin Baulig  <martin@ximian.com>
30767
30768         * class.c (inflate_generic_type): Renamed to
30769         mono_class_inflate_generic_type() and made it public.
30770
30771         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
30772         New interncall.
30773
30774         * loader.c (mono_field_from_memberref): Also set the retklass for
30775         typespecs.
30776
30777         * fielder.c (mono_image_get_inflated_field_token): New static
30778         method; creates a metadata token for an inflated field.
30779         (mono_image_create_token, fixup_method): Added support for
30780         "MonoInflatedField".
30781         (fieldbuilder_to_mono_class_field): New static function.
30782         (mono_reflection_inflate_field): New public function.
30783
30784         * reflection.h
30785         (MonoReflectionGenericInst): Added `MonoArray *fields'.
30786         (MonoReflectionInflatedField): New typedef.     
30787
30788 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
30789
30790         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
30791         for Solaris and other platforms without s6_addr16
30792
30793 2003-10-30  Martin Baulig  <martin@ximian.com>
30794
30795         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
30796         argument instead of two.
30797         (mono_class_inflate_generic_signature): Likewise.
30798         (inflate_generic_header): Likewise.
30799         (mono_class_inflate_generic_method): Likewise.  In addition, if
30800         `ginst->klass' is set, it becomes the new `method->klass'.
30801
30802         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
30803         field.
30804
30805         * reflection.c (encode_generic_method_sig): Write a 0xa as the
30806         first byte. [FIXME]
30807         (method_encode_methodspec): If we have generic parameters, create
30808         a MethodSpec instead of a MethodRef.
30809         (fixup_method): Added support for "MonoInflatedMethod" and
30810         "MonoInflatedCtor".
30811         (mono_image_create_token): Added support for "MonoInflatedMethod"
30812         and "MonoInflatedCtor".
30813         (inflated_method_get_object): New static function; returns a
30814         managed "System.Reflection.MonoInflatedMethod" object.
30815         (mono_reflection_bind_generic_method_parameters): Return a
30816         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
30817         (mono_reflection_inflate_method_or_ctor): Likewise.
30818         (mono_image_get_generic_method_param_info): Initialize unused
30819         fields to zero.
30820         (mono_image_get_generic_param_info): Likewise.
30821
30822         * reflection.h (MonoReflectionInflatedMethod): New public
30823         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
30824         "S.R.MonoInflatedCtor" classes.
30825
30826         * loader.c (method_from_memberref): If we're a TypeSpec and it
30827         resolves to a generic instance, inflate the method.
30828
30829 2003-10-28  Dick Porter  <dick@ximian.com>
30830
30831         * object.c (mono_runtime_run_main): Convert command-line arguments
30832         into utf8, falling back to the user's locale encoding to do so.
30833
30834 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
30835
30836         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
30837         at this time.
30838
30839         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
30840
30841         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
30842         up icalls at method definition time. Partially fixes #33569.
30843
30844 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
30845
30846         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
30847         marshalling of arrays. Fixes #50116.
30848
30849         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
30850
30851         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
30852         points to a vtable in the dying appdomain.
30853
30854         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
30855         listeners into unmanaged code inside the lock.
30856
30857         * object.c (mono_class_vtable): Turn off typed allocation in non-root
30858         domains and add some comments.
30859
30860 2003-10-25  Martin Baulig  <martin@ximian.com>
30861
30862         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
30863
30864         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
30865
30866         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
30867         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
30868         currently parsing.  Create the generic class and store it in
30869         `generic_inst->klass' before parsing the type arguments.  This is
30870         required to support "recursive" definitions; see mcs/tests/gen-23.cs
30871         for an example.
30872         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
30873         to support recursive typespec entries.
30874
30875         * class.c (mono_class_setup_parent): If our parent is a generic
30876         instance, we may get called before it has its name set.
30877         (mono_class_from_generic): Splitted into
30878         mono_class_create_from_generic() and mono_class_initialize_generic().
30879
30880 2003-10-25  Martin Baulig  <martin@ximian.com>
30881
30882         * icall.c (ves_icall_Type_BindGenericParameters): Return a
30883         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
30884         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
30885         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
30886
30887         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
30888         (create_typespec): Likewise.
30889         (mono_reflection_bind_generic_parameters): Return a
30890         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
30891         (mono_reflection_inflate_method_or_ctor): New public function.
30892
30893         * reflection.h (MonoReflectionGenericInst): New typedef.        
30894
30895 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
30896
30897         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
30898         inside the domain lock. Fixes #49993.
30899         
30900         * object.c (mono_class_vtable): When typed allocation is used, 
30901         allocate vtables in the GC heap instead of in the mempool, since the
30902         vtables contain GC descriptors which are used by the collector even
30903         after the domain owning the mempool is unloaded.
30904
30905         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
30906
30907         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
30908         reflect what it does. Also invalidate mempools instead of freeing
30909         them if a define is set.
30910
30911         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
30912         of the appdomain.
30913         
30914         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
30915         hold the finalizable objects in this domain.
30916
30917         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
30918         appdomain.
30919
30920         * appdomain.c (mono_domain_set): New function to set the current
30921         appdomain, but only if it is not being unloaded.
30922
30923         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
30924         appdomain which is being unloaded.
30925         
30926         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
30927         unloading of the root appdomain.
30928
30929         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
30930         icall to execute a method in another appdomain. Intended as a 
30931         replacement for InternalSetDomain, which can confuse the code 
30932         generation in the JIT.
30933
30934         * appdomain.c (mono_domain_is_unloading): New function to determine
30935         whenever an appdomain is unloading.
30936
30937         * appdomain.c (mono_domain_unload): New function to correctly unload
30938         an appdomain.
30939
30940         * assembly.c (mono_assembly_load_references): Check that an assembly
30941         does not references itself.
30942
30943         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
30944         domain manually, it asks the finalizer thread to do it, then waits for
30945         the result. Also added a timeout.
30946
30947         * icall.c: Register the new icalls.
30948
30949         * threads.h threads.c: Export the mono_gc_stop_world and 
30950         mono_gc_start_world functions.
30951         
30952         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
30953         function to fill out the mempool with 0x2a.
30954
30955 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
30956
30957         * reflection.h (MonoReflectionMethodAux): New structure to store
30958         information which is rarely used, thus is not in the MonoMethod
30959         structure.
30960
30961         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
30962         store the aux info.
30963
30964         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
30965         and marshalling info into the aux structure.
30966
30967         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
30968         from the aux structure.
30969
30970         * loader.c (mono_method_get_param_names): Retrieve the param names from
30971         the aux structure.
30972         
30973 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
30974
30975         * exception.h exception.c: Add AppDomainUnloadedException && fix 
30976         warning.
30977
30978 2003-10-21  Dick Porter  <dick@ximian.com>
30979
30980         * socket-io.c
30981         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
30982         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
30983
30984 2003-10-21  Martin Baulig  <martin@ximian.com>
30985
30986         * reflection.c (mono_reflection_bind_generic_parameters):
30987         `klass->parent' is NULL for interfaces.
30988
30989 2003-10-21  Martin Baulig  <martin@ximian.com>
30990
30991         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30992
30993 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
30994
30995         * exception.c (mono_exception_from_name_msg): New helper function for
30996         creating exceptions and initializing their message field.
30997
30998         * exception.c: Simplify functions using the new helper.
30999
31000         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
31001         New function.
31002
31003         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
31004         mono_raise_exception, since otherwise gcc doesn't generate the function
31005         epilog for raise_exception, confusing the stack unwinding in the JIT.
31006         Fixes #45043.
31007
31008         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
31009         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
31010         Fixes #49499.
31011
31012 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31013
31014         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
31015         utf8.
31016
31017 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
31018
31019         * icall.c: Removed GetUninitializedObject method because
31020           AllocateUninitializedClassInstance does the same.
31021
31022 2003-10-18  Martin Baulig  <martin@ximian.com>
31023
31024         * class.c (inflate_generic_signature): Renamed to
31025         mono_class_inflate_generic_signature() and made it public.
31026         (my_mono_class_from_generic_parameter): New static function; if we
31027         don't already have the generic parameter's MonoClass, create a
31028         very simple one which is just used internally in the runtime and
31029         not passed back to managed code.
31030
31031         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
31032
31033         * metadata.h (MonoMethodSignature): Moved the
31034         `MonoGenericParam *gen_params' to the MonoMethodHeader.
31035         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
31036
31037         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
31038         ves_icall_MonoMethod_GetGenericArguments(); this is now an
31039         interncall on the MonoMethod class, not on MethodInfo.
31040         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
31041         calling mono_reflection_bind_generic_method_parameters() directly.
31042
31043         * loader.c (mono_method_get_signature): If this is a MethodSpec;
31044         return the already computed `method->signature'.
31045         (method_from_methodspec): New static function to load a method
31046         from a MethodSpec entry.
31047         (mono_get_method_from_token): Call the new method_from_methodspec()
31048         for MethodSpec tokens.  
31049         (mono_get_method_from_token): If we're a generic method, load the
31050         type parameters.
31051
31052         * reflection.c (mono_image_get_memberref_token): Allow
31053         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
31054         table.
31055         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
31056         (mono_image_create_token): First check whether it's a generic
31057         method (so we'd need to create a MethodSpec), then do the other
31058         two alternatives.
31059         (mono_reflection_bind_generic_method_parameters): Return a
31060         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
31061         called directly from the interncall.
31062
31063 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
31064
31065         * reflection.c (load_public_key): Move loading of the public key
31066         into managed code.
31067
31068         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
31069
31070         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
31071         fields.
31072
31073         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
31074         culture, hash_alg and public_key. Fixes #49555.
31075
31076 2003-10-17  Martin Baulig  <martin@ximian.com>
31077
31078         * class.h (MonoGenericInst): Moved this declaration here and added
31079         `MonoMethod *generic_method'.
31080
31081         * icall.c
31082         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
31083         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
31084
31085         * metadata.c (mono_metadata_type_equal): Two types of
31086         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
31087         index; ie. don't compare the address of the `MonoGenericParam'
31088         structure.
31089         (mono_metadata_load_generic_params): Removed the `MonoMethod
31090         *method' argument.
31091
31092         * metadata.h (MonoGenericInst): Moved declaration to class.h.
31093         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
31094
31095         * reflection.c (method_encode_signature): Encode the number of
31096         generic parameters.
31097         (encode_generic_method_sig): New static function.
31098         (method_encode_methodspec): New static function; creates an entry
31099         in the MethodSpec table for a generic method.
31100         (mono_image_get_methodspec_token): New static function.
31101         (mono_image_create_token): Call mono_image_get_methodspec_token()
31102         for generic methods.
31103         (mono_reflection_bind_generic_method_parameters): New public
31104         function.  Instantiates a generic method.
31105
31106 2003-10-16  Martin Baulig  <martin@ximian.com>
31107
31108         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
31109         *gen_params' here from MonoMethodHeader.
31110
31111         * metadata.c (mono_metadata_parse_method_signature): If we have
31112         generic parameters, initialize `method->gen_params' and then set
31113         the correct `type->data.generic_param' in all the parameters.
31114
31115 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
31116
31117         * threads.c (mono_threads_get_default_stacksize): New function to 
31118         return the default stacksize.
31119
31120         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
31121         termination of the finalizer thread, since the previous method had
31122         race conditions. Fixes #49628.
31123
31124         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
31125         as for the other managed threads.
31126
31127 2003-10-16  Martin Baulig  <martin@ximian.com>
31128
31129         * class.c (inflate_generic_signature): Copy `generic_param_count'
31130         and `gen_params'.
31131
31132         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
31133         New interncall.
31134
31135         * metadata.c (mono_metadata_parse_method_signature): Actually set
31136         the `method->generic_param_count' here.
31137         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
31138
31139 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
31140
31141         * object.h: Add a new field to TypedRef to simplify the implementation
31142         of the REFANY opcodes in the JIT.
31143
31144         * icall.c: Make use of the new field.
31145
31146         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
31147         dynamically.
31148
31149 2003-10-15  Martin Baulig  <martin@ximian.com>
31150
31151         * class.c (mono_class_from_gen_param): Renamed to
31152         mono_class_from_generic_parameter() and moved most of the
31153         functionality from mono_reflection_define_generic_parameter()
31154         here; ie. we create a "real" class here.
31155         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
31156         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
31157         previously been called.
31158
31159         * class.h (MonoGenericParam): Moved the declaration of this struct
31160         here from metadata.h and added `MonoMethod *method'.
31161
31162         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
31163         interncall.
31164
31165         * loader.c (mono_get_method_from_token): If we have any generic
31166         parameters, call mono_metadata_load_generic_params() to read them
31167         from the MONO_TABLE_GENERICPAR.
31168
31169         * metadata.c (mono_metadata_load_generic_params): Added
31170         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
31171
31172         * metadata.h (MonoMethodSignature): Replaced
31173         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
31174         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
31175
31176         * reflection.c (mono_reflection_define_generic_parameter): Moved
31177         most of the functionality into the new
31178         mono_class_from_generic_parameter(); set the `method' field if
31179         we're a method parameter.       
31180
31181 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
31182
31183         * marshal.c (emit_struct_conv): if native size is 0
31184         emit no code.
31185
31186 2003-10-14  Martin Baulig  <martin@ximian.com>
31187
31188         * icall.c: The generics API has changed in the spec since it was
31189         added to System.Type; these modifications make it match the spec
31190         again.
31191         (ves_icall_Type_GetGenericParameters): Renamed to
31192         `ves_icall_Type_GetGenericArguments'.
31193         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
31194         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
31195         `ves_icall_MonoType_get_HasGenericArguments'.
31196         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
31197         `ves_icall_MonoType_get_IsGenericParameter'.
31198         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
31199         this is no interncall anymore.
31200         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
31201         `ves_icall_TypeBuilder_get_IsGenericParameter'.
31202
31203 2003-10-14  Martin Baulig  <martin@ximian.com>
31204
31205         * reflection.c (mono_reflection_bind_generic_parameters): Also
31206         inflate generic methods if we're reading the class from IL.
31207
31208 2003-10-13  Martin Baulig  <martin@ximian.com>
31209
31210         * reflection.c (mono_reflection_define_generic_parameter): This
31211         method isn't called directly from the icall anymore; take a
31212         `MonoReflectionAssemblyBuilder *' so we can use this for type and
31213         method generic parameters.
31214         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
31215         (method_builder_encode_signature): Encode generic parameters.
31216         (mono_image_get_method_info): Write generic params to the
31217         MONO_TABLE_GENERICPARAM table.
31218
31219         * reflection.h (MonoReflectionMethodBuilder): Added
31220         `MonoArray *generic_params'.
31221
31222         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
31223
31224         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
31225         wrapper for mono_reflection_define_generic_parameter().
31226         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
31227
31228 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
31229
31230         * marshal.h: Add missing function to fix build.
31231
31232         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
31233         the SetLastError pinvoke attribute.
31234
31235         * marshal.c (mono_marshal_set_last_error): New helper function called
31236         by the generated code.
31237         
31238         * marshal.c (mono_mb_emit_branch): New helper function.
31239
31240         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
31241
31242         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
31243         classes as parameters and return values of delegates. Fixes #29256. 
31244
31245 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
31246
31247         * locales.c: use gint32 in non HAVE_ICU case
31248
31249 2003-10-11  Martin Baulig  <martin@ximian.com>
31250
31251         * mono-debug.c (mono_debug_add_method): Added a workaround for
31252         bug #48591.
31253
31254 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
31255
31256         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
31257         delegates passed to native code must use the STDCALL calling 
31258         convention. Fixes #35987.
31259
31260 2003-10-10  Martin Baulig  <martin@ximian.com>
31261
31262         * class.c (inflate_generic_type): If we're inflating for a generic
31263         type instance (and not for a generic method), return
31264         MONO_TYPE_MVAR unchanged.
31265
31266 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31267
31268         * string-icalls.c: Join ignores null strings in the source array.
31269         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
31270         * threads.c: GetAvailableTheads is slightly more accurate.
31271
31272 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
31273
31274         * threads.h threads.c : add mono_threads_set_default_stacksize
31275         and pass default to CreateThread calls.
31276
31277 2003-10-09  Dick Porter  <dick@ximian.com>
31278
31279         * icall.c:
31280         * locales.h:
31281         * locales.c: Internal calls for constructing CultureInfo and
31282         related objects from libicu (if its available.)
31283
31284 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
31285
31286         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
31287
31288 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31289
31290         * threadpool.c: added an argument to async_invoke_thread that is the
31291         item to process, pass the MonoAsyncResult to the thread start function
31292         when creating a new thread. This way we don't need to acquire any lock
31293         when we're creating a new thread. Readded a semaphore for faster
31294         response times (instead of that Sleep i added).
31295
31296 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
31297
31298         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
31299         get daylight change dates better on Windows, fix handling
31300         of platforms without tm_gmtoff.
31301
31302 2003-10-06  Martin Baulig  <martin@ximian.com>
31303
31304         * class.c (inflate_generic_method): Renamed to
31305         mono_class_inflate_generic_method() and made public.
31306         (mono_class_init): Don't inflate the generic methods here.
31307         (mono_class_from_generic): Added `gboolean inflate_methods'
31308         argument.  Inflate the methods here.
31309
31310         * loader.c (mono_method_get_param_names): Ignore instances of
31311         generic types for the moment.
31312
31313         * reflection.c (fixup_method): Added support for inflated methods.
31314         (mono_image_create_token): Use mono_image_get_methodref_token()
31315         for inflated methods.
31316         (mono_custom_attrs_from_param): Ignore instances of generic types
31317         for the moment.
31318         (mono_reflection_bind_generic_parameters): New public function.
31319         Moved all the functionality from
31320         ves_icall_Type_BindGenericParameters() here and added support for
31321         dynamic types.
31322         (mono_reflection_define_generic_parameter): Initialize
31323         `klass->methods' here.
31324
31325         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
31326         functionality into mono_reflection_define_generic_parameter().
31327         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
31328         TypeBuilder, return that TypeBuilder.
31329
31330 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31331
31332         * appdomain.c: removed mono_delegate_semaphore.
31333
31334         * threadpool.c:
31335         (mono_thread_pool_add): moved hash table creation inside and the thread 
31336         creation outside of the critical region.
31337         (mono_thread_pool_finish): removed obsolete code.
31338         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
31339         continue or exit the thread depending on the queue.
31340
31341 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
31342
31343         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
31344         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
31345         handle more bool marshalling options
31346
31347 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
31348
31349         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
31350         arrays of structs. Also add a more descriptive error message when
31351         a structure member is marshalled as LPArray.
31352
31353 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
31354
31355         * marshal.c (mono_marshal_get_native_wrapper): Add support for
31356         marshalling arrays of complex types. Fixes #29098. Also remove an
31357         usused and incomplete function.
31358
31359 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
31360
31361         * gc.c: report heap_size - free_bytes as total memory allocated
31362         (bug#49362).
31363
31364 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
31365
31366         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
31367         fix timezone handling problems on Windows.
31368         
31369         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
31370         asserts when the year is outside the range handled by ms the functions.
31371
31372         * class.c (setup_interface_offsets): If the class is an interface,
31373         fill out its interface_offsets slot.
31374
31375 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31376
31377         * threadpool.c: mark threadpool threads as background.
31378
31379 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
31380
31381         * decimal.c - define DECINLINE to nothing if not using GCC
31382
31383 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
31384
31385         * assembly.c: More refcount fixes.
31386
31387 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31388
31389         * string-icalls.c: if we're not trimming, return the same string.
31390         When not splitting, don't create a new string.
31391
31392 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31393
31394         * image.c:
31395         (mono_image_open): increment the ref_count inside the critical section.
31396
31397 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
31398
31399         * image.c (mono_image_open): Fix reference counting bug.
31400
31401 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
31402
31403         * marshal.c (mono_marshal_type_size) struct alignment changed for 
31404         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
31405         64bits. Avoid leak in mono_marshal_get_native_wrapper when
31406         mono_lookup_pinvoke_call throws.        
31407
31408 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
31409
31410         * reflection.c (mono_reflection_parse_type): Fix #49114.
31411
31412         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
31413         temporary workaround for cygwin header problem.
31414
31415         * object.c (mono_object_isinst): Synchronize this with the code
31416         generated by the JIT for casts.
31417
31418 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
31419
31420         * reflection.c (encode_type): Fix #38332.
31421
31422 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
31423
31424         * marshal.c (mono_marshal_method_from_wrapper): New function to return
31425         the original method from the wrapper method.
31426
31427 2003-09-25  Martin Baulig  <martin@ximian.com>
31428
31429         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
31430         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
31431         (ves_icall_Type_get_IsGenericInstance): New interncall.
31432
31433 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
31434
31435         * object.c: fix cast warning in big endian code.
31436
31437 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
31438
31439         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
31440         
31441 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31442
31443         * assembly.c: don't call check_env from mono_assembly_load. It's
31444         already done once in mono_assemblies_init and may cause headaches when
31445         multiple threads are loading assemblies.
31446
31447 2003-09-19  Martin Baulig  <martin@ximian.com>
31448
31449         * reflection.c (mono_reflection_define_generic_parameter): Don't
31450         allocate `klass->methods', set `klass->flags' to
31451         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
31452
31453 2003-09-18  Martin Baulig  <martin@ximian.com>
31454
31455         * class.c (mono_class_init): Don't create `class->methods' if it's
31456         already initialized.
31457
31458         * metadata.c (mono_metadata_load_generic_params): Make this
31459         actually work.
31460
31461         * reflection.c (mono_reflection_define_generic_parameter): Set
31462         parent class and interfaces from the constraints.
31463
31464         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
31465         to keep this struct in sync with the declaration in TypeBuilder.cs.
31466
31467 2003-09-17  Martin Baulig  <martin@ximian.com>
31468
31469         * metadata.h (MonoType): Replaced the data's `int type_param'
31470         field with `MonoGenericParam *generic_param'.
31471         (MonoGenericParam): Added `MonoClass *klass'.
31472
31473         * class.c (mono_class_from_gen_param): Removed the
31474         `MonoImage *image' and `int type_num' arguments.
31475
31476         * metadata.c (mono_metadata_parse_generic_param): New static
31477         method; creates a MonoGenericParam which just contains the index.
31478         (do_mono_metadata_parse_type): Call
31479         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
31480         MONO_TYPE_MVAR.
31481
31482         * reflection.c (mono_image_typedef_or_ref): Generic type
31483         parameters may be in the same assembly, but never use a typedef
31484         for them.
31485         (mono_reflection_define_generic_parameter): We're now creating a
31486         "real" class for the type parameter; it's now safe to call
31487         mono_class_from_mono_type() on the class'es type, it'll do the
31488         right thing.
31489
31490 2003-09-16  Martin Baulig  <martin@ximian.com>
31491
31492         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
31493         `symfile->range_entry_size' and `symfile->class_entry_size' here;
31494         the `symfile' data structure must be fully initialized before it
31495         gets added to the table.
31496
31497 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
31498
31499         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
31500
31501         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
31502         class init trampolines.
31503
31504 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
31505
31506         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
31507         to the built-in profiler to turn off time and allocation profiling
31508         respectively.
31509
31510 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
31511
31512         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
31513         g_direct_equal.
31514
31515         * debug-helpers.c (mono_method_full_name): Print the wrapper type
31516         in human readable form.
31517
31518 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
31519
31520         * reflection.c icall.c: Fixed warnings.
31521
31522         * image.c (load_class_names): Use a temporary hash table to hold the
31523         namespaces in order to avoid doing many string comparisons.
31524
31525         * image.h: Fix typo.
31526
31527         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
31528         Pass NULL instead of g_direct_equal to the GHashTable constructor 
31529         since the NULL case is short-circuited inside g_hash_table_lookup, 
31530         leading to better performance.  
31531
31532         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
31533         obtain the first custom attribute for a given index. Depends on the
31534         CustomAttribute table being sorted by the parent field.
31535
31536         * reflection.c (mono_custom_attrs_from_index): Use the new function 
31537         for better performance.
31538
31539 2003-09-07  Martin Baulig  <martin@ximian.com>
31540
31541         * class.c (mono_class_init): If we're a generic instance, inflate
31542         all our methods instead of loading them from the image.
31543         (mono_class_from_generic): Set `class->methods = gklass->methods'.
31544
31545 2003-09-07  Martin Baulig  <martin@ximian.com>
31546
31547         * mono-debug-debugger.c: Added support for constructors.
31548
31549 2003-09-06  Martin Baulig  <martin@ximian.com>
31550
31551         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
31552         New interncall.
31553
31554         * reflection.c (mono_reflection_setup_generic_class): Call
31555         ensure_runtime_vtable() to create the vtable.
31556
31557 2003-09-05  Martin Baulig  <martin@ximian.com>
31558
31559         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
31560         MONO_TYPE_MVAR.
31561
31562 2003-09-04  Martin Baulig  <martin@ximian.com>
31563
31564         * reflection.c (mono_reflection_define_generic_parameter): Generic
31565         parameters start with zero.
31566
31567 2003-09-04  Martin Baulig  <martin@ximian.com>
31568
31569         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
31570
31571         * reflection.h (MonoReflectionGenericParam): New typedef.
31572         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
31573         the generic parameters from the managed TypeBuilder.
31574
31575         * reflection.c (mono_reflection_define_generic_parameter): New function.
31576         (mono_reflection_create_runtime_class): Encode generic parameters.
31577         (mono_reflection_setup_generic_class): New function; this is
31578         called after adding adding all generic params to the TypeBuilder.
31579         (encode_type): Added MONO_TYPE_VAR.
31580
31581 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
31582
31583         * class.h class.c (mono_class_needs_cctor_run): Moved this method
31584         here from the JIT.
31585
31586         * assembly.h assembly.c: Moved the AOT loading code into an assembly
31587         load hook.
31588
31589 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
31590
31591         * reflection.h reflection.c class.h class.c: Delete duplicate 
31592         definition of mono_type_get_name () from reflection.c and export the
31593         one in class.c.
31594
31595         * class.c: Class loading fixes from Bernie Solomon 
31596         (bernard@ugsolutions.com).
31597
31598         * reflection.c: Endianness fixes from Bernie Solomon 
31599         (bernard@ugsolutions.com).
31600         
31601 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
31602
31603         * assembly.h assembly.c: Define a file format version for AOT
31604         libraries.
31605         
31606         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
31607
31608         * appdomain.h (MonoJitInfo): New field to determine whenever the
31609         code is domain neutral.
31610         
31611 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
31612
31613         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
31614
31615 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
31616
31617         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
31618         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
31619         Avoid caching the result since strings must be domain specific. Fixes
31620         #48050.
31621
31622 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
31623
31624         * marshal.c (mono_marshal_init): Make this callable multiple times
31625         since it is hard to find a correct place to call it.
31626
31627         * object.c (mono_runtime_class_init): Execute static constructors in
31628         the correct appdomain.
31629
31630         * image.c (build_guid_table): Handle the case when multiple images have
31631         the same GUID.
31632
31633 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31634
31635         * icall.c: added a couple of icalls for System.Web.
31636
31637 2003-08-28  Martin Baulig  <martin@ximian.com>
31638
31639         * icall.c (ves_icall_Type_BindGenericParameters): Use
31640         `klass->generic_inst' instead of `&klass->byval_arg' in the
31641         mono_type_get_object() call.  The returned type must be
31642         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
31643
31644 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
31645
31646         * NOTES: New file.
31647
31648         * object.c (mono_class_proxy_vtable): Make it thread safe.
31649
31650         * pedump.c: Fix warning.
31651
31652         * object.c appdomain.h: Get rid of metadata_section. 
31653         It is no longer needed and it was causing deadlocks with domain->lock.
31654
31655         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
31656
31657 2003-08-26  Martin Baulig  <martin@ximian.com>
31658
31659         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
31660
31661 2003-08-26  Martin Baulig  <martin@ximian.com>
31662
31663         * pedump.c (main): Call mono_metadata_init(),
31664         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
31665         and mono_loader_init().
31666
31667 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
31668
31669         * loader.h: Add missing include to fix build.
31670
31671         * image.h: mono_image_load_references is no more.
31672
31673         * assembly.c: Reworked assembly loading to make it really thread safe.
31674         After these changes, the assembly returned by mono_assembly_open is
31675         fully initialized, i.e. all its references assemblies are loaded.
31676
31677         * assembly.c (mono_image_load_references): Renamed to 
31678         mono_assembly_load_references, and made private, since clients no
31679         longer need to call it.
31680
31681         * class.c: Removed calls to mono_assembly_load_references, since it was
31682         a source of deadlocks.
31683
31684         * loader.h loader.c class.h class.c: Protect data structures using a 
31685         new lock, the loader lock.
31686
31687         * class.c (mono_class_setup_vtable): Create temporary hash tables and
31688         GPtrArrays only when needed.
31689
31690         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
31691         into empty structures by mcs. Fixes pinvoke7.cs.
31692         
31693         * domain.c (mono_init): Call a new initialization function.
31694
31695         * appdomain.c (mono_runtime_init): Call the new initializer function
31696         of the marshal module.
31697
31698         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
31699         inserted into empty structures by mcs. Fixes pinvoke7.cs.
31700
31701         * marshal.h marshal.c: Added locks around the wrapper caches to make
31702         this module thread safe.
31703
31704         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
31705         this argument. Fixes pinvoke1.exe.
31706
31707 2003-08-25  Lluis Sanchez <lluis@ximian.com>
31708
31709         * object.h: Added call_type field to MonoMethodMessage and the corresponding
31710         enumeration of values. Removed fields to store remote call output values in
31711         MonoAsyncResult. Not needed any more.
31712         * object.c: Initialize call_type and async_result fields in mono_message_init.
31713         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
31714         dispatching the message.
31715         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
31716         async call to finish. To do it use a message with EndInvoke call type.
31717
31718 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
31719
31720         * loader.h loader.c (mono_method_hash_marhal_info): New function which
31721         determines whenever a method has marshalling info.
31722
31723 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31724
31725         * assembly.c: fix the build on windows.
31726
31727 2003-08-22 Lluis Sanchez <lluis@ximian.com>
31728
31729         * object.cs: Fixed bug #47785.
31730
31731 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
31732
31733         * string-icalls.c (StringReplace): If their are no occurances of
31734         the old string found return a reference to the supplied
31735         string. This saves some memory and matches MS behavoir.
31736         
31737 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31738
31739         * socket-io.c: fixed compilation for systems that define AF_INET6
31740         and don't define SOL_IP/SOL_IPV6.
31741
31742 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
31743
31744         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
31745         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
31746
31747         * rawbuffer.c rawbuffer.h: Make this module thread safe.
31748
31749         * domain.c: Make this module thread safe.
31750
31751         * domain.c (mono_init): Call new initialization function.
31752
31753         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
31754         reference types too. Fixes #38812.
31755
31756         * image.c (mono_image_init): Fixed warnings.
31757
31758         * class.c (mono_class_from_typeref): Handle assembly load failure
31759         correctly.
31760
31761         * appdomain.c (add_assemblies_to_domain): Handle the case when
31762         the references of an assembly are not yet loaded.
31763
31764         * metadata.c image.c assembly.c: Moved initialization of global
31765         variables to a separate function called at startup since lazy 
31766         initialization of these variables is not thread safe.
31767         
31768         * image.c assembly.c: Made this module thread safe by adding locks in 
31769         the appropriate places.
31770
31771         * domain.c (mono_init): Call the new initialization functions of the
31772         three modules.
31773
31774 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
31775
31776         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
31777           make a direct call. It is proxy's work to make the call asynchronous.
31778           mono_delegate_end_invoke(): If the targe is a proxy, just collect
31779           the return values.
31780         * object.cs: mono_method_call_message_new(): read AsyncResult and
31781           state object from parameters list, if this info is requested.
31782         * object.h: Added fields to store remote call output values in
31783           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
31784
31785 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31786
31787         * object.h: add needed fields to MonoThread.
31788         * threads.c, threads.h: allow registering a function to cleanup data
31789         allocated per thread by the JIT.
31790
31791 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31792
31793         * loader.h: portability fix by Bernie Solomon
31794         * <bernard@ugsolutions.com>.
31795
31796 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
31797
31798         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
31799         return a MonoArray. This simplifies the code and also ensures that
31800         the cache allways contains an object reference as a value.
31801
31802         * icall.c (ves_icall_get_parameter_info): Simplified using the new
31803         function.
31804
31805 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31806
31807         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
31808         fixes a problem with byte ordering when getting the address family for
31809         a socket.
31810
31811 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
31812
31813         * .cvsignore: Added monosn.
31814
31815         * reflection.h reflection.c loader.c: Added support for parameter
31816         marshalling to dynamically created types. Fixes #47295.
31817
31818 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
31819
31820         * rand.c: remove useless warnings.
31821
31822 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
31823
31824         * class.c: implemented ldtoken for methods and fieldrefs.
31825
31826 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31827
31828         * threadpool.c: when mono_async_invoke was called, no one took care of
31829         monitoring the queue. So if the method invoked took some time and we
31830         got new async invoke requests after 500 ms (the thread created waited
31831         that long in WaitForSingleObject), the new async invoke was not called
31832         until the previous one finished.
31833
31834         This is fixed now. Thanks to Totte for helping with it.
31835
31836 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31837
31838         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
31839
31840 2003-08-11  Martin Baulig  <martin@ximian.com>
31841
31842         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
31843
31844 2003-08-06  Martin Baulig  <martin@ximian.com>
31845
31846         * mono-debug-debugger.c: Added support for static fields,
31847         properties and methods.
31848
31849 2003-08-06  Martin Baulig  <martin@ximian.com>
31850
31851         * mono-debug-debugger.c: Don't store the MonoString's vtable to
31852         make this work for applications with multiple application domains.
31853
31854 2003-08-04  Martin Baulig  <martin@ximian.com>
31855
31856         * mono-debug-debugger.c: Completely reworked the type support; the
31857         most important thing is that we're now just using one single
31858         `MonoType' instance per type.
31859
31860 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
31861
31862         * mono-endian.h, mono-endian.c, icall.c: Added icall
31863         ves_icall_System_Double_AssertEndianity to assert double word endianity
31864         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
31865
31866 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31867
31868         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
31869         support, icalls and fixes.
31870
31871 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
31872
31873         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
31874         classes that are a punctuation character in .NET is not the same a
31875         g_unichar_ispunct.
31876
31877 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31878
31879         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
31880
31881 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
31882
31883         * icall.c: Add new MemCopy internalcall.
31884         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
31885         Simplified code; It is not necessary to handle all the cases here,
31886         as the C# code takes care of it.  Only handle the case of the name
31887         resource embedded into the assembly.
31888
31889         Changed signature to return the data pointer and the size of the
31890         data. 
31891
31892 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
31893
31894         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
31895         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
31896
31897 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31898
31899         * socket-io.c: ignore EINTR error in select.
31900
31901 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
31902
31903         * class.h, class.c: removed unused subclasses field in MonoClass.
31904
31905 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31906
31907         * icall.c: improve fix of get_base_definition(). If the parent class
31908           doesn't have the mehod, look at the parent of the parent.
31909         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
31910           to check if a parameter is an in or out parameter
31911           (PARAM_ATTRIBUTE_IN is not set by default).
31912           mono_method_return_message_restore(): Use mono_class_value_size to
31913           get the size of a value type. mono_type_stack_size (parameterType)
31914           does not return the correct value if parameterType is byRef.
31915           mono_load_remote_field(), mono_load_remote_field_new(),
31916           mono_store_remote_field(), mono_store_remote_field_new():
31917           raise exception if the remote call returns an exception.
31918
31919 2003-07-28  Martin Baulig  <martin@ximian.com>
31920
31921         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
31922         method.  This is a wrapper around mono_runtime_invoke() which
31923         boxes the instance object if neccessary.
31924
31925 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31926
31927         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
31928         metadata.h, row-indexes.h, verify.c: first cut of generics support.
31929
31930 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31931
31932         * icall.c: disable mcs bug workaround.
31933
31934 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
31935
31936         * object.c (mono_runtime_class_init): Take the metadata_section
31937         mutex before obtaining the domain mutex.
31938
31939         * appdomain.h: Added definition of metadata_section mutex here. 
31940
31941         * object.c: define metadata_mutex here.
31942
31943 2003-07-24  Ravi Pratap  <ravi@ximian.com>
31944
31945         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
31946         fixed.
31947
31948 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
31949
31950         * reflection.c: Fix bug #46669
31951
31952 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31953
31954         * exception.c:
31955         * exception.h:
31956         * icall.c:
31957         * object.h: fill in the type name for TypeLoadException.
31958
31959 2003-07-23  Ravi Pratap  <ravi@ximian.com>
31960
31961         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
31962         relationship between TypeBuilders while compiling corlib) and bug
31963         45993 (Array types returned from the runtime while compiling
31964         corlib were from the loaded corlib).
31965
31966 2003-07-22  Martin Baulig  <martin@ximian.com>
31967
31968         * mono-debug-debugger.c: Reworked the type support a bit more;
31969         distinguish between types and classes.
31970
31971 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
31972
31973         * icall.c: add IsArrayImpl icall.
31974
31975 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
31976
31977         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
31978         initializing real_size only once. Also fix bug #46602.
31979
31980 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
31981
31982         * object.c: Renamed mono_metadata_section to metadata_section.
31983
31984 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
31985
31986         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
31987           empty array if the type is an array. Fixed.
31988           ves_icall_MonoMethod_get_base_definition: if the base method
31989           is abstract, get the MethodInfo from the list of methods of
31990           the class.
31991         * reflection.c: ParameterInfo.PositionImpl should be zero-based
31992           and it was 1-based. Fixed in mono_param_get_objects.
31993
31994 2003-07-20  Martin Baulig  <martin@ximian.com>
31995
31996         * mono-debug.h: Set version number to 31.
31997         (mono_debug_init): Added `MonoDomain *' argument.
31998
31999         * mono-debug-debugger.c: Reworked the type support; explicitly
32000         tell the debugger about builtin types; pass the `klass' address to
32001         the debugger.
32002
32003 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
32004
32005         * image.c: Allow new metadata tables to be loaded without a
32006         warning. Also update the warning message to give the new constant value.
32007                 
32008 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
32009
32010         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
32011         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
32012         array type representation changes.
32013
32014 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
32015
32016         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
32017         on Environment.Exit () call.
32018
32019 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
32020
32021         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
32022         requires a matching corlib.
32023
32024 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
32025
32026         * Changelog: My editor decided to add a CR to each line. Sorry about that.
32027           Committed again without the CRs.
32028         
32029 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
32030
32031         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
32032           getting it from the "this" socket instance. Did not work
32033           if the socket is a subclass of Socket.
32034           Also fixed bug #35371.
32035
32036 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
32037
32038         * metadata.c: fixed size for TypedByRef.
32039         * loader.c: when searching for a method, consider the vararg amrker.
32040         * unicode.c, decimal.c: constify some arrays.
32041
32042 2003-07-15  Dick Porter  <dick@ximian.com>
32043
32044         * socket-io.c: Fixed compilation for gcc < 3.2.
32045
32046         Fixed compilation for machines that don't have AF_INET6 (thanks to
32047         Bernie Solomon <bernard@ugsolutions.com> for that part.)
32048
32049         Fixed compile warnings.
32050         
32051         Fixed formatting and line endings.
32052
32053 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
32054
32055         * socket-io.h:
32056         * socket-io.c: Added IPv6 support.
32057
32058 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
32059
32060         * class.c (mono_class_is_assignable_from): New function to implement
32061         the is_assignable_from logic. Used by mono_object_isinst, 
32062         Type::IsAssignableFrom () and the interpreter.
32063
32064         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
32065         Object, even interfaces.
32066         
32067         * object.c (mono_object_isinst): Implement in terms of 
32068         is_assignable_from.
32069
32070         * icall.c (ves_icall_type_is_assignable_from): New icall.
32071
32072 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
32073
32074         * domain.c (foreach_domain): fix compiler warning.
32075
32076 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
32077
32078         * image.c (load_metadata_ptrs): use g_strndup because strndup is
32079         not available on all plattforms
32080
32081 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
32082
32083         * image.h image.c: Store the metadata version string in MonoImage.
32084         * icall.c: New icall to retrieve the image version.
32085         * reflection.c (create_dynamic_image): Fill in the image version field
32086         * reflection.c (build_compressed_metadata): Use the image version
32087         from the image structure.
32088
32089 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32090
32091         * appdomain.c: modified comment.
32092         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
32093         That will be its last iteration when mono_gc_cleanup is called from
32094         mono_runtime_cleanup and before the domain is unloaded.
32095
32096         Fixes bug #45962.
32097
32098 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
32099
32100         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
32101         attributes.
32102
32103 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
32104
32105         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
32106         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
32107         Bernie Solomon <bernard@ugsolutions.com>.
32108
32109 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
32110
32111         * object.c, object.h: provide mono_object_new_fast() for faster
32112         allocation in some special cases.
32113
32114 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
32115
32116         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
32117         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
32118
32119 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
32120
32121         * threadpool.c: fix leaks.
32122
32123 2003-07-01  Dick Porter  <dick@ximian.com>
32124
32125         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
32126         using MonoGHashTables.  Fixes threadpool bug posted to list.
32127
32128 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
32129
32130         * image.h, image.c: added support to load an assembly from a byte array.
32131         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
32132         assembly bundle support.
32133
32134 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
32135
32136         * threadpool.c (mono_thread_pool_add): keep a reference to the
32137         AsyncResult to prevent GC
32138
32139 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
32140
32141         * class.c: leak fix.
32142
32143 2003-06-25  Dick Porter  <dick@ximian.com>
32144
32145         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
32146         for the async object, the WaitHandle object will close the handle.
32147         Fixes bug 45321.
32148
32149 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
32150
32151         * class.c: in mono_array_class_get (), lookup from the hash with the
32152         same type we insert: this works around a bug in
32153         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
32154         lluis. The real fix will have to wait for after the release.
32155
32156 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
32157
32158         * icall.c: fix memory leak when getting type members.
32159
32160 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
32161
32162         * reflection.c: added more pubtoken special cases.
32163
32164 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
32165
32166         * class.c: handle field offset correctly when class size
32167         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
32168
32169 2003-06-20  Martin Baulig  <martin@ximian.com>
32170
32171         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
32172         *image' field.
32173
32174 2003-06-20  Martin Baulig  <martin@ximian.com>
32175
32176         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
32177
32178 2003-06-20  Martin Baulig  <martin@ximian.com>
32179
32180         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
32181         just distinguish between variables in registers and variables at
32182         an offset relative to a register.
32183
32184 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32185
32186         * icall.c: #ifdef out latest changes until mcs is fixed.
32187
32188 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
32189
32190         * icall.c: return members in metadata order.
32191
32192 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
32193
32194         * icall.c: avoid infinite loop in GetTimeZoneData.
32195
32196 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
32197
32198         * icall.c: added Marshal.Prelink/All icalls.
32199
32200 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
32201
32202         * object.c, object.h: fix warnings and do some overflow checking
32203         when creating arrays.
32204
32205 2003-06-17  Dick Porter  <dick@ximian.com>
32206
32207         * file-io.h:
32208         * file-io.c: File attributes need to be tweaked slightly when
32209         passed from the managed to the w32 world.
32210
32211 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
32212         * profiler.h profiler-private.h profiler.c: Rework last patch
32213         based on suggestion by Paolo.
32214         
32215 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
32216
32217         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
32218         instruction level coverage data collection.
32219         * profiler.h profiler.c (: Added new callback function which can be
32220         used by the profiler to limit which functions should have coverage
32221         instrumentation.
32222         * profiler.c (mono_profiler_load): Call g_module_build_path to
32223         generate the file name of the profiler library.
32224
32225 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
32226
32227         * profiler.c, profiler.h, profiler-private.h: added basic block 
32228         coverage profiling API.
32229
32230 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
32231
32232         * reflection.c (mono_reflection_create_runtime_class): Add support
32233         for events in dynamically generated code.
32234
32235         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
32236         not allocated.
32237
32238 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
32239
32240         * icall.c: when getting timezone info, return reasonable values if we
32241         can't get the actual data.
32242
32243 2003-06-14  Dick Porter  <dick@ximian.com>
32244
32245         * threads.c (start_wrapper): Remove the reference to the thread
32246         object in the TLS data, so the thread object can be finalized.
32247         This won't be reached if the thread threw an uncaught exception,
32248         so those thread handles will stay referenced :-( (This is due to
32249         missing support for scanning thread-specific data in the Boehm GC
32250         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
32251
32252 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
32253
32254         * reflection.c: ensure streams and tables are first allocated with
32255         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
32256
32257 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
32258
32259         * icall.c: fixed GetElementType for byrefs (bug# 44792).
32260
32261 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
32262
32263         * reflection.c (mono_reflection_create_runtime_class): Add support for
32264         properties to dynamically created classes.
32265         * reflection.c: Fix a few places where non-MonoObjects were inserted
32266         into the tokens hashtable.
32267
32268 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
32269
32270         * object.c: some support to handle out of memory exceptions.
32271
32272 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
32273
32274         * marshal.c (mono_marshal_get_native_wrapper): support reference
32275         return types
32276
32277 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
32278
32279         * object.h, object.c: more portability stuff from Bernie Solomon.
32280         Unexport mono_object_allocate(). Added mono_object_unbox ().
32281         Set exitcode when an unhandled exception is thrown.
32282
32283 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
32284
32285         * marshal.c (mono_marshal_get_native_wrapper): use custom
32286         marshaler for return types.
32287
32288 2003-06-10  Dick Porter  <dick@ximian.com>
32289
32290         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
32291         ip_mreq is available
32292
32293 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
32294
32295         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
32296         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
32297         by Bernie Solomon <bernard@ugsolutions.com>.
32298
32299 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
32300
32301         * gc.c (mono_gc_init): Avoid error message on shutdown when
32302         GC_DONT_GC=1 is used.
32303
32304         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
32305         New icall to return the GUID of a module.
32306
32307 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
32308
32309         * class.c: ensure instance size always includes the parent's size
32310         even whem class size is set explicitly (fixes bug#44294).
32311
32312 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
32313
32314         * profiler.h, profiler.c: made the simple profiler thread-safe,
32315         get more accurate timing info. Allow the loading of an
32316         externally-developed profiler module.
32317
32318 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
32319
32320         * marshal.c (mono_marshal_get_native_wrapper): improved
32321         class/byref arguments.
32322         (mono_marshal_get_native_wrapper): better string marshaling support.
32323
32324 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
32325
32326         * class.c: ensure .pack and .size are handled correctly and
32327         simplified layout of static fields.
32328
32329 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
32330
32331         * appdomain.c
32332         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
32333
32334         * loader.c (mono_lookup_pinvoke_call): look for modules in the
32335         current directory (fix bug 44008)
32336
32337 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
32338
32339         * marshal.c (mono_marshal_get_native_wrapper): started support for
32340         custom marshalers.
32341         (mono_delegate_to_ftnptr): consider marshalling specifications
32342
32343 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
32344
32345         * reflection.c, reflection.h: emit custom marshal info.
32346
32347 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32348
32349         * object.c: free the GError.
32350         * icall.c: added CloseEvent_internal.
32351         * threads.[ch]:
32352         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
32353         call.
32354
32355 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
32356
32357         * loader.c (mono_method_get_signature): Add support for dynamic
32358         assemblies.
32359
32360 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
32361
32362         * reflection.c: fixed bug #43905.
32363
32364 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
32365
32366         * class.c, domain.c, icall.c, metadata.h, object.h: support for
32367         handling TypedReference and ArgIterator.
32368         * loader.c, loader.h: added function to get signature at call site.
32369
32370 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
32371
32372         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
32373         data readonly. Buglets and warning fixes. Some MethodSpec support.
32374
32375 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
32376
32377         * class.h, class.c, object.c: remove relative numbering support.
32378
32379 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
32380
32381         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
32382         free the string, until we get a chance to fix Gtk#
32383
32384 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32385
32386         * marshal.c: revert last patch.
32387
32388 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
32389
32390         * icall.c: updates for new mono_class_vtable() not calling
32391         the type constructor anymore.
32392
32393 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
32394
32395         * object.h, object.c: separate vtable creation from type
32396         initialization. Make running the .cctor thread safe.
32397
32398 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
32399
32400         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
32401
32402 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
32403
32404         * loader.c (mono_get_method): consider calling convention
32405
32406 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
32407
32408         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
32409         to return the invisible global type for a module.
32410
32411         * reflection.c (mono_image_build_metadata): Emit global fields too.
32412
32413 2003-05-20  Peter Williams  <peterw@ximian.com>
32414
32415         * loader.c (mono_lookup_internal_call): Add a few newlines.
32416
32417 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
32418
32419         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
32420         literal strings.
32421
32422         * appdomain.c (set_domain_search_path): Recalculate search path when
32423         AppDomainSetup.PrivateBinPath changes.
32424
32425         * object.c (mono_class_compute_gc_descriptor): It turns out some
32426         parts of the class libs (like System.Thread) holds pointers to
32427         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
32428         to treat native int a pointer type here.
32429         
32430 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
32431
32432         * appdomain.h, domain.c: add hashtable for jump target resolution.
32433
32434 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
32435
32436         * reflection.h reflection.c icall.c: Added new icalls 
32437         GetManifestResourceInfoInternal, GetModulesInternal and support
32438         infrastructure.
32439
32440 2003-05-16  Dick Porter  <dick@ximian.com>
32441
32442         * icall.c:
32443         * file-io.h:
32444         * file-io.c: Implement System.IO.MonoIO::GetTempPath
32445
32446 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
32447
32448         * object.c: mono_store_remote_field: little fix to previous patch.
32449
32450 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
32451
32452         * class.c: add constructors to array classes.
32453         * icall.c: special case array construction for InternalInvoke (),
32454
32455 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
32456
32457         * class.h class.c reflection.c object.c: Added support for field
32458         defaults in dynamically generated classes.
32459
32460 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
32461
32462         * reflection.c: properly encode charset for ddlimport.
32463
32464 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
32465
32466         * threads.c: allow compiling without GC.
32467
32468 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
32469
32470         * appdomain.h, object.c, object.h, threads.c, threads.h: added
32471         handling of thread static data.
32472
32473 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
32474
32475         * reflection.h, reflection.c: added mono_custom_attrs_free ().
32476
32477 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
32478
32479         * class.c (mono_array_class_get): always set the serializable flags
32480         (mono_array_class_get): always set the SEALED attribute for array types
32481
32482 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
32483
32484         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
32485         attributes (fix for bug 42021).
32486
32487 2003-05-12  Dick Porter  <dick@ximian.com>
32488
32489         * gc.c: Don't run finalizers when the finalizer thread is
32490         finishing up, because the default domain has already been
32491         destroyed.
32492
32493 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
32494
32495         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
32496         value is null, we should throw an exception.   This is slightly
32497         different than the other conventions used for the constructor.
32498
32499 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32500
32501         * socket-io.c: fixed windows build.
32502
32503 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32504
32505         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
32506
32507 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
32508
32509         * object.c (mono_string_new_wrapper): Compatibility fix for MS
32510         compilers.
32511
32512 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
32513
32514         * class.c (mono_class_layout_fields): Add experimental GC aware
32515         auto layout facility. Requires class library changes to work correctly.
32516
32517         (mono_class_setup_vtable): Avoid overriding explicit interface
32518         method implementations. Fixes iface3.exe test.
32519
32520         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
32521         object reference.
32522         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
32523         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
32524
32525         * metadata.h: Add new type classification macro which determines
32526         whenever the type holds an object reference.
32527
32528 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
32529
32530         * marshal.c (mono_marshal_get_native_wrapper): cleanups
32531
32532 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
32533
32534         * gc.c (finalizer_thread): Work around a GC bug.
32535
32536 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
32537
32538         * marshal.c (emit_struct_conv): allow unions
32539
32540         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
32541
32542 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
32543
32544         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
32545
32546 2003-05-06  Martin Baulig  <martin@ximian.com>
32547
32548         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
32549
32550 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32551
32552         * socket-io.c:
32553         (Select_internal): allow NULLs, don't create arrays if not needed.
32554         Coupled with Socket.cs changes.
32555
32556         * threadpool.c:
32557         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
32558         register a finalizer for it that will close the semaphore handle. This
32559         fixes the leak and make Lupus' test run with > 4080 loops.
32560
32561 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
32562
32563         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
32564         Jerome Laban (bug #42287)
32565
32566 2003-05-02  Martin Baulig  <martin@ximian.com>
32567
32568         * debug-mono-symfile.h
32569         (MonoSymbolFile): Moved declaration into mono-debug.h.
32570         (MonoDebugMethodJitInfo): Likewise.
32571         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
32572         argument.
32573         (_mono_debug_address_from_il_offset): Take a
32574         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
32575
32576         * mono-debug.h
32577         (MonoDebugDomainData): New struct.
32578         (mono_debug_get_domain_data): New function.
32579         (mono_debug_add_method): Take an additional `MonoDomain *'
32580         argument.
32581         (mono_debug_source_location_from_address): Likewise.
32582         (mono_debug_il_offset_from_address): Likewise.
32583         (mono_debug_address_from_il_offset): Likewise.
32584
32585 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
32586
32587         * reflection.c: one more check for null type in custom attrs.
32588
32589 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32590
32591         * reflection.c: avoid warning (comparison is always false due to limited
32592         range of data type).
32593
32594 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32595
32596         * icall.c: throw an exception in Type.GetField if the argument 'name'
32597         is NULL.
32598
32599 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
32600
32601         * reflection.c: fixed handling of enums in named arguments to custom
32602         attributes (bug #42123).
32603
32604 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
32605
32606         * reflection.c: use the right array element type and handle
32607         a null for a Type argument, too.
32608
32609 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
32610
32611         * reflection.c: handle arrays as arguments to custom attributes.
32612
32613 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
32614
32615         * reflection.c: handle a string value in a custom attr
32616         ctor that takes an object.
32617
32618 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
32619
32620         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
32621         (fix bug #42063)
32622
32623 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
32624
32625         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
32626
32627 2003-04-27  Martin Baulig  <martin@ximian.com>
32628
32629         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
32630         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
32631         MONO_DEBUGGER_EVENT_BREAKPOINT.
32632         (mono_breakpoint_trampoline_code): Removed.
32633         (mono_debugger_event_handler): The last argument is now a
32634         `guint32'.
32635         (mono_debugger_insert_breakpoint_full): Removed the
32636         `use_trampoline' argument.
32637         (mono_debugger_method_has_breakpoint): Likewise.
32638         (mono_debugger_trampoline_breakpoint_callback): Renamed to
32639         mono_debugger_breakpoint_callback(); take the method and
32640         breakpoint number as arguments.
32641
32642 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
32643
32644         * metadata.c: fix off by one when loading parameters attributes.
32645
32646 2003-04-24  Martin Baulig  <martin@ximian.com>
32647
32648         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
32649
32650 2003-04-24  Martin Baulig  <martin@ximian.com>
32651
32652         * mono-debug-debugger.c: Moved all code which interacts with the
32653         Mono Debugger here.
32654
32655         * debug-mono-symfile.c: This code now just deals with the symbol
32656         file itself, the debugger code is now in mono-debug-debugger.c.
32657
32658 2003-04-23  Martin Baulig  <martin@ximian.com>
32659
32660         * mono-debug.c (mono_debug_source_location_from_il_offset):
32661         New method; like mono_debug_source_location_from_address(), but
32662         takes an IL offset instead of a machine address.
32663
32664 2003-04-23  Martin Baulig  <martin@ximian.com>
32665
32666         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
32667         `line' field; this is now computed by the debugger.
32668
32669 2003-04-23  Martin Baulig  <martin@ximian.com>
32670
32671         * mono-debug.[ch]: New files.  This is the new debugging interface.
32672
32673         * mono-debug-debugger.[ch]: New files.  Moved all code which
32674         interacts with the Mono Debugger here.
32675
32676 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
32677
32678         * domain.c (mono_init): initialize mono_defaults.monitor_class
32679
32680 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
32681
32682         * reflection.c (method_encode_code): Add a spicy exception to help
32683         future compiler authors.
32684
32685 2003-04-21  Martin Baulig  <martin@ximian.com>
32686
32687         * icall.c
32688         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
32689         Make this work with relative pathnames; g_filename_to_uri() needs
32690         an absolute filename.
32691
32692 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
32693
32694         * icall.c: Track name changes in Object and ValueType.
32695
32696 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
32697
32698         * metadata.c (mono_type_stack_size): size should be a multiple of
32699         sizeof (gpointer)
32700
32701 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32702
32703         * gc.c:
32704         (internal_domain_finalize): moved into mono_domain_finalize. No need
32705         to create another thread because the finalizers will be run in the
32706         finalizer thread.
32707         
32708         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
32709         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
32710         to be run (MS does this too).
32711
32712 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
32713
32714         * object.c (mono_class_compute_gc_descriptor): Update comment.
32715
32716         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
32717
32718         * image.h: Add synchronized wrapper cache.
32719
32720         * image.c (do_mono_image_open): Initialize cache.
32721
32722         * reflection.c (create_dynamic_mono_image): Initialize cache.
32723
32724 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32725
32726         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
32727         ves_icall_System_Buffer_ByteLengthInternal.
32728
32729 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
32730
32731         * reflection.c: setup klass->nested_in earlier. Allow
32732         a dash in the assembly name.
32733
32734 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
32735
32736         * metadata.c (mono_type_to_unmanaged): dont access
32737         type->data.klass for MONO_TYPE_OBJECT
32738         (mono_type_to_unmanaged): consider System.Delegate class
32739
32740 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
32741
32742         * class.c: just setup supertypes in the proper place instead of
32743         initializing the full element class for arrays.
32744
32745 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
32746
32747         * class.c: ensure the element class of arrays is initialized.
32748         Setup the supertype info for array classes, too.
32749
32750 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
32751
32752         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
32753
32754 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32755
32756         * Makefile.am: re-added -m option when running cygpath. This way,
32757         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
32758         separator.
32759         * mono-config.c: same codepath for locating mono config file for WIN32
32760         and the rest.
32761         * assembly.c: if mono_assembly_setrootdir is called, don't override
32762         the value set.
32763
32764 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32765
32766         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
32767         MONO_ASSEMBLIES variable.
32768
32769 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
32770
32771         * icall.c: added Assembly::GetNamespaces() icall.
32772
32773 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32774
32775         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
32776
32777 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
32778
32779         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
32780         * object.c: fixed bug in the construction of vtable for proxies
32781
32782 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
32783
32784         * object.c (mono_array_new): Mark mono_array_new as an icall.
32785
32786 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32787
32788         * class.c: fixed test for public method when overriding interfaces.
32789         Closes bug #40970.
32790
32791 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
32792
32793         * appdomain.h, domain.c: added mono_domain_foreach() to
32794         be able to access the currently loaded appdomains.
32795         * object.c: make string interning work across sppdomains.
32796         Mark some functions for use as icalls.
32797
32798 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
32799
32800         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
32801
32802         * reflection.h reflection.c: Allocate long living data using 
32803         GC_MALLOC_ATOMIC so the collector does not need to scan it.
32804
32805         * reflection.c: Double the allocation size in streams instead of
32806         increasing it, to prevent unneccesary copying on large assemblies.
32807         
32808         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
32809         creation if the assembly does not have the Run flag set.
32810
32811 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
32812
32813         * class.h: avoid the C++ keywords in header files (Jerome Laban
32814         spotted and fixed this).
32815
32816 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32817
32818         * object.c:
32819         (mono_unhandled_exception): fill in the arguments for the
32820         UnhandledException event. Only trigger that event for the default
32821         domain (as MS does).
32822
32823 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
32824
32825         * object.c: Improve typed allocation stuff based on suggestions from
32826         Paolo. Also turn it on if the GC library supports it.
32827
32828 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
32829
32830         * object.c object.h class.h: Added experimental typed allocation
32831         facility using the interfaces in gc_gcj.h.
32832
32833         * os/gc_wrapper.h: Added new include files.
32834         
32835 2003-04-03  Martin Baulig  <martin@ximian.com>
32836
32837         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
32838         which is not yet enabled by default.
32839
32840         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
32841         functions.
32842         (mono_gc_lock, mono_gc_unlock): New static functions.
32843
32844         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
32845         functions; stop/start the world for the garbage collector.  This
32846         is using the windows API; we need to complete the SuspendThread()/
32847         ResumeThread() implementation in the io-layer to make this work on Unix.
32848         (mono_gc_push_all_stacks): New public function; tells the garbage
32849         collector about the stack pointers from all managed threads.
32850
32851 2003-04-03  Martin Baulig  <martin@ximian.com>
32852
32853         * object.h (MonoThread): Added `gpointer stack_ptr'.
32854
32855         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
32856
32857 2003-04-03  Martin Baulig  <martin@ximian.com>
32858
32859         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
32860
32861 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
32862
32863         * reflection.c (typebuilder_setup_fields): Initialize field.first and
32864         field.last.
32865
32866 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
32867
32868         * loader.c (mono_lookup_internal_call): Report the corlib that is
32869         out of sync.
32870
32871 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
32872
32873         * icall.c (ves_icall_type_GetTypeCode): fixed check for
32874         System.DBNull (it's class not valuetype).
32875
32876 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
32877
32878         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
32879         if the array method was already assigned a token (fixes bug#40646).
32880
32881 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
32882
32883         * reflection.c (mono_reflection_get_type): Attempt type resolve even
32884         if no assembly is given.
32885
32886 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
32887
32888         * metadata.h: Added the new tables.
32889
32890         * row-indexes.h: Added definitions for new tables.
32891
32892         * metadata.c: Add schemas for new tables, and add support for
32893         computing the sizes of them.
32894
32895         * class.c: Update for handling the new type cases.
32896
32897 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
32898
32899         * metadata.h (MONO_TYPE_IS_VOID): new macro
32900
32901 2003-03-31  Martin Baulig  <martin@ximian.com>
32902
32903         * threads.h (MonoThreadCallbacks): Added `thread_created'.
32904
32905         * threads.c (mono_thread_new_init): Call `thread_created' in the
32906         mono_thread_callbacks.
32907
32908 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
32909
32910         * loader.h: added marshalbyrefobject_class to mono_defaults
32911         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
32912         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
32913           generation of output parameters.
32914           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
32915         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
32916           contextbound and the target object belongs to the context of the caller.
32917         * object.h: added context and unwrapped_server variables in MonoRealProxy.
32918         * object.c: Implemented support for interfaces and abstract classes
32919           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
32920           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
32921
32922 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
32923
32924         * class.h class.c (mono_class_is_subclass_of): New function.
32925         
32926         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
32927         routines for most common case (calls from ArrayList::ToArray).
32928
32929         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
32930         routine so programs which call Environment::Exit() can be profiled.
32931
32932         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
32933         Added MONO_ARCH_SAVE_REGS.
32934
32935         * icall.c (ves_icall_type_is_subtype_of): Use new function.
32936
32937 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
32938
32939         * blob.h: Add a couple of new MonoType types definitions.
32940
32941         * tabledefs.h: Add a couple of new call convs.
32942
32943 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
32944
32945         * reflection.h (MonoReflectionDynamicAssembly): track changes in
32946         the layout of the class.
32947
32948         * reflection.c (alloc_table): double the size on overflow to avoid
32949         unnecessary copying.
32950
32951         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
32952         avoid filling out metadata tables and blobs. Also set mb->ilgen to
32953         null so it can be garbage collected.
32954         
32955 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
32956
32957         * reflection.c (mono_reflection_get_type): Return the resolved type
32958         only if it is in the assembly we searched.
32959
32960         * reflection.c (ensure_runtime_vtable): Initialize method slots.
32961
32962         * class.c (mono_class_setup_vtable): Set the slot of the overriding
32963         method.
32964
32965 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32966
32967         * appdomain.c:
32968         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
32969         the right one is 'file:///blah', but MS allows it.
32970         * assembly.c:
32971         (mono_assembly_open): allow 'file://blah'
32972
32973         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
32974
32975 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
32976
32977         * socket-io.c: fixes bug #40310.
32978
32979 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
32980
32981         * reflection.c (mono_reflection_parse_type): handle deeply nested
32982         types correctly.
32983
32984         * reflection.c (mono_image_create_token): Use unique token values
32985         since they will be put into a hash table.
32986
32987         * class.c (mono_class_setup_vtable): If a method occurs in more than
32988         one place in the vtable, and it gets overriden, then change the
32989         other occurances too.
32990
32991         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
32992         object as return type.
32993
32994 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32995
32996         * icall.c: Deleted "ToString" implementation for double and float
32997         because they are full implemented in managed code.
32998
32999 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
33000
33001         * reflection.c, reflection.h: implemented and exported functions
33002         to retrieve info about custom attributes.
33003
33004 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33005
33006         * appdomain.c: moved Uri handling to assembly.c
33007         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
33008         work when using a file Uri in *nix and windows.
33009
33010         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
33011         GetReferencedAssemblies.
33012
33013 2003-03-18  Dick Porter  <dick@ximian.com>
33014
33015         * icall.c: Rename a couple of internal calls
33016
33017         * threads.c: Set the thread state to Stopped when a thread exits.
33018         Fixes bug 39377.
33019
33020 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
33021
33022         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
33023         New icall.
33024
33025         * object.c (mono_class_vtable): fix warning.
33026
33027 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
33028
33029         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
33030
33031         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
33032         memory.
33033         (method_encode_clauses): Create exception info structures in the right
33034         order.
33035         (mono_reflection_setup_internal_class): Initialize supertypes field.
33036
33037         * class.c object.c: Handle interfaces which implement other interfaces 
33038         correctly.
33039
33040         * class.h class.c: Move the supertypes array initialization code into 
33041         a separate function so it can be used for dynamic types too. Also call
33042         it earlier, in mono_class_init(), since it can be used before the
33043         type is initialized.
33044
33045 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33046
33047         * Makefile.am:
33048         * assembly.c:
33049         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
33050
33051         * appdomain.c:
33052         * appdomain.h:
33053         * marshal.c:
33054         * object.c: remove warnings.
33055
33056 2003-03-13  Martin Baulig  <martin@ximian.com>
33057
33058         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
33059         (MonoDebugLexicalBlockEntry): New types.
33060
33061         * debug-mono-symfile.c
33062         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
33063
33064 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33065
33066         * process.c: ret can be any non-zero value accroding to MS doc.
33067
33068 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
33069
33070         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
33071         fixing a warning for a miss-used prototype, would have cause
33072         random memory corruption.
33073
33074 2003-03-07  Martin Baulig  <martin@ximian.com>
33075
33076         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
33077         getting really annoying ....
33078
33079 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
33080
33081         * reflection.c (fixup_method): added support for array methods.
33082
33083 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
33084
33085         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
33086         (pointed out by Michael Adams).
33087
33088 2003-03-04  Dick Porter  <dick@ximian.com>
33089
33090         * icall.c: Temporarily reverted the Double and Single ToString()
33091         change, because it broke nunit.
33092
33093 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
33094
33095         * object.h, threads.h: make include files compatible with C++
33096         (patch by Jerome Laban <jlaban@wanadoo.fr>).
33097
33098 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
33099
33100         * icall.c: Erased ToString helper functions for Double and Single.
33101         Now, that implementations ar all in managed code (Double and Single
33102         Formatters).
33103
33104 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
33105
33106         * appdomain.c: Added method for initializing the default context of
33107         a domain. Added internal call for getting the default context.
33108         * appdomain.h: Added context variable in MonoDomain struct.
33109         * domain.c: mono_domain_set also sets the default context of the domain
33110         * icall.c: Mapped internal method InternalGetDefaultContext.
33111         * object.c: mono_object_get_virtual_method returns always a remoting
33112         wrapper if the object is a transparent proxy.
33113         mono_runtime_invoke_array: when creating an object by calling the
33114         constructor, if the created object is a proxy, then the constructor should
33115         be called using the a remoting wrapper.
33116
33117 2003-03-03  Dick Porter  <dick@ximian.com>
33118
33119         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
33120         variable so it compiles on solaris.  Problem spotted by
33121         Christopher Taylor <ct@cs.clemson.edu>
33122
33123 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33124
33125         * appdomain.c:
33126         (get_info_from_assembly_name): don't leak value.
33127
33128         * icall.c:
33129         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
33130         result.
33131
33132 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
33133
33134         * assembly.c: export mono_image_load_references ().
33135         * class.c: handle function pointers. mono_class_from_name() now
33136         supports nested type names directly.
33137
33138 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
33139
33140         * reflection.h reflection.c: Encode already created dynamic methods 
33141         and fields correctly as a DEF instead of a REF.
33142
33143         * reflection.c: Get rid of the force_ref argument to 
33144         mono_image_typedef_or_ref since it was wrong in the first place.
33145
33146         * string-icalls.c: add error checking to string constructors according
33147         to the MSDN docs.
33148
33149         * reflection.c: Emit types in the order their TypeBuilders were 
33150         created. Previously, a new table index was assigned to each type before
33151         the tables were emitted. This was wrong because the signature blob
33152         might already refer to a type by its original table index.
33153
33154 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
33155
33156         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
33157         change.
33158         
33159 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33160
33161         * Makefile.am: make assemblies dir have \ instead of / on windows.
33162
33163 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
33164
33165         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
33166         iterate over the NESTEDCLASS table using a linear search since the
33167         table is not guaranteed to be sorted by the secondary key.
33168
33169         * class.c (mono_class_create_from_typedef): fixed up call to
33170         mono_metadata_nesting_typedef.
33171         
33172 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
33173
33174         * marshal.c (mono_string_to_byvalstr): clear the memory as
33175         suggested by Jerome Laban <jlaban@wanadoo.fr>
33176
33177 2003-02-26  Dick Porter  <dick@ximian.com>
33178
33179         * process.c: Cope with padding in .rsrc blocks
33180
33181 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
33182
33183         * metadata.h: reverted the filter_len change, it breaks reflection
33184         
33185 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
33186
33187         * metadata.h: added a new field to store the filter_len
33188         
33189
33190 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
33191
33192         * reflection.c: handle custom attributes for types and members
33193         created with Reflection.Emit (bug#38422).
33194
33195 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
33196
33197         * reflection.c: define RTSpecialName automatically for constructors for
33198         compatibility with MS.NET.
33199
33200         * reflection.c (mono_reflection_create_runtime_class): initialize
33201         nested_in field of dynamically created classes.
33202
33203 2003-02-22  Martin Baulig  <martin@ximian.com>
33204
33205         * debug-mono-symfile.h: Incremented version number.
33206
33207 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
33208
33209         * object.h icall.c process.c: fix warnings.
33210
33211 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
33212
33213         * appdomain.h appdomain.c:
33214         (mono_domain_try_type_resolve): split the 
33215         name_or_tb argument into a name and a tb argument.
33216         (mono_domain_has_type_resolve): new function to check whenever the
33217         application has registered a TypeResolve event handler.
33218         
33219         * icall.c reflection.h reflection.c: move the type resolve logic into
33220         mono_reflection_get_type () so it will be invoked when 
33221         Assembly::GetType () is called.
33222
33223         * reflection.c:
33224         (mono_reflection_get_type): renamed to get_type_internal.
33225         (mono_reflection_get_type): fixed type name generation so it works 
33226         for nested types too.
33227         (mono_reflection_get_type): call has_type_resolve () to avoid the 
33228         costly type name generation if there is no resolve event handler.
33229
33230 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
33231
33232         * class.c, image.c: load exported types from file references.
33233
33234 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
33235
33236         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
33237           used to cache the managed methods used to create proxies and make 
33238           remote invocation of methods.
33239         * class.h: Added in MonoVTable a flag to indicate that a class needs 
33240           to be remotely created.
33241         * object.c: Modified the method mono_class_vtable(). It now initializes 
33242           the remote flag of the vtable. Modified mono_object_new_specific(), 
33243           so now it checks the remote flag.
33244         * icall.c: Added a couple of internal methods, one for enabling instance 
33245           creation interception for a type, and one for creating objects bypassing
33246           the remote check.
33247
33248 2003-02-18  Martin Baulig  <martin@ximian.com>
33249
33250         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
33251         New interncall to get a method's metadata token.
33252
33253         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
33254         New interncall for the debugger.
33255
33256 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
33257
33258         * class.c (mono_class_setup_vtable): allocate supertype array
33259
33260 2003-02-18  Martin Baulig  <martin@ximian.com>
33261
33262         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
33263
33264 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33265
33266         * reflection.c:
33267         (assembly_name_to_aname): jump over unknown properties (i've found
33268         something like: 'type, assembly, version=xxx, custom=null, public...',
33269         so now will ignore custom=null and still get the rest of the values).
33270
33271 2003-02-17  Dick Porter  <dick@ximian.com>
33272
33273         * threads.c: Have Thread.Start() wait for a semaphore to signal
33274         that the thread has set up all its local data.  This fixes bug
33275         34323, where Abort() raced the new thread's TLS data.
33276
33277         Also removes the handle_store() call from start_wrapper, because
33278         threads are now always created suspended and there is no longer a
33279         race between the parent and child threads to store the info.
33280
33281 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
33282
33283         * image.c: explain the #- heap issue in a message, hopefully
33284         avoiding FAQs on mono-list.
33285
33286 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33287
33288         * icall.c:
33289         (GetEntryAssembly): if the domain has not invoked
33290         AppDomain.ExecuteAssembly yet, return the assembly of the default
33291         AppDomain.
33292
33293 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
33294
33295         * class.c (mono_ldtoken): make it work in dynamic assemblies.
33296
33297 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
33298
33299         * metadata.c, reflection.c: simple speedup to type hash
33300         and equals code.
33301
33302 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
33303
33304         * image.c, image.h, class.c, assembly.c: move module loading
33305         to MonoImage. When loading metadata, consider alignemnet from
33306         the start of metadata, not from the metadata address in memory.
33307
33308 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
33309
33310         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
33311         AssemblyBuilder objects. Factored out custom attribute creation into
33312         a separate function.
33313         (create_custom_attr): new function to create custom attributes.
33314
33315 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
33316
33317         * Makefile.am: Got tired of typing the full pathname to pedump.
33318         Until there is another option, am installing this.
33319
33320 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
33321
33322         * class.c (class_compute_field_layout): always set field->parent 
33323         (mono_ldtoken): use mono_defaults.fieldhandle_class;
33324
33325 2003-02-11  Dick Porter  <dick@ximian.com>
33326
33327         * threads-types.h:
33328         * monitor.c: Rewrote Monitor, making lock much faster and
33329         Pulse/Wait work as specified.  Also uses much fewer handles, and only
33330         creates them as needed.
33331
33332         * exception.c: Added SynchronizationLockException
33333
33334         * threads.c: Deleted old Monitor implementation.  The new one is
33335         in a new file.
33336
33337 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
33338
33339         * class.c: handled TypedReference type code. Set the correct size for
33340         class data. Setup interface_offsets for interface classes, too.
33341
33342 2003-02-09  Martin Baulig  <martin@ximian.com>
33343
33344         * debug-mono-symfile.h: Reflect latest symbol writer changes.
33345
33346 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
33347
33348         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
33349         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
33350         * object.c: fixed mono_object_get_virtual_method () for interfaces.
33351         * verify.c: check for code that runs after the end of the method.
33352
33353 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
33354
33355         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
33356         "System.Math::Round2".
33357         * sysmath.h: Added Floor, Round and Round2 definitions.
33358         * sysmath.c: Modified certain functions that were not 100% compliant
33359         with MS.NET (math precision) and added the implementation of Floor,
33360         Round and Round2.
33361
33362 2003-02-07  Martin Baulig  <martin@ximian.com>
33363
33364         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
33365
33366 2003-02-07  Martin Baulig  <martin@ximian.com>
33367
33368         * debug-mono-symfile.c: Reflected latest symwriter changes.
33369         (mono_debug_create_mono_symbol_file): Removed.
33370         (mono_debug_open_mono_symbol_file): Take an argument which
33371         specifies whether to create a dynamic symbol file.
33372
33373 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
33374
33375         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
33376
33377 2003-02-05  Martin Baulig  <martin@ximian.com>
33378
33379         * reflection.c (mono_image_build_metadata): Make this public,
33380         protect it against being called multiple times, don't create
33381         resources and don't build the compressed metadata here.
33382         (mono_image_create_pefile): Do this here.
33383
33384         * icall.c
33385         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
33386
33387 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33388
33389         * socket-io.c: fixed bug #36322.
33390
33391 2003-02-06  Piers Haken <piersh@friskit.com>
33392
33393         * appdomain.[ch]:
33394         * class.h:
33395         * debug-mono-symfile.c:
33396         * icall.c:
33397         * loader.c:
33398         * mono-config.c:
33399         * monosn.c:
33400         * reflection.c:
33401         * socket-io.c: warning cleanups
33402
33403 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
33404
33405         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
33406         function. works like remoting invoke, but does a check for the Proxy first.
33407
33408 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
33409
33410         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
33411
33412 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
33413
33414         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
33415         array of pointers.
33416         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
33417         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
33418
33419         * object.c (mono_store_remote_field_new): used by the new jit
33420         instead of mono_store_remote_field
33421         (mono_load_remote_field_new): used by the new jit
33422         instead of mono_load_remote_field
33423
33424 2003-02-05  Patrik Torstensson
33425
33426         * appdomain.c: changed unload to take the domain id instead
33427         of domain
33428         
33429         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
33430
33431
33432 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33433
33434         * appdomain.c: don't look for assemblies in ApplicationBase if
33435         PrivateBinPathProbe is set.
33436
33437 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33438
33439         * object.c: make the first argument in main_args contain the absolute
33440         path to the assembly. Fixes bug #37511.
33441
33442 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33443
33444         * icall.c: get correct UTC offset for countries not using daylight
33445         time saving. Fixes bug #30030.
33446
33447 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33448
33449         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
33450         and 1 are the family).
33451
33452 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
33453
33454         * icall.c (ves_icall_InternalExecute): removed wrong assertion
33455
33456         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
33457
33458 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
33459
33460         * reflection.c: added support for SignatureHelper tokens, which is
33461         needed by the Calli opcode.
33462
33463         * reflection.h: track changes to SignatureHelper class.
33464
33465         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
33466
33467 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33468
33469         * appdomain.c: fixed loading assemblies from PrivateBinPath.
33470
33471 2003-02-03  Patrik Torstensson
33472         * appdomain.[c|h], domain.c : 
33473          - Added support for getting a domain via domain id
33474          - Support for setting and getting domain from System.AppDomain 
33475            (used in cross appdomain channel)
33476          - Added support for get/set for a MonoAppContext on a thread 
33477            (Context class in System.Runtime.Remoting.Contexts),
33478          - Removed hack in Get/SetData and ExecuteAssembly.
33479         
33480         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
33481         the managed world to get control when a proxy is created.
33482
33483         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
33484         
33485 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
33486
33487         * icall.c
33488         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
33489         Populate the codebase field as well.
33490
33491 2003-02-02  Martin Baulig  <martin@ximian.com>
33492
33493         * debug-mono-symfile.c
33494         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
33495         (mono_debug_symfile_add_method): Allow interncalls.
33496
33497 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33498
33499         * icall.c: throw parse exception if strtod fails or the string is empty.
33500
33501 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
33502
33503         * marshal.c: handle object type separately from defined
33504         class types.
33505
33506 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
33507
33508         * marshal.c: handle NATIVE_LPSTR for strings when it's
33509         explicitly specified.
33510
33511 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
33512
33513         * reflection.c, reflection.h, icall.c: setup the reflection
33514         handle cache for ModuleBuilders and AssemblyBuilders.
33515
33516 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
33517
33518         * reflection.c (reflection_methodbuilder_to_mono_method): set
33519         pinvoke flag
33520
33521 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33522
33523         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
33524
33525 2003-01-29  Dick Porter  <dick@ximian.com>
33526
33527         * threads.c: No need for the fake_thread kludge now that Thread
33528         doesn't run a class constructor
33529         
33530 2003-01-29  Dick Porter  <dick@ximian.com>
33531
33532         * threads.c: Use g_direct_hash instead of the rather bogus
33533         g_int_hash
33534
33535 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
33536
33537         * marshal.c (mono_marshal_get_native_wrapper): add check for null
33538         (fix pinvoke12.exe)
33539         (mono_marshal_get_struct_to_ptr): generate valid IL code
33540         (mono_marshal_get_ptr_to_struct): generate valid IL code
33541         (*): correctly set sig->pinvoke, we need to memdup the signature
33542         to do that
33543
33544 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
33545
33546         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
33547         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
33548
33549 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
33550
33551         * profiler.c: provide more callers information.
33552
33553 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
33554
33555         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
33556
33557         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
33558
33559         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
33560
33561 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33562
33563         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
33564         exception instead of going into an infinite loop on dates which it 
33565         can't yet handle.
33566
33567         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
33568         out-of-range exception if needed.
33569
33570         * class.c (mono_class_setup_vtable): allow a virtual method to provide
33571         an implementation for an interface method and to override an inherited
33572         method at the same time. 
33573         Imagine a scenario when a virtual method is used to override a
33574         virtual abstract method in a parent class, and this same method 
33575         provides an implementation for an method inherited from an interface. 
33576         In this case, the interface resolution code will set im->slot, which 
33577         means that the virtual method override pass will skip this method 
33578         which means a pointer to the abstract method inherited from the parent
33579         will remain in the vtable of this non-abstract class.
33580
33581         * class.c: (mono_class_setup_vtable): continue search for a real 
33582         method if only an abstract method is found.     
33583
33584 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
33585
33586         * reflection.c: add size to encoding for ByValStr and ByValArray
33587         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
33588
33589 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33590
33591         * class.c (mono_class_setup_vtable): pass the override info as an
33592         argument.
33593
33594         * class.c (mono_class_setup_vtable): set the slot of overriding methods
33595         correctly.
33596         
33597         * reflection.c (ensure_runtime_vtable); add support for method 
33598         overrides.
33599         
33600 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33601
33602         * reflection.c (resolution_scope_from_image): Hack to work to work with
33603         dynamic assemblies.
33604
33605         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
33606         added a 'force_ref' argument to force this function to allways return 
33607         a TypeRef. This is needed by mono_image_get_memberref_token ().
33608         
33609 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33610
33611         * reflection.c (mono_image_get_type_info): interfaces really don't have
33612         a parent.
33613
33614         * reflection.c (mono_image_basic_init): fill out missing fields of
33615         image structure.
33616
33617         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
33618         dynamic assemblies. This is required so dynamic assemblies show up in
33619         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
33620         Type::GetType() etc. This is consistent with MS behaviour.
33621
33622         * image.c image.h reflection.c: add newly created classes to the name 
33623         cache so mono_class_get () will find them.      
33624
33625 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33626
33627         First part of changes to get IKVM.NET running under mono.
33628         
33629         * appdomain.h, appdomain.c: added new function 
33630         mono_domain_try_type_resolve() which will emit TypeResolve events. 
33631         This function will call AppDomain::DoTypeResolve to do the actual work.
33632
33633         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
33634         moved existing code dealing with dynamic tokens to a new function 
33635         called mono_reflection_lookup_dynamic_token (). This function will 
33636         raise TypeResolve events when appropriate. Since reflection.c is not 
33637         part of libmetadata, a new hook function called 
33638         mono_lookup_dynamic_token() is added to class.c which will call this.
33639
33640         * assembly.h assembly.c: make the invoke_load_hook function public,
33641         so it can be called for dynamic assemblies.
33642
33643         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
33644
33645         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
33646         type isn't found.
33647
33648         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
33649         MonoGHashTable, since it contains pointers to objects which the GC 
33650         needs to track.
33651
33652         * assembly.c (search_loaded): remove unused variable.
33653         
33654 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
33655
33656         * object.c: fixed issue exposed by gcc-generated IL programs
33657         that use RVA data for pointers.
33658
33659 2003-01-25  Martin Baulig  <martin@ximian.com>
33660
33661         * threads.c (start_wrapper): Moved the initialization of
33662         `start_func' above the mono_new_thread_init() call to which we
33663         pass it as argument.
33664
33665 2003-01-24  Martin Baulig  <martin@ximian.com>
33666
33667         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
33668         the MonoThread pointer.
33669
33670 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
33671
33672         * icall.c: Rename `PowImpl' to Pow.
33673
33674 2003-01-23  Dick Porter  <dick@ximian.com>
33675
33676         * threads.c (start_wrapper): Create a Thread object if needed, so
33677         the Main() thread can do the class initialisation in a subthread
33678         that has been set up to allow managed code execution.
33679
33680         Pass the thread ID instead of the MonoThread pointer to the thread
33681         start and attach callbacks.  This change is required, because the
33682         jit thread start callback must be called _before_ the Thread
33683         object can be created.
33684         
33685         (mono_thread_init): Removed much object creation code that is no
33686         longer needed.  No managed code is called from here now.
33687
33688         * object.c (mono_runtime_exec_managed_code): Create a subthread
33689         for Main, and call back to the runtime to use it.
33690         Set the exit code when Main exits.
33691
33692         * gc.c: Make sure domain finalisation happens in a subthread.
33693         Re-enable threaded GC, fixing bug 31333 (again).
33694
33695         * environment.c: System.Environment internall calls (so far just
33696         ExitCode is here, the others are still in icall.c)
33697
33698         * appdomain.c (mono_runtime_cleanup): All threads running managed
33699         code should have finished before mono_runtime_cleanup() is
33700         reached, so no need to clean up threads.
33701
33702 2003-01-22  Martin Baulig  <martin@ximian.com>
33703
33704         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
33705         `gpointer func' arguments.      
33706         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
33707         but added `MonoThread *thread' argument.
33708         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
33709
33710         * threads.c (mono_new_thread_init): Added `gpointer func' argument
33711         and pass it to the mono_thread_start_cb callback.
33712         (mono_install_thread_callbacks): New public function to install a
33713         set of callbacks which are set by the debugger.
33714         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
33715
33716 2003-01-22  Martin Baulig  <martin@ximian.com>
33717
33718         * Makefile.am: Install debug-mono-symfile.h.
33719
33720 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
33721
33722         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
33723
33724 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
33725
33726         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
33727         * class.c (mono_ptr_class_get): correctly set access levels of pointers
33728         (mono_array_class_get): correctly set access levels of arrays
33729
33730 2003-01-20      Patrik Torstensson
33731         * image.h (MonoAssemblyName): changed major, minor, build, revision
33732         from signed to unsigned.
33733
33734 2003-01-20  sean kasun <skasun@azstarnet.com>
33735
33736         * reflection.c (load_cattr_value): Now this handles
33737         MONO_TYPE_SZARRAY.  Fixes bug #35629
33738
33739 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
33740
33741         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
33742         integer value
33743
33744 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33745
33746         * decimal.c: fixed bug #26056.
33747
33748 2003-01-17  Martin Baulig  <martin@ximian.com>
33749
33750         * gc.c: Raise an ExecutionEngineException instead of using g_error().
33751
33752 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33753
33754         * exception.[ch]:
33755         (mono_get_exception_type_initialization): new function.
33756
33757         * object.c: throw a TypeInitializationException when an exception is
33758         thrown invoking the class constructor.
33759
33760 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33761
33762         * reflection.c: fixed attribute reading.
33763
33764 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33765
33766         * icall.c:
33767         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
33768         provided, look for the type in the calling assembly and then in
33769         mscorlib; if the assembly name is provided, only try that one.
33770
33771 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
33772
33773         * object.c: register the vtable before there is a chance it's
33774         queried again recursively.
33775
33776 2003-01-13  Duncan Mak  <duncan@ximian.com>
33777
33778         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
33779         gc-internal.h. 
33780         
33781 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
33782
33783         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
33784
33785 2003-01-11  Martin Baulig  <martin@ximian.com>
33786
33787         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
33788         this to 20 for the release.
33789
33790 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
33791
33792         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
33793
33794         * loader.c (mono_method_get_marshal_info): bug fix
33795
33796         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
33797         structures with explicit layout
33798
33799 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
33800
33801         * profiler.c: made the output more readable (and sorted). 
33802         Added caller information for the allocation profiler.
33803
33804 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
33805
33806         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
33807
33808 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33809
33810         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
33811         to get value types.
33812         
33813 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
33814
33815         * object.c, profiler.h, profiler.c, profiler-private.h:
33816         Added object allocation profiler.
33817
33818 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
33819
33820         * reflection.h, reflection.c: handle global methods.
33821         Compress blob entries.
33822
33823 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
33824
33825         * marshal.c: fix compilation.
33826
33827 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
33828
33829         * loader.c (mono_method_get_marshal_info): impl.
33830
33831         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
33832
33833 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33834
33835         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
33836         for reference types.
33837
33838 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
33839
33840         * loader.c: fixed off by one error in loaded parameter names.
33841
33842 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
33843
33844         * marshal.c (mono_marshal_get_icall_wrapper): like
33845         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
33846         instead of a MonoMethod.
33847
33848 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33849
33850         * decimal.c: fixed bug #36537.
33851
33852 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
33853
33854         * marshal.c: throw a missing method exception if a
33855         P/Invoke method is not found.
33856
33857 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
33858
33859         * icall.c: allow a null this for constructors.
33860
33861 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
33862
33863         * icall.c: raise the proper exceptions if the arguments to the
33864         internal Invoke are incorrect.
33865
33866 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
33867
33868         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
33869
33870 2003-01-03  Martin Baulig  <martin@ximian.com>
33871
33872         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33873
33874 2002-12-31  Martin Baulig  <martin@ximian.com>
33875
33876         * debug-mono-symfile.c: Completely rewrote the type section.
33877         Instead of using individual malloc()ed fields, we use one big
33878         continuous memory area and offsets into this area.
33879         See the comments in the source code for details.
33880
33881 2002-12-30  Martin Baulig  <martin@ximian.com>
33882
33883         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
33884
33885 2002-12-30  Martin Baulig  <martin@ximian.com>
33886
33887         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
33888         line number table in this data blob instead of using an external
33889         pointer.
33890
33891 2002-12-28  Martin Baulig  <martin@ximian.com>
33892
33893         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33894
33895 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
33896
33897         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
33898         as a boxed return type.
33899
33900 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
33901
33902         * appdomain.c
33903         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
33904         g_build_filename to properly get separators on the filename created.
33905
33906         * object.h: Small change, introduce MonoMarshalByRefObject to
33907         track the layout of that structure in the C# universe as we make
33908         changes there.
33909
33910 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
33911
33912         * object.c: removed assert to allow static fields on interfaces.
33913         * loader.c: a TypeSpec may be used for any type, not just arrays.
33914
33915 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33916
33917         * class.c, class.h: added mono_class_array_element_size ().
33918         Ignore static methods in interfaces.
33919
33920 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33921
33922         * threads.c: fixed the build under cygwin.
33923
33924 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
33925
33926         * reflection.c: handle nullref constants. Allocate keys for
33927         reflection handles with the GC.
33928
33929 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33930
33931         * threads.c, threads.h: added mono_thread_get_abort_signal()
33932         to get a suitable signal for thread abort.
33933
33934 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33935
33936         * metadata.c: fix handling of ExportedType table.
33937
33938 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33939
33940         * icall.c: added WriteWindowsDebugString internal call.
33941
33942 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33943
33944         * reflection.h: added fields to match C# implementation.
33945
33946 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33947
33948         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
33949
33950 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
33951
33952         * gc.h, gc-internal.h: Rename header for GC internal calls to
33953         gc-internal.h from gc.h as to not clash with Boehm GC having its
33954         header installed as <gc.h> in outside include paths.
33955         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
33956         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
33957
33958 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33959
33960         * icall.c: assign minor, build and revision in FillName.
33961
33962 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
33963
33964         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
33965         Added support for running code generated by Reflection.Emit.
33966
33967 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33968
33969         * appdomain.c: check for NULL argument in LoadFrom.
33970
33971 2002-12-10  Dick Porter  <dick@ximian.com>
33972
33973         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
33974
33975 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33976
33977         * appdomain.c: fix buglet when building exe file name.  Handle full
33978         assembly name (needed after latest changes to AssemblyName).
33979         * image.c:
33980         (mono_image_close): free some hashtables.
33981
33982 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
33983
33984         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
33985         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
33986         on some systems (redhat 7.3) 
33987
33988 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
33989
33990         * threads.c: delete the critical section of a sync block,
33991         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
33992
33993 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
33994
33995         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
33996
33997 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33998
33999         * appdomain.[ch]: handle the assembly preload event to try loading the
34000         assemblies using the paths we have in the current domain.
34001
34002         * assembly.[ch]: created an assembly preload hook that is called to try
34003         loading the assembly by other means that the ones provided here.
34004
34005         * domain.c: initialize the domain search path.
34006
34007         From now on, assemblies (TODO: except corlib and System) are loaded
34008         according to these rules when using mono_assembly_load ():
34009
34010                 1. It tries to load the assembly from the ApplicationBase
34011                 of the current domain appending .dll and .exe (TODO: have to
34012                 try loading from name/name.dll and name/name.exe).
34013
34014                 2. It tries the search path specified in PrivateBinPath for the
34015                 current domain (if any).
34016
34017                 3. Previous behavior.
34018
34019 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
34020
34021         * icall.c: implemented GetInterfaceMap() related icall.
34022         * domain.c, loader.h: load MethodInfo in mono_defaults.
34023
34024 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34025
34026         * gc.c: disable the finalizer thread for now, untill all the issues
34027         with it are resolved.
34028
34029 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34030
34031         * string-icalls.c: handle embedded nulls in string ctor when the
34032         length is specified.
34033
34034 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34035
34036         * class.c: look for explicit interface implementation in parent
34037         classes, too.
34038
34039 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
34040
34041         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
34042
34043 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
34044
34045         * gc.c: protect handles with a critical section.
34046
34047 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34048
34049         * icall.c:
34050         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
34051         parameters. If no assembly specified, try getting the type from all
34052         the assemblies in the current domain, else, load the assembly and get
34053         the type from it.
34054
34055 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34056
34057         * marshal.c: applied patch from Aleksey Demakov that fixes
34058         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
34059
34060 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34061
34062         * icall.c: fixed get_location.
34063
34064 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
34065
34066         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
34067         declarations to make it work with older gcc. 
34068
34069         * loader.c (mono_get_method): set signature->pinvoke for native calls
34070
34071 2002-11-20  Dick Porter  <dick@ximian.com>
34072
34073         * threads.c (mono_thread_init): Set the main thread's handle
34074
34075 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
34076
34077         * gc.c: allow compilation without GC support. Changed to match the
34078         mono coding style.
34079
34080 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34081
34082         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
34083
34084 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
34085
34086         * reflection.c: set a public key token on the core assemblies.
34087
34088 2002-11-18  Dick Porter  <dick@ximian.com>
34089
34090         * threads.c: Split out some thread initialisation so that other
34091         files can set the start callback function.
34092
34093         * gc.c: Run finalisers in a separate thread, to avoid stack
34094         overflow.  Fixes bug 31333.
34095
34096         * appdomain.c: Set up GC finalisation thread.
34097
34098         * reflection.c: 
34099         * object.c: 
34100         * domain.c: Use gc.h macros for GC_malloc
34101         
34102 2002-11-15  Dick Porter  <dick@ximian.com>
34103
34104         * threadpool.c: 
34105         * threads.c:
34106         * appdomain.c: Removed mono_runtime_init_with_attach(),
34107         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
34108         merging the extra parameter with the existing function.  Removed
34109         unneeded code in mono_thread_attach().
34110
34111 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
34112
34113         * image.c (mono_image_loaded_by_guid): a method to get loaded
34114         images by guid. 
34115         (load_metadata_ptrs): we store the guid as string.
34116
34117 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
34118
34119         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
34120
34121         * metadata.c (mono_guid_to_string): imported method form Zoltan
34122         Varga (slightly modified)
34123
34124         * assembly.c (mono_assembly_open): load precompiled code
34125
34126         * loader.h (MonoMethod): we store the method token for use in the
34127         aot compiler. 
34128
34129 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34130
34131         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
34132         the hook function called when an assembly is loaded.
34133         
34134         * domain.c: Modified file.
34135         (mono_domain_assembly_load): removed hash table insertion of assemblies.
34136
34137         Fixes bug #33196.
34138
34139 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
34140
34141         * reflection.c: Map PEFileKind to the value expected by the WinNT
34142         image loader. 
34143
34144 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34145
34146         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
34147         Read until the buffer is filled completely.
34148
34149 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34150
34151         * icall.c: implemented MonoType.InternalGetEvent ().
34152
34153 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34154
34155         * appdomain.c: implemented InitAppDomainSetup. Delayed
34156         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
34157         the entry_assembly.
34158
34159         * assembly.c: base_dir is now an absolute path ending with
34160         G_DIR_SEPARATOR.
34161
34162         * icall.c: modified get_location according to the above changes.
34163
34164         * object.c: init AppDomain.SetupInformation for the default domain after
34165         we have the entry assembly.
34166
34167         * domain.c: when unloading a domain, setup = NULL.
34168
34169 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
34170
34171         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
34172
34173 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
34174
34175         * object.h, object.c: introduced mono_object_get_virtual_method ()
34176         to lookup the method invoked on an object when a callvirt is done on
34177         a method.
34178         * icall.c: make MethodInfo::Invoke() always do a virtual call.
34179
34180 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34181
34182         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
34183         current domain when loaded an assembly and failed to load it.
34184
34185         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
34186
34187 2002-10-31  Dick Porter  <dick@ximian.com>
34188
34189         * icall.c: 
34190         * file-io.h: 
34191         * file-io.c: Return the error status in a parameter, as the
34192         GetLastError() value has long since been blown away if we try and
34193         look it up in a subsequent internal call invocation.  Delete the
34194         GetLastError() internal call, because it's useless.
34195
34196 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
34197
34198         * class.[ch]: added cast_class to fix bug 29517
34199
34200 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
34201
34202         * marshal.c: create valid IL code in the filter clause:
34203         the new JIT is less forgiving:-)
34204
34205 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34206
34207         * icall.c: removed get_property internal call.
34208
34209 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
34210
34211         * appdomain.h domain.c: Added an ID to appdomains.
34212         
34213         * threads.c threads.h icall.c: Implement icall
34214         Thread:GetDomainID(), and remove unused icall 
34215         CurrentThreadDomain_internal.
34216
34217 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34218
34219         * icall.c: Don't recurse through the base types in GetConstructor.
34220         Fixes bug #32063. 
34221
34222 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
34223
34224         * mempool.h, mempool.c: added mono_mempool_empty() and
34225         mono_mempool_stats().
34226
34227 2002-10-23  Dick Porter  <dick@ximian.com>
34228
34229         * file-io.c: 
34230         * file-io.h: 
34231         * icall.c: Added MonoIO.GetFileType internal call
34232
34233 2002-10-17  Dick Porter  <dick@ximian.com>
34234
34235         * appdomain.c (mono_runtime_cleanup): Don't signal the async
34236         delegate semaphore before waiting for all threads to finish,
34237         because new threads can also call async delegates.  Fixes bug
34238         32004.
34239
34240         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
34241         of 3 seconds, in case another async job is queued.  (This part is
34242         needed because the bug fix reintroduced the 3s exit lag.)  This
34243         makes the mono_runtime_shutdown flag superfluous.
34244
34245 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
34246
34247         * reflection.c: include ehader size in method section headers.
34248         Really check for suplicated modules entries.
34249
34250 2002-10-17  Martin Baulig  <martin@gnome.org>
34251
34252         * debug-mono-symfile.c: Added back support for locals.
34253
34254 2002-10-14  Martin Baulig  <martin@gnome.org>
34255
34256         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
34257         MONO_TYPE_VOID.
34258
34259 2002-10-14  Martin Baulig  <martin@gnome.org>
34260
34261         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
34262         mono_class_get() instead of looking in the class cache. 
34263
34264 2002-10-13  Martin Baulig  <martin@gnome.org>
34265
34266         * debug-mono-symfile.c: Set version number to 28, include the
34267         signature in method names.
34268
34269 2002-10-13  Martin Baulig  <martin@gnome.org>
34270
34271         * debug-mono-symfile.h: Set version number to 27.
34272
34273 2002-10-11  Martin Baulig  <martin@gnome.org>
34274
34275         * gc.c: Don't register/unregister NULL pointers as disappearing links.
34276
34277 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34278
34279         * metadata.c, metadata.h: added helper function to allocate signatures.
34280
34281 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34282
34283         * icall.c: added internal call to get the location of machine.config.
34284
34285 2002-10-08  Martin Baulig  <martin@gnome.org>
34286
34287         * debug-mono-symfile.c: Ignore classes with a pending init for the
34288         moment.
34289
34290 2002-10-03  Dick Porter  <dick@ximian.com>
34291
34292         * threads.c: Freebsd pthread_t is a pointer
34293
34294 2002-10-03  Dick Porter  <dick@ximian.com>
34295
34296         * socket-io.c: Implemented GetHostName_internal
34297
34298 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34299
34300         * mono-config.c:
34301         (mono_config_parse_file): don't leak the text.
34302
34303 2002-10-02  Martin Baulig  <martin@gnome.org>
34304
34305         * debug-mono-symfile.c: Added support for methods.
34306
34307 2002-10-01  Martin Baulig  <martin@gnome.org>
34308
34309         * debug-mono-symfile.c: Don't emit methods and line numbers for
34310         the dynamic symbol file, just write the type table.  We can easily
34311         have an external helper program which creates a symbol file for an
34312         IL file.        
34313
34314 2002-10-01  Dick Porter  <dick@ximian.com>
34315
34316         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
34317         Only add the handle to the cleanup array when we're about to
34318         launch the thread.  Bug 31425 deadlocked when the test was run on
34319         mono under w32.
34320
34321 2002-10-01  Martin Baulig  <martin@gnome.org>
34322
34323         * debug-mono-symfile.c: Added support for properties.
34324
34325 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34326
34327         * reflection.c: unaligned store fix from Mark Crichton
34328         <crichton@gimp.org>.
34329
34330 2002-09-27  Martin Baulig  <martin@gnome.org>
34331
34332         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
34333         New interncall.
34334
34335 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34336
34337         * assembly.h, assembly.c: use a sane API to hook into the assembly
34338         loading process instead of a useless special-purpouse hack
34339         (ngen needs a hook, too, for example).
34340
34341 2002-09-27  Dick Porter  <dick@ximian.com>
34342
34343         * threads.c (mono_thread_init): Call GetCurrentProcess() so
34344         io-layer can set up some process handle info.  Not needed on w32,
34345         but doesn't hurt either.
34346
34347         * process.c: Pass the program name in the second parameter to
34348         CreateProcess, so the path is searched.  Include the working
34349         directory. Implemented process name, process enumeration, and some
34350         process detail internal calls.
34351         
34352         * icall.c: Added internal calls for process lookup, and some
34353         process details
34354
34355 2002-09-26  Martin Baulig  <martin@gnome.org>
34356
34357         * assembly.c (mono_install_open_assembly_hook): New global
34358         function to install a function to be invoked each time a new
34359         assembly is loaded.
34360         (mono_assembly_open): Run this callback function if set.
34361
34362         * debug-mono-symfile.c: Put back line numbers for the dynamic
34363         symbol file and also record the .il file as source file.  This
34364         allows us to install the temporary symbol file as `file.dbg' just
34365         like a compiler-generated one.
34366
34367 2002-09-26  Nick Zigarovich <nick@chemlab.org>
34368
34369         * Corrected typo in gc.c (BOHEM vs BOEHM).
34370
34371 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34372
34373         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
34374         GetProperties. Also avoid calling g_slist_length in GetProperties and
34375         GetMethods.
34376
34377 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34378
34379         * reflection.c: avoid unaligned stores (bug spotted by
34380         Mark Crichton  <crichton@gimp.org>).
34381
34382 2002-09-25  Martin Baulig  <martin@gnome.org>
34383
34384         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
34385         instead of guint64 for addresses and added prologue/epilogue info.
34386
34387 2002-09-25  Martin Baulig  <martin@gnome.org>
34388
34389         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
34390         store line number info.  For the dynamic symbol file, we only need
34391         to provide the JIT generated dynamic line number info for the dynamic
34392         symbol file.
34393
34394 2002-09-25  Martin Baulig  <martin@gnome.org>
34395
34396         * debug-mono-symfile.h: Incremented version number.
34397
34398 2002-09-24  Martin Baulig  <martin@gnome.org>
34399
34400         * class.c (mono_debugger_class_init_func): New global function
34401         pointer variable.
34402         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
34403         call it.
34404
34405         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
34406         function.  This is called via the mono_debugger_class_init_func
34407         hook to add all types to the dynamic type table.
34408         (ves_icall_MonoDebugger_GetType): New interncall to get a class
34409         from its metadata token.
34410
34411         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
34412         New interncall for the debugger.
34413
34414 2002-09-24  Nick Drochak <ndrochak@gol.com>
34415
34416         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
34417         before using it in case it is null.
34418         
34419 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34420
34421         * metadata.c: allow custom modifiers in local var signatures
34422         (bug spotted by Zoltan Varga).
34423
34424 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34425
34426         * class.c: deal with the <Module> class that may have a NULL vtable.
34427         Eliminate warnings.
34428
34429 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34430
34431         * image.c, image.h: more strong name helpers.
34432         * monosn.c: more work: convert pem keys to cryptoapi format.
34433
34434 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34435
34436         * string-icalls.c: speedup IndexOf.
34437
34438 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34439
34440         * icall.c: updates from Zoltan.2.Varga@nokia.com.
34441
34442 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34443
34444         * icall.c: cleanup: use mono_object_domain ().
34445
34446 2002-09-23  Martin Baulig  <martin@gnome.org>
34447
34448         * debug-mono-symfile.c: Improved type support.
34449
34450 2002-09-22  Martin Baulig  <martin@gnome.org>
34451
34452         * debug-mono-symfile.c: Added support for reference types and strings.
34453
34454 2002-09-22  Martin Baulig  <martin@gnome.org>
34455
34456         * debug-mono-symfile.c: Started to work on the type table.
34457
34458 2002-09-21  Martin Baulig  <martin@gnome.org>
34459
34460         * debug-mono-symfile.c: Largely reworked the symbol table format.
34461         The symbol table is now incrementally updated each time a new
34462         method is added.  We're now also using our own magic and version
34463         so that you don't need to recompile all your classes if the
34464         dynamic table changes.
34465         (mono_debug_update_mono_symbol_file): Removed.
34466         (mono_debug_symfile_add_method): New function to add a method.
34467
34468 2002-09-21  Martin Baulig  <martin@gnome.org>
34469
34470         * icall.c
34471         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
34472         New interncall.
34473
34474         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
34475         New interncall to get a method from its metadata token.
34476
34477 2002-09-21  Martin Baulig  <martin@gnome.org>
34478
34479         * debug-mono-symfile.c: Create type table.
34480
34481 2002-09-20  Martin Baulig  <martin@gnome.org>
34482
34483         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
34484
34485 2002-09-20  Martin Baulig  <martin@gnome.org>
34486
34487         * debug-mono-symfile.c: Provide information about params and locals.
34488
34489 2002-09-20  Martin Baulig  <martin@gnome.org>
34490
34491         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
34492         New interncall.
34493
34494         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
34495         interncall to get a method from its metadata token.
34496
34497 2002-09-20  Martin Baulig  <martin@gnome.org>
34498
34499         * debug-mono-symfile.c: Added a few checks for method->header
34500         being non-NULL.  This should never happen, but for the moment
34501         let's use a g_warning() rather than a g_assert().
34502
34503 2002-09-19  Mark Crichton  <crichton@gimp.org>
34504
34505         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
34506         even if support for it isn't present.  Added an #ifdef to fix this.
34507
34508         * socket-io.c: Added checks back for Solaris support.
34509
34510 2002-09-19  Martin Baulig  <martin@gnome.org>
34511
34512         * debug-mono-symfile.c (read_string, write_string): Reflect latest
34513         changes in the symbol file format.
34514
34515 2002-09-18  Martin Baulig  <martin@gnome.org>
34516
34517         * debug-mono-symfile.c: Set version number to 21.
34518
34519 2002-09-18  Dick Porter  <dick@ximian.com>
34520
34521         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
34522         on netbsd.  Fixes bug 30051.
34523
34524 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34525
34526         * reflection.c:
34527         (set_version_from_string): little fix.
34528
34529 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34530
34531         * monosn.c, Makefile.am: added strong name utility.
34532         * reflection.h, reflection.c: implemented delayed signing,
34533         locale, version and hash id assembly attributes.
34534
34535 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34536
34537         * loader.c, metadata.c: load param attributes in signatures.
34538
34539 2002-09-16  Martin Baulig  <martin@gnome.org>
34540
34541         * debug-mono-symfile.c: Added string table with all method names.
34542
34543 2002-09-14  Martin Baulig  <martin@gnome.org>
34544
34545         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
34546         fast method lookup.
34547
34548 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34549
34550         * reflection.c: record the public key token of referenced assemblies.
34551
34552 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34553
34554         * image.c, image.h: added functions to get the strong name and the
34555         public key of an assembly.
34556         * pedump.c: use them.
34557
34558 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
34559
34560         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
34561
34562 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
34563
34564         * marshal.c (mono_marshal_get_managed_wrapper): Added
34565         MONO_TYPE_BOOLEAN 
34566
34567 2002-09-11  Martin Baulig  <martin@gnome.org>
34568
34569         * gc.c: Call GC_unregister_disappearing_link() on all links when
34570         finalizing them, this is necessary to aviod a crash in boehm's
34571         finalize handler.
34572
34573 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34574
34575         * gc.c: handle GetTarget for finalized objects spotted and fixed by
34576         nick@chemlab.org.
34577
34578 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
34579
34580         * icall.c: implemented MonoType::Module.
34581         * reflection.c, reflection.h: mono_module_get_object () from
34582         Tomi Pakarinen <tomi.pakarinen@welho.com>.
34583
34584 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34585
34586         * icall.c: ignore overridden methods in GetMethods ().
34587         Fix for FieldInfo::SetValue().
34588         * object.c: handle float/double in runtime invoke.
34589
34590 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34591
34592         * object.c: allow a constructor to be called again on an object.
34593
34594 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34595
34596         * class.h, class.c: move field layout code to it's own function and
34597         export it. Get an interface id earlier. Move fields in MonoClass
34598         so they are more cache friendly and align the bitfields.
34599         * loader.c: temporary handle get_param_names() for a runtime method.
34600         * reflection.c, reflection.h: more code to handle runtime creation of
34601         types.
34602
34603 2002-09-09  Martin Baulig  <martin@gnome.org>
34604
34605         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
34606         signature with the pinvoke field being set for the actual call.
34607
34608 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34609
34610         * icall.c: removed some unused icalls. Start of map of glib charsets
34611         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
34612
34613 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34614
34615         * debug-helpers.c: break infinite loop (found and fixed by
34616         Holger Arnold <harnold@gmx.de>).
34617
34618 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34619
34620         * icall.c: target may be null in create_delegate.
34621
34622 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34623
34624         * marshal.c: handle a boolean return type.
34625
34626 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34627
34628         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
34629
34630 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34631
34632         * gc.c: fix weakreferences.
34633
34634 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
34635
34636         * icall.c: added icall to get default codepage.
34637
34638 2002-09-03  Dick Porter  <dick@ximian.com>
34639
34640         * threads.h: 
34641         * threads.c: Use MonoThread instead of MonoObject where
34642         apropriate.
34643
34644         Store running thread objects in a hash table, so that we have all
34645         the info to hand when waiting for them to finish
34646         (means we don't need OpenThread() any more, so mingw builds should
34647         be fully functional again.)
34648
34649         * verify.c:
34650         * object.h: Added thread ID to MonoThread
34651
34652 2002-09-03  Martin Baulig  <martin@gnome.org>
34653
34654         * icall.c (System.Reflection.Assembly::get_location): New interncall.
34655
34656 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34657
34658         * icall.c: fixed leak in get_temp_path. Thanks lupus.
34659
34660 2002-09-03  Martin Baulig  <martin@gnome.org>
34661
34662         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
34663         argument to store the end address of the disassembled instruction.
34664
34665         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
34666         here from debug-symfile.h.
34667         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
34668         JIT into this struct.
34669         (MonoSymbolFile): Added `char *image_file' field.
34670         (MonoDebugGetMethodFunc): Removed.
34671         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
34672         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
34673         (mono_debug_find_method): New method.
34674
34675         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
34676         create a full symbol file.
34677         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
34678         and static symbol files.
34679         (mono_debug_find_method): The symbol file keeps an internal method hash,
34680         call this to get a MonoDebugMethodInfo from a MonoMethod.
34681
34682         * debug-symfile.[ch]: Removed.
34683
34684 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
34685
34686         * image.c (do_mono_image_open): Remove linker version check.
34687
34688 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
34689
34690         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
34691         wrappers for instance methods.
34692         
34693 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34694
34695         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
34696
34697 2002-08-28  Dick Porter  <dick@ximian.com>
34698
34699         * Makefile.am: Export HOST_CC for w32 builds
34700
34701 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34702
34703         * file-io.c process.c: MonoString are null terminated, no
34704         need for mono_string_to_utf16() anymore.
34705
34706 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34707
34708         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
34709
34710 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
34711
34712         * icall.c, reflection.h: speedup System.MonoType.
34713
34714 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34715
34716         * reflection.c: allow null as the value of a string argument in
34717         custom attributes constructors.
34718
34719 2002-08-27  Martin Baulig  <martin@gnome.org>
34720
34721         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
34722         `trampoline_address' field.
34723
34724 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
34725
34726         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
34727         check (fixes bug #29486) 
34728
34729 2002-08-27  Martin Baulig  <martin@gnome.org>
34730
34731         * debug-mono-symfile.c: Changed the file format in a way that allows us
34732         open it read-only and to use a specially malloced area for all the
34733         dynamic data.  We can now also generate a symbol file on-the-fly if we're
34734         debugging IL code and there is no MCS generated symbol file for it.
34735
34736 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34737
34738         * object.c: added a define for a good string and array
34739         creation speedup (not enabled by default because we need to deal with
34740         the synch stuff).
34741
34742 2002-08-26  Martin Baulig  <martin@gnome.org>
34743
34744         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
34745         function to create a dynamic symbol file.  This is used by the
34746         debugger to create a symbol file for IL code on-the-fly.
34747
34748 2002-08-26  Martin Baulig  <martin@gnome.org>
34749
34750         * loader.c (mono_lookup_pinvoke_call): Include the error message
34751         from g_module_error() in the error message.
34752
34753 2002-08-24  Martin Baulig  <martin@gnome.org>
34754
34755         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
34756         function to update the symbol file.  The symbol file is mmap()ed
34757         writable, but private.  This allows us to install the symbol file
34758         together with the assembly.
34759
34760 2002-08-24  Martin Baulig  <martin@gnome.org>
34761
34762         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
34763         but they can read the new symbol file format which mcs is now creating.
34764
34765         * debug-symfile.c (mono_debug_find_source_location): Moved to
34766         debug-mono-symfile.c; this is now operating on the new symbol file.
34767
34768 2002-08-23  Martin Baulig  <martin@gnome.org>
34769
34770         * debug-helpers.c (mono_method_desc_from_method): New function to get
34771         a MonoMethodDesc from a MonoMethod.
34772
34773 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34774
34775         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
34776         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
34777
34778 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
34779
34780         * string-icalls.[ch]: make helper methods static.
34781
34782 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34783
34784         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
34785         types to it and to SetValueInternal.
34786
34787         * object.c: Moved handle_enum label to its proper place. This was the
34788         f... bug! ;-)
34789
34790         This time i compiled mcs and gtk-sharp and they both work.
34791
34792 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34793
34794         * icall.c: reverted partially my previous patch until 
34795         object.c:set_value handles enums correcly.
34796
34797 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34798
34799         * icall.c:
34800         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
34801         (ves_icall_System_Environment_get_MachineName): removed warning when
34802         compiling under cygwin.
34803
34804 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34805
34806         * object.c: fixed field_get_value() for reference types.
34807
34808 2002-08-22  Dick Porter  <dick@ximian.com>
34809
34810         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
34811         Don't free a buffer while it's still needed.  Patch from Jonathan
34812         Liger <Jonathan.liger@wanadoo.fr>
34813
34814 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
34815
34816         * icall.c (ves_icall_System_Environment_get_Platform): Add new
34817         internal call.
34818
34819 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
34820
34821         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
34822         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
34823
34824         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
34825         we call unmanaged code which throws exceptions.
34826
34827 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34828
34829         * appdomain.h: added per-domain entry_assembly.
34830         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
34831         arguments.
34832         * icall.c: Assembly::GetEntryAssembly icall.
34833         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
34834         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
34835
34836 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34837
34838         * appdomain.h, gc.c: added mono_domain_finalize ().
34839
34840 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34841
34842         * object.c:
34843         (mono_print_unhandled_exception): changed g_warning by g_printerr
34844         because g_log has a 1024 characters limit (yeah, i got a big stack
34845         trace). Don't print exception name, that should be in ToString 
34846         returned string.
34847
34848 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34849
34850         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
34851         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
34852
34853 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34854
34855         * object.c:
34856         (mono_print_unhandled_exception): after previous commit, i realized
34857         that MS calls ToString on the exception. I changed this function to
34858         do that. This way we get stack_trace for free.
34859
34860 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34861
34862         * object.c:
34863         (mono_print_unhandled_exception): invoke Message property instead of
34864         getting 'message' field from Exception. Don't allocate memory for
34865         'trace' and 'message' if not needed.
34866
34867 2002-08-18  Dick Porter  <dick@ximian.com>
34868
34869         * unicode.c: Fix asserts to match Encoder.cs checks
34870
34871 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34872
34873         * marshal.c: fix unaligned store issue and a few wrong
34874         opcode argument types.
34875
34876 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34877
34878         * icall.c: added GetUninitializedObjectInternal internal call.
34879
34880 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
34881
34882         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
34883         to the right domain.
34884
34885 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
34886
34887         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
34888
34889         * class.c (class_compute_field_layout): set blittable to false for Strings
34890
34891         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
34892
34893 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34894
34895         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
34896         first chunk of code to create types at runtime. Code to
34897         handle ReflectedType/DeclaringType. Make reflection handles
34898         domain specific.
34899
34900 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34901
34902         * class.c: set correct name in arrays.
34903
34904 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
34905
34906         * appdomain.c (mono_domain_transfer_object): make it work with
34907         valuetypes. bug fixes.
34908
34909 2002-08-12  Dick Porter  <dick@ximian.com>
34910
34911         * object.h: Rename some parameters to avoid c++ keywords (Patch
34912         from Joseph Wenninger <kde@jowenn.at>)
34913
34914 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
34915
34916         * icall.c: added icall to implement Assembly.GetFile*.
34917
34918 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34919
34920         * reflection.h, reflection.c: code to embed managed resources.
34921
34922 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34923
34924         * class.c: move all the type size stuff into
34925         class_compute_field_layout().
34926
34927 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34928
34929         * class.c: ensure enums have always the correct instance size.
34930         * unicode.c: remove wrong assert.
34931
34932 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34933
34934         * assembly.c: fix mem corruption issue.
34935         * image.h, image.c: added mono_image_get_resource () to access
34936         managed resources.
34937         * icall.c: implemented Assembly.EntryPoint property and some
34938         Managed Resources related internalcalls.
34939
34940
34941 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34942
34943         * image.c, image.h: impemented mono_image_get_entry_point ().
34944         * appdomain.c: use mono_image_get_entry_point.
34945
34946 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34947
34948         * reflection.c: support the object type argument when loading
34949         custom attributes.
34950
34951 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
34952
34953         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
34954         String as return type.
34955
34956 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
34957
34958         * reflection.c: fix encoding of named args for custom attrs to match
34959         the ms implementation. Read them back when instantiating custom
34960         attributes.
34961
34962 2002-08-02  Radek Doulik  <rodo@ximian.com>
34963
34964         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
34965         by Dietmar as quick fix
34966         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
34967         16 as stack size, used on more places as quick fix before Dietmar
34968         will fix it properly
34969
34970 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34971
34972         * object.h, object.c: added accessors for fields and properties.
34973
34974 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34975
34976         * class.c, class.h: made mono_class_get_field_from_name ()
34977         loop on parent types.
34978         Added mono_class_get_property_from_name ().
34979
34980 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34981
34982         * class.c, class.h: move the code to setup the type vtable in its own
34983         function so that it can be reused also for types created at runtime.
34984         Eliminate the "class" identifier from the header file.
34985         * reflection.c: setup the vtable for enums so that we can create
34986         objects for use in SetConstant ().
34987
34988 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
34989
34990         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
34991         instead of the delegate itself as this pointer (bug #28383)
34992
34993 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
34994
34995         * marshal.c (mono_marshal_get_managed_wrapper): added return type
34996         conversions.
34997
34998 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34999
35000         * loader.c: don't set the pinvoke bit on icalls.
35001
35002 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
35003
35004         * debug-helpers.c (mono_method_full_name): only print a number to
35005         indicate wrapper type (so that the output is more readable in traces).
35006
35007 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
35008
35009         * class.c (mono_class_init): include method override patch from Paolo
35010
35011 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
35012
35013         * icall.c: fixed GetTypeCode().
35014
35015 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
35016
35017         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
35018         use real delegate invoke function to make it work with multicast
35019         delegates (fix bug# 28291).
35020
35021 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35022
35023         * object.c: load constant strings.
35024
35025 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35026
35027         * reflection.c: no magic numbers.
35028         * tabledefs.h: security action enum.
35029
35030 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35031
35032         * assembly.c: fix possible memory corruption.
35033
35034 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
35035
35036         * reflection.h, reflection.c: added support for linking resources.
35037         * verify.c: check we have an updated corlib.
35038
35039 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
35040
35041         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
35042         string arrays.
35043         (mono_marshal_string_array): null terminate unmanaged string arrays.
35044         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
35045
35046 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35047
35048         * icall.c: Type.GetType () can now return also types from the
35049         calling assembly.
35050
35051 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
35052
35053         * loader.h, loader.c: stack walking support.
35054         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
35055         GetCallingAssembly.
35056
35057 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
35058
35059         * marshal.c: added optimisations for blittable types 
35060
35061         * class.c (mono_array_class_get): do not set blittable attribute on arrays
35062         (mono_class_setup_mono_type): set blittable attribute for single
35063         and double.
35064
35065         * marshal.c (mono_string_utf8_to_builder): impl.
35066         (mono_string_builder_to_utf8): impl.
35067         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
35068
35069 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
35070
35071         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
35072         (mono_marshal_get_managed_wrapper): impl. byref types
35073
35074 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35075
35076         * icall.c:
35077         (search_method): don't display debug message. 
35078
35079 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
35080
35081         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
35082
35083 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
35084
35085         * appdomain.c: set the missing filename when throwing exception.
35086
35087 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
35088
35089         * metadata.c (mono_type_size): code cleanup
35090         (mono_type_stack_size): removed some test code
35091
35092 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
35093
35094         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
35095         mono_get_exception_file_not_found now.
35096
35097         * exception.c (mono_exception_from_name_two_strings): New version
35098         that will call a constructor with two string arguments. 
35099         (mono_get_exception_file_not_found): New helper routine, used to
35100         report file-not-found errors.
35101
35102 2002-07-20  Dick Porter  <dick@ximian.com>
35103
35104         * process.h:
35105         * process.c: Pass file handles to CreateProcess
35106         
35107         * icall.c:
35108         * file-io.h:
35109         * file-io.c: Implemented CreatePipe
35110
35111 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
35112
35113         * metadata.c (mono_get_param_info): set alignment for value types
35114
35115 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35116
35117         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
35118         Constify mono_domain_assembly_open().
35119         * loader.c: handle null namespace in icalls.
35120
35121 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
35122
35123         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
35124         (emit_str_to_ptr_conv): marshal object as structs
35125
35126         * metadata.c (mono_type_to_unmanaged): marshal object as structs
35127
35128         * marshal.c (mono_marshal_get_runtime_invoke): support value types
35129
35130 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
35131
35132         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
35133         (mono_marshal_get_native_wrapper): we an now return value types
35134
35135 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35136
35137         * verify.c: more checks implemented.
35138
35139 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
35140
35141         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
35142         (fix bug #27695)
35143         (mono_marshal_get_native_wrapper): allow byref arguments
35144         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
35145         impl. PtrToStringXXX methods
35146         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
35147         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
35148         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
35149         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
35150         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
35151
35152 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35153
35154         * reflection.c: fix buglet in parsing an assembly name.
35155
35156 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
35157
35158         * marshal.c (emit_ptr_to_str_conv): first impl.
35159
35160 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
35161
35162         * object.c, class.h: cache the vtable in the class as suggested by
35163         vargaz@freemail.hu (Zoltan Varga).
35164
35165 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35166
35167         * class.h, loader.c: added mono_field_from_token().
35168         * verify.c: first cut of type checking code.
35169
35170 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
35171
35172         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
35173
35174 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
35175
35176         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
35177         (fix bug #27782)
35178         (mono_marshal_get_remoting_invoke): impl.
35179         (mono_delegate_begin_invoke): impl.
35180         (mono_mb_emit_save_args): impl.
35181         (mono_delegate_end_invoke): impl.
35182         (mono_marshal_get_delegate_begin_invoke):
35183         (mono_marshal_get_delegate_end_invoke):
35184         (mono_marshal_get_delegate_invoke): generate a special name for
35185         those methods (including the signature) and associate them whith
35186         the delegate class. 
35187
35188 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
35189
35190         * reflection.[ch]: 
35191         (mono_reflection_type_from_name): now it has a MonoImage parameter
35192         which is used as the default image to search the type in. If the image
35193         is NULL or getting the type from it fails, it defaults to corlib.
35194
35195         * icall.c: changed 1 call to mono_reflection_type_from_name to match
35196         new parameter.
35197
35198 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
35199
35200         * reflection.c: update the parameter table index.
35201
35202 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
35203
35204         * domain.c: don't include the mark byte in the string hash.
35205
35206 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
35207
35208         * icall.cs: icall for Type.GetTypeCode ().
35209         * verify: a couple of fixes and disabled local initialization checks.
35210
35211 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
35212
35213         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
35214
35215         * debug-helpers.c (mono_method_full_name): print the type of the
35216         runtime wrapper
35217
35218         * metadata.c (mono_signature_hash): a hash function for signatures
35219         (mono_signature_hash): better hash algorithm
35220
35221         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
35222
35223         * debug-helpers.c (mono_method_full_name): this can now generate
35224         method names with signatures
35225
35226         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
35227         method dont have this pointers.
35228
35229 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
35230
35231         * reflection.c: fixup typebuilder tokens.
35232         * image.c: fix buglet.
35233         * marshal.h: remove whitespace.
35234         * metadata.h, metadata.c: reinstate code that was removed.
35235         * verify.c: handle catch directives and fix another couple of bugs.
35236
35237 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
35238
35239         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
35240         (mono_marshal_get_native_wrapper): make it comp. with the old code
35241         (mono_marshal_get_native_wrapper): support boolean
35242         (mono_marshal_get_managed_wrapper): support more types
35243
35244 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
35245
35246         * class.c (class_compute_field_layout): compute class->blittable attribute.
35247
35248 2002-07-09  Dick Porter  <dick@ximian.com>
35249
35250         * threads.c: Make the thread cleaning up cope with threads that
35251         call ExitThread()
35252
35253 2002-07-08  Radek Doulik  <rodo@ximian.com>
35254
35255         * reflection.c (method_encode_code): use non-translated values to
35256         compute finally_start, this fixes exception handling on ppc, yay!
35257
35258         * decimal.h (struct signscale): fix endianess
35259
35260 2002-07-07  Radek Doulik  <rodo@ximian.com>
35261
35262         * reflection.c: swap box_val and not val
35263
35264 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
35265
35266         * reflection.c, reflection.h: handle full assembly info in type name.
35267         Handle Type arguments when loading custom attributes.
35268         * icall.c: updated to use new mono_reflection_type_from_name () method.
35269
35270 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35271
35272         * loader.c:
35273         (method_from_memberref): also print assembly name when method not found.
35274
35275 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35276
35277         * icall.c:
35278         (ves_icall_TypeGetProperties): fixed bug #27473. 
35279
35280 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35281
35282         * reflection.c: display image name and token when cannot find the
35283         .ctor for an attribute.
35284
35285 2002-07-05  Martin Baulig  <martin@gnome.org>
35286
35287         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
35288
35289 2002-07-04  Dick Porter  <dick@ximian.com>
35290
35291         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
35292         compile on mingw.  This will cause mingw builds to not wait for
35293         subthreads to terminate after the main thread does.  I've lodged a
35294         bug with the mingw developers for them to wrap OpenThread().
35295
35296 2002-07-03  Dick Porter  <dick@ximian.com>
35297
35298         * threads.c: Store thread IDs instead of handles, because
35299         GetCurrentThread() returns a pseudohandle and therefore stores
35300         useless values.  mono_thread_cleanup() continues checking the
35301         array of threads until it is empty, to cope with subthreads
35302         spawning new threads after the main thread has finished.
35303
35304         * profiler.h:
35305         * profiler.c:
35306         * profiler-private.h: Pass the thread ID to thread profiler
35307         functions, instead of a handle
35308
35309 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35310
35311         * verify.c: fixes to make it more usable.
35312         * pedump.c: added --verify code to verify IL code in an assembly.
35313
35314 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35315
35316         * reflection.c: turn errors into warnings to allow compiling corlib.
35317
35318 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
35319
35320         * reflection.c: add special cases to compile corlib.
35321
35322 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
35323
35324         * reflection.c: handle properties with only a set method.
35325
35326 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35327
35328         * opcodes.h: add enum with opcodes in opval order.
35329
35330 2002-07-01  Dick Porter  <dick@ximian.com>
35331         
35332         * object.h:
35333         * object.c (mono_runtime_run_main): Removed unneeded argument
35334
35335 2002-06-28  Martin Baulig  <martin@gnome.org>
35336
35337         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
35338
35339 2002-06-27  Dick Porter  <dick@ximian.com>
35340
35341         * threads.c: Store the handle in both the parent thread and in the
35342         subthread, to minimise the time between starting a new thread and
35343         storing its ID.
35344
35345 2002-06-26  Dick Porter  <dick@ximian.com>
35346
35347         * appdomain.c (mono_runtime_cleanup): Close the socket library
35348         after all the threads have finished, not before
35349
35350 2002-06-26  Martin Baulig  <martin@gnome.org>
35351
35352         * debug-symfile.c (mono_debug_find_source_location): Added
35353         `guint32 *line_number' argument.  If it's not NULL, store the line number
35354         there and return the file name without the line number.
35355
35356 2002-06-25  Dick Porter  <dick@ximian.com>
35357
35358         * icall.c:
35359         * process.h:
35360         * process.c: Process forking and other support functions
35361
35362 2002-06-25  Dick Porter  <dick@ximian.com>
35363
35364         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
35365         things dont happen when the image is closed.
35366         (mono_image_lookup_resource): Walk the resource section looking
35367         for a particular entry
35368
35369         * cil-coff.h: PE resource section decoding
35370
35371 2002-06-25  Dick Porter  <dick@ximian.com>
35372         
35373         * assembly.h:
35374         * assembly.c: 
35375         (mono_assembly_foreach): Accessor functions to walk the list of
35376         loaded assemblies
35377         (mono_assembly_set_main):
35378         (mono_assembly_get_main): Process methods need to know which
35379         assembly is the "main" one
35380
35381         * object.c (mono_runtime_run_main): Record the main assembly
35382
35383         * debug-helpers.c: Fix typo
35384
35385 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
35386
35387         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
35388         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
35389
35390 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
35391
35392         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
35393
35394 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
35395
35396         * image.c (do_mono_image_open): Initialize reference count,
35397         otherwise we leak the MonoImage.
35398
35399 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
35400
35401         * reflection.c: small tweak to handle self-hosting.
35402
35403 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
35404
35405         * reflection.c: fix type name parse code.
35406
35407 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
35408
35409         * reflection.c: break out of the loop.
35410         * image.c: special case corlib.
35411
35412 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35413
35414         * reflection.c: add all the custom attrs at the end to ensure the
35415         ctors have been properly initialized when the attributes are defined
35416         in the current assembly.
35417
35418 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
35419
35420         * reflection.c: handle correctly multiple-nested types.
35421
35422 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
35423
35424         * row-indexes.h: fix typos.
35425         * reflection.c: adjust for typos and fix method_def_or_ref
35426         encoding in MethodImpl table.
35427
35428 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35429
35430         * reflection.c: fix entry point patching (thanks Serge!).
35431
35432 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
35433
35434         * verify.c: add check for System.Exception
35435
35436 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
35437
35438         * image.c, class.c: minifix for code just c&p'ed.
35439         * reflection.c: warning fix.
35440         * object.h, loader.h, domain.c: load also StringBuilder.
35441
35442 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
35443
35444         * marshal.h, marshal.c: some support code to handle complex marshaling.
35445
35446 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35447
35448         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
35449         Better signatures with vtable error dump.
35450
35451 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
35452
35453         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
35454
35455 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
35456
35457         * icall.c (ves_icall_Type_GetField): impl.
35458
35459 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35460
35461         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
35462         to retrieve a marshal description blob for a field or param.
35463
35464 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
35465
35466         * reflection.h, reflection.c: change order of nested type emission
35467         to avoid table corruption. The NestedTypes table is sorted.
35468         * icall.c: change order of GetConstructor results to workaround mcs bug.
35469
35470 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35471
35472         * reflection.h, reflection.c: handle field and param marshal
35473         information.
35474
35475 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35476
35477         * icall.c, marshal.c marshal.h: more Marshal class implementation.
35478
35479 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
35480
35481         * reflection.c: fix call convention.
35482
35483 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
35484
35485         * reflection.h, reflection.c: mono_image_get_memberref_token()
35486         takes a type instead of a class, now. Added
35487         mono_image_get_array_token() to create tokens for the special
35488         multi-dim array methods.
35489
35490 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
35491
35492         * assembly.c: handle modules (no assembly table). Split
35493         loading references in its own function.
35494         * class.c: handle moduleref resolution scope.
35495         * image.c, image.h: cache module name in image.
35496
35497 2002-06-07  Martin Baulig  <martin@gnome.org>
35498
35499         * reflection.c (mono_image_get_type_info): Only add a class layout entry
35500         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
35501
35502 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
35503
35504         * icall.c: more signature fixes that used uint instead of int.
35505
35506 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35507
35508         * reflection.c: fixed signature of field refs.
35509
35510 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35511
35512         * class.c, reflection.c: handle typerefs of nested types
35513         (both on read and when writing files).
35514
35515 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
35516
35517         * icall.c: fix method signatures that tried to workaround the previous
35518         typo, d'oh!
35519
35520 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
35521
35522         * debug-helpers.c: fix typo.
35523
35524 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
35525
35526         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
35527         rewrote the PE/COFF writing code (our programs are understood by the
35528         ms runtime, now).
35529
35530 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
35531
35532         * gc.c, gc.h, icall.c: weakreference support.
35533
35534 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
35535
35536         * Makefile.am, mono-config.c: use $(sysconfdir).
35537
35538 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
35539
35540         * icall.c: changed default precision of Double.ToString() to 15.
35541         Fixed memory leak. Unified with Single.ToString.
35542
35543 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
35544
35545         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
35546
35547 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
35548
35549         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
35550         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
35551         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
35552         and myself.
35553
35554 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35555
35556         * debug-symfile.c, sysmath.c: yet more compilation fixes.
35557
35558 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35559
35560         * reflection.c, socket-io.c: more compilation fixes.
35561
35562 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35563
35564         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
35565         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
35566         unicode.c: warning and compiler compatibility fixes.
35567
35568 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
35569
35570         * class.h, metadata.c: fixed warnings/compilation errors.
35571
35572 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
35573
35574         * Makefile.am, mono-config.c, mono-config.h: configuration file
35575         support routines.
35576         * loader.c, loader.h: make Dll mapping configurable at runtime in the
35577         config file. Export methods to insert and lookup mappings.
35578
35579 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
35580
35581         * reflection.c: handle types and boxed objects in custom attr
35582         constructors.
35583
35584 2002-05-30  Martin Baulig  <martin@gnome.org>
35585
35586         * debug-symfile.c
35587         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
35588
35589 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
35590
35591         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
35592         to lookup the implmap row for a P/Invoke method.
35593         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
35594         P/Invoke method from the runtime on an as needed basis.
35595
35596 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
35597
35598         * metadata.c (mono_metadata_parse_signature): impl.
35599
35600 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35601
35602         * class.c: handle .pack directive.
35603
35604 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
35605
35606         * object.c: initialize static fields with RVA data.
35607
35608 2002-05-25  Martin Baulig  <martin@gnome.org>
35609
35610         * debug-symfile.c
35611         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
35612
35613 2002-05-24  Martin Baulig  <martin@gnome.org>
35614
35615         * debug-symfile.c
35616         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
35617         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
35618         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
35619
35620 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
35621
35622         * object.c: special case string ctros in invoke.
35623         * gc.c: silly whitespace changes.
35624
35625 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
35626
35627         * threadpool.[ch]: impl. a threadpool that can
35628         be used by mint and mono.
35629
35630 2002-05-22  Martin Baulig  <martin@gnome.org>
35631
35632         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
35633         The first argument is now a `MonoReflectionModuleBuilder *', the return
35634         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
35635         `methods' field to get the method builder.  The `token' argument is the
35636         unfixed token.
35637
35638         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
35639         invalid characters instead of g_assert_not_reached()ing.  This seems
35640         to be the behaviour of mscorlib.
35641
35642 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
35643
35644         * object.c (mono_runtime_invoke_array): applied patch from Rachel
35645         Hestilow to fix bug #25104
35646
35647 2002-05-21  Martin Baulig  <martin@gnome.org>
35648
35649         * debug-symfile.c (mono_debug_find_source_location): New function.
35650         Looks up an IL offset in the line number table and returns the source
35651         location as a string.
35652
35653 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35654
35655         * icall.c:
35656         (mono_double_ToStringImpl): changed %f by %g until we have something
35657         better.
35658
35659 2002-05-21  Nick Drochak  <ndrochak@gol.com>
35660
35661         * icall.c : Use different name for Math.Pow's icall.  Needed to check
35662         parameters first in C#.
35663
35664 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35665
35666         * icall.c, reflection.h: added icall to get info about an event.
35667
35668 2002-05-20  Radek Doulik  <rodo@ximian.com>
35669
35670         * object.c (mono_value_box): don't use memcpy for boxing on BIG
35671         endian
35672         (mono_value_box): don't use memcpy for small sizes on
35673         architectures with unaligned access
35674
35675 2002-05-20  Martin Baulig  <martin@gnome.org>
35676
35677         * reflection.c (mono_reflection_setup_internal_class): Don't crash
35678         if `tb->parent == NULL'.
35679         (mono_reflection_create_internal_class): New function.  This is
35680         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
35681         for enum types.
35682
35683         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
35684         New interncall.
35685
35686 2002-05-19  Martin Baulig  <martin@gnome.org>
35687
35688         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
35689         argument to get the length, don't default to the array length.
35690
35691 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
35692
35693         * assembly.c (mono_assembly_setrootdir): New function used to
35694         override the MONO_ASSEMBLIES directory.
35695
35696 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
35697
35698         * icall.c: ValueType_GetHashCode() initialize local var.
35699
35700 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35701
35702         * reflection.c: sort custom attributes table.
35703
35704 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
35705
35706         * reflection.c: support named args in custom attributes (write support).
35707
35708 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
35709
35710         * reflection.c: fix finally position calculation.
35711
35712 2002-05-15  Radek Doulik  <rodo@ximian.com>
35713
35714         * reflection.c: fixed endianess at many places
35715
35716         * icall.c (ves_icall_InitializeArray): comment out debug msg
35717
35718 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
35719
35720         * object.c (mono_unhandled_exception): new function to handle
35721         unhandled exceptions.
35722         (mono_unhandled_exception): call the UnhandledException event.
35723         (mono_runtime_delegate_invoke): impl.
35724
35725 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
35726
35727         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
35728         returns the RVA, not the direct pointer to the data. Handle the case
35729         when the class size is fixed.
35730
35731 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
35732
35733         * reflection.c: fix some endianess issues.
35734
35735 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
35736
35737         * object.c (mono_runtime_invoke): is now able to catch exceptions.
35738
35739         * threads.c (mono_thread_init): added a callback which is invoked
35740         at thread start.
35741
35742 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
35743         
35744         * icall.c: make GetHashCode return non-negative values.
35745
35746 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
35747
35748         * object.c, icall.c, gc.c: revert to address-based hashcode.
35749
35750 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
35751
35752         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
35753
35754 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35755
35756         * icall.c, class.c: special case <Module>.
35757
35758 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
35759
35760         * icall.c: fix bug in GetNow().
35761
35762 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
35763
35764         * object.c (mono_runtime_class_init): make sure that we call all
35765         static class constructors.
35766
35767 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
35768
35769         * reflection.c: sort methodsemantics table.
35770
35771 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
35772
35773         * reflection.h, reflection.c: honour init locals setting.
35774
35775 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
35776
35777         * icall.c: copied Double ToStringImpl for Single ToStringImpl
35778
35779 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
35780
35781         * reflection.c: support ContructorBuilders in attribute blob creation.
35782
35783 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35784
35785         * reflection.c: some changes to build a binary that can be run
35786         directly in windows.
35787
35788 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
35789
35790         * loader.c: print a big message when an icall can't be found.
35791
35792 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35793
35794         * string-icalls.c: fix bug 24248.
35795
35796 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
35797
35798         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
35799         icall.c, reflection.h: separate assembly loading by pathname and by
35800         assembly name. Use the MONO_PATH env var to search for assemblies.
35801
35802 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35803
35804         * assembly.c, image.h: add some support for assemblies
35805         with multiple modules.
35806         * class.c, class.h: export mono_class_from_typeref().
35807         * loader.c: remove duplicated code and use mono_class_from_typeref(),
35808         instead.
35809
35810 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35811
35812         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
35813         documentation says (the ECMA one is correct).
35814
35815 2002-05-02  Dick Porter  <dick@ximian.com>
35816
35817         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
35818         Don't name the synchronisation mutex.
35819
35820 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
35821
35822         * rand.c
35823         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
35824         Make the prototypes match.
35825         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
35826         Same.
35827
35828         * icall.c
35829         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
35830         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
35831         all systems have tm.tm_zone, so use strftime() with %Z to print
35832         the timezone abreviation into a temp string.
35833
35834         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
35835         rather than mono_array_addr() on a MonoString on Big Endian
35836         machines.
35837
35838 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
35839
35840         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
35841         fix bug 24041
35842
35843 2002-04-30  Dick Porter  <dick@ximian.com>
35844
35845         * socket-io.c: Cope with SOCKET being an integer rather than a
35846         pointer now.
35847
35848         * threads.c: Added Thread_free_internal, to deal with thread
35849         handle cleanup.  Moved calls to handle_store() and handle_remove()
35850         to start_wrapper(), so each can only be called once.  Allocate
35851         synchronisation blocks with GC_malloc(), and use GC finalisation
35852         to close the handles.
35853
35854         * icall.c: added System.Threading.Thread::Thread_free_internal
35855
35856 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35857
35858         * icall.c: support Environment.Exit, CommandLineArgs().
35859
35860 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35861
35862         * object.c, object.h: added mono_runtime_run_main () and
35863         mono_runtime_get_main_args () for use in System.Environment.
35864
35865 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35866
35867         * gc.c: fix thinko, enable actual finalization since the jit is now
35868         fixed.
35869
35870 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35871
35872         * gc.c, object.c: take into account that an object may be offset wrt the address
35873         returned by GC_malloc().
35874
35875 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
35876
35877         * image.c: handle files without entries in the assembly table (modules).
35878
35879 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
35880
35881         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
35882         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
35883         allowed to be null when it's System.Object class setup.
35884
35885 2002-04-27  Martin Baulig  <martin@gnome.org>
35886
35887         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
35888         if `tb->parent == NULL' rather than crashing.
35889
35890 2002-04-28  Nick Drochak  <ndrochak@gol.com>
35891
35892         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
35893         calling acos() where asin() should have been called.
35894
35895 2002-04-26  Martin Baulig  <martin@gnome.org>
35896
35897         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
35898         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
35899         there's a subdirectory called `System', but we don't want to read that
35900         subdirectory as an assembly.
35901
35902 2002-04-25  Martin Baulig  <martin@gnome.org>
35903
35904         * debug-symfile.c: Reflect latest MonoString changes.
35905
35906 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
35907
35908         * rand.c, rand.h: instance method icalls need to have an explicit
35909         this pointer as first argument in the C implementation.
35910
35911 2002-04-25  Nick Drochak <ndrochak@gol.com>
35912
35913         * icall.c: Fix typo in map for GetNonZeroBytes
35914
35915 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35916
35917         * string-icalls.c : String does now passes unit tests without any 
35918         errors, the following changes has been made:
35919         
35920         Implemented replace methods.
35921         Renaming of methods to (try) follow the standard.
35922         Fixed compare ordinal
35923         Made all memory allocated directly to function instead of via icall function.
35924         Small performance fix in is_in_array function
35925                         
35926  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
35927
35928         c (mono_string_Internal_ctor_charp_int_int):
35929         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
35930         sindex < 0, throw ArgumentOutOfRangeException instead of
35931         ArgumentNullException.
35932
35933         Added new check for length == 0, however
35934         I need to make it return String.Empty from the C code.
35935         
35936         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
35937         that calculate the length for us here.
35938         
35939         (mono_string_Internal_ctor_sbytep_int_int): Replaced
35940         mono_string_new_utf16 with mono_string_new, since value is utf8.
35941
35942 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35943
35944         * object.c: register the object for finalization if needed.
35945         Allocate one more char in the string for the terminating 0 char.
35946
35947 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35948
35949         * class.c, class.h, image.c: check if a type implemenst a destructor.
35950         Use the proper key for array class lookups.
35951         * icall.c: register the icalls in the System.GC class.
35952         * gc.c, gc.h: GC-related functions and icalls.
35953
35954 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35955
35956         * icall.c:
35957         * socket-io.c:
35958         * unicode.c: free some strings gotten from mono_string_to_utf8 and
35959         changed a couple of free () by g_free ().
35960
35961         * decimal.c: one-liner in the comments for decimal2string ().
35962
35963 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35964
35965         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
35966
35967 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35968
35969         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
35970         * object.c (mono_runtime_invoke_array) : handle null in params
35971
35972 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35973
35974         * string-icalls.c: fixed bug in split (one off bug)
35975
35976 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35977
35978         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
35979         * icalls.c: added String::Equals as internal method
35980
35981 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35982
35983         * threads.c: fixed bug in the double interlocked functions
35984
35985 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
35986
35987         * threads.c: implemented all of the new interlocked icalls.
35988         * string-icalls.c: fix a bug in insert.
35989         * icalls.c: added the icalls for interlocked, removed old string functions.
35990         
35991 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
35992
35993         * loader.c: fix off-by-one error when reading argument names.
35994
35995 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35996
35997         * profiler.c: win32 counter implementation (untested).
35998         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
35999         (the latter needs testing and more complete impl. from win32 folks).
36000
36001 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
36002
36003         * object.c: mono_array_new_full workaround mono_array_class_get
36004         problem.
36005
36006 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
36007
36008         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
36009         * object.h (mono_string_chars): Changed casting type.
36010
36011 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
36012
36013         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
36014                            method signatures to use gunichar2 instead of gint16.
36015
36016 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
36017
36018         * object.h, object.c: domain-specific versions of mono_object_new and
36019         mono_array_new.
36020
36021 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
36022
36023         * object.c: changed String layout
36024
36025         * string-icalls.c (mono_string_Internal_ctor_chara): added
36026         internal string constructors.
36027
36028 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
36029
36030         * threads.c: pass 'this' to the thread start routine.
36031
36032 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
36033
36034         * string-icalls.c: fix IndexOf and LastIndexOf. Now
36035         InternalCompareStr don't call twice mono_string_cmp_char for the last
36036         character. Improved performance in mono_string_cmp_char.
36037
36038 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
36039
36040         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
36041         code into its own library: libmonoruntime.
36042
36043 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
36044
36045         * object.h, object.c: changed array format so that szarrays do not
36046         require a bounds structure.
36047         * icall.c, appdomain.c: support for new szarray format.
36048
36049 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
36050
36051         * metadata.c: compare also the retuns type when comparing signatures:
36052         we didn't do this as an optimization since really overloaded methods
36053         must differ also in the arguments, but this doesn't work with
36054         low-level IL code (or when using explicit conversion operators: see
36055         bug#23498 for an example).
36056
36057 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
36058
36059         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
36060
36061 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
36062
36063         * icall.c: make MonoType::GetElementType its own icall.
36064
36065 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
36066
36067         * icall.c: remove MonoMethod_get_Name().
36068         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
36069         object.
36070
36071 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
36072
36073         * string-icalls.c: optimized a few methods.
36074
36075 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
36076
36077         * icall.c: added all new string internal calls
36078         * string-icalls.c: added, new string internal call implementation.
36079         * object.c: added mono_string_new_size for allocating a string a size
36080
36081 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
36082
36083         * object.c (mono_object_isinst): use the same code as in the
36084         optimized x86 version.
36085
36086 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
36087
36088         * profiler.c: TSC-based timer code (faster and more accurate).
36089         Not hooked up in configure, yet (set USE_X86TSC to 1).
36090
36091 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
36092
36093         * profiler.c, profiler.h: track time spent compiling methods.
36094         * threads.c: track thread creation/destruction.
36095
36096 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
36097
36098         * profiler.c, profiler.h, profiler-private.h: profiling interface
36099         and sample implementation. Moved here so that it can be used also by
36100         the jit.
36101
36102 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
36103
36104         * reflection.c, reflection.h: keep types and other handles separate in
36105         the hash tables for referred tokens. Add guid for modules.
36106
36107 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
36108
36109         * assembly.c: fix bugs found with valgrind.
36110         * metadata.h, metadata.c: added mono_metadata_guid_heap().
36111
36112 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
36113
36114         * threads: added icall support for getting current domain for
36115                    the thread.
36116  
36117 2002-04-13  Martin Baulig  <martin@gnome.org>
36118
36119         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
36120         (MonoDebugVarInfo): Added `index' field for register based addresses.
36121         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
36122         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
36123         `MonoDebugVarInfo *params' and `guint32 this_offset' with
36124         `MonoDebugVarInfo *this_var'.
36125
36126         * debug-symfile.c (relocate_variable): New static function to write
36127         a location description for a local variable or method parameter.
36128
36129 2002-04-12  Martin Baulig  <martin@gnome.org>
36130
36131         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
36132         stack offset and begin/end scope address of a local variable.
36133         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
36134         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
36135         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
36136
36137         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
36138         Added new relocation types for start/end scope of a local variable.
36139
36140 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
36141
36142         * object.h: add mono_object_domain() macro.
36143         * reflection.c: handle typespecs.
36144         * icall.c: MonoMethod::get_Name() implementation.
36145
36146 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
36147
36148         * icall.c: String::GetHashCode() icall implementation.
36149
36150 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
36151
36152         * icall.c: String::IndexOfAny icall.
36153         * object.c, object.h: make array->max_length more useful.
36154         Intrduced mono_object_class() and mono_string_length() macros.
36155
36156 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
36157
36158         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
36159         instead of g_unichar_isdigit.
36160
36161 2002-04-11  Nick Drochak  <ndrochak@gol.com>
36162
36163         * icall.c: Implement a simple Double.ToString().
36164
36165 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
36166
36167         * appdomain.h: only io-layer.h is supposed to be included.
36168         * icall.c: explicitly import environ. Fix warning.
36169
36170 2002-04-10  Nick Drochak  <ndrochak@gol.com>
36171
36172         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
36173                 return true even if it's not Daylight Savings time.
36174                 Only return false for the case where the function isn't
36175                 implemented for a plaform (read Windows).
36176
36177 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
36178
36179         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
36180         data with a mutex.
36181
36182 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
36183
36184         * mempool.c (mono_mempool_alloc): only use g_malloc when
36185         absolutely necessary.
36186
36187 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
36188
36189         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
36190
36191         * class.c (mono_class_vtable): use domain mempool to allocate vtable
36192         (mono_class_proxy_vtable): use domain mempool
36193
36194 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
36195
36196         * appdomain.h, appdomain.c: split initialization that requires the
36197         execution engine support into mono_runtime_init().
36198
36199 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
36200
36201         * class.c (mono_class_init): don't include vtable inside MonoClass
36202         to save some memory, gather some statistics.
36203         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
36204
36205 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
36206
36207         * icall.c: internalcall implementation for ValueType.Equals().
36208
36209 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
36210
36211         * object.c (mono_message_init): moved 
36212         (mono_runtime_exec_main): new arch. independent impl.
36213         (mono_runtime_invoke_array): new method - like
36214         mono_runtime_invoke, but you can pass an array of objects.
36215         (mono_remoting_invoke): new arch. independent impl.
36216         (mono_message_invoke): new arch. independent impl.
36217         (mono_runtime_class_init): new arch. independent impl.
36218         (mono_runtime_object_init): new arch. independent impl.
36219
36220 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
36221
36222         * metadata.c, object.c, reflection.c: documented the exported
36223         functions.
36224
36225 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
36226
36227         * icall.c: simpler code to pass the assembly builder data to corlib.
36228         Implement GetNestedTypes() internalcall.
36229
36230 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
36231
36232         * class.c: warn if a type can't be loaded.
36233
36234 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
36235
36236         * image.h: typedef MonoImageOpenStatus
36237         * types.h: removed unused file
36238         
36239 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
36240
36241         * icall.c: Enum_ToObject accepts enum value arguments.
36242
36243 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
36244
36245         * class.c: move initialization of properties, events and nested
36246         classes, so that they happen for interfaces, too.
36247
36248 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
36249
36250         * icall.c: cleanup some ugly casts in Array_SetValue*.
36251
36252 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
36253
36254         * icall.c: the values array fro enums is of the correct type, now.
36255         Implement (correctly) getFullName instead of assQualifiedName for
36256         MonoType.
36257         * reflection.h, reflection.c: added mono_type_get_name ().
36258
36259 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
36260
36261         * assembly.c, image.h: for each MonoImage, record from wich assembly
36262         it was loaded.
36263         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
36264         Make Type.Assembly work.
36265
36266 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
36267
36268         * debug-symfile.h: use char* instead of gpointer to avoid
36269         unnecessary casts.
36270
36271         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
36272
36273         * icall.c (ves_icall_InternalExecute): impl. FielSetter
36274         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
36275
36276 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
36277
36278         * icall.c (mono_message_init): impl. (code cleanup)
36279         (ves_icall_InternalExecute): impl. FieldGetter
36280
36281         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
36282         defined we call all (non-static)methods through the vtable. 
36283
36284 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
36285
36286         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
36287         finalizer even though the memory is still referenced (and the chunk of
36288         memory is not freed).
36289
36290 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
36291
36292         * assembly.c: fix brokeness.
36293
36294 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
36295
36296         * class.c: kill some warnings. Check explicit interface method
36297         implementation also without considering the namespace.
36298         Load also literal strings in static class data.
36299
36300 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
36301
36302         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
36303         (default_assembly_name_resolver): Make the resolver take the
36304         "base" directory where the assembly was originally defined, so we
36305         can load DLLs that are in the same directory as the assembly that
36306         is being referenced.
36307
36308 2002-03-28  Dick Porter  <dick@ximian.com>
36309
36310         * file-io.h: 
36311         * file-io.c:
36312         * socket-io.c: 
36313         * unicode.h: 
36314         * unicode.c: Warning cleanups
36315
36316 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
36317
36318         * object.h, reflection.h: use the correct type instead of MonoObject.
36319
36320 2002-03-28  Martin Baulig  <martin@gnome.org>
36321
36322         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
36323         (mono_debug_update_symbol_file): Initialize classes if necessary.
36324
36325 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
36326
36327         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
36328         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
36329
36330 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
36331
36332         * assembly.h: fix function prototype.
36333         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
36334         * mono-endian.h: use const cast.
36335
36336 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
36337
36338         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
36339
36340 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
36341
36342         * loader.c: don't assert when a typeref can't be loaded, give
36343         a chance to the runtime to trow an exception instead.
36344         * loader.h: fix warning.
36345
36346 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
36347
36348         * class.c (mono_class_proxy_vtable): added proxy support
36349
36350 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
36351
36352         * icall.c: removed last of PAL calls, added System.Environment
36353         * file-io.h, file-io.c: MonoIO implementation
36354         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
36355
36356 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
36357
36358         * appdomain.c: do not use the byte marker in ldstr table lookup.
36359         * debug-helpers.c: allow two ':' to separate class and method name.
36360         * object.c: allocate arrays bounds with the GC, too.
36361         * verify: add a few more checks.
36362
36363 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
36364
36365         * reflection.c: output also literal strings. Allocate parameter data
36366         with GC_malloc() (thanks, Martin, for catching this!).
36367
36368 2002-03-26  Martin Baulig  <martin@gnome.org>
36369
36370         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
36371         include the `this' offset in the `param_offsets'.
36372
36373 2002-03-25  Martin Baulig  <martin@gnome.org>
36374
36375         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
36376         mono_debug_get_class() function to get the classes. Added new
36377         relocation types for arrays and strings.
36378         (mono_debug_get_class): New static function to search in all
36379         referenced assemblies for a metadata token.
36380
36381         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
36382
36383 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
36384
36385         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
36386         hold gc-allocated objects. Make the string heap a stream like the
36387         others. Removed duplicated code when writing stream info.
36388         Added asserts to catch possible buffer overflows. Set the sorted map
36389         for tables that need sorting. Added some documentation.
36390
36391 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
36392
36393         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
36394         for interned strings and vtables.
36395
36396 2002-03-24  Martin Baulig  <martin@gnome.org>
36397
36398         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
36399         it in the array since it was created with g_slist_prepend().
36400
36401 2002-03-24  Martin Baulig  <martin@gnome.org>
36402
36403         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
36404         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
36405         (mono_debug_method_from_token): Renamed to
36406         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
36407         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
36408
36409         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
36410         relocation types.
36411
36412         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
36413
36414 2002-03-24  Martin Baulig  <martin@gnome.org>
36415
36416         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
36417         (mono_debug_method_from_token): New func.
36418
36419         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
36420         New interncall, calls mono_debug_local_type_from_signature().
36421         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
36422         calls mono_debug_method_from_token().
36423
36424 2002-03-23  Martin Baulig  <martin@gnome.org>
36425
36426         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
36427         specifies the number of bytes to be converted, not the array size.
36428         Return the number of chars, not the number of bytes.
36429         (ves_icall_iconv_get_chars): The `byteCount' argument
36430         specifies the number of bytes to be converted, not the array size.
36431
36432 2002-03-23  Martin Baulig  <martin@gnome.org>
36433
36434         * reflection.h (MonoReflectionSigHelper): New type.
36435
36436         * reflection.c (mono_reflection_sighelper_get_signature_local),
36437         (mono_reflection_sighelper_get_signature_local): New functions.
36438
36439         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
36440         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
36441         interncalls.
36442
36443 2002-03-23  Martin Baulig  <martin@gnome.org>
36444
36445         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
36446         is_writeable is set.
36447         (mono_raw_buffer_update): New function to write the modified map
36448         back to disk.
36449
36450         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
36451
36452         * debug-symfile.c (mono_debug_update_symbol_file): Call
36453         mono_raw_buffer_update() when done writing.
36454
36455 2002-03-23  Martin Baulig  <martin@gnome.org>
36456
36457         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
36458
36459         * debug-symfile.c: Added support for arguments and local variables.
36460
36461 2002-03-23  Dick Porter  <dick@ximian.com>
36462
36463         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
36464         protected by ifdefs, hence breaking the w32 build.
36465
36466 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36467
36468         * object.c: implement is_interned() the right way.
36469
36470 2002-03-21  Martin Baulig  <martin@gnome.org>
36471
36472         * debug-symfile.[ch]: New files to handle debugging information
36473         files. There's also support to dynamically update these symbol
36474         files to include machine dependent information.
36475
36476 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
36477
36478         * threads.c (mono_thread_create): new function to create thread
36479         from C
36480
36481 2002-03-20  Martin Baulig  <martin@gnome.org>
36482
36483         * icall.c (ves_icall_InternalInvoke): Create a new object if the
36484         method is a constructor.
36485         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
36486         points to ves_icall_InternalInvoke().
36487
36488 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
36489
36490         * file-io.c: Flush shouldn't throw exceptions.
36491
36492 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
36493
36494         * file-io.c: FileStream flush support; FileSetLength now
36495         restores file pointer.
36496
36497 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
36498
36499         * class.c: set image for pointer classes.
36500
36501 2002/03/19  Nick Drochak <ndrochak@gol.com>
36502
36503         * sysmath.c: Forgot one.
36504
36505 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
36506
36507         * sysmath.c: Avoid redefining existing names.
36508
36509 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
36510
36511         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
36512         handled by runtime as icall rather than dllimport from libm.so
36513         * file-io.c, file-io.h: fixed handle argument type.
36514
36515 2002-03-18  Dick Porter  <dick@ximian.com>
36516
36517         * reflection.c (mono_image_get_type_info): rename interface to
36518         iface, because of "#define interface struct" on windows.
36519
36520 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
36521
36522         * class.c, class.h: rename and export mono_ptr_class_get().
36523         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
36524         * reflection.c, reflection.h, icall.c: better/saner type name
36525         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
36526         method signatures.
36527
36528 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
36529
36530         * class.c (mono_class_init): removed hardcoded GHC_SLOT
36531
36532         * icall.c (ves_icall_InternalInvoke): impl.
36533
36534 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
36535
36536         * reflection.c: output the interface map table, too.
36537
36538 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
36539
36540         * class.c (class_compute_field_layout): separate computation of 
36541         static field layout
36542
36543 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
36544
36545         * icall.c: added System.Buffer support.
36546         * file-io.c: moved file icalls from PAL to FileStream.
36547
36548 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
36549
36550         * icall.c (ves_icall_System_Object_GetHashCode): impl.
36551
36552 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
36553
36554         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
36555
36556 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36557
36558         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
36559
36560 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
36561
36562         * debug-helpers.{c,h}: moved here from monograph some useful functions
36563         to locate a method by name/signature in a class or image. Included
36564         also a small and flexible IL disassembler.
36565
36566 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
36567
36568         * reflection.c: fixup tokens in methods with small header size, too.
36569
36570 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
36571
36572         * object.c (mono_string_to_utf8): remove assert(!error), instead
36573         print a warning. 
36574
36575 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
36576
36577         * icall.c: update to the new mono_Array_class_get interface.
36578
36579 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
36580
36581         * appdomain.c, object.c: Boehm-GC enable.
36582         * icall.c: make get_data_chunk() support split data requests.
36583         Ensure a class is initialized in more cases. Return only the first
36584         property found in GetProperties() or the compiler gets confused. 
36585         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
36586         * reflection.h, reflection.c: add fixup mechanism for field and method
36587         tokens. Initialize assembly->typeref in a single place. Output
36588         properties after events. Support custom attributes for events, too.
36589         Typo fix for paramter custom attrs.
36590
36591 2002-03-07  Martin Baulig  <martin@gnome.org>
36592
36593         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
36594
36595 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
36596
36597         * class.c (mono_array_class_get): fix. for multi. dim. arrays
36598
36599 2002-03-06  Martin Baulig  <martin@gnome.org>
36600
36601         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
36602         non-zero lower bounds. See testcases #F10-#F13.
36603
36604 2002-03-05  Martin Baulig  <martin@gnome.org>
36605
36606         * exception.c (mono_get_exception_argument_out_of_range): New exception.
36607
36608         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
36609         ves_icall_System_Array_GetValue(), only calculate the absolute array position
36610         here.
36611         (ves_icall_System_Array_SetValue): Likewise.
36612         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
36613         as argument and does the actual work. This function is used when copying a
36614         multi-dimensional array.
36615         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
36616         now do all the widening conversions of value types.
36617         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
36618
36619 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36620
36621         * class.c: remove some magic numbers and use the smbolic names,
36622         instead. Added init_events() to load event info at class init time.
36623         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
36624         and mono_metadata_methods_from_event().
36625         * reflection.h, reflection.c: added support for writing out the evnets
36626         related information.
36627
36628 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
36629
36630         * reflection.h, icall.c: use a different method (GetInterfaces)
36631         to gather interface info and add isbyref, isprimitive and
36632         ispointer to the ves_icall_get_type_info() return value.
36633
36634 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
36635
36636         * class.h: stared adding support for events.
36637         * icall.c: split find_members implementation. Added debug icall to get
36638         the address of an object.
36639         * reflection.c: handle TypeBuilders in mono_type_get_object().
36640
36641 2002-03-01  Martin Baulig  <martin@gnome.org>
36642
36643         * icall.c (ves_icall_System_Array_GetLength): This must throw an
36644         ArgumentOutOfRangeException(), not an ArgumentException().
36645         (ves_icall_System_Array_GetLowerBound): Likewise.
36646         (ves_icall_System_Array_GetValue): Improved argument checking.
36647         (ves_icall_System_Array_SetValue): Improved argument checking.
36648
36649 2002-03-01  Martin Baulig  <martin@gnome.org>
36650
36651         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
36652         called with invalid arguments rather than just dying with g_assert().
36653         (ves_icall_System_Array_SetValue): Likewise.
36654         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
36655         raise a NotImplementedException instead.
36656         (ves_icall_System_Array_GetLength): Added argument checking.
36657         (ves_icall_System_Array_GetLowerBound): Added argument checking.
36658
36659 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
36660
36661         * object.h (mono_assert): new macros mono_assert and
36662         mono_assert_not_reached
36663
36664 2002-02-28  Martin Baulig  <martin@gnome.org>
36665
36666         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
36667         and "System::String::IsInterned" to "System::String::_IsInterned".
36668
36669 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
36670
36671         * icall.c: remove hacks for typebuilder. Added icall to create a
36672         modified type from a tybebuilder.
36673         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
36674         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
36675         to create a backing MonoClass for a TypeBuilder.
36676
36677 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36678
36679         * class.c, class.h: more refactoring of class init.
36680         Export mono_class_setup_mono_type() and mono_class_setup_parent().
36681
36682 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
36683
36684         * marshal.c, marshal.h: start of marshaling interface.
36685
36686 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
36687
36688         * icall.c: fix order in assembly qualified name icall.
36689
36690 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
36691
36692         * class.c: do not free str, since we store it in the hash table.
36693         * reflection.h: add label field to MonoILExceptionInfo.
36694         * reflection.c: handle references to more than one assembly. Handle
36695         case when there isn't a module created in the assembly.
36696
36697 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
36698
36699         * class.c: Fix typo. Start refactoring of class init code.
36700
36701 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
36702
36703         * appdomain.c: exit with 1 on error.
36704         * class.c: we already have the name in MonoClassField.
36705         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
36706         MonoStreamHeader instead of an offset of image->raw_metadata.
36707
36708 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
36709
36710         * appdomain.c (mono_init): Be even more descriptive about the error.
36711
36712 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
36713
36714         * appdomain.c: give the user an informative message when corlib can't
36715         be loaded.
36716
36717 2002-02-26  Martin Baulig  <martin@gnome.org>
36718
36719         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
36720         New icall to get the time zone data.
36721
36722 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36723
36724         * reflection.c: set virtual and raw size of section correctly.
36725         * threads.c: transfer domain information to newly created threads.
36726
36727 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
36728
36729         * class.c: when instancing a class in a domain, load the default
36730         vaules for static fields from the constant table. Fix System.Enum to
36731         not be an enum.
36732         * icall.c: implement Object::GetType() internalcall. Implemented
36733         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
36734         Fixed checking of binding flags in find_members().
36735         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
36736         * reflection.c: handle enumerations when writing to the constant
36737         table. Use a different object cache for types.
36738
36739
36740 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
36741
36742         * object.c (mono_object_isinst): fix for arrays
36743
36744         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
36745
36746 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
36747
36748         * object.c: don't use mprotect ()  and fix intern pool hash table
36749         lookup for big endian systems.
36750
36751 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
36752
36753         * icall.c: change type_is_subtype_of () signature.
36754
36755 2002-02-21  Mark Crichton  <crichton@gimp.org>
36756
36757         * rand.c, rand.h: Added random number generator for
36758         System.Security.Cryptography classes.
36759
36760         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
36761
36762         * icall.c: Added System.Security.Cryptography calls.
36763
36764 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
36765
36766         * class.c, icall.c, metadata.c: better support for pointer types.
36767         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
36768         * reflection.c: Add support for getting custom attrs for properties
36769         and simplify some code.
36770
36771 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
36772
36773         * icall.c: change getToken () and add custom attribute GetBlob()helper
36774         method.
36775         * reflection.h: add custom attrs array to the reflection builder structures.
36776         * reflection.c: encode and emit custom attributes for all the relevant
36777         reflection objects. Cache fieldref and methodref tokens. Change
36778         mono_image_create_token() interface to take a MonoDynamicAssembly.
36779         More complete custom attributes decoder. Load custom attributes for
36780         Assembly, Field, Method and Constructor objects, too. Make the
36781         returned array an Attribute[] one, not object[]. Added
36782         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
36783         custom attribute constructor.
36784
36785 2002-02-20  Dick Porter  <dick@ximian.com>
36786
36787         * icall.c:
36788         * rawbuffer.c:
36789         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
36790         problem code out for now).
36791
36792 2002-02-19  Radek Doulik  <rodo@ximian.com>
36793
36794         * object.c (mono_ldstr): use hash table to avoid multiple swapping
36795
36796 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
36797
36798         * icall.c: register the GetCustomAttributes method.
36799         * object.c, object.h: add mono_string_new_len ().
36800         * reflection.h, reflection.c: added mono_runtime_invoke(),
36801         mono_install_runtime_invoke(). Added
36802         mono_reflection_get_custom_attrs () to load custom attributes and
36803         create the attribute objects.
36804
36805 2002-02-19  Dick Porter  <dick@ximian.com>
36806         * threads-dummy-types.c:
36807         * threads-dummy-types.h:
36808         * threads-dummy.c:
36809         * threads-dummy.h:
36810         * threads-pthread-types.c:
36811         * threads-pthread-types.h:
36812         * threads-pthread.c:
36813         * threads-pthread.h:  Deleted obsolete files
36814
36815 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
36816
36817         * class.c (mono_class_vtable): runtime init the class when we
36818         allocate static class data.
36819
36820         * icall.c (ves_icall_System_Array_SetValue): check for null values.
36821
36822         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
36823         and String - but we will need generic marshalling support in the
36824         future. 
36825         (mono_init): set the domain name in a ms compatible way
36826
36827         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
36828         String[].
36829
36830 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
36831
36832         * object.c (mono_array_clone): use alloca() instead of g_malloc  
36833         for sizes
36834
36835         * appdomain.c (mono_domain_unload): impl.
36836
36837 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36838
36839         * appdomain.c, object.c: fix intern pool implementation.
36840         * class.c: fix alignment code.
36841
36842 2002-02-16  Radek Doulik  <rodo@ximian.com>
36843
36844         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
36845         and s2 > s1, just copy lower bytes to be compatible with little
36846         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
36847         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
36848
36849         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
36850         force big_endian to be 1 for big endian machines 
36851         (ves_icall_iconv_new_decoder): ditto
36852
36853 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
36854
36855         * socket-io.c (convert_sockopt_level_and_name): If the system
36856         doesn't define SOL_IP or SOL_TCP, get them by hand using
36857         getprotobyname() and caching the values (because this could be a
36858         slow operation).
36859         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
36860         Use the appropriate struct when the system does support it. Ie,
36861         not all systems have struct ip_mreqn so use struct ip_mreq when
36862         appropriate.
36863
36864 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
36865
36866         * reflection.c: handle finally clauses.
36867
36868 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
36869
36870         * socket-io.c: use g_snprintf() instead of snprintf.
36871
36872 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36873
36874         * reflection.c (mono_param_get_objects): Cast second argument to
36875         mono_method_get_param_names to a const char** to silence the
36876         compiler warning.
36877
36878         * appdomain.c (mono_domain_assembly_open): Put parens around the
36879         truth statement in the for-loop.
36880
36881         * unicode.c (iconv_convert): Got rid of a compiler warning about
36882         int i being unused when the system has a new iconv.
36883         (iconv_get_length): Same.
36884
36885         * image.c (load_class_names): Cast the second argument to
36886         g_hash_table_insert() to char* to hush compiler warnings about the
36887         arg being a const.
36888         (mono_image_open): Same here.
36889
36890         * socket-io.c: Don't conditionally include sys/filio.h or
36891         sys/sockio.h here anymore since we now get them from
36892         io-layer/io-layer.h
36893         (inet_pton): If the system doesn't support inet_aton, implement
36894         using inet_addr and also #define INADDR_NONE if it isn't defined
36895         by the system.
36896
36897 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
36898
36899         * metadata.c, metadata.h: added function to get packing and size info
36900         of a typedef.
36901         * reflection.h, reflection.c: handle field RVA data. Save info about
36902         the table layout if needed. Assign typedef indexes to all the types
36903         before dumping the info about them to avoid forward reference problems.
36904
36905 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
36906
36907         * socket-io.c (convert_sockopt_level_and_name): ifdef
36908         SO_ACCEPTCONN because it is not defined on my system (old debian)
36909
36910 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
36911
36912         * opcode.c: use stddef.h to get NULL.
36913
36914 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36915
36916         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
36917         for FIONBIO, FIONREAD and SIOCATMARK.
36918         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
36919         define INADDR_NONE and besides, inet_addr() is deprecated and
36920         should not be used. Use inet_pton() instead - it also has the
36921         added bonus that it can easily handle IPv6 addresses as well.
36922         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
36923
36924 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
36925
36926         * decimal.c: remove _MSC_VER conditional.
36927
36928 2002-02-13  Dick Porter  <dick@ximian.com>
36929
36930         * socket-io.c: 
36931         * icall.c: Internal calls for Blocking, Select, Shutdown,
36932         GetSocketOption and SetSocketOption
36933
36934 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36935
36936         * assembly.cs: better resolver: use it instead of some kludgy
36937         code.
36938
36939 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
36940
36941         * reflection.c: the best way to speed-up the compiler is to avoid
36942         infinite loops.
36943
36944 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
36945
36946         * class.c (mono_class_vtable): changed the object layout
36947         (obj->vtable->class). 
36948         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
36949
36950 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36951
36952         * assembly.c: look for assemblies in the assembly dir, too.
36953
36954 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36955
36956         * class.c: fix thinko in mono_class_from_type().
36957
36958 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36959
36960         * exception.h, exception.c: added TypeLoadException.
36961         * object.h, object.c: added mono_array_clone ().
36962         * icall.c: handle throwOnError in AssemblyGetType().
36963         Added Array.Clone().
36964         * opcode.h, opcode.c: use a single value for the opcode val.
36965         Compile fix for non-gcc compilers.
36966
36967 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
36968
36969         * opcodes.c, opcodes.h: export interesting info about opcodes.
36970
36971 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
36972
36973         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
36974         icalls. 
36975
36976         * class.c (class_compute_field_layout): set element_class for enums
36977         (mono_class_create_from_typedef): set element_class for normal classes
36978
36979         * icall.c (ves_icall_System_Enum_get_value): impl.
36980
36981         * class.c (mono_class_create_from_typedef): do not set valuetype
36982         flag for System.ValueType and System.Enum
36983
36984 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
36985
36986         * unicode.c (iconv_convert): fix big endian problem.
36987
36988 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36989
36990         * class.c: add asserts if we are ever going to scribble over memory.
36991         * socket-io.c: not all systems have AF_IRDA defined.
36992
36993 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
36994
36995         * class.c (class_compute_field_layout): do not consider static
36996         fields to compute alignment
36997
36998 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
36999
37000         * appdomain.c (mono_appdomain_get): impl.
37001         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
37002
37003 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
37004
37005         * icall.c: ignore "file://" prefix when loading an assembly.
37006
37007 2002-01-23  Dick Porter  <dick@ximian.com>
37008
37009         * socket-io.c:
37010         * icall.c:
37011         * Makefile.am: Added socket support
37012
37013 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
37014
37015         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
37016         code back.  This should return the assemblies that are loaded by
37017         the runtime on behalf of an application domain. 
37018
37019         The current implementation is still broken, it just returns every
37020         assembly loaded, but until we get real applications domain this
37021         will do.
37022
37023 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
37024
37025         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
37026         AppDomain object.
37027
37028 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
37029
37030         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
37031         the mono_class_from_name lookup.
37032         (ves_icall_get_parameter_info): ditto.
37033         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
37034         method.
37035         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
37036
37037 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
37038
37039         * class.c: load also nested classes on class init.
37040         System.ValueType instance methods gets passed boxed
37041         values, unless methods in derived classed that get a pointer to the
37042         data.
37043         * icall.c: use better name parsing code in GetType().
37044         * image.c, image.h: add mono_image_loaded ().
37045         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
37046         * reflection.c, reflection.h: added mono_reflection_parse_type().
37047
37048 2002-01-22  Veronica De Santis <veron78@interfree.it>
37049
37050         * icall.c : Added mapping of internal calls for Manual and Auto reset events
37051         * threads.c : Added the implementation of internal calls for events
37052         * threads.h : Added prototypes of internal calls for events
37053         
37054 2002-01-21  Radek Doulik  <rodo@ximian.com>
37055
37056         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
37057
37058 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
37059
37060         * class.c (mono_class_init): set min_align to 1 (instead of 0)
37061         (mono_class_value_size): use min_align
37062
37063 2002-01-20  Dick Porter  <dick@ximian.com>
37064
37065         * threads.h:
37066         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
37067         so it compiles on w32.
37068
37069 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
37070
37071         * metadata.c (mono_type_stack_size): impl.
37072
37073         * class.c (mono_class_get_field): impl. memberref token
37074
37075 2002-01-16 Veronica De Santis <veron78@@interfree.it>
37076
37077         * icall.h : Added the internal calls mapping for CreateMutex_internal
37078                     and ReleaseMutex_internal.
37079         * threads.h : Added the prototype of mutexes internal calls.
37080         * threads.c : Added the implementations of mutexes internal calls.
37081
37082 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
37083
37084         * metaparse.h: removed unused file.
37085         * reflection.c, reflection.h: added stream_data_align () function 
37086         to align data in streams and keep stream aligned. Add support for
37087         exception support in method headers.
37088
37089 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
37090
37091         * unicode.c: make iconv_convert () return the number of bytess written
37092         in the output buffer.
37093
37094 2002-01-15  Dick Porter  <dick@ximian.com>
37095         * threads.c: Make the runtime's idea of infinite timeouts coincide
37096         with the class library's
37097
37098         Fix a particularly egregious bug in mono_thread_cleanup(). That
37099         code was so utterly bogus it must have been written on a Monday.
37100
37101 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
37102
37103         * reflection.h: add subtypes field to TypeBuilder.
37104         * reflection.c: encode constants for literal fields.
37105         Handle subtypes. Fix user string token (and add a zero byte)
37106         at the end.
37107         
37108 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
37109
37110         * class.c (mono_class_init): bug fix: assign slot numbers for
37111         abstract methods.
37112
37113 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
37114
37115         * reflection.c: don't try to output a code RVA for abstract methods.
37116         Small fixes for method header format. Output parameter info to the
37117         ParamDef table. Save method overriding info to MethodImpl table.
37118         Fix property support. Allow typedef.extends to be a type in the
37119         building assembly.
37120         * verify.c: fix off-by-one error.
37121
37122 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
37123
37124         * class.c: fix mono_class_from_mono_type () for szarray types.
37125         Remove unused cache check in mono_class_from_type_spec().
37126         * icall.c: *type_from_name () functions handle simple arrays and byref.
37127         * reflection.c: handle byref and szarray types. Handle methods without
37128         body (gets P/Invoke compilation working). Handle types and fields in
37129         get_token ().
37130         * reflection.h: add rank to MonoTypeInfo.
37131
37132 2002-01-10  Dick Porter  <dick@ximian.com>
37133
37134         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
37135         internal calls
37136
37137 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
37138
37139         * icall.c: initialize class in type_from_handle ().
37140         Loop also in parent classes for get_method ().
37141         * reflection.c: properly encode class and valuetype types.
37142         Start on encoding TypeBuilder types. Handle fieldrefs.
37143         Use correct length when registering a user string.
37144         Handle ConstructorBuilder and MonoMethod in get_token ().
37145         Make mono_type_get_object () aware of cached types.
37146         * object.c: back out change to mono_string_new ().
37147
37148 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
37149         * object.c: mono_string_new should return a NULL when the string 
37150         passed in is NULL -- not try to deference it.
37151         
37152 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
37153
37154         * icall.c: hack to make IsSubType work for TypeBuilders.
37155         * reflection.c: emit constructors before methods.
37156         Retrieve param names in mono_param_get_objects().
37157
37158 2002/01/05  Nick Drochak  <ndrochak@gol.com>
37159
37160         * Makefile.am: fix list of headers and sources so automake 1.5
37161         doesn't complain. Removed \# at end of list.
37162
37163 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
37164
37165         * reflection.c: get token for a method ref. Set return type of
37166         constructor to void.
37167         * loader.c: debug message.
37168         * class.c: typo fix.
37169
37170 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
37171
37172         * icall.c: fix array init with rank > 1. FindMembers
37173         loops in parent class as well.
37174         * image.c: do not insert nested types in name cache.
37175         * reflection.c: warning fix.
37176         * reflection.h: add override method (for interface impl).
37177
37178 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
37179
37180         * metadata.c: fix customattr decoding.
37181
37182 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
37183
37184         * rawbuffer.cs: Added native Win32 implementation, avoids using
37185         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
37186
37187 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
37188
37189         * class.c: make the low-level routines handle the cache.
37190
37191 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
37192
37193         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
37194
37195 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
37196
37197         * class.c: fix mono_array_element_size() for objects.
37198         * class.h, class.c: add properties to MonoClass and load them
37199         at init time.
37200         * icall.c: check with isinst() when assigning a value to an array
37201         instead of requiring the classes to match exactly.
37202         Implemented icall for System.Type::GetType().
37203         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
37204         enums. Handle bindingflags when looking for methods and fields.
37205         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
37206         and mono_metadata_methods_from_property().
37207         * reflection.h, reflection.c: added structures for propreties,
37208         parameters and enums. Implemented mono_property_get_object() and
37209         mono_param_get_objects().
37210
37211 2001-12-18  Dick Porter  <dick@ximian.com>
37212
37213         * file-io.c: Use mono_string_to_utf16() instead of
37214         mono_string_chars()
37215
37216         * object.c: Added mono_string_to_utf16(), which copies the non
37217         NULL-terminated MonoString into a new double-null-terminated
37218         buffer.
37219
37220 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
37221
37222         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
37223
37224 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
37225
37226         * file-io.c: raise exceptions if handle is invalid.
37227
37228 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
37229
37230         * assembly.c: yet another check for mscorlib.
37231         * class.c, class.h: load nesting info for classes.
37232         * icall.c: many new functions to support the Reflection classes.
37233         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
37234         * reflection.h, reflection.c: mono_image_create_token(),
37235         mono_assembly_get_object(), mono_type_get_object(),
37236         mono_method_get_object(), mono_field_get_object(): methods to return
37237         objects that parallel the C representation of assemblies, types,
37238         methods, fields.
37239
37240 2001-12-11  Dick Porter  <dick@ximian.com>
37241
37242         * icall.c:
37243         * file-io.c: Internal calls for file IO.
37244
37245 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
37246
37247         * tabledefs.h: missing FileAttributes.
37248         * verify.h, verify.c: use is_valid_string () to simplify and check for
37249         valid strings more correctly. Fix warnings and speeling.
37250         Check more tables: Filed, File, ModuleRef, StandAloneSig.
37251         Check code: branches, maxstack, method calls.
37252
37253 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
37254
37255         * object.c (mono_object_allocate): removed static, so that the jit
37256         can allocate value types.
37257
37258         * icall.c (ves_icall_System_DateTime_GetNow): impl.
37259
37260 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
37261
37262         * class.c: init enum types right away and register the
37263         token->MonoClass map in mono_class_create_from_typedef ().
37264         * verify.h, verify.c: first cut of the verifier.
37265         * pedump.c: add --verify switch to verify metadata tables.
37266         * tabledefs.h: add some missing enums.
37267
37268 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
37269
37270         * class.c (mono_install_runtime_class_init): impl.
37271         (mono_class_init): renamed mono_class_metadata_init to
37272         mono_class_init, also removed the metadata_inited flag
37273
37274         * object.c (mono_object_isinst): use faster algorithm
37275
37276 2001-11-30  Radek Doulik  <rodo@ximian.com>
37277
37278         * mono-endian.h: reverted last change
37279         added function prototypes
37280
37281         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
37282         add mono-endian.c back
37283
37284         * mono-endian.c: returned back, as Paolo pointed out, it's needed
37285         for unaligned access, I've mistaked it with endianess. I am
37286         sorry.
37287         (mono_read16): fix reverted endianess
37288         (mono_read64): ditto
37289         (mono_read32): ditto
37290
37291 2001-11-30  Dick Porter  <dick@ximian.com>
37292
37293         * exception.c: Implement mono_exception_from_name()
37294
37295 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
37296
37297         * metadata.h, metadata.c: remove params_size and locals_size and their
37298         calculation from the metadata code: they are only usefult to the
37299         interp.
37300
37301 2001-11-29  Radek Doulik  <rodo@ximian.com>
37302
37303         * object.c (mono_ldstr): swap bytes here, it's probably not the
37304         best place, but works for me now, I'll redo it once I know mono
37305         better, also note that I add PROT_WRITE and don't reset back, also
37306         note that it's only affects big endians, so x86 should be OK
37307
37308         * mono-endian.h (read16): use just glib macros for both endians
37309
37310         * mono-endian.c: removed as glib macros are used in in
37311         mono-endian.h so we don't need to care about endianess for read
37312         macros as glib does that for us already
37313
37314 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
37315
37316         * class.h, class.h: take minimum alignment into consideration so
37317         that the fields of a class remain aligned also when in an array.
37318
37319 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
37320
37321         * loader.h, loader.c: add mono_method_get_param_names().
37322         * class.c: 0-init class fields.
37323
37324 2001-11-26  Dick Porter  <dick@ximian.com>
37325
37326         * icall.c:
37327         * threads-types.h:
37328         * threads.c: New file that handles System.Threading on all platforms
37329
37330         * object.c: 
37331         * object.h: Remove the synchronisation struct from MonoObject,
37332         replace it with a pointer that gets initialised on demand
37333
37334         * Makefile.am: Replace all the system-specific threading code with
37335         a single file that uses the new wrapper library
37336
37337 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
37338
37339         * class.c, class.h: add mono_install_trampoline() so that the runtime
37340         can register a function to create a trampoline: removes the ugly
37341         requirement that a runtime needed to export arch_create_jit_trampoline.
37342         * object.h, object.c: added mono_install_handler() so that the runtime
37343         can install an handler for exceptions generated in C code (with
37344         mono_raise_exception()). Added C struct for System.Delegate.
37345         * pedump.c: removed arch_create_jit_trampoline.
37346         * reflection.c: some cleanups to allow registering user strings and
37347         later getting a token for methodrefs and fieldrefs before the assembly
37348         is built.
37349         * row-indexes.h: updates and fixes from the new ECMA specs.
37350
37351 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
37352
37353         * class.h, class.c: add enum_basetype field to MonoClass.
37354         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
37355         to get index in the constant table reated to a field, param or
37356         property.
37357         * reflection.h, reflection.c: handle constructors. Set public-key and
37358         version number of the built assembly to 0.
37359         * row-indexes.h: update from new ECMA spec.
37360
37361 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
37362
37363         * class.h, class.c: add a max_interface_id to MonoClass.
37364         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
37365         since it's used to do that. Added mono_type_type_from_obj().
37366         Make GetType() return NULL instead of segfaulting if the type was not
37367         found. Handle simple arrays in assQualifiedName.
37368         * object.h: add a struct to represent an Exception.
37369         * reflection.c: output call convention in method signature.
37370         Add code to support P/Invoke methods and fixed offsets for fields.
37371
37372 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
37373
37374         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
37375         the value.
37376         * icall.c: use mono_array_addr instead of array->vector: fixes the
37377         reflection image writing.
37378         * reflection.c: init call convention byte to 0 in method signature.
37379         Encode the property signature. Don't output property-related methods
37380         twice. Really process the properties for a type (don't cast a field to
37381         a property, my mom always told me that).
37382         Fix 64 bit issues in pointer alignment in a different and more
37383         readable way.
37384
37385 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
37386
37387         * loader.h: Removed type class from MonoDefaults, added monotype
37388
37389         * loader.c: Loaded MonoType, removed loading of Type
37390
37391         * icall.c (my_mono_new_object): Now returns a System.MonoType,
37392         and fills in System.Type._impl with a RuntimeTypeHandle rather
37393         than the actual MonoClass *
37394
37395         (ves_icall_type_from_handle): change from type_class to
37396         monotype_class
37397
37398         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
37399         implemented
37400
37401         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
37402         implemented
37403
37404         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
37405
37406         (ves_icall_System_Reflection_Assembly_GetType): implemented
37407
37408         (ves_icall_System_MonoType_assQualifiedName): implemented
37409
37410         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
37411
37412 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
37413
37414         * assembly.c (mono_assembly_open): Implement a cache for the
37415         assemblies. 
37416
37417         (mono_assembly_close): only destroy the assembly when the last
37418         reference is gone.
37419         
37420 2001-11-09  Dick Porter  <dick@ximian.com>
37421
37422         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
37423
37424 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
37425
37426         * class.c (mono_class_metadata_init): bug fix: compute the right slot
37427
37428 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
37429
37430         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
37431         from Martin Weindel.
37432         * object.h: add mono_string_chars ().
37433
37434 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
37435
37436         * reflection.c (build_compressed_metadata): Eliminates warnings
37437         and uses 64-bit clean code.
37438
37439         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
37440         (mono_type_equal): Change signature to eliminate warnings.
37441
37442 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
37443
37444         * icall.c, loader.c: remove the internalcall array constructors.
37445         Changes to match the new MonoArray structure.
37446         * object.h, object.c: an array object doesn't allocate an extra
37447         vector. Add mono_array_new_full () to create jagged arrays easily.
37448
37449 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
37450
37451         * metadata.h, metadata.c: add mono_metadata_field_info () to
37452         retreive all the info about a field from vairous tables.
37453         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
37454         * class.h, class.c: augment MonoClassField with more info.
37455         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
37456         policy and load a field's RVA if needed.
37457
37458 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
37459
37460         * class.c (mono_class_metadata_init): create a trampoline for all
37461         virtual functions instead of actually compiling them.
37462
37463 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
37464
37465         * class.h, class.c: include name in MonoClassField.
37466         * class.c: fix fundamental type of System.Object and System.String.
37467         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
37468         tokens in ldtoken.
37469         * icall.c: remove internalcalls for the Reflection stuff that is now
37470         done in C# code.
37471         * loader.c: mono_field_from_memberref () implementation.
37472         * mono-endian.c: thinko (s/struct/union/g).
37473         * object.c, object.h: make the mono_string_* prototypes actually use
37474         MonoString instead of MonoObject.
37475         * reflection.c, reflection.h: updates for changes in the reflection
37476         code in corlib: we use C structures that map to the actual C# classes.
37477         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
37478         fat method header if needed and use the info from the ILGenerator for
37479         methods. Handle fields in types. Misc fixes.
37480
37481 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
37482
37483         * class.c (mono_class_metadata_init): bug fix: always allocate
37484         space for static class data
37485
37486 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
37487
37488         * class.c (mono_compute_relative_numbering): use relative
37489         numbering to support fast runtime type checks.
37490
37491 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
37492
37493         * class.c (mono_class_create_from_typeref): added debugging output
37494         to print class name when MonoDummy is returned instead of real class
37495
37496 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
37497
37498         * class.c (mono_class_metadata_init): interface offset table now
37499         contains pointers into the vtable - this is more efficient for the jit
37500
37501 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
37502
37503         * class.c (mono_class_metadata_init): use a temporary vtable (the
37504         old algorithm only worked for the interpreter, but not for the jit)
37505
37506 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
37507
37508         * loader.c (method_from_memberref): use mono_class_get to get the
37509         class of an array instead of using System.Array directly.
37510         (mono_get_method): also add MEMBERREF methods to the method cache
37511         which usefull for arrays.
37512
37513 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
37514
37515         * pedump.c (arch_compile_method): added to compute vtable entry
37516
37517         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
37518         number of interfaces.
37519         
37520         * class.h: merged MonoArrayClass into MonoClass
37521
37522         * class.c (mono_class_create_from_typedef): compute the vtable size and
37523         allocate space to include the vtable inside MonoClass
37524         (mono_class_metadata_init): initialize the vtable
37525
37526 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
37527
37528         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
37529         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
37530         * image.c: endian fixes by Laurent Rioux.
37531         * object.h, object.c: rename MonoStringObject to MonoString and
37532         MonoArrayObject to MonoArray. Change some function names to conform to
37533         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
37534         guint16* as first argument, so don't use char*.
37535         Provide macros to do the interesting things on arrays in a portable way.
37536         * threads-pthread.c: updates for the API changes and #include <sched.h>
37537         (required for sched_yield()).
37538         * icall.c: updates for the API changes above.
37539         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
37540         platforms that need them.
37541
37542 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
37543
37544         * class.c: set the correct type for all the fundamental
37545         type when loading the class.
37546
37547 2001-10-05  Dick Porter  <dick@ximian.com>
37548
37549         * threads-pthread.c (pthread_mutex_timedlock): Simple
37550         compatibility version for C libraries that lack this call.
37551
37552 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
37553
37554         * class.c: MonoTypes stored in MonoClass are stored as
37555         fundamental MonoTypes when the class represents a
37556         fundamental type (System.Int32, ...).
37557         The TypeHandle return by ldtoken is a MonoType*.
37558         * icall.c: ves_icall_get_data_chunk () write out all the
37559         PE/COFF stuff. Implement ves_icall_define_method (),
37560         ves_icall_set_method_body (), ves_icall_type_from_handle ().
37561         * image.c: properly skip unknown streams.
37562         * loader.h, loader.c: add type_class to mono_defaults.
37563         * metadata.c, metadata.h: export compute_size () as
37564         mono_metadata_compute_size () with a better interface.
37565         Typo and C&P fixes.
37566         * pedump.c: don't try to print the entry point RVA if there is no entry point.
37567         * reflection.c, reflection.h: many cleanups, fixes, output method
37568         signatures and headers, typedef and typeref info, compress the metadata
37569         tables, output all the heap streams, cli header etc.
37570         * row-indexes.h: typo fixes.
37571
37572 2001-10-04  Dick Porter  <dick@ximian.com>
37573
37574         * object.h: Add a synchronisation mutex struct to MonoObject
37575
37576         * object.c (mono_new_object): Initialise the object
37577         synchronisation mutexes
37578
37579         * icall.c: System.Threading.Monitor internal calls
37580         
37581         * threads-pthread.h:
37582         * threads-pthread.c: System.Threading.Monitor internal calls
37583
37584         * threads-types.h: New file, includes the system-specific thread
37585         structures
37586         
37587         * threads-pthread-types.h:
37588         * threads-pthread-types.c: New files, handle pthread-specific
37589         synchronisation types
37590
37591         * threads-dummy-types.h: 
37592         * threads-dummy-types.c: New files of dummy support for
37593         thread-specific types
37594
37595         * metadata.c:
37596         * image.c:
37597         * pedump.c: include mono-endian.h not endian.h
37598         
37599         * Makefile.am: More threads files.
37600         Name mono-endian.h not endian.h
37601
37602 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
37603
37604         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
37605         stuff and implement a few more bits.
37606         * icall.c: a field needs to be dereferenced twice. Do not use the same
37607         name for two variables in the same scope.
37608         * image.c, image.h: cleanups.
37609
37610 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
37611
37612         * class.c (mono_class_metadata_init): bug fix: compute the right size
37613
37614 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
37615
37616         * icall.c: implemented some of the Reflection internalcalls.
37617         * image.c, image.h: start writing out the PE/COFF image.
37618         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
37619         that does the reverse than decode_blob_size ().
37620         * object.c: use mono_metadata_encode_value (). Move here
37621         temporary implementation of mono_string_to_utf8 ().
37622         * rawbuffer.c: make malloc_map static.
37623
37624 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
37625
37626         * metadata.c: fix type comparison for arrays.
37627         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
37628         Added a couple of new classes to monodefaults.
37629         * icall.c: added a couple of Reflection-related internalcalls.
37630         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
37631         Added a byval_arg MonoType to MonoClass.
37632
37633 2001-09-28  Dick Porter  <dick@ximian.com>
37634
37635         * icall.c:
37636         * threads-pthread.h: 
37637         * threads-pthread.c: Implemented internal calls for
37638         LocalDataStoreSlot operations.  Applied mutexes around all shared
37639         data.  Reworked the thread creation and Start() operations to
37640         avoid a race condition.
37641         
37642         * threads-dummy.h:
37643         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
37644
37645 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
37646
37647         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
37648
37649 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
37650
37651         * class.c, loader.c: warn and return NULL instead of erroring out.
37652         * icall.c: added System.AppDomain::getCurDomain().
37653         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
37654
37655 2001-09-25  Dick Porter  <dick@ximian.com>
37656
37657         * threads-pthread.h:
37658         * threads-pthread.c: Implemented timed thread joining and added
37659         System.Threading.Thread::Join_internal internal call
37660
37661         * icall.c: Added System.Threading.Thread::Join_internal internal call
37662
37663         * threads-dummy.h:
37664         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
37665
37666 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
37667
37668         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
37669         mono_string_intern () to implement the semantics of the ldstr opcode
37670         and the interning of System.Strings.
37671         * icall.c: provide hooks to make String::IsIntern and String::Intern
37672         internalcalls.
37673
37674 2001-09-23  Dick Porter  <dick@ximian.com>
37675
37676         * threads-dummy.c: 
37677         * threads-dummy.h: New files of dummy threading routines
37678
37679         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
37680         support code based on system specifics
37681
37682         Rename PTHREAD_LIBS to THREAD_LIBS
37683         
37684 2001-09-23  Dick Porter  <dick@ximian.com>
37685
37686         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
37687         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
37688         internal calls.
37689         (mono_thread_init): Set up a Thread object instance to return when
37690         the main thread calls Thread.CurrentThread
37691         (mono_thread_cleanup): Wait for all subthreads to exit
37692
37693         * icall.c: New internal calls for System.Threading.Thread::Sleep
37694         (including Schedule) and CurrentThread
37695
37696         * threads.h: New file, to insulate thread-specific stuff from the
37697         rest of the code
37698
37699 2001-09-21  Dick Porter  <dick@ximian.com>
37700
37701         * threads-pthread.h: 
37702         * threads-pthread.c: New file, for handling pthreads-style
37703         threading support.  Start() now starts a new thread and executes
37704         the ThreadStart delegate instance.
37705
37706         * icall.c: Added the internalcall for
37707         System.Threading.Thread::Start_internal
37708
37709         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
37710
37711 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
37712
37713         * loader.c: work around the different signatures for delegates
37714         constructors csc generates in compiled code vs the ones compiled in mscorlib.
37715
37716 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
37717
37718         * class.h, class.c: add mono_class_get_field_from_name ().
37719         * *: Fix C comments and other ANSI C issues.
37720
37721 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
37722
37723         * endian.h, assembly.c: fix some endianness issues.
37724
37725 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
37726
37727         * loader.h, load.c: add delegate_class to mono_defaults.
37728         Handle runtime provided methods in mono_get_method ().
37729
37730 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
37731
37732         * loader.c (mono_get_method): use pinvoke for internal call
37733
37734         * icall.c: use pinvoke for internal call
37735
37736         * loader.c (method_from_memberref): set the method name
37737
37738 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
37739
37740         * metadata.c: help the compiler generate better code for
37741         mono_class_from_mono_type ().
37742
37743 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
37744
37745         * class.c (mono_class_metadata_init): delayed computing of the
37746         class size to mono_class_metadata_init ()
37747
37748 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
37749
37750         * class.c, class.h: add an interfaces member to MonoClass.
37751         * image.c, image.h: add assembly_name field to MonoImage
37752         from the assembly table.
37753         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
37754
37755 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
37756
37757         * class.c: Handle Array in mono_class_from_mono_type ().
37758         * metadata.c, pedump.c: some endian fixes.
37759
37760 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
37761
37762         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
37763         * metadata.c: fix small problem introduced with the latest commit.
37764
37765 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
37766
37767         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
37768         We don't need a MonoMetadata pointer anymore to compare signatures in
37769         mono_metadata_signature_equal (), update callers.
37770         Reduced memory usage an number of allocations for MonoMethodHeader and
37771         MonoMethodSignature.
37772
37773 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
37774
37775         * metadata.c: added compare for szarray.
37776
37777 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
37778
37779         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
37780         and add a couple more types to it and mono_defaults. Give an hint on
37781         classes that need implementing in our corlib and are referenced
37782         in mscorlib.
37783
37784 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
37785
37786         * class.h, class.c: keep track if a class is also an Enum.
37787         * loader.c: Implement a couple more types for use in libffi
37788         marshalling. Gives better diagnostics when failing to dlopen
37789         a library. Set method->klass for P/Invoke methods, too.
37790
37791 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
37792
37793         * class.c, class.h: add a MonoType this_arg to MonoClass that
37794         represents a pointer to an object of the class' type that
37795         can be used by the interpreter and later the type cache.
37796         Add best guess alignment info for valuetype objects.
37797
37798 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
37799
37800         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
37801         into MonoType: one less level of indirection and allocation and
37802         simplifies quite a bit of code. Added cache for MonoTypes that are
37803         used frequently, so that we don't need to allocate them all the time.
37804
37805 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
37806
37807         * class.c (mono_class_create_from_typedef): System.Enum is also a
37808         value type, although it does not derive from System.ValueType
37809         (maybe a bug in the ms compiler?)
37810
37811         * metadata.c (mono_type_size): return the right size for value types
37812
37813         * loader.c (mono_get_method): only initialize method header if not abstract
37814
37815         * class.c (mono_class_from_mono_type): use mono_default values. 
37816
37817 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
37818
37819         * *: use MonoClass pointers instead of <type_tokens>
37820         
37821         * class.h: new flag: metadata_inited.
37822
37823         * class.c (mono_class_metadata_init): impl.
37824         (mono_class_instance_size): impl.
37825         (mono_class_data_size): impl.
37826
37827 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
37828
37829         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
37830         MonoClass now has the name and name_space fields. 
37831         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
37832         mono_get_method () takes and optional MonoClass as argument.
37833         Removed mono_typedef_from_name() and added mono_class_token_from_name()
37834         instead that takes advantage of a map from class names to typedef
37835         tokens in MonoImage.
37836
37837 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
37838
37839         * metadata.c: zero is not a valid alignment boundary.
37840         Merge MONO_TYPE_VOID in default decoding code.
37841
37842 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
37843
37844         * image.h: merged MonoMetadata into MonoImage
37845
37846         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
37847         identify the type of elements.
37848
37849 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
37850
37851         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
37852         * cil-coff.h: split MonoMSDOSHeader and add size info.
37853         * image.c: add some consistency checks.
37854         * metadata.c: fix row size computation: one programmer
37855         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
37856         add explanation for the locator routine.
37857         Fix decoding of size in method header.
37858         
37859 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
37860
37861         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
37862         (g_concat_dir_and_file): Bring g_concat_dir_and_file
37863         function from gnome-libs.  This uses the right path separator
37864         based on the OS, and also works around a bug in some systems where
37865         a double slash is not allowed. 
37866         (default_assembly_name_resolver): Use g_concat_dir_and_file
37867         (mono_assembly_open): ditto.
37868
37869 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
37870
37871         * metadata.c (mono_metadata_signature_equal): impl.
37872
37873         * *: void is now a realy MonoType (instead of using NULL)
37874         
37875         * metadata.c (do_mono_metadata_parse_type): use
37876         mono_metadata_parse_type to parse void value.
37877
37878 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
37879
37880         * metadata.c, metadata.h: in the signature and method header store
37881         only the space required for holding the loca vars and incoming arguments.
37882
37883 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
37884
37885         * metadata.c (do_mono_metadata_parse_type): treat void like any
37886         other type (instead of assigning NULL);
37887
37888 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
37889
37890         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
37891
37892 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
37893
37894         * image.c (do_mono_image_open): added a cache for arrays.
37895
37896 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37897
37898         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
37899         decode a single column from a row in a metadata table and changes
37900         to take advantage of it in the typedef locator (gives a nice speed up).
37901         Store offset info for function params.
37902
37903 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
37904
37905         * image.h (MONO_IMAGE_IS_CORLIB): removed 
37906
37907 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
37908
37909         * assembly.c: how could mono_assembly_close () had ever worked?
37910         * metadata.c, metadata.h: provide offset info for local vars.
37911         Implement mono_type_size () to take care of alignment as well
37912         as size (it was mono_field_type_size in cli/class.c before).
37913
37914 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
37915
37916         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
37917
37918         * assembly.h (CORLIB_NAME): set to corlib.dll
37919
37920         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
37921
37922 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37923
37924         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
37925         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
37926         tokentype.h: massive namespace cleanup.
37927
37928 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
37929
37930         * metadata.h, metadata.c: decode exception clauses when parsing method header.
37931
37932 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
37933
37934         * metadata.c (mono_metadata_free_type): added check for type !=
37935         NULL (void) before calling mono_metadata_free_type()
37936
37937 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
37938
37939         * metadata.h, row_indexes.h: added header with enumerations to use
37940         to index in the columns from tables in metadata and to decode coded
37941         tokens: we should start using this instead of embedding magic numbers
37942         all over the code.
37943
37944 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
37945
37946         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
37947         Move metadata_t info from cli_image_info_t to MonoImage, where
37948         it's easily accessible. Changed all the uses accordingly.
37949         Added the method and class caches to MonoImage.
37950         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
37951         and mono_metadata_decode_value () signature to be more consistent
37952         with the other parse functions (and simplify code). Taken advantage
37953         of zero-length array allocation with GCC. Removed reduntant (and
37954         wrong) MonoFieldType struct and use MonoParam instead. Changed
37955         mono_metadata_parse_field_type () to use common code for parsing.
37956         Added mono_metadata_typedef_from_field () and
37957         mono_metadata_typedef_from_method () to lookup a typedef index from a
37958         field or method token.
37959         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
37960
37961 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
37962
37963         * metadata.c (mono_metadata_parse_field_type): Implement. 
37964         (do_mono_metadata_parse_type): Split engine from
37965         mono_metadata_parse_type, so that we can create smaller structures
37966         for things that just have one pointer to the MonoType (look at
37967         the MonoFieldType)
37968
37969 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
37970
37971         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
37972         as Jan Gray found out, it is incorrect. 
37973
37974 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
37975
37976         * assembly.c: Implement asssembly loading.  This loads an image
37977         and loads all the referenced assemblies.  Come to think of it, we
37978         could always do lazy loading of the assemblies. 
37979
37980         * image.c (mono_image_open): Keep loaded images in a hashtable.
37981
37982         * image.h (MonoImage): Add reference count.
37983
37984 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
37985
37986         * assembly.c (mono_assembly_open): Keep track of the file name in
37987         case the assembly has no ASSEMBLY table.
37988
37989         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
37990         from get.c here.
37991
37992 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
37993
37994         * metadata.c, metadata.h: decode local vars in method header
37995         parse function. Change callers accordingly.
37996
37997 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
37998
37999         * metadata.h, cil-coff.h: protect against multiple inclusion.
38000         Added some new structures to hold information decoded from metadata:
38001         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
38002         and relevant decoding/free functions.
38003         * metadata.c: implement decoding functions. Add warning for out of bounds
38004         index in mono_metadata_locate(). Implement mono_get_method () to retreive
38005         all the info about a method signature and invocation. Remove check on
38006         uninitialized local var in parse_mh() and fix memory leak.
38007
38008 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
38009
38010         * metadata.h: More macros.
38011
38012         * tokentype.h: New file.
38013
38014 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
38015
38016         * assembly.c: added a consistency check and initialize
38017         some structures with g_new0().
38018         * metadata.c: fixed a couple more bugs in table size computation
38019         and add other checks for out-of bound access to metadata.
38020
38021 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
38022
38023         * metatada.c: fix bugs computing table sizes. Spew a
38024         warning when index in string heap is out of bounds.
38025
38026 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
38027
38028         * metadata.h: Add a couple of macros to manipulate tokens. 
38029
38030 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
38031
38032         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
38033         cli_section_tables).
38034
38035 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
38036
38037         * metadata.c (mono_metadata_user_string): New function, provides
38038         access to the UserString heap. 
38039
38040 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
38041
38042         * metadata.c: Add inline documentation.
38043
38044 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
38045
38046         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
38047         files. 
38048
38049 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
38050
38051         * typeattr.h: New file, TypeAttribute flags. 
38052
38053 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
38054
38055         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
38056         mono_assembly_ensure_section): Section loading code.
38057         (load_section_tables): Load the sections.
38058
38059         * mono/metadata/metadata.c (mono_metadata_locate_token,
38060         mono_metadata_locate): Functions to locate the information
38061         definition given a token or a table and an index.
38062         (mono_metadata_compute_table_bases): New.
38063         (compute_size): New function to compute the sizes of the various
38064         tables.
38065
38066         * mono/metadata/metadata.h: Finish listing the different index
38067         types. 
38068
38069         * mono/metadata/pedump.c: Improve to dump new information.
38070
38071 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
38072
38073         * mono/metadata/metadata.c: Entered all the tables matching
38074         Beta2. 
38075
38076         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2