2009-11-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
2
3         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
4         from a MonoValueHashTable for now, since the later is based on an earlier
5         version of hpj's internal probing code and seems to have serious collision
6         issues.
7
8         * loader.c (mono_get_method_full): Update after the change above.
9
10 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
11
12         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
13
14 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
15
16         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
17         the GTD instead of the DGC instead of crashing.
18
19         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
20         required. Inflate fields if needed.
21
22         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
23         finished. Renamed.
24
25 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
26
27         * class.c (check_interface_method_override): Check for NULL signatures and fail
28         the type.
29
30         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
31
32         Fixes #553428.
33
34 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
35
36         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
37         the MONO_METHOD_FLAGS column instead of decoding the whole row.
38
39 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
40
41         * loader.c (field_from_memberref): Resolve the class first then the field
42         signature. Remove a lot of duplicated code and make sure we don't pass valid
43         values to mono_loader_set_error_field_load.
44
45         Fixes #553306.
46
47 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * class.c (inflate_generic_type): Change code to use new signature of
50         mono_error_set_bad_image.
51
52         Fixes #558124.
53
54 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
55
56         * verify.c (mono_method_verify): Don't free ctx.params items if 
57         we aborted while inflating the ctx.locals. Complete previous fix
58
59 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * verify.c (mono_method_verify): Use the uninflated type name, 
62         when the inflated is null, to report errors. Also take care when
63         freeing, not to free everything since, in case of an error, some
64         stuff would be copies (i.e. not allocated by the function itself)
65         Fix bug #558145
66
67 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
68
69         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
70         or overflow. The caller must have done this check explicitly. This guard us
71         from accessing invalid memory.
72
73         * verify.c (do_push_static_field): Check for stack overflow.
74
75         Fixes #553333.
76
77 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
78
79         * loader.c (find_method_in_class): Don't crash if the signature cannot
80         be resolved.
81
82         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
83         of asserting for the case of invalid params.
84
85         Fixes #553304.
86
87 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * image.c (mono_image_load_module): Fix crash when a bad assembly
90         has no module at all (fix bug #553412) and also replace the 
91         g_assert with a return NULL (documented return value for failure)
92
93 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
94
95         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
96
97 2009-11-23  Miguel de Icaza  <miguel@novell.com>
98
99         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
100         file attribute to managed code and avoid doing the mask/attribute
101         checks here. 
102
103 2009-11-22  Miguel de Icaza  <miguel@novell.com>
104
105         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
106         the managed world.
107
108         * icall-def.h: New entry points.
109         
110 2009-11-19  Mark Probst  <mark.probst@gmail.com>
111
112         * process.c: Don't put references to managed objects into a
113         g_ptr_array.
114
115 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
116
117         * class.c (can_access_internals): Allow CoreCLR to participate in
118         allowing (or not) [InternalsVisibleTo] between assemblies.
119         * security-core-clr.c|h: Make sure that only trusted code (a 
120         superset of platform code) can access the internals of platform
121         code.
122
123 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
124
125         * reflection.c: use the correct base class to get the virtual method
126         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
127
128 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
129
130         * security-core-clr.c (get_caller_no_reflection_related): 
131         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
132         it's still reflection and must be filtered correctly.
133
134 2009-11-16  Mark Probst  <mark.probst@gmail.com>
135
136         * object.c (compute_class_bitmap): Fix for large bitmaps.
137
138 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
139
140         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
141
142         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
143         koush@koushikdutta.com). Disable GC_no_dls on android.
144
145 2009-11-12  Mark Probst  <mark.probst@gmail.com>
146
147         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
148         tlab_next points outside the TLAB because the allocator was
149         interrupted.
150
151 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
152
153         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
154
155 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
156
157         * object-internals.h: Change signature for mono_string_to_utf8_image.
158
159         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
160         argument.
161
162         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
163         exceptions due to mono_string_to_utf8.
164
165 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
166
167         * object-internals.h: Change signature for mono_string_to_utf8_mp.
168
169         * object.c (mono_remote_class): Make sure all resources are released before
170         raising an exception.
171
172         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
173
174 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
175
176         * mono-perfcounters.c (network_get_impl): Change variable initialization
177         ordering to fix potential memory leak in case of exceptions.
178
179         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
180         encoded strings.
181         
182 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
183
184         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
185         variable initialization ordering to fix potential memory leak in case
186         of exceptions.
187
188 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
189
190         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
191         needed.
192
193 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
194
195         * appdomain.c: Fix shadow path code to better deal with exceptions.
196
197 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
198
199         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
200         exception in the middle of the runtime code.
201
202 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
203
204         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
205         leak memory with broken envvar value.
206
207 2009-11-06  Mark Probst  <mark.probst@gmail.com>
208
209         * reflection.c (mono_reflection_setup_internal_class): Because
210         nested classes are not added to the name cache, we must put them
211         in the reflection_info_unregister_classes list.
212
213 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
214
215         * class.c: When CoreCLR is enabled don't call mono_init_com_types
216         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
217         platform (trusted) code. Instead we return a TypeLoadException to
218         be thrown later. This is the exception thrown by Silverlight 2 if
219         a type, inside application (user) code is marked with [ComImport]
220
221 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
222
223         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
224         mono_is_debugger_attached () too.
225
226         * mono-debug.c (mono_is_debugger_attached): New helper function.
227         (mono_set_is_debugger_attached): Ditto.
228
229 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
230
231         * object-internals.h: Add mono_string_to_utf8_checked.
232
233         * object.c: Implement mono_string_to_utf8_checked.
234
235 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
236
237         * class.c: Add missing check for load errors after every
238         call to mono_class_setup_fields
239
240         Fixes #552282.
241
242 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
243
244         metadata-verify.c (verify_tables_schema): Fix the error message.
245
246 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
247
248         * metadata.c: Change event table schema to use TDOR for event type
249         as this is what it's meant to be.
250
251         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
252         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
253         entry.
254
255         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
256         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
257         rows in MONO_TABLE_GENERICPARAM.
258
259         Fixes #552289.
260
261 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
262
263         * class.c (mono_image_add_to_name_cache): Assert on duplicate
264         insertion.
265
266         * reflection.c (mono_reflection_setup_internal_class): Avoid
267         registering a gc root the same MonoClass multiple times.
268         Don't register nested types on the global scope as they should
269         not be available there.
270
271 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
272
273         * culture-info-tables.h: regenerated.
274
275 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
276
277         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
278
279 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
280
281         * string-icalls.c|h: Remove string internal calls that are not 
282         used anymore by the class libraries.
283         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
284         which is not used in the class librairies.
285         * icall-def.h: Update tables.
286
287 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
288
289         * class.h: Move mono_class_inflate_generic_type_checked...
290
291         * class-internals.h: to here and make it internal. We don't want to
292         further expose MonoGenericContext. 
293
294 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
295
296         * verify.c (mono_method_verify): Improve error message.
297
298 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
299
300         * reflection.c (fieldref_encode_signature): If field_image is NULL then
301         the token is already properly encoded. Fixs 4.0 build.
302
303 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
304
305         * locales.c (construct_number_format): Check if the number index is
306         valid before trying to use it, if not, just return.
307         
308 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
309
310         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
311         since that loses the abort state. Fixes #539394.
312
313 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
314
315         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
316         explicit this argument to the call signature.
317         (mono_marshal_get_icall_wrapper): Ditto.
318
319 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
320
321         * reflection.c (fieldref_encode_signature): Add new field_image parameter
322         to indicate which assembly to use when resolving a custom-mod.
323
324         Fixes handling of volatile fields used across assemblies as reported in #551513.
325
326 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
327
328         * loader.c: Improve error messages.
329
330 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
331
332         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
333         of interfaces. Fixes IKVM.
334
335         * class.c (mono_class_setup_vtable_general): Improve debug spew.
336
337 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
338
339         * verify.c (verifier_inflate_type): Return the inflated type on success.
340
341 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
342
343         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
344
345         * threads.c (mono_thread_attach): Call the profiler thread start callback.
346
347         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
348
349         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
350         flag set.
351
352         * profiler.c: Add new profiler callbacks for runtime invoke.
353
354         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
355
356 2009-11-01  Mark Probst  <mark.probst@gmail.com>
357
358         * sgen-gc.c: Keep track of the reason for a major collection and
359         write it to the heap-dump file.
360
361 2009-10-31  Miguel de Icaza  <miguel@novell.com>
362
363         * threads.c: refactor the code that initializes the
364         thread_start_args into a reusable function and use this in the two
365         methods that start up threads.
366
367 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
368
369         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
370         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
371
372 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
373
374         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
375         Until now, we only had the per-cpu(core) counters.
376
377 2009-10-28  Mark Probst  <mark.probst@gmail.com>
378
379         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
380         mono_gc_get_suspend_signal(), which returns the suspend signal
381         number used by the GC.
382
383 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
384
385         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
386
387         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
388         signalling start_notify.
389
390 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
391
392         * appdomain.c: do not test the st_mode field for shadow-copies.
393         Fixes bug #545276.
394
395 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
396
397         * threadpool.[ch]: added hooks for thread start/finish and item
398         processing begin/end. For monotouch use only.
399
400 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
401
402         * threads.c (mono_thread_get_name): New helper function.
403
404         * reflection.c (resolve_object): Set handle_class for strings too.
405         (mono_reflection_create_custom_attr_data_args): New helper function to decode
406         a cattr blob into a set of arrays and structures without creating the custom
407         attributes themselves.
408         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
409
410         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
411
412         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
413         function.
414
415 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
416
417         * verify.c: Replace calls to mono_class_inflate_generic_type with
418         mono_class_inflate_generic_type_checked. Fixes #480005.
419
420 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
421
422         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
423         object since not all paths lead to callees initing it.
424
425 2009-10-23  Alp Toker  <alp@nuanti.com>
426
427         Fix embedding API breakage from r144688. mono-compiler.h is an internal
428         header and should not be shipped:
429
430         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
431         which is specific to the mono build. Not going to work.
432
433 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
434
435         * security-manager.c: Report if core-clr is active from
436         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
437         to allow Moonlight BCL to behave appropriately (both in browser
438         and outside, e.g. smcs)
439
440 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
441
442         * mono-config.c: ignore UTF-8 BOM and report parser errors.
443         Fixes bug #549108.
444
445 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
446
447         * class.c: fix typo.
448
449 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
450
451         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
452         a MonoError parameter.
453
454         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
455         version that can does proper error handling.
456
457         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
458
459         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
460
461         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
462
463 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
464
465         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
466         NO_UNALIGNED_ACCESS is defined.
467
468 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
469
470         * marshal.c (mono_string_builder_to_utf16): Applied patch from
471         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
472         Fixes #549173.
473
474 2009-10-22  Mark Probst  <mark.probst@gmail.com>
475
476         * sgen-gc.c: Shorten sections whenever possible.
477
478 2009-10-22  Mark Probst  <mark.probst@gmail.com>
479
480         * sgen-gc.c: Use our portable semaphore #defines.
481
482 2009-10-22  Mark Probst  <mark.probst@gmail.com>
483
484         * sgen-gc.c: A debug option for dumping the heap layout to a file
485         after each collection.
486
487 2009-10-21  Mark Probst  <mark.probst@gmail.com>
488
489         * sgen-gc.c: Make managed write barriers atomic via
490         thread-restarts.
491
492 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
493
494         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
495         methods. Fixes #543021.
496
497 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
498
499         * socket-io.[ch]: fix VS build.
500
501 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
502
503         * icall-def.h:
504         * socket-io.[ch]: implemented SendFile.
505
506 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
507
508         * class.c (mono_class_create_from_typedef): Initialize class->element_class
509         before the interfaces to avoid crashes later if class initialization fails.
510         Fixes #548417.
511
512         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
513         Fixes #548276.
514
515 2009-10-20  Marek Safar  <marek.safar@gmail.com>
516
517         * domain.c: Bump 4.0 version.
518
519 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
520
521         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
522         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
523         check since 'pubkey' can't be NULL at this stage
524         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
525         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
526         initialization of 'iter'
527
528 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
529
530         * cominterop.c : Search the interface parts of vtable to find 
531           method matches.  Fixes 547030.
532
533         Code is contributed under MIT/X11 license.
534
535 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
536
537         * marshal.c: BeginInvoke cannot be called on multicast delegates with
538         multiple targets. Fixes bug #574426.
539
540 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
541
542         * profiler.h: Put here the definition of
543         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
544         (and fix the build...).
545
546 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
547
548         * profiler.c, profiler.h, profiler-private.h:
549         Added support for different ways of getting call chains in stat mode.
550
551 2009-10-12  Mark Probst  <mark.probst@gmail.com>
552
553         * object.c, object-internals.h: New function for computing the
554         size of an array, factored out of mono_array_new_full().  Use
555         SGen's functions for allocating arrays and vectors.
556
557         * sgen-gc.c, gc-internal.h: Special functions for allocating
558         arrays and vectors without race conditions.  A managed array
559         allocator method.
560
561         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
562
563 2009-10-12  Mark Probst  <mark.probst@gmail.com>
564
565         * object.c, object.h, icall.c: Write barriers do the copying now,
566         as well, so no need for an additional memcpy.
567
568         * sgen-gc.c: Lock when storing remsets.  Do the memory
569         copying/moving in the write barriers.
570
571         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
572
573         * reflection.c: Added an assert.
574
575 2009-10-12  Mark Probst  <mark.probst@gmail.com>
576
577         * threads.c, process.c: A few missing write barriers.
578
579 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
580
581         * mono-perfcounters.c, mono-perfcounters-def.h: Add
582         network performance counters for bytes sent per second, bytes
583         received per second, and bytes total per second.
584
585         Code is contributed under MIT/X11 license.
586
587 2009-10-09  Mark Probst  <mark.probst@gmail.com>
588
589         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
590         Fix warning.
591
592 2009-10-09  Mark Probst  <mark.probst@gmail.com>
593
594         * threads.c, object-internals.h, object.c: Move code for
595         transferring an object to a different domain (via
596         serialization/remoting) to object.c.
597
598         * object.c (call_unhandled_exception_delegate): If the exception
599         is in a different domain than the delegate, transfer the exception
600         to that domain.
601
602 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
603
604         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
605         Fixes #322934.
606
607 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
608
609         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
610
611 2009-10-06  Mark Probst  <mark.probst@gmail.com>
612
613         * object.c (mono_method_return_message_restore): Handle the case
614         where the argument is an instance of a generic type.  Fixes
615         #544446.
616
617 2009-10-06  Mark Probst  <mark.probst@gmail.com>
618
619         * object.c (set_value): Write barrier fix - we must pass the
620         count, not the size.
621
622 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
623
624         * domain.c (mono_init_internal): Print a useful error message when encountering
625         an old mscorlib, instead of crashing. Fixes #544307.
626
627 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
628
629         * appdomain.c (copy_app_domain_setup): Fix a warning.
630
631         * debug-helpers.c (dis_one): Ditto.
632
633 2009-10-04  Mark Probst  <mark.probst@gmail.com>
634
635         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
636         into the new domain, instead of referencing the original one.
637
638         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
639         non-static.
640
641         * appdomain.c: Corlib version bump.
642
643 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
644
645         * threadpool.c: one more...
646
647 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
648
649         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
650         threads to die because we're shutting down. delgate5.exe works again.
651
652 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
653
654         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
655           ccw_interface_hash table when a ccw is finalized.
656
657         Code is contributed under MIT/X11 license.
658
659 2009-09-30  Mark Probst  <mark.probst@gmail.com>
660
661         * assembly.c, domain.c, image.c, metadata-internals.h: Split
662         domain and image unloading into two steps.  We must do this
663         because clearing the domain in SGen requires the class metadata to
664         be intact, but we need to free the mono_g_hash_tables in case a
665         collection occurs during domain unloading and the roots would trip
666         up the GC.
667
668 2009-09-30  Mark Probst  <mark.probst@gmail.com>
669
670         * object-internals.h: Remove serialized culture fields from
671         MonoInternalThread.
672
673         * icall-def.h, thread-types.h, threads.c: Remove serialized
674         culture icalls.
675
676         * appdomain.c: Corlib version bump.
677
678 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
679
680         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
681         Fixes #543133.
682
683 2009-09-30  Mark Probst  <mark.probst@gmail.com>
684
685         * sgen-gc.c: Try to shorten the new section after a major
686         allocation to avoid ever-growing sections.
687
688 2009-10-13  Martin Baulig  <martin@ximian.com>
689
690         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
691         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
692         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
693         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
694
695         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
696
697 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
698
699         * threadpool.c: fixed the order in which 'completed' and the wait
700         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
701         No need to use the wait_handle field of ASyncCall. Make sure the
702         threadpool is active when adding a job or queueing an idle thread.
703
704 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
705
706         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
707
708         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
709         when using --compile-all.
710
711 2009-09-27  Mark Probst  <mark.probst@gmail.com>
712
713         * metadata.c (free_generic_class): Unregister the field_objects
714         roots if we're using SGen.
715
716 2009-09-27  Mark Probst  <mark.probst@gmail.com>
717
718         * reflection.c (mono_dynamic_image_free): Deregister the GC root
719         for GenericParamTableEntry.gparam.
720
721 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
722
723         * marshal.c: don't create the handle when calling. It is created later
724         if needed.
725
726 2009-09-26  Mark Probst  <mark.probst@gmail.com>
727
728         * sgen-gc.c: Warning fixes.
729
730 2009-09-26  Mark Probst  <mark.probst@gmail.com>
731
732         * sgen-gc.c: New debug option "xdomain-checks", which scans the
733         whole heap for cross-domain references before each collection.
734
735         * sgen-scan-object.h: The scan action can now use SCAN to scan the
736         object.
737
738         * threadpool-internals.h, threadpool.c: New function
739         mono_thread_pool_is_queue_array() for checking whether a given
740         array is used as a (cross-domain) queue by the thread pool code.
741
742 2009-09-26  Mark Probst  <mark.probst@gmail.com>
743
744         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
745         searches the whole heap for objects containing a specific
746         reference.  Only for debugging.
747
748 2009-09-26  Mark Probst  <mark.probst@gmail.com>
749
750         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
751
752         * icall-def.h, threads.c, threads-types.h: New icalls for copying
753         byte arrays between domains.
754
755 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
756
757         * threadpool.c:
758         * class-internals.h:
759         * mono-perfcounters-def.h:
760         * mono-perfcounters.c:
761         -There is a list of idle threads
762         -Each of those idle threads wait on their own WaitHandle instead
763         of all of them using the same semaphore. When a new work item is
764         added, the job is assigned directly to an idle thread or a newly
765         created one if possible and then the handle for that thread is
766         signaled. Compare that to the current approach where all the
767         threads in the pool compete to dequeue a job from the same
768         queue.
769         -New struct ThreadPool that brings together the bunch of static
770         variable for each threadpool (IO and regular).
771         -New performance counters: # of items added and its rate per
772         threadpool. The rate will be used later, perhaps together with
773         other perf. counters, to decide when idle threads should exit.
774
775 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
776
777         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
778         Fix typo on Windows build.      
779         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
780         
781         Code is contributed under MIT/X11 license.
782
783 2009-09-25  Mark Probst  <mark.probst@gmail.com>
784
785         * object-internals.h: The Thread class is split up into Thread and
786         InternalThread now.  We have exactly one InternalThread per
787         thread, and at most one Thread per appdomain per thread.  Most
788         data is stored in InternalThread.  All InternalThread objects live
789         in the root domain.
790
791         * class-internals.h: Add internal_thread_class to MonoDefaults.
792
793         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
794         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
795         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
796         resulting from the split of the Thread class.
797
798         * gc-internal.h: Prototype for new function for checking whether a
799         thread is the finalizer thread.
800
801         * appdomain.c: Corlib version bump.
802
803 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
804
805         * appdomain.c|h: Add a mono_domain_try_unload method which is
806         equivalent to mono_domain_unload, except that it returns an exception
807         instead of throwing it. Make mono_domain_unload use the
808         mono_domain_try_unload method to avoid code-duplication.
809
810 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
811
812         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
813         a problem.
814
815 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
816
817         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
818         aborting when a conversion is not implemented.
819
820 2009-09-23  Miguel de Icaza  <miguel@novell.com>
821
822         * verify.c: when comparing culture strings, use g_ascii_strcmp
823
824         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
825         when comparing public key tokens to use memcmp on 16 bytes.   I do
826         not believe this ever worked as advertised in the past.
827
828         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
829         which would have always failed earlier.
830
831 2009-06-25  Miguel de Icaza  <miguel@novell.com>
832
833         * gc.c: Raise a NullArgumentException if the object passed is
834         null.
835
836 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
837
838         * image.c (mono_image_close): Atomically decrement the reference count and
839         remove the image from the hash tables, to prevent another thread from seeing a
840         dying MonoImage. Fixes #541194.
841
842 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
843
844         * threadpool.c: actually use the minimum number of 'completion ports'
845         (for us is just a potential worker thread).
846
847 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
848
849         * threadpool.c: remove ares_htable. It does not make sense any more
850         since the same objects are now stored in GC-tracked arrays while they are
851         in the queue.
852
853 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
854
855         * threadpool.c: increase the minimum length of the queues to 128.
856         Remove warning.
857
858 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
859
860         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
861         return the modified signature used by string ctors.
862
863 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
864
865         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
866         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
867         method, to be used by full-aot.
868
869 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
870
871         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
872         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
873         be known to be good.
874
875         * class.c (mono_class_init): Fail array types if their element type fails initialization
876         as well.
877
878         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
879         initialization, additionally we request the element_type vtable to be initialized as well.
880
881         This is fine and should not increase the working set in any meaningful way since it's reasonable
882         to assume       that most code will create an array and eventually populate it, which will require the
883         type's vtable to be initialized.
884
885         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
886
887 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
888
889         * normalization-tables.h : regenerated.
890
891 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
892
893         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
894         a leb128 encoding can take up to 5 bytes.
895
896 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
897
898         * class.c (verify_class_overrides): Remove useless argument.
899
900         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
901         before interface enumeration as this is no longer required.
902
903 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
904
905         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
906         used under mono_class_init context. This functions avoid any code path that
907         calls mono_class_init, which leads it to be slow as some things like the interface
908         bitmap are not available.
909
910         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
911         of it's own broken version. Fixes the verifier part of #538588.
912
913         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
914         API.
915
916 2009-09-15  Mark Probst  <mark.probst@gmail.com>
917
918         * class.c (mono_class_init): Always set an exception in a class if
919         vtable setup fails.  Fixes #538577.
920
921         * generic-sharing.c: Raise an exception if mono_class_vtable()
922         returns NULL.
923
924 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
925
926         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
927         methods of vtypes, as they could be incorrectly shared with static methods
928         taking an IntPtr argument.
929
930 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
931
932         * domain.c:
933         * object.c:
934         * class-internals.h: renamed waithandle_class to
935         manualresetevent_class.
936         * marshal.c: propagate the exception if a remoting BeginInvoke call
937         fails.
938
939 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
940
941         * object.c: Properly handle vtable failures.
942
943 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
944
945         * socket-io.c: Assert on vtable failure.
946
947         * mono-mlist.c: Assert on vtable failure.
948
949 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
950
951         * marshal.c: Assert on vtable failure.
952
953 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
954
955         * icall.c: Properly handle vtable failures.
956
957 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
958
959         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
960
961 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
962
963         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
964
965         * console-unix.c (do_console_cancel_event): Same.
966
967 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
968
969         * class-internals.h: Add mono_class_vtable_full function that allows control
970         if an exception should be raised or not.
971
972         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
973         to do what its documentation say, that is to return NULL and set exception_type on
974         failure.
975
976         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
977         and change the code to honor it.
978
979 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
980
981         * verify.c: Fix typo in error message.
982
983 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
984
985         * security-core-clr.c: Fix default_platform_check so it can run
986         the runtime coreclr tests (without an infinite recursion when
987         throwing an exception).
988
989 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
990
991         object.c (mono_delegate_ctor_with_method): Guard against null method.
992
993 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
994
995         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
996         that should be replaced with error handling later.
997
998 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
999
1000         * marshal.c (mono_delegate_end_invoke): Fix warning.
1001
1002 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1003
1004         * loader.c (mono_field_from_token): Properly handle invalid
1005         dynamic tokens.
1006
1007 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1008
1009         * pedump.c (verify_image_file): Skip types that can't be
1010         decoded.
1011
1012 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1013
1014         * verify.c: Look for recursive valuetypes only against the
1015         type been initialized as this is a lot simpler and works.
1016
1017 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1018
1019         * verify.c: Ensure that fields are properly loaded before
1020         checking them.
1021
1022 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
1023
1024         * object.c (mono_object_get_virtual_method) : Call 
1025           mono_cominterop_get_invoke if the object is a COM object.
1026
1027         Code is contributed under MIT/X11 license.
1028
1029 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
1030
1031         * verify.c: Check for recursive valuetype definitions.
1032
1033 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
1034
1035         Use inheritance-aware interface offsets. Inherited types use the same offsets
1036         of their parents. This reduce offset duplication in case more than one type in
1037         the inheritance tree explicitly implements the same interface.
1038
1039         This also removes a source of vtable bubbles found in #532409. An abstract type
1040         isn't required to provide abstract methods to all interfaces it implements, which
1041         resulted in a bubble with the previous scheme as the child would get a non-full
1042         vtable from its parent. We fail all concrete types with vtable bubbles, so this
1043         should be fixed.
1044
1045         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
1046         it's expected to not cause any significant increase beyond that.
1047
1048         * class.c (setup_interface_offsets): Compute super class iface offsets
1049         first to force sharing.
1050
1051         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
1052         dumping only the relevant ones.
1053
1054         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
1055         methods a new slot regardless if they belong to an interface or not. This allows
1056         an inherited type to override the iface method separately from the class one.
1057
1058 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1059
1060         * threadpool.c: make the Sleep() alertable to prevent delays exiting
1061         applications that take less than 2s to execute.
1062         Bug #524984 fixed.
1063
1064 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
1065
1066         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
1067
1068         * object.c (mono_get_runtime_callbacks): New helper function to return
1069         the runtime callbacks.
1070
1071         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
1072         mono_get_runtime_build_info () as the display name.
1073         
1074 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
1075
1076         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
1077         argument, since NEWARR expects a native int. Fixes #481559.
1078
1079 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1080
1081         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
1082         against broken SRE methods.
1083
1084 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1085
1086         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
1087         a NULL variable. Abort early on failure.
1088
1089 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1090
1091         * class.c (can_access_type): Fail visibility test for non nested
1092         types with nested visibility.
1093
1094 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
1095
1096         * assembly.c (parse_public_key): Avoid allocating (and not 
1097         freeing) the public key array when it's not requested by the 
1098         caller.
1099         * threads.c (mono_thread_manage, mono_thread_create_internal, 
1100         ves_icall_System_Threading_Thread_Thread_internal): Free 
1101         allocated memory on error.
1102
1103 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1104
1105         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
1106
1107 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1108
1109         * class.c (mono_class_setup_fields): Remove duplicated local variable
1110         named gklass.
1111         Rename gklass to gtd to reflect the fact that it points to the generic
1112         type definition.
1113         Remove the duplicated call to mono_class_setup_fields on gtd and move
1114         the error check to the beginning.
1115
1116 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1117
1118         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
1119         Remove cruft of the previous patch.
1120
1121 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1122
1123         * metadata-verify.c (verify_method_table): Check for abstract + final.
1124         Fixes #534175.
1125
1126 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1127
1128         * verify.c (verify_class_fields): Check for duplicate fields.
1129
1130 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1131
1132         * metadata-verify.c: Verify the typeref table for duplicates.
1133
1134 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1135
1136         This reverts r140936 and properly handles interfaces with static methods. The
1137         right fix is to ensure vtables without bubles which is an easier to verify
1138         constraint. We should avoid such special cases as of the reverted patch as those
1139         only make the runtime more brittle.
1140
1141         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
1142         static methods on interfaces.
1143
1144         * class.c (setup_interface_offsets): Use the number of virtual methods when
1145         calculating interface offsets instead of the number of methods. This way we
1146         avoid bubles on the layout.
1147
1148 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
1149
1150         * metadata-verify.c (verify_metadata_header): Some very smart
1151         obfuscators like to add extra stream headers. Ignore them.
1152
1153 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
1154
1155         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
1156         methods correctly.
1157
1158 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
1159
1160         * metadata-verify.c: Verify for duplicated types.
1161
1162 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
1163
1164         * metadata-verify.c (verify_typedef_table): Verify for nested types
1165         without an entry on the nested class table.
1166
1167 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
1168
1169         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
1170         <tom_hindle@sil.org>. Add locking around hash table accesses.
1171
1172 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1173
1174         * verify.c (mono_verifier_verify_class): Verify all interface if
1175         really are interfaces. Fixes #534184.
1176
1177 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
1178
1179         * pedump.c: Initialize all types during metadata validation so we report
1180         errors only detected as part of class initialization.
1181
1182 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
1183
1184         * metadata-verify.c (verify_method_table): PInvoke requires method to
1185         be static. Fixes #534189
1186
1187 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
1188
1189         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
1190         being NULL.
1191
1192 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1193
1194         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
1195         for holes or bad methods. Fixes #525314.
1196
1197 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1198
1199         * class.c (setup_interface_offsets): Don't allocate slot
1200         for the same interface multiple times. This creates bubbles
1201         that waster space and make vtable verification harder.
1202
1203         The same interface get a slot multiple times since we need
1204         to get the closure of all implemented interfaces, which means
1205         the same interface is reported multiple times.
1206
1207 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1208
1209         * verify.c (mono_verifier_verify_class): Don't check the fields
1210         of generic instances since the context on which they got expanded
1211         might lead to false positives.
1212
1213         Such thing happens when a generic type is inflated in the context
1214         of a generic method and the inflated type of a field turns into a
1215         generic method argument, which causes the checking code to think
1216         it's an invalid class when it's not.
1217
1218 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1219
1220         * verify.c (mono_type_is_valid_in_context): Verify if type
1221         is NULL and remove duplicate test.
1222
1223 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1224
1225         * verify.c (mono_verifier_verify_class): Check fields for
1226         invalid generic arguments.
1227
1228 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1229
1230         * class.c (verify_class_overrides): Verify if for static
1231         and non virtual methods.
1232
1233 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1234
1235         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
1236         Check for errors after retrieving the vtable.
1237
1238 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1239
1240         * class.c (mono_class_setup_vtable_general): Verify
1241         if method overrides are valid before processing them.
1242
1243 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1244
1245         * marshal.c (mono_array_to_lparray): Fix minimal build with
1246         cominterop disabled.
1247
1248         * marshal.c (mono_free_lparray): Same.
1249
1250 2009-08-21  Mark Probst  <mark.probst@gmail.com>
1251
1252         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
1253         the hash function for the ares_htable.
1254
1255 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
1256
1257         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
1258         bit for assembly flags. MS is ok with it but there is no spec anywhere
1259         on its mean
1260
1261 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1262
1263         * class.c (mono_class_create_from_typedef): Emit profiler events
1264         in all cases.
1265
1266 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1267
1268         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
1269         Release memory on failure.
1270
1271 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1272
1273         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
1274         to the internal API.
1275
1276         * metadata.c (get_constraints): Use a single-linked table as we don't
1277         traverse it backward. Fail and return FALSE if only of the contraint types
1278         is not found.
1279
1280         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
1281         to mono_metadata_load_generic_param_constraints except for having a return value.
1282         This has to be done since the later is part of the public API.
1283
1284         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
1285         and fail the type.
1286
1287         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
1288         and fail the method.
1289
1290 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1291
1292         * metadata-verify.c (is_valid_method_header): Add work-around to deal
1293         with MS broken behavior of emmitting EH section sizes without the
1294         header size added.
1295
1296 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1297
1298         * metadata.c (mono_type_create_from_typespec): Don't allocate image
1299         memory until we're sure that we'll need it. This avoids leaking for
1300         broken types or duplicated instantiation.
1301
1302 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1303
1304         * metadata-verify.c (is_valid_method_header): Fix stupid formating
1305         mistake.
1306
1307 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1308
1309         * metadata-verify.c (is_valid_method_header): Fix number of clauses
1310         and expected size calculation.
1311
1312 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1313
1314         * class.c (mono_class_get_field_idx): Add fixme for broken
1315         behavior for types with multiple fields with the same name.
1316         I would rather fix it, but have no idea on how to generate
1317         such artifact for testing.
1318
1319 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1320
1321         * verify.c (verifier_load_field): We should allow references to
1322         fields to be made using the generic type definition. It's up to
1323         the loader system to fail invalid ops.
1324
1325         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
1326         are invalid.
1327
1328 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1329
1330         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
1331
1332         * metadata-internals.h: Fix declaration of 
1333         mono_metadata_interfaces_from_typedef_full.
1334
1335         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
1336         heap_alloc_result parameter that controls if the result should be
1337         g_malloc'd.
1338
1339         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
1340         array be g_malloc'd and properly document this public API function.
1341
1342 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1343
1344         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
1345         remove METHOD_HEADER_TINY_FORMAT1.
1346
1347         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
1348
1349         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
1350
1351         Both spec and MS uses only 2 bits to enumerate the kind of header.
1352         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
1353         is superfluous, only used for tiny headers with odd code lengths.
1354
1355         This change also make sure that mono doesn't wronly interpret bit 2
1356         of fat header flags, which is currently reserved.
1357
1358 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1359
1360         * metadata.c (do_mono_metadata_parse_type): Do error
1361         checking for element types. Don't abort if presented
1362         with a broken type kind.
1363
1364 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1365
1366         * metadata.c (mono_metadata_parse_method_signature_full):
1367         Gracefully fail bad vararg signatures.
1368
1369 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1370
1371         * profiler.c:
1372         * class.c: Fix warnings for uninitialized variables.
1373
1374 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1375
1376         * icall.c: Fix _NSGetEnviron method declaration warning.
1377
1378 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1379
1380         * icall.c:
1381         * reflection.c: Make bitwise checks explicit.
1382
1383 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1384
1385         * debug-helpers.c:
1386         * marshal.c: Fix printf warnings.
1387
1388 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
1389
1390         * reflection.c (encode_cattr_value): Fix a warning.
1391
1392 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1393
1394         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
1395         of array bounds.
1396
1397 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1398
1399         * loader.c (mono_method_signature): Don't assert on broken
1400         signature. Print a more useful error message.
1401
1402 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1403
1404         * loader.c (mono_method_get_marshal_info): Assert if
1405         signature is invalid. Bounds check stores to the
1406         mspecs array;
1407
1408 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1409
1410         * loader.c (field_from_memberref): Fix warning.
1411
1412 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1413
1414         * loader.c (mono_method_get_param_names): Check if signature
1415         is null. Don't store beyond the size of the name array.
1416
1417 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1418
1419         * loader.c (mono_get_method_constrained): Check if signature
1420         is null.
1421
1422 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1423
1424         * loader.c (mono_loader_set_error_bad_image): Improve
1425         error messages.
1426
1427 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1428
1429         * loader.c (mono_get_method_full): Convert an assertion
1430         into a loader error.
1431
1432 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1433
1434         * class-internals.h, class.c: Better naming and documentation.
1435
1436 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
1437
1438         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
1439         obj is NULL.
1440
1441 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1442
1443         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
1444         parsing fails.
1445
1446 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1447
1448         * loader.c (mono_loader_error_prepare_exception): Handle missing field
1449         errors with no class set.
1450
1451         * loader.c (field_from_memberref): If the field signature is of the wrong
1452         type fail with a MissingFieldException instead of a BadImageException as
1453         this is the behavior observed on MS. 
1454
1455 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1456
1457         * loader.c (field_from_memberref): Don't crash if either the field
1458         signature or the typespec class are invalid.
1459
1460 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1461
1462         * verify.c (verifier_load_field): Don't allow field related
1463         ops to reference fields on generic type definition.
1464
1465 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1466
1467         * metadata-verify.c: Add new warning level for errors specified
1468         by ECMA 335 but that MS ignores.
1469
1470         * metadata-verify.c (verify_method_table): Make compiler controled
1471         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
1472         this check is safe because the end result will only be some visibility
1473         exceptions been thrown.
1474
1475 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1476
1477         * verify.c (get_boxable_mono_type): Don't allow the
1478         use of the generic type definition on boxed type positions.
1479
1480         Fixes #531237.
1481
1482 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1483
1484         * threadpool.c: Make sure no cross-domain references remain in
1485         ares_htable or the arrays that are thrown away when resizing.
1486
1487 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1488
1489         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
1490         list of classes for which we have to unregister reflection_info
1491         with the GC and which are not in the namespace cache.
1492
1493         * reflection.c (mono_reflection_initialize_generic_parameter): Add
1494         the class to the list.
1495
1496 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1497
1498         * domain.c (mono_domain_free): Unregister the GC roots in
1499         MonoDomain.
1500
1501 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
1502
1503         * reflection.c (mono_reflection_type_get_handle): Fix typo.
1504
1505 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
1506
1507         * class.c: Add mono_class_get_field_from_name_full which does
1508         the same as mono_class_get_field_from_name but does check field
1509         signature as well.
1510
1511         * class-internals.h: Export mono_class_get_field_from_name_full as
1512         part of the internal API.
1513
1514         * loader.c (field_from_memberref): Search fields by name and signature
1515         as it's valid to have two fields with same name but different types.
1516
1517         Fixes #528055.
1518
1519 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
1520
1521         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
1522
1523         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
1524
1525         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
1526         System.Type.
1527
1528 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
1529
1530         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
1531
1532         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
1533
1534 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1535
1536         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
1537         to sgen-scan-object.h, which can be included and parameterized via
1538         macros.
1539
1540         * Makefile.am: sgen-scan-object.h added.
1541
1542 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1543
1544         * gc.c: #define GC_dont_gc if we're compiling with SGen.
1545
1546 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1547
1548         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
1549         before clearing a domain in the GC.
1550
1551 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1552
1553         * exception.c (mono_exception_from_name_domain): Actually create
1554         the exception in the specified domain.
1555
1556         * appdomain.c (mono_domain_create_appdomain_internal): Create the
1557         OutOfMemoryException a bit later so that the domain is inialized
1558         "enough" that it works.
1559
1560 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1561
1562         * threads.c (thread_cleanup): Clean up the cached_culture_info
1563         array to prevent cross-domain references.
1564
1565 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
1566
1567         * metadata.c: more documentation for MonoType accessors.
1568
1569 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
1570
1571         Fix incorrect size definitions where the tail array isn't a list
1572         of pointers
1573         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
1574         define size.
1575         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
1576         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
1577         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
1578
1579 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1580
1581         * reflection.h:
1582         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
1583
1584 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1585
1586         * metadata.c:
1587         * loader.c:
1588         * metadata-internals.h:
1589         * method-builder.c:
1590         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
1591
1592 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1593
1594         * cominterop.c:
1595         * metadata.c:
1596         * metadata.h:
1597         * loader.c:
1598         * marshal.c:
1599         * reflection.c: #define for sizeof in MonoType and
1600         MonoMethodSignature.
1601
1602 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1603
1604         * domain.c:
1605         * domain-internals.h: add and use #define's instead of sizeof()
1606         for MonoJitInfo and MonoJitInfoTable.
1607
1608 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1609
1610         * object.c:
1611         * class.h: use #define instead of sizeof() for MonoRemoteClass.
1612
1613 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
1614
1615         * metadata.c:
1616         * metadata.h:
1617         * object.c:
1618         * class-internals.h:
1619         * generic-sharing.c:
1620         * marshal.c: use a #define instead of sizeof() for a few
1621         structures that use a zero-length array.
1622
1623 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
1624
1625         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
1626         to handle inflated generic methods.
1627
1628         * appdomain.c: Bump corlib version.
1629
1630         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
1631         instances.
1632
1633         * reflection.c (fixup_method): Same
1634
1635         * reflection.c (resolve_object): Same.
1636
1637         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
1638         g_error and a decent message.
1639
1640 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
1641
1642         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
1643         from the object because it could not yet be available globally
1644         (it happens if the profiler tries to create a gchandle on the
1645         MonoThread object of a thread that is still registering itself
1646         with the runtime).
1647
1648 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
1649
1650         * reflection.c (mono_generic_class_get_object): Initialized the
1651         managed type arguments array.
1652
1653         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
1654
1655         * appdomain.c: Bump corlib version.
1656
1657 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
1658
1659         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
1660         #527902.
1661
1662 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
1663
1664         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
1665         Avoid a crash if synch_cs is not set.
1666         
1667         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
1668         Handle the case when the handle is 0.
1669
1670         * appdomain.c: Bump corlib version.
1671
1672 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
1673
1674         * reflection.c (mono_type_get_object): Fix a warning.
1675
1676 2009-08-01  Mark Probst  <mark.probst@gmail.com>
1677
1678         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
1679         descriptor here.  We assume it's already been computed.
1680
1681         * generic-sharing.c (instantiate_other_info): Compute the GC
1682         descriptor for info type MONO_RGCTX_INFO_KLASS.
1683
1684 2009-08-01  Mark Probst  <mark.probst@gmail.com>
1685
1686         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
1687         type, so don't use MONO_OBJECT_SETREF to set a field.
1688
1689 2009-08-01  Mark Probst  <mark.probst@gmail.com>
1690
1691         * gc.c: We were missing one case where invoking a finalizer would
1692         not reset the domain.  Also, in the finalizer thread loop, assert
1693         that we're in the root domain.
1694
1695 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
1696
1697         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
1698         if the type is not an array.
1699
1700 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
1701
1702         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
1703         method bound to the declaring type of the method. Raise an exception
1704         if the type is not a generic param.
1705
1706 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
1707
1708         * class.c (print_unimplemented_interface_method_info): Print the
1709         full type name.
1710
1711         * class.c (mono_class_setup_vtable_general): When dealing with a
1712         generic instance first check if the generic type definition is
1713         not broken.
1714
1715 2009-02-11 Tom Hindke <tom_hindle@sil.org>
1716
1717         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
1718
1719         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
1720
1721         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
1722
1723         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
1724
1725         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
1726
1727         Code is contributed under MIT/X11 license
1728
1729 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
1730
1731         * verify.c: Fix naming of stelem and ldelem.
1732
1733 2009-07-30  Mark Probst  <mark.probst@gmail.com>
1734
1735         * generic-sharing.c: Replace the templates lock with the loader
1736         lock because of very hard to resolve deadlock issues.
1737
1738 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
1739
1740         * icall.c (ves_icall_Type_GetMethodsByName): Use 
1741         mono_class_get_vtable_size () instead of accessing klass->vtable_size
1742         directly. Fixes #525338.
1743
1744         * class.c (mono_class_get_vtable_size): New helper function.
1745
1746         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
1747         the field belongs to the type. Fixes #525733.
1748
1749 2009-07-30  Mark Probst  <mark.probst@gmail.com>
1750
1751         * sgen-gc.c: When we stop a thread and its stack top is not within
1752         its allocated stack (because it's in an altstack signal handler),
1753         restart it and stop it again, until it is.
1754
1755 2009-07-30  Mark Probst  <mark.probst@gmail.com>
1756
1757         * sgen-gc.c: Take a thread's stack top and registers from the
1758         sigcontext in the suspend signal handler.
1759
1760         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
1761         stuff to sgen-archdep.h.
1762
1763         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
1764         caller, because have code in sgen-archdep.h to acquire that data.
1765
1766 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
1767
1768         * profiler.c, profiler.h, profiler-private.h:
1769         Added support for keeping track of code chunks and buffers.
1770
1771 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
1772
1773         * metadata-verify.c: Fix endianness problems on decoding functions.
1774         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
1775
1776 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
1777
1778         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
1779         schema for vectors and one dimension SZARRAY.
1780
1781 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
1782
1783         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
1784         schema for vectors and one dimension SZARRAY.
1785
1786 2009-07-27  Mark Probst  <mark.probst@gmail.com>
1787
1788         * icall-def.h, thread-types.h, threads.c: New separate icalls for
1789         Interlocked.(Compare)Exchange with object arguments, which invoke
1790         write barriers.
1791
1792 2009-07-26  Miguel de Icaza  <miguel@novell.com>
1793
1794         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
1795         passed invalid arguments.   Fixes another crasher in the
1796         Silverlight test suite.
1797
1798         * class.c (mono_class_array_element_size): Return 0 for the size
1799         of the class;  This fixes the crasher exposed by :
1800
1801         typeof (void).MakeArrayType ();
1802
1803         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
1804         if there is no method to dereference.    Put all the code that
1805         depends on this inside the if (method) block.
1806
1807         This fixes the crasher exposed by Microsoft's Silvelright CLR test
1808         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
1809
1810         With this change, we pass the test.
1811         
1812         * reflection.c (mono_reflection_sighelper_get_signature_local):
1813         Only dereference the assembly if it has been set.    Fixes a
1814         crasher exposed by #525328
1815
1816 2009-07-25  Mark Probst  <mark.probst@gmail.com>
1817
1818         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
1819         don't perform the store in mono_gc_wbarrier_generic_nostore().
1820         Remove the second argument (value), which is not needed.
1821
1822 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
1823
1824         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
1825         the build.
1826
1827         * boehm-gc.c: Ditto.
1828         
1829 2009-07-24  Mark Probst  <mark.probst@gmail.com>
1830
1831         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
1832         not perform the store itself.  Introduce
1833         mono_gc_wbarrier_generic_nostore(), which is the same as
1834         mono_gc_wbarrier_generic_store(), except it doesn't perform the
1835         store.
1836
1837 2009-07-24  Mark Probst  <mark.probst@gmail.com>
1838
1839         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
1840         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
1841         we still need the memcpy().
1842
1843 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1844
1845         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
1846         so that big arrays are handled correctly.  Always use
1847         safe_object_get_size() to calculate array object sizes, which
1848         takes bounds into account.
1849
1850 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1851
1852         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
1853         GC descriptor is computed before we use it.
1854
1855 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1856
1857         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
1858         write barrier if necessary.
1859
1860 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1861
1862         * icall-def.h, icall.c, thread-types.h: New separate icall for
1863         VolatileWrite(object&,object) that uses a write barrier.
1864
1865         * console-unix.c, file-io.c, icall.c, threads.c: Use write
1866         barriers in icalls which write to "ref" or "out" arguments.
1867
1868 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
1869
1870         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
1871         handler in a separate icall, to reduce the size of the wrappers.
1872
1873 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1874
1875         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
1876
1877 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1878
1879         * metadata-verify.c (parse_field): Allow byref field.
1880
1881         * metadata-verify.c (parse_locals_signature): Allow byref locals.
1882
1883         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
1884
1885 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1886
1887         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
1888         Fixes #522784.
1889
1890 2009-07-20  Robert Jordan  <robertj@gmx.net>
1891
1892         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
1893         Fix invalid IL in valuetype handling (STOBJ must push the
1894         corresponding class). Fixes bug #523149.
1895
1896         Code is contributed under MIT/X11 license.
1897
1898 2009-07-20  Geoff Norton  <gnorton@novell.com>
1899
1900         * gc.c: Use proper semaphores where available on posix and darwin.
1901
1902 2009-07-19  Geoff Norton  <gnorton@novell.com>
1903
1904         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
1905
1906 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
1907
1908         * refletion.c (is_sre_usertype): Change name to is_usertype and
1909         invert it's result so it returns true if the type is an user type
1910         and not the opposite.
1911
1912         * reflection.c (is_*_type): Change all of those to use new macro
1913         check_corlib_type_cached that cached the type lookup so we don't
1914         need to do string comparisons all the type. Changed the signature
1915         to take a MonoClass instead.
1916
1917         * reflection.c: Change mono_image_create_token and resolve_object
1918         to use is_sre_* functions.
1919
1920 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1921
1922         * sgen-gc.c: Check for writes to the stack in the managed
1923         wbarrier as well.
1924
1925 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1926
1927         * sgen-gc.c: When a thread is unregistered, don't free its remsets
1928         but put them on a list which is processed with the other thread's
1929         remsets.
1930
1931 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1932
1933         * sgen-gc.c: Fix and enable the internal allocator instead of
1934         using malloc/free (which causes deadlocks).
1935
1936 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
1937
1938         * refletion.c: Fix builds with SRE disabled by adding a minimal
1939         implementation of mono_reflection_type_get_handle.
1940
1941 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
1942
1943         * refletion.c: Make mono_reflection_type_get_handle non static.
1944
1945         * object-internals.h: Export mono_reflection_type_get_handle.
1946
1947         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
1948         unmanaged handle using mono_reflection_type_get_handle.
1949
1950 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
1951
1952         * refletion.c: Replace all reads of MonoReflectionType::type with
1953         calls to mono_reflection_type_get_handle. Only the functions that
1954         deal with constructing TypeBuilder::type have not been changed
1955         because they have to deal with NULL values.
1956
1957         This is a first step into supporting reflection types that don't
1958         map directly into their unmanaged counterpart.
1959
1960 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
1961
1962         * metadata-verify.c (parse_locals_signature): Don't complain
1963         on signature with zero locals since MS generates it and doesn't
1964         bother with.
1965
1966 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
1967
1968         * reflection.c (mono_image_get_array_token): Resolve return
1969         type using mono_reflection_type_get_handle.
1970
1971         * reflection.c (mono_image_get_array_token): Resolve array method
1972         parent type using mono_reflection_type_get_handle.
1973
1974 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
1975
1976         * reflection.c (mono_image_basic_init): Applied patch from
1977         <Dax@daxxfiles.net>. Set the public key token from the assembly
1978         builder. Fixes #518909.
1979
1980         * appdomain.c: Bump corlib version.
1981
1982 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
1983
1984         * class.c (mono_class_needs_cctor_run): Make this return false if
1985         the class has no cctor.
1986
1987 2009-07-13  Mark Probst  <mark.probst@gmail.com>
1988
1989         * sgen-gc.c: When the minor GC needs to allocate a new section,
1990         invoke the major GC afterwards.
1991
1992 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
1993
1994         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
1995           Applying the window_style field to the SHELLEXECUTEINFO struct.
1996
1997         Code is contributed under MIT/X11 license.
1998
1999 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2000
2001         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
2002         locking earlier.  Fix it in the managed allocator by making sure
2003         that no thread is stopped there before the GC runs.  If we do stop
2004         a thread there, we restart it and let it run a but, until it stops
2005         somewhere else.
2006
2007         * gc-internal.h, gc.c: Function for getting the IP from a signal
2008         context via a function registered by mini.
2009
2010 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
2011
2012         * object-internals.h (MonoIntPtr): New structure describing a boxed
2013         IntPtr.
2014
2015         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
2016         returns. Fixes #519953.
2017
2018         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
2019
2020 2009-07-09  Mark Probst  <mark.probst@gmail.com>
2021
2022         * class-internals.h, generic-sharing.c: New RGCTX info type for
2023         getting a remoting invoke with check wrapper.
2024
2025 2009-07-07  Geoff Norton  <gnorton@novell.com>
2026
2027         * icall-def.h: Fix the enable-minimal build.
2028
2029 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2030
2031         * object-internals.h: Add MonoReflectionDerivedType.
2032
2033         * reflection.c: Implement support for PointerType.
2034         Fixed tons of warnings.
2035
2036 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2037
2038         * object-internals.h: Add MonoReflectionByRefType.
2039
2040         * reflection.c: Implement support for ByRefType.
2041
2042 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2043
2044         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
2045
2046         * object-internals.h: Add MonoReflectionArrayType and
2047         mono_reflection_create_unmanaged_type.
2048
2049         * reflection.c: Implement support for ArrayType.
2050
2051 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2052
2053         * metadata-verify.c (is_valid_method_header): Parse EH block
2054         flags correctly.
2055
2056 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2057
2058         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
2059         processing the disappearing links, and process disappearing links
2060         in a loop until no new objects are copied.
2061
2062 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2063
2064         * object.c (handle_enum): Invoke the write barrier when copying
2065         value type instances.
2066
2067         * sgen-gc.c: Register remsets for unmanaged write barriers only
2068         when the address written to is actually on the heap.  This makes
2069         set_value() in object.c work without requiring that the result be
2070         on the heap.
2071
2072 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
2073
2074         The runtime wrappers are all bound to a given type that must
2075         exist in the same image. For regular images we use the <Module>
2076         type, which is required to exist for all images.
2077
2078         The <Module> type can't be used for dynamic images because it
2079         might not exist at the time the wrapper is required, so we create
2080         a synthetic type to use instead.
2081
2082         The current code works because of the 2 stage setup of MonoClass,
2083         but once this is gone it will no longer work.
2084
2085         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
2086
2087         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
2088
2089         * object-internals.h: Export mono_image_set_wrappers_type icall
2090         as part of the internal API.
2091
2092         * marshal.c (get_wrapper_target_class): If the image is dynamic,
2093         use MonoDynamicImage::wrappers_type instead of the <Module> type.
2094
2095         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
2096         image wrappers_type to the provided value.
2097
2098 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
2099
2100         * appdomain.c (deregister_reflection_info_roots): No need
2101         to use the image lock here.
2102
2103 2009-07-02  Mark Probst  <mark.probst@gmail.com>
2104
2105         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
2106
2107 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
2108
2109         * threads.c: Store the thread start argument in a hash table instead of
2110         registering it as a root, as libgc doesn't support unregistering roots
2111         under windows, leading to 'too many root sets' errors when many threads
2112         are created.
2113
2114         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
2115         shutdown, they can still be referenced by the other dying objects.
2116         Fixes #514506.
2117
2118 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2119
2120         * socket-io.c: DontLinger does not allow LingerOptions.
2121
2122 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2123
2124         * metadata-verify.c: The spec doesn't mention that it's possible to add
2125         custom attribute to a generic parameter. Fixed.
2126
2127 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2128
2129         * class.c (inflate_generic_type): Don't crash while trying to output a message
2130         on why we're aborting.
2131
2132 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
2133
2134         * socket-io.c: DontLinger can take an int or a boolean too.
2135
2136 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
2137
2138         * gc.c: check for a null argument to SuppressFinalize () and
2139         ReRegisterForFinalize ().
2140
2141 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2142
2143         * loader.c (method_from_methodspec): Call into the verifier to check
2144         the signature.
2145
2146         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
2147
2148         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
2149         part of the internal API.
2150
2151 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2152
2153         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
2154         the signature.
2155
2156         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
2157
2158         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
2159         part of the internal API.
2160
2161 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2162
2163         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
2164         the signature.
2165
2166         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
2167         blob verification.
2168
2169         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2170         part of the internal API.
2171
2172 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2173
2174         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
2175         when doing basic verification. 
2176
2177         This check must be done since the runtime peeks into signatures in much
2178         more places than it does decoding so it makes sense to ensure that all
2179         pointers to blob objects are well formed.
2180
2181 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2182
2183         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
2184         Use proper overflow dectection. Fix usage of it.
2185
2186 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2187
2188         * loader.c (field_from_memberref): Call into the verifier to check
2189         the signature.
2190
2191         * loader.c (mono_method_get_signature_full): Same.
2192
2193         * loader.c (method_from_memberref): Same.
2194
2195         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
2196
2197         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2198         part of the internal API.
2199
2200 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2201
2202         * threadpool.c (mono_thread_pool_add): If the domain is unloading
2203         or unloaded, still return an AsyncResult, but don't add it to the
2204         threadpool.
2205
2206 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2207
2208         * threads.c: fix missing colon when DEBUG is defined.
2209
2210 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2211
2212         * threadpool.c: Don't add new calls to a threadpool if the domain
2213         of the call is unloading or unloaded.  When dequeuing a job, null
2214         the reference in the queue.
2215
2216 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2217
2218         * sgen-gc.c (null_link_in_range): Add the dislink for the old
2219         generation if an object was moved.
2220
2221 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
2222
2223         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
2224           parameters of type SAFEARRAY[VARIANT].
2225
2226         * reflection.c (encode_marshal_blob): Properly generate element type
2227           (SafeArraySubType marshal attribute option).
2228
2229         Code is contributed under MIT/X11 license.
2230
2231 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
2232
2233         * reflection.c: in mono_method_clear_object () really ensure all the
2234         objects are removed.
2235
2236 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2237
2238         * loader.c (mono_method_signature): Call into the verifier to check
2239         the method signature.
2240
2241         * metadata-verify.c (verify_method_table): Move signature verification
2242         to verify_method_table_full.
2243
2244         * metadata-verify.c: Add mono_verifier_verify_method_signature.
2245
2246         * verify-internals.h: Export mono_verifier_verify_method_signature as
2247         part of the internal API.
2248
2249 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2250
2251         * loader.c (mono_method_get_header): Call into the verifier to
2252         check the method header.
2253
2254         * metadata-verify.c: Add mono_verifier_verify_method_header.
2255
2256         * verify-internals.h: Export mono_verifier_verify_method_header as
2257         part of the internal API.
2258
2259 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2260
2261         * class.c (mono_class_find_enum_basetype): Call into the verifier to
2262         check the field signature. Replace an assert with an explicit check.
2263
2264         * class.c (mono_class_setup_fields): Call into the verifier to check
2265         the field signature.
2266
2267         * metadata-verify.c: Add mono_verifier_verify_field_signature.
2268
2269         * verify-internals.h: Export mono_verifier_verify_field_signature as
2270         part of the internal API.
2271
2272 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2273
2274         * class.c (mono_class_find_enum_basetype): Simplify this function
2275         by moving code outside of the loop and not decoding static fields.
2276
2277 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2278
2279         * metadata-verify.c (verify_typedef_table): Check the extends
2280         token here. Move to here a flags check from verify_typedef_table_full.
2281
2282 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
2283
2284         * metadata-verify.c (is_valid_method_header): Fix a warning.
2285
2286         * metadata-internals.h (MonoImage): Remove the unused 
2287         static_rgctx_invoke_wrapper_cache.
2288
2289         * image.c marshal.c: Ditto.
2290
2291 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2292
2293         * image.c (do_mono_image_load): Enable table data verification.
2294
2295 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2296
2297         * metadata-verify.c (is_valid_constant): Fix nullref check.
2298
2299 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2300
2301         * metadata-verify.c (is_valid_constant): Fix string bounds check.
2302
2303 2009-06-22  Mark Probst  <mark.probst@gmail.com>
2304
2305         * sgen-gc.c: Managed allocation with pthreads TLS.
2306
2307         * threads.c, threads-types.h: Functions for the JIT to tell the
2308         runtime whether it supports the MONO_TLS opcode.
2309
2310 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2311
2312         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
2313         without methods.
2314
2315 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2316
2317         * metadata-verify.c (is_valid_constant): Fix the string length check.
2318         Use safe overflow checking. Add decent error messages.
2319
2320 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2321
2322         * metadata-verify.c: Move remaininh blob checks to the offline
2323         verification path.
2324
2325 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2326
2327         * metadata-verify.c: Move more blob checks to the offline verification
2328         path.
2329
2330 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
2331
2332         * object-internals.h : Adding interrupt_on_stop field.
2333
2334         * threads.c (mono_thread_request_interruption) : On Windows exit the
2335           thread if interrupt_on_stop is set.
2336
2337         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
2338          Removing old interrupt logic and setting the interrupt_on_stop for the
2339          thread when calling accept.
2340
2341         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
2342          setting the interrupt_on_stop for the thread when calling accept.
2343
2344         Contributed under MIT/X11 license.
2345
2346 2009-06-20  Martin Baulig  <martin@ximian.com>
2347
2348         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
2349
2350 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
2351
2352         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
2353         running in no-exec mode.
2354
2355 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2356
2357         * metadata-verify.c (verify_method_table): Move header
2358         checking to verify_method_table_full.
2359
2360         * metata-verify.c (mono_verifier_verify_full_table_data):
2361         Call verify_method_table_full.
2362
2363 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2364
2365         * metadata-verify.c (verify_field_table): Move signature
2366         checking to verify_field_table_full.
2367
2368         * metata-verify.c (mono_verifier_verify_full_table_data):
2369         Call verify_field_table_full.
2370
2371 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2372
2373         * metadata-verify.c (verify_typedef_table): Move remaining
2374         stuff to verify_typedef_table_full.
2375
2376 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2377
2378         * metadata-verify.c: Kill is_corlib from VerifyContext.
2379         It is only used by the offline mode.
2380         So we better remove it from the runtime path.
2381
2382 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2383
2384         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
2385         function that perform the offline metadata verification steps.
2386
2387         * metadata-verify.c (verify_typedef_table): Move some checks to
2388         verify_typedef_table_full and make it been called by new function
2389         mono_verifier_verify_full_table_data.
2390
2391         * pedump.c: Call mono_verifier_verify_full_table_data.
2392
2393         * verify-internals.h: Export mono_verifier_verify_full_table_data as
2394         part of the internal API.
2395
2396 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2397
2398         * metadata-verify.c (typedef_is_system_object): Fix System.Object
2399         check.
2400
2401         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
2402         flags bits. SupportLastError was confused as bit 7 instead of 6.
2403
2404         * metadata-verify.c (verify_implmap_table): Fix import scope verification
2405         to check against the module ref table instead of module.
2406
2407         * metadata-verify.c (verify_implmap_table): Fix corlib check.
2408
2409         * pedump.c: Call mono_image_load_names.
2410
2411 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2412
2413         * image.c: Extract mono_image_load_names from do_mono_image_load.
2414
2415         * metadata-internals.h: Export mono_image_load_names as part of
2416         the internal API.
2417         
2418 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
2419
2420         * metadata.c (mono_metadata_cleanup): Free the generic method cache
2421         first, as it could reference data in the other caches.
2422
2423 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2424
2425         * metadata-verify.c: Finished with method header verification.
2426
2427 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2428
2429         * metadata-verify.c: Added more header verification code.
2430         Now only EH clauses are missing.
2431
2432 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
2433
2434         * marshal.c (get_runtime_invoke_type): Don't share primitive types
2435         for return values.
2436
2437 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
2438
2439         * metadata-verify.c: Initial method header verification.
2440
2441 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
2442
2443         * metadata-verify.c (verify_import_table): The IAT contents
2444         might end been patched by the windows DL when running with
2445         coree enabled.
2446
2447 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
2448
2449         * class.c (mono_class_from_typeref): If the enclosing type is not
2450         found return null instead of crashing. Fixes #508487.
2451
2452 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
2453
2454         * normalization-tables.h : updated to the latest unicode charcter
2455           data.
2456         * appdomain.c : bump corlib version.
2457
2458 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
2459
2460         * class.c (mono_class_from_name): Fix support for assembly references
2461         in the EXPORTEDTYPE table. Fixes #511704.
2462
2463 2009-06-13  Geoff Norton  <gnorton@novell.com>
2464
2465         * domain.c: Ensure that mono_domain_assembly_open actually opens the
2466         assembly in the target domain.
2467
2468 2009-06-12  Robert Jordan  <robertj@gmx.net>
2469
2470         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
2471         because "this" of the managed signature has become an
2472         ordinary parameter in the unmanaged signature.
2473
2474 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
2475
2476         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
2477         field for owner-less generic containers.
2478
2479         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
2480         image field of the owner-less generic containers created here.
2481
2482         * metadata.c (mono_metadata_load_generic_params): Ditto, the
2483         contain is ownerless until the caller sets its owner.
2484
2485         * metadata.c (type_in_image): Handle owner-less generic containers
2486         correctly.
2487         
2488 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
2489
2490         * image.c (mono_image_close): Support debug_assembly_unload for
2491         dynamic images too.
2492
2493 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
2494
2495         * class.c: Fix some typos in comments.
2496
2497 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
2498
2499         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
2500
2501         * threads.c (mono_thread_execute_interruption): Avoid creating the
2502         abort exception object while holding the synch_cs lock.
2503
2504 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
2505
2506         * metadata-verify.c: Verify basic cattr content.
2507
2508 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
2509
2510         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
2511         nested types.
2512         
2513         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
2514         support for nested types. Fixes #511704.
2515
2516 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
2517
2518         * metadata-verify.c: Verify methodspec signatures.
2519
2520 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
2521
2522         * metadata-verify.c: Verify typespec signatures.
2523
2524 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
2525
2526         * metadata.c (free_inflated_method): Call 
2527         mono_marshal_free_inflated_wrappers (), which was missed earlier.
2528
2529 2009-06-08  Miguel de Icaza  <miguel@novell.com>
2530
2531         * mono-config.c: Small change to report the PPC64/ILP32 model.
2532
2533 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2534
2535         * metadata-verify.c (parse_type): Check szarray.
2536
2537 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2538
2539         * metadata-verify.c (parse_type): Check fnptr.
2540
2541 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2542
2543         * metadata-verify.c (parse_type): Check generic instances.
2544
2545 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2546
2547         * metadata-verify.c (parse_type): Check array shape.
2548
2549 2009-06-05  Robert Jordan  <robertj@gmx.net>
2550
2551         * class.c (mono_class_create_from_typedef): Check only for
2552         mscorlib's System.Array.
2553
2554 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
2555
2556         * metadata-verify.c (parse_type): Check pointer, class/valuetype
2557         and generic params. 
2558
2559         * metadata-verify.c (parse_field): Check the signature.
2560
2561 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
2562
2563         * metadata-verify.c: Implement locals signature check.
2564
2565 2009-06-04  Marek Safar  <marek.safar@gmail.com>
2566
2567         * domain.c: Add .NET 4.0 Beta 1 version.
2568
2569 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
2570
2571         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
2572           For QueryInterface on CCWs consider the base class
2573           interfaces as well.
2574
2575         Code is contributed under MIT/X11 license.
2576
2577 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
2578
2579         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
2580
2581         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
2582         used.
2583
2584         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
2585         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
2586
2587         * generic-sharing.c (inflate_other_data): Ditto.
2588         
2589 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
2590
2591         * metadata-verify.c: Implement property signature check.
2592
2593 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2594
2595         * sgen-gc.h: Register saving support for PPC.
2596
2597 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2598
2599         * sgen-gc.c: Fixed a pthread TLS screwup.
2600
2601 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2602
2603         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
2604         supported.
2605
2606 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2607
2608         * sgen-gc.c: Disable TLA and managed allocation if the __thread
2609         keyword is not supported.
2610
2611 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
2612
2613         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
2614         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
2615         the inflated method is freed. Fixes #508389.
2616
2617         The code is contributed under the MIT/X11 license.
2618         
2619 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
2620
2621         * marshal.c (get_wrapper_target_class): New helper function.
2622         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
2623         the <Module> class of the image. Fixes #509049.
2624
2625 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
2626
2627         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
2628         Check if the thread was interrupted and proccess it straight away.
2629         Makes abortion much more responsive.
2630
2631 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
2632
2633         * threads.c (mono_thread_execute_interruption): Use atomic cas with
2634         MonoThread::interruption_requested to match it's counterpart.
2635
2636         Fixes a hang in abort-stress-1 on a 2 core x86.
2637
2638         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
2639         Fix warning.
2640
2641 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
2642
2643         Change MonoImage::name_cache to be protected by the image lock
2644         instead of the loader lock.
2645
2646         * appdomain.c (deregister_reflection_info_roots): Protect access
2647         to name_cache.
2648
2649         * class.c (mono_image_init_name_cache): Change from the loader lock
2650         to the image lock. Check if the cache wasn't already created.
2651
2652         * class.c: Change from the loader to the image lock.
2653
2654         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
2655         the code to hold the image lock while iterating over name_cache and
2656         not go into mono_array_new holding it.
2657
2658         * metadata-internals.h: Add a comment about this change.
2659
2660 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
2661
2662         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2663         Under the 2.0 profile raise the loader error.
2664
2665         Fixes #508532.
2666
2667 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
2668
2669         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
2670         of ldind opcode for generic instances so we don't fail for direct wrappers.
2671         This only affect direct calls.
2672
2673 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
2674
2675         * reflection.c (create_dynamic_mono_image): Fix warnings.
2676
2677         * generic-sharing.c (other_info_equal): Ditto.
2678         
2679 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
2680
2681         * metadata-verify.c: Implement field signature check.
2682
2683 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
2684
2685         * metadata-verify.c: Implement standalone signature check.
2686
2687 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
2688
2689         * metadata-verify.c: Implement methodref signature check.
2690
2691 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
2692
2693         * object-internals.h (MonoRuntimeCallbacks): New structure containing
2694         callbacks supplied by the runtime.
2695
2696         * object.c (mono_install_callbacks): New internal function to install
2697         the callbacks.
2698
2699         * object.c (mono_create_ftnptr): Move the implementation of this to
2700         mini/.
2701
2702         * object.c (mono_get_addr_from_ftnptr): Ditto.  
2703
2704 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
2705
2706         * metadata-verify.c (parse_return_type): Proper byref check.
2707         * metadata-verify.c (is_valid_method_signature): Check for zero arity
2708         generic signatures and method params.
2709
2710 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
2711
2712         * metadata-verify.c (decode_signature_header): Fix bounds check.
2713
2714         * metadata-verify.c (parse_custom_mods): Check custom mods.
2715
2716         * metadata-verify.c (parse_type): Do initial basic verification
2717         of valid values.
2718         
2719         * metadata-verify.c (is_valid_method_signature): Parse the generic
2720         param count.
2721
2722 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
2723
2724         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
2725         discarded based on their most specific definition so we set the method_slots
2726         array before checking if the method is acceptable or not.
2727
2728         Fixes #506757.
2729
2730 2009-05-26  Mark Probst  <mark.probst@gmail.com>
2731
2732         * icall.c: Free the old array when resizing a mono_ptr_array.
2733
2734 2009-05-26  Mark Probst  <mark.probst@gmail.com>
2735
2736         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
2737         for the hashes whose keys are managed objects.
2738
2739 2009-05-26  Mark Probst  <mark.probst@gmail.com>
2740
2741         * object-internals.h, threads.c: Set the execution context on
2742         thread start here, not in corlib.
2743
2744         * appdomain.c: Bump corlib version.
2745
2746 2009-05-27  Martin Baulig  <martin@ximian.com>
2747
2748         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
2749         if `_mono_debug_using_mono_debugger' is set to make things work
2750         properly when embedding Mono.
2751
2752 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
2753
2754         * class.c (mono_class_setup_fields): Don't mark simd types as having
2755         16 bytes alignment as the whole runtime doesn't support.
2756
2757 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
2758
2759         * metadata-verify.c (safe_read): Use endian safe read macros.
2760
2761 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
2762
2763         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
2764         it is read-only when using full aot.
2765
2766 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
2767
2768         * metadata-verify.c (is_valid_method_signature): Verify parts
2769         of the return type. Provide an error message in case of failure.
2770
2771 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
2772
2773         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
2774
2775 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
2776
2777         * metadata-verify.c: Include the size prefix in the bounds check.
2778
2779 2009-05-22  Miguel de Icaza  <miguel@novell.com>
2780
2781         * icall.c: Remove warnings.
2782
2783         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
2784         prevent auto-detection based on GCC defines.
2785
2786         Add PS3
2787
2788         * metadata-verify.c: Do not include signal.h
2789
2790         * generic-sharing.c, marshal.c: Add returns to avoid some warning
2791         messages.  Not sure why the g_assert_not_reached is not enough to
2792         quiet the compiler.
2793         
2794
2795         * appdomain.c: Remove code that is not used when
2796         DISABLE_SHADOW_COPY is set.
2797
2798         * image.c: use g_getenv
2799
2800 2009-05-21  Miguel de Icaza  <miguel@novell.com>
2801
2802         * reflection.c: Remove code that it not used with
2803         DISABLE_REFLECTION_EMIT is defined.
2804
2805 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
2806
2807         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
2808         invoke wrappers.
2809
2810 2009-05-20  Miguel de Icaza  <miguel@novell.com>
2811
2812         * socket-io.c
2813         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
2814         the ifdef here and instead put that on io-layer
2815
2816 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
2817
2818         * metadata-verify.c: Verify the generic param constraint table.
2819
2820 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
2821
2822         * metadata-verify.c (verify_generic_param_table): Fix
2823         thinko on the valid flags bits for generic params.
2824
2825 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
2826
2827         * metadata-verify.c: Verify the methodspec table.
2828
2829 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
2830
2831         * metadata-verify.c: Verify the generic param table.
2832
2833 2009-05-19  Mark Probst  <mark.probst@gmail.com>
2834
2835         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
2836
2837 2009-05-19  Mark Probst  <mark.probst@gmail.com>
2838
2839         * sgen-gc.c: Use generation enum more consistently and use the
2840         correct generation in mono_gc_register_for_finalization().
2841
2842 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
2843
2844         * metadata-verify.c: Verify the nested class table.
2845
2846 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
2847
2848         * metadata-verify.c: Verify the manifest resource table.
2849
2850 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
2851
2852         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
2853
2854 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
2855
2856         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
2857         wrappers, this is now done in the JIT.
2858         
2859         * class.c (mono_set_generic_sharing_supported): New internal function.
2860         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
2861
2862 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2863
2864         * metadata-verify.c: Verify the exported type table.
2865
2866 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2867
2868         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
2869
2870 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2871
2872         * metadata-verify.c: Verify the file table.
2873
2874 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2875
2876         * metadata-verify.c (verify_assembly_table): Fix an error message.
2877
2878         * metadata-verify.c: Verify the assemblyref table.
2879
2880 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2881
2882         * metadata-verify.c (verify_assembly_table): Fix the valid
2883         bits mask for flags.
2884
2885 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
2886
2887         * debug-helpers.c (mono_method_full_name): Print generic parameters of
2888         generic methods as well.
2889
2890 2009-05-15  Geoff Norton  <gnorton@novell.com>
2891
2892         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
2893         use-case and is significantly more performant than the wapi layer.
2894
2895 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2896
2897         * metadata-verify.c: Verify the assembly table.
2898
2899 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2900
2901         * metadata-verify.c: Fix rows limit check.
2902
2903 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2904
2905         * metadata-verify.c: Verify the fieldrva table.
2906
2907 2009-05-13  Mark Probst  <mark.probst@gmail.com>
2908
2909         * sgen.c: Speed up weak links and finalizers by grouping them by
2910         generation.
2911
2912 2009-05-13  Mark Probst  <mark.probst@gmail.com>
2913
2914         * marshal.c (delegate_hash_table_add): When overwriting an entry,
2915         free the old GCHandle (only applies to SGen).
2916
2917 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
2918
2919         * loader.c (mono_get_method_from_token): Avoid the expensive call to
2920         mono_metadata_load_generic_params () for non-generic methods.
2921
2922 2009-05-12  Mark Probst  <mark.probst@gmail.com>
2923
2924         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
2925         New function for returning a monitor's weak link if it has one.
2926
2927         * sgen-gc.c: Remove an object's monitor's weak link (if it has
2928         one) when clearing a domain.  These can still be around because
2929         the object might not have been collected.
2930
2931 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
2932
2933         * gc.c: Fix a warning.
2934
2935 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
2936
2937         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
2938         prevous wait that resulted in a deadlock on Windows when initializing
2939         the runtime form DllMain. Also results in improved startup time.
2940         (finalizer_thread): Get rid of thread_started_event.
2941         * threads.c, threads-types.h (mono_thread_create_internal): Return the
2942         resulting MonoThread.
2943
2944         Contributed under MIT/X11 license.
2945
2946 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
2947
2948         * metadata-verify.c: Verify the implmap table.
2949         Don't require that #US and #Strings be present.
2950
2951 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
2952
2953         * security-core-clr.c: Delegate checks are done at creation time,
2954         not a invocation time. Fix exception for Telerik Silverlight demo
2955
2956 2009-05-11  Mark Probst  <mark.probst@gmail.com>
2957
2958         * sgen-gc.c (need_remove_object_for_domain): Remove the special
2959         case for the Thread class.
2960
2961         * threads.c: Do clean-up of abort exception/state in
2962         thread_cleanup() instead of Thread.free_internal().  Also clean up
2963         current_appcontext.  The reason we have to do that is because
2964         those references might point into another domain and if that
2965         domain is unloaded before the thread is finalized, they point to
2966         invalid data.
2967
2968 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
2969
2970         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
2971         stub signatures.
2972         
2973         Contributed unter MIT/X11 license.
2974
2975 2009-05-09  Miguel de Icaza  <miguel@novell.com>
2976
2977         * verify.c, metadata-verifier.c: Add support for disabling the
2978         verifier in some builds.
2979
2980         [ Sorry, my previous commit accidentally commited some work in
2981         progress ]
2982
2983 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
2984
2985         * class.c (mono_class_setup_fields): Set class->field.first for
2986         generic instances.
2987
2988 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
2989
2990         * metadata-verify.c: Verify the typespec table.
2991
2992 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
2993
2994         * metadata-verify.c: Verify the module table.
2995
2996 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
2997
2998         * metadata-verify.c: Verify the methodimpl table.
2999
3000 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3001
3002         * metadata-verify.c: Verify the property table.
3003
3004 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
3005
3006         * debug-helpers.c (mono_method_desc_match): Add support for generic
3007         glob patterns.
3008
3009 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
3010
3011         * metadata-verify.c: Verify the propertymap table.
3012
3013 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
3014
3015         * metadata-verify.c: Verify the event table.
3016
3017         * metadata-verify.c (search_sorted_table): Fix offset
3018         calculation.
3019
3020 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
3021
3022         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
3023
3024 2009-05-01  Mark Probst  <mark.probst@gmail.com>
3025
3026         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
3027         because mono_delegate_free_ftnptr() needs it.
3028
3029 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3030
3031         * metadata-verify.c: Verify the eventmap table.
3032
3033 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3034
3035         * metadata-verify.c: Verify the standalonesig table.
3036
3037 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3038
3039         * metadata-verify.c: Verify the field layout table.
3040
3041 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3042
3043         * class.c (mono_type_get_name_recurse): Don't crash
3044         for ownerless generic params.
3045
3046         * debug-helpers.c (mono_type_get_desc): Correct the format
3047         for ownerless generic params.
3048
3049 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3050
3051         * metadata-verify.c: Verify the class layout table.
3052
3053 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3054
3055         * metadata-verify.c: Verify the decl security table.
3056
3057 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3058
3059         * domain.c (mono_domain_set_internal_with_options): Don't do
3060         anything if the old domain is the same as the old one.  Fixes
3061         #499326.
3062
3063 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3064
3065         * appdomain.c: Deregister the reflection_info roots when unloading
3066         a domain.
3067
3068         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
3069         memory allocated by a domain and frees its disappearing links.
3070
3071         * boehm-gc.c, null-gc.c: Empty implementation of
3072         mono_gc_clear_domain().
3073
3074 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3075
3076         * appdomain.c (clear_cached_vtable): Free the static fields memory
3077         block.
3078
3079 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3080
3081         * gc.c: Set the correct domain when invoking finalizers.
3082
3083         * appdomain.c: Set the correct domain when creating threads.
3084
3085 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3086
3087         * sgen-gc.c: Fix skip size for vectors.
3088
3089 2009-05-03  Martin Baulig  <martin@ximian.com>
3090
3091         * mono-debug-debugger.c
3092         (mono_debugger_check_breakpoints): Check class init handlers even
3093         if we don't have any method load handers.
3094
3095 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
3096
3097         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
3098         returning refonly assemblies if refonly is FALSE. Fixes #499013.
3099
3100 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3101
3102         * metadata-verify.c: Verify the field marshal table.
3103
3104 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3105
3106         * metadata-verify.c: Verify the custom attribute table.
3107
3108 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3109
3110         * metadata-verify.c: Verify the constant table.
3111
3112 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3113
3114         * metadata-verify.c: Verify the memberef table.
3115
3116 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3117
3118         * metadata-verify.c (get_coded_index_token): Remove
3119         dead argument.
3120
3121 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3122
3123         * metadata-verify.c: Verify the interfaceimpl table.
3124
3125 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3126
3127         * verify.c: Improve error message.
3128
3129         * debug-helpers.c (mono_type_get_desc): Harden the code that
3130         deals with VAR and MVAR.
3131
3132 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
3133
3134         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
3135         part of #498692.
3136
3137 2009-04-23 Tom Hindle <tom_hindle@sil.org>
3138
3139         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
3140         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
3141
3142 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
3143
3144         * security-core-clr.c: Avoid redundant checks for platform code, 
3145         e.g. check for method and for class (very common) and check
3146         for class and outer class (less common)...
3147
3148 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
3149
3150         * reflection.c: Avoid returning random cattrs for synthetic methods.
3151         Fixes #498545.
3152
3153 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3154
3155         * assembly.c: assemblies in the GAC should never be shadow-copied.
3156
3157 2009-04-26  Mark Probst  <mark.probst@gmail.com>
3158
3159         * domain.c, domain-internals.h: Disable
3160         track_resurrection_{objects,handles}_hash in MonoDomain if using
3161         SGen.
3162
3163 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3164
3165         * metadata-verify.c: Verify the param table.
3166
3167 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3168
3169         * metadata-verify.c (verify_typedef_table): Range check FieldList and
3170         MethodList.
3171
3172         * metadata-verify.c (verify_method_table): Proper check the ParamList
3173         field.
3174
3175 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3176
3177         * metadata-verify.c (verify_method_table): Check for runtime
3178         implemented functions such as delegate .ctors. Remove spurious
3179         printf.
3180         
3181 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3182
3183         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
3184
3185 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3186
3187         Don't allocate MonoGenericInfo for ownerless generic params.
3188         * class-internals.h (MonoGenericParam::info): Move field to ...
3189         (MonoGenericParamFull): ... this.  New struct.
3190         (MonoGenericContainer::type_params): Change type to
3191         MonoGenericParamFull.
3192         (MonoGenericParam, MonoGenericContainer): Update accessors.
3193         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
3194         'info' field for ownerless generic param.
3195         (mono_metadata_load_generic_params): Update to changes.
3196         * reflection.c (mono_reflection_create_generic_class): Likewise.
3197         (reflection_methodbuilder_to_mono_method): Likewise.
3198         (mono_reflection_initialize_generic_parameter): Likewise.
3199
3200 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3201
3202         Don't use MonoGenericParamInfo for ownerless generic params.
3203         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
3204         use ParamInfo class at all.
3205         (mono_class_from_generic_parameter): Use them.
3206         (make_generic_param_class): Fix a couple of instances where 'pinfo
3207         == NULL' wasn't handle.
3208
3209 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3210
3211         * class.c (make_generic_param_class): Carve out of ...
3212         (mono_class_from_generic_parameter): ... here.
3213
3214 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3215
3216         Simplify mono_class_from_generic_parameter
3217         * class-internals.h (MonoGenericParamInfo::token): New field.
3218         * metadata.c (mono_metadata_load_generic_params): Initialize it
3219         from metadata.
3220         * class.c (mono_class_from_generic_parameter): Use it instead of
3221         searching through metadata.
3222
3223 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3224
3225         * metadata-verify.c: Add verification of the method table.
3226
3227 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3228
3229         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
3230         Delegate::Invoke optimization.
3231
3232 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3233
3234         * appdomain.c (mono_domain_create_appdomain_internal): Free the
3235         string returned by get_shadow_assembly_location_base.
3236
3237         * appdomain.c (get_shadow_assembly_location_base): Add a comment
3238         about caller's ownership.
3239
3240 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3241
3242         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
3243         reflection memory on domain unload.
3244
3245         * domain.c (mono_domain_free): Don't free refobject_hash, let the
3246         reflection cleanup code do it.
3247
3248         * domain-internals.h: Add mono_reflection_cleanup_domain.
3249
3250         This fixes a memory leak for managed mirrors of reflection objects
3251         on domain unload. 
3252
3253 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3254
3255         * metadata-verify.c: Implement more verification of the field table.
3256
3257 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3258
3259         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
3260         doesn't try to parse the input assembly, which can be broken.
3261
3262 2009-04-23  Mark Probst  <mark.probst@gmail.com>
3263
3264         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
3265         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
3266         by using the lowest bit in the link to store whether the link is
3267         tracked.  Move the track_resurrection hashes into boehm-gc.c.
3268
3269 2009-04-22  Miguel de Icaza  <miguel@novell.com>
3270
3271         * Makefile.am: Split the console support in platform specific code
3272         and put together a framework for making this easy in the future so
3273         that we can start splitting code instead of having a mess of PLATFORM_WIN32
3274
3275 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3276
3277         * pedump.c: Fix a warning.
3278
3279 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3280
3281         * verify.c (mono_delegate_type_equal): Compare valuetypes using
3282         mono_class_from_mono_type to avoid bad interactions with the dual representation
3283         of the generic type definition.
3284
3285 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3286
3287         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
3288         get the MonoClass for the call context type as it might be a generic
3289         instance.
3290
3291         Fixes #491483.
3292
3293 2009-04-21  Mark Probst  <mark.probst@gmail.com>
3294
3295         * object-internals.h: The Thread object has no execution_context
3296         member anymore.
3297
3298         * threads.c, threadpool.c, threads-types.h: Accessor functions for
3299         the execution context.
3300
3301         * appdomain.c: Bump corlib version.
3302
3303 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3304
3305         * verify.c (do_newobj): Improve error message.
3306
3307 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3308
3309         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
3310         is nested in the filter block.
3311
3312         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
3313         block is not fully nested.
3314
3315         Fixes #495656.
3316
3317 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3318
3319         * verify.c (verify_type_compatibility_full): Compare MonoClass and
3320         not MonoType to check for equality of valuetypes as the generic type
3321         definition allows for two different encodings: the generic type definition
3322         class or a generic instance over the GTD arguments.
3323
3324         Fixes #496175.
3325
3326 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3327
3328         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
3329
3330         * verify.c (do_initobj): Improve error message.
3331
3332 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3333
3334         * metadata-verify.c: Enable pe verification as the issue with #496453
3335         is that the authenticode data directory have a different unspecified
3336         format. Ignore it for now.
3337
3338         * pedump.c: Run the metadata verifier together with the IL verifier.
3339
3340         Fixes ##496453.
3341
3342 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3343
3344         * metadata-verify.c: Temporarily disable pe verification due to #496453.
3345
3346 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3347
3348         * class.c (can_access_type): Check visibility against
3349         the element type for pointers and arrays.
3350
3351         Fixes #496150.
3352
3353 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3354
3355         * metadata-verify.c: Fix cli and table verification to use information
3356         from the MonoImage. A lot of duplicated code got killed.
3357
3358 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3359
3360
3361         This patch starts to integrate the metadata verifier with the runtime code.
3362
3363         This patch causes major regression in functionality for the metadata verifier
3364         as cli and table verification are disabled since they require to be ported to
3365         use MonoImage information.
3366
3367         * image.c (do_mono_image_load): Split the code in this function
3368         into mono_image_load_pe_data and mono_image_load_cli_data.
3369         Add     care_about_pecoff parameter to not load pecoff data.
3370         Call into the metadata verifier for pecoff and cli verification.
3371
3372         * image.c (mono_image_open_raw): New function that doesn't perform
3373         any parsing of the image contents.
3374         
3375         The reason for the 3 new functions is to give pedump better control
3376         into the interaction with the verifier.
3377
3378         * metadata-internals.h: Add new functions from image.c as part of the
3379         internal mono API.
3380
3381         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
3382         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
3383         to make those functions work together with the runtime.
3384
3385         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
3386         true if the image needs to be verified.
3387
3388         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
3389
3390         * pedump.c: Use new metadata verifier API.
3391
3392 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
3393
3394         * object.c (mono_install_vtable_trampoline): Make this receive a
3395         trampoline creation function instead of trampoline, allowing the JIT
3396         to use a different trampoline for each vtable.
3397
3398 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3399
3400         * object.c (mono_raise_exception): Don't reset the thread abort
3401         exception state here.
3402
3403 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3404
3405         * icall-def.h: New icall for getting the thread abort exception
3406         state for a thread.
3407
3408         * object.c, thread.c, object-internals.h: A thread's abort
3409         exception state is now a GC handle.  To get the object it stands
3410         for, we must move it into the current app domain, if it's
3411         different than the one where it originated from.
3412
3413         * appdomain.c: Bump corlib version.
3414
3415         * domain.c, domain-internals.h: New function for setting the
3416         domain and migrate the thread abort exception or not.
3417
3418 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3419
3420         * metadata-verify.c: Add initial verification of the
3421         field table.
3422
3423 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3424
3425         * metadata-verify.c: Add a macro to conditionally enable
3426         dumping of verification information. Add  make_coded_token
3427         and search_sorted_table to enable search sorted tables
3428         by a given coded token.
3429
3430 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3431
3432         * metadata-verify.c: Add array mapping from table index
3433         to description offset. Add get_col_offset and get_col_size
3434         functions.
3435
3436 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3437
3438         * metadata-verify.c: Add remaining table descriptions offsets.
3439         Add remaining coded index descriptions.
3440
3441 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3442
3443         * metadata-verify.c: Fixed constant table description.
3444         Fixed calculation of HasCustomAttribute coded index size.
3445         Fixed calculation of size for many table indexes. 
3446
3447 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3448
3449         * pedump.c (dump_metadata): Dump table offset instead
3450         of useless pointer in memory.
3451
3452 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3453
3454         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
3455
3456 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3457
3458         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
3459         a missing of for interface types.
3460
3461 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3462
3463         * metadata-verify.c (verify_pe_optional_header): Add comment of why
3464         the code is commented.
3465
3466         * metadata-verify.c (verify_resources_table): Remove spurious printf
3467         and don't fail if there are unmanaged resources. Gmcs generates a useless
3468         one     for all assemblies - I bet it's some MS compatibility junk.
3469
3470 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3471
3472         * metadata-verify.c (verify_typedef_table): Verify the extends field.
3473
3474         * metadata-verify.c (mono_image_verify): Add a is_corlib.
3475
3476         * verify-internals.h: Same.
3477
3478         * pedump.c: Fix for mono_image_verify new signature.
3479
3480 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3481
3482         * metadata-verify.c (verify_typedef_table): Verify for some invalid
3483         flags combinations.
3484
3485 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3486
3487         * metadata-verify.c (verify_module_table): Ignore the generation field.
3488
3489 2009-04-15  Martin Baulig  <martin@ximian.com>
3490
3491         * debug-mono-symfile.c
3492         (mono_debug_symfile_lookup_location): Don't print a warning for
3493         unknown extended opcodes if they're within 0x40 and 0x7f.
3494
3495 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
3496
3497         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
3498         invoke signatures returning an enum. Fixes #494847.
3499
3500 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3501
3502         * metadata-verify.c: Initial code to verify the typedef table.
3503
3504 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3505
3506         * verify.c (mono_method_verify): Don't fail if an unconditional branch
3507         with non empty stack happens before the beginning of a try block.
3508
3509         Fixes #494812.
3510
3511 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3512
3513         * metadata-verify.c: Verify typename and typenamespace fields of
3514         the typeref table.
3515
3516 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
3517
3518         * metadata-verify.c: Initial code to verify the typeref table.
3519
3520 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
3521
3522         * verify.c (verify_delegate_compatibility): Fix error message.
3523
3524 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
3525
3526         * security-core-clr.c: Fix typo
3527
3528 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
3529
3530         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
3531         a MonoGHashTable to keep its values alive.
3532         (emit_marshal_boolean): Fix a warning.
3533
3534 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
3535
3536         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
3537         not have any interface configured for IPv4/IPv6.
3538
3539 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
3540
3541         * assembly.c: fix typo in error message.
3542
3543 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
3544
3545         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
3546         allocating the location holding the this argument to prevent
3547         'too many root sets' errors.
3548
3549         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
3550         to mark fields as special static.
3551         (mono_field_static_get_value): Handle special static fields.
3552         (mono_field_static_set_value): Ditto.
3553
3554         * class-internals.h (struct _MonoClassField): Document this.
3555
3556 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3557
3558         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
3559           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
3560           case.  This will handle when managed code returns null to native code.
3561
3562         Code is contributed under MIT/X11 license.
3563
3564 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3565
3566         * object.c (build_imt_slots): Changing a free to a g_free to match
3567           the g_malloc0 in add_imt_builder_entry that allocated this memory.
3568
3569         Code is contributed under MIT/X11 license.
3570
3571 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3572
3573         * marshal.c (emit_marshal_boolean): Adding code to ensure that
3574           the correct TRUE value is passed through the marshaling layer.
3575
3576         Code is contributed under MIT/X11 license.
3577
3578 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
3579
3580         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
3581         correctly. Fixes #492330.
3582         
3583         * marshal.c: Fix the embedding of object pointers into JITted code in
3584         the native-to-managed wrappers by allocating some GC tracked memory, and
3585         embedding the address of that.
3586
3587 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
3588
3589         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
3590         pointers into the vtable.
3591
3592 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
3593
3594         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
3595
3596         * verify.c (verify_ldftn_delegate): Improve error message.
3597
3598 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
3599
3600         * reflection.c (my_mono_class_from_mono_type): Remove.
3601
3602 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
3603
3604         Prepare to reduce memory usage of owner-less generic parameters (1/n)
3605         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
3606         and constraints fields into ...
3607         (MonoGenericParamInfo): ... this.
3608         (mono_generic_param_info, mono_generic_container_get_param_info):
3609         New accessors.
3610         * class.c, debug-helpers.c, icall.c: Update to changes.
3611         * metadata.c, reflection.c, verify.c: Likewise.
3612
3613 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
3614
3615         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
3616
3617         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
3618         
3619         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
3620         booleans with sbytes.
3621
3622 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
3623
3624         * class.c (can_access_instantiation): Verify accesibility of element types
3625         for arrays and pointers.
3626
3627         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
3628
3629         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
3630
3631         Fixes #493068.
3632
3633 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
3634
3635         * verify.c (do_invoke_method): Improve error messages.
3636
3637 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
3638
3639         * verify.c:  Fixing the MSVC build.
3640
3641         Code is contributed under MIT/X11 license.
3642
3643 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
3644
3645         * security-core-clr.c: Simplify get_reflection_caller not to call
3646         mono_method_get_last_managed (another stack walk) and adjust the
3647         callers to handle a (should not happen) NULL return value.
3648
3649 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
3650
3651         Add accessors to some MonoGenericParam fields
3652         * class-internals.h (mono_generic_param_owner): New accessor.
3653         (mono_generic_param_num): Likewise.
3654         (mono_type_get_generic_param_owner): New helper.
3655         (mono_type_get_generic_param_num): New helper.
3656         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
3657
3658 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
3659
3660         * class-internals.h (mono_generic_container_get_param): New wrapper.
3661         * class.c, icall.c, metadata.c, verify.c: Use it.
3662
3663 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
3664
3665         Fix gtest-252.cs
3666         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
3667         the standard case/loop.  In particular, don't complain about
3668         references to generic type definitions.
3669
3670 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
3671
3672         * debug-helpers.c (dis_one): Decode string arguments.
3673
3674 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
3675
3676         * pedump.c (dump_verify_info): Dump type name correctly.
3677
3678 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
3679
3680         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
3681         are larger than code size.
3682
3683         This can happen in valid code if the try/catch block is not followed by any instruction
3684         and do a backward branch on the leave instruction.
3685
3686         Fixes #492494.
3687
3688 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
3689
3690         * security-core-clr.c: Fix typo while comparing second method names
3691         in can_avoid_corlib_reflection_delegate_optimization
3692
3693 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
3694
3695         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
3696
3697         Fixes #487738.
3698
3699 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
3700
3701         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
3702         a MVAR using a class context.
3703
3704         Fixes #490335.
3705
3706 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
3707
3708         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
3709
3710         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
3711
3712         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
3713         functions supplied by the JIT for the SGEN GC.
3714
3715         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
3716         
3717 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
3718
3719         monitor.c (mono_monitor_try_enter_internal):
3720         Added calls to profile monitor contentions.
3721         Also duplicated a small piece of code (the "get the monitor" logic)
3722         from the fast path to the slow path, and changed the relevant goto
3723         statements, so that monitor acquisition events can be emitted from the
3724         slow path (this is by Paolo Molaro).
3725
3726 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
3727
3728         * profiler.c, profiler.h, profiler-private.h:
3729         Added support for profiling monitor contentions.
3730
3731 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
3732
3733         * metadata-verify.c: Verify the modules table.
3734
3735 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
3736
3737         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
3738         using the context of the method been verifier and not of the method been called.
3739
3740         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
3741         safely inflate generic types. 
3742
3743 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
3744
3745         * security-core-clr.c: Change the strategy for checking the 
3746         "reflection using delegates optimization" to avoid unneeded 
3747         attributes in multiple class libraries.
3748
3749 2009-04-02  Mark Probst  <mark.probst@gmail.com>
3750
3751         * sgen-gc.c: Remove object element in the disappearing link struct
3752         by storing the object pointer in the link.
3753
3754 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
3755
3756         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
3757
3758 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
3759
3760         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
3761
3762         * verify.c (mono_method_verify): Do proper bounds checking of exception
3763         clause ranges.
3764
3765 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
3766
3767         * loader.c (mono_field_from_token): Don't crash if the field parent could
3768         not be decoded.
3769
3770 2009-03-31  Mark Probst  <mark.probst@gmail.com>
3771
3772         * sgen-gc.c: Execute critical finalizers after ordinary
3773         finalizers.
3774
3775         * class-internals.h, domain.c: Add CriticalFinalizerObject to
3776         mono_defaults.
3777
3778 2009-03-31 Jb Evain <jbevain@novell.com>
3779
3780         * verify.c (do_ldstr): don't check if a string is in the user strings
3781         heap if the current image is dynamic.
3782
3783 2009-03-31  Mark Probst  <mark.probst@gmail.com>
3784
3785         * sgen-gc.c: Wait until the last finalizer has executed when
3786         returning from WaitForPendingFinalizers.
3787
3788 2009-03-31  Martin Baulig  <martin@ximian.com>
3789
3790         * mono-debug-debugger.h (MonoDebuggerEvent): Add
3791         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
3792         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
3793         (mono_debugger_event_create_appdomain): New function.
3794         (mono_debugger_event_unload_appdomain): New function.
3795
3796         * appdomain.c (mono_domain_create_appdomain_internal): Call
3797         mono_debugger_event_create_appdomain().
3798
3799 2009-03-31  Martin Baulig  <martin@ximian.com>
3800
3801         * mono-debug-debugger.c
3802         (mono_debugger_register_class_init_callback): Also register the
3803         class init callback if the class is already initialized to make
3804         things work with shadow copied assemblies.
3805
3806 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
3807
3808         * security-core-clr.c
3809         (mono_security_core_clr_ensure_reflection_access_field): Let 
3810         critical code access the field (just like we do for methods). Use
3811         check_field_access helper.
3812         (mono_security_core_clr_ensure_reflection_access_method): Use 
3813         check_field_access helper.
3814
3815 2009-03-31  Mark Probst  <mark.probst@gmail.com>
3816
3817         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
3818         call the run-finalize function directly.
3819
3820         * gc.c, gc-internal.h: Make run_finalize() non-static.
3821
3822 2009-03-31  Mark Probst  <mark.probst@gmail.com>
3823
3824         * sgen-gc.c: Use a separate struct for disappearing links.
3825
3826 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3827
3828         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
3829         * MaxIOVectorLength enabled, just ignore them.
3830         Fixes bug #349688.
3831
3832 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
3833
3834         * metadata-verify.c: Fix eglib build.
3835
3836 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
3837
3838         * threads-types.h: Fix the win32 build.
3839
3840 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
3841
3842         * class.c: move coreclr inheritance/override checks to 
3843         security-core.clr.c
3844         * security-core.clr.c|h: add code from class.c with additional
3845         documentation. Fix override check when the method is not critical.
3846
3847 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
3848
3849         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
3850         (match_class): Ditto.
3851
3852 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
3853
3854         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
3855
3856         * metadata-verify.c: Implement table layout row size calculation. Verify
3857         the total size of the tables.
3858
3859 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
3860
3861         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
3862
3863 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3864
3865         * appdomain.c:
3866         * console-io.[ch]: added new mono_console_init() to make sure that
3867         file descriptors 0, 1 and 2 are opened.
3868         Bug #489019 fixed.
3869
3870 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
3871
3872         * appdomain.h: Export a new callback type and a new function to
3873         set this callback. This allow a mono host to provide it's own
3874         definition for "platform code".
3875         * metadata-internals.h: Add a core_clr_platform_code flag on 
3876         _MonoImage to (cache and) know if it is representing platform 
3877         code.
3878         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
3879         on platform code images.
3880         * security-core-clr.c|h 
3881         (mono_security_set_core_clr_platform_callback): Allow the host
3882         to provide it's own platform check definition.
3883         (mono_security_core_clr_determine_platform_image): Detect if an 
3884         image is platform code (using the specified callback).
3885         (mono_security_core_clr_is_platform_image): Return cached value 
3886         for platform code.
3887
3888 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
3889
3890         * threads.c (mono_create_thread): New helper function to wrap CreateThread
3891         which has different parameter types for the 'tid' argument in windows and
3892         the io-layer.
3893
3894         * appdomain.c attach.c threads.c: Use the new helper.
3895
3896 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
3897
3898         * metadata-verify.c: Verify valid table bits.
3899
3900 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
3901
3902         * metadata-verify.c (verify_metadata_header): Store size in the size field.
3903
3904         * metadata-verify.c: Add initial table schema verification.
3905
3906 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
3907
3908         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
3909         obtain the refclass argument needed by mono_param_get_objects (). Fixes
3910         #488383.
3911
3912         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
3913
3914         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
3915
3916 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
3917
3918         * security-core-clr.c: Add/update documentation
3919
3920 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
3921
3922         * marshal.c (emit_marshal_object): Generate code to throw an exception
3923         instead of throwing it. Fixes #488670.
3924
3925 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
3926
3927         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
3928         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
3929         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
3930         and add a call to mono_security_core_clr_ensure_delegate_creation
3931         to do the extra checks required by CoreCLR.
3932         * security-core-clr.c|h: Add function to check delegate creation,
3933         both in the binding and accessibility, under CoreCLR.
3934
3935 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
3936
3937         * reflection.c (mono_reflection_create_dynamic_method): when 
3938         coreclr is enabled make sure that every resolved object are
3939         checked (e.g. field and method access).
3940         * security-core-clr.c|h: Add function to check objects resolved
3941         when a dynamic method is created.
3942
3943 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
3944
3945         * metadata-verify.c: Cache directory rva translations.
3946
3947         * metadata-verify.c: Add cli-header and streams verification.
3948
3949 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
3950
3951         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
3952         the wrong offset (8 instead of 6).
3953
3954 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
3955
3956         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
3957         methods, return the native function address itself. Fixes
3958         #487758.
3959
3960 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3961
3962         * console-io.c: some of the values for control characters might not be
3963         present.
3964
3965 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
3966
3967         * exception.c|h: Add helpers to create [Field|Method]AccessException
3968         * icall.c: Add required coreclr check calls for field reflection.
3969         Move the existing (method) check logic into security-core-clr.c
3970         * security-core-clr.c: Add functions to check if the access of a
3971         field or method is allowed when reflecting under coreclr. This is
3972         mostly done using a stack walk to find the "real" caller: i.e. the
3973         code that is calling the reflection
3974
3975 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
3976
3977         * gc-internal.h: Change location of gc_wrapper.h
3978
3979 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
3980
3981         * class.c: Simplification to coreclr checks for overrides that
3982         makes it easier to set breakpoints.
3983
3984 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
3985
3986         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
3987         mono_security_core_clr_method_level): Avoid potential 
3988         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
3989         user/application code) and make it easier to set breakpoints
3990
3991 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
3992
3993         * metadata-verify.c: Reject cli header tables that mono don't handle.
3994
3995 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
3996
3997         * pedump.c: Fix CLI header dumping.
3998
3999 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4000
4001         * metadata-verify.c: More CLI header verification.
4002
4003 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
4004
4005         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
4006
4007 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4008
4009         * metadata-verify.c: Initial verification of the CLI header.
4010
4011 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4012
4013         * metadata-verify.c (verify_resources_table): Fix verification of zero
4014         sized resource section and id entries count.
4015
4016 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
4017
4018         * icall.c: Handle user types in many Type icalls. Fixes #486303.
4019
4020 2009-03-17  Jb Evain  <jbevain@novell.com>
4021
4022         * profiler.c: call mono_gc_base_init from mono_profiler_load.
4023
4024 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
4025
4026         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
4027         (mono_gc_make_descr_for_array): Ditto.
4028
4029 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
4030
4031         * verify.c (mono_verifier_is_class_full_trust): Add support for
4032         CoreCLR security mode where trusted assemblies are defined as
4033         "platform code".
4034
4035 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4036
4037         * metadata-verify.c: Add minimal PECOFF resource verification.
4038
4039 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4040
4041         * metadata-verify.c: Be less restrictive with some coff fields.
4042
4043 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4044
4045         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
4046         params as boxed values on stack. Fixes #485706.
4047
4048 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4049
4050         * console-io.c: the termios values may vary in different flavors of unix.
4051
4052 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4053
4054         * console-io.[ch]: return the entire set of control characters when
4055         initializing the terminal.
4056         * appdomain.c: bump corlib version.
4057
4058 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
4059
4060         * mono-perfcounters.c: added support for in-process custom
4061         performance counters.
4062
4063 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4064
4065         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
4066
4067 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4068
4069         * metadata-verify.c: Verify the data pointed by the import table. 
4070
4071 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4072
4073         * metadata-verify.c (load_data_directories): Store data
4074         directory contents.
4075
4076         * metadata-verify.c: Verify the import table. 
4077
4078 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4079
4080         * metadata-verify.c: Verify data directories.
4081
4082 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4083
4084         * metadata-verify.c: Check section header flags.
4085
4086 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4087
4088         * appdomain.c: if the assembly name is a shadow-copied file, return
4089         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
4090         in mono_make_shadow_copy.
4091         * icall.c: if the assembly name is a shadow-copied file, replace it
4092         with the original assembly path.
4093
4094         Bug #484244 fixed. NUnit tests for corlib can be run without
4095         --noshadow now.
4096
4097 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
4098
4099         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
4100         entries when the table is reallocated.
4101
4102         * icall.c: Allocate the memory used by the mono_ptr_array macros using
4103         mono_gc_alloc_fixed () since it contains GC refs.
4104
4105 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
4106
4107         * reflection.c (ensure_complete_type): New helper function to call
4108         type resolve handlers for unfinished dynamic types.
4109         (resolve_object): Call it for MonoClassFields. Fixes #483852.
4110
4111 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
4112
4113         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
4114         #483247.
4115
4116 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
4117
4118         * appdomain.c (get_shadow_assembly_location): Fix memleak.
4119
4120 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
4121
4122         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
4123         between GCHandles of type WeakTrackResurrection and the objects they
4124         point to.
4125
4126         * gc.c: Partly implement the sematics of GCHandles of type 
4127         WeakTrackResurrection: these handles should only be cleared after the
4128         finalizer of the object they are pointing to has ran.
4129
4130 2009-03-06  Mark Probst  <mark.probst@gmail.com>
4131
4132         * icall.c: Partially revert r126631 because using the jump
4133         trampolines for generic shared methods makes it superfluous.
4134
4135 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
4136
4137         * threads.c (handle_store): Create the 'threads' hash table with the proper
4138         MONO_HASH_VALUE_GC type.
4139
4140 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
4141
4142         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
4143         FIRST_GC_TRACKED.
4144
4145         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
4146         and LAST_GC_TRACKED as a GC root.
4147
4148         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
4149
4150         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
4151         the static data even if it consists of 1 reference.
4152
4153         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
4154         if there is a GC descriptor.
4155
4156         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
4157         instead of through the GC since they contain no object references.
4158
4159 2009-03-05  Mark Probst  <mark.probst@gmail.com>
4160
4161         * generic-sharing.c (instantiate_other_info): Always return a jump
4162         trampoline for method code.
4163
4164 2009-03-05  Marek Habersack  <mhabersack@novell.com>
4165
4166         * culture-info-tables.h: generated to include the en-tt culture.
4167
4168 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4169
4170         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
4171         capture the thread context.
4172
4173         * object.c (mono_async_result_new): Cache the invoke wrappers to
4174         ExecutionContext::Capture.
4175
4176 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4177
4178         * marshal.h: Add a prototype for what mono_compile_method returns
4179         for invoke wrappers.
4180
4181         * gc.c: Use the new prototype declaration.
4182
4183 2009-03-04  Geoff Norton  <gnorton@novell.com>
4184
4185         * boehm-gc.c: Add some MONO_LOG tracing for the GC
4186         * gc-internal.h:
4187         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
4188
4189 2009-03-04  Martin Baulig  <martin@ximian.com>
4190
4191         * mono-debug.h
4192         (mono_debugger_runtime_invoke): Removed.
4193
4194         * mono-debug-debugger.c
4195         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
4196
4197 2009-03-02  Martin Baulig  <martin@ximian.com>
4198
4199         * mono-debug.h
4200         (mono_debugger_unhandled_exception): Removed.
4201         (mono_debugger_handle_exception): Removed.
4202         (mono_debugger_throw_exception): Removed.
4203
4204         * mono-debug.c
4205         (mono_debug_debugger_version): Bump to 5.
4206
4207         * mono-debug-debugger.c: Moved the exception handling code to
4208         ../mini/debug-mini.c
4209
4210 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4211
4212         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
4213         finalize_objects_hash.
4214
4215         * gc.c: Use the separate lock to access the finalize_objects_hash field.
4216         
4217         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
4218         field.
4219
4220         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
4221         cache.
4222
4223         * image.c (mono_image_close): Free it.
4224         
4225         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
4226         allowing a creation of a wrapper which invokes its method using a CALLVIRT
4227         on the this argument.
4228
4229         * gc.c (run_finalize): Optimize the calling of the finalizers.
4230
4231 2009-03-03  Martin Baulig  <martin@ximian.com>
4232
4233         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
4234         of the `MonoGenericInst' changes.
4235
4236 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4237
4238         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
4239         mono_array_class_get_cached to reduce locking contention. Extract
4240         a domain var.
4241
4242         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
4243         intermediary managed arrays. Use caching version of mono_array_new
4244         to allocate the result array.
4245
4246         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
4247
4248         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
4249
4250         * locales.c (create_names_array_idx):  Use mono_array_new_cached
4251         to reduce locking contention.
4252
4253 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4254                 
4255         * object.c (mono_method_add_generic_virtual_invocation): Put back the
4256         thunk builder code for the non-interface case.
4257
4258 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
4259
4260         * object.c (get_generic_virtual_entries): New helper function to collect
4261         the virtual generic method instances which need to be added to an IMT
4262         thunk.
4263         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
4264         Instead of creating a new IMT thunk, reset the vtable slot to the
4265         trampoline, the thunk will be created the next time the trampoline is called.
4266         (build_imt_slots): Add support for virtual generic methods in interfaces by
4267         adding to the IMT thunk all the methods registered using 
4268         mono_method_add_generic_virtual_invocation ().
4269
4270         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
4271         (struct _MonoIMTCheckItem): Ditto.
4272
4273         * object.c (mono_method_add_generic_virtual_invocation): Take a
4274         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
4275         the IMT thunk to include all items.
4276         
4277         * object.c (mono_class_create_runtime_vtable): Add a missing
4278         mono_loader_unlock ().
4279
4280 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4281
4282         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4283
4284         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
4285
4286 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4287
4288         * object-internals.h: Rename _MonoReflectionEvent to
4289         MonoReflectionMonoEvent so it reflects the right managed type.
4290         Add a MonoReflectionEvent that correctly represents System.EventInfo.
4291
4292         * icall.c:
4293         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
4294         type.
4295
4296 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4297
4298         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
4299         intermediary managed arrays. Use caching version of mono_array_new
4300         to allocate the result array.
4301
4302 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4303
4304         * reflection.c: Use cached version of mono_array_new alongside
4305         the mono_reflection_get_custom_attrs_by_type call path.
4306
4307 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4308
4309         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
4310         intermediary managed arrays. Use caching version of mono_array_new
4311         to allocate the result array.
4312
4313         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
4314
4315 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4316
4317         * icall.c: Add small implementation of a growable stack bound array.
4318
4319         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
4320
4321         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
4322         intermediary managed arrays. Use caching version of mono_array_new
4323         to allocate the result array.
4324
4325 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
4326
4327         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
4328         helps Enum::CompareTo to be implemented without reboxing all enums
4329         to their underlying type.
4330 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
4331
4332         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
4333         since it acquires a global lock leading to scalability problems.
4334
4335         * profiler.c: Make the stat profiler work with multiple appdomains, this
4336         currently only works when no appdomains are unloaded.
4337
4338 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4339
4340         * appdomain.c: make the check to avoid copying when the assembly is
4341         already shadow copied actually work.
4342
4343 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
4344
4345         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4346
4347         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
4348         changes to the managed side.
4349
4350 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
4351
4352         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
4353         classes + a separate lock for it, as it is used frequently at runtime, not
4354         just during metadata loading/JIT compilation.
4355
4356         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
4357         for szarrays.
4358         
4359         * object-internals.h (mono_class_from_name_cached): New macro to cache
4360         the results of the lookup locally without having to declare a static
4361         variable to hold it.
4362         (mono_class_get_field_from_name_cached): Ditto.
4363         (mono_array_class_get_cached): Ditto.
4364
4365         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
4366         the new macros.
4367         
4368         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
4369         slower search in metadata.
4370
4371         * pedump.c: Fix a warning.
4372
4373 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
4374
4375         * reflection.c (encode_locals): Add checks for user types.
4376         (method_encode_clauses): Ditto.
4377         (method_encode_code): Ditto.
4378         (mono_image_create_token): Ditto.
4379
4380         * object-internals.h: Change the type of more fields from MonoReflectionType*
4381         to MonoObject*.
4382
4383 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
4384
4385         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
4386         the a thread does not suspend within 100ms.
4387
4388         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
4389         in addition to StopRequested as well.
4390
4391         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
4392
4393         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
4394         search the method_hash before inserting a new entry, to avoid crashes when
4395         the same method is inserted multiple times, causing the old 
4396         MonoDebugMethodInfo structure to be freed by the value dtor function.
4397
4398 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4399
4400         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
4401         SO_EXLUSIVEADDRUSE where available.
4402
4403 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
4404
4405         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
4406         runtime invoke wrappers, this time it is string ctor wrappers, which
4407         pass a dummy string as 'this' instead of their obj argument. Fixes
4408         #478473.
4409
4410 2009-02-21  Jb Evain  <jbevain@novell.com>
4411
4412         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
4413         only get create_culture once.
4414
4415 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
4416
4417         * reflection.c (mono_reflection_setup_internal_class): Move the user type
4418         check before the locking.
4419         
4420         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
4421         (mono_reflection_create_runtime_class): Ditto.
4422         (mono_reflection_sighelper_get_signature_local): Ditto.
4423         (mono_reflection_sighelper_get_signature_field): Ditto.
4424
4425         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
4426         is a System.MonoType object or similar.
4427         (monotype_cast): New helper function to cast a MonoObject to a 
4428         MonoReflectionType object.
4429
4430         * object-internals.h: Change MonoReflectionType* members in structures to
4431         MonoObject* members to force the usage of the monotype_cast () function.
4432
4433         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
4434         structures/arrays. This causes us to assert instead of crashing when 
4435         instances of user defined subclasses of System.Type are encountered.
4436
4437 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
4438
4439         * cil-coff.h:
4440         * icall-def.h:
4441         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
4442         win32 resource loaded from a PE file.
4443
4444         * image.c: fix mono_image_lookup_resource.
4445
4446 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
4447
4448         * icall-def.h:
4449         * threads-types.h:
4450         * threads.c: added internal call for WaitHandle.SignalAndWait.
4451
4452 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
4453
4454         * cominterop.c : Adding cominterop_type_from_handle and 
4455           registering it as an icall.  Replacing all references
4456           to type_from_handle.
4457
4458         Code is contributed under MIT/X11 license.
4459
4460 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4461
4462         * Makefile.am: Add lock-tracer.h and lock-trace.c.
4463
4464         * appdomain.c: Call the tracer init function.
4465
4466         * domain-internals.h: Enable the tracer for the domain locks.
4467
4468         * image.c: Enable the tracer for image locks.
4469
4470         * loader.c: Enable the trace for the loader lock.
4471
4472         * lock-tracer.h:
4473         * lock-tracer.c: Initial implementation of the lock trace utility.
4474         The tracer requires a compile time define to be enabled and a env var
4475         to be enabled at runtime.
4476
4477 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4478
4479         * domain.c (mono_domain_code_foreach): Improve documentation.
4480
4481 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4482
4483         * appdomain.c:
4484         * generic-sharing.c:
4485         * object.c:
4486         * reflection.c:  Adjust locking order to the new semantics where the loader lock
4487         comes first.
4488
4489 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
4490
4491         * domain.c: Add mono_domain_code_* functions that perform locking
4492         around the domain codeman.
4493
4494         * domain-internals.h: Export those functions.
4495
4496         * object.c: Use new functions instead of acquiring the domain lock.
4497
4498 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
4499
4500         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
4501         delegate. Fixes #477396.
4502
4503 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
4504
4505         * reflection.c (create_custom_attr): Get rid of alloca.
4506
4507 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
4508
4509         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
4510           Adding exception handling for all CCW calls.
4511
4512         Code is contributed under MIT/X11 license.
4513
4514 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
4515
4516         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
4517
4518         * marshal.c (emit_marshal_boolean): Add null checks to the new 
4519         native->managed marshalling code. Fixes #476247.
4520
4521 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
4522
4523         * class.c (mono_class_get_vtable_entry): Move the addition of
4524         static rgctx invoke wrappers for vtable methods here, this simplifies
4525         a lot of code and causes fewer rgctx wrappers to be created.
4526
4527         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
4528         name of the statistics to begin with an uppercase.
4529
4530 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4531
4532         * reflection.c: Revert previous change as it breaks the build.
4533         
4534 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4535
4536         * verify.c: Properly handle SZARRAY element type.
4537
4538         Fixes #474271.
4539
4540 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4541
4542         * reflection.c (mono_image_create_method_token): Correctly encode
4543         MethodDef MemberRefParent token.
4544
4545         Fixes #472845.
4546
4547 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
4548
4549         * image.c (mono_image_close): Delete the critical section before
4550         freeing the memory holding it.
4551
4552 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4553
4554         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
4555         Fixes #476257.
4556
4557 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4558
4559         * pedump.c (main): Call mono_marshal_init so pedump
4560         doesn't crash.
4561
4562 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4563
4564         * loader.c (method_from_memberref): Properly fix #474271 and
4565         don't break the runtime bad.
4566
4567 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
4568
4569         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
4570         (mono_domain_alloc0): Ditto.
4571
4572 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4573
4574         * loader.c (method_from_memberref): Don't abort if the array
4575         method is not found. A regular loader failure is more informative
4576         and correct.
4577
4578         Fixes #474271.
4579
4580 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4581
4582         *loader.c: Guard MonoImage::method_cache/methodref_cache
4583         using the image lock instead of the loader lock.
4584
4585         * metadata.h: Add comments about which fields are protected by
4586         the image lock.
4587
4588 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
4589
4590         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
4591
4592         * generic-sharing.c (mono_method_construct_object_context): Remove the
4593         wrapper_type == NONE assert, it is not needed.
4594
4595 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
4596
4597         * reflection.c (clear_cached_object): New helper function.
4598         (mono_method_clear_object): New function to clear the cached reflection
4599         objects for a dynamic method.
4600
4601         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
4602         Partly fixes # 463323.
4603         
4604 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
4605
4606         * class.c:
4607         * loader.c:
4608         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
4609
4610 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
4611
4612         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
4613         take the image lock instead of the loader lock.
4614
4615         * metadata-internals.h: Export new functions.
4616
4617 2009-02-12  Miguel de Icaza  <miguel@novell.com>
4618
4619         * domain.c (app_config_parse): Remove another use of stat that is
4620         not necessary as g_file_get_contents already does the presence
4621         check. 
4622
4623 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
4624
4625         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
4626
4627         * marshal.c: Move the bstr handling code to cominterop.c.
4628
4629         * marshal.c: Remove some COM interop code missed previously.
4630
4631 2009-02-12  Miguel de Icaza  <miguel@novell.com>
4632
4633         More Paolo patches from the Wii port:
4634         
4635         * security.c: Remove ves_icall_System_Environment_get_UserName
4636         from here.
4637
4638         * icall.c: And put ves_icall_System_Environment_get_UserName
4639         here. 
4640
4641         * appdomain.c (mono_set_private_bin_path_from_config): Remove
4642         redundant call to stat that was only used to test for the file
4643         existence.   Patch from Paolo.
4644
4645         * gc.c (run_finalize): If COM is disabled, do not link in
4646         mono_marshal_free_ccw.
4647
4648         * generic-sharing.c: Use alloca.h here as well.
4649
4650 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
4651
4652         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
4653
4654 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
4655
4656         * cominterop.c cominterop.h: New files.
4657
4658         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
4659         function/typedefs which are needed by cominterop.c global.
4660
4661 2009-02-12  Mark Probst  <mark.probst@gmail.com>
4662
4663         * generic-sharing.c: Don't take the loader lock to guard image
4664         mempool allocs.
4665
4666 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4667
4668         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
4669         called without the loader lock which is required to guard MonoImage:tokens.
4670
4671 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4672
4673         * class.c:
4674         * metadata.c:
4675         * method-builder.c:
4676         * marshal.c:
4677         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
4678
4679 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4680
4681         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
4682         Rework the code to use regular mono_image_alloc/0.
4683
4684         * loader.c: Rework the code to use regular mono_image_alloc/0.
4685
4686         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
4687
4688 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
4689
4690         * object-internals.h : Fixing a typo in the 
4691           MonoReflectionComVisibleAttribute struct.
4692
4693         * marshal.c (cominterop_com_visible): Check the implemented 
4694           interfaces for ComImport.
4695
4696         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
4697           assume that bools should be treated as VARIANTBOOLs.
4698
4699         * marshal.c (emit_marshal_boolean): Adding cases for 
4700           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
4701
4702         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
4703           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
4704
4705         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
4706           should be treated as VARIANTBOOLs.    
4707
4708         Code is contributed under MIT/X11 license.
4709
4710 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4711
4712         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
4713         allocation with the image lock.
4714
4715 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4716
4717         This patch is the last of a series to remove explicit reference of MonoImage::mempool
4718         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
4719
4720         * object.c: Add mono_string_to_utf8_image.
4721
4722         * object-internals.h: Export mono_string_to_utf8_image.
4723
4724         * reflection.c: Rework all explicit references to the the image mempool to go thought
4725         the mono_image_alloc set of functions.
4726
4727 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4728
4729         This patch is the third of a series to remove explicit reference of MonoImage::mempool
4730         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
4731         and generics-sharing.c.
4732
4733         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
4734         as first argument. Note that this function remains broken as it doesn't perform locking around the
4735         mempool allocation.
4736
4737         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
4738
4739         * image.c: Add g_slist_append_image.
4740
4741         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
4742         the supplied image for allocation. Move code into mono_metadata_field_info_full.
4743
4744         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
4745         Fix all related code to do the same.
4746
4747         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
4748
4749         * metadata-internals.h: Fix the signatures.
4750
4751 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
4752
4753         This patch is the second of a series to remove explicit reference of MonoImage::mempool
4754         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
4755         and similar to work using MonoImage.
4756
4757         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
4758         MonoMemPool.
4759
4760         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
4761
4762         * class.c (mono_metadata_signature_deep_dup): Same.
4763
4764         * class.c (inflate_generic_type): Same.
4765
4766         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
4767
4768         * metadata.c (mono_metadata_signature_dup_full): Same.
4769
4770         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
4771         mono_metadata_signature_dup_full.
4772
4773         * metadata.c (mono_metadata_type_dup): Same.
4774
4775         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
4776
4777         * reflection.c: Same.
4778
4779         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
4780
4781         * metadata-internals.h: Fix the signatures.
4782
4783         * class-internals.h: Same.
4784
4785 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
4786
4787         This patch is the first of a series to remove explicit reference of MonoImage::mempool
4788         and use mono_image_alloc set of functions instead. 
4789
4790         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
4791         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
4792         of a MonoMemPool.
4793
4794         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
4795
4796         * class.c (g_list_prepend_mempool): Removed.
4797
4798         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
4799
4800         * image.c: Add g_list_prepend_image.
4801
4802         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
4803
4804         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
4805
4806
4807 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
4808
4809         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
4810         mono_image_unlock.
4811
4812         * image.c (mono_image_init): Init the lock field.
4813  
4814         * image.c (mono_image_init): Cleanup the lock field.
4815
4816         * image.c: Add mono_image_(un)lock functions.
4817
4818 2009-02-11  Mark Probst  <mark.probst@gmail.com>
4819
4820         * class.c, class-internals.h: mono_method_get_context_general()
4821         combines the functionality of mono_method_get_context() and
4822         mini_method_get_context().
4823
4824         * generic-sharing.c, domain-internals.h:
4825         mono_method_construct_object_context() and
4826         mono_domain_lookup_shared_generic() moved from mini.
4827
4828         * icall.c (ves_icall_InternalInvoke): Handle the case where the
4829         method doesn't have the correct instantiation because it's shared
4830         generic code.  Fixes #473999.
4831
4832 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
4833
4834         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
4835
4836         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
4837         
4838 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
4839
4840         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
4841
4842         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
4843
4844         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
4845         and recheck the cache for dups after it.
4846
4847         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
4848
4849         Fixes one of the deadlocks found in #473150.
4850
4851 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
4852
4853         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
4854           For Win32, add additional break conditions for accept.
4855
4856         Code is contributed under MIT/X11 license.
4857
4858 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
4859
4860         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
4861         lazily initialize the native wrapper cache.
4862         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
4863         cache, since they are different from the normal wrappers.
4864
4865         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
4866
4867         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
4868         AOT compiled native wrappers.
4869
4870 2009-02-09  Geoff Norton  <gnorton@novell.com>
4871
4872         * appdomain.h:
4873         * security-core-clr.c: Allow enabling core-clr from the embedding
4874         API.
4875
4876 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4877
4878         * socket-io.c: when requesting all the local ips, if there are no
4879         interfaces up and running, MS returns 127.0.0.1.
4880
4881 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4882
4883         * mono-perfcounters-def.h: processor time is an inverse time.
4884         Fixes bug #468625.
4885
4886 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4887
4888         * socket-io.c: an empty host name returns the list of local IPs.
4889         Fixes bug #386637 part 1/2.
4890
4891 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
4892
4893         * verify.c (mono_class_interface_implements_interface): Call
4894         mono_class_setup_interfaces ().
4895         (merge_stacks): Ditto.
4896
4897 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
4898
4899         * class.c (mono_class_setup_interfaces): New function to lazily initalize
4900         klass->interfaces.
4901         (mono_generic_class_get_class): Don't initalize klass->interfaces.
4902         (mono_generic_class_get_class): Ditto.
4903
4904 2009-02-06  U-QUACK\miguel  <miguel@quack>
4905
4906         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
4907         they live in security.c
4908
4909         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
4910         another bit from Paolo's code.
4911
4912 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
4913
4914         * object.c (build_imt_slots): Add a small optimization to avoid inflating
4915         methods which will be discarded by add_imt_builder_entry ().
4916
4917         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
4918         need to be boxed.
4919
4920         * loader.c: Add a statistics for the size of the memberref signature cache.
4921         
4922         * loader.c (find_cached_memberref_sig): New helper function.
4923         (cache_memberref_sig): Ditto.
4924
4925         * loader.c: Cache the result of parsing memberref signatures, since otherwise
4926         they will be parsed again for every generic instantiation, leading to unbounded
4927         memory growth.
4928
4929 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4930
4931         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
4932         parameters of generic methods.
4933
4934         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
4935         after the original method is copied to the inflated method.
4936         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
4937
4938         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
4939         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
4940
4941         * class.c metadata.c: Update after the changes above.
4942
4943 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
4944
4945         * metadata-verify.c: Simplified error handling and added
4946         section table validation.
4947
4948 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4949
4950         * class-internals.h (MonoClassExt): New structure containing rarely used
4951         fields of MonoClass.
4952         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
4953         through a new 'ext' field.
4954
4955         * class.c (mono_class_alloc_ext): New helper function to allocate 
4956         class->ext.
4957
4958         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
4959
4960 2009-02-05  Mark Probst  <mark.probst@gmail.com>
4961
4962         * object.c (mono_object_get_virtual_method): Properly inflate
4963         generic methods.  Fixes #472692.
4964
4965 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
4966
4967         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
4968         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
4969         for the parent type, the created type must be ready to be used on a generic
4970         instantiation.
4971         We fill this_arg/byval_arg if the parent is a generic instance to make sure
4972         we won't have duplicated entries in generic_inst_cache.
4973
4974         Fixes #469553.
4975
4976 2009-02-05  Miguel De Icaza  <miguel@novell.com>
4977
4978         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
4979         replace with plain BSD per the comments on the bug MONO77637.
4980
4981 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4982
4983         * class.c (mono_class_get_generic_class): New accessor function.
4984         (mono_class_get_generic_container): Ditto.
4985
4986         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
4987         fields, similar to the ones in MonoMethod.
4988
4989         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
4990         (mono_class_create_from_typedef): Set klass->is_generic if needed.
4991
4992         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
4993         
4994         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
4995         the same information as element_class->byval_arg.
4996
4997         * class.c reflection.c: Remove references to class->byval_arg.
4998
4999         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
5000         klass->enum_basetype directly.
5001
5002         * verify.c metadata.c object.c icall.c reflection.c: Use 
5003         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
5004         directly.
5005
5006 2009-02-04  Miguel de Icaza  <miguel@novell.com>
5007
5008         * icall-def.h: Remove internal calls for sockets when
5009         DISABLE_SOCKET is defined, file system writing features when the
5010         OS only support reading and not writing data and Policy support if
5011         the Policy is disabled.
5012         
5013         * image.c (do_mono_image_open): Apply Paolo's patches for using
5014         mono_file_map_ APIs here.
5015
5016         * assembly.c: Add support for platforms to avoid prefix
5017         auto-detection. 
5018
5019 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
5020
5021         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
5022         warning.
5023
5024         * class.c (mono_class_inflate_generic_class): New helper function.
5025
5026         * class.c: Use mono_class_inflate_generic_class in a few places. Add
5027         statistics for inflated methods/classes.
5028
5029         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
5030
5031         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
5032         the call is made from Delegate.CreateDelegate () for the invoke method of
5033         a delegate.
5034
5035         * loader.c: Add a statistics for the memory occupied by inflated signatures.
5036
5037         * metadata.c (mono_metadata_signature_size): New helper function.
5038
5039         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
5040         generic instances.
5041
5042         * metadata.c (inflated_method_in_image): Avoid calling 
5043         mono_method_signature () if the method does not already have a signature.
5044
5045 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5046
5047         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
5048         valuetype is compatible with target type, check by inheritance as a
5049         VT is not really compatible with System.ValueType, for example.
5050
5051         * verify.c (do_invoke_method): Improve error message.
5052
5053         * verify.c (do_box_value): If boxing a nullable, use the type argument
5054         on stack instead.
5055
5056         * verify.c (do_newobj): Improve error message.  
5057
5058         Fixes #469549.
5059
5060 2009-02-03  Miguel de Icaza  <miguel@novell.com>
5061
5062         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
5063
5064 2009-02-03  Mark Probst  <mark.probst@gmail.com>
5065
5066         * generic-sharing.c: Don't hold domain lock when calling
5067         instantiate_other_info().  Fixes #471958.
5068
5069         * domain-internals.h, loader.c: Describe locking policy of domain
5070         lock vs loader lock.
5071
5072 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5073
5074         * verify.c (mono_delegate_signature_equal): Make it possible to check
5075         first-arg-bound delegates to static method.
5076
5077         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
5078         static methods with the first arg bound.
5079
5080         Fixes #469529.
5081
5082 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5083
5084         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
5085         errors.
5086
5087         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
5088         under strict mode. Any type, when boxed can be seen as a reference type.
5089
5090         Fixes #469528.
5091
5092 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5093
5094         * object.h: The lower bound of an array is a signed integer value.
5095         Introduce mono_array_lower_bound_t typedef. It should be used instead of
5096         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
5097
5098         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
5099         calculate the upper bound.
5100         
5101         Fixes #471252.
5102
5103 2009-02-02  Miguel de Icaza  <miguel@novell.com>
5104
5105         From Paolo's work, refactored, cleared up:
5106         
5107         * threadpool.c, icall.c: ifdef code that requires a working socket
5108         stack.
5109
5110         * metadata.c (mono_metadata_field_info): Do not attempt to return
5111         a value from a function declared as void.
5112
5113         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
5114         from the console stack.
5115
5116         * assembly.c: use strrchr instead of rindex.
5117
5118         * class.c, object.c, marshal.c, icall.c, reflection.c: include
5119         alloca.h on systems that have it.
5120
5121         * environment.c: Avoid code that uses stuff from
5122         HAVE_SYS_UTSNAME_H
5123         
5124         * appdomain.c: Include sys/time.h.
5125
5126         * console-io.c: include sys/ioctl.h if it is available.
5127
5128 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
5129
5130         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
5131
5132         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
5133         the method builder.
5134
5135         * marshal.c: Set mb->skip_visibility instead of setting it on the method
5136         after it was created and cached, as the later is not thread safe.
5137         
5138 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5139
5140         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
5141         called while the debugging module is not initialized. Fixes #471669.
5142
5143 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
5144
5145         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
5146
5147         Fixes #471255.
5148
5149 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5150
5151         * generic-sharing.c (lookup_or_register_other_info): Make sure the
5152         loader lock is not taken while the templates lock is held.  Fixes
5153         #471089.
5154
5155 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5156
5157         * metadata.c (type_in_image): Added a check to fix a monodis
5158         crash.
5159
5160 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5161
5162         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
5163         nullable arguments.
5164
5165         * object.c (mono_runtime_invoke_array): Ditto.
5166         
5167         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
5168         freeing wrappers of dynamic methods.
5169
5170         * loader.c (mono_free_method): Call it. Fixes #463323.
5171         
5172         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
5173         methods taking vtype/byref arguments, to fix yet another bug caused by
5174         the sharing of runtime invoke wrappers. Partly fixes #471259.
5175
5176 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
5177
5178         * debug-mono-symfile.c (check_line): Return NULL instead of returning
5179         <first file in file table>:1 when the IL offset does not have an associated
5180         line number.
5181
5182 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
5183
5184         * mono-debug.c (mono_debug_lookup_locals): New function to return local
5185         variable info for a method.
5186
5187         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
5188         
5189 2009-01-30  Jb Evain  <jbevain@novell.com>
5190
5191         * pedump.c: reuse code from monodis to make sure pedump honors
5192         MONO_PATH, which is needed to verify net_2_1 assemblies.
5193
5194 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
5195
5196         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
5197         there is no line number info.
5198
5199 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
5200
5201         Avoid some MonoType allocations
5202         * reflection.c (mono_reflection_initialize_generic_parameter):
5203         Reuse MonoType from param->pklass rather than allocating one.
5204         (mono_dynamic_image_free): Update to changes.
5205
5206 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5207
5208         Rearrange some code to improve consistency
5209         * reflection.c (mono_reflection_setup_generic_class): Move body ...
5210         (mono_reflection_initialize_generic_parameter): ... here.
5211
5212 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
5213
5214         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
5215         with type constraints as an experiment.
5216
5217         * boehm-gc.c (on_gc_notification): Update mono_stats.
5218
5219 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5220
5221         Avoid some allocations
5222         * class-internals.h (_MonoGenericInst::type_argv): Convert from
5223         pointer to tail array to avoid extra allocation.
5224         * metadata.c (free_generic_inst): Update to changes.
5225         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
5226         on-stack struct.
5227
5228 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
5229
5230         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
5231         return TRUE if the two type objects are the same.
5232
5233 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5234
5235         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
5236         (mono_class_native_size): Use klass->marshal_info->min_align instead of
5237         klass->min_align, since klass->min_align contains the managed alignment,
5238         while the native alignment can be different, like for longs on x86.
5239         Fixes #469135.
5240
5241         * class-internals.h (MonoMarshalType): Add a min_align field.
5242
5243 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
5244
5245         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
5246         the 1.0 format.
5247
5248 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5249
5250         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
5251         some comments about the usage of the used_regs field.
5252
5253         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
5254         Fixes #469217.
5255
5256 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
5257
5258         * appdomain.c: return NULL instead of throwing FileNotFoundException
5259         when LoadAssembly() fails.
5260
5261 2009-01-23  Mark Probst  <mark.probst@gmail.com>
5262
5263         * metadata.c (mono_metadata_generic_param_equal): Only compare the
5264         image if the owner is NULL.  Fixes the AOT failures.
5265
5266 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
5267
5268         * metadata.c (mono_metadata_load_generic_params): Initialize the 
5269         MonoGenericParam structure using memset so the image field is initialized
5270         as well.
5271
5272 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5273
5274         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
5275         a plain store.
5276
5277 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
5278
5279         * class.c (mono_class_setup_vtable_general): In the generic instance
5280         optimization, set method->slot for abstract virtual methods. Fixes part of
5281         #467834.
5282
5283 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5284
5285         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
5286         which signals that the unloading has started but all appdomain services must
5287         remain operational.
5288
5289         * appdomain.c (mono_domain_unload): The initial state for unloading now
5290         is unloading_start and we switch to unloading after the managed call to
5291         AppDomain::DomainUnload has finished.
5292
5293         The new unloading state has to be created because managed code in the
5294         DomainUnload event can depend on things like the threadpool still working.
5295         The domain must remain fully functional while the event executes.
5296
5297         This shown as an issue due to Process::WaitForExit, which waits for
5298         async reads of stdout and stderr to complete. Since those are processed
5299         in the threadpool the code deadlocks because the DomainUnload callback 
5300         waits for the async read finished event, which should have been set by a
5301         threadpool job but has been discarded due to the domain been in unload
5302         state.
5303
5304 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5305
5306         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
5307         image must match.
5308
5309 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5310
5311         * reflection.c (resolve_object): For fields, inflate the class and
5312         then get the field in the inflated class.
5313
5314 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5315
5316         * object-internals.h (struct _MonoException): Added a comment
5317         explaining the new use of trace_ips.
5318
5319 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5320
5321         * generic-sharing.c (inflate_other_data): Inflate array methods
5322         correctly.
5323
5324         * loader.c, class-internals.h: Rename search_in_array_class() to
5325         mono_method_search_in_array_class() and make it non-static.
5326
5327 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5328
5329         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
5330         Hopefully fixes #458168.
5331
5332 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5333
5334         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
5335         as it is performed elsewhere.
5336
5337         Code is contributed under MIT/X11 license
5338
5339 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5340
5341         * mono-perfcounters-def.h: Add counters for asp.net requests total and
5342         requests queued.
5343         * object.c (mono_raise_exception): Increment the exceptions total
5344         counter when an exception is thrown.
5345         * class-internals.h: Add a location for storing the total number of
5346         asp.net requests served.
5347         * mono-perfcounters.c: Implement update support for asp.net counters
5348         from the class libraries. Implement read support for asp.net counters
5349         and exceptions total counter.
5350
5351 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5352
5353         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
5354         accessing klass->methods. Fixes #467385.
5355
5356 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5357
5358         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
5359         for byval arguments without an [Out] attribute. Fixes #467212.
5360
5361         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
5362         Fix compilation under android.
5363         
5364         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
5365         processed, scan them directly after they are copied, to achieve better locality
5366         and cache usage.
5367
5368         * socket-io.c: Applied patch from Koushik Dutta
5369         (koush@koushikdutta.com). Disable IPV6 when running under android.
5370
5371 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5372
5373         * icall.c (ves_icall_InternalExecute): Add write barriers.
5374
5375         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
5376         the GC code.
5377
5378         * sgen-gc.c: Implement write barriers in IL code.
5379
5380 2009-01-17  Geoff Norton  <gnorton@novell.com>
5381
5382         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
5383
5384 2009-01-17  Geoff Norton  <gnorton@novell.com>
5385
5386         * image.c: When unloading the image->references table, there can be gaps
5387         in it.  Ensure that we iterate every entry to avoid leaking assembly references
5388         when unloading an appdomain.
5389
5390 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
5391
5392         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
5393         speed up ptr-in-nursery checks.
5394
5395         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
5396         threads_lock () to prevent deadlocks.
5397
5398         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
5399         does not need to be scanned during minor collections, since writes to it
5400         must use write barriers.
5401
5402 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
5403
5404         * metadata-verify.c: Add pe nt header verification.
5405         
5406 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5407
5408         * gc.c: Fix a few warnings when using SGEN.
5409
5410 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
5411
5412         * metadata-verify.c: Add pe optional header verification.
5413
5414 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5415
5416         * sgen-gc.c: Add support for user defined marker functions, used by
5417         MonoGHashTable to avoid registering a GC root for every hash node.
5418
5419 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5420
5421         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
5422         non-pinned roots into separate hashes to avoid having to traverse them
5423         in functions which are only interested in one kind.
5424
5425 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5426
5427         * metadata-verify.c: Add pe header machine field verification.
5428         
5429 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5430
5431         * metadata-verify.c: Add pe header size verification.
5432
5433 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5434
5435         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
5436         using the GC, they don't contain references.
5437
5438         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
5439
5440 2009-01-13  Geoff Norton  <gnorton@novell.com>
5441
5442         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
5443         AppDomains created on the native side can be cleaned up on the native side.
5444
5445 2009-01-13  Geoff Norton  <gnorton@novell.com>
5446
5447         * appdomain.c: Ensure that we call mono_context_init for the embedding api
5448         as well as the managed api.
5449
5450 2009-01-13  Geoff Norton  <gnorton@novell.com>
5451
5452         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
5453         with a MonoAppDomain initialized against it.
5454
5455 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
5456
5457         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
5458         
5459         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
5460
5461         * marshal.c: Avoid setting the exception clauses after a method has been entered 
5462         into the wrapper caches. Fixes #465700.
5463
5464         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
5465         method builder.
5466         (mono_mb_create_method): Set the clauses from the method builder.
5467
5468 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5469
5470         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
5471         Patch from Makoto Kishimoto.
5472
5473 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
5474
5475         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
5476         encoding them as ROOT_DESC_COMPLEX.
5477         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
5478
5479 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
5480
5481         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
5482         no longer point to the nursery.
5483
5484         * sgen-gc.c: Add a few comments/FIXMEs.
5485         
5486         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
5487
5488         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
5489         initialization of the various _method variables thread safe. Fixes
5490         #465377.
5491
5492 2009-01-12  Mark Probst  <mark.probst@gmail.com>
5493
5494         * domain.c, domain-internals.h: Remove the shared_generics_hash
5495         and its lookup functions.
5496
5497 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
5498
5499         * socket-io.c:  Fixing the MSVC build. 
5500
5501         Code is contributed under MIT/X11 license.
5502
5503 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
5504
5505         * metadata-verify.c: Add pe header watermark verification.
5506
5507 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5508
5509         * metadata-verify.c: Add lfanew verification.
5510
5511 2009-01-12  Jb Evain  <jbevain@novell.com>
5512
5513         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
5514         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
5515
5516 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
5517
5518         * socket-io.c: Fix the build.
5519
5520         * environment.c: Fix an #ifdef.
5521
5522 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5523
5524         * threadpool.c (async_invoke_thread): Handle the wait function returning
5525         WAIT_IO_COMPLETION as well.
5526         (async_invoke_io_thread): Ditto.
5527
5528 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
5529
5530         * threads.c: Fixing the Windows build.
5531
5532         Code is contributed under MIT/X11 license.
5533
5534 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5535  
5536         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
5537         interrupt a wait.
5538         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
5539         the thread to wait again.
5540
5541 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5542
5543         * metadata-verify.c: Initial skeleton of the metadata verifier.
5544
5545         * pedump.c: Add support for the metadata verifier.
5546
5547         * verify-internal.h: Export the whole assembly metadata verifier function.
5548
5549 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5550
5551         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
5552
5553 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5554
5555         * Makefile.am: Upgrade dtrace-prelink.sh location.
5556
5557 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
5558
5559         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
5560         well. Otherwise the shutdown deadlock that happens on unix will can happen
5561         as well.
5562         If the main thread code finishes too fast it's possible that the finalizer
5563         thread won't have executed yet, won't record itself as the finalizer thread
5564         and the shutdown sequence will wait on it forever.
5565
5566 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
5567
5568         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
5569         with MSVC.
5570
5571 2009-01-08  Miguel de Icaza  <miguel@novell.com>
5572
5573         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
5574         Robert Jordan for pointing this out.
5575
5576 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
5577
5578         * icall.c
5579         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
5580         ves_icall_System_IO_DriveInfo_GetDriveType.
5581
5582 2009-01-07  Miguel de Icaza  <miguel@novell.com>
5583
5584         * icall.c: Wrap calls to mono_strtod in CriticalSection
5585         invocations when using eglib, to work around #464316.
5586
5587 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
5588
5589         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
5590         return value of GetCurrentDirectory to never access unitialized memory.
5591
5592 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
5593
5594         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
5595         return value of GetCurrentDirectory and expand the buffer if needed.
5596
5597         Fixes #459094.
5598
5599 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
5600
5601         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
5602           Adding a call to mono_init_com_types.
5603
5604         Code is contributed under MIT/X11 license.
5605
5606 2009-01-07  Geoff Norton  <gnorton@novell.com>
5607
5608         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
5609         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
5610         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
5611         be the value of the ip buffer.
5612
5613 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5614
5615         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
5616         interfaces_packed here.
5617
5618         Fixes part of #463294.
5619
5620 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5621
5622         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
5623
5624         Fixes part of #463294.
5625
5626 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5627
5628         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
5629         is a boxed complex as well.
5630
5631         Fixes part of #463294.
5632
5633 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5634
5635         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
5636         control if a methodspec should be created for the generic method definition from external assemblies.
5637         Caching of methodspec is done using the handleref hash table.
5638
5639         Fixes #462592.
5640
5641 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
5642
5643         * loader.c (find_method): When searching the interfaces of a class
5644         check the transitive closure of implemented interfaces.
5645
5646         Fixes #463303.
5647
5648 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
5649
5650         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
5651         
5652 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
5653
5654         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
5655         interfaces calculation to fill_valuetype_array_derived_types.
5656
5657         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
5658         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
5659         for example.
5660
5661         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
5662         interfaces for valuetypes if needed.    
5663
5664         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
5665         for their basetype as well. Types are array expanded if rank is > 0.
5666
5667         Fixes #400716.
5668
5669 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
5670
5671         * socket-io.h : Changing the signature of
5672           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
5673           the blocking state.
5674
5675         * icall-def.h :  Changing the signature of
5676           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
5677
5678         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
5679           For Windows only.  Avoid blocking when calling accept by
5680           querying for a connection via select.  The loop also queries
5681           the thread state every 1000 micro seconds for the thread
5682           stop state.  This will avoid the process hanging on shutdown
5683           when using a TcpChannel that is never connected to.
5684
5685         Code is contributed under MIT/X11 license.
5686
5687 2008-12-30  Marek Safar  <marek.safar@gmail.com>
5688
5689         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
5690
5691 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
5692
5693         * class.c (get_implicit_generic_array_interfaces): Extract common
5694         code to a helper function making it a lot easier on the eyes.
5695
5696 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
5697
5698         * class.c (get_implicit_generic_array_interfaces): If the internal
5699         enumerator is an interface inflate System.Object instead of itself.
5700
5701         Fixes #461261.
5702
5703 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
5704
5705         * object.c (mono_runtime_invoke_array): Don't assert with
5706         byref nullable types.
5707
5708         * marshal.c (mono_marshal_get_runtime_invoke): To handle
5709         byref nullables we unbox the object and store it on the
5710         stack. 
5711         We can't use the boxed object since it is the T of Nullable<T>
5712         and the boxed representation of a nullable it's underlying type
5713         or null.
5714         We could cheat and create a boxed nullable and use the same
5715         machinery of other byref VTs but this feels like a hack and
5716         using the stack has the bonus of reducing heap pressure.
5717
5718         Fixes #461941.
5719
5720 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
5721
5722         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
5723         return value.
5724
5725         Fixes #461867.
5726
5727 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
5728
5729         * icall-def.h : Adding an internal call definition for 
5730           System.Environment.internalBroadcastSettingChange.
5731
5732         * icall.c : Adding a Windows only implementation to broadcast a 
5733           WM_SETTINGCHANGE when an environment variable has changed.
5734
5735         Code is contributed under MIT/X11 license.
5736
5737 2008-12-19  Mark Probst  <mark.probst@gmail.com>
5738
5739         * class.c, class-internals.h: Made
5740         mono_class_has_parent_and_ignore_generics() non-static.
5741
5742 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
5743
5744         * image.c: deal with the mmap failing when loading an image.
5745
5746 2008-12-17  Geoff Norton  <gnorton@novell.com>
5747
5748         * threadpool.c: Ensure that the io_queue_lock is initialized
5749         in all circumstances, as we always attempt to cleanup against it.
5750
5751 2008-12-17  Miguel de Icaza  <miguel@novell.com>
5752
5753         * icall.c (ves_icall_System_Environment_get_Platform): For
5754         compatibility reasons for existing client code we will keep
5755         returning 4 for a while.   
5756
5757         For how long will depend on the documentation being updated, and
5758         for us to give client code a chance to be updated.
5759
5760         This reverts the original decison on #433108 since we did not
5761         catch roughly 33 instances of the broken code in our own source
5762         code base, we did not catch failures on the buildbots, and QA did
5763         not bring this as a problem.
5764
5765         Only today I found some customer's code breaking due to our own
5766         class libraries not being fully updated and tracked it down to
5767         this change.  I am reverting it because if we could not even get
5768         our story straight in our own code base, how can we hope that our
5769         end user code be fixed?
5770
5771         As of this morning, our Wiki page that documents how to detect
5772         Unix had not been fixed.    
5773
5774 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
5775
5776         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
5777
5778         * class.c (mono_class_get_fields): Handle loading errors.
5779
5780 2008-12-12 Mark Mason <mmason@upwardaccess.com>
5781
5782         * 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.
5783         
5784 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5785
5786         * mono-perfcounters.c: avoid warning.
5787
5788 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
5789
5790         * reflection.c (ensure_runtime_vtable): Work on generic instances and
5791         make sure all interfaces have MonoClass::interface_id set.
5792
5793         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
5794         method table is property set.
5795
5796 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
5797
5798         * class.c: New function mono_class_setup_interface_id that setup
5799         MonoClass::interface_id if needed.
5800
5801         * class-internals.h: Export new function.
5802
5803 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
5804
5805         * class.c: Add code to sanity check the vtable after setup_vtable_general
5806         has done it's work.
5807
5808 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
5809
5810         * icall.c: make Assembly.GetExecutingAssembly work properly when
5811         reflection is used to invoke the method.
5812         Bug #321781 fixed.
5813
5814 2008-12-11  Mark Probst  <mark.probst@gmail.com>
5815
5816         * metadata/generic-sharing.c: Look for constraints in all type
5817         arguments, not just the first one.
5818
5819 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
5820
5821         * appdomain.c: return the correct CodeBase for an Assembly instance
5822         that was loaded from the shadow-copy directories.
5823         Bug #458190 fixed.
5824
5825 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
5826
5827         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
5828
5829         * sgen-gc.c (check_object): New debugging helper function.
5830
5831         * object.c: Fix calls to mono_value_copy_array ().
5832
5833 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
5834
5835         * class.c (mono_class_setup_fields): If working on an inflated class
5836         first check if the generic definition did init with success.
5837
5838         Fixes #445361.
5839
5840 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
5841
5842         pedump.c (main): Fix a warning.
5843
5844 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
5845
5846         * object-internals.h : Adding a definition for 
5847           MonoReflectionComVisibleAttribute.
5848
5849         * marshal.c (cominterop_com_visible) :  Method added to check the 
5850           ComVisible attribute of a class.
5851
5852         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
5853           cominterop_raise_hr_exception added to consolidate common code 
5854           to raise hr exceptions.
5855
5856         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
5857           if a managed class should support IDispatch.
5858
5859         * marshal.c 
5860           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
5861           Added additional checks for managed object when getting 
5862           an IDispatch interface.
5863
5864         Code is contributed under MIT/X11 license.
5865
5866 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
5867
5868         pedump.c (main): Handle mono_get_method () returning NULL. 
5869
5870 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
5871
5872         * marshal.h: Fix a warning.
5873
5874 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
5875
5876         * marshal.c : Adding cominterop_release_all_rcws to release all
5877           runtime callable wrappers held by the runtime.
5878
5879         * marshal.h : Adding declaration for cominterop_release_all_rcws.
5880           
5881         Code is contributed under MIT/X11 license.
5882
5883 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
5884
5885         * metadata.c (mono_image_alloc_lock): New helper function.
5886         (mono_image_alloc0_lock): Ditto.
5887
5888         * metadata.c: Use the alloc_lock () helper functions for allocating
5889         memory from the image mempool.
5890
5891 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
5892
5893         * class.c (mono_class_from_generic_parameter): Document it's
5894         locking behavior. Fix double checked locking here, we stored in
5895         param->pklass a partially initialized MonoClass and no membar was used.
5896
5897 2008-12-05  Marek Habersack  <mhabersack@novell.com>
5898
5899         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
5900         (3) functions are present in the C library use them to do the
5901         job. If they are absent, make sure that the sum of int_part and
5902         dec_part is rounded before returning. This is necessary due to the
5903         division of dec_part by the power of 10 before the final addition
5904         is performed - if the result is not rounded in some cases it will
5905         yield invalid results.
5906
5907 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
5908
5909         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
5910         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
5911         instruction instead of a pointer constant.
5912
5913 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
5914
5915         * loader.c (mono_method_get_header): Do most of the work outside the
5916         loader lock, to avoid assembly load hook deadlocks.
5917
5918         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
5919         (mono_metadata_parse_type_full): Ditto.
5920
5921 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
5922
5923         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
5924         Make the stack depth fixed. Ensure proper argument passing to the backtrace
5925         funtions. Finally, use a lock to produce well ordered output.
5926
5927         The lock looks silly, as all calls to the corlib mempool should be guarded
5928         with the loader lock, but for some reason this fact doesn't help. 
5929
5930         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
5931
5932 2008-12-02  Mark Probst  <mark.probst@gmail.com>
5933
5934         * socket-io.c: 64 bit big-endian fixes.
5935
5936 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
5937
5938         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
5939         targets that require strict compatibility between the types.
5940
5941         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
5942         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
5943         Kill the strict argument and create a new one valuetype_must_be_boxed.
5944
5945         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
5946         state that all valuetypes must be boxed.
5947
5948         Fixes #448560.
5949
5950 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
5951
5952         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
5953         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
5954
5955         Contributed under MIT/X11 license.
5956
5957 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
5958
5959         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
5960         the inflate_generic_type machinery should handle it.
5961
5962         This avoids a crash when the field's flags is zero and it's type is
5963         a primitive.
5964         What happens is that mono_metadata_parse_type_full will see that opt_attrs
5965         is zero and will return one of the cached built-in primitive types. Since
5966         those types live in read-only memory, the code that copies it crashes.  
5967
5968 2008-11-28  Mark Probst  <mark.probst@gmail.com>
5969
5970         * object.c: Don't put function descriptors into generalized IMT
5971         thunks.
5972
5973 2008-11-28  Mark Probst  <mark.probst@gmail.com>
5974
5975         * class.c: Enable generic code sharing on PPC64.
5976
5977 2008-11-27  Mark Probst  <mark.probst@gmail.com>
5978
5979         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
5980         from mini/mini.c.
5981
5982         * generic-sharing.c: Allocate the method template slists from the
5983         image mempool so it doesn't leak.
5984
5985 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
5986
5987         * class.c (generic_array_methods): Release the linked list.
5988
5989 2008-11-27  Mark Probst  <mark.probst@gmail.com>
5990
5991         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
5992         invocation to g_utf16_to_utf8().
5993
5994 2008-11-26  Mark Probst  <mark.probst@gmail.com>
5995
5996         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
5997         arguments on big endian archs.
5998
5999 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6000
6001         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
6002         the type name (test added in corlib).
6003
6004 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6005
6006         * pedump.c: initialize perf. counters. Fixes a segv.
6007
6008 2008-11-25  Martin Baulig  <martin@ximian.com>
6009
6010         * mono-debug-debugger.c
6011         (mono_debugger_runtime_invoke): Return the exception object if an
6012         exception was thrown.  Visual Studio displays the exception object
6013         in the locals window.
6014
6015 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6016
6017         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
6018         ftnptr.
6019
6020 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6021
6022         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
6023         MONO_TYPE_U are sizeof (gpointer), too.
6024
6025 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6026
6027         * marshal.c (mono_type_native_stack_size): Fixed size and
6028         alignment for reference types.
6029
6030 2008-11-23  Mark Probst  <mark.probst@gmail.com>
6031
6032         * class.c (mono_class_generic_sharing_enabled): Disable generic
6033         code sharing for PPC64.
6034
6035 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
6036
6037         * icall.c (mono_method_get_equivalent_method): Make sure
6038         method->klass->methods is inited before looping over it.
6039
6040 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6041
6042         * object.c: when calling ExecuteAssembly in a newly created domain,
6043         the configuration file and application base are already set up.
6044         Bug #446353 take 2 fixed.
6045
6046 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
6047
6048         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
6049         Fixes #444715. Fix a warning.
6050
6051 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
6052
6053         * appdomain.c: write the full path of the assembly to the .ini file
6054         created when "shadow-copying"
6055         Bug #446353 fixed.
6056
6057 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
6058
6059         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
6060         if signature==FALSE.
6061
6062 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6063
6064         * marshal.h : Fix the cygwin build.
6065            marshal.c:12442: undefined reference to `_IID_IMarshal'
6066           
6067         Code is contributed under MIT/X11 license.
6068
6069 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6070
6071         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
6072           free threaded marshaler when QueryInterface is called on a COM callable
6073           wrapper requesting the IMarshal interface.
6074           
6075         Code is contributed under MIT/X11 license.
6076
6077 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
6078
6079         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
6080
6081         * reflection.c (mono_type_get_object): Special case the very common
6082         void type.
6083
6084         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
6085         hold typeof(void).
6086
6087 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
6088
6089         * process.h : Adding method declaration for
6090           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6091           
6092         * process.c : Adding implementation for
6093           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6094           
6095         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
6096           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6097
6098         Code is contributed under MIT/X11 license.
6099
6100 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
6101
6102         * appdomain.c (unload_thread_main): Clean up threadpool by
6103         calling mono_thread_pool_remove_domain_jobs.
6104
6105         * domain-internals.h (struct _MonoDomain): Add new fields to
6106         help coordinate the cleanup of the threadpool.
6107
6108         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
6109         that cleans up the threadpool of all jobs associated with an appdomain.
6110         It does that by cleaning up the queues and making sure all active
6111         threads are accounted.
6112
6113         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
6114         unloaded or in the process of. Take this is such way that there is
6115         no race condition between another thread starting the unload and the
6116         current thread acknowledging it.
6117
6118         * threadpool.c (async_invoke_thread): Same.
6119
6120         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
6121         firing the new thread.
6122
6123         * threadpool.c (start_tpthread): Same.
6124
6125         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
6126
6127         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
6128
6129 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
6130
6131         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6132         Add support for DuplicateHandle.
6133         
6134         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6135         Add support for DuplicateHandle.
6136         
6137         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6138         Add support for DuplicateHandle.
6139
6140         Code is contributed under MIT/X11 license.
6141
6142 2008-11-06  Mark Probst  <mark.probst@gmail.com>
6143
6144         * class-internals.h: Make min_align into a whole byte.
6145
6146         * class.c: Set min_align for SIMD types to 16.
6147
6148 2008-11-05  Geoff Norton  <gnorton@novell.com>
6149
6150         * attach.c: Default the attacher to enabled for all cases including
6151         embedded.
6152
6153 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
6154
6155         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
6156         change r117650.
6157
6158 2008-11-04  Mark Probst  <mark.probst@gmail.com>
6159
6160         * monitor.c, monitor.h: New function for querying offsets of
6161         members of MonoThreadsSync.
6162
6163 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
6164
6165         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
6166         to speed up this function and to avoid the boundless memory growth caused by
6167         the signature_dup () calls.
6168
6169 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
6170
6171         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
6172         wrapper.
6173
6174         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
6175         by 1 bit.
6176
6177         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
6178
6179 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6180
6181         * appdomain.c:
6182         * domain-internals.h: made mono_set_private_bin_path_from_config()
6183         "internal".
6184         * object.c: call the above function after setting the configuration
6185         file path for the root domain.
6186         Fixes bug #314478.
6187
6188 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6189
6190         * assembly.c: when the assembly is loaded from an absolute path, end
6191         basedir with a directory separator.
6192         Bug #440781 fixed.
6193
6194 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6195
6196         * monitor.c (mono_monitor_get_fast_enter_method): If
6197         CompareExchange is not available, don't create the fastpath
6198         instead of asserting.  (The method is missing in the 1.1 profile.)
6199
6200 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6201
6202         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
6203
6204         * monitor.c, monitor.h: Code for generating Monitor.Enter and
6205         Monitor.Exit IL fastpaths.
6206
6207 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6208
6209         * class.c (mono_class_create_from_typedef): Added Vector2ul.
6210
6211 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6212
6213         * class.c (mono_class_create_from_typedef): Added Vector2l.
6214
6215 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
6216
6217         * class.c (mono_class_create_from_typedef): Added Vector2d.
6218
6219 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6220
6221         * appdomain.c: translate \ into / for cache_path.
6222         * domain-internals.h: new mono_is_shadow_copy_enabled().
6223         * icall.c: (fill_reflection_assembly_name) do the same path
6224         manipulations that get_code_base does.
6225         (get_code_base) use mono_is_shadow_copy_enabled.
6226
6227 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
6228
6229         * appdomain.c: shadow-copied assemblies go to CachePath +
6230         ApplicationName when both are set. DynamicBase has nothing to do with
6231         shadow copies.
6232         Bug #406877 fixed.
6233
6234 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
6235
6236         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
6237         STANDALONESIG table.
6238
6239         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
6240         standalone signatures.
6241
6242         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
6243         comparison code: instead of comparing the signatures using a custom
6244         equals function, transform them to a common signature and compare that. This
6245         works better with AOT.
6246
6247 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
6248
6249         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
6250
6251         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
6252         call for generic instances.
6253         (mono_class_setup_properties): Call setup_properties () before accessing
6254         gklass->properties.
6255
6256         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6257         over the virtual methods of a class using metadata if possible, avoiding the
6258         creation of MonoMethod's for non-virtual methods.
6259         
6260         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6261         get_virtual_methods () to iterate over the virtual methods of classes.
6262
6263 2008-10-25  Martin Baulig  <martin@ximian.com>
6264
6265         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
6266
6267 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6268
6269         * class.c (mono_class_create_from_typedef): Added Vector4i.
6270
6271 2008-10-24  Mark Probst  <mark.probst@gmail.com>
6272
6273         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
6274         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
6275         special-casing applies to eliminate the call completely.
6276
6277 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6278
6279         * class.c (mono_class_create_from_typedef): Added Vector8s.
6280
6281 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
6282
6283         * class.c (mono_class_create_from_typedef): Added Vector16sb.
6284
6285 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6286
6287         * icall.c: get rid of annoying warning.
6288
6289 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6290
6291         * threadpool.c: in 1.x, if you change the background status of the
6292         threadpool thread, it's not reset.
6293         Remove unnecessary calls to SetState.
6294
6295 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6296
6297         * threadpool.c: asynchronously create a set of idle threads upon first
6298         use of the threadpool. SetMinThreads will now start the appropriate
6299         number of idle threads if they are not already running. The default is
6300         1 threadpool thread per CPU. Increased the maximum number of threads
6301         per CPU to 10.
6302
6303 2008-10-22  Martin Baulig  <martin@ximian.com>
6304
6305         Revert r116521 from Zoltan, it breaks the debugger:
6306
6307         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6308         over the virtual methods of a class using metadata if possible, avoiding the
6309         creation of MonoMethod's for non-virtual methods.
6310         
6311         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6312         get_virtual_methods () to iterate over the virtual methods of classes.
6313
6314 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6315
6316         * threads.c: when creating a threadpool thread, set its state to
6317         'background'.
6318         * threadpool.c: reset the background state of a threadpool thread
6319         after finishing each work item
6320         Bug #437888 fixed.
6321
6322 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6323
6324         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
6325         
6326         * class.c (mono_class_setup_vtable_general): Add an optimized version for
6327         generic instances which works by inflating the methods in the container
6328         class's vtable.
6329
6330         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
6331         variant which doesn't make a copy if no inflation was done.
6332         (mono_class_setup_fields): Use it.
6333
6334         * metadata.c (mono_metadata_get_shared_type): New helper function to
6335         return a shared instance of a given MonoType.
6336
6337         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
6338         a copy of most non-generic types.
6339
6340 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
6341
6342         * threadpool.c: remove one more GetSystemInfo () call.
6343
6344 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
6345
6346         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
6347         use the code in mono-proclib.h to get processor information.
6348
6349 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6350
6351         * appdomain.c: fixed the logic that determines whether assemblies in a
6352         directory are "shadow-copied" or not. Bug #433483 fixed.
6353
6354 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6355
6356         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
6357         warning.
6358
6359 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6360
6361         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
6362         returning a vtype.
6363
6364         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
6365         reflection.c: Use mono_field_get_name () for accessing a field's name.
6366
6367         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
6368         class.c
6369
6370         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
6371         field.
6372
6373         * loader.c (find_method_in_class): Reenable the metadata optimization by
6374         not using it for generic instances.
6375
6376         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
6377         data/def_type fields from MonoClassField into a separate structure.
6378         (struct MonoClassField): Remove data/def_type fields.
6379         (struct _MonoClass): Add a 'field_def_values' array to store the default
6380         values/RVA for fields.
6381
6382         * class.c reflection.c: Update after the changes.
6383         
6384         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
6385         for accessing field->data.
6386
6387         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
6388
6389         * loader.c (find_method_in_class): Revert the last change for now as
6390         it breaks Mono.C5 unit tests.
6391
6392         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
6393         'field_generic_types' and 'field_objects' which contain the information
6394         previously stored in MonoInflatedField.
6395         (MonoInflatedField): Delete.
6396         (struct _MonoClassField): Delete 'generic_info' field.
6397
6398         * reflection.c: Store the information which was previously in 
6399         field->generic_info in MonoDynamicGenericClass instead.
6400
6401         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
6402         MonoClassField changes.
6403
6404 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
6405
6406         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
6407         store the value inside the data array of the MonoMethodWrapper.
6408         This saves memory, is faster and fixes the lifetime issues (methods
6409         were never removed from the hash previously). May also fix bug#436996.
6410
6411 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6412
6413         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
6414         generic instances, compute the type from the generic definition instead of
6415         looking in field->generic_info.
6416
6417         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
6418         for inflated fields, the only user was get_fieldref_token () which no
6419         longer needs it.
6420
6421         * class.c (mono_class_init): Revert the last change as it seems to cause
6422         crashes.
6423
6424         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
6425         bytes on 64 bit platforms.
6426
6427         * object.c (mono_class_create_runtime_vtable): Fix a warning.
6428         
6429         * object.c (mono_class_create_runtime_vtable): Don't initalize
6430         field->data/field->def_type here, it is done lazily by 
6431         mono_class_get_field_default_value ().
6432
6433         * icall.c (ves_icall_get_enum_info): Call 
6434         mono_class_get_field_default_value () instead of directly accessing
6435         field->data and field->def_type.
6436
6437         * object.c (get_default_field_value): Ditto.
6438
6439         * class.c (mono_field_get_data): Ditto.
6440         
6441         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
6442         call for generic instances.
6443
6444         * loader.c (find_method_in_class): If klass != from_class, then inflate
6445         the method with the context of from_class, since the caller assumes this.
6446
6447 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
6448
6449         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
6450         for accessing method->slot.
6451
6452 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
6453
6454         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
6455
6456 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
6457
6458         * class.c (mono_method_get_vtable_index): Use
6459         mono_method_get_vtable_slot () for accessing method->slot.
6460
6461         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
6462         accessing klass->methods.
6463
6464         * class.c (mono_method_get_vtable_slot): New helper function.
6465         (mono_class_get_vtable_entry): Ditto.
6466         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
6467         accessing method->slot.
6468
6469         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
6470         method to get_inflated_method ().
6471
6472         * class.c (mono_class_get_inflated_method): New helper method to obtain
6473         a method of an inflated class without calling setup_methods ().
6474         (mono_class_get_cctor): Use get_inflated_method.
6475
6476         * generic-sharing.c (mono_class_get_method_generic): Ditto.
6477         
6478         * marshal.c image.c: Lazily create all the marshal caches.
6479
6480         * image.c (mono_image_init): Move initialization of runtime_invoke
6481         caches to marshal.c.
6482
6483         * marshal.c (get_cache): New helper function to lazily initialize a 
6484         wrapper cache.
6485         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
6486
6487         * debug-helpers.c (mono_method_full_name): Include generic arguments.
6488
6489 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
6490
6491         * loader.c: fixed check for interface type.
6492
6493 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
6494
6495         * appdomain.c: check for NULL setup before it's referenced.
6496
6497 p
6498 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
6499
6500         * class.c: remove the unused old vtable setup code.
6501
6502 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
6503
6504         * class.c: don't depend on interface order in
6505         setup_interface_offsets (bug #435777).
6506         * reflection.c: sort the InterfaceImpl table (patch from
6507         Jb Evain  <jbevain@novell.com>).
6508
6509 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
6510
6511         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
6512         the low level assemblies lock.
6513
6514 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
6515
6516         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
6517         object.c, reflection.c, socket-io.c, threads.c: introduced
6518         mono_framework_version () to return the major framewrok version,
6519         changed the code that was using more complex patterns to use it.
6520         Return the correct value for PlatformID for OSX.
6521
6522 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
6523
6524         * icall-def.h, process.h, process.c: added an icall to get info about
6525         processes using mono-proclib.
6526
6527 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
6528
6529         * mono-perfcounters.c: use the mono-proclib functions to
6530         access process information.
6531
6532 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
6533
6534         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
6535         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
6536         reflection.c: remove rawbuffer usage: mmap support is more sanely
6537         provided by utils/mono-mmap.
6538
6539 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
6540
6541         * gc.c: use posix semaphores when possible so that
6542         mono_gc_finalize_notify() is signal safe.
6543
6544 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
6545
6546         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
6547         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
6548         be #ifdef-ed out, the linker will remove the rest.
6549
6550         * marshal.c: Implement DISABLE_COM.
6551
6552         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
6553
6554 2008-10-11  Miguel de Icaza  <miguel@novell.com>
6555
6556         * locales.c (string_invariant_compare_char): Optimization: do not
6557         call g_unichar_type unless we actually need the information.
6558
6559 2008-10-10  Mark Probst  <mark.probst@gmail.com>
6560
6561         * object.c, class-internals.h: Also create remoting trampolines
6562         for generic methods.  Pass the domain to the remoting trampoline
6563         creation function, too.
6564
6565 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
6566
6567         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
6568
6569 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
6570
6571         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
6572         Vector4ui.
6573
6574 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6575
6576         * assembly.c:
6577         * locales.c: remove the use of g_strdown. Fixes bug #322313.
6578
6579 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
6580
6581         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
6582         for the least possible amount of time (extending the fix in r113458).
6583
6584 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
6585
6586         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
6587
6588 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
6589
6590         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
6591         as possible simd intrinsic types.
6592         Optimized the test to check for the common prefix first.
6593
6594 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
6595
6596         * class.c: back out part of a broken optimization committed on
6597         May 23th (bug #433908).
6598
6599 2008-10-09  Mark Probst  <mark.probst@gmail.com>
6600
6601         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
6602         Win32.  Should fix #432388 for most cases until we have the new
6603         profiler on Win32.
6604
6605 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
6606
6607         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
6608         instead of using inst->id so the hash is stable for AOT.
6609
6610 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6611
6612         * appdomain.c:
6613         * icall.c: create a .ini file for shadow-copied assemblies that
6614         contains the location of the original assembly. Use this to return the
6615         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
6616         Also fix the number of '/' for windows when returning the CodeBase.
6617         Fixes bug #430920.
6618
6619 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
6620
6621         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
6622
6623         Code is contributed under MIT/X11 license.
6624
6625 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
6626
6627         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
6628           if if the class vtable needs initialized.
6629
6630         Code is contributed under MIT/X11 license.
6631
6632 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
6633
6634         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
6635           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
6636           STRING->BSTR, and CLASS->INTERFACE.
6637
6638         Code is contributed under MIT/X11 license.
6639
6640 2008-10-07  Marek Habersack  <mhabersack@novell.com>
6641
6642         * sysmath.h: changed the declaration of the
6643         ves_icall_System_Math_Round2 icall by adding an extra
6644         away_from_zero parameter.
6645
6646         * sysmath.c (ves_icall_System_Math_Round2): added support for
6647         away from zero rounding. The icall now takes an extra boolean
6648         parameter to signal that away from zero operation is requested.
6649
6650 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
6651
6652         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
6653         the delegate klass so it can work with full-aot.
6654         (mono_marshal_get_delegate_end_invoke): Ditto.
6655         (mono_marshal_get_delegate_invoke): Ditto.
6656
6657 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
6658
6659         * gc.c, attach.h, attach.c: remove a bad pattern:
6660         add_finalizer_callback () is not implemented correctly, it can't
6661         without adding more overhead to the finalizer loop and it's not
6662         even needed, since we know exactly what we need to call, so there is
6663         no need to do so through an expensive function pointer.
6664
6665 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
6666
6667         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
6668         for the no-gc case.
6669         * attach.c (mono_attach_init): Remove the #ifdef.
6670
6671 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
6672
6673         * attach.c (mono_attach_init): Don't use
6674         mono_gc_add_finalizer_thread_callback when compiling without GC.
6675         Fixes #432306.
6676         
6677         Code is contributed under MIT/X11 license.
6678
6679 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
6680
6681         * class.c (mono_class_create_from_typedef): Remove the 
6682         #ifndef DISABLE_SIMD stuff.
6683
6684 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
6685
6686         * class-internals.h (MonoClass): Added simd_type bit field.
6687
6688         * class.c (mono_class_create_from_typedef): Check if type is a simd
6689         intrinsic.
6690
6691 2008-10-03  Mark Probst  <mark.probst@gmail.com>
6692
6693         * object.c (mono_method_add_generic_virtual_invocation): Only add
6694         instantiations to the thunk whose count is at least as large as
6695         the threshold.
6696
6697 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
6698
6699         * icall.c: changed the Type of the exception thrown when trying to
6700         invoke a constructor on an abstract class. Part of the fix for bug
6701         #324185.
6702
6703 2008-10-02  Mark Probst  <mark.probst@gmail.com>
6704
6705         * class.c, class-internals.h (mono_method_get_vtable_index): New
6706         function which returns the index into the vtable and properly
6707         handles inflated virtual generic methods.
6708
6709 2008-10-01  Mark Probst  <mark.probst@gmail.com>
6710
6711         * object.c, domain.c, object-internals.h, domain-internals.h:
6712         Generalize IMT thunk machinery to also handle thunks for virtual
6713         generic method invokes.  When a virtual generic method is invoked
6714         more than a number of times we insert it into the thunk so that it
6715         can be called without lookup in unmanaged code.
6716
6717         * generic-sharing.c, class-internals.h: Fetching a
6718         MonoGenericInst* for a method from an (M)RGCTX.
6719
6720 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
6721
6722         * marshal.c (emit_marshal_string): Applied a variant of a patch by
6723         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
6724         marshalling. Fixes #431304.
6725
6726 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
6727
6728         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
6729           handle when ref is specified without In or Out.
6730
6731         Code is contributed under MIT/X11 license.
6732
6733 2008-09-30  Mark Probst  <mark.probst@gmail.com>
6734
6735         * loader.c (mono_get_method_constrained): Don't expand method with
6736         the class's context, because it's already a method of that class.
6737
6738 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
6739
6740         * attach.c : should be correct build fix.
6741
6742 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
6743
6744         * attach.c: Fix the previous change.
6745
6746 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
6747
6748         * attach.c : quick w32 build fix.
6749
6750 2008-09-27  Miguel de Icaza  <miguel@novell.com>
6751
6752         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
6753         crashes MonoDevelop: #430455.
6754
6755 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
6756
6757         * domain-internals.h (struct _MonoDomain): Move most fields used only by
6758         the JIT do MonoJitDomainInfo in ../mini/mini.h.
6759
6760         * domain.c: Remove initialization/cleanup of the removed fields.
6761
6762 2008-09-27  Mark Probst  <mark.probst@gmail.com>
6763
6764         * class.c (mono_class_generic_sharing_enabled): Enable generic
6765         code sharing for PPC.
6766
6767 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
6768
6769         * attach.c : Fixing the Windows builds.
6770
6771         Code is contributed under MIT/X11 license.
6772
6773 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
6774
6775         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
6776         the default generic sharing mode to 'all'.
6777
6778 2008-09-25  Mark Probst  <mark.probst@gmail.com>
6779
6780         * generic-sharing.c, class-internals.h: New function for checking
6781         whether a method needs a static RGCTX invoke wrapper.  A few
6782         funtions moved from mini/generic-sharing.c.
6783
6784         * icall.c: New function used.
6785
6786 2008-09-25  Mark Probst  <mark.probst@gmail.com>
6787
6788         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
6789         Static RGCTX invoke wrapping applies to value type methods, too.
6790
6791         * class.c (mono_class_setup_vtable_general): In generic-shared
6792         value types, wrap methods with a static RGCTX invoke wrapper.
6793
6794 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
6795
6796         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
6797         osx build.
6798
6799 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
6800
6801         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
6802         register a callback which is called when the finalizer thread is woken
6803         up.
6804         (finalizer_thread): Call the callback if it exists.
6805
6806         * attach.h attach.c: New files, implementing the attach mechanism.
6807
6808         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
6809         
6810         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
6811         by the previous change.
6812
6813 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
6814
6815         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
6816         loader.c, marshal.c, metadata-internals.h, metadata.c,
6817         method-builder.c, object.c, reflection.c: introduced specific functions
6818         to allocate from the domain and image mempools and cleaned up most of
6819         the code to use them (still missing a few in reflection.c).
6820         Keep the loader bytes counter updated.
6821
6822 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
6823
6824         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
6825         loader-related counters.
6826
6827 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
6828
6829         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
6830         added more MS-compatible counters.
6831
6832 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
6833
6834         * class.c (mono_class_setup_fields): Call setup_fields before accessing
6835         class->blittable. Fixes #428217.
6836
6837 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
6838
6839         * reflection.c (mono_image_get_field_on_inst_token): Call 
6840         field_encode_signature () since that handles custom modifiers too.
6841         Fixes #424663.
6842
6843 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
6844
6845         * reflection.c (add_custom_modifiers): New helper function to merge custom
6846         modifiers stored in objects to a MonoType.
6847         (fieldref_encode_signature): Encode custom modifiers.
6848         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
6849         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
6850
6851 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
6852
6853         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
6854         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
6855         64-bit IL only images because imports are not resolved for IL only images.
6856         Special thanks to Bill Holmes for finding this bug and testing the patch.
6857         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
6858
6859         Contributed under MIT/X11 license.
6860
6861 2008-09-19  Miguel de Icaza  <miguel@novell.com>
6862
6863         * mono-config.c (dllmap_start): Add support for the bits keyword
6864         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
6865
6866 2008-09-19  Mark Probst  <mark.probst@gmail.com>
6867
6868         * reflection.c (inflate_mono_method): When the class the method is
6869         to be inflated for is itself not inflated, just return the method.
6870
6871 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
6872
6873         * mono-perfcounters.c: use more user friendly process instance names.
6874
6875 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
6876
6877         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
6878           handle "[in] ref" and "[in][out] ref" cases.
6879
6880         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
6881           to mono_mb_create_method.  This was causing problems calling native to
6882           managed passing Variants by value.
6883
6884         Code is contributed under MIT/X11 license.
6885
6886 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
6887
6888         * class.c (can_access_internals): Call mono_assembly_load_friends ()
6889         before accessing the friend_assembly_names field.
6890
6891         * assembly.c (mono_assembly_load_friends): Make this callable multiple
6892         times.
6893         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
6894         called lazily when it is needed.
6895
6896         * metadata-internals.h (struct _MonoAssembly): Add 
6897         'friend_assembly_names_inited' flag.
6898
6899 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
6900
6901         * mono-perfcounters-def.h: fix the types of a few counters.
6902         * mono-perfcounters.c: implemented the instance names getter
6903         and a few bugfixes.
6904
6905 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
6906
6907         * culture-info-table.h : regenerated.
6908
6909 2008-09-17  Robert Jordan  <robertj@gmx.net>
6910
6911         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
6912         context bound objects. Fixes #415577.
6913
6914         Code is contributed under MIT/X11 license.
6915
6916 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
6917
6918         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
6919         implementation (bug #423582).
6920
6921 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
6922
6923         * object.c (mono_object_get_virtual_method): Handle the case method->slot
6924         is not set. Fixes #426309.
6925
6926 2008-09-16  Jb Evain  <jbevain@novell.com>
6927
6928         * class.c (mono_class_from_name): fix the exported type look up
6929         when the type is defined in a referenced assembly.
6930
6931 2008-09-16  Jb Evain  <jbevain@novell.com>
6932
6933         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
6934         increment the next index counter on each iteration to make that work
6935         for more than one type forwarder. Unmanaged part to fix #422929.
6936
6937 2008-09-15  Mark Probst  <mark.probst@gmail.com>
6938
6939         * object-internals.h: enum ComInterfaceType in
6940         MonoInterfaceTypeAttribute is guint32, not guint16.
6941
6942 2008-09-12  Mark Probst  <mark.probst@gmail.com>
6943
6944         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
6945         writing code.
6946
6947 2008-09-11  Mark Probst  <mark.probst@gmail.com>
6948
6949         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
6950         not gboolean.
6951
6952 2008-09-11  Mark Probst  <mark.probst@gmail.com>
6953
6954         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
6955         Endianness fixes for MonoSymbolFileOffsetTable.
6956
6957 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
6958
6959         * process.c (complete_path) : Removing quotes from the 
6960           input path.  The glib file routines do not handle file paths
6961           that have quotes around them.
6962
6963         Code is contributed under MIT/X11 license.
6964
6965 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
6966
6967         * socket-io.h : Adding a comment to provide locations where 
6968           changes to MonoSocketAsyncResult need to be synced.
6969
6970         Code is contributed under MIT/X11 license.
6971
6972 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
6973
6974         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
6975         parameters as well. Fixes #425001.
6976
6977 2008-09-08  Miguel de Icaza  <miguel@novell.com>
6978
6979         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
6980         windows build.
6981
6982 2008-09-07  Miguel de Icaza  <miguel@novell.com>
6983
6984         * console-io.c: Add support for tracking the window size if it
6985         changes.
6986
6987         The setup is very simple: the TtySetup function will now return a
6988         pointer to a location in memory that tracks the current console
6989         size.  The managed code checks its current value every time its
6990         queried against the last value set, and updates accordingly.
6991
6992         With this setup we can work with multiple consoles, and we do not
6993         require to poke into managed code from a signal handler.
6994
6995         Additionally, the environment for COLUMNS and LINES is now handled
6996         in unmanaged code.
6997
6998         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
6999
7000 2008-09-07  Mark Probst  <mark.probst@gmail.com>
7001
7002         * marshal.c (mono_type_native_stack_size): Treat
7003         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
7004
7005 2008-09-04  Jb Evain  <jbevain@novell.com>
7006
7007         * class.c (mono_class_is_assignable_from): fix assignability of nullables
7008         to nullables.
7009
7010 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
7011
7012         * verify.c (verify_type_compatibility_full): Revert change
7013         to allow converting a native int to unmanaged pointer be verifiable
7014         under non-strict mode.
7015         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
7016
7017         * verify.c: Added some TODOs.
7018
7019 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
7020
7021         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
7022           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
7023           Changed to use GlobalAlloc for the memory returned on Windows platforms.
7024
7025         Code is contributed under MIT/X11 license.
7026
7027 2008-09-02  Jb Evain  <jbevain@novell.com>
7028
7029         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
7030
7031 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
7032
7033         reflection.c (typebuilder_setup_fields): Handle classes with
7034         explicit size.
7035
7036 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
7037
7038         class.c (mono_class_setup_events): Add memory barrier due to
7039         double checked locking.
7040         
7041         class.c (mono_class_setup_properties): Same.
7042
7043 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
7044
7045         * class.c (mono_class_is_assignable_from): Fix the build.
7046         
7047         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
7048         before accessing klass->interface_bitmap. Fixes #421744.
7049
7050 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
7051
7052         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
7053         the runtime into no-exec mode, useful when running the AOT compiler.
7054
7055         * appdomain.c gc.c object.c: Avoid executing managed code when running
7056         in no-exec mode.
7057         
7058         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
7059
7060         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
7061         special case when the mono_assembly_loaded () returns NULL because the 
7062         search hook is not installed.
7063
7064 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
7065
7066         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
7067         crashes in bstr marshalling on linux.
7068
7069 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7070
7071         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
7072         with more than one parameter.
7073
7074 2008-08-24  Miguel de Icaza  <miguel@novell.com>
7075
7076         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
7077         start/stop flow control as well when turning off ICANON (allows
7078         C-s and C-q to be read by Console.ReadKey).
7079
7080 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7081
7082         * class.c (mono_class_init): Move the initialization of nested classes
7083         into mono_class_get_nested_types (). Fixes #418433.
7084
7085         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
7086         flag.
7087
7088         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
7089         iterating tough the nested classes of a class.
7090
7091 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
7092
7093         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
7094         on arm.
7095
7096 2008-08-22  Miguel de Icaza  <miguel@novell.com>
7097
7098         * console-io.c (sigcont_handler): Support signal chaining for
7099         SIGCONT.
7100
7101         (console_set_signal_handlers): Use best practices with sigaction,
7102         clear the structure before using it. 
7103
7104 2008-08-22  Robert Jordan  <robertj@gmx.net>
7105
7106         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
7107         Fix the Windows build.
7108
7109 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
7110
7111         * class.c (mono_class_generic_sharing_enabled): Make the default
7112         sharing mode 'corlib'.
7113
7114 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
7115
7116         * console-io.c (console_set_signal_handlers): Fix a warning.
7117
7118         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
7119         method normally, the JIT will take care of avoiding recursion.
7120
7121 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
7122
7123         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
7124
7125         Code is contributed under MIT/X11 license.
7126
7127 2008-08-20  Miguel de Icaza  <miguel@novell.com>
7128
7129         * console-io.c (sigcont_handler): We need to restore the entire
7130         termios state, not only the original settings, as things like echo
7131         can be controlled after this (Booish exposes this issue with its
7132         own ReadLine implementation).
7133
7134         Additionally, we need to set the terminal back into keypad_xmit
7135         mode.
7136         
7137         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
7138         string as a paramter as well.   Otherwise we get different
7139         keyboard sequences.
7140
7141 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
7142
7143         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
7144         delegates with byref out parameter passing. Fixes #351520.
7145
7146         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
7147         a generic context.
7148         (mono_type_get_desc): Add the type arguments for GENERICINST.
7149         (mono_method_full_name): Stringify the class name using mono_type_full_name
7150         so it picks up generic arguments.
7151
7152 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
7153
7154         * console-io.c: Removed debug output.
7155
7156 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
7157
7158         reflection.c (mono_reflection_create_runtime_class): Alloc
7159         the nested classes linked list using the dynamic image mempool.
7160         Fixes leak in corlib compilation.
7161
7162 2008-08-19  Miguel de Icaza  <miguel@novell.com>
7163
7164         * console-io.c: Fix incredibly annoying behavior on the console
7165         after resuming execution after control-z.   This affected every
7166         console application.
7167
7168 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
7169
7170         * mempool-internals.h: Header for mono private mempool functions. The first
7171         two function are for allocating glib linked lists using pools.
7172
7173         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
7174
7175         * Makefile.am: Added mempool-internals.h.
7176
7177 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
7178
7179         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
7180         (mono_domain_free): Ditto.
7181
7182         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
7183         be used by the JIT to store its domain-specific information, instead of putting
7184         it directly into MonoDomain.
7185
7186         * domain.c (mono_install_create_domain_hook): New helper function to install
7187         a hook which initializes domain->runtime_info.
7188
7189         * domain.c (mono_install_free_domain_hook): Ditto.
7190         
7191 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
7192
7193         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
7194         asserting if the ares parameter is null.
7195
7196         * mono-perfcounters.c: Fix warnings.
7197
7198         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
7199         is not needed, don't check for interruptions either.
7200         (mono_marshal_get_delegate_end_invoke): Ditto.
7201
7202 2008-08-15  Marek Habersack  <mhabersack@novell.com>
7203
7204         * mono-perfcounters.c (predef_readonly_counter): added support for
7205         reading the ASP.NET Requests Queued counter from another process.
7206
7207 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
7208
7209         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
7210         MonoImage to simplify the AOT code.
7211
7212 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
7213
7214         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
7215         marshalling. Fixes #416078.
7216
7217 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7218         
7219         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
7220         it is set, looking up the icall address is deferred to the JIT, since 
7221         in embedded scenarios, the icall might not be registered in the runtime
7222         doing the AOT compilation. Backported from the 2.0 branch.
7223
7224 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7225
7226         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
7227         Fixes #415621.
7228
7229 2008-08-05  Marek Habersack  <mhabersack@novell.com>
7230
7231         * Makefile.am: added support for cross-compilation.
7232
7233 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
7234
7235         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
7236
7237 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7238
7239         * mono-perfcounters.c: jitted methods and jitted bytes counters.
7240
7241 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
7242
7243         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
7244         mono-perfcounters.c: performance counters implementation.
7245
7246 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
7247
7248         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
7249         to gpointer, letting the AOT code decide what to store in it.
7250
7251 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
7252
7253         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
7254           mono_class_setup_methods if the methods are not initialized.
7255
7256         Code is contributed under MIT/X11 license.
7257
7258 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7259
7260         * verify.c: Remove some debug code I commited by accident.
7261
7262         * verify.c (mono_method_is_valid_in_context): Change the return value
7263         to make possible to distinguish between invalid and unverifiable.
7264
7265         * verify.c (verifier_load_method): Don't return NULL for unverifiable
7266         methods.
7267
7268 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7269
7270         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
7271         constraints. Fixes regression in gtest-253.
7272
7273 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7274
7275         * verify.c (mono_verifier_verify_class): Don't allow generic types
7276         with explicit layout.
7277
7278         * verify.c (mono_method_verify): Check locals and argument types.
7279
7280 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
7281
7282         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
7283         wait if the thread is in StopRequested state.
7284
7285         * class.c (mono_class_from_name): Refactor the module searching code into
7286         a separate function so it can be reused in the AOT case too.
7287
7288 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
7289
7290         * verify.c (mono_type_is_valid_in_context): Improve the error message.
7291         Check both the type and it's generic type definition for loader errors.
7292         
7293         * verify.c (mono_method_is_valid_in_context): Don't generate another
7294         error when a type errors occur, this leads to the wrong exception been
7295         thrown.
7296
7297 2008-07-28  Dick Porter  <dick@ximian.com>
7298
7299         * icall-def.h
7300         * process.c
7301         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
7302         New internal calls to duplicate and close a process handle.
7303
7304 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
7305
7306         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
7307
7308 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
7309
7310         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
7311
7312 2008-07-27  Robert Jordan  <robertj@gmx.net>
7313
7314         * class.c (mono_class_init): Don't compute class.has_finalize for
7315         valuetypes. Fixes #412477.
7316
7317 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
7318
7319         * verify.c: Implement constraint equivalence checking.
7320         This is required when a generic parameter is used as
7321         argument to a constrained one.
7322
7323         Fixes #410637.
7324
7325 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
7326
7327         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7328
7329         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
7330
7331         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
7332         synch with managed object layout.
7333
7334 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7335
7336         * verify.c (do_branch_op): Handle valuetypes and generic
7337         arguments properly.
7338
7339         * verify.c (do_cmp_op): Same.
7340
7341         Fixes #410383.
7342
7343 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7344
7345         * generic-sharing.c: Fix memory leaks.
7346
7347         * class.c, class-internals.h: Make
7348         mono_class_inflate_generic_type_with_mempool() non-static.
7349
7350 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7351
7352         * pedump.c (dump_verify_info): Dump full class name.
7353
7354 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7355
7356         * generic-sharing.c: Removed some old code that didn't do anything.
7357
7358 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
7359         * profiler.c: Added runtime_initialized_event,
7360         mono_profiler_install_runtime_initialized and
7361         mono_profiler_runtime_initialized. This new hook tells the profiler
7362         when the runtime is sufficiently initialized to be able to call
7363         mono_thread_attach on the root appdomain.
7364         * profiler.h, profiler-private.h: Likewise.
7365
7366 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7367
7368         * verify.c (do_cast): Do boxing for generic arguments as well.
7369
7370         * class.c (is_nesting_type): Drop generic instantiations before
7371         checking for nesting.
7372
7373         * class.c (can_access_instantiation): Allow access to generic
7374         arguments.
7375
7376 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7377
7378         * verify.c (verify_class_for_overlapping_reference_fields):
7379         On some cases, the field size might be zero, guard against that.
7380         Fix the explicit layout check to work as expected.
7381
7382 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
7383
7384         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
7385         mono_thread_resume () during shutdown, since the thread we want to abort
7386         might be suspended.
7387
7388 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
7389
7390         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
7391         warning.
7392
7393         * debug-mono-symfile.c: Fix a warning.
7394
7395         * mono-perfcounters.c (get_cpu_times): Fix a warning.
7396
7397         * object.c (mono_class_vtable): Check if exception_type is set, and return
7398         NULL as defined by the function comments.
7399
7400 2008-07-22  Mark Probst  <mark.probst@gmail.com>
7401
7402         * mempool.c: Use malloc for every single mempool allocation if the
7403         configure option is set.  This makes it easier to track mempool
7404         allocations with tools like Valgrind.
7405
7406 2008-07-22  Jb Evain  <jbevain@novell.com>
7407
7408         * reflection.c (create_dynamic_mono_image): emit the same
7409         metadata version that SL2 does when creating a SL2 image.
7410
7411 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
7412
7413         * icall-def.h:
7414         * icall.c: New icall System.Enum:get_hashcode. This function
7415         avoids the overhead of boxing the enum to the underlying type.
7416
7417 2008-07-21  Mark Probst  <mark.probst@gmail.com>
7418
7419         * reflection.c (mono_method_get_object): Don't let static RGCTX
7420         invoke wrappers get into MonoReflectionMethods.
7421
7422 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
7423
7424         * object-internals.h:
7425         * object.c: New mono_runtime_class_init_full function
7426         that makes throwing the exception optinal.
7427
7428         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
7429         for the case where the exception object is supplied.
7430
7431 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
7432
7433         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
7434         old ld versions.
7435
7436         Contributed under MIT/X11 license.
7437
7438 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
7439
7440         * string-icalls.c (ves_icall_System_String_InternalSplit):
7441         Optimize array allocation by caching the MonoClass of the
7442         array type.
7443
7444         * icall.c (ves_icall_Type_GetMethodsByName): Same.
7445
7446         * reflection.c (mono_param_get_objects): Same.
7447
7448 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
7449
7450         * icall-def.h:
7451         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
7452         It inflates the given type using the class context.
7453
7454 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
7455
7456         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
7457         the vtable if it already exists.
7458
7459         * object-internals.h: Add mono_class_try_get_vtable as part of the
7460         internal API.
7461
7462         * reflection.c (mono_type_get_object): Use the MonoObject from the
7463         vtable when possible. Reduces locking contention on reflection heavy
7464         code.
7465
7466 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
7467
7468         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
7469         g_bit_nth_msf () since that macro is not implemented in eglib.
7470
7471 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
7472
7473         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
7474         on platforms which do not support it.
7475
7476 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
7477
7478         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
7479
7480 2008-07-11  Martin Baulig  <martin@ximian.com>
7481
7482         * mono-debug-debugger.h
7483         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
7484
7485         * mono-debug-debugger.c
7486         (_mono_debugger_interruption_request): New global volatile variable.
7487         (mono_debugger_check_interruption): New public function.
7488
7489         * threads.c
7490         (mono_thread_current_check_pending_interrupt): Call
7491         mono_debugger_check_interruption().
7492         (mono_thread_interruption_checkpoint_request): Likewise.
7493
7494 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7495
7496         * verify.c: Add more type checks for loaded types. Verify the result
7497         handle from ldtoken.
7498
7499 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7500
7501         * loader.c (field_from_memberref): Don't crash if the field
7502         wasn't found.
7503
7504 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7505
7506         * verify.c: Verify if type and method instantiations
7507         don't have invalid VAR or MVAR arguments.
7508
7509 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7510
7511         * verify.c: Fix double free of function pointer list.
7512
7513 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7514
7515         * object.c (mono_string_to_utf8): Comment the new code as it
7516         breaks under eglib.
7517
7518 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
7519
7520         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
7521
7522 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
7523
7524         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
7525           is not throw too many times.
7526
7527         Code is contributed under MIT/X11 license.
7528
7529 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
7530
7531         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
7532         debugging is turned off.
7533
7534 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
7535
7536         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
7537
7538 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7539
7540         * class-internals.h, class.c: Added new generic sharing option:
7541         Share only stuff in System.Collections.Generic, which is now the
7542         default.
7543
7544 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7545
7546         * generic-sharing.c, class-internals.h: New function for getting a
7547         generic method in a generic class given the corresponding method
7548         for a different instantiation of the class.  Partly refactored
7549         from mini-trampolines.c.
7550
7551         * class.c: Make sure generic methods have a class_inst if they are
7552         part of a generic class.
7553
7554         * metadata.c (mono_type_stack_size_internal): Handle type
7555         variables.
7556
7557 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7558
7559         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
7560         Signifies whether information on the this/vtable/mrgctx variable
7561         is available.
7562
7563 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7564
7565         * object.c, object-internals.h, icall.c: New function
7566         mono_delegate_ctor_with_method(), which does the same as
7567         mono_delegate_ctor(), but takes an explicit method argument
7568         instead of taking the method from the jit info.
7569
7570         * marshal.c: When creating a delegate with an inflated method take
7571         the "this" argument as the target class for the castclass.
7572
7573 2008-07-03  Mark Probst  <mark.probst@gmail.com>
7574
7575         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
7576         mono_jit_info_table_find() to perform very badly in some cases.
7577
7578 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
7579
7580         * icall.c (type_from_typename): Handle 'string'.
7581
7582         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
7583         wrappers into the wrapper_hash, since the key is not a MonoMethod.
7584
7585 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
7586
7587         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
7588
7589         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
7590         number of available managed allocator types.
7591
7592         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
7593         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
7594
7595 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
7596
7597         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
7598         which is a low level lock protecting just the 'jit_code_hash' hash table.
7599
7600         * domain.c: Initialize+cleanup jit_code_hash_lock.
7601         
7602 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
7603
7604         * coree.c (mono_load_coree): Set coree_module_handle global variable only
7605         after initialization.
7606
7607         * coree.h: Make MonoFixupExe internal.
7608
7609         Contributed under MIT/X11 license.
7610
7611 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
7612
7613         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
7614         because that is platform independent. Check NumberOfRvaAndSizes in PE32
7615         as well.
7616         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
7617         image being loaded is a CLI image and _CorValidateImage gets called.
7618
7619         * coree.h: Add MonoLoadImage.
7620
7621         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
7622         instead of LoadLibrary.
7623
7624         Contributed under MIT/X11 license.
7625
7626 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
7627
7628         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
7629         for any primitive type.
7630
7631 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
7632
7633         * object.c (mono_array_new_specific): Optimize this and the other allocation
7634         functions a bit.
7635         
7636         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
7637         domains too if mono_dont_free_domains is set.
7638
7639         * domain-internals.h (mono_dont_free_domains): New internal option controlling
7640         whenever to free appdomain data after it has been unloaded.
7641
7642         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
7643         
7644 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
7645
7646         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
7647         (mono_method_get_equivalent_method): Fix a warning.
7648
7649         * object.c (mono_message_init): Avoid looking up array types for each call.
7650
7651 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
7652
7653         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
7654         call.
7655
7656         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
7657         even more.
7658
7659         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
7660         each iteration.
7661
7662         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
7663         fields of an enum.
7664
7665 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
7666
7667         * object.c (mono_value_box): Fix boxing of nullables.
7668
7669 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
7670
7671         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
7672         mono_module_handle that is defined by the linker; no initialization required.
7673         * coree.h: Remove mono_module_handle, add __ImageBase, update
7674         mono_image_open_from_module_handle.
7675         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
7676         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
7677         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
7678         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
7679         to 4 GB away from image base address. IA64 version is not tested but was very
7680         easy to implement and should work if we ever need it.
7681         * domain.c (mono_init_internal): Avoid system error message boxes.
7682         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
7683         with has_entry_point. Handle do_mono_image_load fauilre correctly.
7684         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
7685         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
7686         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
7687
7688         Contributed under MIT/X11 license.
7689
7690 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
7691
7692         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
7693         as part of the private mono API.
7694         
7695         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
7696         Do proper argument checking for methods that belong to generic classes.
7697         Do proper type resolution for GMFH/2.
7698         Fixes #377324.
7699         
7700 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
7701
7702         * verify.c (do_switch): Fix a memory corruption bug with
7703         the jump index is out of bound.
7704
7705 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
7706
7707         * verify.c: Disable debug code.
7708
7709 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
7710
7711         * reflection.c (mono_image_get_methodbuilder_token): Use
7712         mono_image_get_methodspec_token_for_generic_method_definition
7713         instead of mono_image_get_memberref_token. We cache more memberef
7714         entries now.
7715
7716 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
7717
7718         * verify.c: Inflate exception clause types.
7719         Fixes #402606.
7720         
7721 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
7722
7723         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
7724         name.
7725
7726         * reflection.c (mono_image_get_ctorbuilder_token): Same.
7727
7728         * reflection.c (mono_image_create_method_token): Same.
7729
7730 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
7731
7732         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
7733         It does the same as mono_image_get_methodref_token but works on
7734         MethodBuilder.
7735
7736         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
7737         and always generate a methodspec. This follows the old behavior and fixes
7738         the regressions in System.Core. 
7739
7740 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
7741
7742         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
7743         don't event mono_class_get () succeeds. Fixes #402182.
7744
7745 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
7746
7747         * metadata-internals.h: Added MonoDynamicImage::methodspec
7748         hashtable to store methodspec tokens created for MethodBuilders.
7749
7750         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
7751         MethodBuilders as open instantiations if a methodspec was requested.
7752
7753         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
7754
7755         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
7756
7757         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
7758
7759         Fixes bug #349190.
7760
7761 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
7762
7763         * loader.c (method_from_methodspec): Avoid crashing if the
7764         method lookup fails.
7765
7766 2008-06-20  Dick Porter  <dick@ximian.com>
7767
7768         * socket-io.c (get_socket_assembly): Cope with Moonlight network
7769         classes being in a different assembly.  Fixes bug 399184.
7770
7771 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
7772
7773         * loader.c (mono_loader_init): Make this callable multiple times.
7774         (mono_dllmap_insert): Call mono_loader_init () so this works even before
7775         the runtime is initialized. Fixes #401755.
7776
7777 2008-06-19  Dick Porter  <dick@ximian.com>
7778
7779         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
7780         Fixes bug 349688.
7781
7782 2008-06-19  Dick Porter  <dick@ximian.com>
7783
7784         * socket-io.c:
7785         * icall-def.h: Implement Socket generic Send() and Receive()
7786         methods.  Fixes bug 395168.
7787
7788 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
7789
7790         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
7791
7792         Contributed under MIT/X11 license.
7793
7794 2008-06-18  Martin Baulig  <martin@ximian.com>
7795
7796         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
7797         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
7798         set to 80.0.  The debugger <-> runtime interface is now frozen as
7799         well.   
7800
7801         * mono-debug.c
7802         (mono_debug_debugger_version): Bump to 4.
7803
7804 2008-06-18  Martin Baulig  <martin@ximian.com>
7805
7806         * debug-mono-symfile.c
7807         (load_symfile): Don't check the minor version.
7808
7809         * debug-mono-symfile.h: Bump the version number to 50.0.
7810
7811 2008-06-18  Martin Baulig  <martin@ximian.com>
7812
7813         * debug-mono-symfile.c
7814         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
7815         minimum required version.
7816
7817 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
7818
7819         * reflection.c (mono_custom_attrs_from_property): Fix support for
7820         retriveving cattrs of dynamic inflated generic types.
7821
7822         * reflection.c (mono_custom_attrs_from_event): Same.
7823
7824         * reflection.c (mono_custom_attrs_from_field): Same;
7825
7826         * reflection.c (typebuilder_setup_events): Same cattrs of events.
7827
7828         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
7829         Moved to metadata.c.
7830
7831         * metadata.c: New functions to retrive the equivalent field, event
7832         of property from the generic type definition.
7833
7834         * metadata-internals.h: Added new functions from metadata.c.
7835
7836 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
7837
7838         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
7839         to cached in a mempool is used.
7840
7841         * metadata.c (free_generic_class): In some situations field generic_info type
7842         is not properly dup'ed and leads to double free'ing.
7843
7844         Fixes #400643.
7845
7846 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7847
7848         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
7849         this arguments (will be needed later for generic methods).
7850         Collect stats.
7851
7852 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7853
7854         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7855         Create a static RGCTX invoke wrapper for methods which require it.
7856
7857 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7858
7859         * object.c, class-internals.h: New function for checking whether
7860         an individual field is special static.
7861
7862 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
7863
7864         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
7865         linear search since the table is sorted.
7866
7867         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
7868         Fixes #324180.
7869
7870 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
7871
7872         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
7873         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
7874
7875         * gc.c (mono_domain_finalize): Allow an infinite timeout.
7876
7877         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
7878         
7879         * threads.c (mono_thread_request_interruption): Get rid of locking, use
7880         InterlockedCompareExchange to query and modify 
7881         thread->interruption_requested.
7882
7883         * object-internals.h (struct _MonoThread): Change interruption_requested
7884         to a gint32 so it can be modified by atomic operations. Add 
7885         'critical_region_level' from the managed side, change small_id to a guint32,
7886         add new set of 'unused' fields.
7887
7888         * appdomain.c: Bump corlib version.
7889
7890 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
7891
7892         * class.c (mono_class_from_name): Search modules as well. Fixes
7893         #322332.
7894
7895 2008-06-13  Mark Probst  <mark.probst@gmail.com>
7896
7897         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
7898         templates.  Templates are generalized with an additional type_argc
7899         argument.  RGCTX templates have type_argc==0, MRGCTX templates
7900         have type_argc>0.
7901
7902         * domain-internals.h, domain.c: New hash table for looking up
7903         MRGCTXs.
7904
7905         * metadata.c, metadata-internals.h: Rename hash and equal
7906         functions for MonoGenericInst's and make them public.
7907
7908         * class-internals.h: New data structures for the MRGCTX.  Macros
7909         for distinguishing slots in the RGCTX and the MRGCTX.
7910
7911 2008-06-13  Mark Probst  <mark.probst@gmail.com>
7912
7913         * object.c (mono_method_get_imt_slot): Put the same methods of
7914         different instantiations of the same generic interface in the same
7915         IMT slots, to make generic sharing simpler.
7916
7917 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7918
7919         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
7920
7921         * metadata.c (mono_metadata_field_info_with_mempool): Added.
7922         This function works just like mono_metadata_field_info, but
7923         accept a mempool as argument to be used allocating memory.
7924
7925         * marshal.c (mono_marshal_load_type_info): Use new function
7926         to load marshal data into image mempool.
7927
7928 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7929
7930         * class.c (mono_class_inflate_generic_type_with_mempool):
7931         This function allows to inflate a generic type using
7932         a mempool.
7933
7934         * class.c (inflate_generic_type): Take a mempool as argument
7935         and use it to do type dup'ing.
7936
7937         * class.c (mono_class_setup_fields): Field type for generic
7938         generic classes are allocated from the image mempool.
7939
7940         * metadata.c (free_generic_class): Inflated field type is
7941         now allocated in the image mempool.
7942
7943 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7944
7945         * threads.c (thread_cleanup): Free MonoThread::name.
7946
7947 2008-06-12  Marek Habersack  <mhabersack@novell.com>
7948
7949         * appdomain.c (ensure_directory_exists): avoid unnecessary
7950         mkdir(2) calls when the shadow directory already exists.
7951         (mono_make_shadow_copy): copy also satellite assemblies from the
7952         private bin directories.
7953
7954 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
7955
7956         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
7957         
7958         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
7959         a page boundary. Fixes #396219.
7960
7961 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7962
7963         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
7964         due to double-checked locking.
7965
7966 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7967
7968         * assembly.c (build_assembly_name): Release memory on failure.
7969
7970         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
7971
7972 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7973
7974         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
7975         memory on failure.
7976
7977 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7978
7979         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
7980         memory on failure.
7981
7982 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7983
7984         * loader.c (field_from_memberref): Check if field signature type is equal
7985         to the non-inflated type of the field. Fixes #398980.
7986
7987 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
7988
7989         * assembly.c (mono_assembly_load_from_full): Call 
7990         mono_assembly_load_friends () outside the assemblies lock, since it can
7991         acquire the loader lock. Fixes #323696.
7992
7993         * reflection.c (resolve_object): Inflate the inst with the context for
7994         FieldOnTypeBuilderInst. Fixes #399010.
7995
7996 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7997
7998         * reflection.c (mono_image_get_field_on_inst_token): Don't
7999         inflate the field to encode it's signature. If it's a
8000         VAR or MVAR it should stay that way in the signature.
8001         Fixes #399047.
8002
8003 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8004
8005         * reflection.c (resolve_object): Release memory of inflated types.
8006
8007 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8008
8009         * loader.c (mono_method_get_signature_full): Remove assert about
8010         loading a methodspec to a generic method. We have such methods, such as
8011         System.Threading.Interlocked::CompareExchange<T>.
8012         This assert was removed since it crashes the verifier when it checks
8013         methods calling CompareExchange<T>.
8014
8015 2008-06-10  Marek Safar  <marek.safar@gmail.com>
8016
8017         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
8018         of Type array and not MonoType.
8019
8020 2008-06-10  Marek Habersack  <mhabersack@novell.com>
8021
8022         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
8023         <lupus@ximian.com>
8024
8025 2008-06-10  Martin Baulig  <martin@ximian.com>
8026
8027         * debug-mono-symfile.h
8028         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
8029         changes to the file format, but we were generating incorrect
8030         source file indices in the line number table due to a bug, which
8031         made backtraces report an incorrect source file.
8032
8033 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8034
8035         * mono-debug.c: Moved mono_debug_free_method_jit_info from
8036         mini/debug-mini.c to here.
8037
8038         * mono-debug.c (il_offset_from_address): Free memory from find_method.
8039
8040         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
8041         use it to release structs returned by mono_debug_find_method.
8042
8043 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
8044
8045         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
8046         since it needs to set method->slot for all interface methods.
8047
8048 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8049
8050         * class-internals.h: Forgot to add.
8051
8052 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8053
8054         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
8055
8056         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
8057         Lookup the custom attributes from property_hash.
8058
8059         * reflection.c (mono_save_custom_attrs): Save the custom attributes
8060         in property_hash. Allocate all data using the image mempool.
8061
8062         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
8063         for dynamic_custom_attrs to checks if the image is dynamic.
8064
8065 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8066
8067         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
8068         assemblies array.
8069         
8070         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
8071         runtime functions while holding the domain assemblies lock.
8072
8073 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8074
8075         * verify.c: Reapplied the last bit of the reverted changes.
8076
8077 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8078
8079         * verify.c: Reapplied more of the reverted changes.
8080
8081 2008-06-09  Martin Baulig  <martin@ximian.com>
8082
8083         * debug-mono-symfile.c (load_symfile): Check the major version
8084         first; if it's wrong, don't print the minor version in the error message.
8085
8086 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8087
8088         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
8089         lock instead of the domain lock to avoid deadlocks, since the thread might
8090         already hold the loader lock.
8091
8092         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
8093         (mono_thread_attach): Ditto.
8094
8095         * monitor.c: Use a TLS variable for holding the current thread id instead
8096         of calling pthread_self ().
8097         (mono_monitor_init_tls): New internal function to initialize the TLS
8098         variable.
8099         (mono_monitor_try_enter_internal): Put the owner == id check after the
8100         owner == 0 check.
8101
8102         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
8103         missed optimizations when using gcc-4.3.
8104
8105 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
8106
8107         * reflection.c (mono_dynamic_image_free): Free the memory
8108         used by MonoGenericParam in MonoDynamicImage::gen_param.
8109
8110         * reflection.c (mono_reflection_setup_generic_class): Allocate
8111         container from mempool.
8112
8113         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
8114         container from mempool.
8115
8116 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8117
8118         * threads.c (mono_set_pending_exception): New internal function to set the
8119         pending exception of the current thread.
8120         (mono_thread_get_and_clear_pending_exception): Check for 
8121         thread->pending_exception as well.
8122
8123         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
8124
8125         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
8126         it can trigger a collection.
8127
8128 2008-06-06  Martin Baulig  <martin@ximian.com>
8129
8130         Merged the `debugger-kahalo' branch.
8131
8132         * mono-debug.h
8133         (MONO_DEBUGGER_VERSION): Bumped to 72.
8134
8135         * debug-mono-symfile.h
8136         (MonoSymbolFileMethodIndexEntry): Removed.
8137         (MonoSymbolFileMethodEntry): New public typedef.
8138         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
8139         (MonoSymbolFileSourceEntry): Remove everything except `index' and
8140         `data_offset'.
8141         (MonoSymbolFileMethodEntry): Removed.
8142         (MonoSymbolFileLexicalBlockEntry): Removed.
8143         (MonoSymbolFileLineNumberEntry): Removed.
8144         (MonoDebugLexicalBlockEntry): Removed.
8145         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
8146         removed `num_il_offsets' and `il_offsets'.
8147         (MonoSymbolFile): Replace `version' with `major_version' and
8148         `minor_version'.
8149         (MONO_SYMBOL_FILE_VERSION): Replace with
8150         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
8151         `MONO_SYMBOL_FILE_MINOR_VERSION'.
8152
8153         * debug-mono-symfile.c
8154         (mono_debug_symfile_lookup_location): Add support for the new line
8155         number table format.
8156
8157 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8158
8159         * metadata.c (free_generic_class): Release the inflated
8160         MonoClass of dynamic generic classes if it's not a generic
8161         type definition.
8162
8163 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8164
8165         * verify.c: Reapplied more of the reverted changes.
8166
8167 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8168
8169         * reflection.c (lookup_custom_attr): Clean the cached flag or
8170         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
8171         for SRE types.
8172
8173 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8174
8175         * verify.c: Reapplied a small part of the reverted changes.
8176
8177 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8178
8179         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8180
8181         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
8182         previously in managed code.
8183         (mono_monitor_exit): Ditto.
8184         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
8185
8186         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
8187         the managed definition.
8188
8189 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8190
8191         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
8192
8193 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8194
8195         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
8196         
8197         * monitor.c: Add some micro optimizations.
8198
8199         * icall.c (type_from_typename): Handle 'bool'.
8200
8201 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8202
8203         * verify.c: Implement constructor verification per P III 1.8.1.4.
8204         Fixes #396716.
8205
8206 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8207
8208         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
8209         holding the assemblies lock here too.
8210
8211 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8212
8213         * verify.c: Kill stack_top function.
8214
8215 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8216
8217         * verify.c: Kill stack_get function.
8218
8219 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8220
8221         * verify.c (mono_method_verify): Last change broke the build. Fixed.
8222
8223 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8224
8225         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
8226         more reliable.
8227
8228         * verify.c (mono_method_verify): Inflate params and locals to avoid
8229         mismatch when checking for compatibility.
8230
8231 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
8232
8233         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
8234         Length prefix should be size in bytes. Fix bug #339530.
8235         
8236         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
8237         Length prefix should be size in bytes. Fix bug #339530.
8238
8239         Code is contributed under MIT/X11 license.
8240
8241 2008-06-05  Bill Holmes <billholmes54@gmail.com>
8242
8243         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
8244
8245         Contributed under MIT/X11 license.
8246
8247 2008-06-05  Martin Baulig  <martin@ximian.com>
8248
8249         * mono-debug-debugger.c
8250         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
8251
8252 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
8253
8254         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
8255         while holding the assemblies lock to prevent deadlocks. Handle the case
8256         where the search hook returns NULL but the assembly was still loaded.
8257         Fixes #323696.
8258
8259         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
8260         modify domain state.
8261
8262 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
8263
8264         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
8265         * Makefile.am (pedump_LDADD): Post-process object files and
8266         add dtrace-generated object file, if necessary.
8267
8268         Code is contributed under MIT/X11 license.
8269
8270 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8271
8272         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
8273
8274 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8275
8276         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
8277
8278 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8279
8280         * threads.c: Try to free everything from the delayed free table
8281         when shutting down threads, and set the variable to NULL after the
8282         table is freed so that calling
8283         mono_thread_hazardous_try_free_all() when shutting down the root
8284         domain doesn't crash.
8285
8286 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8287
8288         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
8289         the caller if resulting type was inflated.
8290
8291         * class.c (mono_class_create_from_typespec): Free the MonoType if it
8292         was inflated.
8293
8294         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
8295
8296
8297 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
8298
8299         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
8300         class library tests.
8301
8302         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
8303         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
8304         #396989.
8305
8306 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8307
8308         * domain.c, domain-internals.h: The JIT infos are now freed by the
8309         JIT info table code.  They are freed immediately if there only a
8310         single JIT info table in circulation.  If there is more, the free
8311         is delayed via a queue.
8312
8313         * threads.c, threads-types.h: New hazard pointer function for
8314         freeing all freeable delayed items in one sitting.
8315
8316 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8317
8318         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
8319
8320         * reflection.c (typebuilder_setup_properties): Same.
8321
8322         * reflection.c (typebuilder_setup_events): Same.
8323
8324 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8325
8326         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
8327         and use it for allocating memory.
8328
8329         * reflection.c (mono_marshal_spec_from_builder): Same.
8330
8331         * reflection.c: Change code to use new signatures.
8332
8333         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
8334
8335 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8336
8337         * decimal.c (rescale128): Put back one line which was accidently commented
8338         out.
8339         
8340         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
8341         to cause crashes.
8342
8343 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8344
8345         * reflection.c (mono_reflection_generic_class_initialize): Name must
8346         be always malloc'ed so we can free it later on. Do this for field, property
8347         and event.
8348
8349         * metadata.c (free_generic_class): Free field, property and event names.
8350
8351 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8352
8353         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
8354         instead of g_memdup.
8355
8356         * reflection.c (typebuilder_setup_fields): Same.
8357
8358 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8359
8360         * decimal.c (rescale128): Optimize this function a bit more.
8361
8362 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8363
8364         * metadata.c (free_generic_class): Release some memory from
8365         SRE generic classes.
8366
8367 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8368
8369         * reflection.c (mono_image_get_generic_field_token): No reference
8370         to name is kept, free it.
8371
8372         * reflection.c (mono_reflection_generic_class_initialize): Free
8373         more memory of the inflated field.
8374
8375 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8376
8377         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
8378         code.
8379
8380 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8381
8382         * reflection.c (mono_dynamic_image_free): Release memory used by
8383         MonoDynamicImage::array_methods elements.
8384
8385         * reflection.c (assembly_add_win32_resources): Release memory after
8386         encoding.
8387
8388 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8389
8390         * decimal.c (log2_32): Use an optimized version for this function too.
8391         
8392         * decimal.c (log2_64): Fix this on 32 bit machines.
8393
8394 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8395
8396         * class.c (mono_dup_array_type): Implement allocation using a mempool.
8397
8398         * class.c (mono_metadata_signature_deep_dup): Same.
8399
8400         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
8401         a mempool.
8402
8403         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
8404
8405         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
8406
8407         * metadata-internals.h: Added mono_metadata_signature_dup_full.
8408
8409         * class-internals.h: Update signatures to take a MonoMemPool.
8410
8411 2008-06-02  Dick Porter  <dick@ximian.com>
8412
8413         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
8414         * icall-def.h: Add
8415         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
8416         FormatMessage API to get the error text.  Fixes bug 321827.
8417
8418 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8419
8420         * decimal.c: Add some micro optimizations to make decimal operations faster.
8421
8422 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
8423
8424         * reflection.c (method_encode_clauses): Take a mempool
8425         as parameter and use it to allocate the clause array.
8426
8427         * reflection.c (mono_image_get_field_on_inst_token): Free
8428         the inflated type after encoding it.
8429
8430         * reflection.c (mono_dynamic_image_free): Free each element
8431         of MonoDynamicImage::gen_params.
8432
8433         * reflection.c (reflection_methodbuilder_to_mono_method):
8434         Allocate the generic param array from the mempool.
8435         Allocate signature params from the mempool.
8436
8437         * reflection.c (mono_reflection_generic_class_initialize):
8438         Free inflated fields after been used.
8439
8440 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
8441
8442         * icall.c: Reapply the memory leak fixes as they no
8443         longer make mono crash.
8444
8445 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
8446
8447         * reflection.c (mono_type_get_object): Don't store the suplied
8448         MonoType with type_hash. A caller which pass a type that
8449         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
8450         might end with a pointer to freed memory.
8451         The solution is to use byval_arg or this_arg from the associated
8452         MonoClass of the supplied type.
8453
8454 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
8455
8456         * icall.c: Revert the rest of the last change as it breaks the build too.
8457
8458 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8459
8460         * icall.c: Revert a leak fix as it's breaking the build.
8461
8462 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8463
8464         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
8465
8466 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8467
8468         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
8469
8470 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8471
8472         * icall.c: Fix some memory leaks.
8473
8474 2008-05-29  Dick Porter  <dick@ximian.com>
8475
8476         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
8477         async socket operations from the pending list when a socket
8478         closes.  Leaving it until the threadpool services the event
8479         exposes a race condition when a socket descriptor is reused.
8480         Fixes bug 377589.
8481
8482 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8483
8484         * object.c: Fix negative index check for array alocation.
8485
8486 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8487
8488         * icall.c, marshal.c: Delegate wrappers should skip visibility.
8489         This check is performed by the verifier for IL created delegates
8490         and by Delegate::CreateDelegate for programatically created ones.
8491         Fixes #372406.
8492
8493 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8494
8495         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
8496         Fix code to use mono_array_size_t instead of int.
8497
8498         Based on patch by Luis F. Ortiz.
8499         Contributed under X11 license.
8500         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8501
8502 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8503
8504         * icall.c: Added ves_icall_System_Array_GetLongLength and
8505         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
8506         arrays.
8507
8508         * icall.h: Export both new functions.
8509
8510         Based on patch by Luis F. Ortiz.
8511         Contributed under X11 license.
8512         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8513
8514 2008-05-28  Martin Baulig  <martin@ximian.com>
8515
8516         The debugger now requires exactly r103463.
8517
8518         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
8519         This version is not supported by the debugger, wait for 72.
8520
8521 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8522
8523         * object.h: Changed array related functions to use
8524         mono_array_size_t instead of guint32. Forgot to commit this file.
8525
8526         Patch by Luis F. Ortiz.
8527         Contributed under X11 license.
8528         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8529
8530
8531 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8532
8533         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
8534         don't define it. Use the number literal instead.
8535
8536 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8537
8538         * icall.c: Changed array related functions to use
8539         mono_array_size_t instead of guint32.
8540
8541         * icall.c (ves_icall_System_Array_GetLength): Check for length
8542         overflow under MONO_BIG_ARRAYS.
8543
8544         Based on patch by Luis F. Ortiz.
8545         Contributed under X11 license.
8546         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8547
8548 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8549
8550         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
8551
8552         Based on patch by Luis F. Ortiz.
8553         Contributed under X11 license.
8554         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8555
8556 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8557
8558         * object.c, object.h: Changed array related functions to use
8559         mono_array_size_t instead of guint32.
8560
8561         Patch by Luis F. Ortiz.
8562         Contributed under X11 license.
8563         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8564
8565 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8566
8567         * object.h: Introduced mono_array_size_t typedef. This must be used
8568         in all places an array length is expected. This is 64bits wide if
8569         MONO_BIG_ARRAYS is enabled.
8570
8571         Patch by Luis F. Ortiz.
8572         Contributed under X11 license.
8573         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8574
8575 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
8576
8577         * security-manager.c class.c: Set the class exception info by calling
8578         mono_class_set_failure ().
8579
8580         * class.c (mono_class_get_exception_data): New accessor function.
8581         (mono_class_set_failure): Store exception_data in the property hash.
8582
8583         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
8584         the struct as a property.
8585
8586         * loader.c (mono_get_method_full): Store the lookup result for method
8587         tokens in method_cache, the others in methodref_cache to decrease the memory
8588         usage of hash tables.
8589
8590         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
8591         (mono_image_init): method_cache is lazy inited now.
8592
8593         * metadata-internals.h (struct _MonoImage): Change method_cache to
8594         a MonoValueHashTable, add a separate methodref_cache.
8595
8596 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
8597
8598         * number-formatter.h: Fix tables to avoid arithemtic overflow in
8599           Double.ToString as exposed by Bug #383531.
8600
8601 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
8602
8603         * number-formatter.h: Make some tables static.
8604
8605         * class.c (mono_method_set_generic_container): New accessor function.
8606         (mono_method_get_generic_container): Ditto.
8607
8608         * class-internals.h (struct _MonoMethod): Remove rarely used 
8609         'generic_container' field, store it in the property hash instead. Add 
8610         'is_generic' boolean field instead.
8611
8612         * image.c (mono_image_init): Initialize property_hash.
8613         (mono_image_close): Destroy property_hash.
8614
8615         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
8616         hold rarely used fields of runtime structures belonging to this image.
8617
8618         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
8619         to get/set method->generic_container.
8620
8621         * loader.c (mono_get_method_from_token): Avoid loading the method header for
8622         generic methods.
8623
8624 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
8625
8626         * class.c (mono_class_inflate_generic_method_full): Don't increase
8627         mono_stats.inflated_method_count for methods found in the cache.
8628
8629         * threads.c (mono_thread_request_interruption): Add a comment about 
8630         QueueUserAPC ().
8631
8632 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
8633
8634         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
8635         interface_offsets_packed table.
8636         
8637         * class.c (mono_class_init): Remove some dead code.
8638
8639         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
8640         mono_class_setup_vtable () when CAS is active to detect security problems.
8641
8642 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
8643
8644         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
8645
8646         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
8647         parameters as it's irrelevant for delegate checking.
8648
8649 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
8650
8651         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
8652
8653         * class.c (mono_class_init): Control the creation of a generic vtable using
8654         a global which is true by default, but set to false by the runtime startup code.
8655         
8656         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
8657         Disabled for now since it breaks the embedding API.
8658         Move the setup of class->methods for arrays to mono_class_setup_methods ().
8659         (mono_class_setup_methods): Add a memory barrier.
8660
8661         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
8662         when mono_class_init () doesn't compute the generic vtable.
8663         
8664 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
8665         * profiler.c: Added mono_profiler_install_statistical_call_chain,
8666         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
8667         to support call chains (backtrace) in the stat profiler.
8668         * profiler.c, profiler-private.h: Likewise.
8669
8670 2008-05-22  Mark Probst  <mark.probst@gmail.com>
8671
8672         * generic-sharing.c: Init generic class when a method of it is
8673         requested via a runtime generic context.
8674
8675 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
8676
8677         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
8678
8679         * reflection.c (mono_type_get_object): Add a FIXME.
8680
8681         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
8682
8683         * class.c (mono_class_get_method_by_index): New helper function, returning an
8684         entry in the class->methods array.
8685
8686 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
8687
8688         * class.c (mono_class_init): Only do the array optimization for szarrays. 
8689         Avoid creating a generic vtable for generic instances as well.
8690         (mono_class_get_method_from_name_flags): Don't search in the metadata for
8691         generic instances.
8692
8693 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
8694
8695         * loader.c (mono_get_method_constrained): Inflate the signature
8696         with class context. Fix #325283.
8697
8698 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
8699
8700         * object.c (mono_class_create_runtime_vtable): Add a comment.
8701
8702         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
8703         where needed.
8704         (setup_interface_offsets): Handle the case when this is called twice for arrays.
8705         (mono_class_setup_vtable_general): Add an assert.
8706         (mono_class_init): Avoid creating a generic vtable for arrays.
8707
8708         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
8709         here, let mono_class_init () do that.
8710
8711         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
8712         interfaces in mscorlib.
8713
8714         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
8715         interfaces. Add some comments.
8716         (mono_class_init): Call mono_class_setup_methods () here since it is no
8717         longer called by mono_class_setup_vtable ().
8718
8719         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
8720         not set in class->vtable.
8721         (mono_class_create_runtime_vtable): Reenable the disabled code.
8722
8723         * object.c (mono_class_create_runtime_vtable): Disable the last change for
8724         now as it causes some test failures.
8725
8726         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
8727         if using the vtable trampoline. Also remove some strange code which put the
8728         generic methods themselves into the vtable slots. Remove the AOT init_vtable
8729         stuff as it is no longer needed.
8730
8731 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
8732
8733         * pedump.c: Give make --verify all option check code as well.
8734         Using --verify code won't check for metadata now.
8735
8736 2008-05-19  Martin Baulig  <martin@ximian.com>
8737
8738         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
8739
8740         * mono-debug.c
8741         (_mono_debug_using_mono_debugger): New global variable; it's set
8742         directly by the debugger, so mono_debug_using_mono_debugger() also
8743         works after attaching.
8744
8745 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
8746
8747         * object.c (mono_class_create_runtime_vtable): Use memory barriers
8748         as we do double checked locking on MonoClass::runtime_info and
8749         MonoClassRuntimeInfo::domain_vtables.
8750
8751 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
8752
8753         * debug-helpers.c (print_field_value): Fix a warning.
8754
8755 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
8756
8757         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
8758         set in the AOT case.
8759
8760 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
8761
8762         * class.c (mono_class_setup_vtable_general): Use memory barriers
8763         as we do double checked locking on MonoClass::vtable.
8764
8765 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
8766
8767         * reflection.c (resolve_object): Inflate only if the generic context
8768         is not null. Fixes #389886.
8769
8770 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
8771
8772         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
8773         instead of g_free.
8774
8775         Code is contributed under MIT/X11 license.
8776
8777 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
8778
8779         * class.c: Revert unrelated change.
8780
8781 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
8782
8783         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
8784         a generic instantiation, use mono_class_from_mono_type instead of playing
8785         with MonoType directly.
8786
8787 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
8788
8789         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
8790         checks must ignore generic instantiations, so mono_class_has_parent is not
8791         suitable. Fixes #390128.
8792
8793 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
8794
8795         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
8796         it to avoid registering tokens during metadata generation. Fixes #390023.
8797
8798 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
8799
8800         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
8801         consistent.
8802
8803         Contributed under MIT/X11 license.
8804
8805 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
8806
8807         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
8808         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
8809         to fixup the EXE image.
8810         (mono_cleanup): Use mono_close_exe_image.
8811         (mono_close_exe_image): New function.
8812         * image.c: Include "marshal.h".
8813         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
8814         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
8815         counting when the image is loaded outside of mono_image_open_full. Set status
8816         based on GetLastError.
8817         * coree.c: Include required headers. Add init_from_coree.
8818         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
8819         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
8820         (_CorExeMain): Set init_from_coree.
8821         (CorExitProcess): Only call ExitProcess for now.
8822         (CorBindToRuntimeEx): New stub implementation.
8823         (CorBindToRuntime): New function.
8824         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
8825         (MonoFixupExe): ILONLY executables require no fixups.
8826         (mono_set_act_ctx): New function to set activation context.
8827         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
8828         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
8829         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
8830         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
8831         as MONO_INTERNAL.
8832         * domain-internals.h: Add mono_close_exe_image.
8833
8834         Contributed under MIT/X11 license.
8835
8836 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
8837
8838         * metadata.c (mono_metadata_compute_size): Correctly calculate field
8839         size for generic param and event tables. Fixes #388977.
8840
8841 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
8842
8843         * loader.c (mono_method_signature): Use memory barriers because of the double
8844         checked locking pattern.
8845
8846         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
8847         aborting or aborted as well. Fixes #376391.
8848         
8849         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
8850         existing runtime state in the Suspend handler during shutdown.
8851
8852 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
8853
8854         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
8855
8856         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
8857         which are starting up or shutting down.
8858
8859         * threads.c (mono_threads_set_shutting_down): Don't return a value since
8860         this function never returns if the runtime is already shutting down.
8861
8862         * icall.c (ves_icall_System_Environment_Exit): Update after 
8863         mono_threads_set_shutting_down () signature change.
8864         
8865 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
8866
8867         * class.c: Added can_access_instantiation to verify if the instantiation
8868         is visible. Fix access check for nested types as they returned TRUE
8869         before doing type and generic instantiation visibility checks.
8870
8871 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
8872
8873         * reflection.c (mono_reflection_create_generic_class): The created type
8874         must have a different container from its TypeBuilder. Otherwise they
8875         will end sharing generic arguments, which is wrong.
8876
8877         Due to the sharing, making a generic instance of the created type using
8878         the TypeBuider generic arguments resulted in the generic type definition
8879         been returned, which is wrong as well.
8880
8881         As a bonus the code was leaking the type_params array. This memory should
8882         be allocated from the image mempool.
8883
8884         This fixes bug #354047.
8885
8886 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
8887
8888         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
8889         to here         as they are now used in assembly.c new code.
8890         Added a skipverification flag to MonoAssembly.
8891         New internal function mono_assembly_has_skip_verification.
8892
8893         * assembly.c: New function mono_assembly_has_skip_verification. It checks
8894         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
8895         part of #387274.
8896
8897 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
8898
8899         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
8900         needed. Fixes #387034.
8901
8902         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
8903
8904 2008-05-06  Miguel de Icaza  <miguel@novell.com>
8905
8906         * assembly.c (mono_assembly_load_reference): Prevent crash while
8907         disassembling Silverlight 2.0 executables while we still do not
8908         have GACed libraries.
8909
8910 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
8911
8912         * reflection.c: Special case generic type definitions as well. Fixes #383444.
8913
8914 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
8915
8916         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
8917         of the dynamic case. Fixes #387404.
8918
8919 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8920
8921         *verify.c (mono_verifier_is_class_full_trust): If under
8922         verify_all and the verifier mode was not set, only
8923         gac and corlib types are fulltrust. This makes --verify-all
8924         usable to detect unverifiable code, which is the expected
8925         use case.
8926
8927 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8928
8929         * verify.h: Ops, commited the header with debug
8930         enabled.
8931
8932 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8933
8934         * verify.c (merge_stack): Use the new value on unverifiable
8935         stack merges.
8936
8937         * verify.c (verify_type_compatibility_full): Comparison
8938         of nullable types can't use mono_class_is_assignable_from.
8939
8940         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
8941         that makes all verification errors be reported.
8942
8943         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
8944         mono_method_verify.
8945
8946 2008-05-05  Robert Jordan  <robertj@gmx.net>
8947
8948         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
8949         support for value types. See #386415.
8950
8951         * object.c: comments.
8952
8953         Code is contributed under MIT/X11 license.
8954
8955 2008-05-05  Martin Baulig  <martin@ximian.com>
8956
8957         * debug-mono-symfile.h
8958         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
8959         for old pre-terrania symbol files.
8960
8961 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
8962
8963         * mono-config.c: Add ppc64 architecture.
8964
8965         Code is contributed under MIT/X11 license.
8966
8967 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
8968
8969         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
8970           PPC64 uses function descriptors as well.
8971
8972         Code is contributed under MIT/X11 license.
8973
8974 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
8975
8976         * object.c (compute_class_bitmap): Ignore literal static fields.
8977
8978         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
8979         var has an invalid format.
8980         (describe_ptr): Add some sanity checks for the vtable.
8981         (add_nursery_frag): Clear unused nursery fragments.
8982         (major_collection): Clear all remaining nursery fragments.
8983
8984 2008-05-03  Robert Jordan  <robertj@gmx.net>
8985
8986         * image.c, metadata-internals.h: add thunk_invoke_cache.
8987
8988         * marshal.c, marshal.h: implement
8989         mono_marshal_get_thunk_invoke_wrapper ().
8990
8991         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
8992
8993         Code is contributed under MIT/X11 license.
8994
8995 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
8996
8997         * verify.c (do_leave): Empty the stack.
8998
8999 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9000
9001         * class.c (mono_class_is_assignable_from): Variance
9002         doesn't work between reference and value types. For example,
9003         given type C<T+>, C<int32> is not assignable to C<object>.
9004         Break the argument checking loop on first error. 
9005
9006 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
9007
9008         * icall.c : base64_to_byte_array() needs some more strict
9009           check for sequence of '=' characters. Patch by Santa
9010           Marta (http://deee.g.hatena.ne.jp/santamarta).
9011
9012           Contributed under MIT/X11 license.
9013           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
9014
9015 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
9016
9017         * domain.c: Disable LoadLibrary support to fix Win32 build.
9018
9019         Code is contributed under MIT/X11 license.
9020
9021 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
9022
9023         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
9024         to help with cache behaviour.
9025
9026 2008-05-01  Miguel de Icaza  <miguel@novell.com>
9027
9028         * appdomain.c (mono_domain_from_appdomain): Add new accessor
9029         method. 
9030
9031 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
9032
9033         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
9034
9035 2008-05-01  Dick Porter  <dick@ximian.com>
9036
9037         * process.c (process_get_fileversion): Only pass 16 bits of
9038         language ID to VerLanguageName.  Fixes bug 381204.
9039
9040 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9041
9042         * verify.c (mono_method_verify): Fix the comparison
9043         operator for code bounds check.
9044
9045 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9046
9047         * verify.c (mono_method_verify): Check the bounds of
9048         all access of the code array.
9049
9050 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
9051
9052         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
9053
9054 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
9055
9056         * image.c (mono_image_strong_name_position): Fix return value when the rva is
9057         not valid.
9058
9059 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
9060
9061         * loader.c (mono_get_method_from_token, mono_method_signature): Add
9062         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
9063         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
9064         fixup main EXE images when using mono.exe for mixed-mode assembly support.
9065         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
9066         mono_runtime_load.
9067         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
9068         runtime initialization from metadata.
9069         * assembly.c: Remove obsolete ceGetModuleFileNameA.
9070         (mono_set_rootdir): Use mono_get_module_file_name.
9071         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
9072         handles.
9073         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
9074         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
9075         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
9076         MonoCLIImageInfo. Add support for module handles.
9077         (load_cli_header): Update mono_cli_rva_image_map signature.
9078         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
9079         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
9080         (mono_image_rva_map): Add support for module handles.
9081         (mono_image_ensure_section_idx): Add support for module handles.
9082         (mono_image_close): Add support for module handles.
9083         (do_load_header): Add support for module handles.
9084         (mono_image_open_from_module_handle): New function for internal use.
9085         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
9086         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
9087         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
9088         handles.
9089         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
9090         * image.h: Add mono_image_fixup_vtable.
9091         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
9092         support.
9093         * coree.h: New file.
9094         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
9095         unsupported native code.
9096         (mono_marshal_set_callconv_from_modopt): New function splitted from
9097         mono_marshal_get_managed_wrapper.
9098         (mono_marshal_get_managed_wrapper): Use
9099         mono_marshal_set_callconv_from_modopt.
9100         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
9101         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
9102         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
9103         that results in a deadlock when the runtime is loaded in _CorDllMain.
9104         * Makefile.am: Add coree.c and coree.h.
9105
9106         Contributed under MIT/X11 license.
9107
9108 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9109
9110         * generic-sharing.c: Search for type arguments in array element
9111         types as well.
9112
9113 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9114
9115         * class-internals.h, generic-sharing.c: New, small runtime generic context.
9116
9117         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
9118
9119         * object.c: Don't setup the RGCTX when the vtable is created,
9120         because we're setting it up lazily now.
9121
9122 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
9123
9124         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
9125         64 bit support.
9126
9127 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9128
9129         * verify.c (verify_class_for_overlapping_reference_fields): 
9130         If class is under fulltrust allow reference types to overllap
9131         if they have the same RVA.
9132
9133 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9134
9135         * pedump.c: Added new flag valid-only, that makes the verifier
9136         behaves just like --security=validil. It won't fail type load
9137         due to unverifiable restrictions.
9138
9139 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9140
9141         * class-internals.h (struct MonoMethod): Added a verification_success
9142         field to cache verifier executions. Reduced MonoMethod:slot size by
9143         one bit.
9144
9145 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
9146
9147         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
9148         instead of a 'vt' argument to save an indirection and to allow these to be used
9149         for valuetypes.
9150         (scan_vtype): New helper function to scan an area using a gc descriptor.
9151         (mono_gc_wbarrier_value_copy): Implement this.
9152         (handle_remset): Add support for REMSET_VTYPE.
9153         (find_in_remset_loc): Ditto.
9154         (mono_gc_base_init): Allow some debugging options to be controlled through the
9155         use of the MONO_GC_DEBUG env variable.
9156         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
9157         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
9158
9159 2008-04-23  Martin Baulig  <martin@ximian.com>
9160
9161         * domain.c (mono_domain_create): Move the call to
9162         mono_debug_domain_create() down, after allocating the domain id.
9163
9164 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9165
9166         verify.c (verify_class_for_overlapping_reference_fields): Skip
9167         static fields while verifying for overlapping fields as they
9168         don't matter at all.
9169
9170 2008-04-23  Marek Habersack  <mhabersack@novell.com>
9171
9172         * domain-internals.h: added a declaration of
9173         mono_make_shadow_copy.
9174
9175         * assembly.c (mono_assembly_open_full): shadow copying of
9176         assemblies moved to here, so that all the assemblies within the
9177         application domain's private binary directories can be
9178         processed. Fixes bug #380546
9179
9180         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
9181         mono_make_shadow_copy and made non-static. The decision whether
9182         to shadow-copy an assembly is made based on its location - it's
9183         copied if it's in one of the private application domain binary
9184         directories and its different to the target file in the shadow
9185         directory. Fixes bug #380546
9186
9187 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
9188
9189         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
9190
9191         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
9192         types.
9193
9194         * reflection.c (mono_image_create_token): Handle 
9195         Method/ConstructorOnTypeBuilderInst.
9196         (resolve_object): Ditto.
9197         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
9198         so it can be called from resolve_object. Also handle the case when the inflated
9199         class already has its methods setup.
9200
9201 2008-04-21  Martin Baulig  <martin@ximian.com>
9202
9203         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
9204
9205 2008-04-20  Geoff Norton  <gnorton@novell.com>
9206
9207         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
9208         pointer dereference.
9209
9210 2008-04-15  Marek Habersack  <mhabersack@novell.com>
9211
9212         * appdomain.c (try_load_from): if IOMAP is in effect, call the
9213         portability API to look up the assembly file. Fixes behavior in
9214         situations when the application has a bin/ directory, but the
9215         assembly search patch refers to Bin/ (and thus the requested file
9216         name is Bin/SomeLibrary.dll). Fixes bug #379888
9217
9218 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
9219
9220         verify.c (mono_type_is_generic_argument): Extracted this check
9221         from a dozen places to here.
9222
9223         verify.c: Fixed all issues related to boxing generic arguments
9224         and their constraints.
9225
9226 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
9227
9228         verify.c (mono_class_interface_implements_interface): Fix win32 build.
9229
9230 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
9231
9232         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
9233         isn't finished yet. Fixes #363447.
9234
9235 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
9236
9237         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
9238         Fixes #346419.
9239
9240 2008-04-13  Jb Evain  <jbevain@novell.com>
9241
9242         * domain.c: update the 2.1 profile versions.
9243         Merged from the Moonlight 2 branch.
9244
9245 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
9246
9247         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
9248         mscorlibs for the non-refonly case as well.
9249
9250         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
9251         in mono_assembly_load_from_full (). Fixes #378924.
9252
9253 2008-04-11  Geoff Norton  <gnorton@novell.com>
9254
9255         * icall.c: The global extern environ doesn't exist on Mac.  We
9256         need to call NSGetEnviron instead.
9257
9258 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9259
9260         verify.c: Add generic method constraint verification.
9261
9262 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9263
9264         class.c (mono_class_inflate_generic_method_full): Add a long
9265         explanation to the is_mb_open hack. Remove the FIXME.
9266
9267 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9268
9269         * verify.c (mono_method_verify): Mark all unknown opcodes
9270         as invalid. Mark jmp as unverifiable.
9271
9272 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9273
9274         * verify.c: Add code to do type constraint verification on class instances.
9275
9276         * verify.c (mono_verifier_verify_class): Use the type constraint 
9277         verification code.
9278
9279 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9280
9281         * class.c (mono_class_get_field_default_value): Don't pass cindex
9282         as hint to mono_metadata_get_constant_index. The local is not initialized
9283         and should contain garbage most of the time. This could only work
9284         with a lot of luck.
9285
9286 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9287
9288         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
9289
9290 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9291
9292         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
9293
9294         * class.c (mono_class_from_generic_parameter): Save the token of the
9295         generic param in MonoClass::sizes.generic_param_token.
9296
9297         * reflection.c (mono_custom_attrs_from_class): If the class type is
9298         VAR or MVAR retrieve the attributes of the generic param.
9299
9300 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9301
9302         * class.c (mono_class_init): Do class verification if the verifier
9303         is enabled.
9304
9305 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9306
9307         * verify-internal.h: Added mono_verifier_verify_class.
9308
9309         * verify.c: Added mono_verifier_verify_class. It checks for
9310         classes with explicit layout that have overlapping reference fields.
9311
9312         * pedump.c: Init the verifier state prior to verification. Fixed
9313         command line arguments.
9314
9315 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9316
9317         * Makefile.am: Added verify-internals.h, hopefully fix the build.
9318
9319 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
9320
9321         * verify-internals.h: Fix a warning.
9322
9323 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9324
9325         * verify-internals.h: New header with the verifier configuration
9326         extracted from mini.c.
9327
9328         * verify.c: Implemented the new functions exported by verify-internals.h.
9329
9330 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9331
9332         * verify.c: Add proper verification of ckfinite.
9333
9334 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9335
9336         * verify.c (do_conversion): Improved error message to something
9337         more meanfull.
9338
9339         * verify.c (check_is_valid_type_for_field_ops): Fix to work
9340         with primitive types.
9341
9342 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9343
9344         * verify.c: Added tail prefix checking. Marked icall
9345         as unverifible.
9346
9347 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9348
9349         * verify.c: Fix the detection of branches to the middle
9350         of an instruction.
9351
9352 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
9353
9354         * verify.c: Implemented verification of volatile. and
9355         unaligned. prefix. Check if a type is valid after retrieving it.
9356
9357 2008-04-01  Dick Porter  <dick@ximian.com>
9358
9359         * process.c (process_get_fileversion): If there's no string block,
9360         set the file language to en_US.  Fixes the other new part of bug
9361         374600.
9362
9363 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
9364
9365         * class.c: New functions mono_method_can_access_field_full and
9366         mono_method_can_access_method_full. They perform type visibility
9367         and type site check.
9368
9369         * class-internal.h: Added exported functions.
9370
9371         * verify.c: Use new functions to implement proper visibility checks.
9372
9373 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
9374
9375         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
9376
9377 2008-03-28  Dick Porter  <dick@ximian.com>
9378
9379         * process.c (process_get_fileversion): Use the first language ID
9380         we see, rather than insisting on an invariant language.  Fixes bug
9381         374600.
9382
9383 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
9384
9385         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
9386         the streams to fix reading of invalid memory later.
9387
9388         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
9389         to ease debugging.
9390
9391 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
9392
9393         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
9394         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
9395
9396 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
9397         * threads.h: Added MonoThreadManageCallback type and
9398         mono_thread_set_manage_callback prototype
9399         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
9400         (used to store the mono_thread_manage callback).
9401         * threads.c: Added mono_thread_set_manage_callback, and handle
9402         "MonoThread->manage_callback" in build_wait_tids.
9403
9404 2008-03-26  Dick Porter  <dick@ximian.com>
9405
9406         * process.c (process_get_fileversion): Set FileVersionInfo strings
9407         to Empty when the resource doesn't have the particular info.
9408         Fixes bug 355717.
9409
9410 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
9411
9412         * verify.c (mono_method_verify): Proper prefix validation.
9413
9414 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
9415
9416         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
9417         itself in a separate argument instead of throwing them. Fixes #373448.
9418
9419         * appdomain.c: Bump corlib version.
9420
9421 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
9422
9423         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
9424
9425 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
9426
9427         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
9428         version macros.
9429
9430 2008-03-20  Mark Probst  <mark.probst@gmail.com>
9431
9432         * generic-sharing.c, class-internals.h: Code for putting
9433         reflection types into the runtime generic context.
9434
9435 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
9436
9437         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
9438         Fixes #340662. 
9439
9440
9441 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
9442
9443         * verify.c (VerifyContext): Added instruction prefix data to the struct.
9444
9445         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
9446
9447         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
9448
9449         * verify.c (do_cast): Let the result value keep the boxed status.
9450
9451         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
9452
9453 2008-03-17  Jb Evain  <jbevain@novell.com>
9454
9455         * reflection.c: when running on a 2.0 runtime, emit
9456         unconditionally the #~ header version as 2.0, and the
9457         CLI header version as 2.5, for symmetry's sake with csc.
9458
9459 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
9460
9461         * class.c: Remove the unused cache_interface_offsets stuff.
9462
9463         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
9464         profiler.c: Fix warnings.
9465
9466 2008-03-16  Mark Probst  <mark.probst@gmail.com>
9467
9468         * generic-sharing.c, class-internals.h: Support for putting
9469         methods into the runtime generic context.
9470
9471 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
9472
9473         * class.c (mono_class_setup_fields): Ignore calls made to this function for
9474         classes which are generic instances of not-yet finished typebuilders. Fixes
9475         #351172.
9476
9477         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
9478
9479 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
9480
9481         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
9482
9483         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
9484         field, replace it with a hash table in MonoDynamicImage.
9485
9486         * reflection.c (inflate_mono_method): Access the generic definition object from
9487         image->generic_def_objects instead of imethod->reflection_info.
9488
9489         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
9490
9491         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
9492         
9493         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
9494         function in reflection.c so it is easier to keep in sync with the dynamic image
9495         creation code.
9496
9497         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
9498         mono_image_close ().
9499
9500 2008-03-15  Mark Probst  <mark.probst@gmail.com>
9501
9502         * class.c (mono_class_generic_sharing_enabled): Disable generic
9503         sharing for all architectures except AMD64 and x86 to fix build.
9504
9505 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
9506
9507         * verify.c: Use the generic definition MonoGenericContext when available.
9508         Remove code for checking generics instance compatibility in favor of
9509         mono_class_is_assignable_from.
9510
9511 2008-03-14  Mark Probst  <mark.probst@gmail.com>
9512
9513         * marshal.c, marshal.h, metadata-internals.h, image.c,
9514         wrapper-types.h: New wrapper for invoking a shared static method
9515         without having to pass the runtime generic context argument.
9516
9517 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
9518
9519         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
9520
9521 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
9522
9523         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
9524         
9525         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
9526         create a token from a FieldOnTypeBuilderInst.
9527         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
9528         (resolve_object): Ditto.
9529
9530         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
9531         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
9532
9533 2008-03-14  Martin Baulig  <martin@ximian.com>
9534
9535         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
9536
9537         * debug-mono-symfile.h
9538         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
9539         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
9540
9541 2008-03-10  Martin Baulig  <martin@ximian.com>
9542
9543         * debug-mono-symfile.h
9544         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
9545         `lexical_block_table_offset'.
9546         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
9547         `lexical_blocks'.
9548         (MonoSymbolFile): Added `version'.
9549
9550         * mono-debug.h
9551         (MonoDebugLexicalBlockEntry): Removed.
9552         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
9553         `lexical_blocks'.
9554
9555         * mono-debug.c (mono_debug_add_method): Don't compute lexical
9556         blocks here; the debugger now does this internally.
9557
9558 2008-02-27  Martin Baulig  <martin@ximian.com>
9559
9560         * object.c (mono_runtime_exec_main): Call
9561         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
9562         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
9563
9564 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
9565
9566         * verify.c (verify_type_compatibility_full): Allow native int to be converted
9567         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
9568
9569 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
9570
9571         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
9572         ldftn with a virtual method.
9573
9574 2008-03-13  Geoff Norton  <gnorton@novell.com>
9575
9576         * decimal.c:  Only include memory.h if the platform has it.
9577
9578 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
9579
9580         * assembly.c, class.c, metadata-internals.h: make sure public key
9581         tokesns are compared in a case-insensitive way. Also, all
9582         the lookups in the GAC use a lowercase public key token
9583         (gaacutil already does the lowercasing on install). Fixes
9584         bug #369541.
9585
9586 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
9587
9588         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
9589         and return value.
9590
9591 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
9592
9593         * image.c: when someone loads a mscorlib from a file, return the
9594         currently loaded mscorlib (fixes bug #369253).
9595
9596 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
9597
9598         * class.c: handle types with no parents by forcing them to have
9599         System.Object as a parent and marking them as broken (this currently
9600         allows the first part of bug #369173 to work as well, likely because
9601         we don't check for typeload exceptions everywhere yet).
9602
9603 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
9604
9605         * class.c: more complete check that types belong to corlib
9606         (fixes second part of bug #369173).
9607
9608 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
9609
9610         * generic-sharing.c:  Including glib.h for the MSVC builds to define
9611           "inline" to "__inline" before including mono-membar.h.
9612           
9613         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
9614           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
9615           MSVC builds.
9616
9617         Contributed under MIT/X11 license.
9618
9619 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
9620
9621         * verify.c (do_invoke_method): Remove return type validation.
9622
9623         * verify.c (do_ret): Do return type validation at return site instead of
9624         call site.
9625
9626 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
9627
9628         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
9629
9630         * verify.c: Some todos cleaned and improved a few error messages.
9631
9632 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
9633
9634         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
9635
9636 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
9637
9638         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
9639         system types correctly.
9640
9641         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
9642         function.
9643
9644 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
9645
9646         * assembly.c (build_assembly_name): Fix a warning.
9647
9648 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
9649
9650         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
9651         the called function takes an object type argument. Fixes storing or
9652         valuetypes across remoting as well as reducing memory usage.
9653         * image.c, metadata-internals.h: remove now unused ldfld_remote and
9654         stfld_remote wrapper caches.
9655
9656 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
9657
9658         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
9659         is not found.
9660
9661         * reflection.c (mono_image_register_token): New helper function to save
9662         a token->object mapping.        
9663
9664         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
9665         managed code.
9666
9667         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
9668         one dimension arrays. Fixes #367670.
9669         (mono_reflection_get_type_internal): Ditto.
9670
9671 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
9672
9673         * marshal.c: mono_load_remote_field_new() always returns object.
9674         so use the proper signature (fixes bug #366445).
9675
9676 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
9677         
9678         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
9679         add an 'inline_failure' flag instead.
9680
9681 2008-03-04  Mark Probst  <mark.probst@gmail.com>
9682
9683         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
9684         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
9685         contains the location of "this", used for exception handling.
9686
9687 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
9688
9689         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
9690         their size on all platforms for perf reasons.
9691
9692 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
9693
9694         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
9695         object-internal.h
9696
9697         * object-internal.h: Same.
9698
9699 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
9700
9701         * reflection.h: Fix the build I just broke.
9702
9703 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
9704
9705         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
9706         Test if a token is valid, this remove explicit usage of 
9707         MonoDynamicImage::tokens from the verifier code.
9708
9709         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
9710
9711         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
9712         instead of direct access to MonoDynamicImage::tokens.
9713
9714 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
9715
9716         * verify.c (token_bounds_check): Fix the build I just broke.
9717
9718 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
9719
9720         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
9721
9722         * verify.c (verifier_load_method): Fixed the errors message.
9723
9724         * verify.c (mono_method_verify): Fixed a debug message.
9725
9726 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
9727
9728         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
9729         mono-perfcounters.h, class-internals.h: support for predefined
9730         writable counters, query of categories and counters, bugfixes.
9731
9732 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
9733
9734         * verify.c (do_refanytype): Verify the refanytype opcode.
9735
9736         * verify.c (mono_method_verify): Use do_refanytype.
9737
9738 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
9739
9740         * verify.c (do_mkrefany): Verify the mkrefany opcode.
9741
9742         * verify.c (mono_method_verify): Use do_mkrefany.
9743
9744 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
9745
9746         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
9747         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
9748         implementation.
9749
9750 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
9751
9752         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
9753         the type load exception.
9754
9755 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
9756
9757         * verify.c: Added a few FIXME for method signatures
9758
9759         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
9760         of mono_method_get_signature and get vararg call working. Removed unused
9761         checks for return value.
9762
9763         * verify.c (do_refanyval): Verify the refanyval opcode.
9764
9765         * verify.c (mono_method_verify): Implemented verification of arglist and
9766         use do_refanyval.
9767
9768 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
9769
9770         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
9771         vtypes to marshal.c.
9772
9773         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
9774         it works for AOT as well.
9775
9776 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
9777
9778         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
9779         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
9780         the system time is adjusted.
9781
9782 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
9783
9784         * icall.c, icall-def.h: use the new time functions (fixes the
9785         non-monotonic behaviour of TickCount).
9786
9787 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
9788
9789         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
9790         it breaks the build.
9791         
9792         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
9793         cattr is not finished yet.
9794
9795 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
9796
9797         * verify.c: Proper token validation for field, method and type.
9798
9799 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
9800
9801         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
9802
9803         * loader.c (method_from_memberref): Generate type load error instead of method missing
9804         if the type is not found.
9805
9806 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
9807
9808         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
9809         some of the conversions caused the generation of a marshal directive exception.
9810
9811 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
9812
9813         verify.c: Report which exception should be thrown by the JIT.
9814         Added a lot of FIXME notes.
9815
9816 2008-02-22  Mark Probst  <mark.probst@gmail.com>
9817
9818         * generic-sharing.c: Runtime generic context slots are not
9819         instantiated on init anymore.  Instead, provide function to do the
9820         instantiating on demand.
9821
9822         * class-internals.h: Added vtable to runtime generic context.
9823         Macros for encoding direct and indirect slot offsets in one
9824         guint32.
9825
9826 2008-02-21  Mark Probst  <mark.probst@gmail.com>
9827
9828         * object.c, generic-sharing.c: Moved some generic sharing code
9829         from object.c to generic-sharing.c.
9830
9831         * generic-sharing.c: Added support for extensible runtime generic
9832         context.
9833
9834         * metadata-internals.h: Two new hash tables in MonoImage for
9835         extensible runtime generic context support.
9836
9837         * domain.c: Unregister generic vtables upon domain unloading.
9838
9839         * image.c: Destroy new hash tables upon image unloading.
9840
9841         * metadata.c: Unregister generic subclasses upon image unloading.
9842
9843         * class-internals.h: New data structure for runtime generic
9844         context template.  New fields in the runtime generic context for
9845         extensible part.
9846
9847         * Makefile.am: Added generic-sharing.c.
9848
9849 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
9850
9851         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
9852         there is a pending loader exception, raise it.
9853
9854         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
9855         same.
9856
9857         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
9858         same.
9859
9860         Fixes #363450.
9861
9862 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
9863
9864         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
9865
9866         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
9867         
9868         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
9869         ref-only requests for compatibility with MS.
9870
9871 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
9872
9873         * reflection.c (mono_custom_attrs_from_method): Don't silently
9874         return an empty list for generic method instances.
9875         (mono_custom_attrs_from_param): Likewise.
9876
9877 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
9878             Raja R Harinath  <harinath@hurrynot.org>
9879
9880         Fix #354757
9881         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
9882         * class.c (mono_class_inflate_generic_method_full): Initialize it
9883         when a fully-open method is instantiated.
9884         * metadata.c (inflated_method_equal, inflated_method_hash): Update
9885         to new field.
9886         * reflection.c (inflate_mono_method): Don't create a temporary context.
9887
9888 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
9889
9890         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
9891         Compute correct value, to prepare for imethod->reflection_info going away.
9892
9893 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
9894
9895         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
9896
9897 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
9898
9899         * verify.c: Implement skip visibility flag.
9900
9901 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
9902
9903         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
9904         which contains an extra field to tell the kind of exception that should be thrown.
9905
9906         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
9907
9908 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
9909
9910         * loader.c (mono_method_get_param_names): Initialize 'klass' after
9911         'method' is updated.
9912
9913 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
9914
9915         * class.c (mono_class_layout_fields): Set class->min_align for classes using
9916         explicit layout as well. Fixes #360375.
9917
9918 2008-02-11  Geoff Norton  <gnorton@novell.com>
9919
9920         * loader.c: Guard and dereference against inflated generic methods
9921
9922 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
9923
9924         * class.c: Include Retargetable spec in assembly name.
9925         * assembly.c: Always include PublicKeyToken spec in assembly name
9926         (with value "null" if assembly is not signed), and include
9927         Retargetable spec.
9928         * icall-def.h: Added icall for Assembly.get_fullname.
9929         * icall.c: Added icall returning the fullname of an assembly.
9930
9931 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
9932
9933         * class.c (mono_class_setup_vtable_general): Add a missing call to
9934         mono_class_setup_methods () which is needed in the AOT case.
9935
9936 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
9937
9938         * verify.c (mono_type_get_stack_name): Added. Return the name for the
9939         stack type of the given MonoType.
9940
9941         * verify.c (verify_type_compatibility_full): Handle the void type.
9942
9943         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
9944         way stack merging works.
9945
9946         * verify.c (store_local): Improved verification message.
9947
9948         * verify.c (do_branch_op): If the merging is invalid, the method
9949         is unverifiable and not invalid. Improved error message.
9950
9951         * verify.c (merge_stacks): Properly merge a boxed valuetype and
9952         a reference type diferent than System.Object. Improved error
9953         message.
9954
9955 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
9956
9957         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
9958
9959         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
9960         type of an enum even if the argument is byref.
9961
9962         * verify.c: Replace all explicit uses of enumtype and enum_basetype
9963         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
9964
9965         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
9966
9967         *verify.c (verify_type_compatibility_full): Make enum types
9968         compatible with their base types.
9969
9970         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
9971         types are compatible for the special case of a boxed valuetype and
9972         System.Object.
9973
9974         * verify.c (verify_stack_type_compatibility): The function
9975         is_compatible_boxed_valuetype was extracted from here.
9976
9977         * verify.c (push_arg): Only set ctx->has_this_store if the method
9978         is not static.
9979
9980         * verify.c (do_ldelem): Fixed a typo in an error message and added
9981         strict check for mixing int32 and native int as the array type
9982         and ldelem type.
9983
9984         * verify.c (merge_stacks): Consider boxed valuetypes in the
9985         compatibility checks.
9986
9987 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
9988         * profiler.h: (MonoGCEvent): Added start-stop the world events.
9989
9990 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
9991         *class.c: use_new_interface_vtable_code: renamed the env var to have
9992         a "MONO_" prefix, and fix the logic to enable it by default.
9993
9994 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
9995         *class.c:
9996         mono_class_setup_vtable_general: rewrote the way in which interface
9997         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
9998         makes the code more maintainable.
9999         For now the old code is still there, and can be activated setting
10000         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
10001
10002 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
10003
10004         * verify.c: guarded some debug functions around and #ifdef.
10005
10006         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
10007
10008 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
10009
10010         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
10011         changes for now since they seem to break too many things.
10012
10013 2008-02-05  Mark Probst  <mark.probst@gmail.com>
10014
10015         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
10016         mono_marshal_find_nonzero_bit_offset): Added macro and function
10017         for finding the byte- and bit-offset of a bitfield within a
10018         struct.
10019
10020 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
10021
10022         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
10023         (mono_marshal_get_struct_to_ptr): Ditto.
10024
10025         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
10026         cctor_signature.
10027
10028 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
10029
10030         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
10031         between methods for non-corlib types.
10032
10033 2008-02-02  Geoff Norton  <gnorton@novell.com>
10034
10035         * loader.c (mono_method_get_param_names): Populate the parameter name for 
10036         generic parameters as well. (Fixes #342536)
10037
10038 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
10039
10040         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
10041
10042         * verify.c (do_invoke_method): Fix for calling with byref structs.
10043
10044         * verify.c (do_cast): push a boxed value type based on the type token and not
10045         the type of stack.
10046
10047 2008-01-31  William Holmes  <billholmes54@gmail.com>
10048
10049         * process.c (process_module_string_read): Check the size returned form 
10050           VerQueryValue to avoid out of memory exception. 
10051
10052 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
10053
10054         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10055         Handle properly modules which are not in the moduleref table. Fixes
10056         #356938.
10057
10058 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
10059
10060         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
10061         the dynamic case which is now in managed code.
10062         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
10063
10064         * marshal.c (mono_string_to_bstr): Fix a warning.
10065         (init_com_provider_ms): Ditto.
10066
10067         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
10068
10069         * exception.c (mono_get_exception_out_of_memory): New helper function.
10070
10071 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
10072
10073         * marshal.c: Add support for BSTR marshalling
10074         using other COM systems.
10075
10076         Code is contributed under MIT/X11 license.
10077
10078 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10079
10080         * object.c (mono_runtime_invoke_array): reverted previous
10081         commit as it breaks the build.
10082
10083 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10084
10085         * object.c (mono_runtime_invoke_array): Verify arguments for
10086         invalid types. Fixes #348522.
10087
10088 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10089
10090         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
10091         non-final virtual calls using call. 
10092
10093         * verify.c (do_invoke): fixed some TODOs.
10094
10095         * verify.c (push_arg): set has_this_store for "ldarga 0".
10096
10097 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
10098
10099         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
10100         which belong to an inflated class. Fixes #356531.
10101
10102 2008-01-26  Robert Jordan  <robertj@gmx.net>
10103
10104         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
10105         which resort to FindFirstFile when a certain error condition
10106         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
10107         Code is contributed under MIT/X11 license.
10108
10109 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
10110
10111         * marshal.c (emit_marshal_string): Fix out string marshalling
10112         to use specified encoding. Fixes #323900.
10113
10114         Code is contributed under MIT/X11 license.
10115
10116 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
10117
10118         * class.c (mono_class_inflate_generic_method_full): Don't modify
10119         iresult->context after cache check.
10120
10121 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
10122
10123         * class.c (mono_class_inflate_generic_method_full): Change the
10124         struct assignments to memcpy for better visibility and add some comments.
10125
10126 2008-01-23  Dick Porter  <dick@ximian.com>
10127
10128         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
10129         procedure, and make it work on windows.
10130
10131 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
10132
10133         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
10134         a MonoReflectionTypeBuilder since it is always of that type.
10135
10136         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
10137
10138         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
10139
10140         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
10141         
10142         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
10143
10144         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
10145
10146         * reflection.c (mono_reflection_create_runtime_class): Remove already created
10147         instantiations from the type cache.
10148
10149 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10150
10151         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
10152
10153         * verify.c (do_unbox_value): push a controled mutability managed pointer.
10154
10155 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10156
10157         * verify.c (do_ldstr): added, verifies if the #US token is valid.
10158
10159         * verify.c (mono_method_verify): removed old TODO
10160
10161 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10162
10163         * verify.c (do_newobj): add visibility check.
10164
10165 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10166
10167         * verify.c (do_load_function_ptr): add visibility check.
10168
10169 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
10170         *class.c:
10171         mono_generic_class_get_class: hook profiler events.
10172         mono_field_get_offset: added to support heap-shot in the new profiler.
10173         *class.h: exported mono_field_get_offset.
10174         * reflection.c:
10175         mono_reflection_setup_internal_class: hook profiler events.
10176
10177 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
10178
10179         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
10180         argument here too and use it to avoid checking for pending exceptions if 
10181         possible.
10182
10183 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
10184
10185         * assembly.c (build_assembly_name): add arg for passing the assembly
10186         flags. Do not consider a PublicKey with value "null" valid.
10187         (mono_assembly_name_parse_full): added boolean argument that will be
10188         set if the assembly name contains a PublicKeyToken spec. Added support
10189         for the Retargetable spec for which only Yes or No are allowed as valid
10190         value. Consider assembly name invalid if Retargetable spec is set, but
10191         either version, culture or public key (token) are not specified.
10192         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
10193         with implementation in assembly.c.
10194         * icall.c (fill_reflection_assembly_name): also copy assembly flags
10195         from MonoAssemblyName.
10196         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
10197         introduced argument for mono_assembly_name_parse_full to know if the
10198         assembly name has a PublicKeyToken spec, and if it has instruct
10199         fill_reflection_assembly_name to use default value for keyToken (if
10200         PublicKeyToken is null).
10201
10202 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10203
10204         * verify.c (mono_method_verify): fixed ovf ops with
10205         float values. They are unverifiable now.
10206
10207 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10208
10209         * class.c (set_failure_from_loader_error): add BadImageException to the
10210         list of exceptions that can cause a type to fail to load.
10211
10212         * class.c (mono_class_get_exception_for_failure): same.
10213
10214 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
10215
10216         * verify.c (in_any_exception_block): added, check if offset
10217         is part of any exception handling clause.
10218
10219         * verify.c (get_stack_type): added VAR and MVAR types.
10220
10221         * verify.c (do_stobj): better error messages.
10222
10223         * verify.c (do_cpobj): added, check cpobj.
10224
10225         * verify.c (do_initobj): added, check initobj.
10226
10227         * verify.c (do_sizeof): added, check sizeof.
10228
10229         * verify.c (do_localloc): added, check localloc.
10230
10231         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
10232
10233 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
10234
10235         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
10236         save_lmf/restore_lmf opcodes.
10237
10238         * threads.c (mono_threads_install_notify_pending_exc): New function to
10239         install a callback notifying the JIT there is a pending exception on a thread.
10240         (mono_thread_request_interruption): Call the new callback.
10241         (mono_thread_get_and_clear_pending_exception): New function to return the
10242         exception pending on a thread.
10243
10244         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
10245         to turn off checking for pending exceptions.
10246         (mono_marshal_get_native_wrapper): Ditto.
10247
10248 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10249
10250         * threads-types.h: Get rid of the unnecessary extern declarations.
10251
10252 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
10253
10254         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
10255         return field from parent class if not private.
10256         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
10257         returns fields from parent class if they are not private.
10258         (method_nonpublic): added function to determine if a given method
10259         should be considered non-public. Returns false for private methods
10260         on parent class, and internal methods from parent on the 1.0 profile.
10261         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
10262         use method_nonpublic function to determine whether method should be
10263         returned.
10264         (property_accessor_public): use newly introduced method_nonpublic
10265         function to determine whether accessor is non-public. 
10266         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
10267         event from parent class if not private. Only return static event if
10268         Static flag is set, and only return static event from parent class if
10269         FlattenHierarchy flag is set.
10270         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
10271         include non-private events from parent class.
10272
10273 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10274
10275         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
10276         warning.
10277
10278 2008-01-16  Wade Berrier <wberrier@novell.com>
10279
10280         * security.c: Add assembly.h header to appease some warnings
10281
10282 2008-01-16  Dick Porter  <dick@ximian.com>
10283
10284         * process.c (process_module_string_read): Remove trailing null
10285         when saving string.
10286
10287 2008-01-16  Mark Probst  <mark.probst@gmail.com>
10288
10289         * class-internals.h: A new data structure describing the layout of
10290         a runtime generic context (MonoRuntimeGenericContextTemplate).
10291
10292         * metadata-internals.h: Added a hash table to MonoDomain that maps
10293         from open generic classes to their runtime generic context
10294         templates.
10295
10296         * object.c: Building of the runtime generic context, including
10297         proper handling of generic type arguments of superclasses.
10298         Building of the runtime generic context according to the template.
10299
10300 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
10301
10302         * class.c (mono_class_setup_fields): Set field.count for generic instances.
10303         Fixes #350856.
10304
10305         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
10306         mono_portability_find_file (). Fixes #325466.
10307         (mono_image_get_public_key): Fix a warning.
10308
10309 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
10310
10311         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
10312         Fixes #353550.
10313         (mono_class_from_name_case): Ditto.
10314
10315 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
10316
10317         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
10318           common storage for the tables used in the System/NumberFormatter class.
10319
10320 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
10321
10322         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
10323
10324 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
10325
10326         * verify.c (get_boxable_mono_type): check if the token is valid.
10327
10328         * verify.c (set_stack_value): changed to add an error if an
10329         invalid type is set on stack. Changed all callers due to signature change.
10330
10331         * verify.c (do_stobj): implement stobj validation.
10332
10333 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
10334
10335         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
10336         set container->is_method, it was set earlier.
10337
10338         * metadata.c (type_in_image): Handle MVARs which belong to not finished
10339         generic methods.
10340
10341         * reflection.c (mono_reflection_initialize_generic_parameter): Set
10342         is_method of the generic container to TRUE for methods.
10343
10344 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10345
10346         * metadata.c (type_in_image): Handle type parameters properly.
10347
10348         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
10349         memory ownership of this structure.
10350
10351 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
10352
10353         * verify.c (get_boxable_mono_type): make typedref types been just
10354         unverifiable. check for void type.
10355
10356         * verify.c (do_unbox_any): added, verify opcode unbox.any.
10357
10358         * verify.c (do_load_function_ptr): accept method spec tokens.
10359
10360 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10361
10362         * marshal.c (mono_class_native_size): Always set *align even if this is called
10363         recursively.
10364
10365 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
10366
10367         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
10368         out-of-date.
10369
10370 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
10371
10372         * verify.c: removed some old unused tables. A huge bunch of small fixes
10373         to things found while testing the verifier with mono basic.
10374
10375         * verify.c (dump_stack_value): dump null literal flag to.
10376
10377         * verify.c (verify_type_compatibility_full): fix comparison
10378         for types that have a generic super type.
10379
10380         * verify.c (verify_stack_type_compatibility): fix compatibility
10381         between null literals and reference types. fix compatibility between
10382         boxed valuetypes and object. fix corner case test for enums.
10383
10384         * verify.c (do_cmp_op): proper verification of cgt.un in case
10385         of reference types.
10386
10387         * verify.c (do_invoke_method): fix error message.
10388
10389         * verify.c (do_store_indirect
10390
10391         * verify.c (check_is_valid_type_for_field_ops): proper verification
10392         of managed pointers to valuetypes and boxed valuetypes. proper verification
10393         of null literals.
10394
10395         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
10396         allow token to be a reference type.
10397
10398         * verify.c (do_cast): proper handling of boxes valuetypes.
10399
10400         * verify.c (do_stelem): proper handling of storing a boxed valuetype
10401         in object[].
10402
10403         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
10404         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
10405         fixed the decoding of unbox_any
10406
10407 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
10408
10409         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
10410
10411 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
10412
10413         * verify.c (do_newobj): do delegate verification.
10414
10415         * verify.c (verify_delegate_compatibility): perform delegate
10416         verification.
10417
10418         * verify.c (verify_ldftn_delegate): perform tests related to
10419         ldftn delegates.
10420
10421         * verify.c (mono_delegate_signature_equal): perform the
10422         slightly diferent signature comparison required by delegates.
10423
10424         * metadata.c (mono_metadata_type_equal_full): added and exported
10425         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
10426         allows signature only comparison.
10427
10428         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
10429         as MONO_INTERNAL.
10430
10431 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
10432
10433         * verify.c: added a bunch of stack_slot_* functions to
10434         make access to stack slot type easier. This is required to
10435         allow optional flags, like null literal, boxed value and
10436         this pointer.
10437         All access paths to IlStackDesc::stype have been changed 
10438         to use these new funcions.
10439         Removed a bunch of unused functions and cleared all warnings.
10440         This patch introduces the usage of the this pointer and 
10441         boxed value flags.
10442
10443 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
10444
10445         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
10446
10447 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
10448
10449         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
10450         match managed version.
10451
10452         * appdomain.c: Bump corlib version.
10453         
10454         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
10455         argument.
10456
10457 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
10458
10459         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
10460         Set public key token to zero-length byte array if assembly is not
10461         strongnamed.
10462
10463 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
10464
10465         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
10466         writing a vtype array elem.
10467
10468 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
10469
10470         * assembly.c (build_assembly_name): return FALSE if length of token is
10471         not 16 (if not "null").
10472         (mono_assembly_name_parse_full): return FALSE if value of version,
10473         culture, token or key is 0.
10474         * icall.c (fill_reflection_assembly_name): add boolean arguments to
10475         specify whether public key and public key token must be set to default
10476         value (zero-length byte array) if not available. Set versioncompat to
10477         SameMachine. If public key is available or the default is set, then
10478         set PublicKey flag.
10479         (ves_icall_System_Reflection_Assembly_FillName): if no public key
10480         is available, use empty byte array as default value. On the 2.0
10481         profile, use default value for public key token if not set.
10482         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
10483         profile, use default value for public key if not set. On the 2.0
10484         profile, use default value for public key token if not set.
10485         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
10486         default values for public key and public key token.
10487
10488 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
10489
10490         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
10491         field to keep it in synch with the managed object.
10492
10493         * marshal.c (emit_marshal_object): Add support for byref marshalling of
10494         delegates. Fixes #351520.
10495
10496         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
10497         contains defined memory.
10498         
10499         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
10500
10501         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
10502         
10503         * sgen-gc.c (check_consistency): New helper function to do a consistency check
10504         of the GC data structures.
10505
10506         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
10507
10508         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
10509         
10510         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
10511         barrier.
10512         (mono_array_clone_in_domain): Ditto.
10513         (mono_array_clone_in_domain): Ditto.
10514
10515         * threads.c (start_wrapper): Register the thread start argument as a GC root.
10516         (cache_culture): Use a write barrier.
10517
10518         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
10519         (ves_icall_get_property_info): Ditto.
10520
10521         * object.h (MONO_STRUCT_SETREF): New macro.
10522
10523         * class-internals.h (MonoStats): Add some GC statistics.
10524
10525         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
10526
10527 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
10528
10529         * exception.c (mono_exception_from_name_two_strings):
10530         Break from loop after method is found.
10531
10532 2008-01-04  Dick Porter  <dick@ximian.com>
10533
10534         * process.c (process_module_string_read): Rename variable to
10535         reflect correct usage, after fixing bug 345972.
10536
10537 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
10538
10539         * verify.c (mono_type_create_fnptr_from_mono_method): 
10540         created a MonoType function pointer instance to be used during
10541         verification. The verifier releases this memory at end.
10542
10543         * verify.c (mono_method_is_constructor): extracted repeated
10544         checks for constructor into a single class.
10545
10546         * verify.c (do_push_field): use new extracted method
10547         for constructor check.
10548
10549         * verify.c (do_newobj): same.
10550
10551         * verify.c (do_ldftn): renamed to do_load_function_ptr
10552         and make it verify ldvirtftn too.
10553
10554         * verify.c (mono_method_verify: proper verification
10555         of ldvirtftn. release created MonoMethod instances.
10556
10557 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
10558
10559         * verify.c (token_bounds_check): added.
10560
10561         * verify.c (do_ldftn): added.
10562
10563         * verify.c (mono_method_verify): proper verificartion of ldftn.
10564
10565 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
10566
10567         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
10568         than the table row count. It's the resposibility of the caller to
10569         make the bounds check and raise the correct error.
10570
10571         * metadata.c (mono_metadata_decode_row_col): Same.
10572
10573         * loader.c (mono_get_method_from_token): perform bounds check
10574         on token for methoddef table.
10575
10576 2007-12-29  Miguel de Icaza  <miguel@novell.com>
10577
10578         * icall.c
10579         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
10580         assert into a negative result, the managed code already coped with
10581         that.
10582
10583         Some folks on Windows reported this error. 
10584
10585 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
10586
10587         * appdomain.c: Bump corlib version.
10588         * icall.c:
10589         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
10590         CultureInfo.CreateCulture to create CultureInfo for name.
10591         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
10592         create CultureInfo for name. Fixes bug #347174.
10593
10594 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
10595
10596         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
10597         flags.
10598
10599         * verify.c (is_valid_branch_instruction): allow branching to the
10600         first instruction of the protected block.
10601
10602         * verify.c (is_valid_cmp_branch_instruction): same.
10603
10604         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
10605         avoid double initialization.
10606
10607         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
10608         detect which cases the eval stack should just be copied.
10609
10610         * verify.c (mono_method_verify): check if the eval stack
10611         is empty when entering a protected block.
10612
10613 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
10614
10615         * verify.c: added is_clause_in_range, is_clause_inside_range,
10616         is_clause_nested and verify_clause_relationship. They perform
10617         the verifications stated in P1 12.4.2.7.
10618
10619         * verify.c (mono_method_verify): remove some unused variables,
10620         add the new exception clause checks, add instruction border
10621         checks for protected block start/end, improved some error 
10622         messages and fixed a bug in the way invalid instruction access
10623         is detected.
10624
10625 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
10626
10627         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
10628         from GC 7.0 if available.
10629
10630         * object.c: Remove an unused define.
10631         
10632         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
10633
10634         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
10635
10636         * null-gc.c (mono_gc_make_descr_for_array): Implement.
10637
10638         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
10639
10640         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
10641         to take the same arguments as the other make_descr functions.
10642
10643         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
10644
10645         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
10646         directly.
10647
10648         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
10649         mini.c.
10650
10651         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
10652         call to boehm-gc.c.
10653
10654         * boehm-gc.c (mono_gc_register_root): Fix a warning.
10655
10656         * null-gc.c (mono_gc_register_root): Fix a warning.
10657
10658         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
10659
10660         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
10661         (mono_gc_base_init): Call GC_init ().
10662
10663         * null-gc.c: Define mono_gc_register_root () as a no-op.
10664
10665         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
10666
10667 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
10668
10669         * verify.c: add prototype for merge_stacks at top
10670
10671         * verify.c (do_switch): added.
10672
10673         * verify.c (merge_stacks): on some cases the stack merging
10674         was not happening properly. Unequal stack sizes at merge
10675         points should be invalid.
10676
10677         * verify.c (mono_method_verify): added more debug info on stack state.
10678         verify switch properly.
10679
10680 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
10681
10682         * method-builder.h: New file, moved the mono_mb_ declarations here from 
10683         marshal.h.
10684
10685         * boehm-gc.c marshal.c: Include method-builder.h.
10686
10687         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
10688
10689         * marshal.c: Remove some code which is now in method-builder.c.
10690
10691 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
10692
10693         * method-builder.c: New file, extraction of the method builder functionality 
10694         from marshal.c.
10695
10696         * marshal.c: Move the mb functions into method-builder.c.
10697
10698         * marshal.h marshal.c: Export some mono_mb_... functions.
10699
10700         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
10701
10702         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
10703         the caller.
10704
10705         * class.c (mono_class_get_full): Check the token type in the dynamic case.
10706
10707         * loader.c (mono_field_from_token): Ditto.      
10708
10709         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
10710         type as well.
10711         
10712         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
10713         Fixes #342565.
10714
10715         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
10716         a helper function for setting it.
10717
10718         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
10719
10720         
10721         * assembly.c: Significally simplify code now that referenced assemblies are 
10722         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
10723
10724         * threads.h: Don't include  the internal threads-types.h header file. Fixes
10725         #349952.
10726
10727 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
10728
10729         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
10730         instructions that were target of branches or are at protected block boundaries.
10731
10732         * verify.c (in_same_block): handle filter clauses.
10733
10734         * verify.c (is_valid_branch_instruction): added. checks the target of
10735         instructions br or brtrue/false.
10736
10737         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
10738         binary branch instructions such as beq and bge.
10739
10740         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
10741         and made it pin the instruction as been part of the exception block.
10742
10743         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
10744         of in_same_block.
10745
10746         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
10747         of in_same_block.
10748
10749         * verify.c (do_ret): ret from a protected block is unverifiable and
10750         not invalid.
10751
10752         * verify.c (do_static_branch): verify br and br.s instructions.
10753
10754         * verify.c (merge_stacks): add extra param to support detection
10755         of branches in the middle of instructions.
10756         
10757         * verify.c (mono_method_verify): verify branches and exception blocks
10758         that target the middle of instructions. Proper verification of br and br.s.
10759
10760 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
10761
10762         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
10763         skip_visibility field.
10764         (reflection_methodbuilder_from_dynamic_method): Ditto.
10765
10766         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
10767         registrations. Fixes #348193.
10768
10769         * threads.h: Move the internal mono_thread_get_pending_exception () to
10770         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
10771
10772 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
10773
10774         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
10775         icall registration. Fixes #348193.
10776
10777         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
10778         for corlib classes into object. Fixes #349621.
10779
10780 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
10781
10782         * icall.c (property_accessor_nonpublic): new function to determine
10783         whether an accessor allows a property to be considered non-public.
10784         Returns false for private accessor(s) from parent class, and internal
10785         accessor(s) from parent on 2.0 profile (and higher).
10786         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
10787         to determine whether property should be included if NonPublic flag
10788         is set. Fixes bug #349078.
10789
10790 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
10791
10792         * verify.c (init_stack_with_value): added.
10793
10794         * verify.c (mono_method_verify): extracted common
10795         code for exception initialization into init_stack_with_value.
10796
10797         * verify.c (mono_method_verify): initialize the exception
10798         for handler clauses as well.
10799
10800         * verify.c (mono_method_verify): fix the exception clause
10801         ordering rules, it should use handler end offset and not
10802         start offset.
10803
10804 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
10805
10806         * rawbuffer.c: remove useless warning.
10807
10808 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
10809
10810         * threads.h, threads-types.h: move functions to the correct header
10811         (fixes bug#349952).
10812
10813 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
10814
10815         * verify.c (mono_method_verify): proper verification
10816         of exception handling clauses ranges and fallthru in
10817         and out of protected blocks.
10818
10819 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
10820
10821         * verify.c (mono_method_verify): fixed compilation issue.
10822
10823 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
10824
10825         * verify.c (mono_method_verify): a printf slipped in, changed
10826         to use verifier debug macro.
10827
10828 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
10829
10830         * verify.c (is_correct_leave): check for filter clauses.
10831
10832         * verify.c (do_filter): added.
10833
10834         * verify.c (mono_method_verify): property verification of leave.
10835
10836
10837 2007-12-18  Mark Probst  <mark.probst@gmail.com>
10838
10839         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
10840         Win32 build, until we figure out how to do the proper thing on
10841         Win32.
10842
10843 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
10844
10845         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
10846         by the previous patch.
10847         
10848         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
10849         the assembly resolve handler for refonly assemblies.
10850
10851 2007-12-17  Mark Probst  <mark.probst@gmail.com>
10852
10853         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
10854         Make sure only one thread is allowed to commence shutdown, and
10855         don't allow new threads to be started once shutdown is in
10856         progress.
10857
10858 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
10859
10860         * verify.c (is_correct_endfilter): added.
10861
10862         * verify.c (is_unverifiable_endfilter): added.
10863
10864         * verify.c (do_endfilter): added.
10865
10866         * verify.c (mono_method_verify): property verification of endfilter
10867         and fixed a corner case or endfinally.
10868
10869 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
10870
10871         * verify.h: new flags to support fail fast of unverifiable code and
10872         do non-strict verification. Non-strict verification is required to
10873         have MS runtime compatibility. There are a huge amount of unverifiable
10874         code that it accepts as verifiable. The strict mode verifies the code
10875         as the specs says.
10876         Non-strict mode will be required in cases where code needs to be
10877         accepted as verifiable but fails under strict mode.
10878
10879         * pedump.c: added support to fail fast and non-strict verification.
10880
10881         * verify.c: added support for both fail fast and non-strict verification.
10882
10883 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
10884
10885         * verify.c (is_correct_endfinally): added.
10886
10887         * verify.c (mono_method_verify): property verification of endfinally.
10888
10889 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
10890
10891         * verify.c (in_any_block): check for filter clauses.
10892
10893         * verify.c (is_correct_rethrow): added.
10894
10895         * verify.c (mono_method_verify): property verification of rethrow.
10896
10897         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
10898
10899 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
10900
10901         * verify.c (do_throw): added.
10902
10903         * verify.c (mono_method_verify): property verification of throw
10904
10905 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
10906
10907         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
10908         assemblies. Fixes #346425.
10909
10910 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
10911
10912         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
10913         FieldBuilders.
10914
10915         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
10916
10917         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
10918         prevent asserts when this is called with a token which might not be valid.
10919
10920         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
10921         lookup_dynamic_token_class with valid_token == FALSE.
10922
10923         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
10924
10925         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
10926
10927         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
10928         
10929 2007-12-10  Mark Probst  <mark.probst@gmail.com>
10930
10931         * gc.c: Don't delay threadpool thread finalization unless Mono is
10932         shutting down.
10933
10934 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
10935
10936         * threads.c: turn an assert into a non-fatal warning.
10937
10938 2007-12-09  Robert Jordan  <robertj@gmx.net>
10939
10940         * icall.c (GetVirtualMethod): Add missing argument validation.
10941
10942 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10943
10944         * verify.c (do_cast): added.
10945
10946         * verify.c (mono_method_verify): property verification of castclass and isinst.
10947
10948
10949 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10950
10951         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
10952
10953         * verify.c (do_stelem): added.
10954
10955         * verify.c (mono_method_verify): property verification of stelem.X.
10956
10957 2007-12-07  Mark Probst  <mark.probst@gmail.com>
10958
10959         * class.c, class-internals.h: Introduce an environment variable
10960         (MONO_GENERIC_SHARING) through which the extent of generic code
10961         sharing can be controlled (share all classes, share only corlib
10962         classes, or share nothing).
10963
10964         * object.c: Only create runtime generic context for classes for
10965         which sharing is enabled.
10966
10967 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10968
10969         * verify.c (do_ldelem): refactor it to work with ldelem.any.
10970
10971         * verify.c (mono_method_verify): property verification of ldelem.any.
10972
10973 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10974
10975         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
10976         added ldelem.X opcodes.
10977
10978         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
10979
10980         * verify.c: proper verification of ldelem.X 
10981
10982 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
10983
10984         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
10985
10986 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
10987
10988         * verify.c (mono_method_verify): null literal requires special handling,
10989         the value pushed on stack need to be flagged as so.
10990
10991         * verify.c (do_ldelema): Verify ldelema properly.
10992
10993 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
10994
10995         * verify.c: Verify ldlen properly.
10996
10997 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
10998
10999         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
11000         to the target object's type. Fixes #346160.
11001
11002 2007-12-05  Dick Porter  <dick@ximian.com>
11003
11004         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
11005         Solaris needs the same workaround as BSD-derived systems.  Fixes
11006         bug 323524, patch by Burkhard Linke
11007         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
11008
11009 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
11010
11011         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
11012         handle to use when error dialog is shown; otherwise, update mask
11013         to show no error dialog when an error occurs.
11014
11015 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
11016
11017         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
11018
11019         * class.c (mono_class_get_field_default_value): New helper function to initialize
11020         field->def_type and field->data.
11021
11022 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
11023
11024         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
11025         the general one.
11026
11027         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
11028
11029         * marshal.c: Avoid depending on delegate->method_info being set.
11030
11031         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
11032         
11033         * object.c (mono_delegate_ctor): Set delegate->method.
11034
11035         * object-internals.h (struct _MonoDelegate): Add 'method' field.
11036
11037         * appdomain.c: Bump corlib version.
11038
11039 2007-11-27  Raja R Harinath  <harinath@gmail.com>
11040
11041         * metadata.c (mono_generic_inst_equal_full): Short-circuit
11042         equality check if we're comparing canonicalized MonoGenericInsts.
11043
11044 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
11045
11046         * class.c (generic_array_methods): Call mono_class_setup_methods () before
11047         accessing class->methods.
11048
11049 2007-11-22  Dick Porter  <dick@ximian.com>
11050
11051         * threads.c: Ensure that the synch_cs is set before trying to use
11052         it.
11053
11054 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
11055
11056         * profiler.c: r89126 broke the statistial profiler, unbreak.
11057
11058 2007-11-22  Martin Baulig  <martin@ximian.com>
11059
11060         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
11061
11062         * mono-debug.c
11063         (mono_debug_debugger_version): Bump to 3.
11064         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
11065         -> mono_debugger_class_initialized().
11066
11067         * mono-debug-debugger.c
11068         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
11069
11070         * class.c
11071         (mono_debugger_start_class_init_func): Removed.
11072         (mono_debugger_class_loaded_methods_func): Added.
11073         (mono_class_setup_methods): Call it here.
11074
11075 2007-11-22  Martin Baulig  <martin@ximian.com>
11076
11077         * mono-debug.c
11078         (mono_debug_add_delegate_trampoline): New public method.
11079         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
11080
11081         * mono-debug.h
11082         (MonoSymbolTable): Added `global_data_table'.
11083         (MonoDebuggerTypeKind): Removed.
11084
11085 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
11086
11087         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
11088         these methods.
11089
11090         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11091         
11092 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
11093
11094         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
11095
11096 2007-11-20  Martin Baulig  <martin@ximian.com>
11097
11098         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
11099
11100         * mono-debug-debugger.c
11101         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
11102         (mono_debugger_remove_breakpoint): Likewise.
11103         (mono_debugger_check_breakpoints): Likewise.
11104         (mono_debugger_register_class_init_callback): New public method.
11105         (mono_debugger_remove_class_init_callback): Likewise.
11106         (mono_debugger_add_type): Likewise.
11107
11108         * mono-debug-debugger.h
11109         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
11110
11111 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
11112
11113         * class.c: more interface implementations needed for the
11114         array enumerator (fixes bug #341112).
11115
11116 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
11117
11118         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
11119         fix ParamName of ArgumentNullExceptions.
11120
11121 2007-11-17  Miguel de Icaza  <miguel@novell.com>
11122
11123         * reflection.c (mono_reflection_encode_sighelper): Generate the
11124         modopts and modreqs.   I have a useless test that crashes monodis,
11125         but that shows the code working.
11126
11127 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
11128
11129         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
11130         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
11131
11132 2007-11-15  Dick Porter  <dick@ximian.com>
11133
11134         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
11135         When joining a thread, it's the thread that's calling Join that
11136         gets WaitSleepJoin state not the target.  Fixes the standalone
11137         test case in bug 334740, and hopefully the whole bug too.
11138
11139 2007-11-15  Dick Porter  <dick@ximian.com>
11140
11141         * process.c: Read file version info from the files pointed at by
11142         process modules, not the current process.  Fixes bug 315969.
11143
11144         Use windows typedef names in some places to fix warnings on the
11145         windows build.
11146
11147 2007-11-15  Mark Probst  <mark.probst@gmail.com>
11148
11149         * image.c, metadata-internals.h: Added a generic_class_cache hash
11150         to MonoImage for looking up generic classes when sharing generics.
11151
11152 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
11153
11154         * sgen-gc.c: warning cleanups.
11155
11156 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
11157
11158         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
11159         inherited properties.
11160
11161 2007-11-14  Mark Probst  <mark.probst@gmail.com>
11162
11163         * object.c, class-internals.h: Added more information to the
11164         runtime generic context.
11165
11166 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
11167
11168         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
11169         instead of just the target method. Generalize the abstract method handling to
11170         handle any non-static method.
11171
11172         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11173         mono_marshal_get_delegate_invoke () signature change.
11174
11175 2007-11-13  Mark Probst  <mark.probst@gmail.com>
11176
11177         * class.c, class-internals.h: Made
11178         mono_type_get_basic_type_from_generic () public.  Fixed member
11179         access check for shared generics.
11180
11181         * loader.c: Don't insert field into field cache if it's part of a
11182         non-inflated generic class.
11183
11184         * domain.c, domain-internals.h: The generic sharing context is now
11185         part of the jit info data structure.  Added two accessor
11186         functions.
11187
11188 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
11189
11190         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
11191         the array Get/Set/Address methods, since the JIT inlines them.
11192
11193         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
11194
11195         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
11196         (mono_image_init): Initialize runtime_invoke_direct_cache.      
11197
11198         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11199         mono_marshal_get_delegate_invoke signature change.
11200
11201         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
11202         an additional argument. Add support for invoking abstract methods.
11203
11204         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
11205
11206         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
11207
11208 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11209
11210         * class.c: Do field layout for open generic classes as well.
11211
11212 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11213
11214         * gc.c, gc-internal.h: Don't finalize threadpool threads with
11215         other objects, because the threadpool is still around.  Put them
11216         in a list instead and after finalizing all other objects in the
11217         root domain shut down the thread pool and then finalize the
11218         threads.  Fixes bug #337383.
11219
11220         * threads.c, thread-types.h: New mono_thread_create_internal()
11221         function for marking a thread with the threadpool flag before it
11222         started.  Set synch_cs to NULL after freeing it.
11223
11224         * threadpool.c: Mark threadpool threads before they start.
11225
11226 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
11227
11228         * reflection.h, reflection.c: don't export random functions
11229         and lazy load dbnull and missing objects.
11230
11231 2007-11-07  Jonathan Chambers <joncham@gmail.com>
11232
11233         * class.c: Initialize COM types if COM interfaces
11234         are present (not just COM classes).
11235         
11236         Code is contributed under MIT/X11 license.
11237
11238 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11239         * reflection.c:
11240         create_dynamic_mono_image: hook module profiler events (dynamic case).
11241         mono_image_basic_init: hook assembly profiler events (dynamic case).
11242
11243 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11244         * profiler.c:
11245         simple_appdomain_unload: completely terminate the profiler
11246         instead of only processing the statistical samples.
11247         simple_shutdown: make sure this is really called exactly once,
11248         even in multithreaded applications, and always listen to
11249         appdomain events.
11250         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
11251         here, the "[un]load" functions will do it.
11252         Fixes bugs #333791 and #325261.
11253
11254 2007-11-07  Geoff Norton  <gnorton@novell.com>
11255
11256         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
11257         rather than depend on __APPLE__.
11258
11259 2007-11-07  Mark Probst  <mark.probst@gmail.com>
11260
11261         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
11262
11263 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
11264
11265         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
11266         UTF16 MonoString. Fix the crash from bug #335488
11267
11268 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
11269
11270         * marshal.c: Correct (for non-Win32 OS) length != size in 
11271         mono_string_from_bstr. Fix #339530.
11272
11273 2007-11-06  Geoff Norton  <gnorton@novell.com>
11274
11275         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
11276         to succeed
11277
11278 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
11279
11280         * process.c: Added run-time GetProcessId API detection for Windows.
11281
11282 2007-11-04  Miguel de Icaza  <miguel@novell.com>
11283
11284         * reflection.c  (mono_param_get_objects): If a parameter has the
11285         attribute [System.Runtime.InteropServices.Optional] we should
11286         set the DefaultValue of the ParameterInfo to be
11287         System.Reflection.Missing instead of DBNull.
11288
11289         See bug #339013.
11290
11291         (mono_get_reflection_missing_object): New method,
11292         returns the System.Reflection.Missing.Value singleton instance.
11293
11294 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
11295
11296         * culture-info-table.h : regenerated.
11297
11298 2007-11-02  Jonathan Chambers <joncham@gmail.com>
11299
11300         * icall.c: Use GetEnvironmentStrings on windows
11301         so we are using the same environment block as 
11302         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
11303         #333740.
11304         
11305         Code is contributed under MIT/X11 license.
11306
11307 2007-10-31  Martin Baulig  <martin@ximian.com>
11308
11309         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
11310
11311         * mono-debug-debugger.h
11312         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
11313
11314 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
11315
11316         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
11317         classes.
11318
11319 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
11320
11321         * culture-info-table.h : regenerated.
11322
11323 2007-10-30  Robert Jordan  <robertj@gmx.net>
11324
11325         * icall-def.h, icall.c:
11326         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
11327
11328         Code is contributed under MIT/X11 license.
11329
11330 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11331
11332         * class.c (mono_class_setup_vtable): Find the inflated methods in the
11333         inflated class instead of inflating them again.
11334         
11335         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
11336         dynamic case.
11337
11338         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
11339         Call setup_supertypes () after klass->parent is set.
11340         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
11341
11342         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
11343         for inflated instances of not yet created dynamic generic classes.
11344         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
11345         times from inflated_method.
11346         (methodbuilder_to_mono_method): Ditto.
11347
11348 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
11349
11350         * gc.c: code cleanup and removed old untested option of not creating the
11351         finalizer thread.
11352
11353 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11354
11355         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
11356         creating a jump trampoline for dynamic methods.
11357
11358 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
11359
11360         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
11361         generic TypeBuilders when called from another method of the same type (bug #335131).
11362
11363
11364 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
11365
11366         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
11367         doesn't seem to work perfectly.
11368         
11369         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
11370         called multiple times.
11371         (methodbuilder_to_mono_method): Ditto.
11372         (resolve_object): Inflate FieldBuilder's.
11373
11374 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
11375
11376         * string-icalls.c, string-icalls.h, appdomain.c: patch from
11377         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
11378         RemoveEmptyEntries in the string.Split implementation (bug #322375).
11379
11380 2007-10-26  Dick Porter  <dick@ximian.com>
11381
11382         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
11383         Thread initialisation changes
11384
11385 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
11386
11387         * verify.c: fix compatibility check between arrays and System.Array
11388
11389 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
11390
11391         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
11392         too. Fixes #336999.
11393
11394 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
11395
11396         * object.c (mono_value_box): Use typed allocation here.
11397
11398 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
11399
11400         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
11401         trampoline instead of compiling the method right away.
11402
11403         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
11404
11405 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
11406
11407         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
11408         related fields for dynamic classes. Fixes #334493.
11409
11410 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
11411
11412         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
11413         
11414         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
11415
11416         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
11417         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
11418
11419         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
11420
11421         * reflection.c (create_generic_typespec): Initialize klass->generic_container
11422         if needed.
11423         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
11424
11425 2007-10-18  Jonathan Chambers <joncham@gmail.com>
11426
11427         * marshal.c: Use correct key when removing item
11428         from ccw_hash.
11429         
11430         Code is contributed under MIT/X11 license.
11431
11432 2007-10-17  William Holmes  <billholmes54@gmail.com>
11433
11434         *marshal.c: Adding a case to marshal booleans to U1
11435
11436         Code is contributed under MIT/X11 license.
11437
11438 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
11439
11440         * class.c (mono_class_from_name): Search the modules compromising dynamic
11441         assemblies. Fixes #331601.
11442
11443 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
11444
11445         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
11446         exception if the type name contains an assembly component. Fixes #334203.
11447
11448         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
11449         modules inside dynamic assemblies. Fixes #334200.
11450         
11451         * reflection.c: Set image->public_key and image->public_key_length;
11452
11453         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
11454         fields.
11455
11456         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
11457         
11458 2007-10-16  Mark Probst  <mark.probst@gmail.com>
11459
11460         * metadata.c: Implemented correct comparing of generic classes.
11461         An inflated generic class can be equal to a non-inflated one if it
11462         is inflated with generic type variables as type arguments.  Fixes
11463         bug #333798.
11464
11465 2007-10-15  Dick Porter  <dick@ximian.com>
11466
11467         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
11468         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
11469         81646.
11470
11471         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
11472         instead of a monitor lock.  This means that monitor_try_enter and
11473         co can set the thread state safely.
11474         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
11475         thread_interrupt_requested, so interrupt actually works.
11476
11477         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
11478         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
11479         state accessor function
11480
11481 2007-10-15  Martin Baulig  <martin@ximian.com>
11482
11483         * mono-debug.h
11484         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
11485         the debugger with the current runtime.
11486
11487 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
11488
11489         * object.c, object-internals.h: added the ability to set a single
11490         trampoline for all the slots in a vtable.
11491
11492 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11493
11494         * marshal.c: deal with a possible race condition during multicast
11495         delegate invocation.
11496
11497 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11498
11499         * class.c: ensure value type methods don't have the synchronized
11500         flag set.
11501
11502 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
11503
11504         * string-icalls.c, string-icalls.h: reverted unapproved patch that
11505         breaks the build.
11506
11507 2007-10-11  Joel Reed  <joelwreed@comcast.com>
11508
11509         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
11510         to take an options parameter so that empty entries can be removed during
11511         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
11512
11513 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
11514
11515         * marshal.c: make sure we don't store the signature from a dynamic
11516         method into the runtime invoke cache (bug #327189).
11517
11518 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11519
11520         * marshal.c: make sure the wrapper methods are properly initialized.
11521
11522 2007-10-11  Mark Probst  <mark.probst@gmail.com>
11523
11524         * metadata.c, metadata-internals.h: Generalized
11525         mono_type_stack_size() to mono_type_stack_size_internal() which
11526         takes an additional argument specifying whether it allows open
11527         types.
11528
11529 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
11530
11531         * verify.c (do_invoke_method): handle typedbyref params
11532         correctly and check for unverifiable return values.
11533
11534         * verify.c (do_newobj): fix a warning.
11535
11536 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
11537
11538         * verify.c: don't tread typedbyref as allways unverifable,
11539         so uses, like (ld/st)loc.0 are valid. verify for the cases
11540         that it matters, like boxing related operations.
11541
11542 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
11543
11544         * verify.c: add verification of the newobj opcode. verification
11545         of delegate instantation still missing due ldftn and virldftn not
11546         pushing the function type on stack
11547
11548 2007-10-08  Mark Probst  <mark.probst@gmail.com>
11549
11550         * class-internals.h: Runtime generic context data structure
11551         definition.
11552
11553         * object.c: Initialization of runtime generic context at runtime
11554         vtable creation time.
11555
11556 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
11557         * class.c (mono_class_create_from_typedef,
11558         mono_class_from_generic_parameter, mono_ptr_class_get,
11559         mono_fnptr_class_get, mono_bounded_array_class_get)
11560         * domain.c (mono_domain_create, mono_domain_free)
11561         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
11562         * image.c (do_mono_image_load, mono_image_close):
11563         Hooked up load-unload profiler events.
11564
11565 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
11566
11567         * domain.c: track statistics about the actual amount of native code
11568         allocated.
11569
11570 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
11571
11572         * class.c: the valuetype enumerators don't have the additional
11573         supertypes interfaces.
11574
11575 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11576
11577         * class.c: need more interfaces setup for the IEnumerator<T>
11578         object created for arrays (tests/ienumerator-interfaces.2.cs).
11579
11580 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
11581
11582         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
11583
11584 2007-10-05  Alp Toker  <alp@atoker.com>
11585
11586         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
11587         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
11588         #315863.
11589
11590 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
11591
11592         * verify.c (verify_type_compatibility_full): verification of
11593         compatibility improved, validates correctly non-strict checks between
11594         native int and I4 types different than (unsigned)int32.
11595
11596         * verify.c (do_store_indirect): added, do all verification of
11597         ldind.X opcodes. 
11598
11599         * verify.c (get_load_indirect_mono_type): renamed to
11600         get_indirect_op_mono_type, as it now returns the MonoType for 
11601         ldind.X and stind.X opcodes.
11602
11603 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
11604
11605         * reflection.c: Fix the encoding of generic type definition for
11606         TypeBuilders.
11607
11608         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
11609         mono_image_typedef_or_ref but allows to specify if typespec lookups should
11610         be made. Typespec check is done prior to typeref cache lookup.
11611
11612         * reflection.c (mono_image_typedef_or_ref): now just delegate to
11613         mono_image_typedef_or_ref_full.
11614
11615         * reflection.c (encode_generic_class): encode the generic class
11616         directly instead of calling encode_type.
11617
11618         * reflection.c (encode_type): encode the generic type definition
11619         MonoClass as a generic instantiation.
11620
11621         * reflection.c (create_typespec): cache typespec tokens in
11622         the assembly->typespec cache. Don't create typespec for a generic
11623         instance MonoClass. Create typespec for the generic type defintion.
11624
11625         * reflection.c (create_generic_typespec): encode the generic
11626         class directly instead of calling encode_type.
11627
11628         * reflection.c (mono_image_create_token): encode the generic
11629         type definition not using a typespec for MonoType instances.
11630
11631
11632 2007-10-04  Raja R Harinath  <rharinath@novell.com>
11633
11634         Fix #328812
11635         * class.c (mono_image_init_name_cache): Don't return nested
11636         'protected internal' classes.
11637         (mono_class_from_name_case): Likewise.
11638
11639 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
11640
11641         * icall-def.h, icall.c : get_bundled_machine_config() is now the
11642           common function used by both DefaultConfig in System.dll and
11643           InternalConfigurationHost in System.Configuration.dll.
11644
11645 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
11646
11647         * class.c: automatically add to vectors only a few essential explicit
11648         generic interfaces. The rest of the interfaces that arrays should
11649         provide are currently implicitly added (but still not lazily, see the
11650         design in the discussion of bug#325495 for the details of what is
11651         needed for that). Additionally, implicit interfaces are assigned the
11652         same vtable slot as the explicit interfaces (as they are compatible):
11653         this enables huge memory savings since we don't need to instantiate
11654         as many memthods and as large vtables anymore. Also, Since
11655         GetEnumerator<T> returns an instance of a type that is required to
11656         support a similarly large set of interfaces as arrays, we add
11657         implicit interfaces and interface offset sharing support to those
11658         types, too. This change adds all the required interfaces so that
11659         the anonarray.cs test case in the bug report works (we don't add
11660         all the interfaces to arrays of arrays 3-level deep and more because
11661         of the memory requirements explained in the bug and since they are much
11662         less common: the lazy-loading support will enabled them to work, too).
11663
11664 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
11665
11666         * verify.c (merge_stacks): major clean up, all type compatibility
11667         checks are done by verify_type_compatibility. This fix my earlier lack
11668         of understanding of the CLR type system and merge_stacks no longer looks
11669         scary.
11670
11671         * verify.c: fixed some bad spelling.
11672
11673 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
11674
11675         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
11676         a given stack slock.
11677         
11678         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
11679         verify_type_compatibility_full. This removed a near indentical function and fixed
11680         handling of Int32 and IntPtr across all opcodes.
11681
11682 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
11683
11684         * class.c: only vectors have the additional generic interfaces.
11685
11686 2007-10-01  Jonathan Chambers <joncham@gmail.com>
11687
11688         * mono-config.c: Use g_strcasecmp instead of
11689         strcasecmp like everywhere else to fix
11690         compilation with MSVC.
11691         
11692         Code is contributed under MIT/X11 license.
11693
11694 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11695
11696         * object.c, object-internals.h: refactored the IMT code to enable
11697         building a single slot at a time and lazily creating the IMT trampolines
11698         and thunks.
11699
11700 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
11701
11702         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
11703
11704         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
11705         Fixes #328501.
11706         
11707 2007-09-29  Raja R Harinath  <harinath@gmail.com>
11708
11709         * loader.c (method_from_methodspec): Rearrange to avoid
11710         un-necessary exposition.  Don't assert out if the method's
11711         declaring type is a generic type definition.
11712
11713 2007-09-28  Martin Baulig  <martin@ximian.com>
11714
11715         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
11716
11717 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
11718
11719         * class-internals.h: optimize field layout of MonoClass to
11720         requires less cachelines at runtime and save a few bytes on 64 bit
11721         systems.
11722
11723 2007-09-28  Jb Evain  <jbevain@novell.com>
11724
11725         * reflection.c: when encoding type names in custom attributes,
11726         if the type is a closed generic type, its generic arguments
11727         have to be serialized as AssemblyQualifiedName, so that when
11728         they are deserialized, it's possible to re-create them properly.
11729         Fixes #329450.
11730
11731
11732 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
11733
11734         * object.c, class-internals.h: added delegate-creation counter.
11735
11736 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
11737
11738         * class.c: cleanup of the code that synthetizes interfaces for
11739         arrays in 2.0: saves quit a bit of corlib mempool memory.
11740         Code to fix bug #325495 ifdeffed out for now until the issues
11741         with memory usage and O(n^2) behaviour are fixed.
11742
11743 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
11744
11745         * marshal.c: when possible, do not duplicate the name of the methods
11746         in the method builder and in the generated MonoMethod.
11747
11748 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
11749         * verify.c: added support for type checking ldind_* opcodes.
11750
11751 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
11752
11753         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
11754         which is used to distinguish the fully open instantiation of a TypeBuilder
11755         with the rest. This temporary hack is required to restore the property that
11756         the fully open instantiation is the same type of the generic type definition.
11757
11758         * class-internals.h (mono_generic_class_is_generic_type_definition):
11759         new function as part of the internal API.
11760
11761         * class.c (inflate_generic_type): return NULL when the generic inst is
11762         fully open. The fully open generic type is now the same as the generic type
11763         definition for non TypeBuilder types.
11764
11765         * class.c (mono_generic_class_get_class): removed assert since it is
11766         no longer valid, gklass->cached_class can point to the generic type definition.
11767
11768         * class.c (mono_generic_class_is_generic_type_definition): new.
11769
11770         * metadata.c (mono_generic_class_hash): added is_tb_open field
11771         to the hash calculation.
11772
11773         * metadata.c (free_generic_class): if the generic class is associated
11774         with the generic type definition, its field will come from the mempool and
11775         must not be freed.
11776
11777         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
11778         new, this function identifies the corner case of a TypeBuilder fully open
11779         instantiation.
11780
11781         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
11782         for lookup. Set gclass->cached_class to be the container class in case of
11783         the fully open instantiation of non TypeBuilder types.
11784
11785         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
11786         to compare generic classes.
11787
11788         * reflection.c (method_encode_methodspec): remove assert that
11789         no longer is valid.
11790
11791         * reflection.c (mono_reflection_generic_class_initialize): add
11792         an aditional assert to ensure the proper type is used.
11793
11794 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
11795
11796         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
11797         to enjoy it.
11798
11799 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
11800
11801         * verify.c (push_arg): Fixed support for ldarga
11802         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
11803         MonoType used as first arg in case of instance calls.
11804
11805 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
11806
11807         * verify.c: Support for verifying VAR and MVAR types, 
11808
11809 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
11810
11811         * icall.c (ves_icall_get_property_info): Set the reflected type of the
11812         accessors correctly.
11813
11814 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
11815
11816         * threads.c: support OSX and other systems in
11817         mono_thread_get_stack_bounds (bug #328026).
11818
11819 2007-09-25  Martin Baulig  <martin@ximian.com>
11820
11821         * mono-debug.h
11822         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
11823
11824 2007-09-24  Martin Baulig  <martin@ximian.com>
11825
11826         * mono-debug.h
11827         (MonoDebugClassEntry): Moved the definition of this struct into
11828         mono-debug.c to make it private.
11829
11830         * mono-debug.c
11831         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
11832         type table per symbol file, we don't need to store the symfile id
11833         any longer.
11834
11835 2007-09-24  Martin Baulig  <martin@ximian.com>
11836
11837         Create one type table per symbol file, since a `MonoClass *' gets
11838         invalid when its image is unloaded.
11839
11840         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
11841         (MonoDebugHandle): Added `type_table'.
11842
11843 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
11844
11845         * mempool.c, mempool.h: added mono_mempool_new_size () API
11846         to be able to specify a smaller initial size for the pool.
11847         Adjusted the code to slowly increase pool size before using
11848         the previous default size.
11849         * image.c: use a small initial size for image mempools.
11850
11851 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
11852
11853         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
11854         Fixes ##320990.
11855
11856         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
11857         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
11858
11859 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
11860
11861         * metadata.c (mono_type_create_from_typespec): Remove an invalid
11862         free. Fixes #327438.
11863
11864 2007-09-21  Raja R Harinath  <harinath@gmail.com>
11865
11866         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
11867         generic instantiations, etc.
11868         <MONO_TYPE_ARRAY>: Likewise.
11869
11870 2007-09-21  Martin Baulig  <martin@ximian.com>
11871
11872         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
11873         these structs were never defined.
11874         (MonoDebugHandle): Removed the `_priv' field, it was never used.
11875
11876 2007-09-21  Martin Baulig  <martin@ximian.com>
11877
11878         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
11879
11880 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
11881
11882         * image.c: removed the guid hash tables: we can get the same info
11883         without the additional memory usage hit (partially fixes also bug #327052).
11884
11885 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
11886
11887         * profiler.h, profiler-private.h, profiler.c: add a new profiler
11888         event to handle unloading methods. After the event is called, the
11889         corresponding MonoMethod* must be considered invalid.
11890         * loader.c (mono_free_method): call the new mono_profiler_method_free
11891         event.
11892
11893 2007-09-20  Mark Probst  <mark.probst@gmail.com>
11894
11895         * domain-internals.h: New flag in MonoJitInfo which marks shared
11896         generic methods.  New hash table (shared_generics_hash) in
11897         MonoDomain to keep track of shared generic methods.  Prototypes
11898         for functions to register and lookup shared generic methods.
11899
11900         * domain.c: Support for registering and looking up shared generic
11901         methods via a hash table (shared_generics_hash) in MonoDomain.
11902
11903         * class-internals.h: New exception to signal failure of shared
11904         compilation of a generic method.  New counters for generics
11905         sharing in MonoStats.
11906
11907 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
11908
11909         * image.c, metadata-internals.h: don't keep a file descriptor open
11910         for loaded assemblies (bug#325988).
11911
11912 2007-09-19  Raja R Harinath  <rharinath@novell.com>
11913
11914         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
11915         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
11916         use the corresponding datatypes.
11917         (type_in_image): Update to changes.
11918         (CleanForImageUserData): Simplify.
11919         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
11920         Avoid quadratic behaviour in handling the "stolen" list by
11921         separating the filter predicate out, and by prepending the stolen
11922         items rather than appending them.
11923         (steal_ginst_in_image): Likewise.
11924         (mono_metadata_clean_for_image): Update to changes.
11925
11926 2007-09-19  Martin Baulig  <martin@ximian.com>
11927
11928         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
11929
11930 2007-09-19  Martin Baulig  <martin@ximian.com>
11931
11932         * mono-debug.c (mono_debug_cleanup): Don't call
11933         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
11934
11935 2007-09-19  Raja R Harinath  <harinath@gmail.com>
11936
11937         Fix crash on 'make run-test' in mcs/errors
11938         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
11939         Avoid more potential allocations in mono_class_from_mono_type.
11940         (ginst_in_image): Update to changes.
11941         (gclass_in_image): Rearrange slightly.
11942
11943 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
11944
11945         * class.c (mono_class_init): Move the code that sets up class->methods to 
11946         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
11947
11948         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
11949         canonical instance of an inflated generic signature.
11950         (mono_type_create_from_typespec): Remove an invalid free.
11951
11952         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
11953
11954 2007-09-18  Marek Habersack  <mhabersack@novell.com>
11955
11956         * domain-internals.h: added a declaration of the
11957         mono_assembly_load_full_nosearch internal function.
11958
11959         * assembly.c (mono_assembly_load_with_partial_name): use
11960         mono_try_assembly_resolve return value properly.
11961         (mono_assembly_load_full_nosearch): copied the function body from
11962         mono_assembly_load_full, without the code to invoke assembly
11963         search hooks.
11964         (mono_assembly_load_full): calls the above new function and if the
11965         assembly is not resolved, invokes the search hooks.
11966
11967         * appdomain.c (mono_runtime_init): restore the global postload
11968         assembly search handlers.
11969
11970 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
11971
11972         * class.c (mono_class_init): Make sure class->methods and class->properties
11973         are never NULL in the generics case.
11974
11975         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
11976
11977 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
11978
11979         * metadata.c (free_generic_class): Disable some code to fix the build.
11980
11981         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
11982
11983         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
11984         from the image mempool.
11985
11986         * metadata.c (free_generic_class): Free more data from the inflated class.
11987
11988         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
11989
11990         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
11991         mempool.
11992         (mono_type_create_from_typespec): Ditto.
11993
11994         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
11995         MonoImage to the caller.
11996         (mono_init_internal): Save the opened image in a global variable.
11997         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
11998
11999         * reflection.c (resolve_object): Fix a leak.
12000
12001         * metadata.c: Fix the freeing of data in the generics caches.
12002         
12003         * metadata.c (free_generic_inst): Comment this out to fix the build.
12004         (free_generic_class): Ditto.
12005
12006         * metadata.c: Free cached generic methods, instantinations and classes when
12007         they are removed from the caches.
12008         (mono_metadata_free_type): Free the type itself.
12009
12010         * class.c: Free the result of mono_class_inflate_generic_type () in a few
12011         places.
12012
12013 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12014
12015         * boehm-gc.c: restrict managed allocs to __thread supporting
12016         architectures.
12017
12018 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
12019
12020         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
12021         (mono_generic_class_get_class): Fix a leak.
12022
12023         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
12024         mono_metadata_free_type ().
12025         (mono_metadata_inflate_generic_inst): Fix a leak.
12026
12027 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12028
12029         * mono-debug.c (free_header_data): Fix a leak missed earlier.
12030
12031         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
12032         mempool.
12033
12034         * mono-debug.c (mono_debug_close_image): Fix call to 
12035         g_hash_table_remove ().
12036
12037 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12038
12039         * icall-def.h: redirect all the string ctor to the managed
12040         CreateString () methods.
12041         * string-icalls.c, string-icalls.h: removed dead code for string
12042         ctors and icalls.
12043
12044 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12045
12046         * mono-debug.c: Fix memory leaks.
12047
12048 2007-09-14  Jonathan Chambers <joncham@gmail.com>
12049
12050         * threads-types.h: Implement mono_hazard_pointer_set and 
12051         mono_hazard_pointer_clear macros using do/while(0) to fix
12052         compilation with MSVC.
12053         
12054         Code is contributed under MIT/X11 license.
12055
12056 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12057
12058         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
12059         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
12060
12061 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12062
12063         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
12064         icalls.
12065
12066 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12067
12068         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
12069         managed-code allocated as well.
12070
12071 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12072
12073         * class.c (mono_class_is_assignable_from): Add support for generic variance.
12074
12075 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
12076
12077         * boehm-gc.c: fixed the build after the AOT changes.
12078
12079 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12080
12081         * wrapper-types.h: Add an ALLOC wrapper type.
12082
12083         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
12084         reference managed allocator methods.
12085
12086 2007-09-12  Marek Safar  <marek.safar@gmail.com>
12087
12088         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
12089         of Type array and not MonoType, a fix suggested by Hari.
12090         
12091 2007-09-12  Jonathan Chambers <joncham@gmail.com>
12092
12093         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
12094         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
12095         
12096         Code is contributed under MIT/X11 license.
12097
12098 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12099
12100         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
12101
12102 2007-09-12  Marek Habersack  <mhabersack@novell.com>
12103
12104         * image.c (do_mono_image_open): if assembly file fails to open and
12105         MONO_IOMAP is in effect, try to find the path in a
12106         case-insensitive way.
12107
12108         * appdomain.c (mono_runtime_init): do not install postload hooks -
12109         tests show that MS.NET doesn't use anything of that sort to
12110         trigger the AppDomain.AssemblyResolve event.
12111         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
12112         made non-static.
12113         (mono_runtime_init): init portability helpers here.
12114
12115         * assembly.c (mono_assembly_load_with_partial_name): if other   
12116         attempts fail, trigger the AppDomain.AssemblyResolve event handler
12117         to resolve the assembly.
12118
12119         * domain-internals.h: added mono_try_assembly_resolve and marked
12120         it as internal.
12121
12122 2007-09-11  Jb Evain  <jbevain@novell.com>
12123
12124         * object-internals.h (MonoReflectionDynamicMethod): add
12125         a `MonoReflectionType *owner` field. The owner is used
12126         * reflection.c:
12127         (mono_reflection_create_dynamic_method): use the owner of the dynamic
12128         method as the class declaring the dynamic method.
12129         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
12130         dynamic method to the declaring type of the methodbuilder.
12131
12132 2007-09-11  Mark Probst  <mark.probst@gmail.com>
12133
12134         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
12135         rules for calling methods via reflection.
12136
12137 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
12138
12139         * reflection.c (resolve_object): Add support for MonoGenericClass. 
12140         Inflate MonoType's.
12141
12142 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
12143
12144         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
12145         provide a managed method that does fast allocations without needing
12146         a managed->unmanaged transition. Boehm GC implementation currently
12147         enabled for ptrfree objects on sane architectures.
12148
12149 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12150
12151         * marshal.c, marshal.h: exported a couple of useful functions and
12152         added mono_mb_get_label () to easily handle backward branches.
12153
12154 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
12155
12156         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
12157
12158 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12159
12160         * loader.c (find_method): Fixed the regression introduced while
12161         fixing bug #81466.
12162
12163 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
12164
12165         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
12166         well.
12167         
12168         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
12169         icall.c reflection.c: Pass a MonoGenericContext argument to 
12170         mono_lookup_dynamic_token ().
12171
12172         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
12173         #82744.
12174         
12175 2007-09-09  Robert Jordan  <robertj@gmx.net>
12176
12177         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
12178         for generic methods.
12179
12180         * object.c (mono_object_get_virtual_method): Handle generic methods.
12181         Fixes bug #78882.
12182
12183         Code is contributed under MIT/X11 license.
12184
12185 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12186
12187         * image.c: fix locking in mono_image_load_file_for_image ().
12188
12189 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
12190
12191         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
12192         used only as a cache: added an icall to fill it.
12193
12194 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
12195
12196         * reflection.h: exposed mono_reflection_free_type_info
12197         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
12198         since mono_reflection_bind_generic_parameters makes a copy of it.
12199         * reflection.c (free_type_info): subinfos should be freed.
12200         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
12201         made non static.
12202         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
12203         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
12204         this fixes #82695 and #81726.
12205    
12206
12207 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
12208
12209         * process.h, process.c:  added support for user profile/info in
12210           ProcessStartInfo. For now only Windows works.
12211
12212 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12213
12214         * metadata.c: consider the generic arguments when comparing
12215         signatures (bug #82614).
12216
12217 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12218
12219         * cil-coff.h, image.c: updated assembly loader to cope with the
12220         PE32+ 64 bit file format.
12221
12222 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12223
12224         * assembly.c, class.c, domain.c, loader.c: remove useless
12225         inclusion of cil-coff.h.
12226
12227 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
12228
12229         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
12230         if interface is marked with CoClassAttribute. 
12231    
12232         Code is contributed under MIT/X11 license.
12233
12234 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12235
12236         * sgen-gc.c: ensure no object from the to space is copied again or finalized
12237         if it's seen twice in major collections.
12238
12239 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12240
12241         * sgen-gc.c: big objects are not copied to the gray area, but they
12242         need to be considered for scanning, too, if they are brought alive
12243         by an object ready for finalizations or a survived one.
12244
12245 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12246
12247         * sgen-gc.c: properly account the number of disappearing links when
12248         they are nullified.
12249
12250 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12251
12252         * sgen-gc.c: share the code to scan the registered roots between the
12253         different types of collections.
12254
12255 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12256
12257         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
12258
12259 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12260
12261         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
12262         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
12263
12264 2007-08-28  Mark Probst  <mark.probst@gmail.com>
12265
12266         * security-manager.c (mono_security_manager_get_methods):
12267         LinkDemandSecurityException now has 2 arguments instead of 3.
12268
12269 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
12270
12271         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
12272         platforms which need it.
12273
12274 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12275
12276         * sgen-gc.c: unregister thread data structures with a pthread_key_t
12277         dtor.
12278
12279 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12280
12281         * threads.c: free the thread static data on thread exit.
12282
12283 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
12284
12285         * class.c: walk the hierarchy to find the generic definition for
12286         a class (fixes runtime part of bug #82498).
12287
12288 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12289
12290         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
12291         ...
12292
12293         * image.c (mono_image_close): Here. Hopefully fixes #82510.
12294
12295 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12296
12297         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
12298
12299 2007-08-24  Robert Jordan  <robertj@gmx.net>
12300
12301         * appdomain.c: don't perform the ':'->';' substitution on Win32.
12302
12303 2007-08-24  Jb Evain  <jbevain@novell.com>
12304
12305         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
12306         for byref types.
12307
12308 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12309
12310         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
12311         #82286.
12312
12313 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12314
12315         * assembly.c: Fix a warning.
12316         
12317 2007-08-23  Marek Habersack  <mhabersack@novell.com>
12318
12319         * appdomain.c: parse the <runtime> section looking for the probing
12320         element with the 'privatePath' attribute, which sets additional
12321         directories in which the runtime should look for assemblies.
12322
12323 2007-08-23  Robert Jordan  <robertj@gmx.net>
12324
12325         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
12326         Fixes #82499.
12327
12328 2007-08-23  Martin Baulig  <martin@ximian.com>
12329
12330         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
12331         _mono_debug_init_corlib() and remove it from the header file.
12332
12333 2007-08-23  Martin Baulig  <martin@ximian.com>
12334
12335         * mono-debug-debugger.c
12336         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
12337         don't notify the debugger about it.
12338
12339         * mono-debug-debugger.h
12340         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
12341
12342 2007-08-23  Robert Jordan  <robertj@gmx.net>
12343
12344         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
12345         Code is contributed under MIT/X11 license.
12346
12347 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12348
12349         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
12350
12351 2007-08-22  Martin Baulig  <martin@ximian.com>
12352
12353         * mono-debug.c: Store debugging info on a per-domain basis and
12354         free it on domain unload.  Add support for unloading symbol files.
12355
12356         * mono-debug.h
12357         (MonoDebugList): New typedef.
12358         (MonoSymbolTable):
12359         - add `data_tables and `type_table'.
12360         - replace 'symbol_files' and `num_symbol_files' with a
12361           `MonoDebugList *'.
12362         (mono_debug_data_table): Removed.
12363         (mono_debug_list_add): New public function.
12364         (mono_debug_list_remove): New public function.
12365         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
12366         (mono_debug_init_2_memory): Renamed into
12367         mono_debug_open_image_from_memory().
12368         (mono_debug_close_image): New public function.
12369         (mono_debug_domain_create): Likewise.
12370         (mono_debug_domain_unload): Likewise.
12371         (MONO_DEBUGGER_VERSION): Bump to 60.
12372
12373         * mono-debug-debugger.h
12374         (MonoDebuggerEvent):
12375         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
12376         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
12377         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
12378         - rename `THREAD_CREATED' and `THREAD_EXITED' into
12379           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
12380         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
12381           meaning.
12382         (mono_debugger_add_symbol_file): Removed.
12383         (mono_debugger_add_type): Removed.
12384         (mono_debugger_lookup_type): Removed.
12385         (mono_debugger_lookup_assembly): Removed.
12386
12387         * domain.c
12388         (mono_domain_create): Call mono_debug_domain_create().
12389         (mono_init_internal): Call mono_debug_init_corlib().
12390
12391         * assembly.c
12392         (mono_assembly_close): Call mono_debug_close_image().
12393
12394 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
12395
12396         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
12397         mmap call.
12398
12399 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
12400
12401         * sgen-gc.c: ensure section->pin_queue_end is initialized
12402         correctly when non pinning objects in the section have been found.
12403
12404 2007-08-22  Marek Habersack  <mhabersack@novell.com>
12405
12406         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
12407         containing a list of directories separated by ':'. MSDN docs say
12408         the directories should be separated with ';'. Part of a bugfix for
12409         bug #81446
12410
12411 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
12412
12413         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
12414         it should MonoType and not MonoClass.
12415
12416 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
12417
12418         * culture-info-table.h : regenerated.
12419
12420 2007-08-20  William Holmes  <billholmes54@gmail.com>
12421
12422         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
12423          to call ReplaceFile Kernel32 on windows or in io-layer.
12424         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
12425         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
12426          as an internal call.
12427
12428         Code is contributed under MIT/X11 license.
12429
12430 2007-08-20  Jb Evain  <jbevain@novell.com>
12431
12432         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
12433         and MONO_EXCEPTION_FIELD_ACCESS.
12434
12435         * debug-helpers.[c|h]: new mono_field_full_name function.
12436
12437 2007-08-20  Mark Probst  <mark.probst@gmail.com>
12438
12439         * class.c: Removed class_security_level() and moved it to
12440         security-core-clr.c.
12441
12442         * security-core-clr.c, security-core-clr.h: class_security_level()
12443         is now public and renamed to mono_security_core_clr_class_level().
12444         It also looks for security attributes in the classes a class is
12445         nested in.
12446
12447 2007-08-20  Mark Probst  <mark.probst@gmail.com>
12448
12449         * security-core-clr.c, security-core-clr.h: CoreCLR security
12450         utility functions.
12451
12452         * Makefile.am: Added security-core-clr.[ch].
12453
12454         * security-manager.c, security-manager.h: Functions and enum for
12455         setting and getting the security mode.
12456
12457         * class.c: CoreCLR security checks.
12458
12459 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12460
12461         * icall-def.h, process.c, process.h: implemented icall to get
12462         user/system processor times.
12463
12464 2007-08-17  Mark Probst  <mark.probst@gmail.com>
12465
12466         * domain.c, threads.c, class-internals.h, domain-internals.h: New
12467         reader-lock-free jit_info_table.
12468
12469 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
12470
12471         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
12472
12473         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
12474
12475         * object-internals.h (MonoException): Add missing _data member.
12476
12477 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
12478
12479         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
12480         checking that only methods with matching qname or fqname are picked
12481         from implemented interfaces.
12482
12483 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12484
12485         * verify.c (do_newarr):added, do type verification of
12486         newarr ops, push the right value on the eval stack.
12487         * verify.c (mono_method_verify): use do_newarr
12488
12489
12490 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12491
12492         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
12493         factored the common code into get_boxable_mono_type, which
12494         is now using mono_type_get_full, this fixed byref related tests.
12495
12496 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12497
12498         * class.c: added mono_type_get_full, this function has the same
12499         behavior of mono_class_get_full but the returned MonoType has
12500         all metadata of the associated token in case of a typespec token.
12501         * class.c: added mono_type_retrieve_from_typespec, used by 
12502         mono_type_get_full to retrieve the token type.
12503         * class.c (mono_class_create_from_typespec): changed to use
12504         mono_type_retrieve_from_typespec.
12505         * class.c (mono_ldtoken): changed to use mono_type_get_full
12506         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
12507         * class-internals.h: exported mono_type_get_full for internal use.
12508
12509 2007-08-16  Jb Evain  <jbevain@novell.com>
12510
12511         * domain.c (supported_runtimes): add entry for
12512         the 'moonlight' runtime version.
12513
12514 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12515
12516         * verify.c (mono_method_verify): small typo sliped in.  
12517
12518 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12519
12520         * verify.c (do_unbox_value): added, do type verification of
12521         unboxing ops
12522         * verify.c (mono_method_verify): use do_unbox_value
12523
12524
12525 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12526
12527         * verify.c (dump_stack_value): fixed typo, was printing string
12528         instead of object on stack.
12529         * verify.c (do_box_value): moved the byref check up as it leads
12530         to invalid code and should be done earlier.
12531         * verify.c: improved error messages for and ldobj
12532
12533 2007-08-15  William Holmes  <billholmes54@gmail.com>
12534
12535         * marshal.c (emit_marshal_custom): Omit the call to 
12536           marshal_native_to_managed when calling native to managed 
12537           and the argument is specified as an out argument.
12538
12539         Code is contributed under MIT/X11 license.
12540
12541 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12542
12543         * verify.c: fixed the type checks for generics, function pointers and vectors.
12544         Added type verification for ldobj and ldtoken. The verifier
12545         would segfault if header or signature of a method contained references
12546         to non-existant types.
12547
12548 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
12549
12550         * marshal.c (cominterop_get_ccw): Patch from
12551         Bill Holmes to no walk up interface hierarchy. 
12552         All parent methods should be present in the interface for COM.
12553    
12554         Code is contributed under MIT/X11 license.
12555
12556 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
12557
12558         * marshal.c (emit_marshal_com_interface): Patch from
12559         Bill Holmes to handle COM Interfaces as return values
12560         for native->managed calls.
12561    
12562         Code is contributed under MIT/X11 license.
12563
12564 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
12565
12566         * marshal.c (cominterop_get_idispatch_for_object): Implement
12567         for runtime callable wrappers.
12568    
12569         Code is contributed under MIT/X11 license.
12570
12571 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
12572
12573         * pedump.c (main): changed from mono_init to mono_init_from_assembly
12574         so 2.0 types are accessible
12575
12576
12577 2007-08-13  Miguel de Icaza  <miguel@novell.com>
12578
12579         * domain.c (mono_init_internal): Call mono_assembly_load_friends
12580         once we load mscorlib.   Due to the order in which we initialize,
12581         the mono_assembly_load_full routine that loads mscorlib did not
12582         load friends.   We now load it once we load the
12583         mono_defaults.internals_visible_class class. 
12584
12585         * assembly.c: Expose the mono_load_friend_assemblies method.
12586
12587 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
12588
12589         * verify.c: improved the handling of boxing, better
12590         type checking for unary ops and conversion. Fix bug
12591         regarding managed pointer compatibility checking
12592
12593 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
12594
12595         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
12596
12597         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
12598
12599 2007-08-09  Raja R Harinath  <rharinath@novell.com>
12600
12601         * reflection.c (dup_type): Remove.
12602         * class.c (dup_type): Remove.
12603         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
12604         instead of the dodgy 'dup_type'.
12605         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
12606         handle the case where 'dup_type' needed the second argument.
12607
12608 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
12609
12610         * domain.c: Fix a warning.
12611
12612 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
12613
12614         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
12615         checking that methods with the same fqname are not overridden
12616         with a method from an ancestor.
12617
12618 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
12619
12620         * threads.c (free_thread_static_data_helper): Avoid a crash if
12621         thread->static_data is not yet set.
12622
12623 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
12624
12625         * marshal.c: Use correct image when emitting
12626         native wrapper for COM calls.
12627    
12628         Code is contributed under MIT/X11 license.
12629
12630 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
12631
12632         * icall-def.h, security.c, security.h :
12633           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
12634
12635 2007-08-07  Martin Baulig  <martin@ximian.com>
12636
12637         * mono-debug-debugger.h
12638         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
12639
12640         * domain.c (mono_domain_free): Call
12641         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
12642
12643 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
12644
12645         * verify.c (check_underflow, check_overflow): error message now returns IL offset
12646         * verify.c (in_same_block): code should test if either offset is inside the clauses
12647         * verify.c (mono_method_verify): push the exception into the eval stack of exception
12648         and filter blocks
12649
12650 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
12651
12652         * image.c (mono_image_close): Fix a leak.
12653
12654         * object.c (mono_runtime_invoke_array): Avoid using alloca.
12655
12656         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
12657
12658 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
12659
12660         * domain.c, threads.c, threads-types.h: fix memory retention issue
12661         with thread static variables not being cleared on domain unload.
12662         Reuse thread static slots after domain unload.
12663
12664 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
12665
12666         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
12667         nullable type.
12668
12669         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
12670         now done in mono_runtime_invoke_array.
12671
12672         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
12673         receiver is a nullable type.
12674
12675         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
12676         generic parameter.
12677
12678 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
12679
12680         * marshal.c: Implement COM Objects as return type for 
12681         managed->unmanaged calls. Added Release calls for COM Object
12682         out/return values in managed->unmanaged calls.
12683
12684         Code is contributed under MIT/X11 license.
12685
12686 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
12687
12688         * threads.h, threads-type.h: move the hazard pointer declarations
12689         to the private header.
12690
12691 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
12692
12693         * file-io.c, appdomain.c: memory leak fixes.
12694
12695 2007-08-02  Dick Porter  <dick@ximian.com>
12696
12697         * socket-io.c
12698         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
12699         SO_REUSEADDR setting into io-layer/sockets.c.
12700
12701 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
12702
12703         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
12704         from Object when called on a generic parameter. Fixes #82211.
12705
12706 2007-08-01  Dick Porter  <dick@ximian.com>
12707
12708         * file-io.c (convert_share): Test FileShare values bit-by-bit.
12709         Fixes bug 79250 yet again.
12710
12711 2007-07-30  Martin Baulig  <martin@ximian.com>
12712
12713         Merged the `debugger-dublin' branch.
12714
12715         * mono-debug.h
12716         (MonoDebugDataTable): New typedef.
12717         (MonoDebugMethodAddressList): New typedef.
12718         (MonoDebugWrapperData): Removed.
12719         (MonoDebugSymbolTable): Removed `current_data_table',
12720         `current_data_table_size', `current_data_table_offset'.
12721         (MonoDebugDataItemType): Moved into mono-debug.c.
12722         (MonoDebugMethodJitInfo): Remove `address'.
12723         (mono_debug_data_table): New global variable.
12724         (mono_debug_lookup_method_addresses): New public function.
12725         (mono_debug_find_method): Take a `MonoMethod *', not a
12726         `MonoDebugMethodInfo *'.
12727
12728         * mono-debug.c: Drop support for the old symbol tables.
12729
12730 2007-06-28  Martin Baulig  <martin@ximian.com>
12731
12732         * mono-debug.c (mono_debug_debugger_version): New public variable.
12733
12734 2007-07-31  William Holmes  <billholmes54@gmail.com>
12735
12736         * metadata.c Changed mono_type_create_from_typespec to not insert
12737           the type into the hash map until after
12738           do_mono_metadata_parse_type has completed.
12739         Fixes Bug #82194
12740         Code is contributed under MIT/X11 license.
12741
12742 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
12743
12744         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
12745         generic parameter. Fixes #82211.
12746
12747 2007-07-27  Jb Evain  <jbevain@novell.com>
12748
12749         * pedump.c (dump_metadata, dump_metadata_header): dump
12750         versions contained in the metadata header.
12751
12752 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12753
12754         * threads.c: register small_id_table with the GC.
12755
12756 2007-07-27  Mark Probst  <mark.probst@gmail.com>
12757
12758         * threads.c, threads.h, class-internals.h, object-internals.h:
12759         Hazard pointers, to be used by lock-free parallel algorithms.
12760
12761 2007-07-26  Dick Porter  <dick@ximian.com>
12762
12763         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
12764         routine on non-windows platforms, as I've not managed to think of
12765         a non-kludgy way of doing this.  Finishes off bug 78739.
12766
12767 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
12768
12769         * object.c: properly setup interface_bitmap in proxy vtables.
12770
12771 2007-07-25  Marek Habersack  <mhabersack@novell.com>
12772
12773         * appdomain.c (get_shadow_assembly_location): do not use TickCount
12774         to create unique shadow copy target directories, use the domain's
12775         serial number instead. Each domain gets a unique target directory
12776         that way.
12777
12778         * domain.c (mono_domain_create): added code to increment domain
12779         shadow copy serial number and cache the value in the current
12780         domain structure.
12781
12782         * domain-internals.h (struct _MonoDomain): added a new field -
12783         shadow_serial to hold the serial number used in generation of
12784         shadow-copy directories. This is to make sure that the directory
12785         name is unique for each and every domain created. We avoid a race
12786         condition with overriding assemblies already in use by other app
12787         domains.
12788
12789 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
12790
12791         * class.c (mono_bounded_array_class_get): fixed memory leak when 
12792         binding generic parameters.
12793
12794 2007-07-24  Raja R Harinath  <rharinath@novell.com>
12795
12796         * metadata.c (do_mono_metadata_parse_generic_class): Use
12797         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
12798         error.
12799
12800 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
12801
12802         * loader.c, class-internals.h, reflection.c: removed the per-method
12803         generics hashtable: we use the global one through the call of
12804         mono_class_inflate_generic_method ().
12805
12806 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
12807
12808         * class.c, metadata.c, class-internals.h: introduce yet another
12809         generics global cache for inflated methods (fixes 98% of the perf
12810         issue in bug #81806).
12811
12812 2007-07-23  Raja R Harinath  <rharinath@novell.com>
12813
12814         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
12815         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
12816         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
12817         return a MonoGenericInst containing (a copy) of those types.
12818         (mono_metadata_inflate_generic_inst): Update to changes.
12819         (mono_metadata_parse_generic_inst): Likewise.
12820         (mono_get_shared_generic_inst): Likewise.
12821         * reflection.c (mono_class_bind_generic_parameters): Likewise.
12822         (mono_reflection_bind_generic_method_parameters): Likewise.
12823         * metadata-internals.h: Likewise.
12824         * icall.c (free_generic_context): Kill.
12825         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
12826
12827         * reflection.c (reflection_methodbuilder_to_mono_method): Use
12828         mono_metadata_type_dup.
12829         * marshal.c (mono_mb_create_method): Likewise.
12830
12831         * metadata.c (mono_metadata_type_dup): Rename from
12832         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
12833         MonoImage.  Handle a few more cases, esp. when no mempool is given.
12834         * marshal.c, metadata-internals.h: Update to changes.
12835
12836 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12837
12838         * class.c: fixed a small leak for array classes and removed warning.
12839
12840 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
12841
12842         * loader.c (mono_method_get_param_token): Make this work on generic methods.
12843         Return 0x8000000 for return parameters. Fixes #82161.
12844
12845 2007-07-21  Marek Habersack  <grendello@gmail.com>
12846
12847         * appdomain.c (get_shadow_assembly_location): append the current
12848         ticks value to the path. Avoids overwriting the same assemblies by
12849         several threads at the same time.
12850
12851 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
12852         and Raja R Harinath  <rharinath@novell.com>
12853
12854         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
12855         Simplify slightly.
12856         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
12857         property for testing if a method is a generic method definition.
12858
12859 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
12860
12861         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
12862
12863 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12864
12865         * verify.c: used function from private branch, reverted to the one in class.h 
12866
12867 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12868
12869         * verify.c: a typo slipped in and the code wont compile
12870
12871 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12872
12873         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
12874         disabled box instruction as it is doing the wrong thing
12875         improved stack dump messages, now it is easier to debug type related issues
12876
12877
12878 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
12879
12880         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
12881
12882 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12883
12884         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
12885         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
12886         grouped with class and valuetype. This change will simply 
12887         the code as it should be handled just like unmanaged pointers.
12888
12889 2007-07-19  Mark Probst  <mark.probst@gmail.com>
12890
12891         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
12892
12893 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12894
12895         * verify.c: several stack merge issues fixed, reference comparisons now
12896         check the type size. strict type check now works correctly.
12897         added more uses of IS_MANAGED_POINTER macro.
12898         fixed issues pointed by running the test suite against .net.
12899         
12900
12901 2007-07-19  Mark Probst  <mark.probst@gmail.com>
12902
12903         * class.c, loader.c, class-internals.h: Removed the
12904         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
12905         defines.
12906
12907         * icall.c: Better error checking in some internal reflection
12908         methods.
12909
12910 2007-07-18  William Holmes  <billholmes54@gmail.com>
12911
12912         * filewatcher.c : removed unused variable 'filename' in 
12913           ves_icall_System_IO_FSW_SupportsFSW
12914
12915 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
12916
12917         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
12918         obsolete, removed.
12919
12920 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
12921
12922         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
12923         
12924         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
12925
12926 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
12927
12928         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
12929         Implement generics support.
12930         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12931
12932         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
12933         type_args and method_args arguments.
12934         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
12935         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12936         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
12937
12938 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
12939
12940         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
12941           It adds a rootimage parameter to mono_reflection_get_type_internal,
12942           adds new function mono_reflection_get_type_with_rootimage and use
12943           the rootimage to resolve the types instead of the current image
12944
12945 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
12946
12947         * culture-info-table.h: Forgot to update after r78304.
12948
12949 2007-07-13  Raja R Harinath  <rharinath@novell.com>
12950
12951         * class.c (mono_class_is_open_constructed_type)
12952         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
12953
12954 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
12955
12956         * class.c (mono_bounded_array_class_get):  method fails if used with
12957         an incomplete TypeBuilder enum (no basetype field), fixed it by 
12958         avoiding calculating the size for such array as it cannot be instantiated.
12959         Fix bug #82015
12960
12961 2007-07-12  Raja R Harinath  <rharinath@novell.com>
12962
12963         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
12964         field.
12965         * metadata.c, reflection.c: Update to changes.
12966
12967 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
12968
12969         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
12970         mono_class_is_valid_enum, they are used to valide a enum when loading.
12971         * reflection.c: used new functions to throw TypeLoadException when and
12972         invalid enum is build with TypeBuilder. Fixes #82018
12973   
12974 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12975
12976         * object.c: forgot commit of mono_class_setup_methods () to access
12977         iface->methods.
12978         * object-internals.h: added a few more handy fields to
12979         MonoIMTCheckItem.
12980
12981 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
12982
12983         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
12984         iface->methods.
12985
12986 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12987
12988         * class-internals.h, object-internals.h, object.c: IMT-based
12989         interface invocation core from Massimiliano Mantione
12990         (massi@ximian.com) with a reworked arch-specific interface,
12991         bsearch implementation and a few bugfixes and memory savings by me.
12992
12993 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
12994
12995         * class.c (mono_class_create_from_typedef): mono would segfault if 
12996         an enum did not have a __value field. It now throws a TypeLoadException
12997         for such cases. Fix bug #82022
12998
12999 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13000
13001         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
13002
13003 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13004
13005         * class.c (mono_class_init): If a class is already inited but has
13006         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
13007
13008 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13009
13010         * class.c: Properly handle the case of an unimplemented interface
13011         method.  Fixes: 81673.
13012
13013 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13014
13015         * class-internals.h, object.c: cleanup patch from massi: use
13016         MonoVTable->interface_bitmap since the vtable interfaces offset array
13017         is going away.
13018
13019 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13020
13021         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
13022         GetMDStreamVersion icall instead.
13023
13024 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
13025
13026         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
13027         not use mono_dl_build_path() with a full library name: makes
13028         fallbacks to libgaim and libfam work.
13029
13030 2007-07-06  William Holmes  <billholmes54@gmail.com>
13031
13032         * assembly.c: Added a continue statement in probe_for_partial_name when
13033          parse_assembly_directory_name fails.  Fixes : 82002
13034
13035 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
13036
13037         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
13038         and added a verification  for TYPEDBYREF.
13039         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
13040         make native int interchangeable with int32 and some small cleanup and formating.
13041         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
13042         handle byref of byref.
13043         * verify.c (push_local): handle byref of byref.
13044         * verify.c (do_binop): invalid mix of values is unverifiable
13045         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
13046         added visibility checks
13047         * verify.c (field related method): added visibility checks
13048         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
13049
13050 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
13051
13052         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
13053         string.
13054
13055 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
13056
13057         * profiler.c (mono_profiler_load): Fix an off-by-one error.
13058
13059         * marshal.c (emit_marshal_string): When returning a string from managed code,
13060         allways make a copy even for unicode strings. Fixes #81990.
13061
13062 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
13063
13064         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
13065         of byref generic inst types (bug #81997).
13066
13067 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
13068
13069         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
13070         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
13071
13072 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
13073
13074         * marshal.c (emit_marshal_string): Add support for unicode strings in
13075         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
13076
13077 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
13078
13079         * verify.c: field load/store are now verified, missing only access checks now
13080
13081 2007-06-28  Martin Baulig  <martin@ximian.com>
13082
13083         * mono-debug.c (mono_debug_debugger_version): New public variable.
13084
13085 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
13086
13087         * locales.c: When constructing DateTimeFormat or NumberFormat for
13088         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
13089         MonoCultureInfo contructed from the current locale is always
13090         read-only and has UseUserOverride set to true. All MonoCultureInfo
13091         instances returned for GetCultures have both IsReadOnly and
13092         UseUserOverride set to true. Fixes part of bug #81930.
13093
13094 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
13095
13096        * icall-def.h: Update System.__ComObject icalls
13097        * marshal.c: Avoid managed transition (and object creation)
13098        when looking up COM interface in RCW.
13099        * marshal.h: Ditto.
13100        
13101        Code is contributed under MIT/X11 license.
13102
13103 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
13104
13105         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
13106         to avoid crashes during assembly unloading.
13107
13108 2007-06-22  Raja R Harinath  <rharinath@novell.com>
13109
13110         Fix MethodInfo.IsGenericMethodDefinition
13111         * reflection.c (mono_reflection_bind_generic_method_parameters):
13112         Rearrange code to ensure we always uses a generic method definition.
13113         * class.c (mono_class_inflate_generic_method_full): Set
13114         'generic_container' field only for generic method definitions.
13115         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13116         Use presense of 'generic_container' field as indication of being a
13117         generic method definition.
13118
13119 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
13120
13121         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13122
13123         * object-internals.h: Reflect changes in the layout of the managed Delegate
13124         class.
13125         
13126         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
13127         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
13128         runtime memory used by the dynamic method. Fixes #77146.
13129
13130 2007-06-21  Dick Porter  <dick@ximian.com>
13131
13132         * file-io.h: 
13133         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
13134         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
13135         81767.
13136
13137 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13138
13139         * reflection.c (method_encode_methodspec): Add a tripwire.
13140         * class.c (inflate_generic_type): The fully open generic type is
13141         not the same as the generic type definition.
13142
13143 2007-06-21  Martin Baulig  <martin@ximian.com>
13144
13145         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
13146
13147         * mono-debug-debugger.h
13148         (MonoDebuggerBreakpointInfo): Removed.
13149         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
13150         (mono_debugger_remove_breakpoint): Likewise.
13151         (mono_debugger_breakpoint_callback): Likewise.
13152         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
13153
13154 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13155
13156         * metadata.c (mono_metadata_lookup_generic_class): The fully open
13157         generic type is not the same as the generic type definition.
13158         * class.c (mono_generic_class_get_class): Likewise.
13159
13160 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
13161
13162         * icall.c: The second argument to 
13163         System.Reflection.MethodBase.GetMethodFromHandleInternalType
13164         is a MonoType not a MonoClass.
13165
13166 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13167
13168         * verify.c: support for function pointers in the verifier
13169
13170 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13171
13172         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
13173
13174 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
13175
13176         * assembly.c: removed Mono.Data.SqliteClient from the list of
13177         forward-compatible assemblies as it breaks the ABI (bug #81899).
13178
13179 2007-06-19  Raja R Harinath  <rharinath@novell.com>
13180
13181         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
13182         lookup/update with the loader lock.
13183         * reflection.c (mono_class_bind_generic_parameters): No need to
13184         protect mono_metadata_lookup_* with the loader lock.
13185         * class.c (inflate_generic_type): Likewise.
13186         
13187         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
13188         on a generic instantiated type.
13189
13190 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
13191
13192         *verify.c: produce meanfull error messages on verification error
13193         *verify.c: fixed some cases of verification errors reported as validation errors
13194         *pedump.c: fixed the error name array, now it shows validation errors properly
13195         *verify.h: fixed the contant that should be used for verification errors
13196
13197 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
13198
13199         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
13200         for bug #77596, 81858 and 80743 (generics data structures on domain
13201         unload).
13202
13203 2007-06-15  Raja R Harinath  <rharinath@novell.com>
13204
13205         Avoid allocating 'MonoGenericContext' on the heap.
13206         * class-internals (_MonoMethodInflated::context): Make field
13207         inline, not a pointer.
13208         * loader.c (method_from_methodspec): Allocate 'new_context' on the
13209         stack.  Use the context embedded within the inflated method as the
13210         hash key, rather than 'new_context'.
13211         * class.c (inflate_generic_context): Simplify.  Return a struct
13212         rather than allocating on the heap.
13213         (mono_class_inflate_generic_method_full): Update to changes.  Now,
13214         doesn't salt away a copy of the context -- simplifying the
13215         lifetime rules of a 'MonoGenericContext *'.
13216         (mono_method_get_context): Return pointer to embedded context.
13217         (setup_generic_array_ifaces): Allocate temporary context on stack.
13218         * reflection.c (inflate_mono_method): Likewise.
13219         (mono_reflection_bind_generic_method_parameters): Likewise.
13220         Use the context embedded within the inflated method as the hash key.
13221
13222         Avoid a source of allocation of 'MonoGenericContext'.
13223         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
13224         and 'cached_context' fields into embedded 'MonoGenericContext' field.
13225         * class.c: Update to changes.
13226         (mono_generic_class_get_context): Simplify drastically.  Now just
13227         returns a pointer to the field.
13228         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
13229         argument as a const pointer.
13230         (mono_metadata_generic_context_equal): Likewise.
13231         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
13232         Update to changes.
13233
13234 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
13235
13236         * verify.c improved the handling of brtrue/brfalse, factored out common code
13237
13238 2007-06-14  Raja R Harinath  <rharinath@novell.com>
13239
13240         Kill MonoGenericMethod.
13241         * class-internals.h (MonoGenericContext::method_inst): Rename from
13242         'gmethod' and convert to a MonoGenericInst.
13243         (MonoGenericMethod): Remove.
13244         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
13245         * loader.c (method_from_methodspec): Update to changes.  Use a
13246         MonoGenericContext as the key to the hashtable.
13247         * metadata.c (mono_metadata_generic_context_equal): Rename from 
13248         'mono_metadata_generic_method_equal' and take MonoGenericContext.
13249         (mono_metadata_generic_context_hash): Likewise from
13250         'mono_metadata_generic_method_hash'.  Change hash function.
13251         (mono_metadata_load_generic_params): Update to changes.
13252         (mono_get_shared_generic_method): Remove.
13253         * metadata-internals.h (mono_get_shared_generic_method): Remove.
13254         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
13255         (inflate_generic_context): Likewise.
13256         (mono_class_inflate_generic_method_full): Likewise.
13257         (setup_generic_array_ifaces): Likewise.
13258         (mono_class_create_from_typespec): Likewise.
13259         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
13260         (method_encode_methodspec): Update callsite.
13261         (reflection_methodbuilder_to_mono_method): Update to changes.
13262         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
13263         MonoGenericContext as the key to the hashtable.
13264         (inflate_mono_method): Update to changes.
13265
13266         * class-internals.h (MonoGenericMethod::container): Remove.
13267         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
13268
13269 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
13270
13271         * profiler-private.h, profiler.c, profiler.h: added API to profile
13272         exception events.
13273
13274 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13275
13276         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
13277
13278 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13279
13280         * verify.c: method invocation is now validated, now we verify parameter types on stack.
13281         Fixed overflow and underflow not aborting the verification process.
13282
13283 2007-06-13  Mark Probst  <mark.probst@gmail.com>
13284
13285         * class-internals.h (MonoStats): Added stats entries for dynamic
13286         code allocations.
13287
13288 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
13289
13290         * loader.c (mono_free_method): Free header->locals and header->clauses.
13291
13292         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
13293         dynamic case.
13294
13295         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
13296
13297         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
13298
13299 2007-06-12  Raja R Harinath  <rharinath@novell.com>
13300
13301         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
13302         the tables.
13303
13304 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13305
13306         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
13307
13308 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13309
13310         MonoGenericMethod on a diet
13311         * class-internals.h (_MonoMethodInflated::reflection_info): Move
13312         here ...
13313         (_MonoGenericMethod::reflection_info): ... from here.
13314         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
13315         Update to changes.
13316         * reflection.c (inflate_mono_method): Likewise.
13317         (mono_reflection_bind_generic_method_parameters): Likewise.
13318
13319 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13320
13321         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
13322         *verify.c: factored long ldarg forms to share code with short forms
13323
13324 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13325
13326         *verify.c: fixed code formating factored some duplicate code
13327         into a new function
13328
13329         *verify.h: fixed binary incompatibility introduced earlier
13330
13331         *pedump.c: fixed formating
13332
13333 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13334
13335         Fix assertion when disassembling Mono.C5.dll
13336         * loader.c (method_from_methodspec): Avoid inflating a method
13337         twice with the same context.  If the methodref is inflated, use
13338         the declaring method instead.
13339
13340         * class.c (mono_class_from_generic_parameter): Fix case similar to
13341         bug #81830 handled below, but for method containers.
13342
13343 2007-06-10  Raja R Harinath  <harinath@gmail.com>
13344
13345         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
13346         get_shared_generic_class.  Directly inflate the instance.
13347         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
13348         (inflate_generic_class): Delete.
13349         (get_shared_generic_class): Delete.  Move setting of
13350         'cached_class' and 'cached_context' ...
13351         * metadata.c (mono_metadata_lookup_generic_class): ... here.
13352
13353         * metadata.c (mono_metadata_lookup_generic_class): Change
13354         signature to take the components of a MonoGenericClass rather than
13355         an allocated MonoGenericClass.  Change semantics to be intern-like.
13356         * reflection.c (mono_class_bind_generic_parameters): Update to
13357         changes.  Make locking region tighter.
13358         * class.c (inflate_generic_class): Update to changes.
13359         (get_shared_generic_class): Likewise.
13360         * metadata-internals.h: Likewise.
13361
13362         * reflection.c (mono_class_bind_generic_parameters): Take and
13363         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
13364         (mono_reflection_bind_generic_parameters): Use
13365         'mono_class_bind_generic_parameters' rather than duplicate the code.
13366         * class.c (mono_bounded_array_class_get): Update to changes.
13367         * object-internals.h: Likewise.
13368
13369         * reflection.c (mono_class_bind_generic_parameters): Only support
13370         parameterizing generic type definitions.  Remove support for other
13371         open types.
13372
13373 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
13374
13375         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
13376
13377         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
13378         in the dynamic case.
13379
13380 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
13381
13382         * threads.c: When cleaning up thread, reset the Background bit.
13383         Fixes bug #81720.
13384
13385 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
13386
13387        * metadata.c: Move variable declarations to top of scope.
13388        * verify.c: Move variable declarations to top of scope.
13389
13390        Code is contributed under MIT/X11 license.
13391
13392 2007-06-08  Raja R Harinath  <rharinath@novell.com>
13393
13394         * reflection.c (mono_class_bind_generic_parameters): Replace
13395         open-coded loop with mono_metadata_inflate_generic_inst.
13396
13397         * class.c (get_shared_generic_class): Don't call
13398         mono_get_shared_generic_inst.  Use the container's own
13399         'class_inst'.
13400
13401         * metadata.c (mono_metadata_load_generic_params): Move
13402         initialization of 'context' field here from ...
13403         * class.c (mono_class_create_from_typedef): ... here, and ...
13404         * loader.c (mono_get_method_from_token): ... here.
13405
13406         * class.c (get_shared_generic_class): Rename from
13407         mono_get_shared_generic_class and make static.
13408         (mono_get_shared_generic_inst): Move to metadata.c.
13409         * loader.c (mono_get_shared_generic_method): Likewise.
13410         * class-internals.h, metadata-internals.h: Update to changes.
13411
13412         Fix #81830
13413         * class.c (mono_class_from_generic_parameter): Don't assume a
13414         generic container owner exists.  Generic containers from monodis
13415         don't have any.
13416
13417 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
13418
13419         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
13420         * verify.h: new typedefs to returns the non-verifiable status
13421         * verify.c: initial implementation of generics, stack merging and object compatibility check
13422
13423 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13424
13425         * class.c, image.c, class-internals.h (MonoImage): class_cache is
13426         a MonoInternalHashTable again (fixed bug in internal hash table
13427         code).
13428
13429 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13430
13431         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
13432         MonoInternalHashTable again (fixed bug in internal hash table
13433         code).
13434
13435 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13436
13437         * class.c, image.c, class-internals.h, domain.c,
13438         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
13439         changes.  Have to figure out what makes them break the SWF
13440         regression.
13441
13442 2007-06-04  Mark Probst  <mark.probst@gmail.com>
13443
13444         * class.c, image.c, class-internals.h (MonoImage): class_cache is
13445         a MonoInternalHashTable now.
13446
13447 2007-06-04  Mark Probst  <mark.probst@gmail.com>
13448
13449         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
13450         MonoInternalHashTable now.
13451
13452 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
13453
13454         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
13455         invoke_impl code.
13456
13457         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
13458
13459         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
13460         dependent trampoline.
13461
13462         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13463
13464         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
13465
13466 2007-05-29  Robert Jordan  <robertj@gmx.net>
13467
13468         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
13469
13470 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
13471
13472         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
13473
13474 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
13475
13476        * marshal.c: Fix interface lookup loops for
13477        cominterop_get_com_slot_for_method and 
13478        cominterop_get_method_interface. Only need to lookup
13479        if type is a class, else use interface type method is on.
13480
13481        Code is contributed under MIT/X11 license.
13482
13483 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
13484
13485         * reflection.c: HasSecurity can be present even if no specially 
13486         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
13487         SecurityAttribute). Fix CAS regression tests on buildbot.
13488
13489 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
13490
13491        * appdomain.c: Add configure checks for header files.
13492        * image.c: Add configure checks for header files.
13493        * file-io.c: Add configure checks for header files.
13494        * debug-mono-symfile.c: Add configure checks for header files.
13495        * threadpool.c: Add configure checks for header files.
13496        * console-io.c: Add configure checks for header files.
13497        * profiler.c: Add configure checks for header files.
13498        * rawbuffer.c: Add configure checks for header files.
13499        * icall.c: Add configure checks for header files.
13500        * rand.c: Add configure checks for header files.
13501        * socket-io.c: Add configure checks for header files.
13502
13503        Code is contributed under MIT/X11 license.
13504
13505 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
13506
13507         * reflection.c (mono_custom_attrs_from_builders): Remove the 
13508         assertion as it breaks the build.
13509         
13510         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
13511
13512         * reflection.c (lookup_custom_attr): Make a copy here too.
13513
13514         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
13515         dynamic images.
13516
13517         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
13518         images.
13519
13520         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
13521         info.
13522
13523 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
13524
13525         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
13526         (load_cattr_value): Ditto.
13527
13528 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
13529
13530         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
13531
13532 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
13533
13534         * threads.c: In "start_wrapper", set apartment_state to MTA if
13535         apartment_state is Unknown and we're running on 2.0 profile or
13536         higher.
13537         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
13538         to main method, then set apartment_state to Unknown on 1.0 profile,
13539         and MTA on 2.0 profile.
13540
13541 2007-05-16  Jb Evain  <jb@nurv.fr>
13542
13543         * class-internals.h (MonoDefaults): Add an attribute_class and
13544           customattribute_data_class.
13545         * domain.c (mono_init_internal): Populate them.
13546         * reflection.c: Use them to remove duplicates. Make a vew
13547         MonoClass variables `static'.
13548
13549 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
13550
13551         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
13552         step in implementing IMT, so that all isinst checks now can go
13553         through the bitmap.
13554         This was needed because vtables for TransparentProxy need to look
13555         like the vtable of the "target" class, so they need to point to
13556         its interface bitmap directly.
13557
13558         * object.c: inside "mono_class_create_runtime_vtable" and
13559         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
13560
13561 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
13562
13563         * object-internals.h
13564           culture-info.h : added territory field in MonoCulture and
13565           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
13566         * locales.c : fill territory field above too.
13567         * culture-info-table.h : regenerated.
13568
13569 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
13570
13571         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
13572         Fixes #81599.
13573
13574 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
13575
13576         * object.c: Always initialize apartment, even if 
13577         there is no custom attributes on entry point.
13578         
13579         Code is contributed under MIT/X11 license.
13580
13581 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
13582
13583         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
13584         * metadata.c: If no encoding is set, check for unicode
13585         on class.
13586         
13587         Code is contributed under MIT/X11 license.
13588
13589 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
13590
13591         * threads.c: Handle if mono_thread_current returns NULL 
13592         
13593         Code is contributed under MIT/X11 license.
13594
13595 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
13596
13597         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
13598         in start_wrapper. Added mono_thread_init_apartment_state and
13599         mono_thread_cleanup_apartment_state.
13600         * object.c: Initialize thread apartment state on main thread
13601         by checking for STAThreadAttribute on entry point.
13602         * object-internals.h: Add apartment_state field to MonoThread.
13603         * threads-types.h: Add unmanaged definition of 
13604         System.Threading.ApartmentState, MonoThreadApartmentState.
13605         
13606         Code is contributed under MIT/X11 license.
13607         
13608 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
13609
13610         * class.c: Fix windows build.
13611         * class-internals.h: Fix windows build.
13612         
13613         Code is contributed under MIT/X11 license.
13614
13615 2007-05-08  Robert Jordan  <robertj@gmx.net>
13616
13617         * process.c (CreateProcess_internal):
13618         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
13619         .CreateNoWindow was specified. Fixes #81496.
13620
13621 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
13622
13623         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
13624         step in implementing IMT, replaced it with two compact arrays
13625         (interfaces_packed and interface_offsets_packed) and a bitmap that
13626         is used for isinst checks (interface_bitmap).
13627
13628         * class.c: (compare_interface_ids): compare function to pass to
13629         bsearch when looking for an interface with a given id.
13630         (mono_class_interface_offset): reimplemented using bsearch on
13631         interfaces_packed, getting the offset from interface_offsets_packed.
13632         (print_implemented_interfaces): utility debugging function.
13633         (setup_interface_offsets): reworked to initialize interfaces_packed,
13634         interface_offsets_packed and interface_bitmap.
13635
13636         * object.c: replaced all accesses to "MonoClass.interface_offsets"
13637         with uses of interfaces_packed and interface_offsets_packed.
13638
13639 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
13640
13641         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
13642         mono_class_interface_offset prototype to wrap all accesses to
13643         "MonoClass.interface_offsets".
13644
13645         * class.c: Implemented mono_class_interface_offset, and wrapped all
13646         accesses to "MonoClass.interface_offsets".
13647
13648         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
13649         "MonoClass.interface_offsets".
13650
13651 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13652
13653         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
13654         GetMethodFromHandle overloads (bug #78637).
13655
13656 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
13657
13658         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
13659         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
13660
13661 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
13662
13663         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
13664         #81498.
13665
13666         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
13667         gracefully.
13668         (mono_custom_attrs_from_index): Ditto.
13669
13670         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
13671         Fixes #81501.
13672
13673 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
13674
13675         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
13676         is now allocated from a mempool.
13677
13678 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
13679
13680         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
13681         caller holds threads_lock, leading to deadlocks. Fixes #81476.
13682
13683 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
13684
13685         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
13686         mono_loader_clear_error () too late. Fixes #81463.
13687
13688 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
13689
13690         * culture-info-table.h : regenerated.
13691
13692 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
13693
13694         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
13695         is missing.
13696
13697 2007-04-25  Dick Porter  <dick@ximian.com>
13698
13699         * Makefile.am: Put the mingw enforced-optimisation back into the
13700         PLATFORM_WIN32 section.
13701
13702 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
13703
13704         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
13705         patch.
13706
13707         * image.c (mono_image_load_module): New API function to load a module reference.
13708
13709         * image.c (load_modules): Load modules lazily. Fixes #80812.
13710
13711         * class.c (mono_class_from_typeref): Use mono_image_load_module.
13712         
13713         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
13714
13715         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
13716         to mono_image_load_module_dynamic.
13717
13718 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
13719
13720         * marshal.c: Fix calling convention for CCW on non-windows
13721         platforms. STDCALL on windows, CDECL everywhere else to work 
13722         with XPCOM and MainWin COM.
13723         
13724         Code is contributed under MIT/X11 license.
13725
13726 2007-04-23  Martin Baulig  <martin@ximian.com>
13727
13728         Fix #80969.
13729
13730         * loader.c
13731         (method_from_memberref): Added `gboolean *used_context' argument.
13732         (mono_get_method_from_token): Likewise.
13733         (mono_get_method_full): Don't insert the method in the cache when
13734         `used_context' is true.
13735
13736 2007-04-23  Raja R Harinath  <rharinath@novell.com>
13737
13738         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
13739
13740         * reflection.c (mono_reflection_bind_generic_parameters): Don't
13741         create new MonoTypes for returned types.
13742         * class.c (mono_generic_class_get_class): Export mono-internal.
13743         * class-internals.h: Update to changes.
13744
13745 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13746
13747         * threadpool.c, threadpool.h, icall-def.h: patch from
13748         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
13749
13750 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
13751
13752         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
13753         
13754         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
13755
13756         * threads.c (mono_thread_get_stack_bounds): New helper function.
13757
13758         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
13759         Correctly compute stack bounds when attaching. Fixes #81394.
13760
13761 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
13762
13763         * reflection.c: fix handling of doubles in custom attributes
13764         for the arm-fpa format (bug #81368).
13765
13766 2007-04-18  Raja R Harinath  <rharinath@novell.com>
13767
13768         * reflection.c (assembly_add_win32_resources): Mildly relax an
13769         bounds check to let the end pointer point just past the end of the
13770         allocated buffer.  (may fix #81384)
13771
13772 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
13773
13774         * culture-info-table.h : regenerated.
13775
13776 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
13777
13778         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
13779         the thread is aborted early.
13780
13781 2007-04-05  Dick Porter  <dick@ximian.com>
13782
13783         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
13784         FindFirstFile()/FindNextFile() to find entries.  This lets the
13785         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
13786         81038.
13787
13788         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
13789         the parameters of
13790         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
13791
13792 2007-04-04  Martin Baulig  <martin@ximian.com>
13793
13794         * debug-helpers.c
13795         (mono_method_desc_full_match): Add support for nested classes.
13796
13797 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
13798
13799         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
13800
13801 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
13802
13803         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
13804         waiting for too many threads.
13805
13806 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
13807
13808         * environment.c: Fix return value check on uname so we can get the 
13809         executing version on Solaris operating systems.
13810
13811 2007-03-28  Jb Evain  <jbevain@gmail.com>
13812
13813         * class.c (mono_type_get_name_recurse): Complete the
13814         fix for the creation of assembly qualified names for
13815         pointer types. Fixes #81208.
13816
13817 2007-03-27  Dick Porter  <dick@ximian.com>
13818
13819         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
13820         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
13821         changed.
13822
13823         * threads.c
13824         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
13825         the value of ReleaseMutex().
13826
13827 2007-03-27  Dick Porter  <dick@ximian.com>
13828
13829         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
13830         in little-endian order, not network endian, so must be converted
13831         to host endian here.  Fixes bug 80593.
13832
13833 2007-03-22  Jb Evain  <jbevain@gmail.com>
13834
13835         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
13836         qualified names for pointer types. Fixes #81208.
13837
13838 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
13839
13840         * marshal.c: Add support for PreserveSigAttribute. 
13841         
13842         Code is contributed under MIT/X11 license.
13843
13844 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
13845
13846         * process.c: Fix endianness issues. Fixes #81126.
13847
13848         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
13849         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
13850
13851         * image.c (mono_image_lookup_resource): Make this work on big-endian
13852         machines.Change API contract so the caller needs to free the return value.
13853         
13854         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
13855         API change.
13856         
13857 2007-03-14  Martin Baulig  <martin@ximian.com>
13858
13859         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
13860         mono_type_get_desc() as well.
13861
13862 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
13863
13864         * icall.c:  Fix environ access in VS.  
13865         
13866 2007-03-13  Alp Toker  <alp@atoker.com>
13867
13868         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13869         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13870         #63841.
13871
13872 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
13873
13874         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
13875         circular references among dynamic methods. Fixes #81091.
13876
13877         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
13878
13879 2007-03-09  Martin Baulig  <martin@ximian.com>
13880
13881         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
13882
13883 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
13884
13885         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
13886         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
13887         
13888         Code is contributed under MIT/X11 license.
13889         
13890 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
13891
13892         * loader.c: Reapply patch for bug #79424.
13893
13894 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
13895
13896         * metadata.c (mono_type_to_unmanaged): Only convert object to
13897         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
13898
13899 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
13900
13901         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
13902         (and incorrectly set) is_reference field from MonoGenericInst.
13903
13904 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
13905
13906         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
13907         a little earlier.
13908
13909         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
13910
13911         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
13912
13913 2007-03-05  Miguel de Icaza  <miguel@novell.com>
13914
13915         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
13916         FileOptions.1 value to mean "temporary", map that to
13917         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
13918
13919         Fixes 80688
13920
13921 2007-03-03  Marek Habersack  <mhabersack@novell.com>
13922
13923         * appdomain.c: implement MS .Net style shadow copying. Copies of
13924         the assemblies are made in a subdirectory of the dynamic base
13925         directory, the assembly names are preserved.
13926         Copy .mdb and .config files along with the assemblies being shadowed.
13927
13928 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
13929
13930         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
13931         (emit_marshal_handleref): Ditto.
13932
13933         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
13934         on Visual C++. Fixes #80671.
13935
13936 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
13937
13938         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
13939         for clone operations.
13940
13941 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
13942
13943         * marshal.c: Fix warnings.
13944
13945 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
13946
13947         * loader.c: allow case-insensitive matching of the dll name
13948         in dllmap handling when prefixed with "i:".
13949
13950 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
13951
13952         * threads.c: Fix #ifdef for dummy_apc function for VS.
13953
13954 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
13955
13956         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
13957
13958 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
13959         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
13960         giving precedence to the methods with a fully qualified name
13961         (InterfaceName.MethodName) when building the interface sections
13962         of the vtable.
13963
13964 2007-02-16  Dick Porter  <dick@ximian.com>
13965
13966         * threadpool.c (append_job): Fix fast-path array handling, so it's
13967         less likely the array will grow exponentially when the load is
13968         heavy.
13969
13970 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13971
13972         * metadata-internals.h, loader.c: fix dllmap lookup order
13973         for non-function maps, too, and prepare for fallback code.
13974
13975 2007-02-12  Robert Jordan  <robertj@gmx.net>
13976
13977         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
13978         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
13979         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
13980         GlobalFree. Fixes a part of bug #77075.
13981
13982 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
13983
13984         * loader.c: implemented typedef parent in field memberref.
13985
13986 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
13987
13988         * marshal.c: Fix warnings and remember to call Release on
13989         IUnknown of RCW.
13990         
13991         Code is contributed under MIT/X11 license.
13992
13993 2007-02-10  Miguel de Icaza  <miguel@novell.com>
13994
13995         * class-internals.h: Add MonoHandleRef definition, and
13996         handleref_class to mono_defaults. 
13997
13998         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
13999         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
14000
14001         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
14002         (do nothing on this stage)
14003         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
14004         (emit_marshal_handleref): New method, used for argument handling
14005         of HandleRefs. 
14006
14007 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
14008
14009         * class.c (mono_class_setup_parent): Lazily init com types.
14010         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
14011         init com types.
14012         * object.c (mono_remote_class_vtable): Lazily init com types.
14013         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
14014         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
14015         * domain-internals.h: Expose mono_init_com_types.
14016         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
14017         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
14018         Add support for COM Callable Wrapper marshalling.
14019         * marshal.h: Add icall definitions.
14020         * gc.c: Handle freeing of CCWs in finalizer code.
14021         
14022         Code is contributed under MIT/X11 license.
14023
14024 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
14025
14026         * reflection.c: changed all the signature encoding code to use
14027         a variable-sized buffer.
14028
14029 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14030
14031         * marshal.c: locking fixes: never take the loader lock
14032         or other runtime locks when holding the marshal lock
14033         (fixes bug#80664).
14034
14035 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
14036
14037         * marshal.c: make the delegate function pointer mapping
14038         work for the moving GC.
14039
14040 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
14041
14042         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
14043         for bug #80618.
14044
14045 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14046
14047         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
14048         gmodule.
14049
14050 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
14051
14052         * threadpool.c: made the code moving-GC safe.
14053
14054 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
14055
14056         * assembly.c, boehm-gc.c, class-internals.h, class.c,
14057         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
14058         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
14059         warning cleanup.
14060         * reflection.c: warning cleanup, some threading and moving GC fixes.
14061
14062 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
14063
14064         * class.c, loader.c: create the needed Set/Get/Address array methods
14065         as well as the .ctors in mono_class_init (), fixes bug #80567.
14066
14067 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
14068
14069         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
14070         we doesn't decrease its alignment. Should fix the sparc build.
14071
14072 2007-01-24  Dick Porter  <dick@ximian.com>
14073
14074         * socket-io.c
14075         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14076         Create the returned object if we need to ignore an unsupported
14077         socket option.  Fixes a segfault reported by Atsushi.
14078
14079 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14080
14081         * class.c, object.c: restrict GC-tracked fields to
14082         UIntPtr fields used inside corlib, so we provide better
14083         type info to the GC and also allow broken packing as in
14084         bug #80580.
14085
14086 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
14087
14088         * sgen-gc.c: removed duplicated function.
14089
14090 2007-01-19  Miguel de Icaza  <miguel@novell.com>
14091
14092         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
14093         value that means that the value is not supported, but that we
14094         should not return a failure, but instead report this as a
14095         successful operation.
14096
14097 2007-01-19  Raja R Harinath  <rharinath@novell.com>
14098
14099         Fix tests/bug79956.2.il
14100         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
14101         (mono_generic_class_get_class): If the generic definition in an
14102         enum, copy over other fields related to it.
14103
14104 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
14105
14106         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
14107         genericinst enums (bug #79215).
14108
14109 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
14110         * class.c: Fix bug 80307.
14111
14112 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
14113
14114         * image.c: if the file table is not present, try to load
14115         all the modules, since we don't have info about them
14116         having or not metadata (bug #80517).
14117         * assembly.c: allow mono_assembly_load_references () to
14118         work for netmodules.
14119
14120 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14121
14122         * image.c, metadata-internals.h, object.c: execute module
14123         cctors when running on the 2 runtime if present (bug #80487).
14124
14125 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
14126
14127         * icall.c: optimized InitializeArray() on bigendian.
14128
14129 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
14130
14131         * icall.c: fix for the broken ARM FPA double format.
14132
14133 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
14134
14135         * icall.c: handle endian issues for r4 and r8 types, too, in
14136         the InitializeArray() icall.
14137
14138 2007-01-15  Miguel de Icaza  <miguel@novell.com>
14139
14140         * loader.c (mono_loader_error_prepare_exception): Clear the error
14141         once we have extracted the information from it, do this before we
14142         call into the JIT's class loading mechanisms.
14143
14144         * object.c (mono_class_create_runtime_vtable): Do not clear the
14145         loader error before calling mono_class_get_exception_for_failure
14146         as the loader error is needed inside
14147         mono_class_get_exception_for_failure to throw the error (thinko).
14148
14149         Fixes #80521
14150         
14151 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
14152
14153         * reflection.c: align fields rva data so it's faster to load at
14154         runtime.
14155
14156 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14157
14158         Prepare to simplify GenericMethod handling.
14159         * class-internals.h (mono_method_get_context): New accessor function.
14160         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
14161         rather than directly accessing '->context' field.
14162
14163         * class-internals.h (_MonoGenericParam.method): Move ...
14164         (_MonoGenericContainer): ... here.  Add into union with klass field.
14165         * class.c, icall.c, loader.c, metadata.c, reflection.c:
14166         Update to changes.
14167
14168 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
14169
14170         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
14171         the wrapper type enum and reduce relocations.
14172
14173 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14174
14175         * reflection.c (inflate_mono_method): Reuse method instantiation
14176         from the generic method, if available.
14177
14178 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14179
14180         * marshal.c (emit_marshal_variant): Fix conv_arg
14181         type in last commit, based on whether parameter is byref.
14182         
14183 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14184
14185         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
14186         marshalling.
14187         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
14188         MONO_TYPE_OBJECT back for VARIANT support.
14189
14190 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14191
14192         * marshal.c, marshal.h, icall-def.h: Implement 
14193         Marshal.ReAllocCoTaskMem.
14194
14195 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
14196
14197         * marshal.c: memory retention fixes: use the proper
14198         image cache for runtime_invoke method lookups.
14199
14200 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
14201
14202         * mempool.c: added code to help debug mempool allocations.
14203
14204 2007-01-11  Dick Porter  <dick@ximian.com>
14205
14206         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
14207         support (experimenting with faking it with IP_MTU_DISCOVER for
14208         systems that don't have IP_DONTFRAGMENT.)
14209         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
14210         icall.
14211
14212         * icall-def.h: new System.Net.Sockets.Disconnect icall.
14213
14214         * socket-io.h: Add new fields to MonoSocketAsyncResult
14215         corresponding to the new ones in Socket.cs.
14216
14217 2007-01-11  Raja R Harinath  <rharinath@novell.com>
14218
14219         Fix IronPython regression mentioned in #80249
14220         * metadata.c (do_mono_metadata_parse_generic_class): Clear
14221         'cached_context' field, since it may have been initialized as a
14222         side-effect of metadata parsing.
14223
14224         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
14225         (_MonoGenericClass.cached_class): Move here and rename from lone
14226         remaining field of ...
14227         (_MonoInflatedGenericClass): ... this.  Remove.
14228         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
14229         to changes.
14230
14231         Fix mcs/tests/test-128.cs regression.
14232         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
14233         2007-01-10 change below.
14234         [MONO_TYPE_OBJECT]: Recurse into array case.
14235
14236 2007-01-11  Raja R Harinath  <harinath@gmail.com>
14237
14238         * class-internals.h (mono_get_inflated_generic_class): Remove.
14239         * class.c (mono_get_inflated_generic_class): Remove.
14240         (mono_generic_class_get_class): Rename from
14241         mono_class_create_generic.
14242         (mono_class_from_mono_type) [GENERICINST]: Use it.
14243         * reflection.c, metadata.c: Update to changes.  Use
14244         'mono_class_from_mono_type'.
14245
14246 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
14247
14248         * reflection.c: use passed type when encoding an array element
14249         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
14250
14251 2007-01-09  Robert Jordan  <robertj@gmx.net>
14252
14253         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
14254         result arguments (someDelegate.EndInvoke (unrelatedAres)).
14255         Fixes bug #80392.
14256
14257 2007-01-09  Raja R Harinath  <rharinath@novell.com>
14258
14259         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
14260
14261         * object.c (set_value): Avoid aliasing between type->data.klass
14262         and type->data.generic_class.
14263
14264         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
14265
14266 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14267
14268         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
14269         between type->data.klass and type->data.generic_class.
14270
14271 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
14272
14273         * marshal.c: In MS.NET, StringBuilder objects are not copied by
14274         value in out parameters.
14275
14276 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14277
14278         Simplify invariant for MonoGenericClass::klass field.
14279         * class.c (mono_class_create_generic): Verify 'klass' is null.
14280         * metadata.c (do_mono_metadata_parse_generic_class): Don't
14281         initialize 'klass' field.
14282
14283 2007-01-05  Raja R Harinath  <rharinath@novell.com>
14284
14285         Ongoing work to avoid redundant data and simplify invariants.
14286         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
14287         'generic_class', and change type to a GenericInst.
14288         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
14289         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14290
14291 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
14292
14293         * class.c : skip io-layer under PLATFORM_WIN32.
14294
14295 2007-01-03  Tor Lillqvist  <tml@novell.com>
14296
14297         Fix #80305: In a bundled executable, look in the bundled exe
14298         assembly to determine the runtime version. Add the possibility to
14299         bundle also the machine.config file.
14300         
14301         * assembly.c (mono_assembly_open_from_bundle): Make
14302         non-static. Allow being called even if we have no bundled
14303         assemblies, and return NULL right away in that case.
14304
14305         * domain-internals.h: Declare mono_assembly_open_from_bundle()
14306         here.
14307
14308         * domain.c (app_config_parse): Take an assembly exe file name as
14309         parameter instead of a config file name. Check for a bundled
14310         config file for that assembly by calling
14311         mono_config_string_for_assembly_file() (see below) before looking
14312         for one in the file system.
14313         (get_runtimes_from_exe): Corrsponding change to call of
14314         app_config_parse().
14315         (get_runtimes_from_exe): Check for bundled assembly exe file first
14316         by calling mono_assembly_open_from_bundle(). If no bundled
14317         assembly exe file is found, call mono_image_open() as before to
14318         look it up in the file system.
14319
14320         * mono-config.c: Add variable bundled_machinec_onfig.
14321         (mono_config_string_for_assembly_file): New function.
14322         (mono_config_for_assembly): Move code snippet that looks for a
14323         bundled assembly .config file into the above new function. Call
14324         it.
14325         (mono_register_machine_config, mono_get_machine_config): New
14326         functions to set and retrieve
14327
14328         * assembly.h: Declare mono_register_machine_config().
14329
14330         * mono-config.h: Declare mono_get_machine_config() and
14331         mono_config_string_for_assembly_file().
14332
14333         * icall.c: No declaration of environ necessary on Win32. It is
14334         declared (as a macro expanding to a function call) in stdlib.h.
14335         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
14336         New internal mono function. Returns the value of
14337         mono_get_machine_config() as a Mono string.
14338
14339         * icall-def.h: Add get_bundled_machine_config().
14340
14341 2007-01-04  Raja R Harinath  <rharinath@novell.com>
14342
14343         Remove redundant field
14344         * class-internals.h (_MonoGenericContext.container): Remove field.
14345         * loader.c (mono_method_get_signature_full): Don't parse a
14346         "container" for a signature parse when the signature is inflated
14347         immediately.
14348         (method_from_methodspec): Likewise, for a generic_inst.
14349         * class.c, metadata.c, reflection.c: Update to changes.
14350
14351 2006-01-04  Raja R Harinath  <rharinath@novell.com>
14352
14353         * class-internals.h (_MonoGenericClass): Rename 'context' field to
14354         'cached_context', and change semantics -- it starts off NULL, and
14355         is initialized on demand.
14356         * class.c (mono_generic_class_get_context): New accessor to
14357         replace 'context' field accesses.
14358         (mono_class_get_context): New helper.
14359         (*): Update to changes.
14360         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
14361
14362 2007-01-03  Miguel de Icaza  <miguel@novell.com>
14363
14364         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
14365         before the memcpy.   Fixes Marshal2 regression.
14366
14367 2007-01-02  Jb Evain  <jbevain@gmail.com>
14368
14369         * blob.h: add a MONO_TYPE_ENUM definition
14370         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
14371         fix the encoding of arrays of enums in custom attributes.
14372
14373         Fixes #79666.
14374
14375 2007-01-01  Miguel de Icaza  <miguel@novell.com>
14376
14377         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
14378         string is null terminated, but only cut the string short if it
14379         overflows the buffer.   
14380         
14381         (mono_string_to_byvalstr): Also fix this routine.   The code here
14382         was not properly terminating a string (it was only terminated
14383         because of the previous catch-all memset). 
14384
14385         I left the memset, because I do not know if applications expect
14386         the runtime to clear this region. 
14387
14388         Fixes #79944.
14389
14390         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
14391         Clear the error before returning to unmanaged code to prevent the
14392         runtime from being confused later on (fixes  80420).
14393         (ves_icall_type_from_name): Always call mono_loader_clear_error
14394         after parsing a type that could have failed.
14395         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
14396
14397         * loader.c (mono_loader_clear_error): Fix indentation.
14398
14399 2006-12-28  Martin Baulig  <martin@ximian.com>
14400
14401         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
14402
14403 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
14404
14405         * reflection.c: patch from Rolf Bjarne Kvinge to fix
14406         getting a token for an EnumBuilder.
14407
14408 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
14409
14410         * reflection.c: be more careful in case resource generation
14411         fails to create the data array.
14412
14413 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
14414
14415         * sgen-gc.c: write barrier for clone and fix unregister handles.
14416
14417 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
14418
14419         * reflection.c: some fixes needed in the generics code for the moving GC.
14420
14421 2006-12-22  Robert Jordan  <robertj@gmx.net>
14422
14423         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
14424         account. Fixes bug #80299.
14425
14426 2006-12-21  Raja R Harinath  <rharinath@novell.com>
14427
14428         Fix WaitHandle usage in delegates.
14429         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
14430         * object.c (mono_wait_handle_new): Use the property set method to
14431         initialize the handle.
14432         (mono_wait_handle_get_handle): New.
14433         * threadpool.c (mono_async_invoke): Use it.
14434         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
14435         Likewise.
14436         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
14437
14438 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
14439
14440         * marshal.c (emit_marshal): Call emit_marshal_variant and
14441         emit_marshal_com_interface when applicable.
14442         (emit_marshal_variant, emit_marshal_com_interface): Add
14443         methods for this case and remove if's from emit_marshal_object.
14444         
14445 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
14446
14447         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
14448
14449 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
14450
14451         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
14452         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
14453         and GlobalFree on Windows. Remove FIXME.
14454
14455 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
14456
14457         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
14458         implementation for managed objects.
14459
14460 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
14461
14462         * object.c: implemented code to be used for checking
14463         that no reference field overlaps with non-references.
14464
14465 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
14466
14467         * threadpool.c: fix queue code to be compatible with the
14468         moving GC.
14469
14470 2006-12-18  Miguel de Icaza  <miguel@novell.com>
14471
14472         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
14473         in structures by throwing ArgumentNullException.
14474
14475         (emit_marshal_safehandle): Also when they are null parameters.
14476
14477         (emit_marshal_safehandle): Add support for ref
14478         SafeHandles parameters
14479
14480 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
14481
14482         * profiler.c: updated to use the mono-dl API instead of
14483         gmodule.
14484
14485 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
14486
14487         * profiler.c: updated to use the mono-dl dynamic loading
14488         API instead of gmodule.
14489
14490 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
14491
14492         * profiler.c: use readlink, older versions of glib don't have
14493         g_file_read_link ().
14494
14495 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14496
14497         * profiler.c: try to detect the path to mono if libc fails to provide
14498         a useful name (bug #80286).
14499
14500 2006-12-16  Raja R Harinath  <rharinath@novell.com>
14501
14502         Fix #80242
14503         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
14504         instance, use the generic type definition instead.
14505         (ves_icall_Type_GetNestedTypes): Likewise.
14506         * class.c (mono_class_create_generic): Always set the
14507         nested_classes of a generic instance to NULL, even if the generic
14508         type definition has nested types.
14509
14510 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
14511
14512         * marshal.c (mono_string_from_bstr): Revert previous Windows change
14513         and fix on Linux.
14514         
14515 2006-12-15  Miguel de Icaza  <miguel@novell.com>
14516
14517         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
14518         my arguments were in the wrong order.   I also fixed the Windows
14519         version which seems to have had the same issue.
14520
14521         (mono_free_bstr): On Unix, this is g_free.
14522         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
14523         conversions (for the tests in corlib to pass).
14524
14525 2006-12-14  Miguel de Icaza  <miguel@novell.com>
14526
14527         * marshal.c (emit_ptr_to_object_conv): For now, ignore
14528         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
14529         exception if a ref SafeHandle in a struct has changed).
14530         
14531         (emit_struct_conv): Do not perform layout checks for classes
14532         derived from SafeHandle, as those are specially handled. 
14533
14534         (emit_object_to_ptr_conv): Add support for
14535         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
14536
14537         (emit_marshal_safehandle): Implement conversion of return values
14538         of safehandles (MARSHAL_ACTION_CONV_RESULT).
14539         
14540         * threads.c: WaitHandle now is compiled with two different handles
14541         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
14542         for 2.0.
14543         
14544         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
14545         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
14546         these routines to cope with both kinds of fields.
14547
14548 2006-12-12  Miguel de Icaza  <miguel@novell.com>
14549
14550         * metadata.c (mono_type_to_unmanaged): Handle the case where
14551         type->data.klass is a SafeHandle, and in that case, return the
14552         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
14553         MONO_MARSHAL_CONV_SAFEHANDLE. 
14554
14555 2006-12-11  Miguel de Icaza  <miguel@novell.com>
14556
14557         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
14558         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
14559         calling emit_marshal_object.
14560
14561         (emit_marshal_safehandle): Implement marshalling of
14562         SafeHandle parameters (no ref support yet).
14563
14564         (MarshalAction): Document the defines as I implement
14565         them for SafeHandle.
14566
14567         (emit_marshal_object): indentation police.
14568
14569         * class-internals.h: Define MonoSafeHandle.
14570         Add safehandle_class to MonoDefaults type.
14571
14572         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
14573         list of classes to check for fields. 
14574
14575         * domain.c (mono_init_internal): Add SafeHandle to the list of
14576         mono_defaults loaded.
14577
14578 2006-12-15  Raja R Harinath  <rharinath@novell.com>
14579
14580         Fix #80253
14581         * reflection.c (mono_reflection_bind_generic_parameters): If the
14582         generic type definition is a type builder, ensure that it is fully
14583         initialized before instantiating it.  Kill some dead code.
14584
14585 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
14586
14587         * object.c: clear the loader_error () before loading
14588         more metadata stuff (bug #80258).
14589
14590 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
14591
14592         * icall.c, icall-defs.h: type modifiers icalls for
14593         parameters and properties.
14594
14595 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
14596
14597         * object.c, icall.c: fixed warnings.
14598
14599 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
14600
14601         * marshal.c: fixed a couple of leaks and coding style in a few places.
14602
14603 2006-12-08  Dick Porter  <dick@ximian.com>
14604
14605         * process.c: Cope with NULL ProcessStartInfo arguments on windows
14606         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
14607         80173.
14608
14609 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
14610
14611         * process.c: ProcessStartInfo may have only filename set and
14612         arguments can be NULL.
14613
14614 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14615
14616         * icall.c: fix leak found by Robert Jordan.
14617
14618 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
14619
14620         * marshal.c, marshal.h: generate managed method to access an element
14621         of a multi-dimensional array.
14622
14623 2006-11-30  Paolo Molaro (lupus@ximian.com)
14624
14625         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
14626
14627 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
14628
14629         * icall.c: back out GetFields () fix until the serialization code is
14630         fixed to not depend on the incorrect behaviour.
14631
14632 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
14633
14634         * profiler.c: provide defaults if none are set.
14635
14636 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
14637
14638         * Makefile.am, attrdefs.h: new public header file with
14639         constants for attributes for use by embedders.
14640
14641 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
14642
14643         * icall.c: GetFields () fix for bug #80064.
14644
14645 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
14646
14647         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
14648         removed long unused icalls.
14649
14650 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
14651   
14652         * marshal.c: 
14653                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
14654                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
14655                 can be generated without a delegate class.
14656                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
14657         
14658         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
14659
14660 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14661
14662         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
14663         #80069.
14664
14665 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
14666
14667         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
14668         icall-def.h: added icalls needed by System.GC.
14669
14670 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
14671
14672         * loader.c: ensure the class in catch clauses is handled
14673         correctly for generics methods (fixes bug#79980).
14674
14675 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
14676
14677         * monitor.h, monitor.c: added mono_locks_dump () function
14678         to help debug deadlocks involving managed locks.
14679
14680 2006-11-13  Dick Porter  <dick@ximian.com>
14681
14682         * file-io.c (get_file_attributes): If the file is a symlink try
14683         and get the stat data for the target, but also add the
14684         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
14685         the specs for the windows symlink support, but will probably have
14686         to be reworked when I have test data from a vista machine.  Fixes
14687         bug 79887.
14688
14689 2006-11-13  Dick Porter  <dick@ximian.com>
14690
14691         * gc.c (mono_domain_finalize): 
14692         * marshal.c (mono_delegate_begin_invoke): 
14693         * threadpool.c (socket_io_init, mono_thread_pool_init)
14694         (mono_thread_pool_finish): 
14695         * monitor.c (mono_monitor_try_enter_internal): 
14696         * threads.c (mono_thread_resume, mono_thread_init)
14697         (mono_thread_suspend_all_other_threads)
14698         (mono_thread_execute_interruption): 
14699         * appdomain.c (mono_domain_unload): Check for NULL error returns
14700         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
14701         75733.
14702
14703 2006-11-11  Miguel de Icaza  <miguel@novell.com>
14704
14705         * process.c
14706         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
14707         Only close the handle if the value of the handle is not
14708         INVALID_HANDLE_VALUE.  This just makes the process a bit more
14709         robust.
14710
14711         Improvement for #75733, so that we do not run into this problem. 
14712
14713         
14714         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
14715         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
14716         internal variables.  Fixes #79462 
14717         
14718
14719 2006-11-09  Dick Porter  <dick@ximian.com>
14720
14721         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
14722         Use poll() not select().  Fixes bug 79397.
14723
14724 2006-11-09  Raja R Harinath  <rharinath@novell.com>
14725
14726         Fix #79872
14727         * assembly.c (mono_assembly_load_from_full): Check that the given
14728         image has an assembly manifest.
14729
14730 2006-11-09  Ankit Jain  <jankit@novell.com>
14731
14732         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
14733         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
14734         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
14735
14736 2006-11-07  Dick Porter  <dick@ximian.com>
14737
14738         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
14739         Put the old resolver behaviour back for pre-2.0 profiles.
14740
14741 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
14742
14743         * threadpool.c: precise GC and locking fixes.
14744
14745 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
14746
14747         * class.c: don't load types that have an explicit unaligned
14748         managed reference. Provide better info in the TypeLoad exception.
14749         Part of the fix for bug #79744.
14750         * object.c: use the correct check for class type load issues.
14751
14752 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
14753
14754         * class.c: enforce alignment of fields with managed references
14755         even when Pack=1 is forced by the user (bug #77788).
14756
14757 2006-11-03  Dick Porter  <dick@ximian.com>
14758
14759         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
14760         If the address reverse lookup fails, return it as the hostname
14761         anyway.  Fixes bug 79721.
14762
14763 2006-11-03  Dick Porter  <dick@ximian.com>
14764
14765         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
14766         Fix build on Windows.
14767
14768 2006-11-02  Dick Porter  <dick@ximian.com>
14769
14770         * icall-def.h: 
14771         * object-internals.h: 
14772         * exception.c (mono_get_exception_thread_interrupted): 
14773         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
14774         Fixes bug 74525.
14775
14776         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
14777         Check for pending Thread.Interrupt.
14778
14779 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
14780         * loader.c: Fixed bug 79684.
14781
14782 2006-10-27  Dick Porter  <dick@ximian.com>
14783
14784         * file-io.c (get_file_attributes): Force symlinks to directories
14785         to be returned as a regular file.  Fixes bug 79733.
14786 2006-10-26  Dick Porter  <dick@ximian.com>
14787
14788         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
14789         CreateFile to open a directory then we need to set the
14790         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
14791
14792 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
14793
14794         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
14795         friends.
14796
14797 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
14798
14799         * sgengc.c: small cleanup of timer code.
14800
14801 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
14802
14803         * sgen-gc.c: fix some warnings and start adding support for
14804         complete object removal on domain unload.
14805
14806 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
14807
14808         * assembly.c: build_assembly_name should not consider a version
14809         number without build or revision number invalid. Fixes bug #79715.
14810
14811 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
14812
14813         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
14814         call kernel32 function OutputDebugString directly.
14815         
14816         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
14817         
14818 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
14819
14820         * reflection.c: small cleanup, using a function to insert a MonoString
14821         in the string heap.
14822
14823 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
14824
14825         * reflection.c: moving GC fixes.
14826
14827 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
14828
14829         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
14830         all the objects with finalizers belonging to an unloading appdomain.
14831
14832 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
14833
14834         * sgen-gc.c: added ability to allocate even when the nursery is fully
14835         pinned and fixed a couple of bugs.
14836
14837 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
14838
14839         * threads.h: Revert the last change for now.
14840
14841         * threads.h (mono_thread_get_pending_exception): Rename this to
14842         mono_thread_get_undeniable_exception ().
14843
14844 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
14845
14846         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
14847         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
14848         when fname does not refer to valid assembly. This result in a more
14849         meaningful error message.
14850         * exception.c: added mono_get_exception_bad_image_format2 which 
14851         constructs a BadImageFormatException using the ctor taking a custom
14852         message and the file name. Passing in a NULL msg results in a default
14853         message.
14854         * exception.h: define mono_get_exception_bad_image_format2 function.
14855         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
14856         when file name pointed to an invalid IL image. Use 
14857         mono_get_exception_file_not_found2 to construct FileNotFoundException,
14858         as this results in a more meaningful error message.
14859
14860 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
14861
14862         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
14863         #79465.
14864
14865 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
14866
14867         * metadata.c (mono_type_size): Change the align parameter to guint32 for
14868         consistency with the other _size functions.
14869         (mono_type_stack_size): Ditto.
14870
14871         * class.c object.c icall.c: Fix warnings caused by the above change.
14872
14873         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
14874
14875         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
14876
14877         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
14878
14879 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
14880
14881         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
14882         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
14883         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
14884         threadpool.h, threads-types.h: mark more internal functions.
14885
14886 2006-10-11  Dick Porter  <dick@ximian.com>
14887
14888         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
14889         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
14890         reproduce the bug even before applying the fix.)
14891
14892 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
14893
14894         * reflection.c: allow retrieving attributes for arguments in generic
14895         methods (bug #79241).
14896
14897 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
14898
14899         * debug-mono-symfile.c: properly check fopen () result (found by
14900         coverity).
14901
14902 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
14903
14904         * reflection.c: make error message clearer and fixed two
14905         issuelets found by Coverity.
14906
14907 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
14908
14909         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
14910
14911 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
14912
14913         * object-internals.h, gc-internal.h, profiler-private.h:
14914         mark internal functions.
14915
14916 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
14917
14918         * reflection.c: put data in the text section.
14919         * icall.c: recognize more types in type_from_typename ().
14920         * process.c, marshal.c: added some GC FIXMEs.
14921
14922 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
14923
14924         * loader.c: check for NULL before initializing.
14925
14926 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
14927
14928         * gc.c (finalizer_thread): Use a non-alertable wait here.
14929
14930         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
14931         until the correct solution is found.
14932
14933 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
14934
14935         * reflection.c (mono_module_get_object): Avoid an assert when operating on
14936         modules with no metadata. Fixes #79596.
14937
14938         * image.c (load_metadata_ptrs): Put back the error message when
14939         the #- heap is encountered since the support is not complete yet.
14940
14941 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
14942
14943         * gc.c: do not allow the user to SuppressFinalize () a
14944         delegate because it would leak the trampoline if present.
14945
14946 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
14947
14948         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
14949         PropertyPtr table.
14950
14951 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
14952
14953         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
14954
14955         * metadata.c (mono_metadata_get_param_attrs): Ditto.
14956
14957         * row-indexes.h: Add definitions for *Ptr tables.
14958
14959         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
14960
14961         * metadata.c (mono_metadata_translate_token_index): New helper function to
14962         translate table indexes used in uncompressed metadata.
14963         (mono_metadata_decode_table_row): Ditto.
14964         (mono_metadata_decode_table_row_col): Ditto.
14965
14966         * metadata.c: Add table schema for *Ptr tables.
14967
14968         * class.c loader.c: Use the new helper function to access the affected metadata
14969         tables.
14970         
14971         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
14972         #38532.
14973         
14974 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
14975
14976         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
14977         sequences which can be unbounded in size. Fixes #79583.
14978
14979 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
14980
14981         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
14982         static initialization.
14983
14984         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
14985
14986         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
14987
14988         * domain.c (mono_domain_free): Free up type_init_exception_hash.
14989
14990         * object.c (mono_runtime_class_init): Implement correct semantics when a static
14991         ctor fails, i.e. throw the same exception on subsequent accesses.
14992         
14993 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
14994
14995         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
14996         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
14997         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
14998         Handle marshalling of interfaces and VARIANTs contained in structs.
14999         
15000         Code is contributed under MIT/X11 license.
15001         
15002 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
15003
15004         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
15005         
15006         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
15007         mempool.
15008
15009 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15010
15011         * console-io.c: ignore previous SIGINT handler.
15012
15013 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
15014
15015         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
15016         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
15017         #79460, #79461, #79485.
15018
15019         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
15020
15021         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
15022         #79217.
15023
15024 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
15025
15026         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
15027         could be generated from it.
15028
15029 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
15030
15031         * rand.c: fix read loop to correctly handle EINTR.
15032
15033 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15034
15035         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
15036         internal calls are defined to keep methods closer to the declaring
15037         type and allow a significant reduction in runtime relocations and
15038         memory usage.
15039
15040 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
15041
15042         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
15043         exception message to have FileNotFoundException use the default
15044         assembly load error message. Fixes bug #79426.
15045         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
15046
15047 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15048
15049         * threadpool.c: (start_thread_or_queue) use the root domain when
15050         creating the thread instead of the async object one.
15051
15052 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
15053
15054         * class.c, object.c, class-internals.h, reflection.c:
15055         for arrays, store element_size inside MonoClass (speedup
15056         for array object creation).
15057
15058 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
15059
15060         * icall.c: fixed CodeBase to use the file name and not the module
15061         name (bug #79365).
15062
15063 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15064
15065         * mono-debug.c, mono-debug.h: export find_method as
15066         mono_debug_find_method ().
15067
15068 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15069
15070         * debug-helpers.c, class-internals.h: added a few functions useful
15071         when debugging under gdb.
15072
15073 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15074
15075         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
15076         characters that need special handling.
15077
15078 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
15079
15080         * mono-config.c: make the os/cpu specification more flexible,
15081         allowing lists and negation.
15082
15083 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
15084
15085         * marshal.c: COM Interop fixes. Handle case where method->klass.
15086         is interface. Handle BSTR/MonoString when null. Use CDECL as 
15087         calling convention on non-windows platforms. This is for
15088         compatibility with XPCOM and MainWin COM.
15089         
15090         Code is contributed under MIT/X11 license.
15091         
15092
15093 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
15094
15095         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
15096         correctly. Fixes #79217.
15097
15098         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
15099
15100 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
15101
15102         * mono-config.c: allow both an os and cpu attribute for dllmap
15103         and dllentry elemnets to enable a single config file to be used
15104         for multiple architectures.
15105
15106 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
15107
15108         * loader.c: MonoLoaderError was cleared too soon on load failure.
15109         Fixes bug #79424.
15110
15111 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
15112
15113         * icall.c: use the defining class vtable when accessing a
15114         static field, not a pobblibly derived class.
15115
15116 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
15117
15118         * icall.c string-icalls.c: Remove references to unicode.h.
15119
15120         * unicode.h unicode.c Makefile.am: Remove these unused source files.
15121
15122         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
15123
15124         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
15125         indicating the image where custom marshaller types should be looked up.
15126         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
15127         custom marshallers, instead of corlib. Fixes #79425.
15128
15129 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
15130
15131         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
15132
15133 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
15134
15135         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
15136         Implement Environment.ProcessorCount.
15137         
15138         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
15139         Implement Environment.ProcessorCount.
15140         
15141         * icall.c: 
15142         Add Environment.ProcessorCount icall.
15143         
15144         Patch by Jason McFall.
15145
15146 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15147
15148         * assembly.c: don't append .exe/.dll when the filename already contains
15149         one of those extensions.
15150
15151 2006-09-12  Martin Baulig  <martin@ximian.com>
15152
15153         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
15154         to array interfaces.
15155
15156 2006-09-11  Martin Baulig  <martin@ximian.com>
15157
15158         * reflection.c (mono_image_build_metadata): Create the
15159         MethodImpl's after emitting all types and methods, so we don't
15160         need another fixup pass for them.
15161
15162 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
15163
15164         * class.c (mono_class_from_name_case): Fix regression introduced by the last
15165         change.
15166
15167 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
15168
15169         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
15170         unload.
15171
15172 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
15173
15174         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
15175         args is not set. Fixes #78926.
15176
15177 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
15178
15179         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
15180
15181         * image.c (load_class_names): Move this to class.c, and rename it to 
15182         'mono_image_init_name_cache'.
15183         (load_modules): Fix a warning.
15184
15185         * class.c icall.c image.c: Initialize image->name_cache lazily.
15186
15187         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
15188         on its name using information in the AOT file.
15189
15190         * class.c (mono_class_from_name): Use the new hook function.
15191
15192 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
15193
15194         * reflection.c (mono_param_get_objects): Handle enum default parameter values
15195         correctly.
15196
15197         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
15198         Fixes #79289.
15199         
15200 2006-09-06  Martin Baulig  <martin@ximian.com>
15201
15202         * icall.c (mono_lookup_internal_call): Small fix.
15203
15204 2006-09-05  Raja R Harinath  <rharinath@novell.com>
15205
15206         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
15207         double g_free.
15208
15209 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
15210
15211         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
15212         when --debug is specified.
15213
15214 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
15215
15216         * class.c (setup_generic_array_ifaces): Fix a warning.
15217
15218 2006-09-04  Miguel de Icaza  <miguel@novell.com>
15219
15220         * Temporarily remove the patch to assemly.c that checks the
15221         assembly versions as it breaks our gacutil.
15222
15223 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
15224
15225         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
15226
15227         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
15228         a net 1.0 runtime.
15229
15230         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
15231         created using the default ctor. Fixes #79152.
15232         (mono_string_builder_to_utf16): Ditto.
15233
15234 2006-09-01  Martin Baulig  <martin@ximian.com>
15235
15236         Fix handling of the generic array interfaces.
15237
15238         * class-internals.h
15239         (MonoDefaults): Removed `generic_array_class' and added
15240         `generic_ilist' class.
15241
15242         * class.c
15243         (mono_bounded_array_class_get): Add the new generic array interfaces.
15244         (setup_generic_array_ifaces): New static method; create vtable
15245         entries for each method in the generic array interfaces.
15246
15247         * metadata.c
15248         (select_container): Allow "parent-less" generic methods.
15249
15250         * marshal.c
15251         (mono_marshal_get_generic_array_helper): New public method.
15252
15253         * icall.c
15254         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
15255         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
15256         moved the interncall into System.Array.
15257
15258 2006-09-01  Raja R Harinath  <rharinath@novell.com>
15259
15260         A few more cases of avoiding work on types with ->byref set.
15261         Has the real fix for #79238
15262         * icall.c (is_generic_parameter): New helper.
15263         (ves_icall_Type_GetGenericParameterPosition): Use it.
15264         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
15265         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
15266         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
15267         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
15268         reference types.
15269         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
15270         reference types.
15271         (ves_icall_Type_get_IsGenericInstance): Likewise.
15272         (ves_icall_Type_get_IsGenericType): Likewise.
15273
15274 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
15275
15276         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
15277         class if possible.
15278
15279         * mempool.h (mono_mempool_get_allocated): New helper function.
15280
15281         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
15282         change.
15283
15284         * mempool.c: Fix warnings and the calculation of stats.
15285
15286         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
15287
15288         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
15289
15290         * loader.c (mono_get_method_from_token): Update method_count stat.
15291
15292         * class-internals.h (MonoStats): Add some stats.
15293
15294 2006-08-31 Robert Jordan  <robertj@gmx.net>
15295
15296         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
15297         with managed variants.
15298         All code is contributed under the MIT/X11 license.
15299         
15300 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
15301
15302         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
15303         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
15304
15305         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
15306
15307         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
15308         with cycles in classes.
15309
15310         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
15311
15312         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
15313         missing a [MarshalAs] directive. Fixes #79203.
15314
15315         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
15316         klass->marshal_info. Fixes #79217.
15317
15318 2006-08-30  Martin Baulig  <martin@ximian.com>
15319
15320         Committing a patch from Joachim Ante <joe@otee.dk>:
15321         Add support for binary data symbol stores.
15322
15323         * debug-mono-symfile.c
15324         (mono_debug_open_mono_symbol_file): Renamed into
15325         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
15326         arguments.
15327
15328         * mono-debug.c
15329         (mono_debug_open_image): Added `raw_contents' and `size' args.
15330         (mono_debug_init_2_memory): New public function.
15331
15332 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
15333
15334         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
15335
15336 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15337
15338         * appdomain.c: implement support for ShadowCopyFiles.
15339
15340 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
15341
15342         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
15343         when value is NULL (and should remove CID #51).
15344
15345 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15346
15347         * image.c: moved 2 functions to ../utils.
15348
15349 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
15350
15351         * gc.c: cope with the target object of a GC handle being NULL
15352         (bug #78877).
15353
15354 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
15355
15356         * class.c: recursively check parent's explicit implementations
15357         of interface methods (fixes bug #79125).
15358
15359 2006-08-19  Miguel de Icaza  <miguel@novell.com>
15360
15361         * filewatcher.c: Avoid warnings when building, do not redefine
15362         constants that are defined.
15363
15364         Remove warnings.
15365
15366 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15367
15368         * image.c: don't fail when the link points to an absolute path.
15369
15370 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
15371
15372         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
15373         Fix CID #3.
15374
15375 2006-08-17  Miguel de Icaza  <miguel@novell.com>
15376
15377         * image.c (full_path): A new method used to obtain the actual path
15378         of an assembly even in the presence of symbolic links.  
15379
15380         This is necessary for the case where we are running a binary that
15381         has been GACed, but we are using the "published" path name
15382         ($prefix/mono/1.0/blah.exe) which happens to point to the real
15383         file in the GAC.
15384
15385         This was the source of the failure for the `xsp' command with the
15386         recent AppDomain changes, as far as the runtime was concerned,
15387         there were two different assemblies: $prefix/mono/1.0/blah.exe and
15388         $prefix/mono/gac/blah/version/blah.exe.
15389
15390         (do_mono_image_open): use full path
15391
15392 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15393
15394         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
15395
15396 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
15397
15398         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
15399         domain_id is supplied. Fix CID #241 and corlib's unit tests.
15400
15401 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15402
15403         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
15404         small structures. Fixes #78990.
15405
15406 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15407
15408         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
15409
15410         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
15411
15412 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15413
15414         * appdomain.c:
15415         * marshal.c: don't load all the assemblies from a domain into newly
15416         created ones. The new domains might have different rules and load
15417         assemblies from different locations. Fixes bug #76757.
15418
15419         Patch by Lluis. Conflicts resolved by Brian Crowell.
15420
15421 2006-08-16  Alp Toker  <alp@atoker.com>
15422
15423         * socket-io.c: First half of the fix for #79084.
15424         Set sa_size to the length of the content, not that of the struct.
15425         Don't add NULL suffix to the content, this should be done in
15426         managed code if needed.
15427
15428 2006-08-14  Raja R Harinath  <rharinath@novell.com>
15429
15430         Fix part of #79012
15431         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
15432         mono_metadata_parse_type returns NULL.
15433
15434 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
15435
15436         * normalization-tables.h : new file for string normalization data.
15437         * locales.c, locales.h, icall.c :
15438           added load_normalization_resource() for string normalization,
15439           and icall as well.
15440         * Makefile.am : added normalization-tables.h to the sources.
15441
15442 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
15443
15444         * marshal.c: Add more helper functions to reduce code duplication and use them
15445         everywhere.
15446
15447 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
15448
15449         * marshal.c: Fix non-x86 stdcall warnings.
15450         
15451         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
15452         them everywhere.
15453
15454 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
15455
15456         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
15457         type check on multi-dimensional arrays. Fixes #79000.
15458
15459 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
15460
15461         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
15462         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
15463         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
15464         * class-internals.h: add is_com_object to class structure.
15465         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
15466         null checks to COM object marshalling. Fix .ctor call on RCW.
15467         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
15468         
15469         All code is contributed under the MIT/X11 license.
15470
15471 2006-08-09  Dick Porter  <dick@ximian.com>
15472
15473         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
15474         racing mono_monitor_allocator_lock() somewhere, so don't delete
15475         the critical section for now.  Found by running and exiting
15476         monodevelop.
15477
15478 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
15479
15480         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
15481         (ves_icall_System_ComObject_FindInterface): Ditto.
15482         (ves_icall_System_ComObject_CacheInterface): Ditto.
15483
15484         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
15485         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
15486
15487 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15488
15489         * threadpool.c: treat pipes from process asynchronous reads as sockets
15490         when reading from them, so we get select/poll or epoll to wait for
15491         data.
15492
15493 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
15494
15495         * loader.c: Fix a typo (CID #233) in the null check.
15496
15497 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
15498
15499         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
15500         Hopefully fixes #78949.
15501         
15502         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
15503         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
15504         bytes. Fixes #78972.
15505
15506 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15507
15508         * filewatcher.c: we need to set errno here.
15509
15510 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15511
15512         * filewatcher.c: let Win32Exception get the error value.
15513
15514 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15515
15516         * filewatcher.c: translate errno into win32 errors for Win32Exception
15517         to know what happened.
15518
15519 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
15520
15521         * threadpool.c: Fix more warnings.
15522
15523         * assembly.c (search_loaded): Fix warnings.
15524
15525         * threadpool.c (mono_thread_pool_finish): Fix warnings.
15526         (mono_async_invoke): Ditto.
15527
15528 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
15529
15530         * object.c (mono_remote_class_vtable): Need to create proxy vtable
15531         entries for __ComObject type in addition to ComImport types.
15532         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
15533         about hash table.
15534         
15535         All code is contributed under the MIT/X11 license.
15536
15537 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15538
15539         * image.c: avoid tentative loading of modulerefs that contain
15540         no metadata (P/Invoke library names).
15541
15542 2006-07-28  Dick Porter  <dick@ximian.com>
15543
15544         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
15545         mono_loader_lock() somewhere, so don't delete the critical section
15546         for now.  Found by running and exiting monodevelop.
15547
15548 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15549
15550         * filewatcher.c: define the inotify syscalls when we're building on
15551         linux and have sys/syscall.h. The build system might not have support
15552         for inotify but the target system might have it.
15553
15554 2006-07-26  Miguel de Icaza  <miguel@novell.com>
15555
15556         * domain.c: Documentation updates.
15557
15558         * loader.c (mono_free_method): Do not release the method
15559         information if we are being profiled, as profilers will use this
15560         information at shut down to present some data to the user.
15561
15562         This is needed so that the profiler does not crash, as the
15563         profiler tends to keep MonoMethods around, and they might become
15564         invalid if we free these.
15565
15566         (mono_get_method_constrained): Return the original CIL stream
15567         method as well, so verification can be performed against it.
15568
15569 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15570
15571         * filewatcher.[ch]: support for inotify file system watcher.
15572         * icall.c: add new internal calls for the inotify file system watcher.
15573
15574 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15575
15576         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
15577         #78888.
15578
15579 2006-07-20  Dick Porter  <dick@ximian.com>
15580
15581         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
15582         warning.
15583
15584 2006-07-20  Dick Porter  <dick@ximian.com>
15585
15586         * threads.c (start_wrapper): Do the thread cleanup while we still
15587         hold a reference to its object.  Fixes bug 78123.
15588
15589 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
15590
15591         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
15592         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
15593           "managed-to-managed".
15594         * icall.c: Redirect string constructors that take sbyte* to
15595           ves_icall_System_String_ctor_RedirectToCreateString.
15596         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
15597           to CreateString () methods with matching signature.
15598         * reflection.c: Use original security informations for
15599           MONO_WRAPPER_MANAGED_TO_MANAGED.
15600         * security-manager.c: Use original security informations for
15601           MONO_WRAPPER_MANAGED_TO_MANAGED.
15602         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
15603           that is a placeholder and only its address should be used.
15604         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
15605           that is a placeholder and only its address should be used.
15606
15607 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
15608
15609         Begin implementing COM Interop.
15610         * appdomain.c: Increment corlib version.
15611         * class.c: Set ComImport classes' parent to __ComObject.
15612         * loader.c: Mark cominterop methods as such.
15613         * domain.c: Add __ComObject class to MonoDefaults structure.
15614         * image.c: Add 2 hashtables to the image for COM Interop related methods
15615         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
15616         using the mempool allocator
15617         
15618         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
15619         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
15620         declaration for mono_metadata_type_dup_mp.
15621         
15622         * debug-helpers.c: Added strings for two additional wrapper types
15623         * object.c: Create proxy objects for ComImport classes
15624         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
15625         and added __ComObject class to MonoDefaults structure.
15626         
15627         * object-internals.h: Finish MonoRealProxy definition, and add definition of
15628         MonoComInteropProxy and MonoComObject.
15629         
15630         * marshal.c: Added support for COM Interop
15631         (signature_cominterop): Converts managed signature to corresponding
15632         unmanaged COM signature.
15633         (cominterop_get_function_pointer): gets unmanaged function pointer via
15634         COM object vtable
15635         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
15636         (cominterop_get_method_interface): returns interface type that method is defined on
15637         (mono_mb_emit_cominterop_call): emits native call to function pointer
15638         gotten from vtable
15639         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
15640         that matches signature of unmanaged function.
15641         (cominterop_get_native_wrapper): wrapper around adjusted method call.
15642         (cominterop_get_invoke): forwards call from proxy to __ComObject
15643         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
15644         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
15645         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
15646         
15647         * marshal.h: Added Marshal icall declarations.
15648         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
15649         so we can access them in finalizer
15650         
15651 2006-07-14  Dick Porter  <dick@ximian.com>
15652
15653         * object.c (mono_type_initialization_cleanup): Fix a race
15654         condition by temporarily commenting out the critical section
15655         deletion.
15656
15657 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
15658
15659         * reflection.c (create_custom_attr): Fix some warnings.
15660         (create_custom_attr_data): Ditto.
15661         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
15662         types. Fixes #78855.
15663
15664 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
15665
15666         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
15667
15668         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
15669
15670 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
15671
15672         * reflection.c (resolve_object): Add support for DynamicMethod.
15673
15674         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
15675         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
15676
15677 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
15678
15679         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
15680         don't leak GPtrArray's pdata has we have no use (nor free) for it.
15681
15682 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
15683
15684         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
15685         Fixes #77888.
15686
15687 2006-06-30  Raja R Harinath  <rharinath@novell.com>
15688
15689         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
15690         slightly: remove a shadow local variable.
15691
15692 2006-06-29  Raja R Harinath  <rharinath@novell.com>
15693
15694         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
15695         definition that introduces the virtual function slot.
15696         Also fix Coverity #105.
15697
15698 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
15699
15700         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
15701         for dynamic assemblies. Fixes #78724.
15702
15703 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
15704
15705         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
15706         Fixes #78722.
15707
15708 2006-06-21  Martin Baulig  <martin@ximian.com>
15709
15710         * reflection.c
15711         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
15712         fixes #76484.
15713
15714 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
15715
15716         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
15717
15718 2006-06-20  Raja R Harinath  <rharinath@novell.com>
15719
15720         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
15721         nor TYPEREFs.
15722         * class.c (mono_class_create_from_typespec): Add 'context' argument.
15723         Inflate result if necessary.
15724         (mono_class_get_full): Remove old version.  Rename from
15725         'mono_class_get' and add 'context' argument.  Pass it to
15726         ..._create_from_typespec.
15727         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
15728         (mono_ldtoken): Revert change below.
15729
15730 2006-06-20  Martin Baulig  <martin@ximian.com>
15731
15732         * class.c (mono_ldtoken): Don't pass the generic context to
15733         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
15734
15735 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
15736
15737         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
15738         and later freeing it. Fixes #78638.
15739
15740 2006-06-15  Miguel de Icaza  <miguel@novell.com>
15741
15742         * icall.c (mono_class_get_throw): Revert over-zealous error
15743         throwing, the caller for mono_class_get_throw will cope with
15744         errors when classes are not properly initialized already.
15745
15746         The code still copes with loader exceptions though.
15747
15748         Fixes the regression in reftype1 and reftype3 from the CAS tests.
15749         
15750 2006-06-14  Miguel de Icaza  <miguel@novell.com>
15751
15752         Fixes the `make run1' version of RuntimeAbort (to be commited,
15753         source is in Bugzilla).
15754         
15755         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
15756         FALSE on class loading failure instead of returning true.
15757
15758         * class.c (mono_class_create_from_typedef): It is possible for
15759         mono_metadata_interfaces_from_typedef_full to fail if a class is
15760         not found, cope with this.
15761         
15762
15763 2006-06-14  Dick Porter  <dick@ximian.com>
15764
15765         * socket-io.c: 
15766         * process.c: Fix a bunch of signed/unsigned warnings from gcc
15767         4.1.1
15768
15769 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
15770
15771         * culture-info-table.h : oops, forgot to make it nsync with r61548.
15772
15773 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
15774
15775         * icall.c: Another fix for building mono in Visual Studio.
15776
15777 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
15778
15779         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
15780         
15781 2006-06-09  Martin Baulig  <martin@ximian.com>
15782
15783         * debug-mono-symfile.c: Put this back and really fix it this
15784         time. Sorry for all the trouble.
15785
15786 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
15787
15788         * icall.c (mono_class_get_throw): Fix a warning.
15789         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
15790         ReflectionTypeLoadException if needed. Fixes #78606.
15791
15792         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
15793         (mono_class_init): Ditto.
15794
15795         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
15796         ref_only exceptions.
15797         (mono_loader_clear_error): Make this work even if there is no error.
15798
15799 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
15800
15801         * object-internals.h marshal.c marshal.h icall.c: Implement method 
15802         Marshal.GetComSlotForMethodInfo using internal call.
15803
15804 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
15805
15806         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
15807         a function for signalling it.
15808
15809         * class.c (mono_class_from_typeref): Use the new kind of loader error when
15810         a referenced assembly is not found.
15811
15812         * loader.c (mono_loader_error_prepare_exception): Add support for 
15813         LOADER_ERROR_ASSEMBLY. Fix formatting.
15814
15815 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
15816
15817         * domain.c appdomain.c class-internals.h marshal.c: Add support 
15818         for VARIANT marshalling on windows and increment corlib version
15819         since Variant struct was added.
15820
15821 2006-06-03  Miguel de Icaza  <miguel@novell.com>
15822
15823         * debug-mono-symfile.c: Revert Martin's previous patch which broke
15824         stack trace line information:
15825
15826         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
15827         (Martin) when looking up B which is between A and C, return A not C.
15828
15829         Bug is #78573.
15830
15831         Thanks to Alexander Olk for tracking this down.
15832
15833 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
15834
15835         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
15836         
15837         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
15838         avoid clobbering its value.
15839         (mono_string_to_lpstr): Fix a warning on windows.
15840
15841 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
15842
15843         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
15844
15845         * reflection.c loader.c: Removed references to 'dummy' flag.
15846
15847         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
15848
15849         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
15850         it gets GC tracking.
15851
15852         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
15853         GC tracking.
15854         
15855         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
15856
15857         * marshal.c threadpool.c: Update callers of mono_async_result_new.
15858
15859         * appdomain.c: Bump corlib version.
15860
15861 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
15862
15863         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
15864         CEE_STIND_REF when working with object references.
15865
15866 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
15867
15868         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
15869         Fixes #78539.
15870
15871 2006-05-30  Miguel de Icaza  <miguel@novell.com>
15872
15873         * loader.c (method_from_memberref): Fix argument value for
15874         mono_loader_set_error_method_load (I was passing the MonoClass
15875         instead of the class name char *).
15876
15877 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
15878
15879         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
15880         CEE_STIND_REF when working with object references.
15881
15882 2006-05-30  Martin Baulig  <martin@ximian.com>
15883
15884         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
15885         mono_method_full_name() change and replace the ':' with a '.'
15886         here.
15887
15888 2006-05-30  Martin Baulig  <martin@ximian.com>
15889
15890         * debug-mono-symfile.c
15891         (mono_debug_symfile_lookup_location): Fix the algorithm:
15892         when looking up B which is between A and C, return A not C.
15893
15894 2006-05-29  Martin Baulig  <martin@ximian.com>
15895
15896         * mono-debug.h
15897         (MonoDebugMethodInfo): Make the typedef public.
15898         (MonoDebugSourceLocation): New public struct.
15899
15900         * mono-debug.c
15901         (mono_debug_source_location_from_address): Removed.
15902         (mono_debug_source_location_from_il_offset): Removed.
15903         (mono_debug_il_offset_from_address): Removed.
15904         (mono_debug_address_from_il_offset): Removed.
15905         (mono_debug_lookup_method): New public function.
15906         (mono_debug_lookup_source_location): New public function; replaces
15907         the old mono_debug_source_location_from_*() functions; see the
15908         inline documentation.
15909         (mono_debug_free_source_location): New public function.
15910         (mono_debug_print_stack_frame): New public function; see the
15911         inline documentation.
15912
15913         * debug-mono-symfile.c
15914         (mono_debug_find_source_location): Renamed into
15915         mono_debug_symfile_lookup_location(); only take a
15916         `MonoDebugMethodInfo *' and an `offset' argument; added inline
15917         documentation.
15918         (mono_debug_find_method): Renamed into
15919         mono_debug_symfile_lookup_method().
15920
15921 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
15922
15923         * assembly.c (mono_assembly_open_full): Dont overwrite the status
15924         returned by mono_image_open_full ().
15925
15926         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
15927         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
15928         #78517.
15929
15930         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
15931         #78518.
15932
15933 2006-05-27  Miguel de Icaza  <miguel@novell.com>
15934
15935         * class.c (mono_class_from_typeref): handle missing images
15936         earlier, deals with bug #78418.   Refactor code; 
15937
15938         Fix a warning introduced in my previous commit (some stale code
15939         from before I revisited my patch).
15940
15941         * class.c (mono_class_create_from_typedef): On failure, remove the
15942         class from the MonoImage->class_cache as the class is not
15943         initialized;   Fixes the leak pointed out by Paolo.
15944
15945 2006-05-25  Dick Porter  <dick@ximian.com>
15946
15947         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
15948         DeleteCriticalSections until I figure out which one may still be
15949         sometimes locked when mono_thread_cleanup is called.
15950
15951 2006-05-24  Dick Porter  <dick@ximian.com>
15952
15953         * threads.c (mono_thread_cleanup): Move the threading cleanup out
15954         of mono_thread_manage and back into its own function, so it can be
15955         called after the finalizer thread has finished.
15956
15957         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
15958
15959 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
15960
15961         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
15962         Fixes #78495.
15963
15964         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
15965         with non-blittable elements.
15966         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
15967
15968 2006-05-24  Martin Baulig  <martin@ximian.com>
15969
15970         * mono-debug-debugger.h (MonoDebuggerEvent): Added
15971         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
15972
15973         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
15974         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
15975         `mono_debugger_event_handler' to NULL.
15976
15977 2006-05-24  Martin Baulig  <martin@ximian.com>
15978
15979         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
15980
15981 2006-05-24  Martin Baulig  <martin@ximian.com>
15982
15983         * mono-debug-debugger.h
15984         (mono_debugger_create_notification_function): Added
15985         `MonoCodeManager *' argument.
15986
15987 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
15988
15989         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
15990
15991 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
15992
15993         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
15994         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
15995         implementation.
15996
15997 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
15998
15999         * icall.c: precise GC support: objects can't be stored in unmanaged
16000         memory anymore, even if they are kept alive by other references: since
16001         they can move the GC needs to be able to always find them.
16002
16003 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16004
16005         * object.c: precise GC support for static fields. Support
16006         for moving GCs: write barriers and pinned allocation for interned
16007         strings.
16008
16009 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16010
16011         * domain.c, domain-internals.h: precise GC support for the MonoDomain
16012         structure.
16013
16014 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16015
16016         * class.c, gc.c: sgen and precise GC updates.
16017
16018 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16019
16020         * marshal.h, marshal.c: added write barrier wrapper and precise type
16021         fixes.
16022
16023 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
16024
16025         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
16026         support.
16027
16028 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
16029
16030         * reflection.c: precise and sgen GC updates.
16031
16032 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
16033
16034         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
16035
16036 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
16037
16038         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
16039
16040 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
16041
16042         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
16043         MONO_TYPE_OBJECT. Fixes #78462.
16044
16045 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
16046
16047         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
16048         and blittable types.
16049
16050 2006-05-17  Miguel de Icaza  <miguel@novell.com>
16051
16052         * class.c (mono_class_get_exception_for_failure): Implement parts
16053         of a TODO: if the loader error is set (instead of the class
16054         error), we return a Loader exception that can be properly thrown
16055         elsewhere.
16056
16057         This was exposed by some Winforms 2.0 code that I tried to run
16058         (Atsushi pointed me to it).
16059
16060 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
16061
16062         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
16063         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
16064         
16065         * marshal.c (emit_marshal_vtype): Add limited support for 
16066         UnmanagedType.LPStruct. Fixes #78427.
16067
16068         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
16069         Applied a patch from kangaroo to fix #77523.
16070
16071 2006-05-17  Martin Baulig  <martin@ximian.com>
16072
16073         * threads.c
16074         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
16075         (debugger_thread_created): Removed.
16076         (debugger_thread_exited): Removed.
16077
16078 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
16079
16080         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16081
16082         * object-internals.h (MonoReflectionResource): Sync with managed version.
16083
16084 2006-05-12  Wade Berrier <wberrier@novell.com>
16085
16086         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
16087
16088 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
16089
16090         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
16091         functions try to allocate from the image mempool.
16092
16093 2006-05-12  Dick Porter  <dick@ximian.com>
16094
16095         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
16096
16097 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
16098
16099         * object.c: The FieldGetter and FieldSetter methods require the full
16100         name of the class, not only the name. Fixes bug #78277.
16101
16102 2006-05-11  Miguel de Icaza  <miguel@novell.com>
16103
16104         * loader.c (method_from_memberref): Do not pass the NULL klass to
16105         mono_loader_set_error_() methods.  Pass the non-NULL value
16106         (class). 
16107
16108 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
16109
16110         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
16111         (mono_assembly_close): Null out assembly->image->references after freeing it.
16112
16113         * image.c (mono_image_close): Free image->references.
16114         
16115         * reflection.c (mono_image_basic_init): Fix a small memory leak.
16116
16117 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16118
16119         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
16120         before checking if it's NULL (g_assert).
16121
16122 2006-05-10  Martin Baulig  <martin@ximian.com>
16123
16124         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
16125         I thought I already killed that two months ago, but now it somehow reappeared.
16126
16127 2006-05-10  Martin Baulig  <martin@ximian.com>
16128
16129         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
16130
16131 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
16132
16133         * reflection.c: Allocate memory for dynamically created methods in the image
16134         mempools.
16135
16136 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16137
16138         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
16139         don't use the ad pointer before checking if it's NULL (g_assert).
16140
16141 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
16142
16143         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
16144         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
16145
16146         * marshal.c: Allocate all signatures from mempools.
16147
16148         * marshal.c: Allocate some more signatures from mempools.
16149
16150 2006-05-09  Miguel de Icaza  <miguel@novell.com>
16151
16152         * object.c (mono_load_remote_field): The code used to provide a
16153         temporary variable for returning results if the user did not
16154         provide a result pointer.  But our temporary variable was allocted
16155         on the satck.
16156
16157         Fix calling code to always pass a result area.   Coverity ID 103.
16158
16159 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
16160
16161         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
16162         value, not the old. Fixes #78312.
16163         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
16164
16165         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
16166         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
16167         per-image cache.
16168
16169         * assembly.c (mono_assembly_close): Free image->references.
16170
16171         * assembly.c (mono_assembly_names_equal): Fix a warning.
16172         (mono_assemblies_cleanup): Cleanup more global data.
16173
16174         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
16175
16176         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
16177         ptr_cache and image->modules.
16178
16179         * image.c (mono_image_init): Allocate array_cache lazily.
16180         
16181 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16182
16183         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
16184         behavior was changed recently and has bad side effects.
16185
16186 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
16187
16188         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
16189         
16190         * assembly.c (mono_assembly_close): Remove a debug printf.
16191
16192         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
16193
16194         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
16195         to also allow for temporary references between mono_image_open ()/close ().
16196
16197         * domain.c (get_runtimes_from_exe): Add a FIXME.        
16198
16199 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
16200
16201         * marshal.c: Fix support for dynamic methods.
16202
16203         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
16204
16205         * marshal.c (mono_marshal_cleanup): New cleanup function.
16206
16207         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
16208         image mempools.
16209
16210         * class.c (mono_class_init): Fix leaking class->nested_classes.
16211
16212         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
16213
16214         * image.c (mono_image_init): Initialize the new cashes.
16215
16216         * image.c (mono_image_close): Destroy the new cashes.
16217
16218         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
16219
16220         * mempool.c (mono_mempool_strdup): New helper function.
16221
16222         * class-internals.h: Add prototype for mono_loader_unlock ().
16223
16224         * domain.c (mono_jit_info_table_find): Fix a warning.
16225         (mono_debugger_check_runtime_version): Ditto.
16226
16227         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
16228         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
16229         functions to these modules.
16230
16231         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
16232         metadata modules.
16233         
16234         * marshal.c (mono_free_bstr): Fix a warning.
16235
16236         * assembly.c (mono_assembly_open_full): Fix another small leak.
16237
16238         * object.c: Fix some unload leaks in the remoting code.
16239
16240         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
16241         function.
16242
16243         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
16244
16245         * reflection.c: Fix some unload leaks in dynamic assemblies.
16246
16247 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
16248
16249         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
16250         * marshal.h: Add BSTR support on Win32
16251         * icall.c: Add BSTR icalls
16252         * metadata.h: Add BSTR enums
16253
16254 2006-04-28  Miguel de Icaza  <miguel@novell.com>
16255
16256         Work to catch the crash from #76795 and turn it into an
16257         exception.   As I stubbed out pieces of the VisualBasic support,
16258         I found a number of places where the code was failing and I added
16259         checks to those places. 
16260         
16261         * metadata.c (do_mono_metadata_parse_generic_class): Make this
16262         function return a status code.  If we fail to parse the signature
16263         from mono_metadata_parse_generic_inst, return FALSE.
16264
16265         * loader.c (mono_get_method_from_token): If we fail to load the
16266         method (mono_class_get) return NULL.   
16267
16268         * (method_from_memberref): Return NULL if we are unable to parse
16269         the method signature
16270
16271         (mono_loader_error_prepare_exception): Since we now use the
16272         loader_error flag internally to stop processing, and obtaining
16273         exceptions that might be thrown will walk this code path the
16274         proper way of going from a MonoLoaderError into a
16275         MonoException was convoluted.   This new routine encapsulates the
16276         process of turning the error into an exception and *clearing* the
16277         error afterwards.
16278         
16279 2006-04-27  Miguel de Icaza  <miguel@novell.com>
16280
16281         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
16282         with missing assemblies), and to cope with:
16283
16284                 * Missing fieldref from a non-existing assembly.
16285                 * Missing methodref from a non-existing assembly.
16286
16287         The first batch of work to address *some* of the issues from 76661.
16288         
16289         * object.c (mono_class_create_runtime_vtable): If we fail to
16290         initialize the class raise the exception here. 
16291
16292         * metadata.c (mono_class_get_overrides_full): If any methods fail
16293         to load return the failure to the caller.
16294
16295         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
16296         flagging assemblies that failed to load.   
16297
16298         Do not crash if we are unable to load the assembly.
16299
16300         (mono_assembly_close): Do nothing with REFERENCE_MISSING
16301         assemblies. 
16302
16303         * loader.c (mono_loader_set_error_type_load): Change the
16304         convention to always pass unallocated strings, so we make our own
16305         copies (I know our own code had duplicated strings before, but
16306         this keeps the normal conventions).
16307         (method_from_memberref): Call mono_loader_set_error_method_load
16308         for all possible failures of loading the class. 
16309         Remove assert, turn into a loader error.
16310
16311         (mono_loader_error_to_exception): Move this routine from mini
16312         (mini_loader_error_to_exception) there was no need to have that in
16313         mini. 
16314
16315         * class.c (mono_class_from_typeref): If we were not able to load
16316         the assembly with mono_assembly_load_reference, call the
16317         mono_loader_set_error_type_load to register the problem.
16318
16319         (mono_class_setup_fields): If we fail to load the type from
16320         mono_metadata_parse_type_full, call mono_class_set_failure and
16321         break from the loop.
16322
16323         If class->exception_type is set, we do not layout the fields as
16324         that might crash the runtime, and instead return (from breaking
16325         from the previous loop).
16326
16327         (mono_class_setup_vtable): This now returns a boolean indicating
16328         whether the table was properly setup.   The decision is driven by
16329         mono_class_get_overrides_full which might run into non-existing
16330         methods. 
16331         
16332         (mono_class_init): Returns TRUE on success or FALSE if there was a
16333         problem in loading the type (incorrect assemblies, missing
16334         assemblies, methods, etc).
16335
16336         When we call mono_class_setup_fields we also check for a potential
16337         error inside this call (either a class exception or a general
16338         loader exception).
16339
16340         (mono_class_create_from_typedef): If the parent fails to load
16341         (calling mono_class_get_full) return NULL.
16342         
16343         ** Important **
16344
16345         calls to mono_metadata_parse_type_full should be checked
16346         everywhere and set the mono_class_set_failure
16347         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
16348
16349         The current patch checks the places where my manually constructed
16350         tests show the errors are showing up, but we should do it
16351         everywhere. 
16352
16353         ** Important2 **
16354
16355         mono_class_init return values should be tested everywhere, like
16356         the previous case this is something that we should audit
16357         everywhere and not only on the cases exposed by the tests I
16358         created. 
16359
16360 2006-04-26  Miguel de Icaza  <miguel@novell.com>
16361
16362         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
16363         boolean parameter and instead pass the information on `options'
16364         parameter (FileOptions).
16365
16366         * icall.c: Register the new signature for MonoIO.Open.
16367
16368         * debug-helpers.c (dis_one): Trying to understand how coverity
16369         works.  Fix Run 5, item 78.
16370
16371 2006-04-26  Dick Porter  <dick@ximian.com>
16372
16373         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
16374         dereference.
16375
16376 2006-04-25  Martin Baulig  <martin@ximian.com>
16377
16378         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
16379
16380         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
16381         debugger_thread_created().
16382         (debugger_gc_push_all_stacks): Don't handle the main thread in any
16383         special way.
16384         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
16385         (mono_debugger_finalize_threads): New function; undo the effects
16386         of mono_debugger_init_threads().
16387         (mono_debugger_create_all_threads): Removed.
16388
16389 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
16390
16391         * image.c (mono_image_close): Tidy up trace messages.
16392
16393         * assembly.c (mono_assembly_close): Ditto.
16394
16395         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
16396         no longer references an already freed assembly. Fixes #78168.
16397
16398 2006-04-21  Dick Porter  <dick@ximian.com>
16399
16400         * threads.c (mono_thread_detach): Fix reference counting when
16401         detaching threads.
16402
16403 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
16404
16405         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
16406         #78155.
16407
16408 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
16409
16410         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
16411         (mono_type_to_stind): Ditto.
16412
16413         * marshal.c: Use the new helper functions to simplify code.
16414
16415         * image.c (mono_image_close): Add some code for help debug assembly unloading
16416         problems.
16417
16418         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
16419         image mempool.
16420
16421         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
16422         assembly was already loaded in another appdomain. Fixes #78083.
16423
16424 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
16425
16426         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
16427         referenced assemblies.
16428         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
16429
16430         * domain.c (mono_domain_free): Add a trace message.
16431
16432         * appdomain.c (add_assemblies_to_domain): Ditto.        
16433
16434         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
16435         field.  
16436
16437 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
16438
16439         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
16440
16441 2006-04-12  Martin Baulig  <martin@ximian.com>
16442
16443         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
16444         `USE_INCLUDED_LIBGC'.   
16445
16446 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
16447
16448         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
16449         the patch contains ../ and a small directory name later. Hopefully fixes
16450         #78035.
16451
16452 2006-04-10  Martin Baulig  <martin@ximian.com>
16453
16454         Clean up the debugger's thread-handling code.
16455
16456         The debugger's thread-handling code has been moved from
16457         ../mini/debug-debugger.c to threads.c.  We now iterate directly
16458         over the `threads' hash, keep track of exiting threads and also
16459         use proper locking.
16460
16461         We can now debug XSP and XSP based applications with the debugger.
16462
16463         * object-internals.h (MonoThread): Added `gpointer end_stack'.
16464
16465         * threads.h
16466         (MonoThreadCallbacks): Removed; this was only used by the debugger.
16467         (mono_install_thread_callbacks): Likewise.      
16468
16469         * threads.c (mono_thread_callbacks): Removed.
16470         (debugger_thread_created, debugger_thread_exited): New static functions.
16471         (start_wrapper): Call debugger_thread_created().
16472         (thread_cleanup): Call debugger_thread_exited().
16473         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
16474         (mono_debugger_init_threads): New public function.
16475         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
16476         iterate directly over the `threads' hash and also use proper locking.
16477
16478         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
16479
16480         * mono-debug-debugger.h
16481         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
16482
16483 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
16484
16485         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
16486         argument type=array. Fixes #78057.
16487
16488 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
16489
16490         * culture-info-table.h : regenerated. Fixed bug #69652.
16491
16492 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
16493
16494         * loader.c metadata.c: Reapply a variant r59116.
16495         
16496         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
16497
16498         * class.c (mono_class_setup_interface_offsets): New internal function.
16499
16500         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
16501         interfaces too. Fixes #77398.
16502
16503         * reflection.c (encode_cattr_value): Add support for 
16504         parameter type=object, argument type=array.
16505         (load_cattr_value): Ditto. Fixes #77916.
16506
16507         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
16508         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
16509
16510         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
16511         a byval char array and CharSet is Ansi.
16512
16513         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
16514
16515 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
16516
16517         * metadata.c: Add some locking comments.
16518         
16519         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
16520         mempool.
16521         (mono_metadata_free_method_signature): Don't free the signature itself.
16522
16523         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
16524
16525         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
16526         reference the same MonoImage.
16527         (mono_assembly_load_from_full): Add an assert.
16528
16529 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
16530
16531         * image.c (mono_image_close): Don't put the image we are about to free into the
16532         loaded_images_guid_hash.
16533
16534         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
16535         to reduce code duplication.
16536
16537         * marshal.c: Register the native functions called by this module as icalls, to
16538         somewhat centralize the creation of MonoMethodSignature's.
16539
16540         * loader.c (mono_method_signature): Add a cache for method signatures.
16541
16542         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
16543         the parameter attributes of a method.
16544         (mono_metadata_parse_method_signature_full): Refactored the computation of
16545         parameter attributes into a separate function. Also avoid one allocation in
16546         most cases.
16547
16548         * assembly.c (mono_assembly_close): Ditto.
16549
16550         * image.c (mono_image_close): Log trace messages with INFO level.
16551
16552         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
16553
16554         * image.c reflection.c: Correct reference counting of image modules.
16555         
16556         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
16557         of this function from the image mempool.
16558         
16559         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
16560         to allow more cached types to be used.
16561
16562         * mono-debug.c (mono_debug_add_method): Appled patch from
16563         David S. Miller  <davem@sunset.davemloft.net>: Access 
16564         minfo->lexical_blocks[] entry elements using read32().
16565
16566 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
16567
16568         * loader.c (mono_free_method): No longer free the method header for non-dynamic
16569         methods as it is allocated from the mempool.
16570
16571         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
16572         image mempool.
16573
16574         * metadata-internals.h: Add comments describing the reference counting scheme
16575         used for MonoImage and MonoAssembly.
16576
16577         * image.c assembly.c reflection.c: Rework reference counting of images and 
16578         assemblies so they are freed when the runtime is shut down. Free some 
16579         additional memory structures when an image is unloaded.
16580         
16581 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
16582
16583         * class.c loader.c reflection.c: Allocate more data structures in
16584         the image mempool.
16585
16586 2006-03-31  Miguel de Icaza  <miguel@novell.com>
16587
16588         * icall.c
16589         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
16590         build on pre glib 2.4 systems.
16591
16592 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
16593
16594         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
16595
16596         * icall.c: Fix some warnings.
16597
16598 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
16599
16600         * culture-info-table.h : regenerated.
16601
16602 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
16603
16604         * threads.c, object-internals.h, verify.c: changed the culture caching
16605         code to use a normal MonoArray for storage so the GC can keep track of
16606         them easily. Fixed bits of the cache logic, too and simplified the
16607         code.
16608
16609 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
16610
16611         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
16612         thread for non-Boehm GCs.
16613
16614 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16615
16616         * domain.c, object.c, domain-internals.h: reduce the amount of memory
16617         needed to keep track of the data for static fields.
16618
16619 2006-03-29  Raja R Harinath  <rharinath@novell.com>
16620
16621         Fix #75172
16622         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
16623         for interface classes.  Use 'num_methods' instead.
16624         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
16625         before using '->vtable_size' field.
16626
16627 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
16628
16629         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
16630         doesn't contain managed pointers, so use a normal hashtable.
16631
16632 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
16633
16634         * reflection.c, class-internals.h, domain.c: fixed handling of types
16635         used as values for objects in custom attributes (bug #77915):
16636
16637 2006-03-24  Martin Baulig  <martin@ximian.com>
16638
16639         * class.c (mono_class_setup_fields): Added support for generic
16640         instances; fixes #77580.
16641
16642 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16643
16644         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
16645
16646 2006-03-24  Dick Porter  <dick@ximian.com>
16647
16648         * file-io.c (get_file_attributes): More stat macro breakage.
16649         Fixes bug 77759.
16650
16651 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
16652
16653         * profiler.c: added the file=filename option in the default profiler
16654         to output the profile data to filename.
16655
16656 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16657
16658         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
16659         bug #77877.
16660
16661 2006-03-22  Martin Baulig  <martin@ximian.com>
16662
16663         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
16664         allocated `MonoClassField *' in `fb->handle'.
16665
16666 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16667
16668         * class.c, image.c, metadata-internals.h: implemented new mechanism to
16669         allocate interface ID to save memory and allow better ID reuse on
16670         appdomain unload. setup_generic_vtable () removal from Martin.
16671
16672 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
16673
16674         * object.h, appdomain.c, domain.c, exception.c, icall.c,
16675         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
16676         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
16677         write barriers for reference stores with managed objects accessed with
16678         C structures in the runtime and in embedding programs.
16679
16680 2006-03-20  Raja R Harinath  <rharinath@novell.com>
16681
16682         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
16683         'interface_id' and 'max_interface_id' fields of MonoClasses
16684         representing open generic types.
16685
16686 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
16687
16688         * object.h, object.c, icall.c: added functions to deal with
16689         storing valuetypes that contain references in managed objects.
16690         * reflection.c, string-icalls.c, threads.c, marshal.c: small
16691         fixes and comments around uses of mono_array_addr ().
16692
16693 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
16694
16695         * object.h, icall.c, monitor.c: object.GetHashCode ()
16696         implementation that supports the moving garbage collector.
16697
16698 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
16699
16700         * icall.c, threads-types.h, threads.c: implemented finalizer for
16701         LocalDataStoreSlot.
16702
16703 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
16704
16705         * metadata.c (mono_type_size): Add a fixme.
16706         (mono_type_stack_size): Ditto.
16707
16708         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
16709         'type_forwarders' field.
16710
16711         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
16712         attribute from net 2.0.
16713
16714         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
16715         from class.c.
16716
16717         * class.c (mono_class_setup_fields): Fix a warning.
16718         
16719         * class.c (mono_class_from_name): Add support for assemblyref entries
16720         in the EXPORTEDTYPE table.
16721
16722         * reflection.c: Add support for handling type forwarders under net 2.0.
16723
16724         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
16725         
16726 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
16727
16728         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
16729         overwriting entries in ModuleBuild->types, also clean up the code
16730         a little. Fixes #77774.
16731
16732 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
16733
16734         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
16735         load friend assembly info when present.
16736
16737 2006-03-14  Raja R Harinath  <rharinath@novell.com>
16738
16739         Fix crasher on gtest-158.cs.
16740         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
16741         the return value if the MonoClass we want is yet in an
16742         inconsistent state.
16743         * class.c (mono_class_create_from_typedef): Add an comment
16744         explaining an order dependency between mono_class_setup_parent and
16745         mono_class_setup_mono_type.
16746
16747 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
16748
16749         * class.c: documentation updates and events bug fix.
16750
16751 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
16752
16753         * class.c: some cleanup, locking fixes.
16754
16755 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
16756
16757         * class.c: fix the generics code to setup nested
16758         type info to the instantiated type (bug #77770).
16759
16760 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
16761
16762         * marshal.c: fixed a few type correctness issues.
16763
16764 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16765
16766         * loader.c: the Set/Get/Addrtess array methods should be public.
16767
16768 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
16769
16770         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
16771         
16772         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
16773         info->wrapper.
16774
16775 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
16776
16777         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
16778
16779         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
16780
16781         * mempool.c (mono_mempool_alloc): Speed this up a bit.
16782         (mono_mempool_alloc0): Ditto.
16783
16784 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16785
16786         * socket-io.c:
16787         (create_object_from_sockaddr): it was allocating 4 extra bytes
16788         for the AF_UNIX data. Fixes bug #77747.
16789
16790 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
16791
16792         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
16793
16794 2006-03-09  Dick Porter  <dick@ximian.com>
16795
16796         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
16797         Fixes bug 76966 again.
16798
16799 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16800
16801         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
16802         names from r57532
16803         * appdomain.c: Bumped corlib version to 48 (due to r57532)
16804
16805 2006-03-07  Martin Baulig  <martin@ximian.com>
16806
16807         * object.c
16808         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
16809
16810 2006-03-07  Martin Baulig  <martin@ximian.com>
16811
16812         * class.c
16813         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
16814         regression introduced in r56970; see gtest-252.cs.
16815
16816         * loader.c (mono_get_method_constrained): Correctly handle generic
16817         methods; see gtest-253.cs.
16818
16819 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
16820
16821         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
16822
16823 2006-03-04  Martin Baulig  <martin@ximian.com>
16824
16825         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
16826         compute the parent type at runtime, just like we're already doing
16827         it for interfaces.
16828
16829         * reflection.c
16830         (mono_reflection_bind_generic_parameters): Don't compute the
16831         parent type anymore.
16832
16833         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
16834
16835 2006-03-04  Martin Baulig  <martin@ximian.com>
16836
16837         * mono-debug-debugger.h
16838         (mono_debugger_create_notification_function): Allocate memory at
16839         runtime and return a pointer to it.
16840
16841 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
16842
16843         * assembly.c: Fix windows build.
16844         
16845         * assembly.c: Fix build.
16846
16847         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
16848
16849         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
16850         
16851 2006-03-03  Dick Porter  <dick@ximian.com>
16852
16853         * process.c
16854         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
16855         Check parameters before dereferencing them.  Fixes Aaron's part of
16856         bug 77393.
16857
16858 2006-03-03  Raja R Harinath  <rharinath@novell.com>
16859
16860         Fix performance regression.
16861         * loader.c (find_method_in_class): Add 'from_class' argument.
16862         Rename 'klass' argument to 'in_class'.  The signature is compared
16863         against the method in 'in_class', and the corresponding method is
16864         returned from 'from_class'.
16865         (find_method): Walk both 'in_class' and 'from_class' in parallel.
16866         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
16867         type definition and generic instantiation in parallel.
16868         (mono_get_method_constrained): Update to changes.
16869
16870 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
16871
16872         * threads.c: make sure the domain is correct, too when doing
16873         mono_thread_attach ().
16874
16875 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
16876
16877         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
16878         windows. Fixes #77683.
16879
16880 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
16881
16882         * object.h, *: introduced specific way to set elements of an array
16883         of references to be used as write barrier. Still need to audit the
16884         uses of mono_array_addr.
16885
16886 2006-03-01  Miguel de Icaza  <miguel@novell.com>
16887
16888         * object-internals.h: New field to cache the assmebly name, patch
16889         from Tambet Ingo (tambet@ximian.com)
16890
16891 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
16892
16893         * decimal.h, class-internals.h, metadata-internals.h,
16894         file-io.h: mark a few function declarations as internal, to
16895         reduce the number of PLT entries.
16896
16897 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16898
16899         * file-io.c: fix typo in warning message.
16900
16901 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
16902
16903         * loader.c: on unix, lookup the "*A" version of a function
16904         if charset is auto as a second option before failing.
16905
16906 2006-02-28  Raja R Harinath  <rharinath@novell.com>
16907
16908         * class.h (mono_class_inflate_generic_method): Revert to two
16909         argument version.
16910         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
16911         (mono_class_inflate_generic_method_full): Add.
16912         * class.c (mono_class_inflate_generic_method_full): Rename from
16913         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
16914         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
16915         * loader.c, reflection.c: Update to changes.
16916
16917 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
16918
16919         * icall.c: const fixes and small improvements.
16920
16921 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16922
16923         * threadpool.c: for asynchronous connect(), enable the same workaround
16924         for BSD 6 as for the Mac. Fixes bug #77637.
16925
16926 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
16927
16928         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
16929         formatted classes. Fixes #77524.
16930
16931 2006-02-24  Raja R Harinath  <rharinath@novell.com>
16932
16933         * class.c (inflate_generic_type): Add a couple more
16934         micro-optimizations.
16935         (inflate_generic_context): Don't use the 'gmethod' from
16936         'inflate_with'.
16937         (mono_class_inflate_generic_method): If the method has generic
16938         parameters, but the passed-in context doesn't have a 'gmethod',
16939         create one.  Use the possibly simplified generic instantiation
16940         from the declaring class instead of the one passed in.
16941
16942 2006-02-24  Raja R Harinath  <harinath@gmail.com>
16943
16944         Make generic method signature and method header handling lazy.
16945         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
16946         (inflate_generic_header): Likewise.
16947         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
16948         parameter to avoid inflating types.
16949         (mono_get_inflated_method): Empty out.
16950         * class.h (mono_class_inflate_generic_method): Update to changes.
16951         * loader.c (mono_get_method_from_token): Don't parse signature for
16952         generic methods, nor methods of generic classes.
16953         (mono_method_signature): Rename from 'mono_method_signature'.
16954         Inflate signature on demand.
16955         (mono_method_get_header): Inflate method header on demand.
16956         * reflection.c: Update to changes.
16957
16958 2006-02-23  Raja R Harinath  <rharinath@novell.com>
16959
16960         * metadata.c (mono_metadata_inflate_generic_inst): If the
16961         instantiation is closed, don't bother expanding it in the new
16962         context.
16963         * class.c (inflate_generic_class): If the generic instantiation
16964         doesn't change after inflation, return the argument itself.
16965         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
16966         Add bounds checks.
16967         (inflate_generic_context): If neither the generic class nor the
16968         generic method instantiations change, return the original context.
16969         * reflection.c (mono_method_get_object): Do
16970         'mono_get_inflated_method' before accessing the ->klass field.
16971         (inflate_mono_method): Don't create a MonoGenericMethod unless
16972         necessary.
16973         (inflate_method): Don't pass a constructed type as the declaring
16974         type of a methodbuilder.
16975
16976 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
16977
16978         * object.c: fix memory overwrite.
16979
16980 2006-02-22  Dick Porter  <dick@ximian.com>
16981
16982         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
16983         it doesn't work any more.
16984         (mono_threads_request_thread_dump): Fix unused variable warnings.
16985
16986 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16987
16988         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
16989         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
16990         the public header file.
16991
16992 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
16993
16994         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
16995
16996 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
16997
16998         * class-internals.h, object.c: reduce the size of MonoVTable
16999         and store the interface_offsets array at negative offsets.
17000
17001 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
17002
17003         * metadata.c: tweak table descriptors data structures to reduce
17004         size and runtime relocations.
17005
17006 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17007
17008         * marshal.c: fix some types and opcodes to be type-safe
17009         in marshaling wrappers.
17010
17011 2006-02-21  Ankit Jain  <jankit@novell.com>
17012
17013         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
17014
17015 2006-02-21  Raja R Harinath  <rharinath@novell.com>
17016
17017         * metadata.c (get_constraints): Relax debugging checks for monodis.
17018
17019 2006-02-21  Ankit Jain  <jankit@novell.com>
17020
17021         * metadata.c (mono_metadata_load_generic_params): Move the code
17022         checking for ambiguous generic params from here to mono/dis/get.c
17023         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
17024
17025 2006-02-21  Raja R Harinath  <harinath@gmail.com>
17026
17027         Fix assertion triggered when compiling nemerle.
17028         * class.c (mono_get_shared_generic_inst): Rename from
17029         get_shared_inst and make non-static.
17030         * loader.c (mono_get_shared_generic_method): New.  Used to create
17031         the MonoGenericContext-equivalent of a MonoGenericContainer.
17032         (mono_get_method_from_token): Initialize the 'context' field of
17033         the created MonoGenericContainer.
17034         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
17035         * metadata.c (get_constraints): Add sanity check.
17036         * class-internals.h: Add new internal methods.
17037
17038         * reflection.c (verify_safe_for_managed_space): New sanity check.
17039         Currently checks that owner-less generic parameters aren't allowed
17040         in managed space.
17041         (mono_type_get_object): Use it.
17042         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
17043         that are now in mono_type_get_object.
17044         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
17045
17046 2006-02-19  Raja R Harinath  <harinath@gmail.com>
17047
17048         * metadata.c (mono_type_create_from_typespec): Rename from
17049         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
17050         argument and caching of types in the generic container.
17051         (unwrap_arrays, find_generic_param): Remove.
17052         * metadata-internals.h: Update.
17053         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
17054
17055 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
17056
17057         * class.c (mono_class_get_exception_for_failure): Fix a warning.
17058
17059         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
17060         return values. Fixes #77581.
17061
17062         * class.c (mono_fnptr_class_get): Switch name and name_space.
17063
17064         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
17065         classes and add support for [In, Out] attributes.
17066         (mono_marshal_free_asany): Ditto. Fixes #77524.
17067
17068 2006-02-18  Raja R Harinath  <harinath@gmail.com>
17069
17070         * class.c (mono_class_from_generic_parameter): Make more robust to
17071         incomplete MonoGenericContainers from monodis.
17072
17073 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17074
17075         * class-internals.h: added some more exception types.
17076         * class.c, metadata.c: added a few checks to handle missing
17077         types.
17078
17079 2006-02-17  Raja R Harinath  <rharinath@novell.com>
17080
17081         Use owner-less generic-params some more.
17082         * class.c (my_mono_class_from_generic_parameter): Remove.
17083         (mono_class_from_generic_parameter): Handle null image,
17084         param->name and param->owner.
17085         (mono_class_from_mono_type): Update.
17086         (mono_class_create_from_typespec): Remove 'container' parameter.
17087         If that parameter is non-null, the result is always inflated by
17088         'mono_class_get_full' anyway.
17089         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
17090         parameter.
17091         (mono_class_get_full): Update.
17092
17093         * class.c (inflate_generic_type) [GENERICINST]: If the generic
17094         instance is not open, don't bother inflating.
17095         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
17096         parse metadata for inflated classes.
17097         (_mono_class_get): Change GenericContext* parameter to
17098         GenericContainer*.
17099         (mono_class_create_from_typespec): Likewise.  Simplify, and
17100         implement trivially.  All the cases are handled in
17101         mono_class_from_mono_type.  Don't inflate returned class.
17102         (mono_class_get_full): Delegate GENERICINST optimization to
17103         inflate_generic_type.
17104         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
17105
17106 2006-02-16  Dick Porter  <dick@ximian.com>
17107
17108         * socket-io.c (create_object_from_sockaddr): Fix typo.
17109         (create_sockaddr_from_object): Check array lengths before
17110         potentially accessing items off the end.
17111         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
17112         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
17113         (ves_icall_System_Net_Sockets_Socket_Send_internal)
17114         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
17115         length checks to avoid wraparound overflows.
17116         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
17117         contents of the array of sockets
17118         (hostent_to_IPHostEntry2)
17119         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
17120         Check return value of inet_ntop ().
17121         (addrinfo_to_IPHostEntry): Fix typo
17122
17123 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17124
17125         Type metadata parsing doesn't use generic-instantiation information.
17126         * metadata.c (mono_metadata_parse_array_full): Change
17127         MonoGenericContext* parameter to MonoGenericContainer*.
17128         (mono_metadata_parse_type_full): Likewise.
17129         (mono_type_create_from_typespec_full): Likewise.
17130         (mono_metadata_parse_mh_full): Likewise.
17131         (mono_metadata_parse_generic_inst): Likewise.
17132         (do_mono_metadata_parse_generic_class): Likewise.
17133         (do_mono_metadata_parse_type): Likewise.
17134         * metadata-internals.h: Update to changes.
17135         * class.c (mono_class_find_enum_basetype): Likewise.
17136         (mono_class_setup_fields): Likewise.
17137         (mono_class_create_from_typespec): Likewise.
17138         * loader.c (method_from_methodspec): Likewise.
17139         (mono_get_method_from_token): Likewise.
17140         (mono_method_get_header): Likewise.
17141
17142 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17143
17144         * marshal.c: handle additional GENERICINST case (patch from
17145         Thong Nguyen <tum@veridicus.com>).
17146         Fix a few cases where LDIND_I/STIND_I was used for references.
17147
17148 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17149
17150         * reflection.c (mono_reflection_get_token): Remove unused variable.
17151
17152 2006-02-16  Martin Baulig  <martin@ximian.com>
17153
17154         * reflection.c (mono_reflection_get_token): Add support for fields
17155         in instantiated generic types.
17156
17157         * icall.c
17158         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
17159
17160 2006-02-15  Martin Baulig  <martin@ximian.com>
17161
17162         * icall.c
17163         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
17164         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
17165         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
17166         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
17167
17168 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
17169
17170         * class.c, metadata.c, metadata.h, object.c, icall.c,
17171         marshal.c: changed mono_type_get_underlying_type () to do
17172         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
17173         Fixed handling of instantiated generic valuetypes (bug #75479).
17174
17175 2006-02-15  Raja R Harinath  <rharinath@novell.com>
17176
17177         * metadata.c (mono_metadata_decode_signed_value): Simplify.
17178         Delegate to mono_metadata_decode_value, and work on the returned value.
17179
17180         * icall.c (ves_icall_MonoType_GetGenericArguments):
17181         Add consistency check here too.
17182         
17183 2006-02-15  Ankit Jain  <jankit@novell.com>
17184
17185         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
17186         char/short etc.
17187
17188 2006-02-15  Ankit Jain  <jankit@novell.com>
17189
17190         * metadata.c (mono_metadata_decode_signed_value): New function to decode
17191         signed values, used only for representing lower bounds of arrays.
17192         (mono_metadata_parse_array_full): Use new
17193         mono_metadata_decode_signed_value to decode lower bounds.
17194
17195 2006-02-14  Martin Baulig  <martin@ximian.com>
17196
17197         * reflection.c
17198         (mono_reflection_get_token): Support "MonoGenericMethod" and
17199         "MonoGenericCMethod" and allow generic instances / methods.
17200
17201 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
17202
17203         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
17204         to obtain the terminal size using an ioctl.
17205
17206         * object.c (mono_nullable_init): Revert this as nullable reference
17207         types are not valid.
17208         (mono_nullable_box): Ditto.
17209
17210 2006-02-09  Dick Porter  <dick@ximian.com>
17211
17212         * threads.c (mono_thread_detach): Drop a reference to the thread
17213         we're detaching.
17214
17215 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
17216
17217         * object.c (mono_nullable_init): Handle nullable reference types.
17218         (mono_nullable_box): Ditto. Fixes #77446.
17219
17220 2006-02-07  Martin Baulig  <martin@ximian.com>
17221
17222         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
17223
17224 2006-02-07  Ankit Jain  <jankit@novell.com>
17225
17226         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
17227         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
17228         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
17229         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
17230         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
17231         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
17232
17233 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
17234
17235         * class.c (mono_class_create_generic): Set type_token as well.
17236
17237         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
17238         compatible with MS.
17239
17240 2006-02-02  Martin Baulig  <martin@ximian.com>
17241
17242         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
17243         has never been used so far.
17244
17245 2006-02-02  Martin Baulig  <martin@ximian.com>
17246
17247         * mono-debug-debugger.h: Changed comment at the top of this file;
17248         the header is not installed, but it's safe to #include it from
17249         within the JIT.
17250
17251         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
17252         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
17253
17254 2006-02-02  Martin Baulig  <martin@ximian.com>
17255
17256         * mono-debug.h
17257         (MonoSymbolTable): Removed the `metadata_info' field.
17258
17259         * mono-debug.c
17260         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
17261
17262         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17263         (mono_debugger_add_builtin_types): Removed.
17264         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
17265         (mono_debugger_create_notification_function): We now operate on a
17266         pre-allocated area; take a `gpointer' and return `void'.
17267
17268         * mono-debug-debugger.c
17269         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
17270         (mono_debugger_add_builtin_types): Removed.
17271
17272 2006-02-02  Martin Baulig  <martin@ximian.com>
17273
17274         * threads.c (mono_debugger_create_all_threads): New public method.
17275
17276 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17277
17278         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
17279         breaks on several platforms.
17280
17281 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
17282
17283         * assembly.c: the VS.NET build doesn't supply default values for
17284         MONO_ASSEMBLIES and MONO_CFG_DIR.
17285
17286 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
17287
17288         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
17289         helper function.
17290
17291         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
17292
17293         * loader.c (method_from_memberref): Fix a warning.
17294
17295         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
17296
17297         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
17298         with explicit layout. Fixes #77433.
17299
17300 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
17301
17302         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
17303         max_interface_id is initialized before using it. Fixes #77398.
17304         (ves_icall_Type_GetInterfaces): Ditto.
17305
17306 2006-01-30  Raja R Harinath  <rharinath@novell.com>
17307
17308         * metadata.c (mono_metadata_parse_method_signature_full): Don't
17309         allocate memory for parameter attributes when parsing memberref
17310         signatures.
17311         * loader.c (mono_loader_set_error_method_load): Don't warn.
17312         (method_from_memberref): Ensure MissingMethodException gets thrown
17313         if method is not found.  Make warning more informative.
17314
17315 2006-01-29  Raja R Harinath  <harinath@gmail.com>
17316
17317         Fix #77397
17318         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
17319         return true if is byref.
17320         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
17321         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
17322         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
17323
17324 2006-01-27  Raja R Harinath  <rharinath@novell.com>
17325
17326         Fix tests/find-method.2.il
17327         * loader.c (find_method, find_method_in_class): Remove is_inflated
17328         argument.  Revert 2006-01-18 change.
17329         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
17330         is generic, search for method in its generic definition.
17331         * class.c (mono_class_setup_vtable_general): Print generic
17332         arguments of generic types in debugging printf.
17333
17334 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
17335
17336         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
17337
17338         * threads.c (mono_threads_request_thread_dump): New helper function.
17339
17340 2006-01-25  Raja R Harinath  <rharinath@novell.com>
17341
17342         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
17343
17344 2006-01-25  Ankit Jain  <jankit@novell.com>
17345
17346         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
17347         move definition to ..
17348         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
17349         
17350 2006-01-25  Ankit Jain  <jankit@novell.com>
17351             Raja R Harinath  <rharinath@novell.com>
17352
17353         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
17354         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
17355         as necessary.
17356
17357 2006-01-25  Martin Baulig  <martin@ximian.com>
17358
17359         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
17360         `MonoDebuggerThread' into debug-debugger.c.
17361
17362 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
17363
17364         * profiler.c: fix printing of data.
17365
17366 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
17367
17368         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
17369           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
17370
17371 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17372
17373         * object.c: fix deadlock related to string interning.
17374
17375 2006-01-23  Martin Baulig  <martin@ximian.com>
17376
17377         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17378
17379         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
17380
17381 2006-01-23  Martin Baulig  <martin@ximian.com>
17382
17383         * mono-debug.h: Moved the prototypes of some functions which are
17384         used by the JIT here from mono-debug-debugger.h.
17385
17386 2006-01-21  Martin Baulig  <martin@ximian.com>
17387
17388         * Makefile.am: Don't install mono-debug-debugger.h.
17389
17390 2006-01-21  Martin Baulig  <martin@ximian.com>
17391
17392         * mono-debug-debugger.h: Enforce the private status of this header
17393         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
17394         Moved some stuff from mono-debugger-jit-wrapper.h here.
17395
17396 2006-01-20  Raja R Harinath  <rharinath@novell.com>
17397
17398         * class.c (mono_class_from_typeref): Add a sanity test to help
17399         catch lack of assembly load/search hooks.
17400
17401 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
17402
17403         * marshal.c (emit_struct_conv): Relax the fields with same offset
17404         check even more. Fixes #77230.
17405
17406 2006-01-18  Martin Baulig  <martin@ximian.com>
17407
17408         * loader.c (find_method_in_class): Added `gboolean is_inflated'
17409         argument; if false, we compare the uninstantiated signatures.
17410         (method_from_memberref): Compare the uninstantiated signatures;
17411         fixes #76417.
17412
17413 2006-01-18  Robert Jordan  <robertj@gmx.net>
17414
17415         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
17416         Clear the weak link. Fixes bug #77170.
17417
17418         * gc.c (mono_gchandle_free):
17419         Reflect *-gc.c changes (tiny optimization).
17420
17421 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
17422
17423         * metadata.c (mono_metadata_signature_dup): Applied patch from
17424         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
17425         Fixes #77288.
17426
17427 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
17428
17429         * marshal.c (emit_struct_conv): Allow fields with the same offset when
17430         marshalling from native to managed code. Fixes #77230.
17431
17432 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17433
17434         * threadpool.c: fix problem (Mac only) when more than one asynchronous
17435         connect. Fixes bug #77020.
17436
17437 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
17438
17439         * class.c: fixed id assignement for nested interfaces (bug #77275).
17440         Added also better info for --print-vtable debugging.
17441
17442 2006-01-12  Martin Baulig  <martin@ximian.com>
17443
17444         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
17445         interfaces on-the-fly; fixes #76625.
17446
17447         * class-internals.h
17448         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
17449         don't need that anymore.
17450
17451 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17452
17453         * socket-io.c
17454         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
17455         To avoid initing the nested_classes when not needed I turned the
17456         PeerCredData as a toplevel internal class, as it has to be shared
17457         anyways. 
17458
17459         Fixes the CASA issue.
17460
17461 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
17462
17463         * domain.c: Accessors for MonoJitInfo
17464
17465         * profiler-private.h: Add jitinfo to the end jit hook
17466
17467         * profiler.[ch]: Define new hooks, called after jitting which give
17468         the MonoJitInfo that was compiled
17469
17470 2006-01-10  Martin Baulig  <martin@ximian.com>
17471
17472         * class.c (mono_class_setup_events): Add support for generic
17473         classes; fixes #76440.
17474
17475 2006-01-06  Raja R Harinath  <rharinath@novell.com>
17476
17477         Fix #77160.
17478         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
17479         on passed-in method.
17480
17481 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
17482
17483         * object.c (mono_runtime_invoke_array): Add Nullable support.
17484
17485         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
17486
17487 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
17488
17489         * file-io.c: Don't consider sockets as directory and avoid an endless
17490         loop. Fix bug #76966.
17491
17492 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
17493
17494         * object.c (mono_nullable_init): New helper function.
17495         (mono_nullable_box): Ditto.
17496
17497         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
17498
17499         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
17500
17501         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
17502         
17503 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
17504
17505         * class.c (mono_class_is_assignable_from): Make T assignable to 
17506         Nullable<T>.
17507
17508 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
17509
17510         * appdomain.c: Bump corlib version to 46.
17511         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
17512         serialization purpose) and changed ves_icall_System_Reflection_
17513         Assembly_get_code_base signature to accept a boolean (to escape, or 
17514         not, the assembly code base).
17515
17516 2005-12-23  Dick Porter  <dick@ximian.com>
17517
17518         * icall.c: 
17519         * threads-types.h: 
17520         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
17521         CreateEvent icall now returns "created" boolean parameter.
17522
17523 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
17524
17525         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
17526         #76967.
17527
17528         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
17529         when attr_klass is an interface. Fixes #77045.
17530
17531 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
17532
17533         * marshal.c (emit_struct_conv): Fix previous patch.
17534         
17535         * marshal.c (emit_struct_conv): Add a check for fields with the same
17536         offset.
17537
17538 2005-12-20  Raja R Harinath  <rharinath@novell.com>
17539
17540         Fix regression in Mono.C5.
17541         * class.c (mono_class_create_generic): If 'klass' is an interface
17542         set up the interface offsets.
17543         (mono_class_is_assignable_from): Don't throw away generic arguments.
17544
17545 2005-12-19  Raja R Harinath  <rharinath@novell.com>
17546
17547         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
17548         type parameters.
17549
17550 2005-12-15  Raja R Harinath  <rharinath@novell.com>
17551
17552         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
17553         dead store.
17554         (do_mono_metadata_parse_generic_class): Don't pass the current
17555         generic context when parsing the type being instantiated: it
17556         cannot use it, anyway.
17557
17558         * loader.c (method_from_memberref): Don't inflate a signature if
17559         it doesn't contain any type parameters.
17560
17561 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
17562
17563         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
17564
17565 2005-12-14  Martin Baulig  <martin@ximian.com>
17566
17567         * class.c
17568         (mono_type_get_name_recurse): Don't return null for type
17569         parameters and open generic classes.
17570         (mono_class_setup_methods): Don't exclude generic instances.
17571         (mono_get_unique_iid): Use different IDs for different
17572         instantiations of the same generic type.
17573         (mono_class_setup_vtable): Only use setup_generic_vtable() for
17574         open generic instances; create a normal vtable for closed generic
17575         instances.
17576         (mono_class_setup_vtable_general): We're now also called for
17577         closed generic instances.
17578
17579         * reflection.c
17580         (mono_reflection_bind_generic_parameters): Correctly use
17581         mono_metadata_lookup_generic_inst() everywhere.
17582
17583 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
17584
17585         * object.c (mono_class_create_runtime_vtable): Call 
17586         mono_class_setup_vtable ().
17587
17588         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
17589         function.
17590         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
17591         #76959.
17592
17593         * loader.c (mono_loader_set_error_type_load): Print the type load
17594         warnings to the console so they are more visible to the user.
17595         (mono_loader_set_error_method_load): Ditto.
17596
17597         * reflection.c (ensure_runtime_vtable): Revert the last change as it
17598         is still broken.
17599         
17600         * reflection.c (ensure_runtime_vtable): Fix build.
17601
17602         * reflection.c (ensure_runtime_vtable): Disable an optimization which
17603         doesn't work in all cases.
17604
17605 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
17606
17607         * object.c (mono_array_new_full): Treat a single dimensional array
17608         with 0 lower bounds as an szarray. Fixes #76973.
17609
17610         * reflection.c (custom_attr_visible): Really fix this.
17611
17612 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
17613
17614         * reflection.c (custom_attr_visible): Allow nested public attributes
17615         as well.
17616
17617         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
17618         interface check.
17619
17620 2005-12-12  Raja R Harinath  <harinath@gmail.com>
17621
17622         * class.c (set_generic_param_owner): Delete.
17623         (mono_class_create_from_typedef): Don't set ->owner field of
17624         generic parameters to "param containers" of enclosing classes.
17625         * reflection.c (mono_reflection_initialize_generic_parameter):
17626         Likewise.
17627
17628 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
17629
17630         * reflection.c (custom_attr_visible): Fix build.
17631
17632 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
17633
17634         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
17635         private attributes.
17636         
17637         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
17638         handling of null parameter defaults.
17639
17640 2005-12-09  Raja R Harinath  <rharinath@novell.com>
17641
17642         * class.c (mono_class_from_generic_parameter): Don't set
17643         klass->generic_container.
17644         (my_mono_class_from_generic_parameter): Likewise.
17645
17646 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
17647
17648         * reflection.c (load_public_key): Fix a warning.
17649         (method_encode_code): Fix unaligned accesses.
17650
17651 2005-12-07  Martin Baulig  <martin@ximian.com>
17652
17653         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
17654
17655         * reflection.c
17656         (write_generic_param_entry): Encode our custom attrs.
17657
17658         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
17659
17660 2005-12-07  Martin Baulig  <martin@ximian.com>
17661
17662         * reflection.c (encode_new_constraint): Removed; we don't use the
17663         `NewConstraintAttribute' anymore.
17664
17665 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
17666
17667         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
17668         not fire a TypeResolve event when Assembly.GetType () is called.
17669
17670 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
17671
17672         Beginning of support for nullable types in the runtime. Parts of
17673         this patch are from Martin.
17674
17675         * appdomain.c (MONO_CORLIB_VERSION): Bump
17676
17677         * domain.c (mono_init_internal): get the nullable type
17678
17679         * class.c (mono_class_is_nullable): New method
17680         (mono_class_get_nullable_param): New mehod
17681         (mono_class_create_generic): In types T? set cast_class to T
17682
17683         * class-internals.h (MonoDefaults): new nullable default class
17684         (mono_class_get_nullable_param, mono_class_get_nullable_param):
17685         new methods.
17686
17687 2005-12-05  Raja R Harinath  <rharinath@novell.com>
17688
17689         * metadata.c (select_container): New.  Refactor code to select the
17690         appropriate GenericContainer given the type of generic parameter
17691         we are looking for.
17692         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
17693         not a MonoGenericContext.  Use select_container.  Update parameters.
17694         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
17695         and MONO_TYPE_MVAR.
17696         (unwrap_arrays): Remove duplicate tests.
17697         (find_generic_param): Rename from 'has_same_context'.  Now walks a
17698         generic instantiated class to find any arguments that are generic
17699         parameters.
17700         (mono_type_create_from_typespec_full): Use find_generic_param to
17701         avoid evicting some generic instantiations from the typespec
17702         cache.
17703
17704 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
17705
17706         * reflection.c: fixed writing of doubles on ARM FPA.
17707
17708 2005-12-02  Robert Jordan  <robertj@gmx.net>
17709
17710         * icall.c: Fixed EventInfo.ReflectedType (#76829).
17711
17712 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17713
17714         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
17715         least on SUSE 10 they are not the same (on debian, they are just the
17716         same thing).
17717
17718 2005-12-01  Raja R Harinath  <rharinath@novell.com>
17719
17720         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
17721         DeclaringType for VARs and MVARs.
17722         * class.c (set_generic_param_owner): Fix initialization of owner
17723         fields.
17724
17725 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
17726
17727         * icall.c: fixed Enum.ToObject() to correctly convert the values.
17728
17729 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17730
17731         * threadpool.c: workaround for a bug that shows up on the Mac:
17732         select()+connect() on a blocking socket is not like it should
17733         be, so we proceed to connect() in that case, wasting the I/O
17734         threadpool thread until connect succeedes. Fixes bug #75436.
17735
17736 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17737
17738         * threadpool.c: fix typo when setting file descriptor states.
17739
17740 2005-11-28  Raja R Harinath  <rharinath@novell.com>
17741
17742         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
17743         * metadata.c (mono_metadata_parse_method_signature_full): Don't
17744         create a temporary signature container.
17745         (mono_metadata_parse_generic_param): Update to changes.
17746         (mono_type_create_from_typespec_full): Update to changes.
17747         * loader.c (method_from_memberref): Don't use a
17748         MonoGenericContainer while parsing a memberref signature.
17749         (method_from_methodspec): Remove dead-store of the 'container'
17750         variable.  It's overwritten before use.
17751
17752         * metadata.c (mono_type_create_from_typespec_full): Make debugging
17753         checks tighter.
17754         (mono_metadata_parse_generic_param): Likewise.
17755         * loader.c (find_method_in_class): Does not need a
17756         MonoGenericContainer.  Use 'mono_method_signature' rather than
17757         'mono_method_signature_full'.
17758         (find_method, mono_get_method_constrained, method_from_memberref):
17759         Update to changes.
17760
17761         * metadata.c (mono_type_create_from_typespec_full): Ensure that
17762         owner-less generic-parameters are never evicted from the typespec
17763         cache.
17764
17765         * loader.c (method_from_memberref): Don't use the current context
17766         when parsing signatures.
17767         (method_from_methodspec, mono_get_method_from_token): Update to changes.
17768
17769         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
17770         side-effects in g_assert.
17771         * loader.c (mono_get_method_from_token): Resolve klass earlier so
17772         that we don't potentially lose information.
17773
17774 2005-11-26  Dick Porter  <dick@ximian.com>
17775
17776         * icall.c:
17777         * threads.c: icalls to implement basic (ie, not named)
17778         System.Threading.Semaphore.
17779
17780 2005-11-24  Dick Porter  <dick@ximian.com>
17781
17782         * process.c
17783         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
17784         Use GetProcessId() if it's available.
17785
17786 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
17787
17788         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
17789
17790 2005-11-23  Raja R Harinath  <rharinath@novell.com>
17791             Ankit Jain  <jankit@novell.com>
17792
17793         * loader.c (mono_get_method_from_token): Initialize 'method' field
17794         of all generic parameters before parsing the signature.  Remove
17795         code that "fixed"-up MVAR references.
17796
17797 2005-11-23  Ankit Jain  <jankit@novell.com>
17798
17799         * metadata.c (mono_metadata_has_generic_params):
17800         (mono_metadata_load_generic_param_constraints):
17801         (mono_metadata_load_generic_params): Move duplicate code ...
17802         (mono_metadata_get_generic_param_row): ... here. Returns the
17803         first row-id in GenericParam table for a given owner (token).
17804         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
17805         prototype.
17806
17807 2005-11-23  Raja R Harinath  <rharinath@novell.com>
17808             Ankit Jain  <jankit@novell.com>
17809
17810         * metadata.c (mono_metadata_class_equal): Pass signature_only when
17811         comparing VARs too.
17812         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
17813         type->data.generic_param only if the type is an MVAR.
17814         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
17815         leak owner-less VARs and MVARs into managed space.
17816
17817 2005-11-21  Martin Baulig  <martin@ximian.com>
17818
17819         * class-internals.h
17820         (MonoMethod): Moved the `generic_container' here from
17821         `MonoMethodNormal' since we now also need it for
17822         `MonoMethodPInvoke';
17823         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
17824         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
17825         an union containing both `MonoMethodNormal' and
17826         `MonoMethodPInvoke'.
17827
17828         * loader.c
17829         (mono_get_method_from_token): Allow implementing generic methods
17830         as interncalls.
17831
17832         * threads.c
17833         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
17834         icall.
17835
17836 2005-11-17  Dick Porter  <dick@ximian.com>
17837
17838         * icall.c: 
17839         * process.h: 
17840         * process.c: Split the Process Start_internal icall into
17841         ShellExecuteEx_internal and CreateProcess_internal, which are
17842         called depending on whether UseShellExecute is true.  Fixes bug
17843         76670.
17844
17845         * appdomain.c (MONO_CORLIB_VERSION): Incremented
17846
17847 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
17848
17849         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
17850         'msize' parameters, use the information in 'mspec' instead.
17851         (emit_object_to_ptr_conv): Ditto.
17852
17853         * marshal.c (emit_struct_conv): Handle explicit layout structs with
17854         fields out of order. Fixes #76733.
17855
17856 2005-11-17  Ankit Jain  <jankit@novell.com>
17857
17858         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
17859
17860 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
17861
17862         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
17863           bug #76575.
17864
17865 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
17866
17867         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
17868         for types with non-auto layout. Fixes #76717.
17869
17870 2005-11-16  Ankit Jain  <jankit@novell.com>
17871
17872         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
17873         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
17874         if generic_context is null.
17875           (mono_metadata_generic_param_equal): param->owner can be null.
17876           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
17877         null.
17878
17879 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
17880
17881         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
17882         the correct value.
17883
17884 2005-11-15  Martin Baulig  <martin@ximian.com>
17885
17886         * object.c (set_value): Use mono_class_from_mono_type() instead of
17887         the hack for generic instances; fixes #76136.
17888
17889 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
17890
17891         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
17892         fields.
17893
17894         * image.c (load_metadata_ptrs): Initialize the new fields.
17895
17896         * reflection.c (create_dynamic_mono_image): Ditto.
17897
17898         * reflection.c (build_compressed_metadata): Use the new fields.
17899
17900         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
17901         icall.
17902
17903         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
17904         icall.
17905         
17906 2005-11-15  Ankit Jain  <jankit@novell.com>
17907             Raja R Harinath  <harinath@gmail.com>
17908
17909         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
17910         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
17911         new per-generic_container cache if the cached MonoType's context matches
17912         the current context.
17913           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
17914         to the expected context.
17915           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
17916
17917 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17918
17919         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
17920         we changed the signature of an icall.
17921         * icall.c: Modify to mono_double_ParseImpl return true/false 
17922         depending on the success, instead of throwing the exception. This will
17923         help us in Double.TryParse methods.
17924         
17925 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
17926
17927         * marshal.c (emit_marshal_object): Throw an exception when
17928         marshalling 'object' instead of crashing. Fixes #76696.
17929
17930 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
17931
17932         * class-internals.h: Add prototype for mono_type_get_full_name ().
17933
17934 2005-11-11  Dick Porter  <dick@ximian.com>
17935
17936         * threads.c (mono_thread_manage): Make sure the main thread has
17937         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
17938
17939 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
17940
17941         * loader.c (mono_loader_set_error_type_load): Log a warning to the
17942         console about the missing type.
17943         (mono_loader_set_error_method_load): Ditto.
17944
17945 2005-11-09  Miguel de Icaza  <miguel@novell.com>
17946
17947         * mono-config.c (mono_get_config_dir): Set the system defaults if
17948         none is specified.
17949
17950         * assembly.c (mono_set_dirs): New API entry point to set the
17951         assembly and the config directory in one call
17952
17953 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
17954
17955         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
17956         the ftnptr was created from a delegate in a domain other than the
17957         current domain. Fixes #75377.
17958
17959         * exception.h exception.c: Add mono_get_exception_not_supported ().
17960
17961 2005-11-08  Martin Baulig  <martin@ximian.com>
17962
17963         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
17964
17965 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
17966
17967         * security-manager.h: Added definitions to deal with strongname key 
17968         pairs bigger (and smaller) than 1024 bits.
17969         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
17970         adjust wrt the public key length being used.
17971
17972 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
17973
17974         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
17975           Windows build (r51396-51397).
17976
17977 2005-11-03  Martin Baulig  <martin@ximian.com>
17978
17979         * class.c (mono_class_setup_vtable_general): Also add generic
17980         methods to the vtable; fixes #76581.
17981
17982 2005-11-01  Miguel de Icaza  <miguel@novell.com>
17983
17984         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
17985         sure that we lookup GetString method from the System.Text.Encoding
17986         class, not the derived class or we get an empty method.
17987
17988         Fixed class #76612.
17989
17990 2005-10-25  Miguel de Icaza  <miguel@novell.com>
17991
17992         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
17993         if it has been previously set (embedders). 
17994
17995         Make mono_set_rootdir available also on Unix.
17996
17997 005-10-24  Robert Jordan  <robertj@gmx.net>
17998
17999         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
18000
18001 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18002
18003         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
18004         only calls which are made to native code use this flag.
18005
18006         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
18007
18008 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18009
18010         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
18011         Add support for FieldBuilders.
18012
18013 2005-10-29  Martin Baulig  <martin@ximian.com>
18014
18015         * mono-debug.c
18016         (mono_debug_using_mono_debugger): New public method; returns
18017         whether we're running inside the debugger.
18018
18019 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
18020
18021         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
18022         for Method/Constructor/FieldBuilders.
18023
18024 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18025
18026         * reflection.c (module_add_cattrs): Save custom attributes for global methods
18027         and fields as well.
18028
18029 2005-10-26  Martin Baulig  <martin@ximian.com>
18030
18031         * mono-debug-debugger.c
18032         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
18033
18034 2005-10-24  Raja R Harinath  <harinath@gmail.com>
18035
18036         * icall.c (base64_to_byte_array): Don't pass an out-of-range
18037         integer to isspace.
18038
18039 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18040
18041         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
18042         when passing valuetypes byref. Fixes #76502.
18043
18044 2005-10-19  Jackson Harper  <jackson@ximian.com>
18045
18046         * profiler.c: Don't put a . in front of types that are not in a
18047         namespace.
18048
18049 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18050
18051         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
18052
18053 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
18054
18055         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
18056         #76436.
18057         (mono_marshal_get_ldflda_wrapper): Fix a warning.
18058
18059 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18060
18061         * assembly.c metadata-internals.h icall.c: Define an additional
18062         parameter for mono_assembly_name_parse_full, so we can avoid creating
18063         S.R.AssemblyName.Version when no version info wasn't passed.
18064         
18065 2005-10-09  Miguel de Icaza  <miguel@novell.com>
18066
18067         * class.c (mono_type_get_full_name): Reimplement method that was
18068         removed. 
18069
18070         * image.c: Some docs
18071
18072 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18073
18074         * profiler.c (output_newobj_profile): Fix printing of Total memory
18075         on x86.
18076
18077 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18078
18079         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
18080
18081 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
18082
18083         * threads.c: remove debug output.
18084
18085 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18086
18087         * threads.c (mono_thread_manage): Fix crashes if more than 64
18088         threads need to be aborted. Hopefully fixes #75899.
18089
18090         * assembly.c (mono_stringify_assembly_name): New helper function.
18091
18092         * class.c: Use mono_stringify_assembly_name instead of the similar
18093         static function.
18094
18095         * assembly.h assembly.c: Add support for calling a postload search 
18096         hook if an assembly cannot be loaded.
18097
18098         * appdomain.c: Register new search hooks which call the AssemblyResolve
18099         events in AppDomain. Fixes #75231
18100
18101 2005-10-07  Martin Baulig  <martin@ximian.com>
18102
18103         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
18104         methods without debug info.
18105
18106 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18107
18108         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
18109         wrappers.
18110
18111 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18112
18113         * file-io.c: now that we return symlinks, use lstat and, when the file
18114         is a symbolic link, stat, to get the file attributes. Also avoid the
18115         conversion to/from utf16/external.
18116
18117 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
18118
18119         * class.c (mono_class_layout_fields): Compute klass->has_references
18120         correctly if an embedded valuetype is not yet initialized. Fixes
18121         #76331.
18122
18123 2005-10-04  Martin Baulig  <martin@ximian.com>
18124
18125         * metadata.c
18126         (mono_metadata_load_generic_param_constraints): New public
18127         function; splitted the constraints loading out from
18128         mono_metadata_load_generic_params().
18129
18130         * class.c (mono_class_create_from_typedef): Call
18131         mono_metadata_load_generic_param_constraints() after setting up
18132         the type and creating our parent; fixes #75329.
18133
18134 2005-10-04  Martin Baulig  <martin@ximian.com>
18135
18136         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
18137         non-dynamic parent classes.
18138
18139 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
18140
18141         * file-io.c : win32 build fix (ETXTBSY seems not found).
18142
18143 2005-10-04  Martin Baulig  <martin@ximian.com>
18144
18145         * reflection.c
18146         (mono_image_get_methodspec_token): Make the cache actually work;
18147         fixes #75974.
18148
18149 2005-10-04  Martin Baulig  <martin@ximian.com>
18150
18151         * class.c (mono_class_name_from_token): Removed the unneccessary
18152         `MonoGenericContext *' argument.
18153
18154 2005-10-04  Martin Baulig  <martin@ximian.com>
18155
18156         * loader.c
18157         (method_from_methodspec): Make the caching work again; fixes the
18158         performance regression from #76262.
18159
18160 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18161
18162         * file-io.c:
18163         * file-io.h:
18164         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
18165         GetFileSystemEntries that performs the same work but without going
18166         into io-layer, locking, etc.
18167
18168 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
18169
18170         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
18171         ThreadState_Stopped as well. Fixes #76047.
18172
18173 2005-09-29  Martin Baulig  <martin@ximian.com>
18174
18175         * class.c
18176         (inflate_generic_context): If the new context has a `gmethod', set
18177         its `container' that that gmethod's `container'.
18178
18179         * metadata.c
18180         (mono_metadata_parse_generic_param): Simplify things;
18181         `generic_container = generic_context->container;' is just fine.
18182
18183         * loader.c (method_from_methodspec): Code cleanups.
18184
18185 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
18186
18187         * decimal.c: fix warning (and let gcc generate correct
18188         code on ARM with optimizations).
18189
18190 2005-09-28  Martin Baulig  <martin@ximian.com>
18191
18192         * loader.c
18193         (method_from_memberref): Added `MonoGenericContext *class_context'
18194         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
18195         (method_from_methodspec): If we're a memberref, use the enclosing
18196         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
18197
18198 2005-09-28  Martin Baulig  <martin@ximian.com>
18199
18200         * object.c (mono_runtime_invoke_array): Added support for
18201         MONO_TYPE_GENERICINST; fixes #75917.
18202
18203 2005-09-27  Martin Baulig  <martin@ximian.com>
18204
18205         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
18206         `k->byval_arg.type' to determine the actual type.
18207
18208         * loader.c (method_from_methodspec): Removed some hacks.
18209
18210 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
18211
18212         * class-internals.h (mono_field_is_deleted): Do the test for
18213         rtspecialname before we check the actual name of the field. This
18214         prevents us from dereferencing a pointer into the string table,
18215         saving us from accessing a few pages
18216
18217         * *.c: Replace the use of {Enter,Leave}CriticalSection with
18218         macros. This will allow a deadlock debugger to easily be plugged
18219         in.
18220
18221 2005-09-27  Martin Baulig  <martin@ximian.com>
18222
18223         * loader.c (method_from_methodspec): Create a "signature"
18224         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
18225
18226 2005-09-27  Martin Baulig  <martin@ximian.com>
18227
18228         * class.c
18229         (inflate_generic_class): Correctly set the new context's
18230         container.
18231
18232         * loader.c
18233         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
18234         instead of a `MonoGenericContext *'.
18235         (mono_method_signature_full): Take a `MonoGenericContainer *'
18236         instead of a `MonoGenericContext *'.
18237
18238         * metadata.c
18239         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
18240         instead of a `MonoGenericContext *'.
18241         (mono_metadata_parse_method_signature_full): Likewise.
18242
18243 2005-09-26  Martin Baulig  <martin@ximian.com>
18244
18245         * class.c
18246         (mono_class_from_generic_parameter): Set `klass->generic_container'
18247         (mono_class_from_generic_parameter): Likewise.
18248         (mono_bounded_array_class_get): We inherit the generic container
18249         from the element class.
18250
18251         * loader.c
18252         (find_method, find_method_in_class): Take a `MonoGenericContext *'
18253         argument rather than computing it here.
18254         (method_from_memberref): Correctly set the generic context before
18255         parsing the signature.  Fixes #75681.
18256
18257 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
18258
18259         * object.c (mono_class_has_special_static_fields): Fix warnings.
18260
18261 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18262
18263         * assembly.c: Add parse_public_key function, to
18264         par the public keys. Also added mono_assembly_name_parse_full,
18265         to define it the parsed key should be freed or not.
18266         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
18267         to parse a long format assembly name.
18268         * metadata-internals.h: Keep mono_assembly_name_parse_full as
18269         private, since calling it to preserve the key requires
18270         freeing it manually.
18271         
18272 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
18273
18274         * locales.c : removed HAVE_ICU part.
18275
18276 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18277
18278         * object.c (mono_class_create_runtime_vtable): Avoid calling 
18279         field_is_special_static if the klass has no special static fields.
18280
18281         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
18282         (MonoCachedClassInfo): Likewise.
18283
18284         * object.c (mono_class_has_special_static_fields): New helper function.
18285
18286 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18287
18288         * class.c (mono_class_create_from_typedef): Don't call 
18289         interfaces_from_typedef_full for enums.
18290         (mono_class_create_from_typedef): Compute the base types of enums directly
18291         without calling mono_class_setup_fields ().
18292         (mono_class_find_enum_basetype): New helper function.
18293
18294         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
18295         one place inside the string heap.
18296         
18297 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
18298
18299         * class.c: locking fixes, code cleanups, some docs added.
18300         Allocate some data structures in the image mempool.
18301
18302 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18303
18304         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18305         the example code.
18306         
18307 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
18308
18309         * class-internals.h, class.c, reflection.c: reduce memory taken by
18310         MonoClass.
18311
18312 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
18313
18314         * metadata.c, metadata.h, loader.h: documentation updates, code and
18315         API cleanups.
18316
18317 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18318
18319         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18320         the example code.
18321
18322         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
18323         page faults caused by the runtime while reading metadata.
18324
18325 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18326
18327         * socket-io.c: the field names were changed 3 months ago and no one
18328         realized until bug #76077 got filed!
18329
18330 2005-09-20  Martin Baulig  <martin@ximian.com>
18331
18332         * icall.c (assembly_icalls): Removed some unused debugger icalls.
18333
18334 2005-09-20  Martin Baulig  <martin@ximian.com>
18335
18336         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
18337         write the rank into the class entry.
18338
18339 2005-09-20  Martin Baulig  <martin@ximian.com>
18340
18341         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
18342
18343 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
18344
18345         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18346
18347         * icall.c (custom_attrs_defined_internal): New icall.
18348
18349         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
18350         function.
18351         (mono_custom_attrs_construct_by_type): New helper function.
18352
18353 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
18354
18355         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
18356         terminate the resulting string. Fixes #76123.
18357
18358 2005-09-16  Martin Baulig  <martin@ximian.com>
18359
18360         * mono-debug.c
18361         (mono_debug_add_method): Ignore inflated methods for the moment.
18362
18363 2005-09-14  Martin Baulig  <martin@ximian.com>
18364
18365         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
18366
18367 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
18368
18369         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
18370         return a success/failure indication.
18371         (mono_metadata_interfaces_from_typedef_full): Ditto.
18372         (get_constraints): Ditto.
18373
18374 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
18375
18376         * marshal.c (emit_marshal_array): Fix handling of null arrays.
18377         
18378         * marshal.c (emit_marshal_array): Add support for returning string
18379         arrays from delegates. Fixes #76063.
18380
18381         * marshal.c: Use the emit_ldloc/stloc macros where possible.
18382
18383 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18384
18385         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
18386         icall.
18387
18388 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
18389
18390         * reflection.c icall.c: Fix after mono_get_exception_type_load
18391         signature change.
18392
18393         * assembly.c (mono_assembly_get_assemblyref): New helper function.
18394         (mono_assembly_load_reference): Use the new helper.
18395
18396         * class-internals.h (MonoLoaderError): New structure containing 
18397         information about type loading errors.
18398
18399         * class-internals.h loader.c: Add APIs to store per-thread loader
18400         error information.
18401
18402         * loader.c class.c: Set the loader error if needed.
18403
18404         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
18405
18406 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
18407
18408         * decimal.c: fixed to handle the broken ARM fp format.
18409
18410 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
18411
18412         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
18413         broken.
18414
18415 2005-09-06  Martin Baulig  <martin@ximian.com>
18416
18417         * domain.c (supported_runtimes): Added v2.0.50727.
18418
18419 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
18420
18421         * culture-info.h: reduce the size of some structures.
18422
18423 2005-09-05  Martin Baulig  <martin@ximian.com>
18424
18425         Reflect latest API changes in the August CTP.
18426
18427         * icall.c
18428         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
18429         ("MonoType.HasGenericArguments"): Removed.
18430         ("MonoMethod.BindGenericParameters"): Renamed to
18431         "MakeGenericMethod".
18432         ("MethodBuilder.BindGenericParameters"): Renamed to
18433         "MakeGenericMethod".    
18434
18435 2005-09-05  Martin Baulig  <martin@ximian.com>
18436
18437         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
18438
18439 2005-09-05  Martin Baulig  <martin@ximian.com>
18440
18441         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18442
18443         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
18444         generic_container is non-NULL.
18445
18446 2005-09-05  Martin Baulig  <martin@ximian.com>
18447
18448         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18449
18450         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
18451
18452 2005-08-29  Michal Moskal  <malekith@nemerle.org>
18453
18454         * reflection.c (encode_locals,
18455         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
18456         for large generic types.
18457
18458 2005-09-05  Martin Baulig  <martin@ximian.com>
18459
18460         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18461
18462         * class.c (mono_dup_array_type): New public method.
18463         (mono_metadata_signature_deep_dup): New public method.
18464         (dup_type): Correctly duplicate array and function types.
18465
18466 2005-09-05  Martin Baulig  <martin@ximian.com>
18467
18468         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18469
18470         * reflection.c (get_default_param_value_blobs): Handle generic types
18471         and generic methods.
18472
18473 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
18474
18475         * class.c: Fixed error reporting (method/class were inversed) for 
18476         inheritance demands.
18477         * security-manager.c|h: Added the AppDomain when calling the managed
18478         System.Security.SecurityManager.InheritanceDemand method.
18479
18480 2005-09-01  Raja R Harinath  <rharinath@novell.com>
18481
18482         * reflection.c (encode_marshal_blob): 'marshaltype' and
18483         'marshaltyperef' are alternate sources for the custom marshaler
18484         name.
18485
18486 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
18487
18488         * class.c: fix creation of array classes with rank == 1
18489         (patch by Ankit Jain <jankit@novell.com>).
18490
18491 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
18492
18493         * object.c: fix check for creating the bound data for arrays vs
18494         szarrays.
18495
18496 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18497
18498         * object.c: configuration file name is now based on the executable name,
18499         not the image name. Fixes bug #75931.
18500
18501 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
18502
18503         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
18504         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
18505
18506 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
18507
18508         * rand.c: Use wincrypt.h instead of WinCrypt.h.
18509
18510 2005-08-24  Ankit Jain  <jankit@novell.com>
18511             Raja R Harinath  <rharinath@novell.com>
18512
18513         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
18514           called by it recursively.
18515           (mono_class_init): Remove special case in pending_init handling, since it's
18516           superseded by the fix to mono_class_from_typeref.
18517
18518 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
18519
18520         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
18521         BROKEN_THREAD_START stuff.
18522
18523 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
18524
18525         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
18526         trampoline.
18527
18528         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
18529         
18530         * object.c (mono_delegate_ctor): Replace the original function address with
18531         a delegate trampoline.
18532
18533 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
18534
18535         * icall.c: add boolean argument to base64_to_byte_array and 
18536         InternalFromBase64String to control whether a whitespace-only string
18537         is allowed (or should casue a FormatException to be thrown). We need
18538         this as the behavior has changed between MS.NET 1.x and 2.0, and we
18539         to match the MS behaviour in both profiles.
18540         * appdomain.c: Bump corlib version.
18541
18542 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18543
18544         This patch implements a big portion of publisher policy
18545         support, used to bind assembly versions and redirect
18546         one assembly from version A to version B.
18547
18548         * assembly.c:
18549         New GSList loaded_assembly_bindings, for storing the cached
18550         assembly bindings.
18551         (assembly_binding_maps_name): New static function for checking if a 
18552         assembly binding information maps an assembly name.
18553         (mono_assembly_binding_info_free): New function for freeing
18554         assembly binding information resources.
18555         (get_publisher_policy_info): New static function for retrieving 
18556         assembly binding information from a MonoImage.
18557         (compare_versions): New static function for comparing an assembly
18558         binding information data and the version of an assembly name.
18559         (check_policy_versions): New static function for checking if an
18560         assembly binding info mapping an assembly name is valid for it.
18561         (mono_assembly_load_publisher_policy): New static function for
18562         loading the 'policy.major.minor.MyAssembly' image for an assembly
18563         with an assembly name 'aname'.
18564         (mono_assembly_bind_version): New static function for updating
18565         assembly redirection.
18566         (mono_assembly_apply_binding): New static function for applying
18567         assembly binding.
18568         (search_binding_loaded): New static function for searching 
18569         loaded assembly binding infos in the cache domain.
18570         (mono_assembly_load_full): Don't apply assembly binding for
18571         reflection only assemblies.
18572
18573         * metadata-internals.h: Add MonoAssemblyBindingInfo,
18574         which contains information about assembly binding. Also
18575         declare signature for mono_config_parse_publisher_policy ()
18576         function, used to retrieve pub policy info.
18577         
18578         * mono-config.c:
18579         (publisher_policy_start): New static function used to parse publisher 
18580         policy config files.
18581         (publisher_policy_parser): New static MonoParseHandler containing 
18582         the functions used when parsing config files.
18583         (mono_config_parse_publisher_policy): New function for parsing
18584         publisher policy files.
18585         
18586 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
18587
18588         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
18589
18590         * marshal.c (mono_delegate_free_ftnptr): Ditto.
18591
18592         * object.c (mono_get_addr_from_ftnptr): New helper function.
18593
18594         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
18595
18596         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18597
18598 2005-08-19  Dick Porter  <dick@ximian.com>
18599
18600         * threads.c, threads.h, appdomain.c, appdomain.h,
18601         profiler-private.h, monitor.c, object.c, object-internals.h,
18602         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
18603         store the thread ID, so it can hold a 64 bit value if needed.
18604
18605 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
18606
18607         * reflection.c (mono_reflection_create_dynamic_method): Store the
18608         handle class into the method references as well so ldtoken works in
18609         dynamic methods.
18610
18611         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
18612         types.
18613
18614 2005-08-19  Ankit Jain <jankit@novell.com>
18615
18616         Fix #75847.
18617         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
18618           here rather than using the method signature of a arbitrary function
18619           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
18620           two arguments.
18621           Hack done with Harinath.
18622
18623 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18624
18625         * threadpool.c: disable printing stack traces when we get a exception
18626         in a threadpool thread. I need to do more testing to figure out which
18627         cases actually print this. Fixes bug #75828.
18628
18629 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18630
18631         * icall.c: there might be ignored whitespace after the last '='. This
18632         fixes length computation and bug #75840.
18633
18634 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
18635
18636         * assembly.c (mono_assembly_load_full): Consider .exe extension as
18637         well. Fixes #75809.
18638
18639         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
18640         #75784.
18641         
18642         * reflection.c (create_custom_attr_data): Ditto.
18643
18644 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
18645
18646         * locales.c, culture-info.h : removed RegionLCIDMap.
18647         * culture-info-tables.h : regenerated.
18648
18649 2005-08-16  Martin Baulig  <martin@ximian.com>
18650
18651         * class.c (mono_type_get_name_recurse): Small fix.
18652
18653 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
18654
18655         * locales.c : indentation fixie.
18656
18657 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
18658
18659         * object-internals.h,
18660           locales.h,
18661           locales.c,
18662           culture-info.h,
18663           icall.c : added RegionInfo table support.
18664         * culture-info-table.h : regenerated for region support.
18665
18666 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
18667
18668         * reflection.c (resolve_object): handle all kinds of MonoMethod
18669         including generic ones
18670
18671 2005-08-12  Ankit Jain <jankit@novell.com>
18672
18673         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
18674           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
18675
18676 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
18677
18678         * process.c: Don't close a thread handle when it's NULL. This is a
18679         workaround for bug #75733.
18680
18681 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
18682
18683         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
18684
18685 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
18686
18687         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
18688
18689 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18690
18691         * threadpool.c: if a work item in the thread pool has a callback that
18692         catches a exception, don't propagate it after invoking the callback.
18693         Fixes bug #75336.
18694
18695 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
18696
18697         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
18698
18699         * class-internals.h (MonoCachedClassInfo): Add some new fields.
18700
18701         * class.c (mono_class_init): Load field info lazily in the AOT case.    
18702
18703         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
18704
18705 2005-08-03  Ankit Jain  <jankit@novell.com>
18706
18707         Fix #75683.
18708         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
18709           PInvoke calling convention is 0.
18710
18711 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
18712
18713         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
18714         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
18715
18716 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
18717
18718         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
18719         to handle threads not started by the GC (patch by Michael Meeks
18720         <michael.meeks@novell.com>).
18721
18722 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
18723
18724         * reflection.c: Make buffer used in emitting types larger for some
18725         big generic types (patch by Michal Moskal).
18726
18727 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
18728
18729         * mono-debug.c: Fix some (not all) alignment problems.
18730
18731 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18732
18733         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
18734         Invoke mono_image_load_from_data_full passing the refonly
18735         parameter.
18736
18737         * assembly.c
18738         (mono_assembly_open_from_bundle): Add the refonly argument, 
18739         in order to pass it to other methods it calls to.
18740         (do_mono_assembly_open): Add the refonly argument, in order 
18741         to pass it to other methods it calls to.
18742         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
18743         the refonly parameter to it.
18744
18745         * image.c: Add loaded_images_refonly_hash and
18746         loaded_images_refonly_guid_hash to cache the reflection
18747         only loaded images.
18748         (mono_images_init): Initialize the hash tables used for
18749         caching the reflection only images.
18750         (load_modules): Invoke mono_image_open_full passing the refonly
18751         parameter to load the modules the correct way.
18752         (build_guid_table): Add the refonly argument, to re-build the 
18753         correct hash table.
18754         (do_mono_image_open): Added the refonly argument, in order to
18755         define it for the loaded image.
18756         (mono_image_loaded_full): New function, which receives an
18757         additional parameter to look for the image in the refonly or
18758         non-refonly section.
18759         (mono_image_loaded): Updated, using mono_image_loaded_full.
18760         (mono_image_loaded_by_guid_full): The same case that happens
18761         with mono_image_loaded_full.
18762         (mono_image_loaded_by_guid): Likewise.
18763         (register_image): Use the ref_only variable inside MonoImage
18764         to decide in which hash table store the current image.
18765         (mono_image_open_from_data_full): Rename
18766         mono_image_open_from_data to mono_image_open_from_data_full,
18767         adding the refonly argument, to define the ref_only variable 
18768         inside MonoImage.
18769         (mono_image_open_from_data): Return 
18770         mono_image_open_from_data_full.
18771         (mono_image_open_full): Rename mono_image_open to
18772         mono_image_open_full, receiving the new refonly argument,
18773         to pass it to inner methods.
18774         (mono_pe_file_open): Update this function, to open
18775         a MonoImage as a non-refonly image.
18776         (mono_image_close): Use the refonly variable inside
18777         MonoImage to remove the image from the correct caches.
18778
18779         * image.h: Add the signatures of mono_image_open_full,
18780         mono_image_open_from_data_full, mono_image_loaded_full,
18781         mono_image_loaded_by_guid_full.
18782
18783         * metadata-internals.h: Add the ref_only field to 
18784         MonoImage.
18785         
18786 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18787
18788         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
18789         Fix the last behavior, which used to load the assemblies and
18790         extract MonoReflectionAssemblyName information, instead of
18791         extract it from the metadata tables. Needed for Reflection
18792         Only assemblies.
18793         
18794 2005-07-29  Martin Baulig  <martin@ximian.com>
18795
18796         * mono-debug-debugger.c
18797         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
18798         not initialized.
18799
18800         * mono-debug.c
18801         (mono_debug_address_from_il_offset): Check whether we have
18802         debugging support before attempting to take the lock.
18803         (mono_debug_source_location_from_address): Likewise.
18804         (mono_debug_source_location_from_il_offset): Likewise.
18805         (mono_debug_il_offset_from_address): Likewise.
18806         (mono_debug_address_from_il_offset): Likewise.
18807
18808 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
18809
18810         * class.c (mono_class_from_name_case): Add support for dynamic images.
18811         Fixes #75650.
18812
18813         * object.c (mono_class_compute_gc_descriptor): Add a workaround
18814         for #75479.
18815
18816 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
18817         
18818         * reflection.c (mono_method_get_object): Fix warning.
18819
18820 2005-07-28  Martin Baulig  <martin@ximian.com>
18821
18822         * mono-debug.c
18823         (mono_debug_add_wrapper): Also write the wrapper type.
18824
18825 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
18826
18827         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
18828         
18829         * class.c (mono_class_init): Avoid reading nested classes if the AOT
18830         data indicates the class has none.
18831
18832 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
18833
18834         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
18835         loader lock with the debugger lock. Prevents deadlocks for beagle.
18836
18837         Beagle can now run on an smp box for a weekend without any
18838         issues. Woohoo!
18839
18840 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
18841
18842         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
18843         in a module. Fixes #75629.
18844
18845 2005-07-26  Martin Baulig  <martin@ximian.com>
18846
18847         * mono-debug.c (mono_debug_add_wrapper): New static method.
18848         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
18849         interncall or a wrapper.
18850
18851         * mono-debug.h (MonoDebugWrapperData): New public typedef.
18852         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
18853         (MONO_DEBUGGER_VERSION): Bump to 51.
18854
18855         * mono-debug-debugger.c
18856         (mono_debugger_add_type): Removed this empty function.
18857         (mono_debugger_add_method): Likewise.
18858
18859 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
18860
18861         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
18862         before accessing method->slot.
18863
18864 2005-07-21  Jb Evain  <jbevain@gmail.com>
18865
18866         * reflection.c (method_encode_clauses/class): Handle filters clauses.
18867         Fixes #75010.
18868
18869 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
18870
18871         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
18872         #75587.
18873
18874 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
18875
18876         * image.h image.c: Add mono_image_get_guid () API function.
18877
18878 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
18879
18880         There were issues when multiple threads tried to load
18881         assemblies. A deadlock was created between assemblies_mutex and
18882         mono_domain_assemblies_lock. This fixes the issue by making the
18883         assembly ref counting be lock free. See bug 75586.
18884         
18885         * image.c (mono_image_close): The add ref function here was using
18886         Interlocked operations while the unref was using a mutex and a
18887         --. I don't think this was ever a bug that would be exposed in a
18888         non-pendantic way (ie, by an embedder doing a ref on one thread
18889         and an unref on another), but for the sake of correctness, this is
18890         now Interlocked.
18891
18892         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
18893         (mono_assembly_load_reference): Call mono_assembly_addref rather
18894         than touching the refcount ourselves.
18895         (mono_assembly_close): Use InterlockedDecrement to unref the
18896         assembly. Don't acquire the lock unless it is actually needed.
18897
18898 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
18899
18900         * class.c (mono_class_layout_fields): Fix calculation of has_references
18901         for generic types.
18902
18903 2005-07-12  Martin Baulig  <martin@ximian.com>
18904
18905         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18906
18907         * metadata.c
18908         (mono_type_hash): Provide better hashing for generic instances.
18909         (mono_generic_inst_hash): Improve hashing.
18910         (mono_generic_class_hash): Likewise.
18911
18912         * reflection.c (mymono_metadata_type_hash): Improve hashing for
18913         generic instances.
18914
18915 2005-07-12  Martin Baulig  <martin@ximian.com>
18916
18917         * reflection.c (mono_reflection_create_runtime_class): Remove the
18918         hack for generic type definitions and non-`Run' assemblies.
18919         (mono_reflection_bind_generic_parameters): Also use
18920         `klass->wastypebuilder' to check for TypeBuilders.
18921
18922 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
18923
18924         * class.c (mono_class_layout_fields): Fix calculation of has_references
18925         for generic types.
18926
18927         * class.c (inflate_generic_class): Fix a leak.
18928         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
18929         for generic types.
18930
18931 2005-07-11  Martin Baulig  <martin@ximian.com>
18932
18933         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
18934         on error.
18935
18936 2005-07-11  Martin Baulig  <martin@ximian.com>
18937
18938         * loader.c (find_method): Also lookup in
18939         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
18940
18941 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18942
18943         * appdomain.c (mono_domain_unload): Don't free the error message
18944         before passing it to mono_get_exception_...
18945
18946         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
18947         
18948 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
18949
18950         * threads.c: try to better guess an available RT signal (bug #75387).
18951
18952 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18953
18954         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
18955         and CACHE_OBJECT.
18956
18957 2005-07-07  Martin Baulig  <martin@ximian.com>
18958
18959         * class.c (mono_type_get_name_full): Return NULL for
18960         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
18961         fixes #75408.
18962
18963 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18964
18965         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
18966         exit the appdomain as well being aborted.
18967
18968         * threadpool.c: Create all threadpool threads inside the root appdomain, and
18969         change back to the root domain after calling managed code. This enables
18970         appdomains using threadpools to be unloaded.
18971
18972 2005-07-07  Martin Baulig  <martin@ximian.com>
18973
18974         * class-internals.h
18975         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
18976         into `MonoDynamicGenericClass' since we only need it for dynamic
18977         types.
18978
18979         * reflection.c (mono_class_bind_generic_parameters): We don't need
18980         to compute the `parent' here.
18981
18982 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
18983
18984         * culture-info-table.h : regenerated.
18985
18986 2005-07-06  Martin Baulig  <martin@ximian.com>
18987
18988         * icall.c
18989         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
18990
18991         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
18992
18993 2005-07-06  Martin Baulig  <martin@ximian.com>
18994
18995         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
18996         we're doing a signature-only comparision; fixes #74945.
18997
18998 2005-07-06  Martin Baulig  <martin@ximian.com>
18999
19000         * class-internals.h (MonoGenericClass): Moved some things out into
19001         a new `MonoInflatedGenericClass' type.  
19002         (MonoInflatedGenericClass): New type; the `klass' of a
19003         `MonoGenericClass' is now computed lazyly in
19004         mono_get_inflated_generic_class().      
19005
19006         * class.c (mono_get_inflated_generic_class): New public function.
19007         (mono_class_inflate_generic_method): Removed the unused
19008         `MonoClass *' argument.
19009         (setup_generic_vtable): Don't call mono_get_inflated_method() on
19010         all the methods.
19011         (mono_class_create_generic): Make this static and merge it with
19012         mono_class_create_generic_2(); we're now called automatically from
19013         mono_get_inflated_generic_class().
19014
19015         * loader.c (mono_method_signature): Call
19016         mono_get_inflated_method() here.
19017
19018 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
19019
19020         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
19021         type of fields with RVA.
19022
19023         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
19024         for this pseudo class.
19025         (my_mono_class_from_generic_parameter): Likewise.
19026         (mono_class_init): Allow interfaces to have cctors.
19027
19028 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19029
19030         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
19031         lazily for AOT methods.
19032
19033 2005-07-05  Martin Baulig  <martin@ximian.com>
19034
19035         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
19036         returns FALSE for a successful match, not TRUE.
19037
19038 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19039
19040         * loader.c (mono_method_get_index): Optimize this a bit.
19041
19042 2005-07-04  Martin Baulig  <martin@ximian.com>
19043
19044         * class.c
19045         (class_compute_field_layout): Move the check for generic type
19046         definitions into mono_class_layout_fields().  Fixes #74684.
19047         (mono_class_from_generic_parameter): Correctly compute
19048         `klass->parent'; fixes #75457.
19049
19050         * reflection.c (register_assembly, register_module): Make sure
19051         `domain->rejobject_hash' is already created.
19052
19053 2005-07-02  Martin Baulig  <martin@ximian.com>
19054
19055         * class-internals.h
19056         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
19057         `MonoDynamicGenericClass'.      
19058
19059 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
19060
19061         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
19062         returned by a field getter is null, since null is a valid value.
19063
19064 2005-07-01  Martin Baulig  <martin@ximian.com>
19065
19066         * reflection.c (mono_reflection_generic_class_initialize): Update
19067         the `dgclass->fields [i].parent' to the correct class.
19068         (mono_image_get_fieldref_token): Use the declaring type, not the
19069         reflected type.
19070
19071 2005-07-01  Martin Baulig  <martin@ximian.com>
19072
19073         * loader.c (find_method): Also look in the interfaces; fixes #75429.
19074
19075 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
19076
19077         * threads.c (thread_cleanup): assert that thread != NULL
19078         (wait_for_tids_or_state_change): We were using the wrong variable
19079         when accessing wait->threads. `i' was always out of the bounds of
19080         the array.
19081
19082 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19083
19084         * loader.c: map user32 and kernel32 to libMonoSupportW
19085
19086 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19087
19088         * appdomain.c (unload_thread_main): Mark this as WINAPI.
19089
19090 2005-06-28  Martin Baulig  <martin@ximian.com>
19091
19092         * loader.c (method_from_methodspec): Fix #75334.
19093
19094 2005-06-28  Martin Baulig  <martin@ximian.com>
19095
19096         Fix #74953 - Arrays now implement the generic IList<T> interface
19097         on the 2.0 platform.
19098
19099         * class-internals.h (MonoDefaults): Added `generic_array_class'.
19100
19101         * reflection.c (mono_class_bind_generic_parameters): New public
19102         function; similar to mono_reflection_bind_generic_parameters(),
19103         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
19104
19105         * domain.c (mono_init_internal): Try to initialize.
19106         `mono_defaults.generic_array_class' here; this'll only succeed if
19107         we're using the 2.0 corlib.
19108
19109         * icall.c
19110         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
19111         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
19112         (mono_lookup_internal_call): Added support for nested classes.
19113
19114         * loader.c
19115         (mono_get_method_from_token): Set `result->signature->pinvoke' if
19116         we're an interncall and have generic arguments.
19117
19118         * class.c
19119         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
19120         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
19121         instance of System.Array.InternalArray<T> for arrays, so they
19122         implement the generic IList<T> interface.
19123
19124 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
19125
19126         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
19127         (chastamar@yahoo.com). Fixes #75374.    
19128
19129 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
19130
19131         * culture-info-table.h: regenerated.
19132
19133 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19134
19135         * icall.c: handle spaces correctly for base64 strings.
19136
19137 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19138
19139         * *.c: Kill some warnings.
19140
19141 2005-06-23  Duncan Mak  <duncan@novell.com>
19142
19143         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
19144         that this builds on Solaris 10 (x86).
19145
19146 2005-06-23  Martin Baulig  <martin@ximian.com>
19147
19148         * class.c
19149         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
19150         generic type definitions.
19151
19152 2005-06-23  Martin Baulig  <martin@ximian.com>
19153
19154         Fix #75331.
19155
19156         * metadata.c (mono_class_get_overrides): Renamed to
19157         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
19158         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
19159         pass it to mono_get_method_full().
19160
19161 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
19162
19163         * reflection.c (mono_reflection_create_runtime_class): take the
19164         mono_domain_lock in this method. Prevents deadlocks
19165
19166 2005-06-22  Martin Baulig  <martin@ximian.com>
19167
19168         * loader.c (method_from_methodspec): Fix #75330.
19169
19170 2005-06-22  Martin Baulig  <martin@ximian.com>
19171
19172         * reflection.c (type_get_qualified_name): Use
19173         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
19174         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
19175         argument; use it if we don't have an assembly name.
19176
19177 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
19178
19179         * object.c: In mono_message_init, set "copy out" flag for in
19180         parameters with the [Out] flag.
19181
19182 2005-06-21  Martin Baulig  <martin@ximian.com>
19183
19184         * class.c
19185         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
19186         and MONO_TYPE_PTR.
19187
19188 2005-06-21  Martin Baulig  <martin@ximian.com>
19189
19190         * class.c (mono_class_init): Don't initialize `class->fields' for
19191         generic instances since they're initialized again in
19192         compute_field_layout(). 
19193         (compute_field_layout): Set the field's `generic_info' here; fix
19194         #75320. 
19195
19196 2005-06-21  Martin Baulig  <martin@ximian.com>
19197
19198         * class-internals.h
19199         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
19200
19201         * metadata.c (mono_metadata_generic_method_equal): Also
19202         distinguish the `generic_class'; fixes #75334.
19203
19204 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19205
19206         * domain.c:
19207         * appdomain.c:
19208         * domain-internals.h:
19209         * reflection.c: 'domain_assemblies' field is now protected by its own
19210         lock. Don't call into managed code to run the AssemblyLoad event if we
19211         now there are no registered delegates for it.
19212
19213 2005-06-20  Martin Baulig  <martin@ximian.com>
19214
19215         * class.c (mono_class_is_assignable_from): Use a custom version of
19216         mono_class_has_parent() to make things work for generic instances;
19217         fix #75300.
19218
19219 2005-06-20  Martin Baulig  <martin@ximian.com>
19220
19221         * loader.c (method_from_methodspec): Apply a patch from
19222         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
19223
19224 2005-06-20  Martin Baulig  <martin@ximian.com>
19225
19226         * class.c (mono_class_init): Reverted Zoltan's last change; it
19227         breaks generics.
19228
19229 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19230
19231         * threads.c (wait_for_tids_or_state_change): Add missing locking.
19232
19233 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19234
19235         * socket-io.c: fix the index in the socket array for writable/error
19236         sockets. Fixes bug #75306.
19237
19238 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19239
19240         * class.c (mono_class_init): Allow interfaces to have static ctors.
19241
19242 2005-06-17  Martin Baulig  <martin@ximian.com>
19243
19244         * loader.c (method_from_methodspec): Use `context->container' when
19245         parsing the `gmethod->inst'.
19246
19247 2005-06-17  Martin Baulig  <martin@ximian.com>
19248
19249         * class.c (mono_type_get_name_recurse): Don't add the assembly
19250         name for type arguments.
19251
19252 2005-06-15  Martin Baulig  <martin@ximian.com>
19253
19254         * reflection.c (mono_image_get_inflated_method_token): Encode
19255         correct klass; fixes #75260.
19256
19257 2005-06-13 Michal Moskal <malekith@nemerle.org>
19258
19259         * icall.c: Make GetCorrespondingMethod/Constructor take
19260         MonoReflectionMethod method not MonoMethod. Removed
19261         MonoType.GetCorrespondingField, and make
19262         MonoGenericType.GetCorrespondingField take name not
19263         MonoClassField.
19264
19265 2005-06-13  Michal Moskal <malekith@nemerle.org>
19266
19267         * reflection.c (field_encode_signature, encode_locals):
19268          Make sizes of buffers for types larger (for big generic types).
19269          (create_generic_typespec,
19270          mono_reflection_sighelper_get_signature_local,
19271          mono_reflection_sighelper_get_signature_field):
19272          Add asserts for too small buffers.
19273
19274 2005-06-15  Martin Baulig  <martin@ximian.com>
19275
19276         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
19277         if our parent is not a dynamic type.
19278
19279 2005-06-15  Martin Baulig  <martin@ximian.com>
19280
19281         * class-internals.h (MonoTypeNameFormat): New enum.
19282
19283         * class.c
19284         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
19285         (mono_type_get_full_name): Removed.
19286         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
19287         argument instead of the boolean's.
19288
19289         * icall.c (ves_icall_System_MonoType_getFullName):
19290         Added `gboolean assembly_qualified'.    
19291
19292         * reflection.h
19293         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
19294
19295         * reflection.c (mono_reflection_parse_type): Parse the new type
19296         name format.
19297
19298 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19299
19300         * icall.c: no need to convert from utf16 to utf8 and then back again
19301         after the call to GetLogicalDrives.
19302
19303 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19304
19305         * icall.c: frombase64. Fix problems exposed by new tests.
19306
19307 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19308
19309         * icall.c: added internal calls for converting char [] and strings in
19310         base64 into byte [].
19311
19312 2005-06-10  Martin Baulig  <martin@ximian.com>
19313
19314         * class.c (mono_class_create_generic_2): Read the nested classes
19315         from the metadata rather than from `gklass->nested_classes' since
19316         `gklass' might not be initialized yet.
19317
19318 2005-06-09  Duncan Mak  <duncan@novell.com>
19319
19320         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
19321         all public headers. Fixes #74919.
19322
19323 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
19324
19325         * domain.c: The key for proxy_vtable_hash is now a pointer
19326         array. Added new GHashFunc and GCompareFunc functions for this.
19327
19328         * class.h: The list of interfaces in MonoRemoteClass is known in
19329         advance and can't grow (we create a new MonoRemoteClass if needed),
19330         so now the interface array can be allocated together with
19331         MonoRemoteClass.
19332         
19333         * object.c: Added a new method create_remote_class_key.
19334         Fixed mono_remote_class so it does not depend on
19335         mono_upgrade_remote_class.
19336         Removed extend_interface_array.
19337         Added new method clone_remote_class(), which makes a copy of a remote
19338         class and adds a new interface or class to it.
19339         mono_upgrade_remote_class() now creates a new remote class (or gets
19340         it from the cache) if an vtable upgrade is needed. In this way
19341         we make sure that other objects sharing the same remote class
19342         don't get the new vtable with unwanted interfaces.
19343         
19344         * object-internals.h:
19345         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
19346         
19347         * marshal.c: Track changes in mono_upgrade_remote_class().
19348
19349 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
19350         * icall.c: Add runtime methods for obtaining members of inflated
19351         class, which were created from supplied non-inflated members. It
19352         is used in internal Get{Method,Constructor,Field} methods in
19353         System.Type
19354
19355 2005-06-09  Martin Baulig  <martin@ximian.com>
19356
19357         * reflection.c
19358         (mono_reflection_bind_generic_method_parameters): Fix #75169.
19359
19360 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19361         * reflection.c (mono_image_basic_init): Define
19362         Version in MonoDynamicAssembly. 
19363         
19364 2005-06-08  Martin Baulig  <martin@ximian.com>
19365
19366         Fix #75136.
19367
19368         * loader.c
19369         (mono_method_signature_full): New public method; takes a
19370         `MonoGenericContext *'.
19371         (find_method): Use mono_method_signature_full() and pass the
19372         klass'es context to it.
19373
19374         * class.c (mono_class_is_inflated_method): Use
19375         mono_method_signature_full() and pass the context to it.
19376
19377 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
19378
19379         * object.c: add proper locking in mono_remote_class_vtable(),
19380         fixes possible memory corruption.
19381
19382 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
19383
19384         * marshal.c (mono_remoting_marshal_init): set
19385         initialized after initialization.
19386
19387 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19388
19389         * locales.c : hush.
19390
19391 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
19392
19393         * object.c (extend_interface_array): fix really silly
19394         memory corrupting / comparison bug.
19395
19396 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19397
19398         * reflection.c: Functions added to support the creation
19399         of CustomAttributeData, which includes Attribute data
19400         used by ReflectionOnly methods.
19401
19402         * reflection.h:  mono_reflection_get_custom_attrs_data and
19403          mono_custom_attrs_data_construct added (functions exposed).
19404
19405          * icall.c: Added mono_reflection_get_custom_attrs_data
19406          as icall.
19407         
19408 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19409
19410         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
19411         lupus's request.
19412
19413 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
19414
19415         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
19416
19417         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
19418         dynamic DllImportAttribute.
19419
19420         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
19421         dynamic DllImportAttribute.
19422
19423         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
19424         Fixes #75162.
19425
19426 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19427
19428         * threads.c: avoid segfault when an unstarted thread is aborted.
19429
19430 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
19431
19432         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
19433         Returns the name and version of the runtime for reporting.
19434
19435 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19436
19437         * appdomain.c: bump corlib version.
19438         * object-internals.h: new field in MonoReflectionAssembly.
19439
19440 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19441
19442         * object-internals.h: Carlos forgot to add this field.
19443
19444 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19445
19446         * icall.c: Added create_version to create instances
19447         of Version of MonoReflectionAssemblyName. This change helps
19448         the AssemblyName tests to keep running fine.
19449         
19450 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
19451   
19452         * object.c (mono_method_return_message_restore): A somehow less
19453         intrusive fix for #75138.
19454
19455 2005-06-03  Raja R Harinath  <rharinath@novell.com>
19456
19457         * object.c (mono_method_return_message_restore): Fix computation
19458         of expected number of out args.
19459
19460 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
19461
19462         * reflection.c (mono_image_get_method_info): Fix the case when the
19463         charset is empty.
19464
19465 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
19466
19467         * object.c: Added missing null check in
19468           mono_method_return_message_restore.
19469
19470 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
19471
19472         * reflection.c (mono_image_get_method_info): Handle the case when
19473         dllentry is empty.
19474
19475 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
19476
19477         * object.c: When creating the vtable for a proxy, take into account
19478         all inherited interfaces, not only the ones registered in
19479         iclass->interfaces. This fixs bug #74996.
19480         Also, in mono_method_return_message_restore, verify that the array
19481         of out args has the expected lengh.
19482
19483 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19484
19485         * socket-io.c: update the timeout in Poll when the call is interrupte.
19486
19487 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19488
19489         * socket-io.c: support abort/suspend in Select_internal after last
19490         change.
19491
19492 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19493
19494         * threadpool.c: remove warning.
19495
19496 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19497
19498         * icall.c:
19499         * socket-io.[ch]: Select_internal uses poll() now when available, thus
19500         removing the 1024 limit from select(). Runtime part of the fix for
19501         bug #71203.
19502
19503 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19504
19505         * socket-io.c: when resolving the addresses for the same
19506         host returned by gethostname(), get the local IPs from the interface
19507         list. Loopback addresses are discarded if the are interfaces up with
19508         non-loopback ones. Fixes bug #63265.
19509
19510 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
19511
19512         * appdomain.c, verify.c, object-internals.h, reflection.c:
19513         bumped corlib number to 36, and added new extra_flags field
19514         to ReflectionMethodBuilder and friends.  Fixes #75060.
19515
19516 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
19517
19518         * gc.c: register a new weak link only if the object is non-null
19519         (fixes bug#75047).
19520
19521 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19522
19523         * culture-info.h : short time pattern too.
19524
19525 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19526
19527         * culture-info.h : expand long time pattern string length.
19528
19529 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
19530
19531         * culture-info-table.h : update (more French date format; #72788).
19532
19533 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
19534
19535         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
19536         the method is static. Fixes #75029.
19537
19538 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
19539
19540         * reflection.c: Update the table_idx field of method builders after
19541         saving the module, since it can change. This is a workaround for
19542         bug #74914. 
19543
19544 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
19545
19546         * culture-info-table.h : update (additional French date format).
19547
19548 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
19549
19550         * icall.c (ves_icall_type_Equals): Revert last change.
19551         
19552         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
19553
19554         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
19555
19556 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
19557
19558         * class-internals.h: Added executioncontext_class field to 
19559         MonoDefaults structure.
19560         * domain.c: Cache System.Threading.ExecutionContext class in 
19561         mono_defaults.
19562         * object.c: Capture the ExecutionContext for asynchroneous calls in
19563          mono_async_result_new.
19564         * object-internals.h: Added execution_context and original_context 
19565         fields to MonoAsyncResult. Added execution_context to MonoThread.
19566         * security-manager.c|.h: Added mono_get_context_capture_method to 
19567         return the capture method (if required by the security manager or by
19568         the framework version used).
19569         * threadpool.c: Apply capture (if present) ExecutionContext in 
19570         mono_async_invoke and revert to original context after it completes.
19571
19572 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
19573
19574         * culture-info-table.h : updated (real hacky solution for zh-CHT).
19575
19576 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
19577
19578         * culture-info-table.h : zh-CHT related workaround.
19579
19580 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
19581
19582         * marshal.c (emit_marshal_custom): Add some error checking and call the
19583         methods in the ICustomMarshaler interface. Fixes #74875.
19584         
19585         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
19586         native->managed wrappers.
19587
19588 2005-05-12  Martin Baulig  <martin@ximian.com>
19589
19590         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
19591         here and use the loader lock.
19592
19593         * mono-debug.c: Properly lock when the debugger is not attached.
19594         (mono_debug_init): Release the initial lock if we're not running
19595         in the debugger.
19596
19597 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
19598
19599         * marshal.c (emit_marshal_custom): Pass through NULL values without
19600         calling the custom marshalling routines.
19601
19602         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
19603         conversion in structures. Fixes #74882.
19604
19605 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
19606
19607         * culture-info-table.h : zh-* cultures were missing.
19608
19609 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
19610
19611         * threads.c: Added a new event background_change_event which is signaled
19612         when a thread changes its background mode.
19613         Moved here several checks previously done in managed code. The checks
19614         require the thread lock, and using the thread lock in managed code
19615         can result in deadlocks.
19616         Merged Start_internal and Thread_internal into a single method. Now 
19617         Thread_internal does all work of creating and starting a thread.
19618         Added icalls for setting and getting the state of the object. Moved from
19619         managed code to avoid locking there.
19620         Added wait_for_tids_or_state_change() which is called instad of
19621         wait_for_tids when waiting for non-backround threads to end. This method
19622         will return if one of the threads ends or the background_change_event
19623         is signaled.
19624         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
19625         the background mode. This method signals the background_change_event
19626         event.
19627         * icall.c:
19628         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
19629         removed Start_internal.
19630         
19631 2005-05-11  Martin Baulig  <martin@ximian.com>
19632
19633         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
19634         to order of some fields to get proper alignment on 64-bit machines.
19635
19636 2005-05-11  Martin Baulig  <martin@ximian.com>
19637
19638         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
19639         changes as they're broken and completely fuck up the debugger.
19640
19641         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
19642
19643 2005-05-10  Martin Baulig  <martin@ximian.com>
19644
19645         * reflection.c (mono_reflection_generic_class_initialize): Don't
19646         call mono_class_setup_parent() here.
19647
19648 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19649
19650         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
19651         send/receive timeout use an integer in milliseconds. We were using a
19652         struct timeval.
19653
19654 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19655
19656         * locales.c:
19657         (internal_get_cultures): reserve the first slot of the array for the
19658         InvariantCulture, which will be filled in managed code.
19659
19660 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
19661
19662         * reflection.c (mono_image_fill_module_table): Initialize the
19663         GENERATION field as well.
19664
19665 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19666
19667         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
19668         Monitor.Enter on the object.
19669
19670 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
19671
19672         * threads.c: Enable the wait for running threads when exiting.
19673         * icall.c: Suspend all threads before exiting.
19674
19675 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
19676
19677         * assembly.c (mono_assembly_load_reference): Fix warning.
19678
19679 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19680
19681         * threadpool.c: changed the default number of threads per cpu. From now
19682         on, the default will be 20 + (5 * number of cpus) instead of 50.
19683
19684 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
19685
19686         * loader.c (mono_method_get_signature_full): Add locking here.
19687
19688 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
19689
19690         * appdomain.c: Moved methods for parsing and freeing assembly
19691         names to assembly.c.
19692         * assembly.c, domain-internals.h: Created public methods for parsing
19693         assembly names. Fixed mono_assembly_load_with_partial_name:
19694         it now finds the best match, taking into account the version,
19695         token and culture specified in the partial name. Also return
19696         the latest version if no version information is specified.
19697
19698 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
19699
19700         * threadpool.c: replace check for SocketAsyncCall class.
19701
19702 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19703
19704         * threadpool-internals.h:
19705         * Makefile.am: added threadpool-internals.h
19706
19707         * threadpool.c: call mono_unhandled_exception on exceptions not handled
19708         that happen in threadpool threads (tested on MS).
19709         (mono_thread_pool_remove_socket): new function that dispatch any pending
19710         AIO call on a socket that is closing. By now only epoll really needs it,
19711         as select/poll wake up when the socket closes.
19712
19713
19714         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
19715
19716 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
19717
19718         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
19719
19720 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
19721
19722         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
19723
19724 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
19725
19726         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
19727         has an abort request, convert it into a suspend request.
19728
19729 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
19730
19731         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
19732         warning for the usage of `UnmanagedFunctionPointerAttribute' which
19733         is not supported yet.
19734
19735 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19736
19737         * image.c: register assemblies loaded from data (bundles) in the loaded
19738         assemblies hash. Fixes bug #74772.
19739
19740 2005-04-29  Martin Baulig  <martin@ximian.com>
19741
19742         * class.c (mono_type_get_name_recurse): Update to the new naming
19743         schema from the latest .NET 2.x beta2.
19744         (mono_class_setup_vtable_general): If we're a generic instance,
19745         copy the vtable from our generic type definition and inflate all
19746         the methods in it.
19747
19748         * loader.c (find_method): Update to the new naming schema from the
19749         latest .NET 2.x beta2.
19750
19751 2005-04-29  Raja R Harinath  <harinath@gmail.com>
19752
19753         * class.c (mono_class_init): Add a mono_loader_unlock to the
19754         #74734 fix.
19755
19756 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
19757
19758         * icall.c (ves_icall_System_Environment_Exit): Remove the 
19759         suspend_all_other_threads () call for the time being, since it can hang.
19760
19761         * threads.c (mono_thread_manage): Similarly, disable the waiting for
19762         the background threads to exit, since it can also hang.
19763
19764         * class.c (mono_class_init): Applied patch from Ankit Jain 
19765         (radical@gmail.com). Avoid pending init errors when a field refers
19766         to a nested class using a typeref. Fixes #74734.
19767
19768         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
19769         this for dynamic modules.
19770
19771 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19772
19773         * threads.c: don't wait for threads that are in the process of aborting
19774         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
19775         and waiting for background threads to finish. This makes xsp and
19776         mod-mono-server exit without random length delays and/or hangs.
19777
19778 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19779
19780         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
19781
19782 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
19783
19784         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
19785         dynamic types to prevent infinite loops. Fixes #74727.
19786
19787         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
19788         ..._is_assignable_to.
19789
19790 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
19791
19792         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
19793
19794 2005-04-25  Martin Baulig  <martin@ximian.com>
19795
19796         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
19797
19798         * domain.c
19799         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
19800
19801         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
19802
19803         * reflection.c (build_compressed_metadata): Set metadata header
19804         version to 2.0.
19805
19806 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
19807
19808         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
19809         number into an integral and a decimal part. Fixes #70473.
19810
19811         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
19812
19813 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
19814
19815         * culture-info-table.h : reflected the latest locale-builder output.
19816
19817 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19818
19819         * threadpool.c: check for SuspendRequested too when deciding if
19820         mono_thread_interruption_checkpoint should be called.
19821
19822 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19823
19824         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
19825         * threads.c: remove interruption_mutex and use Interlocked instead. When
19826         suspending all the threads, wait for all the suspended events at once.
19827         If we're shutting down and get an APC that is going to be queued,
19828         call mono_thread_execute_interruption immediately, as the thread might
19829         be sleeping on a pthread condition or mutex.
19830
19831         * icall.c: call mono_runtime_set_shutting_down before suspending the
19832         threads.
19833
19834         Fixes bug #74693. And now xsp is happier when exiting.
19835
19836 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
19837
19838         * loader.c (mono_stack_walk): Fix #74690.
19839
19840 2005-04-22  Martin Baulig  <martin@ximian.com>
19841
19842         * mono-debug.h (MonoDebugMethodJitInfo): Added
19843         `MonoDebugMethodJitInfo *jit'.
19844
19845         * mono-debug.c (mono_debug_read_method): Cache the
19846         MonoDebugMethodJitInfo in `address->jit'.
19847         (mono_debug_free_method_jit_info): New public method.
19848
19849 2005-04-22  Martin Baulig  <martin@ximian.com>
19850
19851         * class.c (mono_class_is_assignable_from): Disallow
19852         type parameter -> interface.
19853
19854 2005-04-21  Dick Porter  <dick@ximian.com>
19855
19856         * threads.c (mono_thread_create): Turn an assertion into an error.
19857
19858 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
19859
19860         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
19861         
19862         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
19863         Fix some gcc 4.0 warnings.
19864
19865 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
19866
19867         * file-io.c: fix alt dir separator char on unix systems
19868         and cleanup (fixes bug #71214).
19869
19870 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
19871
19872         * marshal.c: Use CALLVIRT instead of CALL when dispatching
19873         a call to a remote domain, since the method may be an
19874         interface method in the client domain. This fixes bug #74192.
19875
19876 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19877
19878         * threadpool.c: recv/send are now performed before going back to managed
19879         code to save one transition.
19880
19881 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19882
19883         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
19884
19885         * metadata/threadpool.c: removed hack to workaround the bug above.
19886
19887         Fixes bug #74618.
19888
19889 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
19890
19891         * reflection.c reflection.h: Fix handling of parameter defaults in
19892         dynamic methods. Also fixes handling of parameter attributes.
19893         Fixes #74609.
19894
19895         * mono-debug.c (mono_debug_close_image): Fix warning.
19896
19897 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19898
19899         * socket-io.h: replaced old unused field with new 'blocking'.
19900         * threadpool.c: restore socket blocking state on windows(tm).
19901
19902 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
19903
19904         * icall.c: don't return the codebase in the AssemblyName[] returned by
19905         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
19906         * object-internals.h: Removed FIXME (fields were presents) and fixed
19907         versioncompat declaration.
19908
19909 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19910
19911         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
19912         not closed, so don't cleanup when it happens.
19913
19914 2005-04-13  Chris Toshok  <toshok@ximian.com>
19915
19916         * mono-debug-debugger.h: change prototype for
19917         mono_debugger_lookup_type.
19918
19919         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
19920         this function, although it should probably be named
19921         mono_debugger_init_type.
19922
19923 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19924
19925         * threadpool.c: fix non-AIO case.
19926
19927 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
19928
19929         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
19930         the built-in profiler to measure just JIT compilation times.
19931
19932 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19933
19934         * threadpool.c: the epollfd might be closed by another thread at
19935         any time, so ignore EBADF at treat it as a "we're closing" sign.
19936
19937 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19938
19939         * threadpool.c: release the semaphores with a count equals to the number
19940         of working threads in both IO and regular pools. Fixed typo that messed
19941         up the count of IO pool threads. Don't initialize the pipe handles if
19942         we're using epoll.
19943
19944 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19945
19946         * threadpool.c: some systems don't like a NULL when deleting the socket
19947         from epoll.
19948
19949 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19950
19951         * threadpool.c: fix semaphore allocation.
19952
19953 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19954
19955         * threadpool.c: added epoll() based implementation for asynchronous IO
19956         that is used instead of the default poll() when available.
19957         It can be disabled by setting MONO_DISABLE_AIO.
19958
19959 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19960
19961         * threadpool.c: windows needs 'closesocket' and instead of returning
19962         0 when the stream is closed while in select, it returns -1. Fixes bug
19963         #74573.
19964
19965 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
19966
19967         * class.c (class_compute_field_layout): Fix the regression caused by
19968         the previous try.
19969
19970 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19971
19972         * threadpool.c: separate pool for socket async. IO.
19973         * threadpool.h: mono_max_worker_threads is not a global any more.
19974
19975 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
19976
19977         * class.c (class_compute_field_layout): Fix #74549.
19978
19979 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19980
19981         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
19982         use 2 connected sockets instead.
19983
19984 2005-04-08  Miguel de Icaza  <miguel@novell.com>
19985
19986         * mono-config.c: Add new entry point for mkbundle
19987         mono_config_parse_memory. 
19988
19989 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19990
19991         * threadpool.c: removed another unused function.
19992
19993 2005-04-08  Ankit Jain  <radical@corewars.org>
19994
19995         * reflection.c (get_default_param_value_blobs): Add 'types'
19996         parameter to get the types encoded in the constant table.
19997         (mono_param_get_objects): Use the type from the constant table,
19998         not the type of the parameter, when creating default values.
19999         Handle null default values correctly.
20000
20001 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20002
20003         * file-io.c:
20004         * file-io.h:
20005         * threadpool.c:
20006         * threadpool.h:
20007         * icall.c:
20008         * socket-io.c: removed dead code for async IO.
20009
20010 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20011
20012         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
20013
20014         * threadpool.c: intercept socket async. calls and pass them to a thread
20015         that is polling and dispatching the job items to the threadpool as
20016         socket become ready. Fixes bugs #71217, #71933.
20017
20018         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
20019         between char and short/ushort arrays.
20020
20021         * socket-io.c: remove dead code.
20022
20023 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20024
20025         * locales.c,
20026           icall.c : removed InternalToUpper_Comp() and
20027           InternalToLower_Comp().
20028
20029 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20030
20031         * char-conversions.h : The tables were incorrectly generated. Should
20032           be generated against invariant culture.
20033
20034 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
20035
20036         * object.c (mono_runtime_invoke_array): Fix return value when 
20037         passing pre-created valuetype objects to ctors.
20038
20039         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
20040         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
20041         Fixes #74338.
20042
20043 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
20044
20045         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
20046         only used with --security and hides the wrong corlib version error.
20047
20048 2005-03-30  Joshua Tauberer  <tauberer@for.net>
20049
20050         * class.c: Changed mono_class_name_from_token so that types
20051         outside of a namespace don't have an initial period.  Improved
20052         the g_warning message used in _mono_class_get when loading
20053         fails.
20054         * assembly.c: In mono_assembly_load_reference, when an assembly
20055         can't be found, "No such file or directory" is misleading and
20056         unhelpful because a few paths were checked for the presence of
20057         the assembly.  When that happens (ENOENT), display a nicer
20058         message indicating the directories that were searched.  In all
20059         cases, the warning is made easier to read for non-hackers.
20060
20061 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20062
20063         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
20064         project/solution.
20065         * appdomain.h|domain.c: Removed inline from functions.
20066         * appdomain.c: Reduced warnings when compiling on windows.
20067         * icall.c: Fixed output_debug declaration to gunichar2*.
20068         * mono-config.c: Reduced warnings when compiling on windows.
20069         * rand.c: Added missing "windows.h". Added missing return value.
20070         * rawbuffer.c: Added missing winsock2.h for windows.
20071         * sysmath.h: Added mono-compiler.h header to allow/ease 
20072         compilation with non-GCC compilers.
20073         * threads.c: Fixed declarations to compile with VS.NET C compiler.
20074         Removed cast warnings.
20075
20076         Adapted from the work of J Lothian (for VC6).
20077
20078 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20079
20080         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
20081         from default_path.
20082
20083 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
20084
20085         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
20086         the 2.0 profile.
20087
20088 2005-03-27  Raja R Harinath  <harinath@gmail.com>
20089
20090         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
20091         has to be in $(exec_prefix).  $(prefix) is for arch-independent
20092         stuff, and it would probably use $(prefix)/share rather than
20093         $(prefix)/lib.
20094
20095 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20096
20097         * console-io.c: added 2 includes that might be missing.
20098
20099 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20100
20101         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
20102         profile.
20103
20104         * reflection.c (create_custom_attr): Allocate the params array using
20105         alloca so it gets GC tracking.
20106
20107 2005-03-23  Chris Toshok  <toshok@ximian.com>
20108
20109         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
20110         out some spew.
20111
20112 2005-03-24  Raja R Harinath  <rharinath@novell.com>
20113
20114         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
20115         changes to pick up any changes in prefix, etc.
20116
20117 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20118
20119         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
20120         
20121         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
20122         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
20123
20124 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20125
20126         * class-internals.h object-internals.h class.c reflection.c: Extend the
20127         mono_lookup_dynamic_token () function to return the class of the
20128         token as well. 
20129
20130         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
20131         well. Fixes #73848.
20132
20133 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
20134
20135         * security-manager.c: Skip inheritance checks for intra-corlib
20136         class inheritance and method overrides. This skips a lot of checks
20137         and (anyway) permissions cannot work until corlib is loaded.
20138
20139 2005-03-23  Martin Baulig  <martin@ximian.com>
20140
20141         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
20142         MONO_TYPE_GENERICINST.  
20143
20144 2005-03-23  Martin Baulig  <martin@ximian.com>
20145
20146         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
20147
20148 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20149
20150         * class.c: added locking comments to some functions.
20151         Cache the interface offsets arrays (saves about 20 KB
20152         of runtime memory in a typical app).
20153         Reduce the time overhead in mono_class_setup_supertypes ().
20154
20155 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
20156
20157         * icall.c: speedup and fix leaks in GetMethodsByName and
20158         GetPropertiesByName.
20159
20160 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20161
20162         * reflection.c: some locking fixes.
20163
20164 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
20165
20166         * metadata.c: added missing break in case statement.
20167
20168 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
20169
20170         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
20171         typedbyref return values. Fixes #73941.
20172
20173 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
20174
20175         * security-manager.c|h: Added demandunmanaged method and 
20176         suppressunmanagedcodesecurity class to MonoSecurityManager.
20177         Renamed aptc class to allowpartiallytrustedcallers.
20178
20179 2005-03-17  Martin Baulig  <martin@ximian.com>
20180
20181         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
20182
20183 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20184
20185         * file-io.c: disabled file async. IO using aio_*. It uses the
20186         threadpool now. Workaround for bug #73718.
20187
20188 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20189
20190         * assembly.h, mono-config.c: added code to deal with bundled configs
20191         for bundled assemblies.
20192
20193 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
20194
20195         * *.c, private.h: cleanup, removing old private.h header file.
20196
20197 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20198
20199         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
20200         and throw_on_unmappable_char attributes.
20201
20202 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
20203
20204         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
20205         _ProcessName_internal.
20206
20207 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
20208
20209         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
20210         #73631.
20211
20212         * icall.c threads.c threads-types.h: Remove slothash icalls as they
20213         are no longer used.
20214
20215 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20216
20217         * object.c (compute_class_bitmap): Add support for generics. Fixes
20218         #73527.
20219
20220 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20221
20222         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
20223
20224 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20225
20226         * filewatcher.c: commented out the code for windows watcher, as we don't
20227         use it (we use the managed implementation instead).
20228
20229 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20230
20231         * object-internals.h (MonoThread): Remove 'unused1' field.
20232
20233         * appdomain.c: Bump corlib version.
20234
20235         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
20236
20237         * reflection.c (mono_reflection_create_runtime_class): Remove the
20238         AssemblyBuilder.Save optimization since it causes too many problems.
20239
20240 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
20241
20242         * exception.c|h: Added mono_get_exception_reflection_type_load to
20243         create a ReflectionTypeLoadException object.
20244         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
20245         to return NULL is a InheritanceDemand fails during reflection. Updated
20246         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
20247         ReflectionTypeLoadException if an InheritanceDemand fails during 
20248         reflection. Added icall mapping for GetLinkDemandSecurity.
20249         * security-manager.c|h: Added ves_icall_System_Security_
20250         SecurityManager_GetLinkDemandSecurity internal call to return the
20251         class and methods permissions set for a LinkDemand. Removed unused
20252         fields in MonoSecurityManager.
20253
20254 2005-03-10  Martin Baulig  <martin@ximian.com>
20255
20256         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
20257         it's a generic instance.
20258
20259 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
20260
20261         * reflection.c (mono_get_object_from_blob): Applied patch from
20262         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
20263
20264         * class.c (mono_class_is_assignable_from): Another try at fixing 
20265         #73469 without breaking anything.
20266
20267 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20268
20269         * class.c: (mono_class_is_assignable_from): Revert the last changes
20270         since they don't work with generics.
20271         
20272         * class.c (mono_class_is_assignable_from): Fix build bustage.
20273
20274         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
20275         the managed IsAssignableFrom method. Fixes #73469.
20276
20277         * reflection.c (mono_reflection_call_is_assignable_from): New helper
20278         function.
20279
20280 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20281
20282         * object.c (mono_load_remote_field_new): Fix returning uninitialized
20283         memory when the remoting callback does not sets the out arguments.
20284         Fixes #73007.
20285
20286         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
20287         by mistake.
20288
20289         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
20290
20291         * object-internals.h (MonoStackFrame): Sync with managed object layout.
20292
20293         * appdomain.c: Bump corlib version.
20294
20295 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20296
20297         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
20298         function.
20299
20300         * threads.c (mono_thread_attach): Detect threads which are not started
20301         by the GC pthread wrappers.
20302
20303 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
20304
20305         * icall.c: Added new icall for RNG.
20306         * rand.c|h: Added new icall to open the RNG. This allows to share a 
20307         single handle on Linux to access /dev/urandom and fix #73183.
20308
20309 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
20310
20311         * object.c: setting the new vtable in a transparent proxy object must
20312         not change the GC descriptor.
20313
20314 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20315
20316         * object.c: fixed compilation without GCJ support.
20317         * reflection.c: for runtime-created types ensure klass->has_references
20318         is correct (bug #73215).
20319
20320 2005-03-02  Martin Baulig  <martin@ximian.com>
20321
20322         * class.c (mono_class_is_assignable_from): Make this work if
20323         `oklass' is a generic instance; fixes #72831.
20324
20325 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20326
20327         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
20328         with hasthis set.
20329         
20330         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
20331
20332         * marshal.c: Reorganize native->managed marshalling code to also use
20333         the emit_marshal_... functions.
20334
20335 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20336
20337         * object.c: typed allocs have issues with bitmap sizes > 30,
20338         so check for max_set >= 30.
20339
20340 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20341
20342         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
20343         managed code. Fixes #73012.
20344
20345         * metadata.h (MonoMarshalSpec): Add elem_mult field.
20346
20347         * metadata.c reflection.c: Load/Emit elem_mult as well.
20348         
20349         * metadata.h (MonoMarshalSpec): Add comment.
20350
20351         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
20352
20353         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
20354         num_elem to -1 if not given.
20355
20356         * object-internals.h (MonoReflectionMarshal): Add has_size field.
20357
20358         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
20359         given values.
20360
20361 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
20362
20363         * null-gc.c (mono_gc_free_fixed): Was not compilable.
20364
20365 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
20366
20367         * reflection.c (encode_marshal_blob): Encode param_num field as well.
20368
20369         * object-internals.h (MonoReflectionMarshal): Add param_num field.
20370
20371 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20372
20373         * object.c: generalized the reference bitmap creation
20374         and added hooks for the new GC.
20375         * class-internals.c: removed the gc_bitmap field from MonoClass.
20376
20377 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20378
20379         * domain.c: help the compiler to produce better code
20380         in mono_jit_info_table_find ().
20381
20382 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
20383
20384         * object.c: make all allocations look typed.
20385
20386 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20387
20388         * socket-io.c: load Mono.Posix if it's not loaded already
20389         (fixes bug#73033).
20390
20391 2005-02-24  Martin Baulig  <martin@ximian.com>
20392
20393         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
20394         * reflection.c (dup_type): Likewise.
20395
20396 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
20397
20398         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
20399         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
20400
20401 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20402
20403         * domain.c, threads.c, object-internals.h: make the critical thread
20404         local vars use the fast access mode (even when we're compiled in
20405         a lib). Provide accessors to be used by the jit during codegen.
20406
20407 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20408
20409         * appdomain.c: Changed hook functios behavior to include
20410         support for the reflection only assemblies. Some icalls were changed
20411         to support the mentioned assemblies too. Signatures of static methods
20412         try_assembly_resolve and real_load now have an additional parameter:
20413         refonly.
20414
20415         * assembly.c: General changes to mono_assembly_ methods to support
20416         reflection only api. Functions mono_assembly_open, mono_assembly_load,
20417         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
20418         suffix, to support an additional gbool parameter to specify whether
20419         the assembli is reflection only or not. Created some new hook functions 
20420         to add support for reflection only assemblies. Signatures of static 
20421         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
20422         have now an additional parameter: refonly.
20423
20424         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
20425         indicating whether the assembly is reflection only or not.
20426
20427         * exception.c: Add mono_get_exception_invalid_operation.
20428
20429         * icall.c: Throw an InvalidOperationException when trying to invoke
20430         a property/method/event, or trying to set/get the value of a field.
20431         Also add an icall to retrieve the ref_only flag to the
20432         MonoReflectionAssembly.
20433
20434 2005-02-23  Chris Toshok  <toshok@ximian.com>
20435
20436         Part of fix for #72827.
20437         * mono-debug.c (mono_debug_add_method): add lexical block data to
20438         the info we write.  Kind of a hack at the moment - we copy the
20439         lexical block info from the MonoDebugMethodInfo to the
20440         MonoDebugMethodJitInfo here, before writing it.
20441         (mono_debug_read_method): read the lexical block info.
20442
20443         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
20444
20445         * debug-mono-symfile.h: add lexical block support.
20446
20447         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
20448         support.
20449
20450 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20451
20452         * loader.c (mono_lookup_pinvoke_call): Fix warning.
20453
20454         * object.c (mono_runtime_free_method): Call mono_free_method () and
20455         put the TODOs there.
20456
20457         * loader.c (mono_free_method): Free up most memory allocated for 
20458         dynamic methods.
20459
20460 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20461
20462         * reflection.c: properly flag a Type argument to a
20463         named custom attr value (bug #72248).
20464
20465 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20466
20467         * reflection.c: reduce code duplication in named custom
20468         attribute encoding.
20469
20470 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
20471
20472         * reflection.c: properly encode custom attrs of type object
20473         (bug #72649).
20474
20475 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20476
20477         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
20478
20479 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
20480
20481         * socket-io.c: load System.dll if it's not loaded already
20482         (bug #72850 and #70477).
20483
20484 2005-02-21  Martin Baulig  <martin@ximian.com>
20485
20486         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
20487         generic instances.
20488
20489 2005-02-21  Martin Baulig  <martin@ximian.com>
20490
20491         * reflection.c (mono_image_build_metadata): We also need to
20492         "fixup" the MethodImpl table after we computed the final method
20493         indices.  Call fixup_methodimpl() to do that.
20494         (fixup_methodimpl): New private method.
20495
20496 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
20497
20498         * assembly.c: special case mscorlib.dll (bug#72536),
20499         patch from Carlos Alberto Cortez.
20500
20501 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
20502
20503         * threads-types.h threads.c: Fix build bustage.
20504
20505         * threads.c: Use a union for long<->double conversions.
20506
20507         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
20508         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
20509
20510         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
20511         containing the checkpoint call with NOT_TAKEN.
20512         
20513         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
20514         checkpoint before pushing the arguments, so they won't have to be
20515         spilled to stack.
20516
20517 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20518
20519         * domain.c, assembly.c, domain-internals.h: make some data
20520         const and relocation-free.
20521
20522 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
20523
20524         * object.c, appdomain.c, class-internals.h: introduce the
20525         MonoClassRuntimeInfo structure to hold the info needed to
20526         use a class at runtime. Made mono_class_vtable() lock-free
20527         for all the appdomains.
20528
20529 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
20530
20531         * metadata-internals.h, image.c: introduce a per-image mempool to
20532         be used for memory that has the same lifetime as the image.
20533
20534 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
20535
20536         * domain.c: In mono_init_internal(), instead of selecting the first
20537         runtime version supported by an executable, get a list of all
20538         supported versions and select the one for which an mscorlib exists
20539         (since even if the runtime supports a given version, it doesn't mean
20540         that the framework for that version is installed).
20541         Modified get_runtimes_from_exe to support this behavior.
20542         In supported_runtimes, added information about additional system
20543         assembly versions.
20544         
20545         * assembly.c: Added support for more than one system assembly version
20546         per runtime version. Updated the assembly list.
20547         In mono_assembly_remap_version, removed the initial version check,
20548         since we don't know to which version we need to compare until we
20549         get the version set on which the assembly is based.
20550         Moved the code for loading corlib into the new method
20551         mono_assembly_load_corlib(), so it can be used by the initialization
20552         code.
20553         
20554         * domain-internals.h: Updated data structures and added declaration
20555         for mono_assembly_load_corlib.
20556
20557 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20558
20559         * reflection.c (resolve_object): Fix the creation of the signature in 
20560         the SignatureHelper case.
20561
20562         * assembly.c (mono_assembly_remap_version): Fix binary search.
20563         
20564 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
20565  
20566         * class.c: Added inheritance check when a method is overloaded (from a
20567         virtual method or when implementing an interface) and when a class is
20568         inherited. Added functions to set a failure for a class and to 
20569         retreive the exception from a failure.
20570         * class-internals.h: Added fields to MonoClass to keep the exception
20571         information status for inheritance (or other exceptions) to be thrown
20572         later (i.e. not at load time).
20573         * object.c: Throw the inheritance SecurityException when a type is to 
20574         be created with either class or method inheritance violations.
20575         * reflection.c|h: Fix when getting declsec from a class. Removed 
20576         unrequired code for class. Improved sanity in parameter naming.
20577         * security-manager.c|h: Added functions to check for class and method
20578         inheritance.
20579
20580 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20581
20582         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
20583         and has_finalize in dynamic types as well.
20584
20585 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
20586
20587         * culture-info-table.h : fixed currency format for en-GB (and so on).
20588
20589 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
20590
20591         * gc.c: ensure the GC handles never have 0 as a value.
20592
20593 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
20594
20595         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
20596         a pointer to a struct to unmanaged code. Fixes #72625.
20597
20598 2005-02-16  Martin Baulig  <martin@ximian.com>
20599
20600         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
20601
20602 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
20603
20604         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
20605
20606 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
20607
20608         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
20609
20610         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
20611         UnmanagedFunctionPointerAttribute, use it for determining calling convention
20612         etc. Fixes #71471.
20613
20614         * reflection.c (mono_custom_attrs_get_attr): New helper function.
20615
20616         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
20617
20618 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
20619
20620         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
20621         changes to make the current context a field in MonoThread.
20622
20623 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
20624
20625         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
20626         the last change.
20627         
20628         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
20629         extracted from mono_marshal_get_native_wrapper.
20630
20631         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
20632         to create wrappers around native functions.
20633
20634         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
20635         delegates for arbitrary function pointers. Fixes #71472.
20636
20637 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
20638
20639         * threads.c: cleaned up the code a little.
20640
20641 2005-02-15  Martin Baulig  <martin@ximian.com>
20642
20643         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
20644         the data table.
20645
20646         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
20647         allocate larger chunks if needed.
20648
20649 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
20650
20651         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
20652         in by mistake.
20653
20654 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
20655
20656         * domain.c: keep the domains in an array and ensure the domain ids
20657         are kept small, so they can be used as indexes to domain-specific data
20658         with a small memory overhead.
20659
20660 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
20661
20662         * icall.c: Handle byref types in Type icalls. Fixes #72544.
20663
20664 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
20665
20666         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
20667
20668 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
20669
20670         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
20671
20672         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
20673         values.
20674
20675         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
20676         
20677 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
20678
20679         * domain-internals.h: add the hashtable here.
20680
20681         * class-internals.h: Remove `info' from MonoMethod
20682
20683         * domain.c: Add a new hashtable, jit_trampoline_hash
20684
20685 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
20686
20687         * object.c: don't set the value of static fields
20688         (fixes bug#72494).
20689
20690 2005-02-11  Martin Baulig  <martin@ximian.com>
20691
20692         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
20693         (mono_debug_add_method): Silently ignore the method if it's too big.
20694         (mono_debug_add_type): Likewise.
20695
20696 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
20697
20698         * threads.c, appdomain.c: remove #ifdefs from the code.
20699
20700 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
20701
20702         * metadata-internals.h: Added flags to MonoAssembly to cache the most
20703         common security informations. This allows us to stay in unmanaged code
20704         when doing LinkDemand and it's special cases (except for the first 
20705         time for initialization). The flags a very much used with --security.
20706         * reflection.c|h: Added code to get declarative security attributes 
20707         for LinkDemand and InheritanceDemand. This required to refactor the
20708         existing code for Demand.
20709         * security-manager.c|h: Added new method fields for the special cases
20710         of LinkDemand.
20711
20712 2005-02-10  Martin Baulig  <martin@ximian.com>
20713
20714         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
20715         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
20716
20717 2005-02-10  Martin Baulig  <martin@ximian.com>
20718
20719         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
20720         debugging code; this is almost a complete rewrite.
20721
20722         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
20723
20724 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20725
20726         * domain.c, object.h: expose mono_string_equal () and 
20727         mono_string_hash ().
20728         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
20729         it's implemented in managed code.
20730
20731 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20732
20733         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
20734         lo leak objects between appdomains.
20735
20736 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20737
20738         * assembly.c: old compilers compilation fix from 
20739         robertj@gmx.net (Robert Jordan).
20740
20741 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
20742
20743         * class-internals.h: Little reminder for the future.
20744
20745         * debug-helpers.c: Fix up wrapper_type_names
20746
20747 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20748
20749         * image.c, metadata-internals.h: when loading an image from a file,
20750         mmap all of it and use the same codepaths as when using a
20751         in-memory image: the code is simpler and we use less memory
20752         (both writable and readonly).
20753
20754 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
20755
20756         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
20757         API to alloc runtime data structures that need to be tracked by the
20758         GC and contain pointers.
20759         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
20760         make the code more readable and eventually use a different GC.
20761
20762 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
20763
20764         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
20765         for out arguments.
20766         
20767 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
20768
20769         * object.c: In release_type_locks(), don't release the cctor lock
20770         if it has already been released. This fixes a crash in the
20771         thread5 test.
20772
20773 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20774
20775         * gc.c, marshal.c, icall.c: register a delegate for finalization
20776         only when the native function pointer has been allocated for it.
20777
20778 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20779
20780         * object.c: cleaned up some code, allocate objects that are
20781         pointer free with the atomic malloc variant. Allocate memory
20782         for static data from the mempool if it's pointer-free.
20783         Allocate the bounds array at the end of the array data, when needed.
20784         * object-internals.h, object.h: move a private function in a private
20785         header.
20786         * class.c: handle missing case in tracking references in fields.
20787
20788 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
20789
20790         * class.c, class-internals.h: keep track if a type has
20791         reference fields in either the instance or static fields.
20792
20793 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
20794
20795         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
20796         and renamed to MonoRuntimeInfo. Added fields to store the expected
20797         framework assembly version. Changed mono_get_framework_version and
20798         mono_get_runtime_version for a single mono_get_runtime_info method.
20799         
20800         * assembly.c: Added method to remap system assembly versions to the
20801         current executing runtime version. Removed old mapping code.
20802         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
20803         
20804         * icall.c, reflection.c: Track api changes.
20805
20806 2005-02-06  Miguel de Icaza  <miguel@novell.com>
20807
20808         * loader.c (method_from_memberref): Improve error reporting,
20809         produce the class name instead of the typeref/typedef index. 
20810
20811 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
20812
20813         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
20814
20815 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20816
20817         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
20818         stdcall and charset name mangling.  Reorganize the code and add
20819         some tracing stuff.
20820
20821 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
20822
20823         * monodiet.c: More iters!
20824
20825         * marshal.c: Iter usage.
20826
20827         * icall.c: Iter usage.
20828
20829         * object.c: Use iters.
20830
20831         * debug-helpers.c: More iters
20832
20833 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20834
20835         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
20836         under win32.
20837
20838 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
20839
20840         * mono-debug-debugger.c: use iters
20841
20842         * class.c, class-internals.h: mono_class_setup_events is static
20843         now
20844
20845         * All callers: use iters
20846
20847 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20848
20849         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
20850         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
20851
20852 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20853
20854         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
20855
20856         * marshal.h: Add prototypes for ldfld/stfld_remote.
20857
20858         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
20859         this is called during startup.
20860         
20861 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
20862
20863         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
20864         MonoThreadsSync struct private in monitor.c. Changed the way
20865         MonoThreadsSync is allocated so it's faster and there is no
20866         need to keep track of it with a finalizer and it uses less memory.
20867         This also finally allows us to allocate mono objects as ptrfree when
20868         there are no reference fields.
20869
20870 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
20871
20872         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
20873         disappearing link to the GC interface and use them to simplify
20874         the gchandles code.
20875
20876 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20877
20878         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
20879         stfld_remote which call mono_load/store_field_new. This allows methods
20880         calling ldfld/stfld wrappers to be AOTed.
20881
20882         * console-io.c: Include sys/filio.h under solaris.
20883         
20884         * console-io.c: Include curses.h if needed correctly.
20885
20886 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20887         
20888         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
20889         method->klass as well.
20890
20891         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
20892
20893         * class.c (mono_class_init): Switch on lazy initialization of 
20894         methods.
20895
20896         * class.c (mono_class_get_finalizer): Handle the case when the 
20897         finalizer is inherited.
20898
20899 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20900
20901         * console-io.c: <curses.h> is needed by term.h on solaris.
20902
20903 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
20904
20905         * icall.c, class-internals.h, monodiet.c, class.c: Remove
20906         mono_class_setup_properties where possible. Remove this ftn from
20907         the header file, and make it static.
20908
20909 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20910
20911         * loader.c: Add missing setup_... call.
20912
20913         * class.c: Add missing setup_... calls.
20914
20915         * class.c (mono_class_init): Switch on lazy initialization of 
20916         the generic vtable.
20917         
20918         * class.c (mono_class_init): Fix generics broken by the recent changes.
20919
20920         * monodiet.c (handle_type): Add missing setup_... calls.
20921
20922         * class.c: Back out garbage in previous patch.
20923         
20924         * class.c: Add missing setup_... calls.
20925
20926         * class.c (mono_class_get_method_from_name_flags): Avoid calling
20927         mono_class_setup_methods () if possible.
20928
20929         * class-internals.h (MonoClass): Add 'has_cctor' flag.
20930
20931         * class-internals.h (MonoCachedClassInfo): New structure.
20932
20933         * class.c: Initialize properties and events fields of MonoClass lazily.
20934
20935         * class.c: Add infrastructure for lazily initializing the methods and
20936         vtable fields of MonoClass. Not yet used.
20937
20938         * class.c (mono_class_get_finalizer): New helper function.
20939
20940         * class.c: Add infrastructure for loading some class related data from
20941         an AOT file.
20942
20943         * object.c: Add infrastructure for initializing the vtable from data
20944         in the AOT file.
20945
20946         * gc.c (run_finalize): Use mono_class_get_finalizer ().
20947
20948         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
20949         appropriate initialization function before accessing parts of the
20950         MonoClass structure.
20951
20952         * marshal.c: Fix warnings.
20953         
20954         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
20955
20956         * mono-debug-debugger.c (get_exception_message): Use 
20957         mono_class_get_method_from_name_flags ().
20958
20959 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
20960
20961         * reflection.c, appdomain.c: Replace a few manual searches that
20962         Zoltan missed. (Paolo approved this part of my initial patch).
20963
20964 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
20965
20966         * profiler.c: disable recording statistical events at report time.
20967
20968 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20969
20970         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
20971         to byteswap arrays of enum values, too (bug #72080).
20972
20973 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
20974
20975         * appdomain.c (set_domain_search_path): Allow this to be called if
20976         domain->setup is not yet set.
20977
20978         * loader.c (mono_method_get_index): New helper function.
20979
20980         * loader.c reflection.c: Use mono_method_get_index ().
20981
20982         * class.c (mono_class_get_method_from_name_flags): New helper method.
20983
20984         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
20985         this.
20986
20987         * class.c (mono_class_get_cctor): New helper method.
20988
20989         * string-icalls.c object.c class.c marshal.c reflection.c: Use
20990         mono_class_get_method () to look up methods.
20991
20992 2005-02-01  Miguel de Icaza  <miguel@novell.com>
20993
20994         * console-io.c: Fix the build, this should work on Windows.
20995
20996 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
20997
20998         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
20999         be set to null to keep things valid
21000
21001 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21002
21003         * icall.c: added Console 2.0 icalls.
21004         * Makefile.am: added console-io.[ch]
21005         * console-io.[ch]: internal calls for Console 2.0 API.
21006
21007 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21008
21009         * class.c: make sure we consider all the interfaces
21010         when calculating max_interface_id (bug found by
21011         Jeroen Frijters running ikvm).
21012
21013 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
21014
21015         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
21016         valuetype fields to null.
21017
21018         * object.c (set_value): Ditto. Fixes #71669.    
21019
21020 2005-01-31  Martin Baulig  <martin@ximian.com>
21021
21022         * metadata.c (mono_metadata_has_generic_params): New public
21023         function; checks whether something is a generic method.
21024
21025 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
21026
21027         * appdomain.c: fix infinite recursion when adding assemblies.
21028
21029 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
21030
21031         * object.c: Fix small typo to return all items for Environment.
21032         GetCommandLineArgs.
21033
21034 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21035
21036         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
21037         reflection.c: more domain and assembly-unload related fixes
21038         and memory leaks plugs.
21039
21040 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
21041
21042         * 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.
21043
21044 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
21045
21046         * loader.c (mono_method_signature): Make this method lazy
21047         (mono_get_method_from_token): Don't computate the signature here.
21048
21049         Doing this saves quite a bit of memory. I got 90 kb on starting up
21050         monodoc. It should also save some disk reads on startup.
21051
21052         * *: MonoMethod->signature might be NULL now. You *MUST* use
21053         mono_method_signature.
21054
21055 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
21056
21057         * object.c (mono_runtime_get_main_args): Return an array from the
21058         current domain here. Fixes #71938.
21059
21060 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
21061
21062         * monitor.c: formatting changes to comply with the
21063         mono coding style and remove #ifdefs from the code.
21064
21065 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21066
21067         * metadata.c, private.h: remove some unneeded data
21068         and use a more compact representation for table schemas.
21069
21070 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
21071
21072         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
21073         to get a better distribution in hash tables.
21074         * *.c: use mono_aligned_addr_hash() where appropriate.
21075         * assembly.c: make var static.
21076
21077 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
21078
21079         * domain-internals.h: Put MonoJitInfo on a diet.
21080
21081         * domain.c: Fix a warning.
21082
21083 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21084
21085         * gc.c: rework the gc handles code to reuse handles
21086         when freed.
21087
21088 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21089
21090         * domain.c: fixed long standing bug in mono_string_equal() which
21091         was brought to light with the ldstr changes.
21092
21093 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
21094
21095         * reflection.c: Remove warning by adding missing include for marshal.h
21096
21097 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21098
21099         * domain.c, object.c: change the ldstr_table to hold
21100         MonoString* as keys: makes the runtime isinterned lookup
21101         faster and simplifies memory management.
21102
21103 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
21104  
21105         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
21106         possible to add imperative security checks before calling the icall.
21107         * reflection.c: Return security attributes on the original MonoMethod
21108         (and not the wrapped one). This fix permissions on icalls.
21109
21110 2005-01-25  Dick Porter  <dick@ximian.com>
21111
21112         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
21113         the check for mktime() support actually test the mktime() return
21114         value.  "Fixes" bug 71682, though the output is still different to
21115         MS.
21116
21117 2005-01-25  Martin Baulig  <martin@ximian.com>
21118
21119         * class.c (mono_class_is_assignable_from): Make this work for
21120         generic instances.
21121
21122 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
21123
21124         * marshal.c (mono_string_utf8_to_builder)
21125         (mono_string_builder_to_utf16): We might not have ownership of the
21126         string. In thise case, we need to create a new buffer.
21127
21128         * object-internals.h (mono_stringbuilder_capacity): sb->str might
21129         be null, in which case, use the default capacity.
21130
21131 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21132
21133         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
21134         GC events to the profiler.
21135
21136 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21137
21138         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
21139         if you don't want the GC to run.
21140
21141 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
21142
21143         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
21144         start providing a GC API and keeping different implementations in
21145         their own file.
21146         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
21147
21148 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
21149
21150         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
21151         mmap rather than allocating a huge buffer.
21152         (mono_debug_close_mono_symbol_file): Free the buffer allocated
21153         above.
21154
21155 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
21156
21157         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
21158         and CheckExecutionRights.
21159         * reflection.c|h: Keep the index of the declarative security to be 
21160         used, instead of the pointer, when AOT compiler is used. Also add 
21161         class initialization when requesting demands.
21162         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
21163         CheckExecutionRights. Both properties are now FALSE by default, and
21164         unmodifiable, unless the --security option is used.
21165
21166 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21167
21168         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
21169         reflection.c: properly refcount images and assemblies, many leaks fixed.
21170
21171 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21172
21173         * threadpool.c: increase the timeout for threads in the thread pool to
21174         10s.  Fixes bug #67159.
21175
21176 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
21177
21178         * class-internals.h: Sun's compiler insists on explicit
21179         signed on bit fields to handle then correctly.
21180
21181 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
21182
21183         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
21184         Make the size of the array fit only the number of invalid path
21185         chars that we have.
21186
21187         * class.c (_mono_class_get): Improve the error reporting when a
21188         class referenced is not found, to assist debugging. 
21189
21190 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
21191
21192         * threads.c: fix off-by-one error.
21193         * domain.c: free data allocated in the domain.
21194
21195 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21196
21197         * reflection.c (mono_method_body_get_object): Fill out exception info
21198         as well.
21199
21200         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
21201         structure.
21202         
21203 2005-01-19  Martin Baulig  <martin@ximian.com>
21204
21205         * loader.c (mono_get_method_constrained): Make this work again.
21206
21207 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21208
21209         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
21210         guint16 to match the managed side.
21211
21212         * reflection.c (mono_reflection_body_get_object): Fill out local
21213         variables array.
21214
21215         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
21216         as well.
21217
21218         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
21219         'local_var_sig_token'.
21220
21221 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
21222
21223         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
21224         System.Drawing.
21225
21226         * reflection.c (mono_method_body_get_object): Handle abstract and
21227         runtime methods.
21228
21229 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
21230
21231         * marshal.c, loader.c, class-internals.h, reflection.c:
21232         store the emthod data for a wrapper in an array instead of a list.
21233
21234 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
21235
21236         * marshal.c: change the code to allocate memory more
21237         conservatively for method wrappers.
21238
21239 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
21240
21241         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
21242         fields from MonoClass to the marshal info structure where they belong.
21243
21244 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21245
21246         * class.c, object.c, class-internals.h, marshal.c: rearrange
21247         some fields and tweak some types to lower memory usage.
21248
21249 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
21250
21251         * threads.c (signal_thread_state_change): Handle the case when the
21252         target thread is the current thread.
21253
21254         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
21255
21256         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
21257         emit_ptr_to_object_conv. 
21258
21259         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
21260         marshalling. Fixes #71352.
21261
21262 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21263
21264         * metadata.h, blob.h: move table enum to blob.h so it can be included
21265         in any header.
21266         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
21267         cut the size of MonoImage/MonoDynamicImage.
21268
21269 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
21270
21271         * profiler.c (mono_profiler_install_simple): Fix default arguments.
21272
21273 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
21274
21275         * reflection.c, reflection.h, icall.c: add a function to check
21276         if an attribute type is defined for a metadata object.
21277
21278 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
21279
21280         * object-internals.h: Added some needed fields from StringBuilder class.
21281         * marshal.c: Set the maxCapacity when creating a StringBuilder.
21282
21283 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
21284
21285         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
21286         threads before shutting down the runtime.
21287
21288         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
21289
21290 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21291
21292         * object-internal.h, threads.c: implement stacksize and 
21293         parameterized thread start functionality (requires
21294         matching corlib). Marked broken code for later removal.
21295
21296 2005-01-12  Martin Baulig  <martin@ximian.com>
21297
21298         * class-internals.h (MonoGenericClass): Moved the `initialized'
21299         flag to MonoDynamicGenericClass, removed `init_pending'.
21300         (MonoGenericInst): Added `is_reference' flag.
21301
21302 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
21303
21304         * reflection.c (mono_image_create_pefile): Only set the pe_offset
21305         inside the MSDOS header. Fixes #71201.
21306
21307         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
21308         gc thread.
21309         (mono_domain_finalize): Ditto.
21310
21311 2005-01-12  Martin Baulig  <martin@ximian.com>
21312
21313         * class.c (mono_get_shared_generic_class): Use the cache for
21314         non-dynamic generic classes.
21315
21316         * class-internals.h (mono_class_create_generic_2): Removed
21317         function prototype, this function is now static inside class.c.
21318
21319         * class.c (mono_class_create_generic_2): Made this static, only
21320         call it from mono_class_init() and mono_class_setup_parent().
21321         (collect_implemented_interfaces_aux): Call mono_class_init() on
21322         the interfaces we collect.
21323         (mono_class_setup_vtable): Call mono_class_init (class->parent).
21324
21325 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21326
21327         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
21328         it a real thread handle.
21329
21330         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
21331         MonoJitExceptionInfo, since each catch clause needs its own variable.
21332         
21333 2005-01-11  Dick Porter  <dick@ximian.com>
21334
21335         * image.c (mono_pe_file_open): New variant on mono_image_open()
21336         that does not set up the CLI metadata; used for FileVersionInfo so
21337         it can get the data for windows binaries too.
21338         
21339         * process.c (process_read_string_block): Don't read off the end of
21340         the StringTable block.
21341
21342         These both fix bug 70766.
21343
21344 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
21345
21346         * gc.c: set some fields to NULL at GC cleanup time.
21347         * threads.c: if we quit the main thread, call exit ().
21348
21349 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21350
21351         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
21352
21353 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
21354
21355         * threads.h, threads.c, object.c: added accessor and settor for
21356         main_thread. Handle it specially when exiting from it: wait
21357         for other foreground threads to exit.
21358
21359 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
21360
21361         * process.c, verify.c: remove some bloat.
21362
21363 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
21364
21365         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
21366         the calling convention to cdecl under win32.
21367
21368 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
21369
21370         * object.c (mono_object_get_size): New function to get the size of
21371         an object instance.
21372
21373         * profiler.c (simple_allocation): Use above.
21374
21375 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
21376
21377         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
21378         ves_icall_System_AppDomain_getRootDomain (as it's not required to
21379         get an appdomain by it's id and we can't assume the root's id is 0).
21380         * domain-internals.h: Change the function prototype to match.
21381         * icall.c: Change the icall table for AppDomain.
21382
21383 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
21384
21385         * locales.c (string_invariant_compare_char): Only compute
21386         GUnicodeTypes in the case where we need them.  Test for ordinality
21387         first and return if so.
21388
21389         From the commit:
21390
21391                 /*
21392                  * FIXME: here we must use the information from c1type and c2type
21393                  * to find out the proper collation, even on the InvariantCulture, the
21394                  * sorting is not done by computing the unicode values, but their
21395                  * actual sort order.
21396                  */
21397
21398 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21399
21400         * loader.c: for P/Invoke methods, allow the "Internal" shared
21401         library name to refer to the calling process symbol namespace.
21402
21403 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
21404
21405         * Makefile.am: Add the security manager to the build.
21406         * security-manager.c|h: New. Initialization of the security manager.
21407
21408 2005-01-07  Dick Porter  <dick@ximian.com>
21409
21410         * threads.c: 
21411         * monitor.c: Update thread state during Monitor and WaitHandle
21412         waits.  Fixes bug 71031.
21413
21414 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
21415
21416         * reflection.c (property_encode_signature): Correctly handle when the
21417         property has no methods.
21418
21419 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
21420
21421         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
21422         
21423         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
21424         fields from mb, not rmb. Fixes #71017.
21425
21426         * marshal.c (emit_ptr_to_str_conv): Add support for 
21427         ByValTStr -> string conversion. Fixes #71015.
21428
21429         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
21430
21431         * mempool.c (mono_mempool_contains_addr): New helper function.
21432
21433 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21434
21435         * metadata.c (mono_metadata_compute_size): Fix size calculation of
21436         HasSematics encoded fields.
21437         
21438         * metadata.c (mono_type_to_unmanaged): Improve error message for 
21439         invalid string marshalling.
21440
21441         * metadata.c: Fix warnings.
21442         
21443 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21444
21445         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
21446         profiler support.
21447
21448 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21449
21450         * domain.c object.c domain-internals.h: Revert part of r38077 since the
21451         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
21452         tests.
21453
21454 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
21455
21456         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
21457         so methods containing these can be AOTed.
21458
21459 2005-01-03  Martin Baulig  <martin@ximian.com>
21460
21461         * loader.c (find_method): Removed the hack for generic instances.
21462         (method_from_memberref): If our parent is a generic instance, pass
21463         its generic type definition to find_method() and then inflate the
21464         method.
21465         (mono_get_method_constrained): Pass the generic type definition to
21466         find_method() and inflate the method later.
21467
21468         * class-internals.h (MonoStats): Added `generic_class_count'.
21469
21470         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
21471         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
21472
21473         * reflection.c (mono_custom_attrs_from_params): Don't ignore
21474         generic type definitions.
21475
21476 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
21477
21478         * loader.c icall.c: Fix warnings.
21479
21480 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
21481
21482         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
21483         blittable types. Fixes #70864.
21484
21485 2004-12-29  Martin Baulig  <martin@ximian.com>
21486
21487         * icall.c
21488         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
21489
21490         * reflection.c (mono_method_get_object): Create a
21491         "System.Reflection.MonoGenericMethod" for inflated methods; don't
21492         call mono_get_inflated_method().
21493
21494         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
21495
21496 2004-12-27  Martin Baulig  <martin@ximian.com>
21497
21498         * class-internals.h (MonoMethod): Added `is_inflated' flag.
21499         (MonoMethodInflated): Added `inflated' field.
21500
21501         * class.c (mono_class_inflate_generic_method): Don't really
21502         inflate the method here; just set the `is_inflated' flag in the
21503         MonoMethod.
21504         (mono_class_get_inflated_method): Actually inflate the method here
21505         if it's not already inflated; we use the MonoMethodInflated's new
21506         `inflated' field as a cache.
21507
21508 2004-12-26  Martin Baulig  <martin@ximian.com>
21509
21510         * class.c
21511         (inflate_generic_class): Moved some code out of inflate_generic_type().
21512         (mono_class_inflate_generic_method): If we're already inflated,
21513         inflate the context and use the declaring method; ie. make sure
21514         the declaring method of an inflated method is always the generic
21515         method definition.
21516         (mono_class_create_from_typedef): Create
21517         `class->generic_container->context->gclass'.
21518
21519 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
21520
21521         * metadata-internals.h, marshal.c, reflection.c: More
21522         MonoGHashTable->GHashTable.
21523
21524         * domain-internals.h, class.c: Change MonoGHashTable's into
21525         GHashTables for some cases where no gc stuff is used
21526
21527         All users: update apis
21528
21529 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
21530
21531         * metadata.c (builtin_types): Make this `const'. Makes this get
21532         put into the shareable section.
21533         (mono_metadata_init): Casts to make gcc happy.
21534
21535 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
21536
21537         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
21538
21539 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
21540
21541         * icall.c: Added an internal call to retrieve the position and length
21542         of assembly-level declarative security attributes (RequestMinimum, 
21543         RequestOptional and RequestRefuse). This is used by the Assembly class
21544         to re-create the corresponding permission sets.
21545
21546 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
21547
21548         * marshal.c: fix the stelemref wrapper to be type correct
21549         (and faster).
21550
21551 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21552
21553         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
21554         to do key & 0x7fffffff. Hashtable already does this. It just
21555         results in longer code.
21556
21557 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
21558
21559         * appdomain.c: Bump corlib version.
21560         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
21561         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
21562         * reflection.c|h: Add functions to get declarative security infos
21563         (blob position and length) for assemblies, classes and methods.
21564
21565 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
21566
21567         * reflection.c: sort the constant table (bug #70693).
21568
21569 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
21570
21571         * object-internals.h, threads.c, domain.c: add accessors for
21572         the MonoThread and MonoDomain tls keys.
21573
21574 2004-12-18  Martin Baulig  <martin@ximian.com>
21575
21576         * class.c (inflate_generic_type): If we're inflating a generic
21577         instance, set `ngclass->context->container = context->container';
21578         ie. the container we inflated into.
21579
21580         * metadata.c (mono_metadata_parse_generic_param): Reflect above
21581         inflate_generic_type() changes.
21582
21583 2004-12-17  Martin Baulig  <martin@ximian.com>
21584
21585         * class-internals.h
21586         (MonoGenericClass): Replaced `MonoType *generic_type' with
21587         `MonoClass *generic_class'.  Removed `dynamic_info'; if
21588         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
21589         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
21590
21591 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
21592
21593         * exception.c (mono_exception_from_token): New helper function.
21594
21595 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
21596
21597         * assembly.c (mono_assembly_load_with_partial_name): Call 
21598         mono_assembly_loaded before invoking the preload hooks. Fixes
21599         #70564.
21600
21601         * object-internals.h (MonoThread): Change culture_info and 
21602         ui_culture_info into an array.
21603
21604         * threads.c: Cache culture info objects from more than one appdomain.
21605
21606         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
21607         current UI culture.
21608
21609 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21610
21611         * threads.h threads.c appdomain.c: Clear the culture_info field of
21612         all threads during unloading if they point to an object in the dying
21613         appdomain.
21614
21615 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
21616
21617         * culture-info.h (TextInfoEntry): New struct
21618         * object-internals.h: sync with managed
21619         * locales.c: fill the `text_info_data' field
21620         * culture-info-tables.h: update
21621
21622 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
21623
21624         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
21625         collector.
21626
21627 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
21628
21629         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
21630         (ves_icall_ModuleBuilder_getMethodToken): Ditto
21631
21632 2004-12-12  Martin Baulig  <martin@ximian.com>
21633
21634         * mono-debug-debugger.c (write_type): If we're an enum and the
21635         builtin types have already been initialized, call mono_class_init().
21636
21637 2004-12-11  Martin Baulig  <martin@ximian.com>
21638
21639         * metadata.c (mono_metadata_load_generic_params): Added
21640         `MonoGenericContainer *parent_container' argument; automatically
21641         compute `container->is_method'; pass the correct owner to
21642         get_constraints().      
21643
21644         * reflection.c (compare_genericparam): Sort the GenericParam table
21645         according to increasing owners. 
21646
21647 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
21648
21649         * profiler.c: allow disabling the default profiler.
21650
21651 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
21652
21653         * decimal.c, icall.c: allow disabling System.Decimal support.
21654
21655 2004-12-09  Marek Safar <marek.safar@seznam.cz>
21656
21657         * reflection.c: Add support for null attribute arguments.
21658
21659 2004-12-09  Martin Baulig  <martin@ximian.com>
21660
21661         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
21662         names to get rid of compiler warnings.
21663
21664 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21665
21666         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
21667         mono_marshal_load_type_info (). Fixes #69625.
21668         (mono_marshal_get_ptr_to_struct): Likewise.
21669
21670 2004-12-08  Martin Baulig  <martin@ximian.com>
21671
21672         * mono-debug.h: Bumped version number to 47.
21673
21674         * mono-debug-debugger.c
21675         (mono_debugger_event_handler, mono_debugger_event): Take two
21676         guint64 arguments insteed of a gpointer and a guint32.  
21677
21678 2004-12-08  Martin Baulig  <martin@ximian.com>
21679
21680         * debug-mono-symfile.h
21681         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
21682         `address' to `native_offset'.
21683
21684 2004-12-08  Martin Baulig  <martin@ximian.com>
21685
21686         * class.c (mono_class_create_from_typespec): Only inflate if we
21687         either have `context->gclass' or `context->gmethod'.
21688
21689 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
21690
21691         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
21692
21693         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
21694
21695         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
21696
21697         * reflection.c (mono_assembly_get_object): Remove the workaround put
21698         in for the release.
21699         
21700         * appdomain.c: Use the corlib_internal field from MonoAssembly.
21701
21702         * appdomain.c: Bump corlib version.
21703
21704         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
21705         be visible in other appdomains.
21706
21707 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
21708
21709         * threads.c: Interlocked inc and dec for longs were messed up,
21710         use a KISS based impl for this. Fixes 70234
21711
21712 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
21713
21714         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
21715
21716 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
21717
21718         * icall.c: fix to follow policy not to allow struct
21719         arguments in icalls.
21720
21721 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21722
21723         * process.c: make the patch that handles spaces in file paths work
21724         on mono/windows too.
21725
21726 2004-12-06  Martin Baulig  <martin@ximian.com>
21727
21728         * class.c (mono_class_create_generic): Call
21729         mono_class_setup_supertypes() if we're dynamic.
21730         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
21731
21732 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
21733
21734         * object-internals.h: Add new fields to MonoThread.
21735
21736         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21737
21738         * icall.c threads-types.h threads.c: Add new icalls.
21739
21740         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
21741
21742         * object-internals.h (MonoReflectionAssembly): Sync object layout with
21743         managed side.
21744
21745         * appdomain.c: Bump corlib version.
21746
21747         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
21748         internal assemblies. Fixes #69181.
21749
21750 2004-12-05  Martin Baulig  <martin@ximian.com>
21751
21752         * class.c (mono_class_inflate_generic_signature): Make this a
21753         no-op if `context' is NULL or we don't have any type parameters;
21754         also copy `sentinelpos'.        
21755
21756 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
21757
21758         * image.c: Add unbox_wrapper_cache.
21759
21760         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
21761
21762         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
21763         function generator.
21764         
21765         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
21766         Fixes #70173.
21767
21768         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
21769         
21770 2004-12-04  Martin Baulig  <martin@ximian.com>
21771
21772         * loader.c (mono_method_get_signature_full): New public function;
21773         like mono_method_get_signature(), but with an additional
21774         `MonoGenericContext *' argument.
21775
21776         * class.c (mono_class_inflate_generic_signature): Formerly known
21777         as inflate_generic_signature(); make this public.
21778
21779 2004-12-04  Martin Baulig  <martin@ximian.com>
21780
21781         * metadata.c
21782         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
21783         instead of a `MonoGenericContainer *'.  
21784         (mono_metadata_parse_array_full): Likewise.
21785         (mono_metadata_parse_signature_full): Likewise.
21786         (mono_metadata_parse_method_signature_full): Likewise.
21787         (mono_metadata_parse_generic_inst): Likewise.
21788         (mono_metadata_parse_generic_param): Likewise.
21789         (mono_metadata_parse_mh_full): Likewise.
21790         (mono_type_create_from_typespec_full): Likewise.
21791
21792 2004-12-03  Martin Baulig  <martin@ximian.com>
21793
21794         * class-internals.h (MonoGenericContainer): Replaced the
21795         `MonoGenericContext * pointer with a `MonoGenericContext'
21796         structure and made it the first element.
21797
21798 2004-12-03  Martin Baulig  <martin@ximian.com>
21799
21800         * class.c
21801         (inflate_generic_type): Set the `context->container' when creating
21802         a new MonoGenericContext.
21803         (mono_class_inflate_generic_method): Likewise.
21804         (mono_class_create_from_typespec): Just use `context->container'
21805         to get the container.
21806
21807         * loader.c (method_from_methodspec): Set `context->parent' from
21808         `context->container' - and if that's a method container, use its
21809         parent.  Also set the `context->container' when creating a new
21810         MonoGenericContext.
21811         (mono_get_method_from_token): Use just `context->container' to get
21812         the container.
21813
21814         * metadata.c (do_mono_metadata_parse_generic_class): Also set
21815         `gclass->context->container'.
21816
21817         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
21818         the `context->container' when creating a new MonoGenericContext.
21819
21820 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
21821
21822         * reflection.c (compare_genericparam): Sort params with identical
21823         owner by their number. Fixes gen-111 on sparc.
21824
21825 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21826
21827         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
21828         around the domain changes.
21829
21830         * appdomain.c (mono_domain_unload): Handle the case when the thread
21831         calling Unload is itself being aborted during unloading. Fixes #70022.
21832
21833         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
21834
21835         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
21836         checkpoint_func as an icall so it gets a wrapper.
21837         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
21838         in the cross-appdomain wrappers too.
21839
21840         * threads.c (mono_thread_has_appdomain_ref): Make this public.
21841
21842         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
21843
21844         * reflection.c: Fix some memory leaks.
21845         
21846 2004-12-02  Martin Baulig  <martin@ximian.com>
21847
21848         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
21849
21850         * metadata.c (generic_class_cache): New static hashtable.
21851         (mono_metadata_lookup_generic_class): New public method.
21852
21853 2004-12-02  Martin Baulig  <martin@ximian.com>
21854
21855         * class.c (mono_class_create_from_typedef): Call
21856         mono_class_setup_parent() and mono_class_create_mono_type() before
21857         parsing the interfaces.
21858
21859 2004-12-02  Martin Baulig  <martin@ximian.com>
21860
21861         * metadata.c (generic_inst_cache): New static hashtable.
21862         (mono_metadata_lookup_generic_inst): New public function.
21863         (mono_metadata_inflate_generic_inst): New public function.
21864         (mono_metadata_parse_generic_inst): New public function.
21865         (do_mono_metadata_parse_generic_class): Use the new
21866         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
21867         since this'll also use the cache.
21868
21869         * reflection.c (mono_reflection_bind_generic_method_parameters):
21870         Use mono_metadata_lookup_generic_inst() to use the new cache.
21871
21872         * class.c (inflate_mono_type): Use
21873         mono_metadata_inflate_generic_inst() to inflate a generic
21874         instance; this'll also use the new cache.
21875
21876         * loader.c (method_from_methodspec): Use
21877         mono_metadata_parse_generic_inst() and
21878         mono_metadata_inflate_generic_inst() rather than parsing it
21879         manually, so we can use the new cache.
21880
21881 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21882
21883         * threads.c (wait_for_tids): Do not incorrectly free threads when 
21884         the wait times out.
21885
21886 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21887
21888         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
21889         iter->args based on whether parameters are passed in registers (i.e.
21890         MONO_ARCH_REGPARMS is defined)
21891
21892 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
21893
21894         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
21895         the exception message. Fixes #70070.
21896         (method_from_methodspec): Fix warnings.
21897
21898 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21899
21900         * process.c: (complete_path) return the path quoted
21901
21902 2004-12-01  Martin Baulig  <martin@ximian.com>
21903
21904         * class-internals.h (MonoGenericInst): New structure.
21905         (MonoGenericClass): Replaced `type_argc', `type_argv' and
21906         `is_open' with `MonoGenericInst *inst'.
21907         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
21908         `is_open' with `MonoGenericInst *inst'.
21909
21910 2004-11-30  Martin Baulig  <martin@ximian.com>
21911
21912         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
21913
21914         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
21915         to `generic_class_cache'.
21916
21917         * metadata.c
21918         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
21919         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
21920         (mono_generic_inst_is_valuetype): Renamed to
21921         mono_generic_class_is_valuetype().
21922
21923         * class-internals.h
21924         (MonoGenericInst): Renamed to MonoGenericClass.
21925         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
21926         (MonoClass): Renamed `generic_inst' to `generic_class'.
21927         (MonoGenericContext): Renamed `ginst' to `gclass'.
21928
21929         * object-internals.h
21930         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
21931
21932         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
21933         mono_reflection_generic_class_initialize().
21934
21935         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
21936         now known as "System.Reflection.MonoGenericClass".
21937         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
21938
21939 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
21940
21941         * class-internals.h: Added a flag field to MonoClass to cache the
21942         declarative security attributes actions associated with the class.
21943         * domain-internals.h: Added booleans to MonoJitInfo to cache the
21944         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
21945         applicable to the JITted method.
21946         * reflection.c|h: Added functions to extract (as flags) which security
21947         actions are available (declaratively) for a method, class or assembly.
21948         * metadata.c|h: Added functions to search the declarative security
21949         table in the metadata.
21950         
21951 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
21952
21953         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
21954         EXPORTEDTYPES are already in the class name cache, so there is no
21955         need to add extra code here to look at them. Just removes a bit of
21956         cruft.
21957
21958         (ves_icall_System_Environment_get_TickCount): No need for #if
21959         WINDOWS. We already have the code in io-layer.
21960
21961 2004-11-28  Martin Baulig  <martin@ximian.com>
21962
21963         * loader.c
21964         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
21965         Fixes gen-112.cs.
21966
21967 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
21968
21969         * assembly.c (do_mono_assembly_open): Instead of having a
21970         conditional WITH_BUNDLE, incorporate support for bundles here, by
21971         having a global `bundles' variable holding a pointer to the actual
21972         bundles. 
21973
21974         (mono_register_bundled_assemblies): New API call used by the
21975         bundle code. 
21976
21977         See mkbundle.1 for details.
21978         
21979 2004-11-27  Martin Baulig  <martin@ximian.com>
21980
21981         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
21982         the vtable for generic methods.
21983
21984 2004-11-26  Martin Baulig  <martin@ximian.com>
21985
21986         * metadata.c
21987         (mono_metadata_generic_method_hash): New public function.
21988         (mono_metadata_generic_method_equal): Likewise.
21989
21990         * class-internals.h
21991         (MonoGenericContainer): Added `GHashTable *method_hash'.
21992
21993         * reflection.c (ReflectionMethodBuilder): Added
21994         `MonoGenericContainer *generic_container'.
21995         (reflection_methodbuilder_to_mono_method): Don't create a new
21996         MonoGenericContainer each time we're called.
21997         (mono_reflection_bind_generic_method_parameters): Use
21998         `container->method_hash' to cache the results so we don't create a
21999         different method if we're called several times with the same
22000         arguments.
22001
22002         * loader.c (method_from_methodspec): Use the new
22003         `container->method_hash' here, too.
22004
22005 2004-11-26  Martin Baulig  <martin@ximian.com>
22006
22007         * class.c (inflate_generic_signature): Correctly compute
22008         `res->has_type_parameters'.
22009         (mono_class_vtable): Use the `has_type_parameters' flag to
22010         determine whether we're a generic method.
22011
22012         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
22013
22014 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
22015
22016         * object.c (mono_runtime_run_main): Fix a small memory leak.
22017
22018 2004-11-25  Martin Baulig  <martin@ximian.com>
22019
22020         * class.c (set_generic_param_owner): Fixed the loop.
22021
22022 2004-11-25  Martin Baulig  <martin@ximian.com>
22023
22024         * object.c (mono_class_vtable): Don't create any JIT wrappers for
22025         generic methods.
22026
22027 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
22028
22029         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
22030         names. Fixes #69787.
22031
22032 2004-11-24  Martin Baulig  <martin@ximian.com>
22033
22034         * class.c (mono_class_create_generic_2): If we don't have a
22035         `ginst->parent', inflate `gklass->parent' to get our parent.
22036
22037 2004-11-24  Martin Baulig  <martin@ximian.com>
22038
22039         * reflection.c (compare_genericparam): Correctly sort the
22040         GenericParam table; fixes #69779.
22041
22042 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
22043
22044         * reflection.c: When writing a PE file, don't create a huge
22045         buffer in memory. Just write the arrays we have to the file.
22046         This reduces memory usage.
22047
22048         * metadata-internals.h: MonoDynamicStream pefile is no longer used
22049         globally.
22050
22051 2004-11-17  Martin Baulig  <martin@ximian.com>
22052
22053         * class.c (mono_class_init): Don't setup `class->parent' for
22054         dynamic instances; moved this to mono_class_generic_2().
22055         (mono_class_create_generic): Also set `klass->inited' for dynamic
22056         generic instances.
22057         (mono_class_create_generic_2): Don't do anything for dynamic
22058         generic instances.  Set `klass->parent' here and also call
22059         mono_class_setup_parent() here. 
22060
22061         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
22062         `MonoType *parent' argument; set `ginst->parent' before calling
22063         mono_class_create_generic_2(), so we set the correct parent.
22064
22065 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
22066
22067         * reflection.c: allow getting attributes from ModuleBuilder
22068         (used by ikvm).
22069
22070 2004-11-17  Martin Baulig  <martin@ximian.com>
22071
22072         * class.c (mono_class_create_from_typedef): If a type parameter is
22073         inherited from an outer class, set its owner to that class.
22074
22075 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
22076
22077         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
22078           for (int*) written size. This fixes bug #69592.
22079
22080 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
22081
22082         * icall.c: Added IsAuthenticodePresnet internal call.
22083         * image.c|h: New function that check a MonoImage for an Authenticode
22084         signature in the certificate PE data directory.
22085         * security.c|h: New internal call to ask the runtime if an 
22086         Authenticode signature seems referenced in the PE header.
22087
22088 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
22089
22090         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
22091
22092         * reflection.c (mono_image_create_pefile): Free the assembly streams
22093         after writing out the assembly file.
22094
22095         * object.c (mono_runtime_run_main): Fix small memory leak.
22096
22097         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
22098         property access modifiers. Fixes #69389.
22099
22100 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
22101
22102         * domain.c, object.c, object-internals.h, domain-internals.h,
22103         object.h, marshal.c: keep dynamic code info per domain.
22104
22105 2004-11-15  Martin Baulig  <martin@ximian.com>
22106
22107         * class.c (mono_type_get_name_recurse): Put type arguments in
22108         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
22109         see bug #68387.
22110
22111 2004-11-15  Martin Baulig  <martin@ximian.com>
22112
22113         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
22114         (mono_class_setup_vtable): When computing `the_cname' for a
22115         generic instance, don't include the namespace since we'd otherwise
22116         add it twice.
22117
22118 2004-11-15  Martin Baulig  <martin@ximian.com>
22119
22120         * class.c (mono_class_create_generic): Changed return type to void.
22121         (mono_class_create_generic_2): New public function; setup
22122         `class->method', `class->field' and `class->interfaces' here
22123         instead of in mono_class_init().
22124
22125         * class.h (mono_class_create_generic): Moved to class-internals.h.
22126
22127 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
22128
22129         * reflection.c (mono_image_create_pefile): take a file HANDLE.
22130         rather than writing to memory, write to this file. Right now,
22131         we are just writting into a buffer, and copying that. However
22132         we can avoid the buffer later.
22133
22134         (mono_dynamic_stream_reset): new function
22135
22136         * icall.c, object-internals.h: update for the above.
22137
22138 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
22139
22140         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
22141         have been using gc'd memory. First it is slower, unlikely
22142         the comment in the source code said, secondly, it increases
22143         our footprint to do it in the gc.
22144
22145         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
22146         the method so that it does not have to copy to managed code.
22147
22148 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
22149
22150         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
22151
22152 2004-11-12  Martin Baulig  <martin@localhost>
22153
22154         * reflection.c (mono_image_create_token): Allow generic method
22155         definitions here, since they may appear in an `.override'; see
22156         gen-98/gen-99 for an example.
22157
22158 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
22159
22160         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
22161         #69365.
22162
22163         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
22164         descriptive.
22165
22166 2004-11-11  Martin Baulig  <martin@ximian.com>
22167
22168         * class.c (mono_class_setup_vtable): In an explicit interface
22169         implementation, the method name now includes the arity.
22170
22171 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
22172
22173         * object.c (mono_array_full_copy): Fix warning.
22174
22175 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
22176
22177         * appdomain.c: Removed look_for_method_by_name(). Use the new method
22178         mono_class_get_method_from_name() instead.
22179         
22180         * class-internals.h: Added two new types of wrappers. 
22181         Added MonoRemotingTarget enum. Added new trampoline function type, which
22182         takes an additional MonoRemotingTarget value as parameter, so it is
22183         possible to request a trampoline for a specific target.
22184         
22185         * class.c: Added new mono_class_get_method_from_name() method.
22186         
22187         * class.h: In MonoRemoteClass, we can have now to vtables, one for
22188         general remoting sinks and one specific for cross domain calls.
22189         
22190         * debug-helpers.c: Added new wrapper names.
22191         
22192         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
22193         of a remote class.
22194         
22195         * image.c: Porperly delete value objects form the remoting invoke hashtable.
22196         
22197         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
22198         with several other methods (mono_marshal_get_xappdomain_dispatch,
22199         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
22200         and others) can generate a fast remoting wrapper for cross domain calls.
22201         More information can be found in docs/remoting.
22202         Other changes: Removed mono_find_method_by_name, and used
22203         mono_class_get_method_from_name instead.
22204         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
22205         is stored in the remoting invoke hashtable.
22206         
22207         * marshal.h: published the new method for getting the xdomain wrapper,
22208         and also added a method for getting the adequate wrapper for a given
22209         method and target.
22210         
22211         * object-internals.h, object.c: Added a couple of methods for capying and
22212         cloning arrays.
22213         Modified mono_install_remoting_trampoline, which takes the new remoting
22214         trampoline that has a remoting target as parameter.
22215         mono_class_proxy_vtable now also takes a remoting target as parameter, and
22216         will return the most suitable vtable for the target.
22217         Added mono_remote_class_vtable, which returns the vtable of a remote class
22218         (which can be the normal remoting vtable or the xdomain vtable).
22219         
22220         * threads.c: the xdomain invoke and dispatch wrappers must also be
22221         protected against interruptions.
22222
22223 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22224
22225         * icall.c: use memmove in BlockCopyInternal when the source and
22226         destination arrays are the same.
22227
22228 2004-11-09  Martin Baulig  <martin@ximian.com>
22229
22230         * class-internals.h (MonoGenericContainer): Removed `method' and
22231         `signature', replaced them with `is_method' and `is_signature'
22232         flags.  Added `context'.
22233
22234         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
22235         instead of a `MonoGenericContainer *'.
22236
22237         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
22238         for dynamic type parameters.
22239         (mono_metadata_load_generic_params): Setup `container->context'.
22240
22241         * reflection.c (mono_reflection_setup_generic_class): Setup
22242         `tb->generic_container->context'.
22243         (do_mono_reflection_bind_generic_parameters): Use
22244         mono_class_inflate_generic_type() to correctly inflate types,
22245         rather than using our own hack just for MONO_TYPE_VAR.
22246
22247 2004-11-09  Martin Baulig  <martin@ximian.com>
22248
22249         * class.c (mono_class_inflate_generic_method): Small fix; don't
22250         crash here.
22251
22252         * icall.c
22253         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
22254         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
22255         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
22256         (ves_icall_Type_BindGenericParameters): Likewise.
22257         (ves_icall_Type_get_IsGenericInstance): Likewise.
22258         (ves_icall_Type_GetGenericParameterPosition): Likewise.
22259         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
22260         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
22261         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
22262
22263 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
22264
22265         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
22266         assembly versions and public key tokens. Fixes #69113.
22267
22268 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
22269
22270         * metadata.c: fix bug introduced with the type cache changes
22271         on 2004-11-06.
22272
22273 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
22274
22275         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
22276         the MonoClass pointer instead of the token in exception clauses.
22277         * reflection.c: updates for the above and make the code not depend
22278         on the structure of MonoExceptionClause.
22279
22280 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
22281
22282         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
22283         Add support for dynamic assemblies. Fixes #69114.
22284
22285         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
22286
22287 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
22288
22289         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
22290         since most only those methods use it. the code member of
22291         MonoMethodPInvoke was dead, so that can be removed too. Also,
22292         remove inline_count (again, not used), and move slot so that it
22293         can share bits with some other flags. This saves 8 bytes in the
22294         structure and gives us about 50 kb back for mcs helloworld.cs
22295
22296         * *.[ch]: Do naming changes for the above.
22297
22298         * loader.c (mono_method_get_header): Lazily init the header
22299         on first access.
22300         (mono_get_method_from_token): don't init the header here
22301         (mono_free_method): the header may never be allocated
22302
22303         Overall, this saves 150 kb of unmanaged allocations
22304         for mcs helloworld.cs. That accounts for 10% of the unmanaged
22305         memory at runtime.
22306         
22307         * loader.c, loader.h (mono_method_get_header): new accessor.
22308
22309         * *.[ch]: use the above method. Prepares us to lazily load
22310         the header.
22311
22312         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
22313         three warnings, which are actual bugs (see 69206).
22314
22315         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
22316         unused. Saves a cool 4 bytes / method.
22317
22318 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
22319
22320         * metadata.c (builtin_types): Add types for System.Object here.
22321         (mono_metadata_parse_type_full): Cache MonoType*'s that are
22322         for a class or valuetype from klass->this_arg or klass->byval_arg.
22323
22324         On mcs for a hello world, this gets us down from 21836 MonoType's
22325         to 14560.
22326
22327         (mono_metadata_free_type): Account for the above change.
22328
22329 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
22330
22331         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
22332         exception instead of asserting if name is null.
22333         (ves_icall_System_AppDomain_GetData): Ditto.
22334
22335 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
22336
22337         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
22338         EnumBuilder.
22339
22340         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
22341         Return NULL when the domain does not have entry_assembly set.
22342
22343         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
22344         Add a 'resource_modules' argument.
22345         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
22346
22347         * reflection.c (mono_reflection_create_runtime_class): Move setting
22348         of wastypebuilder here, so mono_get_type_object () returns a MonoType
22349         for enums too.
22350
22351         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
22352         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
22353         Throw an ArgumentNullException if 'ptr' is null.
22354
22355         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
22356         assemblies here. Fixes #69020.
22357
22358 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
22359
22360         * reflection.c (build_compressed_metadata): Fix the previous patch for
22361         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
22362         the stack.
22363
22364 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
22365
22366         * assembly.c (mono_assembly_names_equal): Allow a match if one of
22367         the cultures is false. Fixes #69090.
22368
22369         * reflection.c (build_compressed_metadata): Fix invalid memory read 
22370         detected by valgrind.
22371         
22372         * reflection.c (mono_reflection_get_type): Avoid triggering a 
22373         TypeResolve multiple times for the same type. Fixes #65577.
22374
22375 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
22376
22377         * marshal.c: Avoid using ldftn to call managed functions. It is
22378         much slower than just a call.
22379
22380         * reflection.c (mono_module_get_object): free the basename we
22381         allocate here from glib.
22382         
22383         * reflection.c (ensure_runtime_vtable): make sure to free
22384         overrides.  Also, we were allocating an array of MonoMethod not an
22385         array of MonoMethod*.
22386
22387         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
22388
22389         * image.c (mono_image_close): free image->guid here.
22390
22391 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
22392
22393         * reflection.c: Fix some spec conformance issues with the PE file
22394         structures so mcs compiled apps run on the Net 2.0 beta.
22395
22396 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
22397
22398         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
22399         Implement this. Fixes #67264.
22400
22401         * debug-helpers.h debug-helpers.c marshal.c: Move 
22402         mono_find_method_by_name to debug-helpers.c.
22403
22404 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
22405
22406         * object.c (mono_release_type_locks): type_initialization_hash is
22407         a GHashTable.
22408
22409         * reflection.c object.c object-internals.h: Fix warnings.
22410
22411         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
22412         without accessors. Fixes #61561.
22413
22414         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
22415         application base from the root domain if not set. Fixes #65641.
22416         (mono_runtime_init): Fix warning.
22417
22418 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22419
22420         * appdomain.c: call mono_thread_pool_init.
22421         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
22422         of worker threads based on the number of CPUs and the environment
22423         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
22424         for non-windows (windows) systems.
22425
22426 2004-10-27  Chris Toshok  <toshok@ximian.com>
22427
22428         * mono-debug-debugger.c (write_class): don't call mono_class_init
22429         here, as even with the check for (!klass->init_pending), we get
22430         into a situation where we're hitting cycles in class
22431         initialization.  Fixes #68816.
22432
22433 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
22434
22435         * image.c: Avoid overwriting values in the loaded_images_hash when an
22436         assembly is loaded multiple times. Fixes #61152.
22437
22438         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
22439         so multiple satellite assemblies for the same name can be loaded.
22440         Fixes #68259.
22441
22442         * mono_domain_assembly_preload: Actually return the loaded assembly, 
22443         not NULL.
22444
22445         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
22446         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
22447
22448         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
22449         pending finalizers are not invoked after the appdomain has been 
22450         unloaded. Fixes #67862.
22451
22452 2004-10-22  Martin Baulig  <martin@ximian.com>
22453
22454         * mono-debug-debugger.c
22455         (mono_debugger_runtime_invoke): Don't box valuetypes.
22456
22457 2004-10-22  Chris Toshok  <toshok@ximian.com>
22458
22459         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
22460         don't hide private methods.
22461
22462 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
22463
22464         * icall.c: Allows the runtime to "share" (when known) the public key
22465         token of an assembly. This avoid the need to recalculate the token 
22466         (from the public key) in managed code.
22467
22468 2004-10-21  Chris Toshok  <toshok@ximian.com>
22469
22470         * debug-helpers.c (append_class_name): argh, revert last patch.
22471         
22472 2004-10-21  Chris Toshok  <toshok@ximian.com>
22473
22474         * debug-helpers.c (append_class_name): use '+' as the delimiter,
22475         not '/', so that it matches what the debugger uses to look up
22476         methods.
22477
22478 2004-10-21  Martin Baulig  <martin@ximian.com>
22479
22480         * mono-debug-debugger.c (mono_debugger_throw_exception): New
22481         public method; this is called each time an exception is thrown and
22482         allows the debugger to use exception catch points.
22483
22484 2004-10-21  Martin Baulig  <martin@ximian.com>
22485
22486         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
22487         the stack pointer and the exception object in some struct and pass
22488         that to the debugger.
22489
22490 2004-10-21  Chris Toshok  <toshok@ximian.com>
22491
22492         * mono-debug-debugger.c (do_write_class): add instance/static
22493         event support.  We don't expose "raise" or "other" yet.
22494         (event_is_static): new method.
22495
22496 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
22497
22498         * mono-debug-debugger.c
22499         (mono_debugger_handle_exception): Remove
22500         bogus return value for fussy compilers.
22501
22502 2004-10-20  Martin Baulig  <martin@ximian.com>
22503
22504         * mono-debug-debugger.c
22505         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
22506         (mono_debugger_handled_exception): Likewise.
22507
22508 2004-10-20  Martin Baulig  <martin@ximian.com>
22509
22510         * mono-debug-debugger.h (MonoDebuggerEvent): Added
22511         MONO_DEBUGGER_EVENT_EXCEPTION.
22512
22513         * mono-debug-debugger.c (mono_debugger_handle_exception): New
22514         public function to send the debugger a notification for an
22515         exception and inform it about a catch/finally clause.
22516
22517 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
22518
22519         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
22520         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
22521         fix 2.95 build. 
22522
22523         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
22524
22525 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
22526
22527         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
22528         marshalled as [In,Out]. Fixes #58325.
22529
22530 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
22531
22532         * reflection.c (mono_method_body_get_object): Implement some fields.
22533
22534 2004-10-12  Martin Baulig  <martin@ximian.com>
22535
22536         * reflection.c (mono_reflection_bind_generic_parameters): Small
22537         fix, correctly retrieve our parent from a generic instance.
22538
22539 2004-10-12  Martin Baulig  <martin@ximian.com>
22540
22541         * metadata.c (mono_metadata_generic_param_equal): We always have
22542         an owner.
22543
22544         * class.c
22545         (mono_class_from_generic_parameter): We need to have an owner.
22546         (my_mono_class_from_generic_parameter): Likewise.
22547
22548         * reflection.c (mono_reflection_setup_generic_class): Renamed to
22549         mono_reflection_create_generic_class() and added a new
22550         mono_reflection_setup_generic_class().  
22551         (mono_reflection_initialize_generic_param): If we're a nested
22552         generic type and inherited from the containing class, set our
22553         owner to the outer class.
22554
22555 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
22556
22557         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
22558
22559         * reflection.c (mono_method_body_get_object): New function to create
22560         a MethodBody object.
22561
22562         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
22563
22564 2004-10-11  Martin Baulig  <martin@ximian.com>
22565
22566         * metadata.c (_mono_metadata_type_equal): Renamed to
22567         do_mono_metadata_type_equal() and made static.
22568
22569 2004-10-11  Martin Baulig  <martin@ximian.com>
22570
22571         * appdomain.c: Bump corlib version number to 28.
22572
22573 2004-10-10  Martin Baulig  <martin@ximian.com>
22574
22575         * class-internals.h
22576         (MonoGenericInst): Added `MonoGenericContainer *container'.
22577         (MonoGenericMethod): Likewise.
22578         (MonoGenericContext): Likewise.
22579         (MonoGenericParam): Added `MonoGenericContainer *owner'.
22580
22581         * metadata.c
22582         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
22583         (do_mono_metadata_parse_generic_inst): Likewise.
22584         (mono_metadata_parse_type_full): New public method.  This is the actual
22585         mono_metadata_parse_type() implementation - with an additional
22586         `MonoGenericContainer *' argument.
22587         (mono_metadata_parse_array_full): Likewise.
22588         (mono_metadata_parse_signature_full): Likewise.
22589         (mono_metadata_parse_method_signature_full): Likewise.
22590         (mono_metadata_parse_mh_full): Likewise.
22591         (mono_type_create_from_typespec): Likewise.
22592         (mono_metadata_interfaces_from_typedef_full): New public method;
22593         this is similar to the other _full() methods, but we take a
22594         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
22595         (mono_metadata_parse_generic_param): Take an additional
22596         `MonoGenericContainer *' argument and lookup the MonoGenericParam
22597         from that container.
22598         (mono_metadata_generic_param_equal): New static method to compare
22599         two type parameters.
22600         (_mono_metadata_type_equal): New static method; takes an
22601         additional `gboolean signature_only' argument - if true, we don't
22602         compare the owners of generic parameters.
22603         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
22604         with a TRUE argument - do a signature-only comparision.
22605
22606         * loader.c: Use the new _full() methods and pass the
22607         MonoGenericContainer to them.
22608
22609         * object-internals.h (MonoReflectionTypeBuilder): Added
22610         `MonoGenericContainer *generic_container' field.
22611         (MonoReflectionMethodBuilder): Likewise.
22612
22613 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
22614
22615         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
22616         case initial images of dynamic assemblies.
22617
22618         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
22619
22620         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
22621
22622         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
22623         length of event->other array.
22624         (typebuilder_setup_events): Ditto.
22625
22626         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
22627         'assembly_by_name' and add an 'assemblies' list.
22628
22629         * assembly.h assembly.c: Add a new search hook for determining whenever
22630         an assembly is already loaded. Use this instead of searching in the
22631         loaded_assemblies list.
22632
22633         * domain.c appdomain.c: Implement the new search hook so loaded 
22634         assemblies are now scoped by appdomain. Fixes #67727.
22635
22636 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
22637
22638         * threads.c (mono_thread_attach): Initialize synch_lock field so
22639         mono_thread_detach works again.
22640
22641         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
22642         'lib' too. Fixes #63130.
22643
22644 2004-10-06  Jackson Harper  <jackson@ximian.com>
22645
22646         * culture-info-tables.h: regenerated.
22647
22648 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
22649
22650         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
22651         implemented by other interfaces in the result. Fixes #65764.
22652         
22653         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
22654         Handle unloadable modules without crashing.
22655
22656         * image.c (load_modules): Revert the previous patch since modules must
22657         have a fixed index inside the array.
22658         
22659         * image.c (load_modules): Don't include native modules in the modules
22660         array.
22661
22662 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
22663
22664         * reflection.h: Add param_defaults field.
22665
22666         * reflection.c: Add support for parameter defaults in dynamic methods.
22667         Fixes #64595.
22668
22669         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
22670         an empty string when a type has no namespace. Fixes #64230.
22671
22672 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
22673
22674         * tabledefs.h: Added "internal" security actions to support non-CAS
22675         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
22676         Note: they do not seems to be used anymore in 2.0 (new metadata format)
22677
22678 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
22679
22680         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
22681         constructor of abstract class. Fixes #61689.
22682
22683 2004-10-04  Martin Baulig  <martin@ximian.com>
22684
22685         * class-internals.h (MonoGenericContainer): New type.
22686         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
22687         `MonoGenericContainer *generic_container'.
22688         (MonoClass): Replaced `gen_params' and `num_gen_params' with
22689         `MonoGenericContainer *generic_container'.
22690
22691         * metadata.c (mono_metadata_load_generic_params): Return a
22692         `MonoGenericContainer *' instead of a `MonoGenericParam *';
22693         removed the `num' argument.
22694
22695 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
22696
22697         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
22698         for dynamic images.
22699
22700         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
22701         machine fields.
22702
22703         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
22704
22705         * reflection.c: Save pe_kind and machine values into the generated
22706         image file.
22707
22708         * appdomain.c: Bump corlib version number.
22709
22710         * object-internals.h: Reorganize layout of LocalBuilder.
22711
22712         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
22713         New helper function.
22714
22715         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
22716         created MonoType for dynamic types. Fixes #66180.
22717
22718 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
22719
22720         * threadpool.c: the ares hashtable needs a critical section around it.
22721         this prevents some nasty segfaults
22722
22723 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
22724
22725         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
22726         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
22727         bug 67324).
22728         
22729 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
22730
22731         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
22732         
22733 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
22734
22735         * image.c: Always canonicalize image file names, to avoid loading
22736         the same assembly twice when referenced using a relative path.
22737
22738 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
22739
22740         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
22741
22742         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
22743
22744         * marshal.c: Fix warnings.
22745
22746 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
22747
22748         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
22749         attempting to marshal the delegate_trampoline as the method_addr.
22750         This patch has a static hashtable of marshalled delegates so that 
22751         we can map delegate_trampoline addresses back to delegates.  This
22752         allows a delegate passed to managed code to be passed back into native
22753         code.  Fixes #67039
22754
22755 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
22756
22757         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
22758
22759         * reflection.c (method_encode_code): Align method headers properly.
22760         Fixes #66025.
22761
22762 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
22763
22764         * marshal.c: In the runtime invoke wrapper, reset the abort
22765         exception if it is cached. This avoids the automatic rethrowal of 
22766         the exception after the catch of the wrapper. Also check for pending
22767         interruptions before calling the managed method. This is done using
22768         the new method emit_thread_force_interrupt_checkpoint, since the
22769         normal checkpoint method is ignored when running the invoke wrapper.
22770         * object.c: If the abort exception is rethrown, set the abort_exc
22771         field of the thread, so it will be rethrown aftere every catch.
22772         * threadpool.c: Only run an interruption checkpoint if what has been
22773         requested is a stop of the thread (aborts will be ignored).
22774         * threads.c: By default, a thread will now never be interrumped while
22775         running the runtime invoke wrapper (this ensures that runtime_invoke
22776         will always return to the caller if an exception pointer is provided).
22777         There is a new special method mono_thread_force_interruption_checkpoint()
22778         to force an interruption checkpoint even if running a protected
22779         wrapper, which is used by the same runtime invoke wrapper to do a check
22780         at a safe point.
22781
22782 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
22783
22784         * object.c, object-internals.h: Implemented mono_release_type_locks,
22785         which releases the cctor locks held by a thread.
22786         * threads.c, threads.h: In thread_cleanup, release cctor locks held
22787         by a thread. Added mono_thread_exit() method to be used to safely stop
22788         a thread.
22789
22790 2004-09-28  Raja R Harinath  <rharinath@novell.com>
22791
22792         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
22793         Move null check before dereference.  Avoid indexing beyond the end
22794         of the 'modules' array.
22795
22796 2004-09-28  Raja R Harinath  <rharinath@novell.com>
22797
22798         * metadata-internals.h (MonoImage): Add module_count field.
22799         * image.c (load_modules): Set image->module_count.
22800         (mono_image_load_file_for_image): Use image->module_count.
22801         * reflection.c (mono_image_load_module): Append to image->modules array 
22802         of dynamic assembly.
22803         (mono_module_get_object): Fix loop to actually increment index.
22804         Use image->module_count.
22805         * assembly.c (mono_assembly_load_references): Use image->module_count.
22806         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
22807         Likewise.
22808
22809 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
22810
22811         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
22812         Avoid assert on generic types.
22813
22814 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
22815
22816         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
22817
22818         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
22819
22820         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
22821         function to convert a MarshalSpec structure to its managed counterpart.
22822
22823         * reflection.c: Fix warnings.
22824         
22825         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
22826         field.
22827
22828         * icall.c (mono_create_icall_signature): Fix build.
22829
22830 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
22831
22832         * icall.c: Add MakePointType icall.
22833
22834         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
22835         warnings.
22836
22837 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22838
22839         * threadpool.c: reuse allocated slots in the queue.
22840
22841 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
22842
22843         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
22844
22845         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
22846
22847         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
22848         previous change.
22849
22850         * tabledefs.h: Add constants for pinvoke attributes BestFit and
22851         ThrowOnUnmappableChar.
22852
22853         * icall.c (ves_icall_Type_GetPacking): New icall.
22854
22855 2004-09-24  Martin Baulig  <martin@ximian.com>
22856
22857         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
22858
22859 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22860
22861         * appdomain.c:
22862         (mono_domain_set): allow setting a domain that is being unloaded.
22863         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
22864         being unloaded.
22865
22866 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
22867
22868         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
22869         the GetCustomAttributes icall.
22870
22871 2004-09-23  Martin Baulig  <martin@ximian.com>
22872
22873         * object-internals.h (MonoReflectionGenericParam): Replaced
22874         'has_ctor_constraint', `has_reference_type' and `has_value_type'
22875         with `guint32 attrs'.
22876
22877 2004-09-23  Martin Baulig  <martin@ximian.com>
22878
22879         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
22880
22881 2004-09-23  Martin Baulig  <martin@ximian.com>
22882
22883         * object-internals.h (GenericParameterAttributes): New enum.
22884
22885 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
22886
22887         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
22888         
22889         * class.c (init_events): Fill out event->other field.
22890
22891         * class.c: Fix warnings.
22892
22893         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
22894
22895 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
22896
22897         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
22898         walk which doesn't supply the IL offset.
22899
22900 2004-09-22  Martin Baulig  <martin@ximian.com>
22901
22902         * reflection.c (mono_reflection_setup_internal_class): If we're
22903         System.ValueType, System.Object or System.Enum, set
22904         `klass->instance_size' and create the vtable.
22905         (mono_reflection_create_internal_class): If we're an enum type,
22906         get the base class from our current corlib.
22907
22908 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
22909
22910         * reflection.h (MonoResolveTokenError): New type.
22911
22912         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
22913         icall.
22914
22915         * icall.c: Add an 'error' argument to the ResolveToken icalls.
22916
22917 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
22918
22919         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
22920         Support also calling constructors, but only for already allocated objects.
22921
22922 2004-09-17  Geoff Norton <gnorton@customerdna.com>
22923
22924         * reflection.c (type_get_qualified_name): If the klass is null
22925         return the typename to avoid a NullRefEx.
22926         (encode_cattr_value): Get the qualified name of the boxed type,
22927         not the underlying enumtype.  Fixes #62984.
22928
22929 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
22930
22931         * marshal.c: Fix problems with previous checkin.
22932
22933 2004-09-21    <vargaz@freemail.hu>
22934
22935         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
22936         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
22937
22938         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
22939
22940 2004-09-21  Geoff Norton <gnorton@customerdna.com>
22941
22942         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
22943         should only return a type for pointers, arrays, and passbyref types.
22944         Fixes bug #63841.
22945
22946 2004-09-21  Martin Baulig  <martin@ximian.com>
22947
22948         * domain.c (mono_debugger_check_runtime_version): New public
22949         function.
22950
22951         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
22952
22953 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
22954
22955         * reflection.c: Added missing sort to the declarative security 
22956         attributes table. MS implementation stops seeing the attributes if the
22957         token number regress in the table (as shown by ildasm and permview).
22958
22959 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
22960
22961         * object-internals.h (MonoReflectionModule): Add 'token' field.
22962         
22963         * reflection.c (mono_reflection_get_token): Add support for Module
22964         and Assembly.
22965         (mono_module_get_object): Set 'token' field.
22966         (mono_module_file_get_object): Set 'token' field.
22967
22968         * icall.c: Add new Assembly and Module icalls.
22969
22970         * appdomain.c: Bump corlib version.
22971
22972 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
22973
22974         * loader.h loader.c class.h class.c: Add helper functions for obtaining
22975         tokens of metadata objects.
22976
22977         * reflection.h reflection.c (mono_reflection_get_token): New function
22978         to obtain the token of a metadata object.
22979
22980         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
22981
22982 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
22983
22984         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
22985         
22986         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
22987
22988 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
22989
22990         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
22991         * object-internals.h: Added 3 MonoArray* members to MonoReflection
22992         AssemblyBuilder to access the permissions set in the class lib.
22993         * reflection.c: Added security attributes encoding step in 
22994         mono_image_build_metadata.
22995         * tabledefs.h: Added new security actions defined in 2.0:
22996         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
22997
22998 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
22999
23000         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
23001         macro parameter.
23002
23003 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23004  
23005         * locales.c: nullify the ICU_collator member of CompareInfo when it is
23006           finalized. There where random SIGSEVs at program termination, when
23007           an object being finalized was trying to do a string comparison and
23008           the current culture was already finalized.
23009  
23010 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23011
23012         * threads.c: call thread_cleanup before finishing the thread if we get
23013         there.
23014
23015 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
23016
23017         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
23018         assemblies from the parent. Fixes #65665.
23019
23020 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
23021
23022         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
23023         modifiers.
23024
23025 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
23026
23027         * reflection.h: add prototype for mono_get_dbnull_object
23028         * reflection.c: add prototypes for get_default_param_value_blobs 
23029         and mono_get_object_from_blob for fussier compilers
23030
23031 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
23032  
23033         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
23034         false deadlock checks in class initialization.
23035  
23036 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
23037
23038         * image.c (mono_image_addref): Fix comment.
23039
23040         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
23041         possible.
23042
23043 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
23044
23045         * reflection.c (mono_param_get_objects): Modified to return
23046         ParameterInfo.DefaultValue object.
23047
23048         (get_default_param_value_blobs):
23049         (mono_get_object_from_blob):
23050         (mono_get_dbnull_object): New helper routines. 
23051
23052         * object.c (mono_get_constant_value_from_blob): New helper routine
23053         carved out from get_default_field_value ()
23054
23055         * object-internals.h (mono_get_constant_value_from_blob): Added
23056         function declaration.
23057
23058 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
23059
23060         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
23061         referenced assemblies. Fixes #62135.
23062
23063         * exception.h exception.c (mono_get_exception_file_not_found2): New
23064         helper function.
23065
23066 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
23067
23068         * class.h class.c: Add mono_type_get_underlying_type ().
23069
23070 2004-09-09  Geoff Norton <gnorton@customerndna.com>
23071
23072         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
23073         Fix GetTypes() to support dynamically created assemblies.
23074
23075 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
23076
23077         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
23078         
23079         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
23080         previous patch.
23081
23082         * reflection.h reflection.c loader.c: Allow dynamic construction of
23083         pinvoke methods. Fixes #65571.
23084         
23085         * reflection.c (mono_reflection_get_type): Revert previous change since
23086         it causes regressions.
23087
23088 2004-09-08  Martin Baulig  <martin@ximian.com>
23089
23090         * class.c (class_compute_field_layout): Don't call
23091         mono_class_layout_fields() for open generic instances.
23092
23093 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
23094         * threads.c appdomain.c: fix typo in GC macro
23095
23096 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23097
23098         * threads.c: don't call mono_thread_detach() in start_wrapper(),
23099         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
23100
23101 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
23102
23103         * image.c (mono_image_close): Applied patch from 
23104         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
23105         assembly is loaded multiple times from data.
23106         
23107         * image.c (mono_image_open): Fix warning.
23108
23109 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23110
23111         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
23112         once. Fixes #58334.
23113         
23114         * reflection.c (mono_reflection_create_runtime_class): Initialize
23115         klass->nested_classes. Fixes #61224.
23116
23117 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
23118
23119         * threads.c: sched_yield() on exit, to allow threads to quit.
23120
23121 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23122
23123         * object.c (mono_unhandled_exception): Remove leftover debug code.
23124
23125 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
23126
23127         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
23128
23129 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23130
23131         * marshal.c (emit_marshal_array): Really null terminate string arrays.
23132         
23133         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
23134
23135 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23136
23137         * marshal.c (emit_marshal_array): Null terminate string arrays.
23138         
23139         * marshal.c (raise_auto_layout_exception): Fix warning.
23140
23141         * reflection.c (mono_param_get_objects): Initialize the default value
23142         with DBNull.Value, not null. Fixes #62123.
23143
23144 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
23145
23146         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
23147         throw an exception with a cute explanation.
23148
23149 2004-09-06  Dick Porter  <dick@ximian.com>
23150
23151         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
23152         Close the new process's thread handle, as we don't use it.  The
23153         handle stays around forever otherwise.
23154
23155 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23156
23157         * object.c (arith_overflow): Fix warning.
23158
23159         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
23160         calling conventions in method refs. Fixes #65352.
23161
23162         * reflection.c: Fix warnings.
23163
23164 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23165
23166         * icall.c: Add a new icall for Array.Clear
23167
23168 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23169
23170         * object.c: When allocating an array, we have to throw
23171         an overflow exception if any of the lengths are < 0.
23172
23173 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23174
23175         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
23176         properly. Also move implementation of string array marshalling to 
23177         managed code. Fixes #42316.
23178
23179 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23180
23181         * assembly.c: provide more information when loading an assembly fails.
23182
23183 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23184
23185         * filewatcher.c: don't expect the development fam package to be
23186         installed.
23187
23188 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
23189
23190         * marshal.c: Make a copy of the signature cookie since it will be
23191         freed by the caller.
23192         
23193         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
23194
23195         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
23196
23197         * metadata.c (mono_metadata_free_marshal_spec): New function to free
23198         marshal specs.
23199
23200         * marshal.c: More refactoring.
23201         
23202         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
23203         smaller functions.
23204
23205 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
23206
23207         * object.c: In mono_message_invoke, fill the output parameter array after
23208           calling the managed method (it was done before the call). This fixes
23209           bug #59299.
23210
23211 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23212
23213         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
23214         as well.
23215
23216 2004-09-02  Martin Baulig  <martin@ximian.com>
23217
23218         * class.c (mono_class_instance_size): Don't allow generic type
23219         definitions or open generic instances.
23220         (mono_class_array_element_size): If we're a value type, call
23221         mono_class_instance_size() on the original class.
23222
23223         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
23224         handle generic instances.
23225
23226         * mono-debug-debugger.c (write_type): Handle generic instances
23227         like classes.
23228
23229 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23230
23231         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
23232         the allocation request fails. Fixes #65089.
23233
23234         * object.c (mono_runtime_free_method): Do not call mono_free_method.
23235         
23236         * object.c (mono_runtime_free_method): New function to free a dynamic
23237         method.
23238
23239         * marshal.c (mono_delegate_free_ftnptr): New function to free the
23240         delegate trampoline.
23241
23242         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
23243         with hasthis as dynamic,
23244
23245         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
23246
23247         * domain.c (mono_jit_info_table_remove): New function to remove an
23248         entry from the jit info table.
23249
23250         * class-internals.h (MonoMethod): Add 'dynamic' field.
23251
23252         * loader.c: Fix warnings.
23253
23254 2004-09-01  Martin Baulig  <martin@ximian.com>
23255
23256         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
23257         instead of mono_debugger_lock() because the latter one is a no-op
23258         unless running in the debugger.
23259
23260 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23261
23262         * class.c (class_compute_field_layout): Classes with auto-layout or
23263         reference fields are not blittable.
23264         
23265 2004-09-01  Dick Porter  <dick@ximian.com>
23266
23267         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
23268         mono_image_get_filename() to get the assembly location.
23269
23270         * icall.c:
23271         * metadata.h: Fix compile warnings
23272
23273 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23274
23275         * class.c (class_compute_field_layout): System.Object is blittable.
23276
23277         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
23278         as in/out. Fixes #59909.
23279
23280 2004-09-01  Martin Baulig  <martin@ximian.com>
23281
23282         * metadata.h (MONO_TYPE_ISREFERENCE): Call
23283         mono_metadata_generic_inst_is_valuetype() if we're a generic
23284         instance to check whether our underlying type is a reference type.
23285
23286 2004-09-01  Martin Baulig  <martin@ximian.com>
23287
23288         * metadata.c (mono_type_size): If we're a generic instance, call
23289         mono_class_value_size() for value types.
23290
23291 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
23292
23293         * marshal.c: Implement more custom marshalling functionality. Fixes
23294         #64915.
23295
23296 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23297
23298         * mono-debug.c, debug-mono-symfile.c: add some locking love.
23299
23300 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
23301
23302         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
23303
23304         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
23305
23306         * icall.c: Fix some warnings.
23307
23308         * threads.c (abort_appdomain_thread): Fix unref errors.
23309         (mono_thread_current): Fix THREAD_DEBUG define.
23310
23311 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
23312
23313         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
23314
23315         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
23316
23317 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
23318
23319         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
23320         string arrays.
23321
23322 2004-08-28  Martin Baulig  <martin@ximian.com>
23323
23324         * metadata.c
23325         (mono_metadata_generic_inst_is_valuetype): New public function.
23326
23327         * metadata.h (MONO_TYPE_ISSTRUCT): Call
23328         mono_metadata_generic_inst_is_valuetype() if we're a generic
23329         instance to check whether our underlying type is a valuetype.
23330
23331 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
23332
23333         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
23334         #63768.
23335
23336 2004-08-25  Martin Baulig  <martin@ximian.com>
23337
23338         * loader.c (mono_get_method_from_token): Abstract methods can also
23339         be generic and thus have type parameters.
23340
23341         * metadata-internals.h
23342         (MonoDynamicImage): Added `GPtrArray *gen_params'.
23343
23344         * reflection.c (mono_image_get_generic_param_info): Don't create a
23345         metadata row, just add an entry to the `gen_params' array.
23346         (build_compressed_metadata): Sort the `gen_params' array and then
23347         actually create the metadata.
23348
23349 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23350
23351         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
23352
23353 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
23354
23355         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
23356
23357 2004-08-24  Martin Baulig  <martin@ximian.com>
23358
23359         * class.cs (mono_class_is_subclass_of): Like an interface, a
23360         generic instance also derives from System.Object.
23361
23362 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
23363
23364         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
23365         custom modifiers to be in any order. Fixes #61990.
23366
23367 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
23368
23369         * object.c: Register mono_object_new_fast icall.
23370         
23371         * object.c (mono_class_get_allocation_ftn): Return to calling
23372         mono_object_new_fast, since it seems faster to compute the object 
23373         size in unmanaged code than passing it as a parameter.
23374
23375         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
23376
23377         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
23378         this function with Boehm as the oom handler, so we don't have to check
23379         the result of GC_malloc.
23380
23381         * object.c: Remove checks for oom.
23382
23383         * object.h object.c (mono_class_get_allocation_ftn): New function to
23384         return the icall which can be used to allocate an instance of a given
23385         class. 
23386
23387         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
23388
23389         * class-internals.h: Add 'enabled' field.
23390
23391 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
23392
23393         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
23394
23395 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
23396         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
23397         value 0x0010.
23398
23399 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23400
23401         * appdomain.c: use the Tls function for appdomain too,
23402         at Zoltan's request. Actually return in mono_context_get
23403
23404         * appdomain.c, profiler.c, threads.c: use __thread
23405
23406 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
23407
23408         * appdomain.c threads.c: Call GC_CreateThread on windows.
23409
23410         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
23411         multiple libraries since this don't work on windows.
23412
23413 2004-08-18  Martin Baulig  <martin@ximian.com>
23414
23415         * class-internals.h
23416         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
23417         MonoMethodHeader.
23418
23419         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
23420         MonoMethodNormal since we also need it for abstract and interface
23421         methods.
23422
23423         * reflection.c
23424         (build_compressed_metadata): Sort the GenericParam table.
23425         (mono_image_create_token): Added `gboolean create_methodspec'
23426         argument; this is false when generating a MethodImpl token.
23427         (reflection_methodbuilder_to_mono_method): Abstract and interface
23428         methods may also have generic parameters.
23429
23430 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23431
23432         * appdomain.c: thread local alloc
23433
23434 2004-08-17  Martin Baulig  <martin@ximian.com>
23435
23436         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
23437
23438         * icall.c
23439         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
23440         argument.
23441
23442         * class.c (mono_type_get_full_name): New public function.
23443         (mono_type_get_name): Don't include the type arguments.
23444
23445 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
23446
23447         * Makefile.am: Build static versions of libmetadata and libmonoruntime
23448         for inclusion into the mono executable.
23449
23450 2004-08-16  Martin Baulig  <martin@ximian.com>
23451
23452         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
23453         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
23454
23455 2004-08-14  Martin Baulig  <martin@ximian.com>
23456
23457         * class.c (dup_type): Also copy the `byref' field.
23458
23459 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
23460
23461         * reflection.c (create_dynamic_mono_image): Revert the last change 
23462         since it breaks bootstrap.
23463
23464 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
23465
23466         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
23467
23468         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
23469         not free them with g_free.
23470
23471 2004-08-11  Martin Baulig  <martin@ximian.com>
23472
23473         * reflection.c (mono_reflection_setup_internal_class): Also call
23474         mono_class_setup_mono_type() if we already have a `tb->type.type'.
23475
23476 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
23477
23478         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
23479         called during default (first) AppDomain creation. Keep track of
23480         Evidence when loading assemblies.
23481
23482 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
23483
23484         * opcodes.c, opcodes.h: reduce runtime relocations.
23485
23486 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
23487
23488         * culture-info.h, locales.c: fixes and chages to sue the new
23489         optimized format of the locale data.
23490         * culture-info-tables.h: regenerated.
23491
23492 2004-08-06  Geoff Norton <gnorton@customerdna.com>
23493         
23494         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
23495
23496 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
23497
23498         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
23499         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
23500         * domain-internals.h: icall declaration.
23501         * icall.c: icall registration.
23502         * object-internals.h: New fields in MonoAssembly for CAS.
23503
23504 2004-08-05  Duncan Mak  <duncan@ximian.com>
23505
23506         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
23507         CEE_LDELEM_ANY.
23508
23509 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
23510
23511         * reflection.c: fix to deal with object[] arrays in custom ctors
23512         (bug #62550).
23513
23514 2004-08-05  Martin Baulig  <martin@ximian.com>
23515
23516         * class.c (mono_class_array_element_size): Added support for
23517         generic instances and correctly handle "recursive" types.
23518
23519 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
23520
23521         * assembly.c: Fix warnings.
23522
23523 2004-08-04  Martin Baulig  <martin@ximian.com>
23524
23525         * class.c
23526         (mono_type_get_name_recurse): Added `gboolean include_arity'
23527         argument specifying whether or not we should include the generic
23528         arity in the type name.
23529         (_mono_type_get_name): New static function.
23530         (mono_class_setup_vtable): If we're a generic instance, don't
23531         include the generic arity in the names of explicit method
23532         implementations.        
23533
23534 2004-08-03  Martin Baulig  <martin@ximian.com>
23535
23536         * class.c (mono_type_get_name_recurse): Enclose the generic type
23537         arguments in `<', '>'.
23538
23539 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
23540
23541         * gc.c: make GC warning messages use the trace API, they are just
23542         noise to most of the users.
23543
23544 2004-08-03  Martin Baulig  <martin@ximian.com>
23545
23546         * debug-mono-symfile.c (read_string): Correctly read the string.
23547
23548 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
23549
23550         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
23551         
23552         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
23553         icalls.
23554         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
23555
23556 2004-07-30  Martin Baulig  <martin@ximian.com>
23557
23558         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
23559         Reflect latest symbol writer changes.   
23560
23561 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
23562
23563         * object.c: always create an object if null is passed
23564         to Invoke() where a valuetype is expected.
23565
23566 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
23567
23568         * marshal.c (mono_marshal_init): make managed
23569         signatures match native ones better for 64bits.
23570
23571 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23572
23573         * appdomain.c: hack to build correctly the private bin path on windows.
23574         Fixes bug #61991.
23575
23576 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
23577
23578         * assembly.c: Load mscorlib from the correct framework directory
23579           (mono/<version>/mscorlib.dll).
23580         * appdomain.h: Added prototypes for new functions.
23581         * internals.h: Added some prototypes.
23582         * domain.c: When initializing the runtime, get from the executable and
23583           the configuration files the runtime version that the app supports.
23584           Added support methods for reading app.exe.config. Added list of versions
23585           supported by the JIT. Added two new methods: mono_init_from_assembly,
23586           which initializes the runtime and determines the required version from
23587           the provided exe file, and mono_init_version, which initializes
23588           the runtime using the provided version.
23589         * icall.c: Get machine.config from version-specific directory.
23590         * reflection.c: When generating an image, embed the version number
23591           of the current runtime.
23592
23593 2004-07-28  Dick Porter  <dick@ximian.com>
23594
23595         * socket-io.c
23596         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
23597         returned sockaddr size before creating the remote address object.
23598         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
23599         61608.
23600
23601 2004-07-28  Dick Porter  <dick@ximian.com>
23602
23603         * locales.c (string_invariant_compare_char): Fix invariant char
23604         compares between upper and lower cases.  Fixes bug 61458.
23605
23606 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
23607         
23608         * marshal.c: actually cache stelem.ref wrappers.
23609         
23610 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
23611
23612         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
23613         sections and remove the mono_cli_rva_map () function.
23614
23615 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
23616
23617         * debug-mono-symfile.c: fix one more endianess issue, from a patch
23618         by Geoff Norton (<gnorton@customerdna.com>).
23619
23620 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
23621
23622         * class.c: fix class loads for pointer types (typeof(int) !=
23623         typeof(int*)).
23624
23625 2004-07-27  Martin Baulig  <martin@ximian.com>
23626
23627         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
23628         reading the debugging information from an external ".mdb" file.
23629
23630 2004-07-24  Martin Baulig  <martin@ximian.com>
23631
23632         * reflection.c (mono_image_get_type_info): Only write a class
23633         layout entry if we actually have a size or a packing size.
23634
23635 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
23636
23637         * reflection.c (type_get_fully_qualified_name): 
23638         insert cast to get type checking of ?: with non-gcc compilers
23639
23640 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
23641
23642         * rand.c: use g_getenv for both lookups of
23643         MONO_EGD_SOCKET
23644
23645 2004-07-17  Martin Baulig  <martin@ximian.com>
23646
23647         * reflection.c (mono_reflection_bind_generic_method_parameters):
23648         Set `gmethod->reflection_info'.
23649
23650 2004-07-17  Martin Baulig  <martin@ximian.com>
23651
23652         * class.c (mono_class_create_from_typedef): Insert the newly
23653         created class into the hash table before computing the interfaces
23654         since we could be called recursively.
23655
23656 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
23657
23658         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
23659         function to implement stelem.ref in managed code
23660         * class-internals.h, debug-helpers.c: a new wrapper type
23661         for the above.
23662
23663 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
23664
23665         * gc.c: allow GC handles to work even when no GC is compiled in.
23666         Fix part of bug #61134 (GetAddrOfPinnedObject).
23667
23668 2004-07-13  Peter Williams  <peter@newton.cx>
23669  
23670         * process.c (complete_path): Make sure we don't attempt to execute
23671         directories.
23672  
23673 2004-07-12  Geoff Norton <gnorton@customerdna.com>
23674
23675         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
23676           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
23677           and will add/subtract the hour if needed
23678
23679 2004-07-12  Martin Baulig  <martin@ximian.com>
23680
23681         * reflection.c (mono_field_get_object): If we have
23682         `field->generic_info', take the attributes from
23683         `field->generic_info->generic_type'.    
23684
23685 2004-07-12  Martin Baulig  <martin@ximian.com>
23686
23687         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
23688         This function must be called before initializing the runtime.
23689         (mono_debug_init_1): New function; call this after initializing
23690         the runtime, but before loading the assembly.  It tells the
23691         debugger to load corlib and the builtin types.
23692
23693         * mono-debug-debugger.c: Did some larger changes in the debugging
23694         code; support recursive class declarations, make sure we actually
23695         add all classes.
23696
23697 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23698
23699         * debug-helpers.c: undo my previous patch and fixed the real issue in
23700         ../mini/exceptions-x86.c
23701
23702 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23703
23704         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
23705         when no HOME env. variable was set and a NullRef was thrown in a .cctor
23706         called from other .cctors.
23707
23708 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
23709
23710         * loader.c: Removed the mono_loader_wine_init hack now that we are
23711         doing a managed version of Windows.Forms.
23712
23713 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
23714
23715         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
23716         threadpool.c, threads.c: remove static data from rootset.
23717
23718 2004-07-09  Dick Porter  <dick@ximian.com>
23719
23720         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
23721         Don't do any more processing if the matched length was 0.  It was
23722         increasing the size of the string before.  Fixes bug 61167.
23723
23724 2004-07-09  Dick Porter  <dick@ximian.com>
23725
23726         * socket-io.h:
23727         * socket-io.c
23728         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
23729         Add support for SO_PEERCRED if its available.
23730
23731 2004-07-09  Peter Bartok <pbartok@novell.com>
23732         * loader.c: winelib.exe.so error message is now only displayed if
23733         MONO_DEBUG is set. To help us avoid questions when people are trying
23734         out the new Managed.Windows.Forms.
23735
23736 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
23737
23738         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
23739         for isinst and castclass wrappers.
23740
23741         * class-internals.h icall.c: Move registration and lookup of JIT icalls
23742         to libmetadata from the JIT, so they could be used by the marshalling
23743         code and the interpreter.
23744
23745         * marshal.c: Register marshalling related JIT icalls here instead of
23746         in mini.c. Use CEE_MONO_ICALL instead of the family of 
23747         CEE_MONO_PROC<x> opcodes to call marshalling functions.
23748
23749         * metadata.h: Remove unneeded marshalling conversions.
23750
23751         * opcodes.c: Update for new opcodes.
23752         
23753 2004-07-08  Martin Baulig  <martin@ximian.com>
23754
23755         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
23756         (mono_debug_get_domain_data): Make this function static.
23757
23758 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
23759
23760         * gc.c, object.h: add nice GC handle API for embedders.
23761
23762 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
23763
23764         * reflection.c: more changes for the new api
23765
23766         * object.c: When we reflect on a field w/ a constant value, it
23767         will not have a memory location, so we must access metadata. Also,
23768         allow easier reading of strings so that we can read them from
23769         the constant data.
23770
23771         * class.c (mono_class_layout_fields): no need for literal fields here.
23772
23773         * class-internals.h: api changes for const fields
23774
23775         * icall.c (ves_icall_get_enum_info): use new apis for const fields
23776
23777 2004-07-06  Martin Baulig  <martin@ximian.com>
23778
23779         * mono-debug.h: Increment version number to 44.
23780
23781         * mono-debug.c (mono_debug_add_wrapper): The second argument is
23782         now a gpointer, rewrote this whole method.
23783
23784         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
23785         function.  Add information about the wrapper in a new "misc table".
23786
23787         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
23788         for the new misc table.
23789
23790 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
23791
23792         * metadata-internals.h image.c: Add a cache for helper signatures.
23793
23794         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
23795
23796 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
23797
23798         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
23799         delegates from a delegate. Fixes #61033.
23800         
23801         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
23802         marshalling of stringbuilder arrays. Fixes #59900.
23803
23804 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
23805
23806         * icall.c: Add EnumBuilder:setup_enum_type icall.
23807
23808 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
23809
23810         * icall.c: Added a new icall for the property version of
23811         OffsetOfStringData.
23812
23813 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
23814
23815         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
23816         it has a constant size across platforms.
23817
23818         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
23819         stack trace.
23820
23821 2004-06-29  Martin Baulig  <martin@ximian.com>
23822
23823         * mono-debug.c (mono_debug_add_method): Protect the whole function
23824         in mono_debugger_lock(), not just parts of it.
23825
23826 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
23827
23828         * reflection.c: make sure padding bytes in heaps are zeroed.
23829
23830 2004-06-24  David Waite  <mass@akuma.org>
23831
23832         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
23833         image.c, loader.c, locales.c, marshal.c, metadata.c,
23834         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
23835         string-icalls.c, threads.c: change to C90-style comments from C99 /
23836         C++ -style
23837
23838 2004-06-24  Dick Porter  <dick@ximian.com>
23839
23840         * threads.c
23841         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
23842         return createdNew.  Fixes bug 60412.
23843
23844         * threads-types.h: 
23845         * icall.c: Add createdNew parameter to CreateMutex icall
23846
23847 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23848
23849         * reflection.c, object-internals.h: save default value in params.
23850
23851 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23852
23853         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
23854         no need to build a new path combining that with the application base.
23855         Fixes bug #60442.
23856
23857 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
23858
23859         * reflection.c: fixed minor standard compliance issues.
23860
23861 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
23862
23863         * reflection.c: fixed issue with encoding some custom attributes
23864         (arrays in properties and fields, bug #60411).
23865
23866 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23867
23868         * reflection.c: fix start address when copying the public key token.
23869
23870 2004-06-23  Martin Baulig  <martin@ximian.com>
23871
23872         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
23873         the `exc' object in a static object to put it into the GC's root set.
23874
23875 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
23876
23877         * reflection.c: make mono_reflection_setup_internal_class ()
23878         callable a second time to setup a new parent class.
23879
23880 2004-06-23  Dick Porter  <dick@ximian.com>
23881
23882         * threads.c: Check for WAIT_IO_COMPLETION return values.
23883
23884 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
23885
23886         * appdomain.c: Removed the g_free on the public key token. Now copy 
23887         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
23888         * assembly.c: Added public key token string value when loading 
23889         assemblies. Fix bug #60439.
23890         * icall.c: Added missing informations (like public key) in 
23891         GetReferencedAssemblies. Fix #60519.
23892         * image.h: Changed definition for public key token from const char*
23893         public_tok_value to guchar public_key_token [17];
23894         * reflection.c: Updated for changes to public key token.
23895
23896 2004-06-22  Lluis Sanchez Gual
23897
23898         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
23899         for the field in base classes.
23900
23901 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
23902
23903         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
23904         mark headers as not supported, they are installed only for use by the
23905         debugger.
23906
23907 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
23908
23909         * *.c, *.h: avoid namespace pollution in public headers.
23910
23911 2004-06-21  Martin Baulig  <martin@ximian.com>
23912
23913         * exception.c (mono_get_exception_security): It's in
23914         "System.Security", not in "System".
23915
23916         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
23917         the exception classes.
23918
23919 2004-06-21  Martin Baulig  <martin@ximian.com>
23920
23921         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
23922         Protect the exception object from being finalized.
23923
23924 2004-06-21  Martin Baulig  <martin@ximian.com>
23925
23926         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
23927         public function.
23928
23929 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
23930
23931         * reflection.c: Load the assembly in mono_reflection_type_from_name,
23932         if it was not loaded before. Fix parts of #60439.
23933
23934 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
23935
23936         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
23937         code that was broken since Ben's change: wrappers are now
23938         dependent on the method signature only again.
23939
23940 2004-06-21  Martin Baulig  <martin@ximian.com>
23941
23942         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
23943         added interface support.
23944
23945 2004-06-21  Martin Baulig  <martin@ximian.com>
23946
23947         * class.c (mono_vtable_get_static_field_data): New public method.
23948
23949 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
23950
23951         * filewatcher.c : Windows build fix to be compliant with API changes.
23952
23953 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23954
23955         * class.h, class.c: more accessors.
23956         * metadata.h, metadata.c: prepare for hiding MonoType and
23957         MonoMethodSignature: people should use the accessors from now on
23958         outside of the tree.
23959
23960 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23961
23962         * *.c, *.h: more API cleanups.
23963
23964 2004-06-18  Jackson Harper  <jackson@ximian.com>
23965
23966         * assembly.c: Trace loading assemblies.
23967         * loader.c: Trace loading native libraries.
23968         * mono-config.c: Trace loading config files.
23969         
23970 2004-06-18  Dick Porter  <dick@ximian.com>
23971
23972         * locales.c: Tell ICU the lengths of strings, it can cope with
23973         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
23974
23975 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
23976
23977         * image.c: swapped name/filename;
23978
23979 2004-06-18  Martin Baulig  <martin@ximian.com>
23980
23981         * mono-debug-debugger.c (write_class): Write the parent class at
23982         the end of the header.
23983
23984 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
23985
23986         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
23987
23988 2004-06-17  Raja R Harinath  <rharinath@novell.com>
23989
23990         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
23991         (bundle_obj): New conditional define.
23992         (BUILT_SOURCES): Remove.
23993         ($(bundle_srcs)): Make parallel-make safe.
23994         (libmonoruntime_la_LIBADD): Make unconditional.
23995         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
23996         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
23997
23998 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
23999
24000         * culture-info-tables.h: It was inconsistent with the latest
24001           supp info files.
24002
24003 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
24004
24005         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
24006         be loaded.
24007
24008         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
24009         with gcc 2.95.
24010
24011 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24012
24013         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
24014         cleaned up public header threads.h.
24015
24016 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24017
24018         * Makefile.am, *.c, *.h: more API cleanups.
24019
24020 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
24021
24022         * Makefile.am: removed monosn from compilation.
24023         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
24024         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
24025         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
24026         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
24027         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
24028         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
24029
24030 2004-06-15  Jackson Harper  <jackson@ximian.com>
24031
24032         * assembly.c: Make locales lower case when searching the GAC for
24033         assemblies. gacutil will always make locales lowercase when
24034         installing so this effectively makes them case insensitive.
24035         
24036 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
24037
24038         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
24039         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
24040           parameter which allows to choose whether the wait can be interrupted or 
24041           not. Also added the method mono_monitor_enter(), which locks the monitor
24042           using an infinite wait and without allowing interruption.
24043           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
24044           interrupted.
24045         * object.h: Added new fields in MonoThread. suspend_event holds the event
24046           used to susped/resume the thread. synch_lock is the lock object to use for
24047           modifying the thread state.
24048         * threads.c: Use the new synch_lock object for locking, instead of "this",
24049           which can generate deadlocks.
24050           Moved thread state change in Thread.Sleep and Thread.Join from managed
24051           to unmanaged code. This avoids a deadlock when the thread was suspended
24052           just after acquiring the thread lock.
24053           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
24054           Implemented Thread.Suspend using an event instead of ThreadSuspend,
24055           which is not fully implemented in the io-layer.
24056         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
24057
24058 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
24059
24060         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
24061         threads-types.h: more API cleanups.
24062
24063 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24064
24065         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
24066         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
24067         threadpool.c, threads.c: first pass at the exported API cleanup.
24068
24069 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
24070
24071         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
24072
24073 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24074
24075         * icall.c: added internalGetHome.
24076
24077 2004-06-14  Dick Porter  <dick@ximian.com>
24078
24079         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
24080         possible to return successfully when '.' or '..' were the only
24081         entries in a directory, but were skipped.  The MonoIOStat was not
24082         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
24083         Fixes bug 59574.
24084
24085 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24086
24087         * reflection.c: make binaries run on .Net 1.1 by default.
24088
24089 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
24090
24091         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
24092
24093 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
24094
24095         * marshal.c: keep track of struct size with explicit layout
24096         (bug #59979).
24097
24098 2004-06-12  Martin Baulig  <martin@ximian.com>
24099
24100         * mono-debug-debugger.c: Comment out a debugging g_message().
24101
24102 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24103
24104         * reflection.c, reflection.h: do not free custom attrs that are cached.
24105         * icall.c: use braces to make code clearer.
24106
24107 2004-06-11  Martin Baulig  <martin@ximian.com>
24108
24109         * class.h (MonoInflatedField): New type.
24110         (MonoClassField): Replaced `MonoType *generic_type' with
24111         `MonoInflatedField *generic_info'.
24112
24113         * icall.c
24114         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
24115
24116 2004-06-11  Martin Baulig  <martin@ximian.com>
24117
24118         * reflection.c (mono_image_create_method_token): Correctly encode
24119         varargs methods.
24120
24121 2004-06-11  Martin Baulig  <martin@ximian.com>
24122
24123         * metadata.c (mono_metadata_parse_method_signature): When parsing
24124         a MethodDef which has VarArgs, also set sentinelpos if we don't
24125         have any parameters.
24126
24127 2004-06-11  Martin Baulig  <martin@ximian.com>
24128
24129         * verify.c (mono_method_verify): In CEE_CALL, use
24130         mono_method_get_signature() to get the method's signature, unless
24131         we're a PInvoke method.
24132
24133 2004-06-10  Jackson Harper  <jackson@ximian.com>
24134
24135         * assembly.c: Use <path>/lib/mono/gac for the extra paths
24136         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
24137         logical name as the supplied path is just a prefix to the gac not
24138         the direct path to it.
24139         
24140 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
24141
24142         * reflection.c: make the token for a created method match
24143         the token of the MethodBuilder it was created from
24144         (IKVM requires this behaviour now).
24145
24146 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
24147
24148         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
24149         reflection.c, socket-io.c: leak fixes.
24150
24151 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
24152
24153         * icall.c: handle sentinel pos in vararg methods in position different
24154         from 0.
24155
24156 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24157
24158         * culture-info-tables.h: freshly generated.
24159
24160 2004-06-09  Martin Baulig  <martin@ximian.com>
24161
24162         * loader.c (mono_get_method_constrained): Call `mono_class_init
24163         (constrained_class)'.   
24164
24165 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
24166
24167         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
24168         any methods. Fixes #59629.
24169
24170 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24171
24172         * culture-info-tables.h: reflecting locale-builder updates.
24173
24174 2004-06-08  Dick Porter  <dick@ximian.com>
24175
24176         * object.h:
24177         * locales.c: Fixed compile warnings, including a real bug in
24178         CompareInfo_internal_compare.
24179         
24180 2004-06-08  Dick Porter  <dick@ximian.com>
24181
24182         * locales.c
24183         (ves_icall_System_Globalization_CompareInfo_internal_index):
24184         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24185         Double-check the resuls of usearches, because ICU currently
24186         ignores most of the collator settings here.  Fixes bug 59720.
24187         
24188 2004-06-08  Dick Porter  <dick@ximian.com>
24189
24190         * locales.c
24191         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24192         Fix memory leak and segfault-causing typo.  No idea how this one
24193         lasted so long without being noticed.
24194
24195 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
24196
24197         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
24198         any methods. Fixes #59629.
24199
24200 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24201
24202         * assembly.c:
24203         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
24204         own the critical section before). Removed dead code (that's done
24205         in the preload hook).
24206
24207         (mono_assembly_load_with_partial_name): call the preload hook.
24208
24209 2004-06-08  Martin Baulig  <martin@ximian.com>
24210
24211         * metadata.c (mono_metadata_signature_alloc): Default
24212         `sentinelpos' to -1.
24213
24214         * reflection.c (mono_image_get_array_token): Likewise.
24215
24216 2004-06-08  Martin Baulig  <martin@ximian.com>
24217
24218         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
24219
24220         * metadata.c (mono_metadata_parse_method_signature): When parsing
24221         a MethodDef which has VarArgs, set sentinelpos.
24222
24223         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
24224         `gint16' since we're using -1 for non-varargs methods.
24225
24226         * reflection.c
24227         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
24228         (method_encode_signature): Added varargs support.
24229         (method_builder_encode_signature): Likewise.
24230         (mono_image_get_varargs_method_token): New static method.
24231         (mono_image_create_method_token): New public method; this is
24232         called via an icall instead of mono_image_create_token() when
24233         calling a varargs method.       
24234
24235 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
24236
24237         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
24238
24239 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24240
24241         * culture-info-tables.h : Reflecting the latest locale-builder that
24242           fixed empty array representation ({} to {0}).
24243
24244 2004-06-07  Jackson Harper  <jackson@ximian.com>
24245
24246         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
24247         looking up extra gac paths. This allows MONO_GAC_PATH to act
24248         exactly like a prefix.
24249         
24250 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24251
24252         * reflection.c (mono_reflection_type_from_name): Make a copy of the
24253         type name before modifying it. Fixes #59405.
24254
24255 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24256
24257         * culture-info.h: added fields for "all datetime patterns".
24258         * locales.c: (  ves_icall_System_Globalization_CultureInfo
24259           _construct_datetime_format ()): fill xxx_patterns fields.
24260         * object.h: added fields for "all datetime patterns" to
24261           MonoDateTimeFormatInfo.
24262         * culture-info-tables.h: reflecting locale-builder updates.
24263
24264 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24265
24266         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
24267         the event has no add and remove methods. Fixes #59629.
24268
24269 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
24270
24271         * object.c: Fixed possible integer overflow when allocating large
24272         strings.
24273
24274 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24275
24276         * culture-info-tables.h: reflecting locale-builder updates.
24277
24278 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24279
24280         * culture-info-tables.h: reflecting locale-builder updates.
24281
24282 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
24283
24284         * culture-info-tables.h: reflecting locale-builder updates.
24285
24286 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
24287
24288         * threads.c: Made Thread.Sleep abortable.
24289
24290 2004-06-02  Martin Baulig  <martin@ximian.com>
24291
24292         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
24293
24294         * debug-mono-symfile.h: Bumped symbol file version number to 37.
24295
24296 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
24297
24298         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
24299
24300 2004-05-30  Jackson Harper  <jackson@ximian.com>
24301
24302         * reflection.c: Do not hardcode assembly versions or public key
24303         tokens anymore. All of this except the corlib section was dead
24304         code anyways.
24305         
24306 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
24307
24308         * object.c (mono_runtime_invoke_array): Automatically create boxed
24309         objects for byref valuetypes if needed. Fixes #59300.
24310         
24311         * object.c (mono_method_return_message_restore): Handle 
24312         MONO_TYPE_OBJECT as well.
24313
24314 2004-05-28  Jackson Harper  <jackson@ximian.com>
24315
24316         * reflection.c: The modified type encoding was causing build
24317         problems. Reverted for now.
24318         
24319 2004-05-28  Jackson Harper  <jackson@ximian.com>
24320
24321         * reflection.c/h: Take an assembly ref so that we dont create
24322         fully qualified names when encoding types in the same assembly as
24323         the custom attribute being emitted.
24324         * appdomain.c: Increment version number.
24325         
24326 2004-05-26  Duncan Mak  <duncan@ximian.com>
24327
24328         * icall.c
24329         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
24330         Set the full version number (major, minor, build, revision).
24331
24332 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
24333
24334         * marshal.c (emit_struct_conv): increment src/dst after blit
24335         (mono_marshal_get_managed_wrapper,
24336         mono_marshal_get_native_wrapper): make sure we have marshalling
24337         info before marshalling params (info computation affects
24338         blittable)
24339
24340         * class.c (class_compute_field_layout): correctly deal with
24341         blittable
24342         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
24343         value types (as per what windows dows by default)
24344         (mono_class_setup_mono_type): System.ValueType is blittable
24345         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
24346         blittable
24347
24348         * marshal.c (mono_marshal_load_type_info): flag types  as
24349         non-blittable if the native layout doesn't match the managed
24350         layout
24351
24352 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24353
24354         * appdomain.c: don't add stuff in the private search path that is
24355         above the application base. If application base is not set, there's
24356         no private search path.
24357
24358 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
24359
24360         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
24361         byref struct arguments in native->managed marshalling.
24362
24363 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
24364
24365         * marshal.c (mono_marshal_get_runtime_invoke): correctly
24366         cache methods using signature (special case for methods
24367         that are value type or string class)
24368         
24369         * image.c (mono_image_close): clean up allocated GSList's
24370         in runtime_invoke_cache.
24371
24372 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24373
24374         * mono-config.c: set the correct path for mono_cfg_dir on windows when
24375         there's no MONO_CFG_DIR environment variable defined.
24376
24377 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24378
24379         * threads.c: windows version must be >= 0x0500 to include OpenThread.
24380
24381 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
24382
24383         * threadpool.c: Really wait for 500ms after the async call, even if the wait
24384           is interrumped.
24385         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
24386           before waiting for it, and call CloseHandle after the wait to unref it.
24387           This will make sure that handles are not disposed too early.
24388
24389 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24390
24391         * appdomain.c:
24392         * appdomain.h:
24393         * icall.c: removed
24394         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
24395         needed now.
24396
24397         * object.c: se the application_base only for the domain that runs
24398         Main. Fixes bug #59216,
24399
24400 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24401
24402         * appdomain.c:
24403         * object.c: only the domain in which Main is run have
24404         SetupInformation.ConfigurationFile set, so moved a few lines from
24405         appdomain.c to object.c.
24406
24407 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24408
24409         * appdomain.c: we tried to load [name].(dll|exe), but according
24410         to bug #57710, we must also try [culture]/[name].(dll|exe) and
24411         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
24412         There's a test case attached to bug #58922.
24413
24414 2004-05-27  Dick Porter  <dick@ximian.com>
24415
24416         * icall.c:
24417         * file-io.c: Implemented icalls for locking and unlocking regions
24418         in a file.
24419         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
24420         FALSE on error (fixes both compiler warning and real bug.)
24421
24422 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
24423
24424         * culture-info-tables.h: reflecting locale-builder updates.
24425
24426           (Added missing ChangeLog entry for 05/26)
24427
24428 2004-05-27  Jackson Harper  <jackson@ximian.com>
24429
24430         * locales.c: Fix some cut and paste errors.
24431         
24432 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24433
24434         * mono-config.c: set the correct path for config. directory on windows.
24435
24436 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
24437
24438         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
24439           on win32.
24440
24441 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
24442
24443         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
24444         from pinvoke functions.
24445         
24446         * marshal.c (mono_ftnptr_to_delegate): Implement this.
24447
24448 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
24449
24450         * culture-info-tables.h: reflecting locale-builder updates.
24451
24452 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
24453
24454         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
24455         #59086.
24456
24457 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
24458
24459         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
24460         * icall.c: Modified icalls for RNG.
24461         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
24462         Windows (CryptoAPI).
24463
24464 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
24465
24466         * locales.c: Fix build.
24467
24468 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
24469
24470         * culture-info-tables.h: reflecting locale-builder updates.
24471
24472 2004-05-25  Jackson Harper  <jackson@ximian.com>
24473
24474         * locales.c: When creating the current culture use the $LANGs
24475         specific culture. So DateTimeFormat and NumberFormat entries are created.
24476         
24477 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
24478
24479         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
24480         a char array as parameter.
24481
24482 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
24483
24484         * image.c: In mono_image_open(), always use an absolute path name to
24485           look for already loaded images.
24486
24487 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
24488
24489         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
24490         missing in the windows build (like older cygwin include files).
24491
24492 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
24493
24494         * icall.c: Fixed check for possible integer overflow in Buffer_
24495         BlockCopy icall. Replaced comments style // by /* */.
24496
24497 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
24498
24499         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
24500         
24501         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
24502         check after MONO_VTADDR. Fixes pinvoke2.exe.
24503
24504         * marshal.h marshal.c metadata.h: Add beginnings of support for
24505         ftnptr -> delegate marshalling.
24506
24507 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
24508
24509         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
24510         * threads.c: Fix warnings.
24511
24512 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
24513
24514         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
24515         * icall.c: Registered icalls for Suspend and Resume.
24516         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
24517           Thread.Abort.
24518         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
24519         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
24520         * process.c: Use WaitForSingleObjectEx.
24521         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
24522           checkpoints.
24523         * threads.c, threads.h: Make use of new Ex wait methods. Improved
24524           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
24525           for Suspend and Resume. Added new mono_thread_stop, used for stoping
24526           background threads. Added basic support for Abort in Windows.
24527           Start new threads using a managed delegate invoke wrapper. This wrapper
24528           has an interruption checkpoint that is needed since an interruption
24529           can be requested before the thread leaves the unmanaged code that starts 
24530           the thread.
24531         * marshal.c: Added interruption checkpoint after every native call, and
24532           also before managed calls for wrappers called from unmanaged code to
24533           go into managed code.
24534         * object.h: Added new field in MonoThread to keep track of interruption
24535           requests.
24536
24537 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
24538
24539         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
24540         calls.
24541
24542 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24543
24544         * appdomain.c:
24545         * assembly.c:
24546         * gc.c:
24547         * locales.c:
24548         * mono-config.c:
24549         * rand.c: getenv -> g_getenv (windows!)
24550
24551         * process.c: complete_path is also used on non-windows platforms.
24552
24553 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24554
24555         * icall.c: new signature for Process_Start.
24556
24557         * process.[ch]: new signature for Process_Start. If we're on windows
24558         and UseShellExecute is false, we have to search for the program by
24559         ourselves if we don't get a full path.
24560
24561 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
24562
24563         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
24564         marshalling and call CleanUpNativeData if needed. Fixes #58646.
24565
24566 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24567
24568         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
24569         Fixes bug #58373.
24570
24571 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24572
24573         * process.c: use double quotes to quote program name and arguments on
24574         windows. Fixes bug #58575.
24575
24576 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24577
24578         * file-io.c: don't return "." and ".." when using windows Find*File.
24579
24580 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
24581
24582         * marshal.c: Don't pass wrappers to message init because method 
24583         addressed used to lookup metadata. part of remoting[2|3] fix.
24584
24585 2004-05-15  Jackson Harper  <jackson@ximian.com>
24586
24587         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
24588         path is essentially the same as MONO_PATH except that it points to
24589         GACs instead of lib directories.
24590         * loader.h: The user gac is gone so we dont need function to
24591         enable/disable it.
24592         * mono-config.c: user gac option is now gone.
24593         
24594 2004-05-15  Jackson Harper  <jackson@ximian.com>
24595
24596         * culture-info.h: Make defines more consistent, add calendar data
24597         to the culture info table.
24598         * culture-info-tables.h: Add basic calendar data. Basically
24599         everyone gets default gregorian until all the data is
24600         updated.
24601         * locales.c: Use the new consistent defines. Set calendar data for
24602         culture info objects.
24603         * object.h: add a field for calendar data to CultureInfo
24604         
24605 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
24606
24607         * image.c: image->runtime_invoke_cache is keyed on signatures now.
24608         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
24609         a signature.
24610         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
24611         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
24612         an extra param that is the pointer of the method to invoke. The IL for
24613         the invoke method is no longer specific to the method, but to the
24614         signature of the method. Thus, we can share the same code for multiple
24615         methods. This reduces the number of methods that have to be compiled.
24616
24617 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
24618
24619         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
24620
24621         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
24622
24623         * icall.c: Optimize Buffer.BlockCopy.
24624
24625 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24626
24627         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
24628         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
24629         quote). Changed them to "MMMM yyyy".
24630
24631 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
24632
24633         * rand.c
24634         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
24635
24636 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
24637
24638         * reflection.h: Updated after changes to managed structures.
24639
24640         * appdomain.c: Bump corlib version.
24641
24642 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24643
24644         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
24645         windows.
24646
24647 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24648
24649         * Makefile.am: link to ../os/libmonoos.la on windows.
24650
24651         * assembly.c:
24652                 -If MONO_DEBUG, warn about non-existing directories in
24653                 MONO_PATH.
24654                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
24655                 compile time variable.
24656                 -Removed init_default_path and call mono_set_rootdir from
24657                 libmonoos.a instead (windows only).
24658
24659         * assembly.h: declare mono_assembly_getrootdir().
24660
24661         * domain.c:
24662         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
24663
24664         * loader.c: s/getenv/g_getenv/
24665
24666 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
24667
24668         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
24669
24670         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
24671
24672         * metadata.h: Add new marshalling conversions.
24673
24674         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
24675         function.
24676
24677         * reflection.c (mono_reflection_get_type): Lookup the type in all
24678         modules of a multi-module assembly. Fixes #58291.
24679
24680 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
24681
24682         * threads.c: Before aborting a background, set the StopRequested
24683         state.  This avoids throwing the Abort exception.
24684         In mono_thread_manage, don't continue with the shutdown until all
24685         aborted threads have actually stopped.
24686
24687 2004-05-10  Jackson Harper  <jackson@ximian.com>
24688
24689         * locales.c: Remove the modifier from culture names.
24690         
24691 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24692
24693         * Makefile.am: monosn is not installed any more. It has been deprecated
24694         in favor of sn.
24695
24696 2004-05-07  Jackson Harper  <jackson@ximian.com>
24697
24698         * locales.c
24699         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
24700         Fix array construction, add bailout if the length is 0.
24701
24702 2004-05-07  Dick Porter  <dick@ximian.com>
24703
24704         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
24705         machine doesn't have a DNS entry.  Patch by Urs Muff
24706         (umuff@quark.com), fixes bug 57928.
24707
24708 2004-05-06  Jackson Harper  <jackson@ximian.com>
24709
24710         * reflection.c: Handle null PublicTokens properly. alloc mem for
24711         assembly names culture so we dont crash when freeing it.
24712         
24713 2004-05-06  Jackson Harper  <jackson@ximian.com>
24714
24715         * assembly.c: Check the usergac when loading with partial names.
24716         
24717 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
24718
24719         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
24720         does nothing for now (not required for Linux/Windows) but the class
24721         library can call it (and a newer or modified runtime could need it).
24722         * icall.c: Registred icall.
24723
24724 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24725
24726         * loader.c: prints a message on module loading error we set MONO_DEBUG
24727         environment variable.
24728
24729 2004-05-05  Jackson Harper  <jackson@ximian.com>
24730
24731         * appdomain.c: Handle PublicKeyToken=null properly.
24732         
24733 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
24734
24735         * environment.c|h: Added icall ves_icall_System_Environment_
24736         GetOSVersionString to get the current OS version as a string.
24737         * icall.c: Registred icall.
24738
24739 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
24740
24741         * object.c: in mono_object_get_virtual_method(), take into account that
24742         non-virtual methods don't have a slot in the vtable. Check needed when
24743         the object is a proxy.
24744
24745 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
24746
24747         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
24748         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
24749
24750         * object.c (mono_class_compute_gc_descriptor): Fix warning.
24751
24752         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
24753         passed when a valuetype is expected.
24754
24755         * object.c (mono_unhandled_exception): Only set the exit code if the
24756         exception happens in the main thread. Fixes thread5.exe.
24757
24758         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
24759         invalid names. Fixes #58047.
24760
24761 2004-05-03  Jackson Harper  <jackson@ximian.com>
24762
24763         * assembly.c: This line was committed accidently and is unneeded.
24764         
24765 2004-05-03  Jackson Harper  <jackson@ximian.com>
24766
24767         * icall.c: Add new icall for Assembly::LoadWithPartialName
24768         * assembly.c/.h: new function that probes the GAC to load partial
24769         assembly names by Paolo Molaro.
24770         
24771 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24772
24773         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
24774         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
24775         (type_get_fully_qualified_name): Added PublicKeyToken when building a
24776         full type name.
24777
24778 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24779
24780         * appdomain.c: fixed check for 'neutral' culture and removed warning.
24781         * reflection.c: fix bug when parsing a full type name and Version is not
24782         the last thing in the string.
24783
24784 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
24785
24786         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
24787         crashes when it is freed.
24788
24789 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24790
24791         * assembly.c: print the compat warning to stderr.
24792
24793 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
24794
24795         * assembly.c (mono_assembly_load_references): Add a compatibility
24796         hack to run old applications that might be still referencing the
24797         3300-based assemblies, only do this for System.xxx.
24798
24799 2004-05-01  Jackson Harper  <jackson@ximian.com>
24800
24801         * appdomain.c: If the culture is neutral we set it to "".
24802         
24803 2004-04-29  Jackson Harper  <jackson@ximian.com>
24804
24805         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
24806
24807 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
24808  
24809         * string-icalls.c: added low overhead function for copying chars
24810         * icall.c: added needed icall for the above function
24811  
24812 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24813
24814         * icall.c: fix return value of get_global_assembly_cache.  Implemented
24815         Environment.GetLogicalDrives.
24816
24817 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
24818
24819         * rand.c: try and talk to egd or prngd
24820         for random bytes if opening devices fail.
24821
24822 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
24823
24824         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
24825         alignment for the type using the native alignment of its members 
24826         instead of using klass->min_align.
24827
24828         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
24829
24830 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24831
24832         * file-io.c:
24833         * socket-io.c: added check for sys/aio.h.
24834
24835 2004-04-28  Dick Porter  <dick@ximian.com>
24836
24837         * threads.c: Don't abort a thread thats already aborting, when
24838         terminating everything.
24839
24840 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24841
24842         * icall.c: added 2 new async calls for Socket.
24843
24844         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
24845         IO on *nix systems.
24846
24847         * threadpool.c: removed unused variable.
24848
24849 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
24850
24851         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
24852
24853 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24854
24855         * locales.c: put back string_invariant_tolower () and
24856         string_invariant_toupper ().
24857
24858 2004-04-26 David Waite <mass@akuma.org>
24859
24860         * file-io.h:
24861         * socket-io.h:
24862         * threads.h:
24863         * unicode.h: remove comma from end of enumeration declarations
24864
24865 2004-04-26 David Waite <mass@akuma.org>
24866
24867         * debug-mono-symfile.h:
24868         * decimal.c:
24869         * mono_debug.h:
24870         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
24871
24872
24873 2004-04-26  Jackson Harper  <jackson@ximian.com>
24874
24875         * appdomain.c: Increment version number.
24876         
24877 2004-04-26  Jackson Harper  <jackson@ximian.com>
24878
24879         * appdomain.c: Set assembly references public token value when
24880         PublicKeyToken is specified, not the hash_value. Free public token
24881         values when free assembly name data. Previously the public key
24882         token was hex decoded, however we are using hex encoded public key
24883         tokens, so this is not neccasary.
24884         * assembly.c: Lookup assemblies in the gac if their public token
24885         value is set. Add function to allow enabling user gac
24886         lookups. Specify whether or not the assembly was loaded from the
24887         GAC. Compare full assembly names when checking the cache for
24888         assemblies (Temporarily disabled see comment in code). Remove
24889         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
24890         specifies trace-loader they get extra info to stdout on the
24891         loading of assemblies.
24892         * image.h: Add a field for an assembly references public token
24893         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
24894         whether an assembly has been loaded from the GAC.
24895         * image.c: Remove a corlib -> mscorlib name mapping.
24896         * loader.h: Add function to enable/disable the user gac.
24897         * mono-config.c: Check if the usergac is enabled in the config
24898         file.
24899         * icall.c: New icall to determine whether or not an assembly has
24900         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
24901         * tabldefs.h: Add constant for assemblyref flag that specifies a
24902         full public key is used instead of a public token.
24903         * reflection.c: Remove mscorlib -> corlib mappings. Set
24904         PublicTokenValue instead of hash value. This value is a hex
24905         string so it does not need to be expanded.
24906
24907 2004-04-26  Martin Baulig  <martin@ximian.com>
24908
24909         * mono-debug-debugger.c (mono_debugger_initialize): Set
24910         `mono_debugger_initialized' before calling mono_debug_lock().
24911
24912 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
24913
24914         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
24915           InternalToUpper/InternalToLower.
24916         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
24917           removed invariant culture shortcut.  This is now done in managed code.
24918         * locales.c: (string_invariant_toupper/tolower) removed.
24919
24920 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24921
24922         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
24923         Added Poll internal call.
24924
24925         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
24926         call for Poll. Select was too heavy for polling a single socket.
24927
24928         * threadpool.[ch]: added mono_threadpool_cleanup.
24929         * threads.c: use it. Don't use Thread_Abort on windows.
24930
24931 2004-04-23  Martin Baulig  <martin@ximian.com>
24932
24933         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
24934
24935 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
24936
24937         * icall.c: Registred new icalls for key pair protection and added an
24938         icall for Environment.GetFolderPath on Windows.
24939         * security.c|h: Added new icalls for key pair protection.
24940
24941 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24942
24943         * socket-io.c: don't display the non-supported family warning for known
24944         families. Now this is not displayed on windows when checking support
24945         for IPv4/IPv6.
24946
24947 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24948
24949         * class.c: don't display the layout warning for static fields.
24950
24951 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
24952
24953         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
24954         * locales.c, locales.h: Added new icalls for culture-specific
24955         Char.ToLower and Char.ToUpper.
24956
24957 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24958
24959         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
24960         by David Waite.
24961
24962 2004-04-20  Martin Baulig  <martin@ximian.com>
24963
24964         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
24965         of the type name before passing it to mono_reflection_type_from_name().
24966
24967 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
24968
24969         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
24970         encodings here. Fixes #56965.
24971
24972 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
24973
24974         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
24975         fix test on strstr result not that I can see anything that
24976         relies on the result.
24977
24978 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
24979
24980         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
24981         Fixes #57081.
24982
24983         * marshal.c (mono_marshal_get_string_encoding): New helper function.
24984
24985         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
24986         function to determine which marshalling to use for strings. Fixes
24987         #56965.
24988
24989         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
24990
24991         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
24992
24993 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
24994
24995         * icall.c: #include mono-config.h
24996
24997 2004-04-15  Jackson Harper  <jackson@ximian.com>
24998
24999         * culture-info-tables.h: Fix date formats for en-US culture.
25000         
25001 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
25002
25003         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
25004         ThreadPool.SetMinThreads.
25005         * threadpool.c: Implemented ThreadPool.GetMinThreads and
25006         ThreadPool.SetMinThreads.
25007
25008 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25009
25010         * mono-config.c: also load the .config file in the directory
25011         where the assembly was found.
25012
25013 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
25014
25015         * assembly.c: load per-assembly config files.
25016         * icall.c: decrapified code to get the config dir and moved to
25017         mono-config.c.
25018         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
25019         per-assembly config files. When doing a dll map lookup give precedence
25020         to the per-assembly data.
25021
25022 2004-04-14  Martin Baulig  <martin@ximian.com>
25023
25024         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
25025         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
25026         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
25027
25028         * mono-debugger-debugger.c: While the debugger is locked, remember
25029         whether the symbol tables have changes and send one single
25030         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
25031
25032 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
25033
25034         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
25035
25036         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
25037         function.
25038
25039         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
25040         account when marshalling string arrays. Fixes #56965.
25041
25042 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
25043
25044         * icall.c: Add new icalls mapping for security.
25045         * security.c|h: Add internal calls for WindowsIdentity,
25046         WindowsImpersonationContext and WindowsPrincipal.
25047
25048 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
25049
25050         * class.c: Added comment to ensure the System.MonoDummy class
25051         is removed when no longer necessary
25052
25053 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
25054
25055         * appdomain.c: Pass arguments to the bootstraping exceptions to
25056         minimize JITed methods at boot
25057
25058         * metadata.c (mono_exception_from_name_two_strings): Allow for the
25059         second string to be null.
25060
25061         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25062         Change the protocol to minimize the JIT methods at startup.  Now
25063         it Returns the internal codepage, if the value of "int_code_page"
25064         is 1 at entry, and we can not compute a suitable code page
25065         number, returns the code page as a string.
25066
25067 2004-04-13  Jackson Harper  <jackson@ximian.com>
25068
25069         * culture-info-tables.h: Fix number of decimal digits for all
25070         english locales.
25071
25072 2004-04-13  Jackson Harper  <jackson@ximian.com>
25073
25074         * icall.c: Clairfy out of sync error message. It is not always
25075         your corlib that is out of sync.
25076
25077 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
25078
25079         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
25080         properties when only the set accessor is overriden. Fixes #55874.
25081
25082 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
25083
25084         * assembly.c (mono_assembly_load_references): Make this thread safe.
25085         Fixes #56327.
25086
25087 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
25088
25089         * monosn.c: Add missing initialization calls.
25090
25091 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
25092
25093         * locales.c:
25094         ves_icall_System_Globalization_CultureInfo_construct_number_format
25095         Fix g_assert so it compiles on fussier compilers re int/ptr
25096         mismatch
25097
25098 2004-04-08  Dick Porter  <dick@ximian.com>
25099
25100         * socket-io.h:
25101         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
25102         53992.  Also rearrange the code so that the internal calls return
25103         an error value and exceptions are thrown from managed code.
25104
25105         * icall.c: Add type info to the socket icalls.
25106
25107 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25108
25109         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
25110         owes me a beer.
25111
25112 2004-04-07  Martin Baulig  <martin@ximian.com>
25113
25114         * class.c (mono_class_from_generic_parameter): Don't default
25115         `klass->parent' to `mono_defaults.object_type'.
25116
25117 2004-04-07  Martin Baulig  <martin@ximian.com>
25118
25119         * reflection.c (mono_reflection_initialize_generic_parameter): Set
25120         `param->pklass->reflection_info'.       
25121
25122 2004-04-07  Jackson Harper  <jackson@ximian.com>
25123
25124         * culture-info-tables.h: Fix date separator symbol.
25125         
25126 2004-04-07  Martin Baulig  <martin@ximian.com>
25127
25128         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
25129         from System.Type to System.MonoType.
25130
25131 2004-04-07  Martin Baulig  <martin@ximian.com>
25132
25133         * reflection.h
25134         (MonoReflectionGenericParam): Added `has_reference_type' and
25135         `has_value_type' fields.
25136
25137         * reflection.c (mono_image_get_generic_param_info): Encode the
25138         correct flags if we have the `class' or `struct' constraint.
25139
25140 2004-04-07  Martin Baulig  <martin@ximian.com>
25141
25142         * reflection.h
25143         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
25144
25145 2004-04-07  Jackson Harper  <jackson@ximian.com>
25146
25147         * appdomain.c: Revert extra patches, just wanted to bump the
25148         version number.
25149         
25150 2004-04-07  Jackson Harper  <jackson@ximian.com>
25151
25152         * Makefile.am: Add culture-info private headers.
25153         * icall.c: Add new icalls for contructing locales.
25154         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
25155         * locales.h: Declare new culture info construction methods.
25156         * object.h: Add new fields used to avoid the CultureMap to
25157         MonoCultureInfo.
25158         * culture-info.h: Definition of structs used in the culture info
25159         tables.
25160         * culture-info-tables.h: Autogenerated tables that contain culture
25161         info data. This file was generated with the locale-builder tool.
25162         * appdomain.c: Incement corlib version number.
25163         
25164 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
25165
25166         * appdomain.c: (mono_runtime_init) move mono_thread_init
25167         to before mono_object_new calls so critical sections
25168         are initialized before use.
25169
25170 2004-04-07  Martin Baulig  <martin@ximian.com>
25171
25172         * icall.c
25173         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
25174         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
25175         (ves_icall_MonoGenericParam_initialize): Removed.
25176         (monogenericparam_icalls): Removed.
25177         (generictypeparambuilder_icalls): Added new table for
25178         System.Reflection.Emit.GenericTypeParameterBuilder.
25179
25180         * reflection.c
25181         (mono_reflection_define_generic_parameter): Removed.
25182         (mono_reflection_initialize_generic_parameter): This is now called
25183         from GenericTypeParameterBuilder's .ctor.
25184
25185 2004-04-06  Martin Baulig  <martin@ximian.com>
25186
25187         * class.c (mono_class_init): Don't inflate nested classes in a
25188         generic instance.
25189         (mono_type_get_name_recurse): Include the generic arguments for
25190         generic instances and generic type declarations.
25191         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
25192         (_mono_class_get_instantiation_name): Removed.
25193         (mono_class_create_generic): Always use `gklass->name' as our name.
25194
25195         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
25196
25197         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
25198         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
25199         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
25200         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
25201         closed generic methods here.
25202
25203         * reflection.c
25204         (mono_reflection_generic_inst_get_nested_types): Removed.
25205         (inflate_mono_method): Copy the generic parameters from the
25206         MonoMethodHeader into out MonoGenericMethod.
25207
25208 2004-04-06  Martin Baulig  <martin@ximian.com>
25209
25210         * row-indexes.h
25211         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
25212
25213         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
25214
25215         * reflection.c (build_compressed_metadata): If we have any entries
25216         in the GenericParam, MethodSpec or GenericParamConstraint tables,
25217         set the header version to 1.1.
25218
25219 2004-04-06  Martin Baulig  <martin@ximian.com>
25220
25221         * class.c (mono_class_init): If we're a generic instance,
25222         initialize our nested classes, too.
25223         (_mono_class_get_instantiation_name): Deal with the new `!%d'
25224         suffix. 
25225
25226 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25227
25228         * process.c: quote the argument passed to the shell on windows.
25229
25230 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
25231
25232         * threads.c (mono_alloc_special_static_data): Allow this to be
25233         called during startup.
25234
25235 2004-04-02  Martin Baulig  <martin@ximian.com>
25236
25237         * icall.c
25238         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
25239
25240 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
25241
25242         * icall.c: Fix build.
25243
25244 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
25245
25246         * Makefile.am: Added security.c|h.
25247         * icall.c: Added icall for get_UserName;
25248         * security.c: New file for security related icalls. Added function
25249         get_UserName for System.Environment (fix #56144).
25250         * security.h: New. Header file for security.c
25251
25252 2004-04-02  Dick Porter  <dick@ximian.com>
25253
25254         * icall.c: Deleted the icalls that were obsoleted some time ago
25255         by the ICU string code, and which were mixed into the icall
25256         rearranging.  Fixes bug 55969.
25257
25258         * string-icalls.h: 
25259         * string-icalls.c: Deleted the code that those icalls reference.
25260
25261 2004-04-01  Martin Baulig  <martin@ximian.com>
25262
25263         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
25264
25265         * class.c (mono_class_from_generic_parameter): Don't set 
25266         TYPE_ATTRIBUTE_INTERFACE.
25267         (my_mono_class_from_generic_parameter): Likewise.
25268
25269 2004-04-01  Martin Baulig  <martin@ximian.com>
25270
25271         * loader.c (find_method): Added an optional `MonoClass *ic'
25272         argument to search in a specific interface.
25273         (mono_get_method_constrained): New public function.
25274
25275 2004-04-01  Martin Baulig  <martin@ximian.com>
25276
25277         * reflection.c (mono_image_get_generic_field_token): Use the
25278         `handleref' cache here.
25279
25280 2004-04-01  Martin Baulig  <martin@ximian.com>
25281
25282         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
25283
25284         * reflection.c (create_generic_typespec): Use the `typespec' hash
25285         here, not the `typeref' one.    
25286
25287 2004-04-01  Martin Baulig  <martin@ximian.com>
25288
25289         * class.c (mono_class_inflate_generic_type): Moved the
25290         functionality into a new static inflate_generic_type() which
25291         returns NULL if it didn't do anything.  Only increment the
25292         `mono_stats.inflated_type_count' if we actually inflated
25293         something.
25294         (mono_class_get_full): Check the classes type to see whether we
25295         need to inflate it; also inflate MONO_TYPE_(M)VAR.
25296
25297 2004-04-01  Jackson Harper  <jackson@ximian.com>
25298
25299         * reflection.c: Set culture for assembly references.
25300         
25301 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
25302
25303         * reflection.[ch], icall.[ch], Fix support for pinning variables.
25304
25305 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25306
25307         * assembly.c:
25308         (do_mono_assembly_open): the critical section also covers
25309         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
25310
25311 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25312
25313         * threads.c:
25314         (mono_manage_threads): abort the background threads when finishing.
25315         Fixes bug #47232.
25316
25317 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25318
25319         * gc.c: only close the done_event handle if there was no timeout.
25320         C-ified comments.
25321
25322 2004-03-30  Martin Baulig  <martin@ximian.com>
25323
25324         * icall.c (icall_entries): It's called "System.Activator", not
25325         "System.Activation".    
25326
25327 2004-03-30  Martin Baulig  <martin@ximian.com>
25328
25329         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
25330         (mono_class_create_from_typespec): Likewise.
25331
25332 2004-03-30  Martin Baulig  <martin@ximian.com>
25333
25334         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
25335         `has_ctor_constraint' and `initialized'.
25336
25337 2004-03-30  Martin Baulig  <martin@ximian.com>
25338
25339         * reflection.c (encode_new_constraint): New static function to add
25340         the constructor constraint attribute to a type parameter.
25341         (encode_constraints): Call encode_new_constraint() if necessary.
25342
25343         * reflection.h
25344         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
25345
25346         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
25347         
25348 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
25349
25350         * reflection.c, icall.c: add support for pinning variables. 
25351
25352 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
25353
25354         * marshal.c (mono_marshal_get_managed_wrapper):
25355         init bool local with zero rather than null.
25356
25357 2004-03-29  Martin Baulig  <martin@ximian.com>
25358
25359         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
25360         the "official" behavior here.
25361         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
25362
25363 2004-03-29  Martin Baulig  <martin@ximian.com>
25364
25365         * icall.c: Reflect latest API changes.
25366
25367 2004-03-29  Martin Baulig  <martin@ximian.com>
25368
25369         * loader.c (mono_get_method_from_token): Also call
25370         mono_metadata_load_generic_params () for abstract and interface
25371         methods; replace the type arguments in the method signature with
25372         the ones which are loaded from the metadata.
25373
25374 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
25375
25376         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
25377         of the lock is not the current thread. MS.NET don't do it, in spite of
25378         what the documentation says. See bug #56157.
25379
25380 2004-03-28  Martin Baulig  <martin@ximian.com>
25381
25382         * class.c (mono_class_init): Don't call init_properties() and
25383         init_events() for generic instances; set `prop->parent' when
25384         inflating properties.
25385
25386         * reflection.c (mono_generic_inst_get_object): Call
25387         `mono_class_init (ginst->klass)'.
25388         (mono_type_get_object): Only create a MonoGenericInst if your
25389         generic type is a TypeBuilder.
25390         (do_mono_reflection_bind_generic_parameters): Only set
25391         `ginst->is_dynamic' if our generic type is a TypeBuilder.
25392
25393 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
25394
25395         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
25396         Fixes #56091.
25397
25398 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25399
25400         * icall.c: added Kill_internal icall.
25401         * process.[ch]: added Kill_internal icall.
25402
25403 2004-03-25  Martin Baulig  <martin@ximian.com>
25404
25405         * class.h (MonoStats): Added `generic_instance_count',
25406         `inflated_method_count', `inflated_type_count' and
25407         `generics_metadata_size'.       
25408
25409 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25410
25411         * reflection.c: no warnings now.
25412
25413 2004-03-25  Martin Baulig  <martin@ximian.com>
25414
25415         * class.c (mono_class_get_full): New public function; does a
25416         mono_class_get(), but also takes a `MonoGenericContext *'.
25417
25418         * loader.c (mono_field_from_memberref): Renamed to
25419         `field_from_memberref', made static and added `MonoGenericContext *'
25420         argument.
25421         (mono_field_from_token): Added `MonoGenericInst *' argument.
25422         (method_from_memberef): Likewise.
25423         (mono_get_method_from_token): Likewise.
25424         (mono_get_method_full): New public function; does a
25425         mono_get_method(), but also takes a `MonoGenericContext *'.
25426
25427         * verify.c (mono_method_verify): Get the method's generic context
25428         and pass it to mono_field_from_token(), mono_get_method_full() and
25429         mono_class_get_full().
25430
25431 2004-03-25  Martin Baulig  <martin@ximian.com>
25432
25433         * class.c (mono_class_inflate_generic_type): Take a
25434         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
25435         `MonoGenericMethod *'.
25436
25437 2004-03-25  Martin Baulig  <martin@ximian.com>
25438
25439         * loader.h (MonoMethodInflated): Store the MonoGenericContext
25440         instead of the MonoGenericMethod here.
25441
25442 2004-03-25  Martin Baulig  <martin@ximian.com>
25443
25444         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
25445         each time we create a new MonoGenericInst, we also create a new
25446         context which points back to us.
25447
25448         * class.c (inflate_method): Use `ginst->context' instead of
25449         creating a new context.
25450
25451         * loader.c (method_from_memberref): Use
25452         `klass->generic_inst->context' instead of creating a new context.
25453
25454 2004-03-25  Martin Baulig  <martin@ximian.com>
25455
25456         * class.h (MonoGenericContext): New struct.
25457         (MonoGenericMethod): Removed `generic_inst'.
25458
25459         * class.c (mono_class_inflate_generic_method): Take a
25460         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
25461
25462 2004-03-25  Martin Baulig  <martin@ximian.com>
25463
25464         * loader.h (MonoMethodInflated): New typedef.
25465
25466         * metadata.h (MonoMethodSignature): Removed `gen_method', make
25467         `generic_param_count' consume just 30 bits, added `is_inflated'
25468         and `has_type_parameters' flags (one bit each).
25469
25470         * class.c (mono_class_inflate_generic_method): Create a
25471         MonoMethodInflated instead of a MonoMethodNormal and set
25472         `is_inflated' in the method signature.
25473
25474         * class.h (MonoGenericMethod): Removed `generic_method'.
25475
25476 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
25477
25478         * image.c: Make sure the name of a MonoImage is always an absolute path.
25479           This fixes bug #54415.
25480
25481 2004-03-24  Martin Baulig  <martin@ximian.com>
25482
25483         * class.c (mono_class_setup_vtable): If we're a generic instance,
25484         use our generic type's vtable size.
25485
25486 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
25487
25488         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
25489         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
25490         problems.
25491
25492 2004-03-23  Martin Baulig  <martin@ximian.com>
25493
25494         * class.h (MonoDynamicGenericInst): Added `int count_events' and
25495         `MonoEvent *events'.
25496
25497         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
25498         (typebuilder_icalls): Added "get_event_info"; calls
25499         mono_reflection_event_builder_get_event_info(). 
25500
25501         * reflection.c (mono_reflection_generic_inst_initialize): Added
25502         `MonoArray *events'.
25503         (mono_reflection_event_builder_get_event_info): New function.
25504
25505 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
25506
25507         * object.h: add mono_type_initialization_init
25508
25509         * object.c (mono_runtime_class_init): 
25510         implement class constructor synchronization rules
25511         to cope with threading issues.  
25512         add mono_type_initialization_init
25513
25514         * appdomain.c (mono_runtime_init): call 
25515         mono_type_initialization_init
25516
25517         * class.h: removing initializing field from MonoVTable
25518
25519 2004-03-23  Martin Baulig  <martin@ximian.com>
25520
25521         * class.c (my_mono_class_from_generic_parameter): Use
25522         `param->name' if it's not NULL. 
25523
25524 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
25525
25526         * class.c: do not insert non-virtual methods in the vtable.
25527         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
25528         that means the method is non-virtual. This never would have
25529         happened before.
25530
25531 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
25532
25533         * profiler.c: Added lock for accessing coverage_hash.
25534
25535 2004-03-22  Martin Baulig  <martin@ximian.com>
25536
25537         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
25538         `method->method->signature->generic_param_count != 0' to make it
25539         work for interface methods.
25540
25541 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25542
25543         * process.c: quote the string passed to the shell using g_shell_quote.
25544
25545 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25546
25547         * threads.c:
25548         (mono_threads_manage): don't remove the finalizer thread and self
25549         from the threads hash table so that mono_thread_manage can be called
25550         more than once.
25551
25552 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25553
25554         * process.c: quote the arguments when UseShellExecute is true. Fixes
25555         bug #55790.
25556
25557 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25558
25559         * threads.c: set mono_thread_detach as a cleanup routine for every
25560         thread. This way it's always executed upon thread termination, either
25561         aborted or finished normally. No more xsp hangs!
25562
25563 2004-03-17  Martin Baulig  <martin@ximian.com>
25564
25565         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
25566         `int count_nested' and a `MonoType **nested'.
25567
25568         * reflection.c (mono_reflection_bind_generic_parameters): Moved
25569         most of the functionality into a new static
25570         do_mono_reflection_bind_generic_parameters() and don't take a
25571         `MonoType *nested_in' argument any more.  Don't compute nested
25572         types here.
25573         (mono_reflection_generic_inst_get_nested_types): New public method
25574         to get nested types.
25575
25576         * class.c (mono_class_create_generic): Set `klass->nested_in' if
25577         we're a nested class.
25578
25579         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
25580         mono_reflection_generic_inst_get_nested_types() to compute the
25581         nested types.
25582
25583 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
25584
25585         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
25586         descriptive error message under windows.
25587         
25588 2004-03-17  Martin Baulig  <martin@ximian.com>
25589
25590         * class.c (dup_type): Added `const MonoType *original' argument;
25591         copy the attrs from the original type.
25592
25593 2004-03-17  Martin Baulig  <martin@ximian.com>
25594
25595         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
25596         `m->generic_inst_cache' here.
25597
25598 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
25599
25600         * exception.h exception.c: Add stack_overflow_exception.
25601
25602 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25603
25604         * threadpool.c:
25605         (overlapped_callback): call SetEvent *after* invoking the callback.
25606         No need to call CloseHandle.
25607
25608 2004-03-16  Martin Baulig  <martin@ximian.com>
25609
25610         * reflection.c (mono_image_get_fieldref_token): Take a
25611         `MonoReflectionField *' instead of a `MonoClassField *' and a
25612         `MonoClass *'; store the `MonoReflectionField *' in the hash.
25613
25614 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25615
25616         * appdomain.c: don't add the culture to the filename we're looking for
25617         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
25618
25619 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25620
25621         * locales.c: don't ignore symbols when doing case insensitive compares.
25622         Thanks Dick! Fixes bug #54046.
25623
25624         * threads.c: surround 'threads' usage with enter/leave in
25625         mono_thread_manage.
25626
25627 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
25628
25629         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
25630         implicitly marshalled as [Out]. Fixes #55450.
25631
25632         (mono_marshal_get_runtime_invoke): Zero out the result if there is
25633         an exception.
25634
25635 2004-03-16  Martin Baulig  <martin@ximian.com>
25636
25637         * class.c (mono_class_from_generic_parameter): Use the actual
25638         parameter name. 
25639
25640 2004-03-16  Martin Baulig  <martin@ximian.com>
25641
25642         * reflection.c (type_get_signature_size): New static function.
25643         Compues the size of the type in a method signature.
25644         (method_get_signature_size): New static function; calls
25645         type_get_signature_size() to compute the actual size of the
25646         method's signature.
25647         (method_encode_signature): Use method_get_signature_size() to get
25648         the signature's size rather than using `nparams * 10'.
25649
25650 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25651
25652         * file-io.h: define here WapiOverlapped on windows. I don't want the
25653         regular OVERLAPPED one.
25654
25655         * file-io.c:
25656         * threadpool.c: somehow, BindIoCompletionCallback is not found.
25657         Disabling AIO on windows.
25658
25659 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25660
25661         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
25662         bug #55385.
25663
25664 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25665
25666         * appdomain.c: upgraded corlib version.
25667
25668         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
25669         and BeginWrite. Allow opening files for asynchrnous operations.
25670
25671         * file-io.h: new struct that maps FileStreamAsyncResult.
25672         * icall.c: added new icalls.
25673         * process.[ch]: support setting child process environment variables
25674         and use the SHELL or COMSPEC when UseShellExecute is true.
25675
25676         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
25677         callback for async. IO is here and also BindHandle.
25678
25679         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
25680         from here.
25681
25682 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
25683
25684         * reflection.c (create_custom_attr): Allow len == 0.
25685
25686         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
25687         computation on big-endian machines.
25688
25689 2004-03-13  Martin Baulig  <martin@ximian.com>
25690
25691         * class.h (MonoGenericInst): Added `int count_ifaces'.
25692
25693         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
25694         `ginst->count_ifaces' instead `klass->interface_count' since we
25695         may get called before the vtable is created.
25696
25697         * loader.c (mono_method_get_param_names): If we're a generic
25698         instance, return and don't initialize the class.
25699
25700         * reflection.c (mono_reflection_setup_generic_class): Don't call
25701         ensure_runtime_vtable().
25702         (mono_reflection_bind_generic_parameters): Set
25703         `ginst->count_ifaces'.
25704
25705 2004-03-11  Jackson Harper <jackson@ximian.com>
25706
25707         * icall.c:
25708         * unicode.c:
25709         * unicode.h: Remove unused System.Char icalls.
25710         
25711 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
25712
25713         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
25714         code when we P/Invoke the first library in Windows.Forms, instead
25715         of when we first open the assembly.
25716
25717         * assembly.c: Drop the lookup from here.
25718
25719 2004-03-10  Martin Baulig  <martin@ximian.com>
25720
25721         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
25722         class for properties, fields and events.  Finally fixes #54945.
25723
25724 2004-03-10  Martin Baulig  <martin@ximian.com>
25725
25726         * metadata.c (mono_metadata_class_equal): New static function;
25727         checks whether two generic instances or two generic parameters are
25728         equal.
25729         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
25730         compare classes.        
25731
25732 2004-03-10  Martin Baulig  <martin@ximian.com>
25733
25734         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
25735
25736         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
25737         argument and write it into the `reflection_info' field.
25738
25739         * icall.c
25740         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
25741         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
25742
25743 2004-03-09  Jackson Harper  <jackson@ximian.com>
25744
25745         * char-conversions.h: use 8 bits for numeric data its all we need
25746         * icall.c: numeric data is only 8 bits now.
25747
25748 2004-03-09  Martin Baulig  <martin@ximian.com>
25749
25750         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
25751
25752         * class.c (init_properties, init_events): Initialize the new
25753         `parent' field.
25754
25755         * reflection.c (typebuilder_setup_properties): Likewise.
25756         (typebuilder_setup_events): Likewise.
25757
25758         * reflection.h (MonoEventInfo): Replaced `parent with
25759         `declaring_type' and `reflected_type'.
25760
25761         * icall.c (ves_icall_get_property_info): Distinguish between
25762         declaring and reflected type.
25763         (ves_icall_get_event_info): Likewise.
25764
25765 2004-03-09  Martin Baulig  <martin@ximian.com>
25766
25767         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
25768         (ves_icall_Type_GetField): Correctly set field->klass.
25769
25770 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
25771
25772         * loader.h: Fix warning.
25773
25774 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
25775
25776         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
25777         library routine if present.  Notice that it will still continue
25778         executing even if its missing, for those working on the Gtk#
25779         edition of Windows.Forms.
25780
25781         * assembly.c (do_mono_assembly_open): If loading the
25782         System.Windows.Forms call mono_loader_wini_init.
25783
25784 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
25785
25786         * class.h: Added MonoRemoteClass struct.
25787         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
25788         function for MonoStrings.
25789         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
25790         Added internal call for getting the proxy type.
25791         * marshal.c: Get the type of transparent proxies from its remote_class.
25792         Added methods that generate the IL for type checks and casts:
25793         mono_marshal_get_isinst, mono_marshal_get_castclass, 
25794         mono_marshal_get_proxy_cancast.
25795         * marshal.h: Declaration of the previous new methods.
25796         * object.c: Added new moethods for creating and updating MonoRemoteClass
25797         instances: mono_remote_class, mono_upgrade_remote_class, 
25798         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
25799         * verify.c: FIx transparent_proxy_fields layout.
25800         * appdomain.c: Bump corlib version.
25801
25802 2004-03-04  Jackson Harper  <jackson@ximian.com>
25803
25804         * icall.c: Add icall to access char conversion tables.
25805         * char-conversions.h: Character conversion tables.
25806         * Makefile.am: Add char-conversions.h private header file.
25807         
25808 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
25809
25810         * appdomain.c (unload_thread_main): Increase unloading timeout to
25811         10 sec as a temporary workaround for Nant problems.
25812
25813 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
25814
25815         * gc.c: Add checks for GC_enable and GC_disable.
25816
25817         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
25818         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
25819         (bug #54988).
25820         
25821 2004-02-27  Martin Baulig  <martin@ximian.com>
25822
25823         * reflection.c (mono_reflection_bind_generic_parameters): Take a
25824         `MonoReflectionType *' instead of a `MonoType *'.
25825
25826 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
25827
25828         * gc.c (run_finalize): Avoid finalizing the object representing the
25829         finalizer thread.
25830         (finalizer_thread): Fix warning.
25831
25832 2004-02-25  Martin Baulig  <martin@ximian.com>
25833
25834         * class.c (_mono_class_get_instantiation_name): Added `int offset'
25835         argument for nested types.
25836         (mono_class_create_generic): Added support for nested generictypes.
25837
25838         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
25839         `GList *nested'.
25840
25841         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
25842
25843         * reflection.c (method_encode_signature): Increase the minimum
25844         value of `size' from 10 to 11.
25845         (mono_reflection_bind_generic_parameters): Take `int type_argc'
25846         and `MonoType **types' arguments instead of the `MonoArray
25847         *types'; added `MonoType *nested_in'.  Recursively instantiate
25848         nested classes. 
25849
25850 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
25851
25852         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
25853         stack_overflow_ex members which are used by exception handling.
25854
25855         * appdomain.c (mono_runtime_init): Initialize the new members.
25856
25857         * gc.c (mono_gc_enable): New helper function.
25858         * gc.c (mono_gc_disable): New helper function.
25859
25860 2004-02-23  Martin Baulig  <martin@ximian.com>
25861
25862         * icall.c: I must have been really stupid - make it actually work
25863         this time ;-)
25864
25865 2004-02-23  Martin Baulig  <martin@ximian.com>
25866
25867         * loader.c (method_from_memberref): Only inflate the method if
25868         it's in another klass.
25869
25870 2004-02-23  Martin Baulig  <martin@ximian.com>
25871
25872         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
25873         (mono_class_init): If we're a generic instance and an interface,
25874         compute `class->interface_id'; also create `class->interfaces'
25875         here and inflate them.
25876
25877         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
25878         `ginst->is_open'.
25879         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
25880
25881         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
25882
25883 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
25884
25885         * reflection.c (method_encode_code): Improved the error message
25886         generated by the exception.
25887
25888 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25889
25890         * icall.c: Martin did not do what he said in the ChangeLog for
25891         2004-02-18, but put back the changes for properties and events.
25892         Commenting those changes out again and adding comment to bug #54518.
25893         
25894         * process.c: removed warning.
25895
25896 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
25897
25898         * marshal.c (emit_struct_conv): Print an error message instead of
25899         asserting when a type does not have the StructLayout attribute.
25900
25901 2004-02-20  Martin Baulig  <martin@ximian.com>
25902
25903         * reflection.c (mono_type_get_object): Also use the cache for
25904         generic instances.
25905         (mono_reflection_bind_generic_parameters): Always compute
25906         `ginst->ifaces'.        
25907
25908 2004-02-20  Martin Baulig  <martin@ximian.com>
25909
25910         * class.h (MonoGenericMethod): Removed `klass'.
25911
25912         * class.c (mono_class_inflate_generic_method): Added `MonoClass
25913         *klass' argument.
25914
25915 2004-02-20  Martin Baulig  <martin@ximian.com>
25916
25917         * reflection.c (method_encode_methodspec): Actually use the
25918         uninflated signature for the memberref.
25919
25920 2004-02-20  Martin Baulig  <martin@ximian.com>
25921
25922         * class.h (MonoGenericMethod): Removed `declaring'.
25923
25924         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
25925         is NULL, compute it here.
25926
25927 2004-02-20  Martin Baulig  <martin@ximian.com>
25928
25929         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
25930
25931         * metadata.c (mono_metadata_generic_inst_hash): New method.
25932         (mono_metadata_generic_inst_equal): New method.
25933
25934         * reflection.c (mono_reflection_bind_generic_parameters): Use the
25935         `klass->image->generic_inst_cache' cache to avoid creating
25936         duplicate MonoGenericInst's.
25937
25938         * class.c (mono_class_inflate_generic_type): Use the cache.
25939
25940 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
25941
25942         * object.c: fixed gc descriptor calculation for embedded valuetypes.
25943
25944 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25945
25946         * icall.c: added Socket.WSAIoctl icall.
25947
25948         * socket-io.[ch]: implemented
25949         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
25950
25951 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
25952
25953         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
25954
25955 2004-02-18  Urs C Muff  <umuff@quark.com>
25956
25957         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
25958         this work on PPC and other big-endian architectures.
25959
25960         * debug-mono-symfile.h: Prepended the names of all the `guint32'
25961         fields with an underscore to make sure they're only accessed by
25962         the read32() macro.
25963
25964 2004-02-18  Martin Baulig  <martin@ximian.com>
25965
25966         * icall.c: Put the klass->refclass changes back for methods and
25967         fields, but not for properties and events.  We're currently not
25968         distinguishing between DeclaringType and ReflectedType for
25969         properties and events, that's what caused the regressions.
25970
25971 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25972
25973         * object.c:
25974         (mono_async_result_new): the handle can be NULL.
25975
25976         * threadpool.c: Use an event instead of a semaphore, don't initialize
25977         it until needed. This saves quite a few semaphores from being created
25978         when using the threadpool.
25979
25980 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
25981
25982         * object.c (mono_string_is_interned_lookup): Fix interning of long
25983         strings. Fixes #54473.
25984
25985         * domain.c (ldstr_equal): Optimize if the two strings are equal.
25986
25987         * icall.c: Revert the klass->refclass changes since they introduce
25988         regressions (bug #54518).
25989
25990 2004-02-18  Martin Baulig  <martin@ximian.com>
25991
25992         * class.c (mono_class_init): If we're a generic instance and don't
25993         come from a TypeBuilder, inflate our members here.
25994         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
25995         (mono_class_create_generic): New public method.
25996         (mono_class_initialize_generic): Removed.
25997         (get_instantiation_name): Renamed to
25998         _mono_class_get_instantiation_name() and made it public.
25999
26000 2004-02-18  Martin Baulig  <martin@ximian.com>
26001
26002         * class.c (mono_class_inflate_generic_type): Clear the new
26003         instance's `nginst->klass' when inflating a generic instance.
26004         (mono_class_is_subclass_of): Added (basic) support for generic
26005         instances.
26006
26007 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
26008
26009         * appdomain.h, domain.c: use a MonoCodeManager instead of a
26010         MonoMempool to hold compiled native code.
26011
26012 2004-02-17  Martin Baulig  <martin@ximian.com>
26013
26014         * class.h (MonoDynamicGenericInst): Added `count_properties' and
26015         `properties'.
26016
26017         * reflection.c (mono_reflection_generic_inst_initialize): Added
26018         `MonoArray *properties' argument.
26019
26020         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
26021
26022 2004-02-17  Martin Baulig  <martin@ximian.com>
26023
26024         * icall.c (ves_icall_Type_GetFields): Renamed to
26025         ves_icall_Type_GetFields_internal() and added a
26026         `MonoReflectionType *rtype' argument; pass it to
26027         mono_field_get_object() to set the field's "reflected" type.
26028         (ves_icall_Type_GetConstructors): Likewise.
26029         (ves_icall_Type_GetEvents): Likewise.
26030         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
26031         argument; pass it to mono_method_get_object() to set the method's
26032         "reflected" type.       
26033
26034 2004-02-17  Martin Baulig  <martin@ximian.com>
26035
26036         * class.h (MonoDynamicGenericInst): New type.
26037         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
26038
26039         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
26040         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
26041         (ves_icall_MonoGenericInst_GetFields): New interncall.
26042
26043         * class.c (mono_class_from_generic): Don't call
26044         mono_class_initialize_generic() if this is a dynamic instance;
26045         ie. it's being created from a TypeBuilder.
26046         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
26047         `class->byval_arg.type'.
26048
26049         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
26050         to `inflate_method' and made static.
26051         (mono_reflection_inflate_field): Removed.
26052         (mono_reflection_generic_inst_initialize): New public method.
26053
26054         * reflection.h (MonoReflectionGenericInst): Removed `methods',
26055         `ctors' and `fields'; added `initialized'.
26056
26057 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
26058
26059         * debug-helpers.c (mono_method_full_name): Fix output for empty
26060         namespaces.
26061
26062 2004-02-12  Martin Baulig  <martin@ximian.com>
26063
26064         * class.h (MonoClassField): Added `MonoType *generic_type'.
26065
26066         * reflection.c (mono_image_get_fieldref_token): Added support for
26067         instantiated generic types.
26068         (field_encode_inflated_field): Removed.
26069         (mono_image_get_inflated_field_token): Removed.
26070         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
26071
26072         * reflection.h (MonoReflectionInflatedField): Removed.
26073
26074 2004-02-12  Martin Baulig  <martin@ximian.com>
26075
26076         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
26077         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
26078
26079         * reflection.c (mono_image_get_methodspec_token): Take a
26080         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
26081         (mono_image_create_token): Check whether we have a
26082         `method->signature->gen_method' and call
26083         mono_image_get_methodspec_token() if appropriate.
26084         (inflated_method_get_object): Removed.
26085         (mono_reflection_bind_generic_method_parameters): Return a
26086         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
26087         (mono_reflection_inflate_method_or_ctor): Likewise.
26088
26089         * reflection.h (MonoReflectionInflatedMethod): Removed.
26090
26091 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
26092
26093         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
26094         for custom valuetype marshalling.
26095
26096         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
26097
26098 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26099
26100         * icall.c: fixed WSAGetLastError_internal name.
26101
26102 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
26103
26104         * threads.c (mono_thread_attach): Allow this to be called multiple
26105         times for a thread.
26106         
26107         * threads.c (build_wait_tids): Do not wait for ourselves.
26108
26109         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
26110         appdomain list is empty.
26111
26112         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
26113         memory returned by mono_string_builder_to_utf16, since it points into
26114         managed memory. Thanks to Bernie Solomon for noticing this.
26115
26116         * icall.c: Add AppDomainSetup icalls.
26117
26118         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
26119
26120         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
26121         types.
26122
26123         * reflection.c (reflection_methodbuilder_to_mono_method): Save
26124         custom attributes to the method_aux struct. Also fix array indexes etc.
26125
26126         * loader.c (mono_method_get_param_names): Make dynamic case work again.
26127         
26128 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
26129
26130         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
26131         (both static and runtime) and reduce startup time.
26132
26133 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
26134
26135         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
26136         AsAny marshalling conversion instead of crashing.
26137
26138         * marshal.c: Fix warnings.
26139
26140 2004-02-09  Martin Baulig  <martin@ximian.com>
26141
26142         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
26143
26144         * reflection.h (MonoReflectionInflatedMethod): Removed the
26145         `declaring' field, it's now in the unmanaged MonoGenericMethod.
26146
26147         * reflection.c (method_encode_methodspec): Removed the `method'
26148         argument; we get it from `gmethod->declaring'.
26149         (inflated_method_get_object): Removed the `declaring' argument.
26150
26151 2004-02-09  Martin Baulig  <martin@ximian.com>
26152
26153         * class.h (MonoGenericMethod): New type.
26154         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
26155         `generic_method'.
26156
26157         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
26158         a `MonoGenericMethod *gen_method' one.
26159
26160         * class.c (mono_class_inflate_generic_type): Take an additional
26161         `MonoGenericMethod * argument.  This is only non-NULL if we're
26162         inflating types for a generic method.   
26163         (mono_class_inflate_generic_signature): Renamed to
26164         inflate_generic_signature() and made static; take a
26165         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26166         (inflate_generic_header): Take a `MonoGenericMethod *' argument
26167         instead of a `MonoGenericInst *' one.
26168         (mono_class_inflate_generic_method): Likewise.
26169
26170         * reflection.c (encode_generic_method_sig): Take a
26171         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26172         (method_encode_methodspec): Likewise.
26173         (inflated_method_get_object): Likewise. 
26174
26175         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
26176         field with a `MonoGenericMethod *gmethod' one.  
26177
26178 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
26179
26180         * class.h (mono_class_has_parent): add parens to expansion
26181         so you can ! this.
26182
26183 2004-02-08  Martin Baulig  <martin@ximian.com>
26184
26185         * image.h (MonoImage): Removed `generics_cache'.
26186
26187         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
26188         instead of a `MonoType *' argument; removed the `inflate_methods'
26189         argument.  Don't inflate methods here.
26190
26191         * loader.c (find_method): If it's a generic instance, call
26192         mono_class_init() on the `sclass->generic_inst->generic_type'.
26193
26194         * metadata.c (mono_type_size): Make this work on uninitialized
26195         generic instances; call it on the `ginst->generic_type's class.
26196
26197         * reflection.c (mono_reflection_bind_generic_parameters): Call
26198         mono_class_from_generic() to create the `ginst->klass'.
26199
26200 2004-02-08  Martin Baulig  <martin@ximian.com>
26201
26202         * class.h (MonoClass): Changed type of `generic_inst' from
26203         `MonoType *' to `MonoGenericInst *'.
26204
26205 2004-02-08  Martin Baulig  <martin@ximian.com>
26206
26207         * icall.c (ves_icall_Type_BindGenericParameters): Just call
26208         mono_type_get_object(), this is now creating a `MonoGenericInst'
26209         for MONO_TYPE_GENERICINST.
26210         (ves_icall_MonoGenericInst_GetParentType): Likewise.
26211         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
26212
26213         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
26214         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
26215         (inflated_method_get_object): Added `MonoClass *refclass' argument.
26216         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
26217         and reflected type.
26218
26219         * reflection.h (MonoReflectionInflatedMethod): Removed
26220         `declaring_type' and `reflected_type'.
26221
26222 2004-02-08  Martin Baulig  <martin@ximian.com>
26223
26224         * class.h (MonoGenericInst): Added `MonoType *parent' and
26225         `MonoType **ifaces'.
26226
26227         * reflection.h (MonoReflectionGenericInst): Removed `klass',
26228         `parent' and `interfaces'.
26229
26230         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26231         `MonoType *' argument and return a `MonoType *'.
26232
26233         * icall.c
26234         (ves_icall_MonoGenericInst_GetParentType): New interncall.
26235         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
26236
26237 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26238
26239         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
26240         valuetype marshalling.
26241
26242 2004-02-06  Martin Baulig  <martin@ximian.com>
26243
26244         * class.c
26245         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
26246         (my_mono_class_from_generic_parameter): Likewise.
26247
26248 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26249
26250         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
26251         contents of the symbol files lazily.
26252
26253         * object.h (MonoThread): Add 'name' and 'name_len' fields.
26254
26255         * threads.h threads.c icall.c: New icalls for getting and setting the
26256         threads name.
26257
26258 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
26259
26260         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
26261         Raise an exception when the domain is not found.
26262
26263 2004-02-03  Martin Baulig  <martin@ximian.com>
26264
26265         * reflection.c (mono_image_get_methodspec_token): Use the
26266         uninflated signature; fixes gen-33.
26267
26268 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
26269
26270         * gc.c threads.c: Make the finalizer thread a normal managed thread so
26271         the finalizer code can use thread functionality.
26272
26273         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
26274         the finalizer thread.
26275
26276         * threads.c: Make some functions more robust.
26277
26278         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
26279
26280         * metadata.h: Add new marshalling conventions.
26281
26282         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
26283         stringbuilder marshalling. Fixes #53700.
26284
26285         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
26286
26287         * reflection.c (mono_image_get_type_info): Save declarative security
26288         info.
26289
26290         * reflection.c (mono_image_get_field_info): Handle uninitialized 
26291         unmanaged fields as well.
26292
26293         * appdomain.c: Bump corlib version.
26294
26295 2004-02-01  Martin Baulig  <martin@ximian.com>
26296
26297         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
26298         method type arguments.  
26299
26300 2004-01-30  Duncan Mak  <duncan@ximian.com>
26301
26302         * marshal.h: Add prototype for
26303         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
26304         and
26305         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
26306         fix the build.
26307
26308 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
26309
26310         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
26311         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
26312
26313 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26314
26315         * marshal.c (mono_marshal_get_native_wrapper): Add support for
26316         custom marshalling of valuetypes.
26317
26318         * marshal.c: Fix some warnings.
26319
26320 2004-01-29  Martin Baulig  <martin@ximian.com>
26321
26322         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
26323         for generic method parameters.
26324
26325         * reflection.c (method_encode_methodspec): Write the uninflated
26326         signature into the methodspec table.
26327         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
26328         is always the uninflated method.
26329         (reflection_methodbuilder_to_mono_method): Copy the generic
26330         parameters from the MethodBuilder into `header->gen_params'.
26331
26332 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26333
26334         * class.c (mono_class_from_generic_parameter): Fix warning.
26335
26336 2004-01-27  Martin Baulig  <martin@ximian.com>
26337
26338         * class.c (mono_class_from_generic_parameter): Don't create
26339         `klass->methods' here.  
26340
26341 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
26342
26343         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
26344         extension since it does not work with libraries named lib<FOO>.dll.so.
26345
26346 2004-01-25  Martin Baulig  <martin@ximian.com>
26347
26348         * class.c (mono_class_inflate_generic_type): Added support for
26349         MONO_TYPE_GENERICINST.
26350
26351         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
26352         inflate methods on open constructed types.      
26353
26354 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26355
26356         * object.c: fire ProcessExit event in the root AppDomain after running
26357         Main. Fixes bug #53299.
26358
26359 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
26360
26361         * socket-io.c: include the new socket-wrappers.h header.
26362         Use the wrappers instead of the unix socket functions to make the code
26363         more clear.
26364
26365 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
26366
26367         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
26368
26369         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
26370         Fixes #22532.
26371
26372 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
26373
26374         * reflection.c (mono_image_create_pefile): Handle the case when the
26375         entry point is not a MethodBuilder.
26376
26377         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26378         field to ReflectionMethod since it is not allways a builder.
26379
26380         * reflection.c (type_get_fully_qualified_name): New helper function to
26381         return the fully qualified name of a type.
26382
26383         * reflection.c (encode_marshal_blob): Always emit the fully qualified
26384         type name for custom marshallers.
26385
26386         * reflection.c (mono_marshal_spec_from_builder): Ditto.
26387
26388         * class.c (mono_class_setup_vtable): If a parent class already 
26389         implements an interface, use the implementing methods from that class.
26390         Fixes #53148.
26391
26392 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26393
26394         * threadpool.c: just return instead of ExitThread to allow for thread
26395         clean up earlier.
26396
26397 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
26398
26399         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
26400         when closing resource modules.
26401
26402         * reflection.c (mono_image_create_pefile): Handle the case when the
26403         entry point is not a MethodBuilder.
26404
26405         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26406         field to ReflectionMethod since it is not allways a builder.
26407
26408 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
26409
26410         * marshal.c (mono_marshal_get_managed_wrapper): 
26411         mono_marshal_alloc takes native int so CONV_I
26412         the arg for 64bits.
26413
26414 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
26415
26416         * reflection.c (fixup_cattrs): New function to fixup the methoddef
26417         tokens in the cattr table. Fixes #53108.
26418
26419 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26420
26421         * loader.c: don't trim ".dll" before looking up in the config file.
26422         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
26423
26424 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
26425
26426         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
26427         Return the module which contains the resource as well.
26428         (ves_icall_System_Reflection_Module_Close): New icall.
26429
26430         * appdomain.c: Bump corlib version number.
26431
26432         * image.c (mono_image_addref): New public function.
26433
26434         * assembly.c: Call mono_image_addref.
26435
26436         * reflection.c (mono_module_get_object): Increase reference count of 
26437         the image.
26438
26439         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
26440         Fixes #22532.
26441
26442         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
26443         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
26444         proper exceptions on DllImport problems.
26445
26446 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
26447
26448         * class.c, metadata.c: eliminate CSIZE macro.
26449
26450 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
26451
26452         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
26453         * object.h: Added async_callback field in MonoAsyncResult.
26454         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
26455         * verify.c: Added async_callback in MonoAsyncResult layout.
26456
26457 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
26458
26459         * reflection.c (mono_reflection_get_custom_attrs): Add support
26460         for Modules.
26461
26462 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
26463
26464         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
26465         marshalling.
26466         (mono_marshal_method_from_wrapper): Add null pointer check.
26467
26468 2004-01-16  Martin Baulig  <martin@ximian.com>
26469
26470         * debug-mono-symfile.h: Set version number to 36 and reflect
26471         latest symbol writer changes.
26472
26473 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
26474
26475         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
26476         multi-dimensional arrays.
26477         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
26478         (mono_class_from_mono_type): Use bounded_array_class_get.
26479         
26480         * class.c (mono_bounded_array_class_get): New function which takes
26481         a 'bounded' bool argument to distinguish vectors from one dimensional
26482         arrays.
26483
26484         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
26485         bounded_array_class_get if the array has bounds.
26486
26487         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
26488         Search modules loaded using AssemblyBuilder:AddModule as well.
26489
26490 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26491
26492         * appdomain.c: increased corlib version.
26493         * filewatcher.c: removed g_print.
26494         * icall.c:
26495         (get_property_info): only allocate what is actually requested.
26496         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
26497
26498 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26499
26500         * Makefile.am: added filewatcher.[ch]
26501         * filewatcher.[ch]: FileSystemWatcher runtime support.
26502         * icall.c: added new FSW icalls.
26503
26504 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
26505
26506         * string-icalls.c: fix stringbuilder regression as suggested by
26507         Iain McCoy <iain@mccoy.id.au>.
26508
26509 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
26510
26511         * process.c (process_read_stringtable_block): Recognize '007f' as
26512         a language neutral stringtable block.
26513
26514 2004-01-12  Patrik Torstensson
26515
26516         * object.h (MonoStringBuilder) : Changed layout to support our
26517         new stringbuilder class.
26518         * marshal.c: Change marshalling to support the new layout of 
26519         string builder.
26520         * appdomain.c: increased version number because new layout of
26521         string builder.
26522
26523 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
26524
26525         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
26526         assembly name as an string instead of an AssemblyName, since it is
26527         easier to extract info from it.
26528
26529         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
26530         the culture subdirectories too. Fixes #52231.
26531
26532 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26533
26534         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
26535         It takes 2 new parameters with an optional name for the method to look
26536         for and case ignoring info.
26537
26538         * threadpool.c: removed unused variable.
26539
26540 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26541
26542         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
26543         It takes 2 new parameters with an optional name for the property to look
26544         for and case ignoring info.
26545         Fixes bug #52753.
26546
26547 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
26548
26549         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
26550         Fix #52451.
26551
26552 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26553
26554         * appdomain.c:
26555         * assembly.c: escape the uri before passing it to g_filename_from_uri.
26556         Fixes bug #52630.
26557
26558 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
26559
26560         * reflection.c: Add support for more than one unmanaged resource.
26561
26562         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
26563         in field->def_value, as done in all other cases.
26564
26565         * reflection.c (mono_reflection_get_custom_attrs): Add support for
26566         TypeBuilders.
26567
26568         * reflection.c (mono_reflection_create_runtime_class): Remove 
26569         errorneous assignment to klass->element_class, since it is already
26570         done in mono_reflection_setup_internal_class.
26571
26572 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26573
26574         * gc.c: added missing LeaveCriticalSection.
26575         * icall.c: indented a couple of lines.
26576         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
26577         if we call EndInvoke inside a callback. Fixes bug #52601.
26578
26579 2004-01-07  Martin Baulig  <martin@ximian.com>
26580
26581         * mono-debug-debugger.h
26582         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
26583
26584 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
26585
26586         * appdomain.c: Use messages in NotImplementedException.
26587
26588         * exception.c (mono_get_exception_not_implemented): Now this takes
26589         a message argument.
26590
26591         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
26592         exception instead of g_asserting an aborting when something is not
26593         implemented.
26594
26595         Add some inline docs.
26596
26597 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
26598
26599         * reflection.h: Update after changes to object layout.
26600
26601         * reflection.c: Implement saving of unmanaged aka win32 resources.
26602
26603         * appdomain.c: Bump version number.
26604
26605         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
26606         Handle missing domains gracefully.
26607
26608 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
26609
26610         * file-io.c : On Windows, there are much more invalid_path_chars.
26611
26612 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
26613
26614         * class.h, object.c: prepare for GetType () speedup.
26615
26616 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
26617
26618         * profiler.c: workaround for --profile null reference exception on
26619           cygwin. Patch by Patrik Torstensson.
26620
26621 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
26622
26623         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
26624         make work for unaligned access.
26625
26626 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
26627
26628         * class.c: small cleanup (class->fields [i] -> field).
26629         * image.c: check address of metadata is valid.
26630
26631 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
26632
26633         * assembly.h assembly.c (mono_assembly_loaded): New public function to
26634         search the list of loaded assemblies.
26635
26636         * reflection.c (mono_reflection_type_from_name): Use 
26637         mono_assembly_loaded instead of mono_image_loaded.
26638
26639         * reflection.c: Fix warnings.
26640
26641 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
26642
26643         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
26644         is dynamic. This is needed since an assembly can contain both dynamic and
26645         non-dynamic images.
26646
26647         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
26648         assembly->dynamic.
26649
26650         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
26651
26652         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
26653         to store modules loaded using AddModule.
26654
26655         * reflection.c (mono_image_fill_file_table): Generalize this so it works
26656         on Modules.
26657
26658         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
26659
26660         * reflection.c (mono_image_fill_export_table_from_module): New function to
26661         fill out the EXPORTEDTYPES table from a module.
26662
26663         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
26664         into a separate function. Also handle loaded non-dynamic modules.
26665
26666         * reflection.c (mono_image_basic_init): Fix memory allocation.
26667
26668         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26669
26670         * assembly.c (mono_assembly_load_references): Make this public.
26671
26672 2003-12-19  Martin Baulig  <martin@ximian.com>
26673
26674         * class.c (mono_class_initialize_generic): Made this static, take
26675         a `MonoGenericInst *' instead of a `MonoClass *'.
26676         (mono_class_from_generic): Call mono_class_initialize_generic()
26677         unless we're already initialized or being called from
26678         do_mono_metadata_parse_generic_inst().
26679
26680         * class.h (MonoGenericInst): Added `initialized' and
26681         `init_pending' flags.
26682
26683         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
26684         `mono_class_init (gklass)' or mono_class_initialize_generic()
26685         here; set `generic_inst->init_pending' while parsing the
26686         `type_argv'.
26687
26688 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
26689
26690         * locales.c: include string.h for memxxx prototypes
26691
26692 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
26693
26694         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
26695         constructor when accessing literal fields.
26696
26697 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
26698
26699         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26700
26701         * reflection.c (assembly_add_resource_manifest): New function to fill
26702         the MANIFESTRESOURCE table.
26703
26704         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
26705
26706         * reflection.h: Update to changes in class layout.
26707
26708         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
26709         Reenable call to mono_runtime_is_shutting_down ().
26710
26711         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
26712         determine if the runtime is shutting down.
26713
26714 2003-12-16  Jackson Harper <jackson@ximian.com>
26715
26716         * icall.c: comment out call to mono_runtime_is_shutting_down to
26717         fix build.
26718         
26719 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
26720
26721         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
26722         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
26723
26724 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
26725
26726         * reflection.c: move definition of swap_with_size
26727         to before its first call
26728
26729 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
26730
26731         * appdomain.c (mono_runtime_is_shutting_down): New public function.
26732
26733         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
26734         icall.
26735
26736         * object.c: Fix warnings.
26737
26738         * icall.c (ves_icall_Type_Get...): Only consider inherited static
26739         members if FlattenHierarchy is set.
26740
26741         * reflection.c (mono_image_add_decl_security): New function to emit
26742         declarative security.
26743
26744         * reflection.h reflection.c: Add support for declarative security.
26745
26746         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
26747         
26748 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
26749
26750         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
26751         
26752         * appdomain.c verify.c: Moved corlib version checking into its own
26753         function in appdomain.c since it needs to create vtables etc.
26754
26755 2003-12-13  Patrik Torstensson <p@rxc.se>
26756
26757         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
26758         instead of unwrapped server.
26759
26760 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
26761
26762         * verify.c (check_corlib): Fix field index.
26763
26764 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
26765
26766         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
26767         GetGacPath icall.
26768
26769 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
26770
26771         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
26772         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
26773         cope with sizeof(size_t) != sizeof(guint32).
26774
26775 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26776
26777         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
26778         in case of failure.
26779
26780 2003-12-10  Mark Crichton <crichton@gimp.org>
26781
26782         * icall.c: removed the GetNonZeroBytes.  We now handle this case
26783         in managed code.
26784
26785         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
26786
26787 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
26788
26789         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
26790         marked as deleted.
26791
26792 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
26793
26794         * verify.c (check_corlib): Handle the case when the version field is 
26795         initialized by a static constructor.
26796
26797 2003-12-08  Patrik Torstensson  <p@rxc.se>
26798
26799     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
26800
26801 2003-12-08  Martin Baulig  <martin@ximian.com>
26802
26803         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
26804         a MonoReflectionGenericParameter, also take the parameter index
26805         and name as arguments.
26806         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
26807         (ves_icall_MonoGenericParam_initialize): New interncall.
26808         (ves_icall_Type_make_byref_type): New interncall.
26809
26810         * reflection.h (MonoReflectionGenericParam): Derive from
26811         MonoReflectionType, not just from MonoObject.  Added `refobj' and
26812         `index' fields.
26813
26814         * reflection.c (mono_reflection_define_generic_parameter): Create
26815         and return a new MonoReflectionGenericParam; don't initialize the
26816         constraints here.
26817         (mono_reflection_initialize_generic_parameter): New public method;
26818         initializes the constraints and creates the `param->pklass'.
26819
26820 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
26821
26822         * reflection.h reflection.c: Use the new fields 'num_types', 
26823         'num_fields' and 'num_methods' to track the number of types etc.
26824
26825         * verify.c (check_corlib): Check corlib version number.
26826
26827 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
26828
26829         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
26830         function works on all methods.
26831
26832 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
26833
26834         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
26835         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
26836         the custom_type_info flag of the transparent proxy.
26837         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
26838         objects that supports IRemotingTypeInfo.
26839         * object.h: Added custom_type_info field in transparent proxy.
26840
26841 2003-12-06  Martin Baulig  <martin@ximian.com>
26842
26843         * class.c (mono_class_create_from_generic): Removed.
26844         (mono_class_from_generic): Check `ginst->klass' before doing
26845         anything else.  This is important to fully support "recursive"
26846         generic types.
26847
26848         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
26849         empty `generic_inst->klass' before doing anything else.
26850
26851 2003-12-06  Dick Porter  <dick@ximian.com>
26852
26853         * verify.c: 
26854         * object.h:
26855         * icall.c:
26856         * locales.c: Use C structs to access class fields.  Don't do a
26857         conversion between MonoString and UChar because both are
26858         platform-endian UTF-16.  Compare now takes startindex and count
26859         parameters.  Add a char overload for IndexOf.  Speed up the
26860         invariant string IndexOf.
26861
26862 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
26863
26864         * Makefile.am (monosn_LDADD): Fix parallel build.
26865
26866 2003-12-04  Martin Baulig  <martin@ximian.com>
26867
26868         * icall.c
26869         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
26870         (ves_icall_Type_make_array_type): New interncall.       
26871
26872 2003-12-04  Martin Baulig  <martin@ximian.com>
26873
26874         * locales.c: also change it in the !HAVE_ICU case.
26875
26876 2003-12-04  Dick Porter  <dick@ximian.com>
26877
26878         * icall.c:
26879         * locales.c: construct_compareinfo is now in CompareInfo, not
26880         CultureInfo.
26881
26882 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
26883
26884         * image.c (mono_image_load_file_for_image): Cache loaded images in the
26885         image->files array.
26886
26887         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
26888         table as well.
26889
26890         * assembly.c (mono_assembly_load_references): Only load references
26891         once.
26892
26893         * class.c (mono_class_from_name): Avoid linear search of the 
26894         EXPORTEDTYPE table.
26895
26896         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
26897
26898 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
26899
26900         * image.h (MonoImage): Add 'field_cache' field.
26901
26902         * loader.c (mono_field_from_token): Cache field lookups.
26903         
26904         * reflection.c (mono_module_get_object): Fix name property.
26905
26906         * icall.c (ves_icall_get_enum_info): Update after changes to 
26907         mono_metadata_get_constant_index ().
26908
26909         * icall.c: Get rid of get_type_info icall, use a separate icall for
26910         each type property to avoid needless memory allocations. Fixes #51514.
26911
26912         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
26913         to avoid needless binary searches.
26914
26915         * class.c (class_compute_field_layout): Move the initialization of
26916         field->def_value to mono_class_vtable ().
26917
26918         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
26919         non-corlib types.
26920
26921         * object.c (mono_object_allocate): Make it inline.
26922
26923         * object.c (mono_object_allocate_spec): Make it inline.
26924         
26925 2003-12-02  Dick Porter  <dick@ximian.com>
26926
26927         * locales.c (create_NumberFormat): NumberFormatInfo construction.
26928         Patch by Mohammad DAMT (mdamt@cdl2000.com).
26929
26930 2003-12-01  Dick Porter  <dick@ximian.com>
26931
26932         * threads.c: Fix signature and call in CreateMutex and
26933         CreateEvent.
26934
26935 2003-12-01  Dick Porter  <dick@ximian.com>
26936
26937         * icall.c: 
26938         * locales.c: Implement string compares and searching
26939
26940         * object.h: Add extra Thread field
26941
26942 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
26943
26944         * reflection.c (fixup_method): Add support for MonoCMethod.
26945
26946 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
26947
26948         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
26949
26950         * reflection.c (assembly_name_to_aname): Allow extra characters in
26951         assembly names. Fixes #51468.
26952
26953 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
26954
26955         * exception.c (mono_exception_from_name_domain): New helper function.
26956
26957         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
26958         exception object in the correct domain.
26959
26960         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
26961         formatting + make a copy a the input data.
26962
26963         * loader.c (mono_get_method_from_token): Methods which contain
26964         native code do not have entries in the ImplMap.
26965
26966         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
26967         Thanks to Gonzalo for spotting this.
26968         
26969         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
26970         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
26971
26972         * assembly.h (mono_assembly_load_from): Split the second part of 
26973         assembly loading into a new public function.
26974
26975         * exception.h (mono_get_exception_bad_image_format): New function.
26976
26977 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
26978
26979         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
26980         Enumerate all modules inside a dynamic assembly. Fixes #51293.
26981         
26982         * icall.c: Add new icall for creating dynamic methods.
26983
26984         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
26985
26986         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
26987
26988         * reflection.c (mono_reflection_create_dynamic_method): New icall to
26989         create a dynamic method.
26990
26991         * reflection.c (resolve_object): New helper function.
26992
26993         * reflection.c: Generalize ReflectionMethodBuilder and the functions
26994         which manipulate it so they can also work on dynamic methods.
26995
26996         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
26997         creating the MonoReflectionMethodAux structure if it is not needed.
26998         
26999         * reflection.h verify.c: Update after changes to object layout.
27000
27001         * reflection.c (method_builder_encode_signature): Fix compilation on
27002         gcc 2.95.x.
27003
27004 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
27005
27006         * appdomain.h: Added support for context static fields. Added static_data
27007           field to MonoAppContext and renamed thread_static_fields to a more
27008           generic special_static_fields in MonoAppDomain, since it can now contain
27009           context static fields.
27010         * domain.c: Updated hashtable name.
27011         * object.c: Replaced field_is_thread_static() for a more generic
27012           field_is_special_static() which also checks for context static attribute.
27013           In mono_class_vtable(), added support for static context fields.
27014         * threads.c: Changed methods that manage thread static fields to more
27015           generic methods so they can be reused both for thread and context static
27016           data.
27017         * threads.h: Declared some new methods.
27018
27019 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
27020
27021         * reflection.h: Update after changes to the managed types.
27022
27023         * reflection.c (encode_custom_modifiers): New helper function.
27024
27025         * reflection.c (method_encode_signature): Emit custom modifiers.
27026
27027         * reflection.c (field_encode_signature): Emit custom modifiers.
27028
27029 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
27030
27031         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
27032
27033         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
27034         implementation.
27035
27036         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
27037         icall.
27038
27039         * object.c (mono_field_get_value_object): New function.
27040
27041         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
27042         specific.
27043
27044 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
27045
27046         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
27047         return a preallocated out-of-memory exception instance.
27048
27049         * object.c (out_of_memory): Use the new function.
27050
27051         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
27052         flag is before the custom modifiers. Fixes #49802.
27053
27054 2003-11-16  Martin Baulig  <martin@ximian.com>
27055
27056         * class.c (mono_class_is_open_constructed_type): Implemented the
27057         MONO_TYPE_GENERICINST case.
27058
27059 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
27060
27061         * assembly.c (mono_assembly_fill_assembly_name): New function to
27062         fill out the MonoAssemblyName structure.
27063         (mono_assembly_open): Use the new function.
27064
27065         * icall.c (fill_reflection_assembly_name): New helper function.
27066
27067         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
27068         new function.
27069
27070         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
27071
27072 2003-11-15  Martin Baulig  <martin@ximian.com>
27073
27074         * class.c (mono_class_is_open_constructed_type): New public
27075         function; checks whether a type is an open constructed type,
27076         ie. whether it still contains type parameters.
27077         (mono_class_inflate_generic_type): If we're a type parameter and
27078         the inflated type is also a MONO_TYPE_(M)VAR, return the original
27079         type.
27080
27081         * class.h (MonoGenericInst): Added `guint32 is_open'.
27082
27083         * loader.c (method_from_methodspec): Check whether we're an open
27084         or closed constructed type and set `ginst->is_open'.
27085
27086         * reflection.c (mono_reflection_bind_generic_parameters): Check
27087         whether we're an open or closed constructed type and set
27088         `ginst->is_open'.
27089         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
27090         from open constructed types.
27091
27092 2003-11-15  Martin Baulig  <martin@ximian.com>
27093
27094         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27095         a generic instance (instead of a generic type declaration) with
27096         unbound generic parameters, bind them to our actual types.
27097
27098 2003-11-14  Martin Baulig  <martin@ximian.com>
27099
27100         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
27101
27102         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27103         an interface type, populate `res->interfaces' with instantiated
27104         versions of all the interfaces we inherit.
27105
27106 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
27107
27108         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
27109         when MONO_PATH is set but doesn't contain the install dir.
27110
27111 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27112
27113         * icall.c:
27114         (ves_icall_Type_GetInterfaces): don't return an interface twice when
27115         it's also implemented in base classes. Fixes bug #50927.
27116
27117 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
27118
27119         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
27120         if this method is called from a finalizer. Fixes #50913.
27121
27122 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
27123
27124         * threads.c: Implement VolatileRead/VolatileWrite
27125
27126         * icall.c: Add new icalls for VolatileRead/VolatileWrite
27127
27128 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27129
27130         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
27131         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
27132         2.95.3.
27133
27134         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
27135         from Peter Ross (pro@missioncriticalit.com).
27136         
27137 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
27138
27139         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
27140
27141 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27142
27143         * assembly.c (mono_assembly_load_references): Disable check because it
27144         triggers on older corlibs which lots of people have.
27145
27146 2003-11-12  Jackson Harper  <jackson@ximian.com>
27147
27148         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
27149         load corlib.dll if mscorlib.dll is not found.
27150         * assembly.h: Remove corlib name define.
27151         * class.c:
27152         * domain.c:
27153         * image.c: Change corlib name to mscorlib.
27154         
27155 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27156
27157         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
27158
27159 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
27160
27161         * appdomain.h: Added loader_optimization here to sync with the C#
27162         code, and add disallow_binding_redirects field.
27163
27164 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27165
27166         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
27167
27168         * reflection.c (mono_image_build_metadata): Fix crash on modules
27169         with no types.
27170
27171         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
27172
27173         * icall.c (ves_icall_get_method_info): Return callingConvention as
27174         well.
27175
27176         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
27177         namespaces from the EXPORTEDTYPE table as well.
27178
27179         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
27180         from all modules inside the assembly.
27181         
27182 2003-11-11  Martin Baulig  <martin@ximian.com>
27183
27184         * reflection.c (mono_reflection_bind_generic_parameters): Make
27185         this work for interfaces.
27186
27187 2003-11-11  Martin Baulig  <martin@ximian.com>
27188
27189         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
27190
27191 2003-11-11  Martin Baulig  <martin@ximian.com>
27192
27193         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
27194         "MonoInflatedMethod" and "MonoInflatedCtor".
27195
27196 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27197
27198         * reflection.c (resolution_scope_from_image): Use the assembly table
27199         from the manifest module, since other modules don't have it.
27200
27201         * debug-helpers.c (mono_type_full_name): New helper function.
27202
27203         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
27204
27205         * image.c (mono_image_load_file_for_image): New public function which
27206         is a replacement for the load_file_for_image in class.c.
27207
27208         * assembly.c (mono_assembly_load_module): A wrapper for the function
27209         above which does assembly association and reference loading too.
27210
27211         * class.c (mono_class_from_name): Call mono_assembly_load_module.
27212
27213 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27214
27215         * appdomain.c: not all of the attributes for the full assembly name
27216         are required and the order doesn't matter. Fixes bug #50787.
27217
27218 2003-11-10  Dick Porter  <dick@ximian.com>
27219
27220         * locales.c: Use platform-endian UTF16
27221
27222 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27223
27224         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27225         
27226 2003-11-10  Martin Baulig  <martin@ximian.com>
27227
27228         * metadata.c
27229         (mono_metadata_load_generic_params): Make this actually work.
27230
27231         * reflection.c (mono_reflection_bind_generic_parameters): If our
27232         parent is a generic instance, pass all the `types' to it, no
27233         matter whether it has the same number of type parameters or not.
27234
27235 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27236
27237         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27238
27239         * assembly.c (mono_assembly_load_references): Move the image<->assembly
27240         assignment code to this function so it gets called recursively for all
27241         modules.
27242
27243         * image.c (load_modules): Remove the assembly assignment since it is
27244         now done by mono_assembly_load_references.
27245         
27246         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27247         Add 'module' argument.
27248         (mono_module_get_types): New helper function.
27249         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
27250
27251 2003-11-08  Martin Baulig  <martin@ximian.com>
27252
27253         * class.c (mono_class_inflate_generic_method): Interface method
27254         don't have a header.
27255
27256         * reflection.c (mono_image_get_methodspec_token): Take an
27257         additional `MonoGenericInst *' argument instead of reading it from
27258         the header; this is necessary to support interfaces.
27259         (mono_image_create_token): Pass the `MonoGenericInst *' from the
27260         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
27261         (inflated_method_get_object): Take an additional `MonoGenericInst *'
27262         argument.
27263
27264         * reflection.h (MonoReflectionInflatedMethod): Added
27265         `MonoGenericInst *ginst'.
27266
27267 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
27268
27269         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
27270
27271 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
27272
27273         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
27274
27275 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
27276
27277         * reflection.c 
27278         (reflection_methodbuilder_from_method_builder):
27279         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
27280         initialize a ReflectionMethodBuilder structure.
27281         (mono_image_get_methodbuilder_token):
27282         (mono_image_get_ctorbuilder_token): New functions to emit memberref
27283         tokens which point to types in another module inside the same assembly.
27284
27285         * reflection.c: Use the new helper functions.
27286         
27287         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
27288
27289         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
27290         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
27291
27292         * reflection.c (resolution_scope_from_image): Emit a moduleref if
27293         neccesary.
27294
27295         * reflection.c (mono_image_build_metadata): Emit metadata only for the
27296         current module. Emit the manifest only for the main module.
27297
27298         * reflection.c (mono_image_create_token): Add assertion when a 
27299         memberref needs to be created.
27300
27301         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
27302
27303         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
27304         larger buffer for the custom attribute blob. Fixes #50637.
27305         
27306 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27307
27308         * threadpool.c: notify listener on async processing handles after
27309         invoking the async callback. Thanks to Zoltan.
27310
27311 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27312
27313         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
27314         avoid code duplication.
27315
27316         * reflection.h (MonoDynamicImage): New type which is currently unused,
27317         but will be used through the ref.emit code in place of 
27318         MonoDynamicAssembly.
27319
27320         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27321         object layout.
27322
27323         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
27324         a MonoDynamicImage instead of just a MonoImage.
27325         
27326         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
27327         icalls to ModuleBuilder but keep their semantics, so they will work
27328         with moduleb->assemblyb. This will change later.
27329         
27330 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27331
27332         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27333         object layout.
27334
27335         * reflection.c (mono_image_build_metadata): Avoid creation of a default
27336         main module, since it is now done by the managed code.
27337
27338 2003-11-03  Martin Baulig  <martin@ximian.com>
27339
27340         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
27341         `ginst->klass' here.
27342         (method_encode_methodspec): Don't use the `ginst->generic_method's
27343         klass if it's a generic instance, use `ginst->klass' in this case.
27344
27345 2003-11-03  Martin Baulig  <martin@ximian.com>
27346
27347         * reflection.c (mono_image_get_generic_method_param_info):
27348         Removed, use mono_image_get_generic_param_info() instead.
27349         (mono_image_get_type_info): Write the GenericParam table before
27350         the Method table.  This is neccessary because in the GenericParam
27351         table, type parameters of the class (ie. '!0' etc.) must come
27352         before the ones from its generic methods (ie. '!!0' etc).
27353
27354 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27355
27356         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
27357
27358 2003-11-02  Martin Baulig  <martin@ximian.com>
27359
27360         * reflection.c (create_generic_typespec): Take a
27361         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
27362         the generic parameters from it.
27363
27364 2003-11-02  Martin Baulig  <martin@ximian.com>
27365
27366         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
27367         instead of a `MonoClassField *' since we just need the type.
27368         (create_generic_typespec): New static function.  Creates a
27369         TypeSpec token for a generic type declaration.
27370         (mono_image_get_generic_field_token): New static function.
27371         (mono_image_create_token): If we're a FieldBuilder in a generic
27372         type declaration, call mono_image_get_generic_field_token() to get
27373         the token.
27374
27375 2003-11-02  Martin Baulig  <martin@ximian.com>
27376
27377         * reflection.h
27378         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
27379         `MonoReflectionGenericInst *declaring_type' and
27380         `MonoReflectionGenericInst *reflected_type' fields.
27381
27382         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
27383         `MonoReflectionGenericInst *declaring_type' and a
27384         `MonoReflectionGenericInst *reflected_type' argument instead of a
27385         single `MonoReflectionGenericInst *type' one.  Set
27386         `res->declaring_type' and `res->reflected_type' from them.
27387         (mono_reflection_inflate_field): Likewise.      
27388
27389 2003-11-02  Martin Baulig  <martin@ximian.com>
27390
27391         * class.c (mono_class_setup_vtable): Don't store generic methods
27392         in the vtable.  
27393
27394 2003-11-02  Martin Baulig  <martin@ximian.com>
27395
27396         * reflection.h (MonoReflectionGenericInst): Added
27397         `MonoReflectionType *declaring_type'.
27398
27399         * reflection.c (mono_reflection_bind_generic_parameters): Use
27400         `if (tb->parent)' instead of `klass->parent'.
27401
27402 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
27403
27404         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
27405         with an empty ASSEMBLY table.
27406
27407         * reflection.c (mono_image_build_metadata): Avoid using the same loop
27408         variable in the inner and outer loops.
27409
27410 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
27411
27412         * metadata.h (mono_metadata_make_token): Put parentheses around macro
27413         argument.
27414
27415         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
27416         
27417         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
27418         icalls. Instead, do everything in managed code. This is needed since
27419         it is hard to restore the original domain etc. in unmanaged code in the
27420         presence of undeniable exceptions.
27421
27422         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
27423         New icalls to push and pop appdomain refs.
27424
27425 2003-10-31  Martin Baulig  <martin@ximian.com>
27426
27427         * class.c (inflate_generic_type): Renamed to
27428         mono_class_inflate_generic_type() and made it public.
27429
27430         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
27431         New interncall.
27432
27433         * loader.c (mono_field_from_memberref): Also set the retklass for
27434         typespecs.
27435
27436         * fielder.c (mono_image_get_inflated_field_token): New static
27437         method; creates a metadata token for an inflated field.
27438         (mono_image_create_token, fixup_method): Added support for
27439         "MonoInflatedField".
27440         (fieldbuilder_to_mono_class_field): New static function.
27441         (mono_reflection_inflate_field): New public function.
27442
27443         * reflection.h
27444         (MonoReflectionGenericInst): Added `MonoArray *fields'.
27445         (MonoReflectionInflatedField): New typedef.     
27446
27447 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
27448
27449         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
27450         for Solaris and other platforms without s6_addr16
27451
27452 2003-10-30  Martin Baulig  <martin@ximian.com>
27453
27454         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
27455         argument instead of two.
27456         (mono_class_inflate_generic_signature): Likewise.
27457         (inflate_generic_header): Likewise.
27458         (mono_class_inflate_generic_method): Likewise.  In addition, if
27459         `ginst->klass' is set, it becomes the new `method->klass'.
27460
27461         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
27462         field.
27463
27464         * reflection.c (encode_generic_method_sig): Write a 0xa as the
27465         first byte. [FIXME]
27466         (method_encode_methodspec): If we have generic parameters, create
27467         a MethodSpec instead of a MethodRef.
27468         (fixup_method): Added support for "MonoInflatedMethod" and
27469         "MonoInflatedCtor".
27470         (mono_image_create_token): Added support for "MonoInflatedMethod"
27471         and "MonoInflatedCtor".
27472         (inflated_method_get_object): New static function; returns a
27473         managed "System.Reflection.MonoInflatedMethod" object.
27474         (mono_reflection_bind_generic_method_parameters): Return a
27475         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
27476         (mono_reflection_inflate_method_or_ctor): Likewise.
27477         (mono_image_get_generic_method_param_info): Initialize unused
27478         fields to zero.
27479         (mono_image_get_generic_param_info): Likewise.
27480
27481         * reflection.h (MonoReflectionInflatedMethod): New public
27482         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
27483         "S.R.MonoInflatedCtor" classes.
27484
27485         * loader.c (method_from_memberref): If we're a TypeSpec and it
27486         resolves to a generic instance, inflate the method.
27487
27488 2003-10-28  Dick Porter  <dick@ximian.com>
27489
27490         * object.c (mono_runtime_run_main): Convert command-line arguments
27491         into utf8, falling back to the user's locale encoding to do so.
27492
27493 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
27494
27495         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
27496         at this time.
27497
27498         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
27499
27500         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
27501         up icalls at method definition time. Partially fixes #33569.
27502
27503 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
27504
27505         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
27506         marshalling of arrays. Fixes #50116.
27507
27508         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
27509
27510         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
27511         points to a vtable in the dying appdomain.
27512
27513         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
27514         listeners into unmanaged code inside the lock.
27515
27516         * object.c (mono_class_vtable): Turn off typed allocation in non-root
27517         domains and add some comments.
27518
27519 2003-10-25  Martin Baulig  <martin@ximian.com>
27520
27521         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
27522
27523         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
27524
27525         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
27526         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
27527         currently parsing.  Create the generic class and store it in
27528         `generic_inst->klass' before parsing the type arguments.  This is
27529         required to support "recursive" definitions; see mcs/tests/gen-23.cs
27530         for an example.
27531         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
27532         to support recursive typespec entries.
27533
27534         * class.c (mono_class_setup_parent): If our parent is a generic
27535         instance, we may get called before it has its name set.
27536         (mono_class_from_generic): Splitted into
27537         mono_class_create_from_generic() and mono_class_initialize_generic().
27538
27539 2003-10-25  Martin Baulig  <martin@ximian.com>
27540
27541         * icall.c (ves_icall_Type_BindGenericParameters): Return a
27542         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
27543         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
27544         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
27545
27546         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
27547         (create_typespec): Likewise.
27548         (mono_reflection_bind_generic_parameters): Return a
27549         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
27550         (mono_reflection_inflate_method_or_ctor): New public function.
27551
27552         * reflection.h (MonoReflectionGenericInst): New typedef.        
27553
27554 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
27555
27556         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
27557         inside the domain lock. Fixes #49993.
27558         
27559         * object.c (mono_class_vtable): When typed allocation is used, 
27560         allocate vtables in the GC heap instead of in the mempool, since the
27561         vtables contain GC descriptors which are used by the collector even
27562         after the domain owning the mempool is unloaded.
27563
27564         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
27565
27566         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
27567         reflect what it does. Also invalidate mempools instead of freeing
27568         them if a define is set.
27569
27570         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
27571         of the appdomain.
27572         
27573         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
27574         hold the finalizable objects in this domain.
27575
27576         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
27577         appdomain.
27578
27579         * appdomain.c (mono_domain_set): New function to set the current
27580         appdomain, but only if it is not being unloaded.
27581
27582         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
27583         appdomain which is being unloaded.
27584         
27585         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
27586         unloading of the root appdomain.
27587
27588         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
27589         icall to execute a method in another appdomain. Intended as a 
27590         replacement for InternalSetDomain, which can confuse the code 
27591         generation in the JIT.
27592
27593         * appdomain.c (mono_domain_is_unloading): New function to determine
27594         whenever an appdomain is unloading.
27595
27596         * appdomain.c (mono_domain_unload): New function to correctly unload
27597         an appdomain.
27598
27599         * assembly.c (mono_assembly_load_references): Check that an assembly
27600         does not references itself.
27601
27602         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
27603         domain manually, it asks the finalizer thread to do it, then waits for
27604         the result. Also added a timeout.
27605
27606         * icall.c: Register the new icalls.
27607
27608         * threads.h threads.c: Export the mono_gc_stop_world and 
27609         mono_gc_start_world functions.
27610         
27611         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
27612         function to fill out the mempool with 0x2a.
27613
27614 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
27615
27616         * reflection.h (MonoReflectionMethodAux): New structure to store
27617         information which is rarely used, thus is not in the MonoMethod
27618         structure.
27619
27620         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
27621         store the aux info.
27622
27623         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
27624         and marshalling info into the aux structure.
27625
27626         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
27627         from the aux structure.
27628
27629         * loader.c (mono_method_get_param_names): Retrieve the param names from
27630         the aux structure.
27631         
27632 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
27633
27634         * exception.h exception.c: Add AppDomainUnloadedException && fix 
27635         warning.
27636
27637 2003-10-21  Dick Porter  <dick@ximian.com>
27638
27639         * socket-io.c
27640         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
27641         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
27642
27643 2003-10-21  Martin Baulig  <martin@ximian.com>
27644
27645         * reflection.c (mono_reflection_bind_generic_parameters):
27646         `klass->parent' is NULL for interfaces.
27647
27648 2003-10-21  Martin Baulig  <martin@ximian.com>
27649
27650         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27651
27652 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
27653
27654         * exception.c (mono_exception_from_name_msg): New helper function for
27655         creating exceptions and initializing their message field.
27656
27657         * exception.c: Simplify functions using the new helper.
27658
27659         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
27660         New function.
27661
27662         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
27663         mono_raise_exception, since otherwise gcc doesn't generate the function
27664         epilog for raise_exception, confusing the stack unwinding in the JIT.
27665         Fixes #45043.
27666
27667         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
27668         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
27669         Fixes #49499.
27670
27671 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27672
27673         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
27674         utf8.
27675
27676 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
27677
27678         * icall.c: Removed GetUninitializedObject method because
27679           AllocateUninitializedClassInstance does the same.
27680
27681 2003-10-18  Martin Baulig  <martin@ximian.com>
27682
27683         * class.c (inflate_generic_signature): Renamed to
27684         mono_class_inflate_generic_signature() and made it public.
27685         (my_mono_class_from_generic_parameter): New static function; if we
27686         don't already have the generic parameter's MonoClass, create a
27687         very simple one which is just used internally in the runtime and
27688         not passed back to managed code.
27689
27690         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
27691
27692         * metadata.h (MonoMethodSignature): Moved the
27693         `MonoGenericParam *gen_params' to the MonoMethodHeader.
27694         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
27695
27696         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
27697         ves_icall_MonoMethod_GetGenericArguments(); this is now an
27698         interncall on the MonoMethod class, not on MethodInfo.
27699         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
27700         calling mono_reflection_bind_generic_method_parameters() directly.
27701
27702         * loader.c (mono_method_get_signature): If this is a MethodSpec;
27703         return the already computed `method->signature'.
27704         (method_from_methodspec): New static function to load a method
27705         from a MethodSpec entry.
27706         (mono_get_method_from_token): Call the new method_from_methodspec()
27707         for MethodSpec tokens.  
27708         (mono_get_method_from_token): If we're a generic method, load the
27709         type parameters.
27710
27711         * reflection.c (mono_image_get_memberref_token): Allow
27712         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
27713         table.
27714         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
27715         (mono_image_create_token): First check whether it's a generic
27716         method (so we'd need to create a MethodSpec), then do the other
27717         two alternatives.
27718         (mono_reflection_bind_generic_method_parameters): Return a
27719         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
27720         called directly from the interncall.
27721
27722 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
27723
27724         * reflection.c (load_public_key): Move loading of the public key
27725         into managed code.
27726
27727         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
27728
27729         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
27730         fields.
27731
27732         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
27733         culture, hash_alg and public_key. Fixes #49555.
27734
27735 2003-10-17  Martin Baulig  <martin@ximian.com>
27736
27737         * class.h (MonoGenericInst): Moved this declaration here and added
27738         `MonoMethod *generic_method'.
27739
27740         * icall.c
27741         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
27742         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
27743
27744         * metadata.c (mono_metadata_type_equal): Two types of
27745         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
27746         index; ie. don't compare the address of the `MonoGenericParam'
27747         structure.
27748         (mono_metadata_load_generic_params): Removed the `MonoMethod
27749         *method' argument.
27750
27751         * metadata.h (MonoGenericInst): Moved declaration to class.h.
27752         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
27753
27754         * reflection.c (method_encode_signature): Encode the number of
27755         generic parameters.
27756         (encode_generic_method_sig): New static function.
27757         (method_encode_methodspec): New static function; creates an entry
27758         in the MethodSpec table for a generic method.
27759         (mono_image_get_methodspec_token): New static function.
27760         (mono_image_create_token): Call mono_image_get_methodspec_token()
27761         for generic methods.
27762         (mono_reflection_bind_generic_method_parameters): New public
27763         function.  Instantiates a generic method.
27764
27765 2003-10-16  Martin Baulig  <martin@ximian.com>
27766
27767         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
27768         *gen_params' here from MonoMethodHeader.
27769
27770         * metadata.c (mono_metadata_parse_method_signature): If we have
27771         generic parameters, initialize `method->gen_params' and then set
27772         the correct `type->data.generic_param' in all the parameters.
27773
27774 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
27775
27776         * threads.c (mono_threads_get_default_stacksize): New function to 
27777         return the default stacksize.
27778
27779         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
27780         termination of the finalizer thread, since the previous method had
27781         race conditions. Fixes #49628.
27782
27783         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
27784         as for the other managed threads.
27785
27786 2003-10-16  Martin Baulig  <martin@ximian.com>
27787
27788         * class.c (inflate_generic_signature): Copy `generic_param_count'
27789         and `gen_params'.
27790
27791         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
27792         New interncall.
27793
27794         * metadata.c (mono_metadata_parse_method_signature): Actually set
27795         the `method->generic_param_count' here.
27796         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
27797
27798 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
27799
27800         * object.h: Add a new field to TypedRef to simplify the implementation
27801         of the REFANY opcodes in the JIT.
27802
27803         * icall.c: Make use of the new field.
27804
27805         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
27806         dynamically.
27807
27808 2003-10-15  Martin Baulig  <martin@ximian.com>
27809
27810         * class.c (mono_class_from_gen_param): Renamed to
27811         mono_class_from_generic_parameter() and moved most of the
27812         functionality from mono_reflection_define_generic_parameter()
27813         here; ie. we create a "real" class here.
27814         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
27815         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
27816         previously been called.
27817
27818         * class.h (MonoGenericParam): Moved the declaration of this struct
27819         here from metadata.h and added `MonoMethod *method'.
27820
27821         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
27822         interncall.
27823
27824         * loader.c (mono_get_method_from_token): If we have any generic
27825         parameters, call mono_metadata_load_generic_params() to read them
27826         from the MONO_TABLE_GENERICPAR.
27827
27828         * metadata.c (mono_metadata_load_generic_params): Added
27829         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
27830
27831         * metadata.h (MonoMethodSignature): Replaced
27832         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
27833         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
27834
27835         * reflection.c (mono_reflection_define_generic_parameter): Moved
27836         most of the functionality into the new
27837         mono_class_from_generic_parameter(); set the `method' field if
27838         we're a method parameter.       
27839
27840 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
27841
27842         * marshal.c (emit_struct_conv): if native size is 0
27843         emit no code.
27844
27845 2003-10-14  Martin Baulig  <martin@ximian.com>
27846
27847         * icall.c: The generics API has changed in the spec since it was
27848         added to System.Type; these modifications make it match the spec
27849         again.
27850         (ves_icall_Type_GetGenericParameters): Renamed to
27851         `ves_icall_Type_GetGenericArguments'.
27852         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
27853         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
27854         `ves_icall_MonoType_get_HasGenericArguments'.
27855         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
27856         `ves_icall_MonoType_get_IsGenericParameter'.
27857         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
27858         this is no interncall anymore.
27859         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
27860         `ves_icall_TypeBuilder_get_IsGenericParameter'.
27861
27862 2003-10-14  Martin Baulig  <martin@ximian.com>
27863
27864         * reflection.c (mono_reflection_bind_generic_parameters): Also
27865         inflate generic methods if we're reading the class from IL.
27866
27867 2003-10-13  Martin Baulig  <martin@ximian.com>
27868
27869         * reflection.c (mono_reflection_define_generic_parameter): This
27870         method isn't called directly from the icall anymore; take a
27871         `MonoReflectionAssemblyBuilder *' so we can use this for type and
27872         method generic parameters.
27873         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
27874         (method_builder_encode_signature): Encode generic parameters.
27875         (mono_image_get_method_info): Write generic params to the
27876         MONO_TABLE_GENERICPARAM table.
27877
27878         * reflection.h (MonoReflectionMethodBuilder): Added
27879         `MonoArray *generic_params'.
27880
27881         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
27882
27883         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
27884         wrapper for mono_reflection_define_generic_parameter().
27885         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
27886
27887 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
27888
27889         * marshal.h: Add missing function to fix build.
27890
27891         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
27892         the SetLastError pinvoke attribute.
27893
27894         * marshal.c (mono_marshal_set_last_error): New helper function called
27895         by the generated code.
27896         
27897         * marshal.c (mono_mb_emit_branch): New helper function.
27898
27899         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
27900
27901         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
27902         classes as parameters and return values of delegates. Fixes #29256. 
27903
27904 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
27905
27906         * locales.c: use gint32 in non HAVE_ICU case
27907
27908 2003-10-11  Martin Baulig  <martin@ximian.com>
27909
27910         * mono-debug.c (mono_debug_add_method): Added a workaround for
27911         bug #48591.
27912
27913 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
27914
27915         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
27916         delegates passed to native code must use the STDCALL calling 
27917         convention. Fixes #35987.
27918
27919 2003-10-10  Martin Baulig  <martin@ximian.com>
27920
27921         * class.c (inflate_generic_type): If we're inflating for a generic
27922         type instance (and not for a generic method), return
27923         MONO_TYPE_MVAR unchanged.
27924
27925 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27926
27927         * string-icalls.c: Join ignores null strings in the source array.
27928         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
27929         * threads.c: GetAvailableTheads is slightly more accurate.
27930
27931 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
27932
27933         * threads.h threads.c : add mono_threads_set_default_stacksize
27934         and pass default to CreateThread calls.
27935
27936 2003-10-09  Dick Porter  <dick@ximian.com>
27937
27938         * icall.c:
27939         * locales.h:
27940         * locales.c: Internal calls for constructing CultureInfo and
27941         related objects from libicu (if its available.)
27942
27943 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
27944
27945         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
27946
27947 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27948
27949         * threadpool.c: added an argument to async_invoke_thread that is the
27950         item to process, pass the MonoAsyncResult to the thread start function
27951         when creating a new thread. This way we don't need to acquire any lock
27952         when we're creating a new thread. Readded a semaphore for faster
27953         response times (instead of that Sleep i added).
27954
27955 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
27956
27957         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
27958         get daylight change dates better on Windows, fix handling
27959         of platforms without tm_gmtoff.
27960
27961 2003-10-06  Martin Baulig  <martin@ximian.com>
27962
27963         * class.c (inflate_generic_method): Renamed to
27964         mono_class_inflate_generic_method() and made public.
27965         (mono_class_init): Don't inflate the generic methods here.
27966         (mono_class_from_generic): Added `gboolean inflate_methods'
27967         argument.  Inflate the methods here.
27968
27969         * loader.c (mono_method_get_param_names): Ignore instances of
27970         generic types for the moment.
27971
27972         * reflection.c (fixup_method): Added support for inflated methods.
27973         (mono_image_create_token): Use mono_image_get_methodref_token()
27974         for inflated methods.
27975         (mono_custom_attrs_from_param): Ignore instances of generic types
27976         for the moment.
27977         (mono_reflection_bind_generic_parameters): New public function.
27978         Moved all the functionality from
27979         ves_icall_Type_BindGenericParameters() here and added support for
27980         dynamic types.
27981         (mono_reflection_define_generic_parameter): Initialize
27982         `klass->methods' here.
27983
27984         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
27985         functionality into mono_reflection_define_generic_parameter().
27986         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
27987         TypeBuilder, return that TypeBuilder.
27988
27989 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27990
27991         * appdomain.c: removed mono_delegate_semaphore.
27992
27993         * threadpool.c:
27994         (mono_thread_pool_add): moved hash table creation inside and the thread 
27995         creation outside of the critical region.
27996         (mono_thread_pool_finish): removed obsolete code.
27997         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
27998         continue or exit the thread depending on the queue.
27999
28000 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
28001
28002         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
28003         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
28004         handle more bool marshalling options
28005
28006 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
28007
28008         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
28009         arrays of structs. Also add a more descriptive error message when
28010         a structure member is marshalled as LPArray.
28011
28012 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
28013
28014         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28015         marshalling arrays of complex types. Fixes #29098. Also remove an
28016         usused and incomplete function.
28017
28018 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
28019
28020         * gc.c: report heap_size - free_bytes as total memory allocated
28021         (bug#49362).
28022
28023 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
28024
28025         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
28026         fix timezone handling problems on Windows.
28027         
28028         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
28029         asserts when the year is outside the range handled by ms the functions.
28030
28031         * class.c (setup_interface_offsets): If the class is an interface,
28032         fill out its interface_offsets slot.
28033
28034 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28035
28036         * threadpool.c: mark threadpool threads as background.
28037
28038 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
28039
28040         * decimal.c - define DECINLINE to nothing if not using GCC
28041
28042 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
28043
28044         * assembly.c: More refcount fixes.
28045
28046 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28047
28048         * string-icalls.c: if we're not trimming, return the same string.
28049         When not splitting, don't create a new string.
28050
28051 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28052
28053         * image.c:
28054         (mono_image_open): increment the ref_count inside the critical section.
28055
28056 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
28057
28058         * image.c (mono_image_open): Fix reference counting bug.
28059
28060 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
28061
28062         * marshal.c (mono_marshal_type_size) struct alignment changed for 
28063         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
28064         64bits. Avoid leak in mono_marshal_get_native_wrapper when
28065         mono_lookup_pinvoke_call throws.        
28066
28067 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
28068
28069         * reflection.c (mono_reflection_parse_type): Fix #49114.
28070
28071         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
28072         temporary workaround for cygwin header problem.
28073
28074         * object.c (mono_object_isinst): Synchronize this with the code
28075         generated by the JIT for casts.
28076
28077 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
28078
28079         * reflection.c (encode_type): Fix #38332.
28080
28081 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
28082
28083         * marshal.c (mono_marshal_method_from_wrapper): New function to return
28084         the original method from the wrapper method.
28085
28086 2003-09-25  Martin Baulig  <martin@ximian.com>
28087
28088         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
28089         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
28090         (ves_icall_Type_get_IsGenericInstance): New interncall.
28091
28092 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
28093
28094         * object.c: fix cast warning in big endian code.
28095
28096 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
28097
28098         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
28099         
28100 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28101
28102         * assembly.c: don't call check_env from mono_assembly_load. It's
28103         already done once in mono_assemblies_init and may cause headaches when
28104         multiple threads are loading assemblies.
28105
28106 2003-09-19  Martin Baulig  <martin@ximian.com>
28107
28108         * reflection.c (mono_reflection_define_generic_parameter): Don't
28109         allocate `klass->methods', set `klass->flags' to
28110         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
28111
28112 2003-09-18  Martin Baulig  <martin@ximian.com>
28113
28114         * class.c (mono_class_init): Don't create `class->methods' if it's
28115         already initialized.
28116
28117         * metadata.c (mono_metadata_load_generic_params): Make this
28118         actually work.
28119
28120         * reflection.c (mono_reflection_define_generic_parameter): Set
28121         parent class and interfaces from the constraints.
28122
28123         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
28124         to keep this struct in sync with the declaration in TypeBuilder.cs.
28125
28126 2003-09-17  Martin Baulig  <martin@ximian.com>
28127
28128         * metadata.h (MonoType): Replaced the data's `int type_param'
28129         field with `MonoGenericParam *generic_param'.
28130         (MonoGenericParam): Added `MonoClass *klass'.
28131
28132         * class.c (mono_class_from_gen_param): Removed the
28133         `MonoImage *image' and `int type_num' arguments.
28134
28135         * metadata.c (mono_metadata_parse_generic_param): New static
28136         method; creates a MonoGenericParam which just contains the index.
28137         (do_mono_metadata_parse_type): Call
28138         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
28139         MONO_TYPE_MVAR.
28140
28141         * reflection.c (mono_image_typedef_or_ref): Generic type
28142         parameters may be in the same assembly, but never use a typedef
28143         for them.
28144         (mono_reflection_define_generic_parameter): We're now creating a
28145         "real" class for the type parameter; it's now safe to call
28146         mono_class_from_mono_type() on the class'es type, it'll do the
28147         right thing.
28148
28149 2003-09-16  Martin Baulig  <martin@ximian.com>
28150
28151         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
28152         `symfile->range_entry_size' and `symfile->class_entry_size' here;
28153         the `symfile' data structure must be fully initialized before it
28154         gets added to the table.
28155
28156 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
28157
28158         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
28159
28160         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
28161         class init trampolines.
28162
28163 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
28164
28165         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
28166         to the built-in profiler to turn off time and allocation profiling
28167         respectively.
28168
28169 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
28170
28171         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
28172         g_direct_equal.
28173
28174         * debug-helpers.c (mono_method_full_name): Print the wrapper type
28175         in human readable form.
28176
28177 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
28178
28179         * reflection.c icall.c: Fixed warnings.
28180
28181         * image.c (load_class_names): Use a temporary hash table to hold the
28182         namespaces in order to avoid doing many string comparisons.
28183
28184         * image.h: Fix typo.
28185
28186         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
28187         Pass NULL instead of g_direct_equal to the GHashTable constructor 
28188         since the NULL case is short-circuited inside g_hash_table_lookup, 
28189         leading to better performance.  
28190
28191         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
28192         obtain the first custom attribute for a given index. Depends on the
28193         CustomAttribute table being sorted by the parent field.
28194
28195         * reflection.c (mono_custom_attrs_from_index): Use the new function 
28196         for better performance.
28197
28198 2003-09-07  Martin Baulig  <martin@ximian.com>
28199
28200         * class.c (mono_class_init): If we're a generic instance, inflate
28201         all our methods instead of loading them from the image.
28202         (mono_class_from_generic): Set `class->methods = gklass->methods'.
28203
28204 2003-09-07  Martin Baulig  <martin@ximian.com>
28205
28206         * mono-debug-debugger.c: Added support for constructors.
28207
28208 2003-09-06  Martin Baulig  <martin@ximian.com>
28209
28210         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
28211         New interncall.
28212
28213         * reflection.c (mono_reflection_setup_generic_class): Call
28214         ensure_runtime_vtable() to create the vtable.
28215
28216 2003-09-05  Martin Baulig  <martin@ximian.com>
28217
28218         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
28219         MONO_TYPE_MVAR.
28220
28221 2003-09-04  Martin Baulig  <martin@ximian.com>
28222
28223         * reflection.c (mono_reflection_define_generic_parameter): Generic
28224         parameters start with zero.
28225
28226 2003-09-04  Martin Baulig  <martin@ximian.com>
28227
28228         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28229
28230         * reflection.h (MonoReflectionGenericParam): New typedef.
28231         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
28232         the generic parameters from the managed TypeBuilder.
28233
28234         * reflection.c (mono_reflection_define_generic_parameter): New function.
28235         (mono_reflection_create_runtime_class): Encode generic parameters.
28236         (mono_reflection_setup_generic_class): New function; this is
28237         called after adding adding all generic params to the TypeBuilder.
28238         (encode_type): Added MONO_TYPE_VAR.
28239
28240 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
28241
28242         * class.h class.c (mono_class_needs_cctor_run): Moved this method
28243         here from the JIT.
28244
28245         * assembly.h assembly.c: Moved the AOT loading code into an assembly
28246         load hook.
28247
28248 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
28249
28250         * reflection.h reflection.c class.h class.c: Delete duplicate 
28251         definition of mono_type_get_name () from reflection.c and export the
28252         one in class.c.
28253
28254         * class.c: Class loading fixes from Bernie Solomon 
28255         (bernard@ugsolutions.com).
28256
28257         * reflection.c: Endianness fixes from Bernie Solomon 
28258         (bernard@ugsolutions.com).
28259         
28260 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
28261
28262         * assembly.h assembly.c: Define a file format version for AOT
28263         libraries.
28264         
28265         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
28266
28267         * appdomain.h (MonoJitInfo): New field to determine whenever the
28268         code is domain neutral.
28269         
28270 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
28271
28272         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
28273
28274 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
28275
28276         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
28277         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
28278         Avoid caching the result since strings must be domain specific. Fixes
28279         #48050.
28280
28281 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
28282
28283         * marshal.c (mono_marshal_init): Make this callable multiple times
28284         since it is hard to find a correct place to call it.
28285
28286         * object.c (mono_runtime_class_init): Execute static constructors in
28287         the correct appdomain.
28288
28289         * image.c (build_guid_table): Handle the case when multiple images have
28290         the same GUID.
28291
28292 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28293
28294         * icall.c: added a couple of icalls for System.Web.
28295
28296 2003-08-28  Martin Baulig  <martin@ximian.com>
28297
28298         * icall.c (ves_icall_Type_BindGenericParameters): Use
28299         `klass->generic_inst' instead of `&klass->byval_arg' in the
28300         mono_type_get_object() call.  The returned type must be
28301         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
28302
28303 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
28304
28305         * NOTES: New file.
28306
28307         * object.c (mono_class_proxy_vtable): Make it thread safe.
28308
28309         * pedump.c: Fix warning.
28310
28311         * object.c appdomain.h: Get rid of metadata_section. 
28312         It is no longer needed and it was causing deadlocks with domain->lock.
28313
28314         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
28315
28316 2003-08-26  Martin Baulig  <martin@ximian.com>
28317
28318         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
28319
28320 2003-08-26  Martin Baulig  <martin@ximian.com>
28321
28322         * pedump.c (main): Call mono_metadata_init(),
28323         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
28324         and mono_loader_init().
28325
28326 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
28327
28328         * loader.h: Add missing include to fix build.
28329
28330         * image.h: mono_image_load_references is no more.
28331
28332         * assembly.c: Reworked assembly loading to make it really thread safe.
28333         After these changes, the assembly returned by mono_assembly_open is
28334         fully initialized, i.e. all its references assemblies are loaded.
28335
28336         * assembly.c (mono_image_load_references): Renamed to 
28337         mono_assembly_load_references, and made private, since clients no
28338         longer need to call it.
28339
28340         * class.c: Removed calls to mono_assembly_load_references, since it was
28341         a source of deadlocks.
28342
28343         * loader.h loader.c class.h class.c: Protect data structures using a 
28344         new lock, the loader lock.
28345
28346         * class.c (mono_class_setup_vtable): Create temporary hash tables and
28347         GPtrArrays only when needed.
28348
28349         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
28350         into empty structures by mcs. Fixes pinvoke7.cs.
28351         
28352         * domain.c (mono_init): Call a new initialization function.
28353
28354         * appdomain.c (mono_runtime_init): Call the new initializer function
28355         of the marshal module.
28356
28357         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
28358         inserted into empty structures by mcs. Fixes pinvoke7.cs.
28359
28360         * marshal.h marshal.c: Added locks around the wrapper caches to make
28361         this module thread safe.
28362
28363         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
28364         this argument. Fixes pinvoke1.exe.
28365
28366 2003-08-25  Lluis Sanchez <lluis@ximian.com>
28367
28368         * object.h: Added call_type field to MonoMethodMessage and the corresponding
28369         enumeration of values. Removed fields to store remote call output values in
28370         MonoAsyncResult. Not needed any more.
28371         * object.c: Initialize call_type and async_result fields in mono_message_init.
28372         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
28373         dispatching the message.
28374         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
28375         async call to finish. To do it use a message with EndInvoke call type.
28376
28377 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
28378
28379         * loader.h loader.c (mono_method_hash_marhal_info): New function which
28380         determines whenever a method has marshalling info.
28381
28382 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28383
28384         * assembly.c: fix the build on windows.
28385
28386 2003-08-22 Lluis Sanchez <lluis@ximian.com>
28387
28388         * object.cs: Fixed bug #47785.
28389
28390 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
28391
28392         * string-icalls.c (StringReplace): If their are no occurances of
28393         the old string found return a reference to the supplied
28394         string. This saves some memory and matches MS behavoir.
28395         
28396 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28397
28398         * socket-io.c: fixed compilation for systems that define AF_INET6
28399         and don't define SOL_IP/SOL_IPV6.
28400
28401 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
28402
28403         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
28404         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
28405
28406         * rawbuffer.c rawbuffer.h: Make this module thread safe.
28407
28408         * domain.c: Make this module thread safe.
28409
28410         * domain.c (mono_init): Call new initialization function.
28411
28412         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
28413         reference types too. Fixes #38812.
28414
28415         * image.c (mono_image_init): Fixed warnings.
28416
28417         * class.c (mono_class_from_typeref): Handle assembly load failure
28418         correctly.
28419
28420         * appdomain.c (add_assemblies_to_domain): Handle the case when
28421         the references of an assembly are not yet loaded.
28422
28423         * metadata.c image.c assembly.c: Moved initialization of global
28424         variables to a separate function called at startup since lazy 
28425         initialization of these variables is not thread safe.
28426         
28427         * image.c assembly.c: Made this module thread safe by adding locks in 
28428         the appropriate places.
28429
28430         * domain.c (mono_init): Call the new initialization functions of the
28431         three modules.
28432
28433 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
28434
28435         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
28436           make a direct call. It is proxy's work to make the call asynchronous.
28437           mono_delegate_end_invoke(): If the targe is a proxy, just collect
28438           the return values.
28439         * object.cs: mono_method_call_message_new(): read AsyncResult and
28440           state object from parameters list, if this info is requested.
28441         * object.h: Added fields to store remote call output values in
28442           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
28443
28444 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
28445
28446         * object.h: add needed fields to MonoThread.
28447         * threads.c, threads.h: allow registering a function to cleanup data
28448         allocated per thread by the JIT.
28449
28450 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
28451
28452         * loader.h: portability fix by Bernie Solomon
28453         * <bernard@ugsolutions.com>.
28454
28455 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
28456
28457         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
28458         return a MonoArray. This simplifies the code and also ensures that
28459         the cache allways contains an object reference as a value.
28460
28461         * icall.c (ves_icall_get_parameter_info): Simplified using the new
28462         function.
28463
28464 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28465
28466         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
28467         fixes a problem with byte ordering when getting the address family for
28468         a socket.
28469
28470 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
28471
28472         * .cvsignore: Added monosn.
28473
28474         * reflection.h reflection.c loader.c: Added support for parameter
28475         marshalling to dynamically created types. Fixes #47295.
28476
28477 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
28478
28479         * rand.c: remove useless warnings.
28480
28481 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
28482
28483         * class.c: implemented ldtoken for methods and fieldrefs.
28484
28485 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28486
28487         * threadpool.c: when mono_async_invoke was called, no one took care of
28488         monitoring the queue. So if the method invoked took some time and we
28489         got new async invoke requests after 500 ms (the thread created waited
28490         that long in WaitForSingleObject), the new async invoke was not called
28491         until the previous one finished.
28492
28493         This is fixed now. Thanks to Totte for helping with it.
28494
28495 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28496
28497         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
28498
28499 2003-08-11  Martin Baulig  <martin@ximian.com>
28500
28501         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
28502
28503 2003-08-06  Martin Baulig  <martin@ximian.com>
28504
28505         * mono-debug-debugger.c: Added support for static fields,
28506         properties and methods.
28507
28508 2003-08-06  Martin Baulig  <martin@ximian.com>
28509
28510         * mono-debug-debugger.c: Don't store the MonoString's vtable to
28511         make this work for applications with multiple application domains.
28512
28513 2003-08-04  Martin Baulig  <martin@ximian.com>
28514
28515         * mono-debug-debugger.c: Completely reworked the type support; the
28516         most important thing is that we're now just using one single
28517         `MonoType' instance per type.
28518
28519 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
28520
28521         * mono-endian.h, mono-endian.c, icall.c: Added icall
28522         ves_icall_System_Double_AssertEndianity to assert double word endianity
28523         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
28524
28525 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28526
28527         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
28528         support, icalls and fixes.
28529
28530 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
28531
28532         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
28533         classes that are a punctuation character in .NET is not the same a
28534         g_unichar_ispunct.
28535
28536 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
28537
28538         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
28539
28540 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
28541
28542         * icall.c: Add new MemCopy internalcall.
28543         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
28544         Simplified code; It is not necessary to handle all the cases here,
28545         as the C# code takes care of it.  Only handle the case of the name
28546         resource embedded into the assembly.
28547
28548         Changed signature to return the data pointer and the size of the
28549         data. 
28550
28551 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
28552
28553         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
28554         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
28555
28556 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
28557
28558         * socket-io.c: ignore EINTR error in select.
28559
28560 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
28561
28562         * class.h, class.c: removed unused subclasses field in MonoClass.
28563
28564 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
28565
28566         * icall.c: improve fix of get_base_definition(). If the parent class
28567           doesn't have the mehod, look at the parent of the parent.
28568         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
28569           to check if a parameter is an in or out parameter
28570           (PARAM_ATTRIBUTE_IN is not set by default).
28571           mono_method_return_message_restore(): Use mono_class_value_size to
28572           get the size of a value type. mono_type_stack_size (parameterType)
28573           does not return the correct value if parameterType is byRef.
28574           mono_load_remote_field(), mono_load_remote_field_new(),
28575           mono_store_remote_field(), mono_store_remote_field_new():
28576           raise exception if the remote call returns an exception.
28577
28578 2003-07-28  Martin Baulig  <martin@ximian.com>
28579
28580         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
28581         method.  This is a wrapper around mono_runtime_invoke() which
28582         boxes the instance object if neccessary.
28583
28584 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28585
28586         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
28587         metadata.h, row-indexes.h, verify.c: first cut of generics support.
28588
28589 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
28590
28591         * icall.c: disable mcs bug workaround.
28592
28593 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
28594
28595         * object.c (mono_runtime_class_init): Take the metadata_section
28596         mutex before obtaining the domain mutex.
28597
28598         * appdomain.h: Added definition of metadata_section mutex here. 
28599
28600         * object.c: define metadata_mutex here.
28601
28602 2003-07-24  Ravi Pratap  <ravi@ximian.com>
28603
28604         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
28605         fixed.
28606
28607 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
28608
28609         * reflection.c: Fix bug #46669
28610
28611 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28612
28613         * exception.c:
28614         * exception.h:
28615         * icall.c:
28616         * object.h: fill in the type name for TypeLoadException.
28617
28618 2003-07-23  Ravi Pratap  <ravi@ximian.com>
28619
28620         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
28621         relationship between TypeBuilders while compiling corlib) and bug
28622         45993 (Array types returned from the runtime while compiling
28623         corlib were from the loaded corlib).
28624
28625 2003-07-22  Martin Baulig  <martin@ximian.com>
28626
28627         * mono-debug-debugger.c: Reworked the type support a bit more;
28628         distinguish between types and classes.
28629
28630 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
28631
28632         * icall.c: add IsArrayImpl icall.
28633
28634 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
28635
28636         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
28637         initializing real_size only once. Also fix bug #46602.
28638
28639 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
28640
28641         * object.c: Renamed mono_metadata_section to metadata_section.
28642
28643 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
28644
28645         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
28646           empty array if the type is an array. Fixed.
28647           ves_icall_MonoMethod_get_base_definition: if the base method
28648           is abstract, get the MethodInfo from the list of methods of
28649           the class.
28650         * reflection.c: ParameterInfo.PositionImpl should be zero-based
28651           and it was 1-based. Fixed in mono_param_get_objects.
28652
28653 2003-07-20  Martin Baulig  <martin@ximian.com>
28654
28655         * mono-debug.h: Set version number to 31.
28656         (mono_debug_init): Added `MonoDomain *' argument.
28657
28658         * mono-debug-debugger.c: Reworked the type support; explicitly
28659         tell the debugger about builtin types; pass the `klass' address to
28660         the debugger.
28661
28662 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
28663
28664         * image.c: Allow new metadata tables to be loaded without a
28665         warning. Also update the warning message to give the new constant value.
28666                 
28667 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
28668
28669         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
28670         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
28671         array type representation changes.
28672
28673 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
28674
28675         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
28676         on Environment.Exit () call.
28677
28678 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
28679
28680         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
28681         requires a matching corlib.
28682
28683 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
28684
28685         * Changelog: My editor decided to add a CR to each line. Sorry about that.
28686           Committed again without the CRs.
28687         
28688 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
28689
28690         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
28691           getting it from the "this" socket instance. Did not work
28692           if the socket is a subclass of Socket.
28693           Also fixed bug #35371.
28694
28695 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
28696
28697         * metadata.c: fixed size for TypedByRef.
28698         * loader.c: when searching for a method, consider the vararg amrker.
28699         * unicode.c, decimal.c: constify some arrays.
28700
28701 2003-07-15  Dick Porter  <dick@ximian.com>
28702
28703         * socket-io.c: Fixed compilation for gcc < 3.2.
28704
28705         Fixed compilation for machines that don't have AF_INET6 (thanks to
28706         Bernie Solomon <bernard@ugsolutions.com> for that part.)
28707
28708         Fixed compile warnings.
28709         
28710         Fixed formatting and line endings.
28711
28712 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
28713
28714         * socket-io.h:
28715         * socket-io.c: Added IPv6 support.
28716
28717 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
28718
28719         * class.c (mono_class_is_assignable_from): New function to implement
28720         the is_assignable_from logic. Used by mono_object_isinst, 
28721         Type::IsAssignableFrom () and the interpreter.
28722
28723         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
28724         Object, even interfaces.
28725         
28726         * object.c (mono_object_isinst): Implement in terms of 
28727         is_assignable_from.
28728
28729         * icall.c (ves_icall_type_is_assignable_from): New icall.
28730
28731 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
28732
28733         * domain.c (foreach_domain): fix compiler warning.
28734
28735 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
28736
28737         * image.c (load_metadata_ptrs): use g_strndup because strndup is
28738         not available on all plattforms
28739
28740 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
28741
28742         * image.h image.c: Store the metadata version string in MonoImage.
28743         * icall.c: New icall to retrieve the image version.
28744         * reflection.c (create_dynamic_image): Fill in the image version field
28745         * reflection.c (build_compressed_metadata): Use the image version
28746         from the image structure.
28747
28748 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28749
28750         * appdomain.c: modified comment.
28751         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
28752         That will be its last iteration when mono_gc_cleanup is called from
28753         mono_runtime_cleanup and before the domain is unloaded.
28754
28755         Fixes bug #45962.
28756
28757 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
28758
28759         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
28760         attributes.
28761
28762 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
28763
28764         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
28765         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
28766         Bernie Solomon <bernard@ugsolutions.com>.
28767
28768 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
28769
28770         * object.c, object.h: provide mono_object_new_fast() for faster
28771         allocation in some special cases.
28772
28773 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
28774
28775         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
28776         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
28777
28778 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
28779
28780         * threadpool.c: fix leaks.
28781
28782 2003-07-01  Dick Porter  <dick@ximian.com>
28783
28784         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
28785         using MonoGHashTables.  Fixes threadpool bug posted to list.
28786
28787 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
28788
28789         * image.h, image.c: added support to load an assembly from a byte array.
28790         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
28791         assembly bundle support.
28792
28793 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
28794
28795         * threadpool.c (mono_thread_pool_add): keep a reference to the
28796         AsyncResult to prevent GC
28797
28798 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
28799
28800         * class.c: leak fix.
28801
28802 2003-06-25  Dick Porter  <dick@ximian.com>
28803
28804         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
28805         for the async object, the WaitHandle object will close the handle.
28806         Fixes bug 45321.
28807
28808 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
28809
28810         * class.c: in mono_array_class_get (), lookup from the hash with the
28811         same type we insert: this works around a bug in
28812         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
28813         lluis. The real fix will have to wait for after the release.
28814
28815 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
28816
28817         * icall.c: fix memory leak when getting type members.
28818
28819 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
28820
28821         * reflection.c: added more pubtoken special cases.
28822
28823 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
28824
28825         * class.c: handle field offset correctly when class size
28826         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
28827
28828 2003-06-20  Martin Baulig  <martin@ximian.com>
28829
28830         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
28831         *image' field.
28832
28833 2003-06-20  Martin Baulig  <martin@ximian.com>
28834
28835         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
28836
28837 2003-06-20  Martin Baulig  <martin@ximian.com>
28838
28839         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
28840         just distinguish between variables in registers and variables at
28841         an offset relative to a register.
28842
28843 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28844
28845         * icall.c: #ifdef out latest changes until mcs is fixed.
28846
28847 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
28848
28849         * icall.c: return members in metadata order.
28850
28851 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
28852
28853         * icall.c: avoid infinite loop in GetTimeZoneData.
28854
28855 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
28856
28857         * icall.c: added Marshal.Prelink/All icalls.
28858
28859 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
28860
28861         * object.c, object.h: fix warnings and do some overflow checking
28862         when creating arrays.
28863
28864 2003-06-17  Dick Porter  <dick@ximian.com>
28865
28866         * file-io.h:
28867         * file-io.c: File attributes need to be tweaked slightly when
28868         passed from the managed to the w32 world.
28869
28870 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
28871         * profiler.h profiler-private.h profiler.c: Rework last patch
28872         based on suggestion by Paolo.
28873         
28874 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
28875
28876         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
28877         instruction level coverage data collection.
28878         * profiler.h profiler.c (: Added new callback function which can be
28879         used by the profiler to limit which functions should have coverage
28880         instrumentation.
28881         * profiler.c (mono_profiler_load): Call g_module_build_path to
28882         generate the file name of the profiler library.
28883
28884 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28885
28886         * profiler.c, profiler.h, profiler-private.h: added basic block 
28887         coverage profiling API.
28888
28889 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
28890
28891         * reflection.c (mono_reflection_create_runtime_class): Add support
28892         for events in dynamically generated code.
28893
28894         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
28895         not allocated.
28896
28897 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
28898
28899         * icall.c: when getting timezone info, return reasonable values if we
28900         can't get the actual data.
28901
28902 2003-06-14  Dick Porter  <dick@ximian.com>
28903
28904         * threads.c (start_wrapper): Remove the reference to the thread
28905         object in the TLS data, so the thread object can be finalized.
28906         This won't be reached if the thread threw an uncaught exception,
28907         so those thread handles will stay referenced :-( (This is due to
28908         missing support for scanning thread-specific data in the Boehm GC
28909         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
28910
28911 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
28912
28913         * reflection.c: ensure streams and tables are first allocated with
28914         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
28915
28916 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
28917
28918         * icall.c: fixed GetElementType for byrefs (bug# 44792).
28919
28920 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
28921
28922         * reflection.c (mono_reflection_create_runtime_class): Add support for
28923         properties to dynamically created classes.
28924         * reflection.c: Fix a few places where non-MonoObjects were inserted
28925         into the tokens hashtable.
28926
28927 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
28928
28929         * object.c: some support to handle out of memory exceptions.
28930
28931 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
28932
28933         * marshal.c (mono_marshal_get_native_wrapper): support reference
28934         return types
28935
28936 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
28937
28938         * object.h, object.c: more portability stuff from Bernie Solomon.
28939         Unexport mono_object_allocate(). Added mono_object_unbox ().
28940         Set exitcode when an unhandled exception is thrown.
28941
28942 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
28943
28944         * marshal.c (mono_marshal_get_native_wrapper): use custom
28945         marshaler for return types.
28946
28947 2003-06-10  Dick Porter  <dick@ximian.com>
28948
28949         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
28950         ip_mreq is available
28951
28952 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
28953
28954         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
28955         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
28956         by Bernie Solomon <bernard@ugsolutions.com>.
28957
28958 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
28959
28960         * gc.c (mono_gc_init): Avoid error message on shutdown when
28961         GC_DONT_GC=1 is used.
28962
28963         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
28964         New icall to return the GUID of a module.
28965
28966 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
28967
28968         * class.c: ensure instance size always includes the parent's size
28969         even whem class size is set explicitly (fixes bug#44294).
28970
28971 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
28972
28973         * profiler.h, profiler.c: made the simple profiler thread-safe,
28974         get more accurate timing info. Allow the loading of an
28975         externally-developed profiler module.
28976
28977 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
28978
28979         * marshal.c (mono_marshal_get_native_wrapper): improved
28980         class/byref arguments.
28981         (mono_marshal_get_native_wrapper): better string marshaling support.
28982
28983 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
28984
28985         * class.c: ensure .pack and .size are handled correctly and
28986         simplified layout of static fields.
28987
28988 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
28989
28990         * appdomain.c
28991         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
28992
28993         * loader.c (mono_lookup_pinvoke_call): look for modules in the
28994         current directory (fix bug 44008)
28995
28996 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
28997
28998         * marshal.c (mono_marshal_get_native_wrapper): started support for
28999         custom marshalers.
29000         (mono_delegate_to_ftnptr): consider marshalling specifications
29001
29002 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
29003
29004         * reflection.c, reflection.h: emit custom marshal info.
29005
29006 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29007
29008         * object.c: free the GError.
29009         * icall.c: added CloseEvent_internal.
29010         * threads.[ch]:
29011         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
29012         call.
29013
29014 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
29015
29016         * loader.c (mono_method_get_signature): Add support for dynamic
29017         assemblies.
29018
29019 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
29020
29021         * reflection.c: fixed bug #43905.
29022
29023 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29024
29025         * class.c, domain.c, icall.c, metadata.h, object.h: support for
29026         handling TypedReference and ArgIterator.
29027         * loader.c, loader.h: added function to get signature at call site.
29028
29029 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29030
29031         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
29032         data readonly. Buglets and warning fixes. Some MethodSpec support.
29033
29034 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29035
29036         * class.h, class.c, object.c: remove relative numbering support.
29037
29038 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
29039
29040         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
29041         free the string, until we get a chance to fix Gtk#
29042
29043 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29044
29045         * marshal.c: revert last patch.
29046
29047 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
29048
29049         * icall.c: updates for new mono_class_vtable() not calling
29050         the type constructor anymore.
29051
29052 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29053
29054         * object.h, object.c: separate vtable creation from type
29055         initialization. Make running the .cctor thread safe.
29056
29057 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
29058
29059         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
29060
29061 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
29062
29063         * loader.c (mono_get_method): consider calling convention
29064
29065 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
29066
29067         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
29068         to return the invisible global type for a module.
29069
29070         * reflection.c (mono_image_build_metadata): Emit global fields too.
29071
29072 2003-05-20  Peter Williams  <peterw@ximian.com>
29073
29074         * loader.c (mono_lookup_internal_call): Add a few newlines.
29075
29076 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
29077
29078         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
29079         literal strings.
29080
29081         * appdomain.c (set_domain_search_path): Recalculate search path when
29082         AppDomainSetup.PrivateBinPath changes.
29083
29084         * object.c (mono_class_compute_gc_descriptor): It turns out some
29085         parts of the class libs (like System.Thread) holds pointers to
29086         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
29087         to treat native int a pointer type here.
29088         
29089 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
29090
29091         * appdomain.h, domain.c: add hashtable for jump target resolution.
29092
29093 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
29094
29095         * reflection.h reflection.c icall.c: Added new icalls 
29096         GetManifestResourceInfoInternal, GetModulesInternal and support
29097         infrastructure.
29098
29099 2003-05-16  Dick Porter  <dick@ximian.com>
29100
29101         * icall.c:
29102         * file-io.h:
29103         * file-io.c: Implement System.IO.MonoIO::GetTempPath
29104
29105 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
29106
29107         * object.c: mono_store_remote_field: little fix to previous patch.
29108
29109 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29110
29111         * class.c: add constructors to array classes.
29112         * icall.c: special case array construction for InternalInvoke (),
29113
29114 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
29115
29116         * class.h class.c reflection.c object.c: Added support for field
29117         defaults in dynamically generated classes.
29118
29119 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
29120
29121         * reflection.c: properly encode charset for ddlimport.
29122
29123 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
29124
29125         * threads.c: allow compiling without GC.
29126
29127 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29128
29129         * appdomain.h, object.c, object.h, threads.c, threads.h: added
29130         handling of thread static data.
29131
29132 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29133
29134         * reflection.h, reflection.c: added mono_custom_attrs_free ().
29135
29136 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
29137
29138         * class.c (mono_array_class_get): always set the serializable flags
29139         (mono_array_class_get): always set the SEALED attribute for array types
29140
29141 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
29142
29143         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
29144         attributes (fix for bug 42021).
29145
29146 2003-05-12  Dick Porter  <dick@ximian.com>
29147
29148         * gc.c: Don't run finalizers when the finalizer thread is
29149         finishing up, because the default domain has already been
29150         destroyed.
29151
29152 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
29153
29154         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
29155         value is null, we should throw an exception.   This is slightly
29156         different than the other conventions used for the constructor.
29157
29158 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29159
29160         * socket-io.c: fixed windows build.
29161
29162 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29163
29164         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
29165
29166 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
29167
29168         * object.c (mono_string_new_wrapper): Compatibility fix for MS
29169         compilers.
29170
29171 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
29172
29173         * class.c (mono_class_layout_fields): Add experimental GC aware
29174         auto layout facility. Requires class library changes to work correctly.
29175
29176         (mono_class_setup_vtable): Avoid overriding explicit interface
29177         method implementations. Fixes iface3.exe test.
29178
29179         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
29180         object reference.
29181         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
29182         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
29183
29184         * metadata.h: Add new type classification macro which determines
29185         whenever the type holds an object reference.
29186
29187 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
29188
29189         * marshal.c (mono_marshal_get_native_wrapper): cleanups
29190
29191 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
29192
29193         * gc.c (finalizer_thread): Work around a GC bug.
29194
29195 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
29196
29197         * marshal.c (emit_struct_conv): allow unions
29198
29199         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
29200
29201 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
29202
29203         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
29204
29205 2003-05-06  Martin Baulig  <martin@ximian.com>
29206
29207         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
29208
29209 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29210
29211         * socket-io.c:
29212         (Select_internal): allow NULLs, don't create arrays if not needed.
29213         Coupled with Socket.cs changes.
29214
29215         * threadpool.c:
29216         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
29217         register a finalizer for it that will close the semaphore handle. This
29218         fixes the leak and make Lupus' test run with > 4080 loops.
29219
29220 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
29221
29222         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
29223         Jerome Laban (bug #42287)
29224
29225 2003-05-02  Martin Baulig  <martin@ximian.com>
29226
29227         * debug-mono-symfile.h
29228         (MonoSymbolFile): Moved declaration into mono-debug.h.
29229         (MonoDebugMethodJitInfo): Likewise.
29230         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
29231         argument.
29232         (_mono_debug_address_from_il_offset): Take a
29233         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
29234
29235         * mono-debug.h
29236         (MonoDebugDomainData): New struct.
29237         (mono_debug_get_domain_data): New function.
29238         (mono_debug_add_method): Take an additional `MonoDomain *'
29239         argument.
29240         (mono_debug_source_location_from_address): Likewise.
29241         (mono_debug_il_offset_from_address): Likewise.
29242         (mono_debug_address_from_il_offset): Likewise.
29243
29244 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
29245
29246         * reflection.c: one more check for null type in custom attrs.
29247
29248 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29249
29250         * reflection.c: avoid warning (comparison is always false due to limited
29251         range of data type).
29252
29253 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29254
29255         * icall.c: throw an exception in Type.GetField if the argument 'name'
29256         is NULL.
29257
29258 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
29259
29260         * reflection.c: fixed handling of enums in named arguments to custom
29261         attributes (bug #42123).
29262
29263 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
29264
29265         * reflection.c: use the right array element type and handle
29266         a null for a Type argument, too.
29267
29268 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
29269
29270         * reflection.c: handle arrays as arguments to custom attributes.
29271
29272 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29273
29274         * reflection.c: handle a string value in a custom attr
29275         ctor that takes an object.
29276
29277 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
29278
29279         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
29280         (fix bug #42063)
29281
29282 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
29283
29284         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
29285
29286 2003-04-27  Martin Baulig  <martin@ximian.com>
29287
29288         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
29289         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
29290         MONO_DEBUGGER_EVENT_BREAKPOINT.
29291         (mono_breakpoint_trampoline_code): Removed.
29292         (mono_debugger_event_handler): The last argument is now a
29293         `guint32'.
29294         (mono_debugger_insert_breakpoint_full): Removed the
29295         `use_trampoline' argument.
29296         (mono_debugger_method_has_breakpoint): Likewise.
29297         (mono_debugger_trampoline_breakpoint_callback): Renamed to
29298         mono_debugger_breakpoint_callback(); take the method and
29299         breakpoint number as arguments.
29300
29301 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
29302
29303         * metadata.c: fix off by one when loading parameters attributes.
29304
29305 2003-04-24  Martin Baulig  <martin@ximian.com>
29306
29307         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
29308
29309 2003-04-24  Martin Baulig  <martin@ximian.com>
29310
29311         * mono-debug-debugger.c: Moved all code which interacts with the
29312         Mono Debugger here.
29313
29314         * debug-mono-symfile.c: This code now just deals with the symbol
29315         file itself, the debugger code is now in mono-debug-debugger.c.
29316
29317 2003-04-23  Martin Baulig  <martin@ximian.com>
29318
29319         * mono-debug.c (mono_debug_source_location_from_il_offset):
29320         New method; like mono_debug_source_location_from_address(), but
29321         takes an IL offset instead of a machine address.
29322
29323 2003-04-23  Martin Baulig  <martin@ximian.com>
29324
29325         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
29326         `line' field; this is now computed by the debugger.
29327
29328 2003-04-23  Martin Baulig  <martin@ximian.com>
29329
29330         * mono-debug.[ch]: New files.  This is the new debugging interface.
29331
29332         * mono-debug-debugger.[ch]: New files.  Moved all code which
29333         interacts with the Mono Debugger here.
29334
29335 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
29336
29337         * domain.c (mono_init): initialize mono_defaults.monitor_class
29338
29339 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
29340
29341         * reflection.c (method_encode_code): Add a spicy exception to help
29342         future compiler authors.
29343
29344 2003-04-21  Martin Baulig  <martin@ximian.com>
29345
29346         * icall.c
29347         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
29348         Make this work with relative pathnames; g_filename_to_uri() needs
29349         an absolute filename.
29350
29351 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
29352
29353         * icall.c: Track name changes in Object and ValueType.
29354
29355 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
29356
29357         * metadata.c (mono_type_stack_size): size should be a multiple of
29358         sizeof (gpointer)
29359
29360 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29361
29362         * gc.c:
29363         (internal_domain_finalize): moved into mono_domain_finalize. No need
29364         to create another thread because the finalizers will be run in the
29365         finalizer thread.
29366         
29367         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
29368         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
29369         to be run (MS does this too).
29370
29371 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
29372
29373         * object.c (mono_class_compute_gc_descriptor): Update comment.
29374
29375         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
29376
29377         * image.h: Add synchronized wrapper cache.
29378
29379         * image.c (do_mono_image_open): Initialize cache.
29380
29381         * reflection.c (create_dynamic_mono_image): Initialize cache.
29382
29383 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29384
29385         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
29386         ves_icall_System_Buffer_ByteLengthInternal.
29387
29388 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29389
29390         * reflection.c: setup klass->nested_in earlier. Allow
29391         a dash in the assembly name.
29392
29393 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
29394
29395         * metadata.c (mono_type_to_unmanaged): dont access
29396         type->data.klass for MONO_TYPE_OBJECT
29397         (mono_type_to_unmanaged): consider System.Delegate class
29398
29399 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
29400
29401         * class.c: just setup supertypes in the proper place instead of
29402         initializing the full element class for arrays.
29403
29404 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29405
29406         * class.c: ensure the element class of arrays is initialized.
29407         Setup the supertype info for array classes, too.
29408
29409 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
29410
29411         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
29412
29413 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29414
29415         * Makefile.am: re-added -m option when running cygpath. This way,
29416         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
29417         separator.
29418         * mono-config.c: same codepath for locating mono config file for WIN32
29419         and the rest.
29420         * assembly.c: if mono_assembly_setrootdir is called, don't override
29421         the value set.
29422
29423 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29424
29425         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
29426         MONO_ASSEMBLIES variable.
29427
29428 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
29429
29430         * icall.c: added Assembly::GetNamespaces() icall.
29431
29432 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29433
29434         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
29435
29436 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
29437
29438         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
29439         * object.c: fixed bug in the construction of vtable for proxies
29440
29441 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
29442
29443         * object.c (mono_array_new): Mark mono_array_new as an icall.
29444
29445 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29446
29447         * class.c: fixed test for public method when overriding interfaces.
29448         Closes bug #40970.
29449
29450 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29451
29452         * appdomain.h, domain.c: added mono_domain_foreach() to
29453         be able to access the currently loaded appdomains.
29454         * object.c: make string interning work across sppdomains.
29455         Mark some functions for use as icalls.
29456
29457 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
29458
29459         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
29460
29461         * reflection.h reflection.c: Allocate long living data using 
29462         GC_MALLOC_ATOMIC so the collector does not need to scan it.
29463
29464         * reflection.c: Double the allocation size in streams instead of
29465         increasing it, to prevent unneccesary copying on large assemblies.
29466         
29467         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
29468         creation if the assembly does not have the Run flag set.
29469
29470 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
29471
29472         * class.h: avoid the C++ keywords in header files (Jerome Laban
29473         spotted and fixed this).
29474
29475 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29476
29477         * object.c:
29478         (mono_unhandled_exception): fill in the arguments for the
29479         UnhandledException event. Only trigger that event for the default
29480         domain (as MS does).
29481
29482 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
29483
29484         * object.c: Improve typed allocation stuff based on suggestions from
29485         Paolo. Also turn it on if the GC library supports it.
29486
29487 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
29488
29489         * object.c object.h class.h: Added experimental typed allocation
29490         facility using the interfaces in gc_gcj.h.
29491
29492         * os/gc_wrapper.h: Added new include files.
29493         
29494 2003-04-03  Martin Baulig  <martin@ximian.com>
29495
29496         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
29497         which is not yet enabled by default.
29498
29499         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
29500         functions.
29501         (mono_gc_lock, mono_gc_unlock): New static functions.
29502
29503         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
29504         functions; stop/start the world for the garbage collector.  This
29505         is using the windows API; we need to complete the SuspendThread()/
29506         ResumeThread() implementation in the io-layer to make this work on Unix.
29507         (mono_gc_push_all_stacks): New public function; tells the garbage
29508         collector about the stack pointers from all managed threads.
29509
29510 2003-04-03  Martin Baulig  <martin@ximian.com>
29511
29512         * object.h (MonoThread): Added `gpointer stack_ptr'.
29513
29514         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
29515
29516 2003-04-03  Martin Baulig  <martin@ximian.com>
29517
29518         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
29519
29520 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
29521
29522         * reflection.c (typebuilder_setup_fields): Initialize field.first and
29523         field.last.
29524
29525 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
29526
29527         * loader.c (mono_lookup_internal_call): Report the corlib that is
29528         out of sync.
29529
29530 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
29531
29532         * icall.c (ves_icall_type_GetTypeCode): fixed check for
29533         System.DBNull (it's class not valuetype).
29534
29535 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29536
29537         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
29538         if the array method was already assigned a token (fixes bug#40646).
29539
29540 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
29541
29542         * reflection.c (mono_reflection_get_type): Attempt type resolve even
29543         if no assembly is given.
29544
29545 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
29546
29547         * metadata.h: Added the new tables.
29548
29549         * row-indexes.h: Added definitions for new tables.
29550
29551         * metadata.c: Add schemas for new tables, and add support for
29552         computing the sizes of them.
29553
29554         * class.c: Update for handling the new type cases.
29555
29556 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
29557
29558         * metadata.h (MONO_TYPE_IS_VOID): new macro
29559
29560 2003-03-31  Martin Baulig  <martin@ximian.com>
29561
29562         * threads.h (MonoThreadCallbacks): Added `thread_created'.
29563
29564         * threads.c (mono_thread_new_init): Call `thread_created' in the
29565         mono_thread_callbacks.
29566
29567 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
29568
29569         * loader.h: added marshalbyrefobject_class to mono_defaults
29570         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
29571         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
29572           generation of output parameters.
29573           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
29574         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
29575           contextbound and the target object belongs to the context of the caller.
29576         * object.h: added context and unwrapped_server variables in MonoRealProxy.
29577         * object.c: Implemented support for interfaces and abstract classes
29578           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
29579           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
29580
29581 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
29582
29583         * class.h class.c (mono_class_is_subclass_of): New function.
29584         
29585         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
29586         routines for most common case (calls from ArrayList::ToArray).
29587
29588         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
29589         routine so programs which call Environment::Exit() can be profiled.
29590
29591         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
29592         Added MONO_ARCH_SAVE_REGS.
29593
29594         * icall.c (ves_icall_type_is_subtype_of): Use new function.
29595
29596 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
29597
29598         * blob.h: Add a couple of new MonoType types definitions.
29599
29600         * tabledefs.h: Add a couple of new call convs.
29601
29602 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
29603
29604         * reflection.h (MonoReflectionDynamicAssembly): track changes in
29605         the layout of the class.
29606
29607         * reflection.c (alloc_table): double the size on overflow to avoid
29608         unnecessary copying.
29609
29610         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
29611         avoid filling out metadata tables and blobs. Also set mb->ilgen to
29612         null so it can be garbage collected.
29613         
29614 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
29615
29616         * reflection.c (mono_reflection_get_type): Return the resolved type
29617         only if it is in the assembly we searched.
29618
29619         * reflection.c (ensure_runtime_vtable): Initialize method slots.
29620
29621         * class.c (mono_class_setup_vtable): Set the slot of the overriding
29622         method.
29623
29624 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29625
29626         * appdomain.c:
29627         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
29628         the right one is 'file:///blah', but MS allows it.
29629         * assembly.c:
29630         (mono_assembly_open): allow 'file://blah'
29631
29632         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
29633
29634 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
29635
29636         * socket-io.c: fixes bug #40310.
29637
29638 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
29639
29640         * reflection.c (mono_reflection_parse_type): handle deeply nested
29641         types correctly.
29642
29643         * reflection.c (mono_image_create_token): Use unique token values
29644         since they will be put into a hash table.
29645
29646         * class.c (mono_class_setup_vtable): If a method occurs in more than
29647         one place in the vtable, and it gets overriden, then change the
29648         other occurances too.
29649
29650         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29651         object as return type.
29652
29653 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
29654
29655         * icall.c: Deleted "ToString" implementation for double and float
29656         because they are full implemented in managed code.
29657
29658 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
29659
29660         * reflection.c, reflection.h: implemented and exported functions
29661         to retrieve info about custom attributes.
29662
29663 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29664
29665         * appdomain.c: moved Uri handling to assembly.c
29666         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
29667         work when using a file Uri in *nix and windows.
29668
29669         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
29670         GetReferencedAssemblies.
29671
29672 2003-03-18  Dick Porter  <dick@ximian.com>
29673
29674         * icall.c: Rename a couple of internal calls
29675
29676         * threads.c: Set the thread state to Stopped when a thread exits.
29677         Fixes bug 39377.
29678
29679 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
29680
29681         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
29682         New icall.
29683
29684         * object.c (mono_class_vtable): fix warning.
29685
29686 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
29687
29688         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
29689
29690         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
29691         memory.
29692         (method_encode_clauses): Create exception info structures in the right
29693         order.
29694         (mono_reflection_setup_internal_class): Initialize supertypes field.
29695
29696         * class.c object.c: Handle interfaces which implement other interfaces 
29697         correctly.
29698
29699         * class.h class.c: Move the supertypes array initialization code into 
29700         a separate function so it can be used for dynamic types too. Also call
29701         it earlier, in mono_class_init(), since it can be used before the
29702         type is initialized.
29703
29704 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29705
29706         * Makefile.am:
29707         * assembly.c:
29708         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
29709
29710         * appdomain.c:
29711         * appdomain.h:
29712         * marshal.c:
29713         * object.c: remove warnings.
29714
29715 2003-03-13  Martin Baulig  <martin@ximian.com>
29716
29717         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
29718         (MonoDebugLexicalBlockEntry): New types.
29719
29720         * debug-mono-symfile.c
29721         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
29722
29723 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29724
29725         * process.c: ret can be any non-zero value accroding to MS doc.
29726
29727 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
29728
29729         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
29730         fixing a warning for a miss-used prototype, would have cause
29731         random memory corruption.
29732
29733 2003-03-07  Martin Baulig  <martin@ximian.com>
29734
29735         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
29736         getting really annoying ....
29737
29738 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
29739
29740         * reflection.c (fixup_method): added support for array methods.
29741
29742 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
29743
29744         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
29745         (pointed out by Michael Adams).
29746
29747 2003-03-04  Dick Porter  <dick@ximian.com>
29748
29749         * icall.c: Temporarily reverted the Double and Single ToString()
29750         change, because it broke nunit.
29751
29752 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
29753
29754         * object.h, threads.h: make include files compatible with C++
29755         (patch by Jerome Laban <jlaban@wanadoo.fr>).
29756
29757 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
29758
29759         * icall.c: Erased ToString helper functions for Double and Single.
29760         Now, that implementations ar all in managed code (Double and Single
29761         Formatters).
29762
29763 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
29764
29765         * appdomain.c: Added method for initializing the default context of
29766         a domain. Added internal call for getting the default context.
29767         * appdomain.h: Added context variable in MonoDomain struct.
29768         * domain.c: mono_domain_set also sets the default context of the domain
29769         * icall.c: Mapped internal method InternalGetDefaultContext.
29770         * object.c: mono_object_get_virtual_method returns always a remoting
29771         wrapper if the object is a transparent proxy.
29772         mono_runtime_invoke_array: when creating an object by calling the
29773         constructor, if the created object is a proxy, then the constructor should
29774         be called using the a remoting wrapper.
29775
29776 2003-03-03  Dick Porter  <dick@ximian.com>
29777
29778         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
29779         variable so it compiles on solaris.  Problem spotted by
29780         Christopher Taylor <ct@cs.clemson.edu>
29781
29782 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29783
29784         * appdomain.c:
29785         (get_info_from_assembly_name): don't leak value.
29786
29787         * icall.c:
29788         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
29789         result.
29790
29791 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
29792
29793         * assembly.c: export mono_image_load_references ().
29794         * class.c: handle function pointers. mono_class_from_name() now
29795         supports nested type names directly.
29796
29797 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
29798
29799         * reflection.h reflection.c: Encode already created dynamic methods 
29800         and fields correctly as a DEF instead of a REF.
29801
29802         * reflection.c: Get rid of the force_ref argument to 
29803         mono_image_typedef_or_ref since it was wrong in the first place.
29804
29805         * string-icalls.c: add error checking to string constructors according
29806         to the MSDN docs.
29807
29808         * reflection.c: Emit types in the order their TypeBuilders were 
29809         created. Previously, a new table index was assigned to each type before
29810         the tables were emitted. This was wrong because the signature blob
29811         might already refer to a type by its original table index.
29812
29813 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
29814
29815         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
29816         change.
29817         
29818 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29819
29820         * Makefile.am: make assemblies dir have \ instead of / on windows.
29821
29822 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
29823
29824         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
29825         iterate over the NESTEDCLASS table using a linear search since the
29826         table is not guaranteed to be sorted by the secondary key.
29827
29828         * class.c (mono_class_create_from_typedef): fixed up call to
29829         mono_metadata_nesting_typedef.
29830         
29831 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
29832
29833         * marshal.c (mono_string_to_byvalstr): clear the memory as
29834         suggested by Jerome Laban <jlaban@wanadoo.fr>
29835
29836 2003-02-26  Dick Porter  <dick@ximian.com>
29837
29838         * process.c: Cope with padding in .rsrc blocks
29839
29840 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
29841
29842         * metadata.h: reverted the filter_len change, it breaks reflection
29843         
29844 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
29845
29846         * metadata.h: added a new field to store the filter_len
29847         
29848
29849 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
29850
29851         * reflection.c: handle custom attributes for types and members
29852         created with Reflection.Emit (bug#38422).
29853
29854 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
29855
29856         * reflection.c: define RTSpecialName automatically for constructors for
29857         compatibility with MS.NET.
29858
29859         * reflection.c (mono_reflection_create_runtime_class): initialize
29860         nested_in field of dynamically created classes.
29861
29862 2003-02-22  Martin Baulig  <martin@ximian.com>
29863
29864         * debug-mono-symfile.h: Incremented version number.
29865
29866 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
29867
29868         * object.h icall.c process.c: fix warnings.
29869
29870 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
29871
29872         * appdomain.h appdomain.c:
29873         (mono_domain_try_type_resolve): split the 
29874         name_or_tb argument into a name and a tb argument.
29875         (mono_domain_has_type_resolve): new function to check whenever the
29876         application has registered a TypeResolve event handler.
29877         
29878         * icall.c reflection.h reflection.c: move the type resolve logic into
29879         mono_reflection_get_type () so it will be invoked when 
29880         Assembly::GetType () is called.
29881
29882         * reflection.c:
29883         (mono_reflection_get_type): renamed to get_type_internal.
29884         (mono_reflection_get_type): fixed type name generation so it works 
29885         for nested types too.
29886         (mono_reflection_get_type): call has_type_resolve () to avoid the 
29887         costly type name generation if there is no resolve event handler.
29888
29889 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
29890
29891         * class.c, image.c: load exported types from file references.
29892
29893 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
29894
29895         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
29896           used to cache the managed methods used to create proxies and make 
29897           remote invocation of methods.
29898         * class.h: Added in MonoVTable a flag to indicate that a class needs 
29899           to be remotely created.
29900         * object.c: Modified the method mono_class_vtable(). It now initializes 
29901           the remote flag of the vtable. Modified mono_object_new_specific(), 
29902           so now it checks the remote flag.
29903         * icall.c: Added a couple of internal methods, one for enabling instance 
29904           creation interception for a type, and one for creating objects bypassing
29905           the remote check.
29906
29907 2003-02-18  Martin Baulig  <martin@ximian.com>
29908
29909         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
29910         New interncall to get a method's metadata token.
29911
29912         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
29913         New interncall for the debugger.
29914
29915 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
29916
29917         * class.c (mono_class_setup_vtable): allocate supertype array
29918
29919 2003-02-18  Martin Baulig  <martin@ximian.com>
29920
29921         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
29922
29923 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29924
29925         * reflection.c:
29926         (assembly_name_to_aname): jump over unknown properties (i've found
29927         something like: 'type, assembly, version=xxx, custom=null, public...',
29928         so now will ignore custom=null and still get the rest of the values).
29929
29930 2003-02-17  Dick Porter  <dick@ximian.com>
29931
29932         * threads.c: Have Thread.Start() wait for a semaphore to signal
29933         that the thread has set up all its local data.  This fixes bug
29934         34323, where Abort() raced the new thread's TLS data.
29935
29936         Also removes the handle_store() call from start_wrapper, because
29937         threads are now always created suspended and there is no longer a
29938         race between the parent and child threads to store the info.
29939
29940 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
29941
29942         * image.c: explain the #- heap issue in a message, hopefully
29943         avoiding FAQs on mono-list.
29944
29945 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29946
29947         * icall.c:
29948         (GetEntryAssembly): if the domain has not invoked
29949         AppDomain.ExecuteAssembly yet, return the assembly of the default
29950         AppDomain.
29951
29952 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
29953
29954         * class.c (mono_ldtoken): make it work in dynamic assemblies.
29955
29956 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
29957
29958         * metadata.c, reflection.c: simple speedup to type hash
29959         and equals code.
29960
29961 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
29962
29963         * image.c, image.h, class.c, assembly.c: move module loading
29964         to MonoImage. When loading metadata, consider alignemnet from
29965         the start of metadata, not from the metadata address in memory.
29966
29967 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
29968
29969         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
29970         AssemblyBuilder objects. Factored out custom attribute creation into
29971         a separate function.
29972         (create_custom_attr): new function to create custom attributes.
29973
29974 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
29975
29976         * Makefile.am: Got tired of typing the full pathname to pedump.
29977         Until there is another option, am installing this.
29978
29979 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
29980
29981         * class.c (class_compute_field_layout): always set field->parent 
29982         (mono_ldtoken): use mono_defaults.fieldhandle_class;
29983
29984 2003-02-11  Dick Porter  <dick@ximian.com>
29985
29986         * threads-types.h:
29987         * monitor.c: Rewrote Monitor, making lock much faster and
29988         Pulse/Wait work as specified.  Also uses much fewer handles, and only
29989         creates them as needed.
29990
29991         * exception.c: Added SynchronizationLockException
29992
29993         * threads.c: Deleted old Monitor implementation.  The new one is
29994         in a new file.
29995
29996 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
29997
29998         * class.c: handled TypedReference type code. Set the correct size for
29999         class data. Setup interface_offsets for interface classes, too.
30000
30001 2003-02-09  Martin Baulig  <martin@ximian.com>
30002
30003         * debug-mono-symfile.h: Reflect latest symbol writer changes.
30004
30005 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
30006
30007         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
30008         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
30009         * object.c: fixed mono_object_get_virtual_method () for interfaces.
30010         * verify.c: check for code that runs after the end of the method.
30011
30012 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30013
30014         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
30015         "System.Math::Round2".
30016         * sysmath.h: Added Floor, Round and Round2 definitions.
30017         * sysmath.c: Modified certain functions that were not 100% compliant
30018         with MS.NET (math precision) and added the implementation of Floor,
30019         Round and Round2.
30020
30021 2003-02-07  Martin Baulig  <martin@ximian.com>
30022
30023         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
30024
30025 2003-02-07  Martin Baulig  <martin@ximian.com>
30026
30027         * debug-mono-symfile.c: Reflected latest symwriter changes.
30028         (mono_debug_create_mono_symbol_file): Removed.
30029         (mono_debug_open_mono_symbol_file): Take an argument which
30030         specifies whether to create a dynamic symbol file.
30031
30032 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
30033
30034         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
30035
30036 2003-02-05  Martin Baulig  <martin@ximian.com>
30037
30038         * reflection.c (mono_image_build_metadata): Make this public,
30039         protect it against being called multiple times, don't create
30040         resources and don't build the compressed metadata here.
30041         (mono_image_create_pefile): Do this here.
30042
30043         * icall.c
30044         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
30045
30046 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30047
30048         * socket-io.c: fixed bug #36322.
30049
30050 2003-02-06  Piers Haken <piersh@friskit.com>
30051
30052         * appdomain.[ch]:
30053         * class.h:
30054         * debug-mono-symfile.c:
30055         * icall.c:
30056         * loader.c:
30057         * mono-config.c:
30058         * monosn.c:
30059         * reflection.c:
30060         * socket-io.c: warning cleanups
30061
30062 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
30063
30064         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
30065         function. works like remoting invoke, but does a check for the Proxy first.
30066
30067 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
30068
30069         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
30070
30071 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
30072
30073         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
30074         array of pointers.
30075         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
30076         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
30077
30078         * object.c (mono_store_remote_field_new): used by the new jit
30079         instead of mono_store_remote_field
30080         (mono_load_remote_field_new): used by the new jit
30081         instead of mono_load_remote_field
30082
30083 2003-02-05  Patrik Torstensson
30084
30085         * appdomain.c: changed unload to take the domain id instead
30086         of domain
30087         
30088         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
30089
30090
30091 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30092
30093         * appdomain.c: don't look for assemblies in ApplicationBase if
30094         PrivateBinPathProbe is set.
30095
30096 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30097
30098         * object.c: make the first argument in main_args contain the absolute
30099         path to the assembly. Fixes bug #37511.
30100
30101 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30102
30103         * icall.c: get correct UTC offset for countries not using daylight
30104         time saving. Fixes bug #30030.
30105
30106 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30107
30108         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
30109         and 1 are the family).
30110
30111 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
30112
30113         * icall.c (ves_icall_InternalExecute): removed wrong assertion
30114
30115         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
30116
30117 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
30118
30119         * reflection.c: added support for SignatureHelper tokens, which is
30120         needed by the Calli opcode.
30121
30122         * reflection.h: track changes to SignatureHelper class.
30123
30124         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
30125
30126 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30127
30128         * appdomain.c: fixed loading assemblies from PrivateBinPath.
30129
30130 2003-02-03  Patrik Torstensson
30131         * appdomain.[c|h], domain.c : 
30132          - Added support for getting a domain via domain id
30133          - Support for setting and getting domain from System.AppDomain 
30134            (used in cross appdomain channel)
30135          - Added support for get/set for a MonoAppContext on a thread 
30136            (Context class in System.Runtime.Remoting.Contexts),
30137          - Removed hack in Get/SetData and ExecuteAssembly.
30138         
30139         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
30140         the managed world to get control when a proxy is created.
30141
30142         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
30143         
30144 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
30145
30146         * icall.c
30147         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30148         Populate the codebase field as well.
30149
30150 2003-02-02  Martin Baulig  <martin@ximian.com>
30151
30152         * debug-mono-symfile.c
30153         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
30154         (mono_debug_symfile_add_method): Allow interncalls.
30155
30156 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30157
30158         * icall.c: throw parse exception if strtod fails or the string is empty.
30159
30160 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
30161
30162         * marshal.c: handle object type separately from defined
30163         class types.
30164
30165 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
30166
30167         * marshal.c: handle NATIVE_LPSTR for strings when it's
30168         explicitly specified.
30169
30170 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
30171
30172         * reflection.c, reflection.h, icall.c: setup the reflection
30173         handle cache for ModuleBuilders and AssemblyBuilders.
30174
30175 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
30176
30177         * reflection.c (reflection_methodbuilder_to_mono_method): set
30178         pinvoke flag
30179
30180 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30181
30182         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
30183
30184 2003-01-29  Dick Porter  <dick@ximian.com>
30185
30186         * threads.c: No need for the fake_thread kludge now that Thread
30187         doesn't run a class constructor
30188         
30189 2003-01-29  Dick Porter  <dick@ximian.com>
30190
30191         * threads.c: Use g_direct_hash instead of the rather bogus
30192         g_int_hash
30193
30194 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
30195
30196         * marshal.c (mono_marshal_get_native_wrapper): add check for null
30197         (fix pinvoke12.exe)
30198         (mono_marshal_get_struct_to_ptr): generate valid IL code
30199         (mono_marshal_get_ptr_to_struct): generate valid IL code
30200         (*): correctly set sig->pinvoke, we need to memdup the signature
30201         to do that
30202
30203 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30204
30205         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
30206         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
30207
30208 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30209
30210         * profiler.c: provide more callers information.
30211
30212 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
30213
30214         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
30215
30216         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
30217
30218         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
30219
30220 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30221
30222         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
30223         exception instead of going into an infinite loop on dates which it 
30224         can't yet handle.
30225
30226         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
30227         out-of-range exception if needed.
30228
30229         * class.c (mono_class_setup_vtable): allow a virtual method to provide
30230         an implementation for an interface method and to override an inherited
30231         method at the same time. 
30232         Imagine a scenario when a virtual method is used to override a
30233         virtual abstract method in a parent class, and this same method 
30234         provides an implementation for an method inherited from an interface. 
30235         In this case, the interface resolution code will set im->slot, which 
30236         means that the virtual method override pass will skip this method 
30237         which means a pointer to the abstract method inherited from the parent
30238         will remain in the vtable of this non-abstract class.
30239
30240         * class.c: (mono_class_setup_vtable): continue search for a real 
30241         method if only an abstract method is found.     
30242
30243 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30244
30245         * reflection.c: add size to encoding for ByValStr and ByValArray
30246         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
30247
30248 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30249
30250         * class.c (mono_class_setup_vtable): pass the override info as an
30251         argument.
30252
30253         * class.c (mono_class_setup_vtable): set the slot of overriding methods
30254         correctly.
30255         
30256         * reflection.c (ensure_runtime_vtable); add support for method 
30257         overrides.
30258         
30259 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30260
30261         * reflection.c (resolution_scope_from_image): Hack to work to work with
30262         dynamic assemblies.
30263
30264         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
30265         added a 'force_ref' argument to force this function to allways return 
30266         a TypeRef. This is needed by mono_image_get_memberref_token ().
30267         
30268 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30269
30270         * reflection.c (mono_image_get_type_info): interfaces really don't have
30271         a parent.
30272
30273         * reflection.c (mono_image_basic_init): fill out missing fields of
30274         image structure.
30275
30276         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
30277         dynamic assemblies. This is required so dynamic assemblies show up in
30278         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
30279         Type::GetType() etc. This is consistent with MS behaviour.
30280
30281         * image.c image.h reflection.c: add newly created classes to the name 
30282         cache so mono_class_get () will find them.      
30283
30284 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30285
30286         First part of changes to get IKVM.NET running under mono.
30287         
30288         * appdomain.h, appdomain.c: added new function 
30289         mono_domain_try_type_resolve() which will emit TypeResolve events. 
30290         This function will call AppDomain::DoTypeResolve to do the actual work.
30291
30292         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
30293         moved existing code dealing with dynamic tokens to a new function 
30294         called mono_reflection_lookup_dynamic_token (). This function will 
30295         raise TypeResolve events when appropriate. Since reflection.c is not 
30296         part of libmetadata, a new hook function called 
30297         mono_lookup_dynamic_token() is added to class.c which will call this.
30298
30299         * assembly.h assembly.c: make the invoke_load_hook function public,
30300         so it can be called for dynamic assemblies.
30301
30302         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
30303
30304         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
30305         type isn't found.
30306
30307         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
30308         MonoGHashTable, since it contains pointers to objects which the GC 
30309         needs to track.
30310
30311         * assembly.c (search_loaded): remove unused variable.
30312         
30313 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
30314
30315         * object.c: fixed issue exposed by gcc-generated IL programs
30316         that use RVA data for pointers.
30317
30318 2003-01-25  Martin Baulig  <martin@ximian.com>
30319
30320         * threads.c (start_wrapper): Moved the initialization of
30321         `start_func' above the mono_new_thread_init() call to which we
30322         pass it as argument.
30323
30324 2003-01-24  Martin Baulig  <martin@ximian.com>
30325
30326         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
30327         the MonoThread pointer.
30328
30329 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
30330
30331         * icall.c: Rename `PowImpl' to Pow.
30332
30333 2003-01-23  Dick Porter  <dick@ximian.com>
30334
30335         * threads.c (start_wrapper): Create a Thread object if needed, so
30336         the Main() thread can do the class initialisation in a subthread
30337         that has been set up to allow managed code execution.
30338
30339         Pass the thread ID instead of the MonoThread pointer to the thread
30340         start and attach callbacks.  This change is required, because the
30341         jit thread start callback must be called _before_ the Thread
30342         object can be created.
30343         
30344         (mono_thread_init): Removed much object creation code that is no
30345         longer needed.  No managed code is called from here now.
30346
30347         * object.c (mono_runtime_exec_managed_code): Create a subthread
30348         for Main, and call back to the runtime to use it.
30349         Set the exit code when Main exits.
30350
30351         * gc.c: Make sure domain finalisation happens in a subthread.
30352         Re-enable threaded GC, fixing bug 31333 (again).
30353
30354         * environment.c: System.Environment internall calls (so far just
30355         ExitCode is here, the others are still in icall.c)
30356
30357         * appdomain.c (mono_runtime_cleanup): All threads running managed
30358         code should have finished before mono_runtime_cleanup() is
30359         reached, so no need to clean up threads.
30360
30361 2003-01-22  Martin Baulig  <martin@ximian.com>
30362
30363         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
30364         `gpointer func' arguments.      
30365         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
30366         but added `MonoThread *thread' argument.
30367         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
30368
30369         * threads.c (mono_new_thread_init): Added `gpointer func' argument
30370         and pass it to the mono_thread_start_cb callback.
30371         (mono_install_thread_callbacks): New public function to install a
30372         set of callbacks which are set by the debugger.
30373         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
30374
30375 2003-01-22  Martin Baulig  <martin@ximian.com>
30376
30377         * Makefile.am: Install debug-mono-symfile.h.
30378
30379 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
30380
30381         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
30382
30383 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
30384
30385         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
30386         * class.c (mono_ptr_class_get): correctly set access levels of pointers
30387         (mono_array_class_get): correctly set access levels of arrays
30388
30389 2003-01-20      Patrik Torstensson
30390         * image.h (MonoAssemblyName): changed major, minor, build, revision
30391         from signed to unsigned.
30392
30393 2003-01-20  sean kasun <skasun@azstarnet.com>
30394
30395         * reflection.c (load_cattr_value): Now this handles
30396         MONO_TYPE_SZARRAY.  Fixes bug #35629
30397
30398 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
30399
30400         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
30401         integer value
30402
30403 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30404
30405         * decimal.c: fixed bug #26056.
30406
30407 2003-01-17  Martin Baulig  <martin@ximian.com>
30408
30409         * gc.c: Raise an ExecutionEngineException instead of using g_error().
30410
30411 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30412
30413         * exception.[ch]:
30414         (mono_get_exception_type_initialization): new function.
30415
30416         * object.c: throw a TypeInitializationException when an exception is
30417         thrown invoking the class constructor.
30418
30419 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30420
30421         * reflection.c: fixed attribute reading.
30422
30423 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30424
30425         * icall.c:
30426         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
30427         provided, look for the type in the calling assembly and then in
30428         mscorlib; if the assembly name is provided, only try that one.
30429
30430 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
30431
30432         * object.c: register the vtable before there is a chance it's
30433         queried again recursively.
30434
30435 2003-01-13  Duncan Mak  <duncan@ximian.com>
30436
30437         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
30438         gc-internal.h. 
30439         
30440 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
30441
30442         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
30443
30444 2003-01-11  Martin Baulig  <martin@ximian.com>
30445
30446         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
30447         this to 20 for the release.
30448
30449 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
30450
30451         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
30452
30453         * loader.c (mono_method_get_marshal_info): bug fix
30454
30455         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
30456         structures with explicit layout
30457
30458 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
30459
30460         * profiler.c: made the output more readable (and sorted). 
30461         Added caller information for the allocation profiler.
30462
30463 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
30464
30465         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
30466
30467 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30468
30469         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
30470         to get value types.
30471         
30472 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
30473
30474         * object.c, profiler.h, profiler.c, profiler-private.h:
30475         Added object allocation profiler.
30476
30477 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
30478
30479         * reflection.h, reflection.c: handle global methods.
30480         Compress blob entries.
30481
30482 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
30483
30484         * marshal.c: fix compilation.
30485
30486 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
30487
30488         * loader.c (mono_method_get_marshal_info): impl.
30489
30490         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
30491
30492 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30493
30494         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
30495         for reference types.
30496
30497 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
30498
30499         * loader.c: fixed off by one error in loaded parameter names.
30500
30501 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
30502
30503         * marshal.c (mono_marshal_get_icall_wrapper): like
30504         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
30505         instead of a MonoMethod.
30506
30507 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30508
30509         * decimal.c: fixed bug #36537.
30510
30511 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
30512
30513         * marshal.c: throw a missing method exception if a
30514         P/Invoke method is not found.
30515
30516 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
30517
30518         * icall.c: allow a null this for constructors.
30519
30520 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
30521
30522         * icall.c: raise the proper exceptions if the arguments to the
30523         internal Invoke are incorrect.
30524
30525 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
30526
30527         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
30528
30529 2003-01-03  Martin Baulig  <martin@ximian.com>
30530
30531         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
30532
30533 2002-12-31  Martin Baulig  <martin@ximian.com>
30534
30535         * debug-mono-symfile.c: Completely rewrote the type section.
30536         Instead of using individual malloc()ed fields, we use one big
30537         continuous memory area and offsets into this area.
30538         See the comments in the source code for details.
30539
30540 2002-12-30  Martin Baulig  <martin@ximian.com>
30541
30542         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
30543
30544 2002-12-30  Martin Baulig  <martin@ximian.com>
30545
30546         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
30547         line number table in this data blob instead of using an external
30548         pointer.
30549
30550 2002-12-28  Martin Baulig  <martin@ximian.com>
30551
30552         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
30553
30554 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
30555
30556         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
30557         as a boxed return type.
30558
30559 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
30560
30561         * appdomain.c
30562         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
30563         g_build_filename to properly get separators on the filename created.
30564
30565         * object.h: Small change, introduce MonoMarshalByRefObject to
30566         track the layout of that structure in the C# universe as we make
30567         changes there.
30568
30569 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
30570
30571         * object.c: removed assert to allow static fields on interfaces.
30572         * loader.c: a TypeSpec may be used for any type, not just arrays.
30573
30574 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
30575
30576         * class.c, class.h: added mono_class_array_element_size ().
30577         Ignore static methods in interfaces.
30578
30579 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30580
30581         * threads.c: fixed the build under cygwin.
30582
30583 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
30584
30585         * reflection.c: handle nullref constants. Allocate keys for
30586         reflection handles with the GC.
30587
30588 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
30589
30590         * threads.c, threads.h: added mono_thread_get_abort_signal()
30591         to get a suitable signal for thread abort.
30592
30593 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
30594
30595         * metadata.c: fix handling of ExportedType table.
30596
30597 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30598
30599         * icall.c: added WriteWindowsDebugString internal call.
30600
30601 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30602
30603         * reflection.h: added fields to match C# implementation.
30604
30605 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30606
30607         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
30608
30609 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
30610
30611         * gc.h, gc-internal.h: Rename header for GC internal calls to
30612         gc-internal.h from gc.h as to not clash with Boehm GC having its
30613         header installed as <gc.h> in outside include paths.
30614         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
30615         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
30616
30617 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30618
30619         * icall.c: assign minor, build and revision in FillName.
30620
30621 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
30622
30623         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
30624         Added support for running code generated by Reflection.Emit.
30625
30626 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30627
30628         * appdomain.c: check for NULL argument in LoadFrom.
30629
30630 2002-12-10  Dick Porter  <dick@ximian.com>
30631
30632         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
30633
30634 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30635
30636         * appdomain.c: fix buglet when building exe file name.  Handle full
30637         assembly name (needed after latest changes to AssemblyName).
30638         * image.c:
30639         (mono_image_close): free some hashtables.
30640
30641 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
30642
30643         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
30644         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
30645         on some systems (redhat 7.3) 
30646
30647 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
30648
30649         * threads.c: delete the critical section of a sync block,
30650         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
30651
30652 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
30653
30654         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
30655
30656 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30657
30658         * appdomain.[ch]: handle the assembly preload event to try loading the
30659         assemblies using the paths we have in the current domain.
30660
30661         * assembly.[ch]: created an assembly preload hook that is called to try
30662         loading the assembly by other means that the ones provided here.
30663
30664         * domain.c: initialize the domain search path.
30665
30666         From now on, assemblies (TODO: except corlib and System) are loaded
30667         according to these rules when using mono_assembly_load ():
30668
30669                 1. It tries to load the assembly from the ApplicationBase
30670                 of the current domain appending .dll and .exe (TODO: have to
30671                 try loading from name/name.dll and name/name.exe).
30672
30673                 2. It tries the search path specified in PrivateBinPath for the
30674                 current domain (if any).
30675
30676                 3. Previous behavior.
30677
30678 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
30679
30680         * icall.c: implemented GetInterfaceMap() related icall.
30681         * domain.c, loader.h: load MethodInfo in mono_defaults.
30682
30683 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
30684
30685         * gc.c: disable the finalizer thread for now, untill all the issues
30686         with it are resolved.
30687
30688 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
30689
30690         * string-icalls.c: handle embedded nulls in string ctor when the
30691         length is specified.
30692
30693 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
30694
30695         * class.c: look for explicit interface implementation in parent
30696         classes, too.
30697
30698 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
30699
30700         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
30701
30702 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
30703
30704         * gc.c: protect handles with a critical section.
30705
30706 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30707
30708         * icall.c:
30709         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
30710         parameters. If no assembly specified, try getting the type from all
30711         the assemblies in the current domain, else, load the assembly and get
30712         the type from it.
30713
30714 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30715
30716         * marshal.c: applied patch from Aleksey Demakov that fixes
30717         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
30718
30719 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30720
30721         * icall.c: fixed get_location.
30722
30723 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
30724
30725         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
30726         declarations to make it work with older gcc. 
30727
30728         * loader.c (mono_get_method): set signature->pinvoke for native calls
30729
30730 2002-11-20  Dick Porter  <dick@ximian.com>
30731
30732         * threads.c (mono_thread_init): Set the main thread's handle
30733
30734 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
30735
30736         * gc.c: allow compilation without GC support. Changed to match the
30737         mono coding style.
30738
30739 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
30740
30741         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
30742
30743 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
30744
30745         * reflection.c: set a public key token on the core assemblies.
30746
30747 2002-11-18  Dick Porter  <dick@ximian.com>
30748
30749         * threads.c: Split out some thread initialisation so that other
30750         files can set the start callback function.
30751
30752         * gc.c: Run finalisers in a separate thread, to avoid stack
30753         overflow.  Fixes bug 31333.
30754
30755         * appdomain.c: Set up GC finalisation thread.
30756
30757         * reflection.c: 
30758         * object.c: 
30759         * domain.c: Use gc.h macros for GC_malloc
30760         
30761 2002-11-15  Dick Porter  <dick@ximian.com>
30762
30763         * threadpool.c: 
30764         * threads.c:
30765         * appdomain.c: Removed mono_runtime_init_with_attach(),
30766         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
30767         merging the extra parameter with the existing function.  Removed
30768         unneeded code in mono_thread_attach().
30769
30770 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
30771
30772         * image.c (mono_image_loaded_by_guid): a method to get loaded
30773         images by guid. 
30774         (load_metadata_ptrs): we store the guid as string.
30775
30776 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
30777
30778         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
30779
30780         * metadata.c (mono_guid_to_string): imported method form Zoltan
30781         Varga (slightly modified)
30782
30783         * assembly.c (mono_assembly_open): load precompiled code
30784
30785         * loader.h (MonoMethod): we store the method token for use in the
30786         aot compiler. 
30787
30788 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30789
30790         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
30791         the hook function called when an assembly is loaded.
30792         
30793         * domain.c: Modified file.
30794         (mono_domain_assembly_load): removed hash table insertion of assemblies.
30795
30796         Fixes bug #33196.
30797
30798 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
30799
30800         * reflection.c: Map PEFileKind to the value expected by the WinNT
30801         image loader. 
30802
30803 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30804
30805         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
30806         Read until the buffer is filled completely.
30807
30808 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30809
30810         * icall.c: implemented MonoType.InternalGetEvent ().
30811
30812 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30813
30814         * appdomain.c: implemented InitAppDomainSetup. Delayed
30815         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
30816         the entry_assembly.
30817
30818         * assembly.c: base_dir is now an absolute path ending with
30819         G_DIR_SEPARATOR.
30820
30821         * icall.c: modified get_location according to the above changes.
30822
30823         * object.c: init AppDomain.SetupInformation for the default domain after
30824         we have the entry assembly.
30825
30826         * domain.c: when unloading a domain, setup = NULL.
30827
30828 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
30829
30830         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
30831
30832 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
30833
30834         * object.h, object.c: introduced mono_object_get_virtual_method ()
30835         to lookup the method invoked on an object when a callvirt is done on
30836         a method.
30837         * icall.c: make MethodInfo::Invoke() always do a virtual call.
30838
30839 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30840
30841         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
30842         current domain when loaded an assembly and failed to load it.
30843
30844         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
30845
30846 2002-10-31  Dick Porter  <dick@ximian.com>
30847
30848         * icall.c: 
30849         * file-io.h: 
30850         * file-io.c: Return the error status in a parameter, as the
30851         GetLastError() value has long since been blown away if we try and
30852         look it up in a subsequent internal call invocation.  Delete the
30853         GetLastError() internal call, because it's useless.
30854
30855 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
30856
30857         * class.[ch]: added cast_class to fix bug 29517
30858
30859 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
30860
30861         * marshal.c: create valid IL code in the filter clause:
30862         the new JIT is less forgiving:-)
30863
30864 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30865
30866         * icall.c: removed get_property internal call.
30867
30868 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
30869
30870         * appdomain.h domain.c: Added an ID to appdomains.
30871         
30872         * threads.c threads.h icall.c: Implement icall
30873         Thread:GetDomainID(), and remove unused icall 
30874         CurrentThreadDomain_internal.
30875
30876 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30877
30878         * icall.c: Don't recurse through the base types in GetConstructor.
30879         Fixes bug #32063. 
30880
30881 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
30882
30883         * mempool.h, mempool.c: added mono_mempool_empty() and
30884         mono_mempool_stats().
30885
30886 2002-10-23  Dick Porter  <dick@ximian.com>
30887
30888         * file-io.c: 
30889         * file-io.h: 
30890         * icall.c: Added MonoIO.GetFileType internal call
30891
30892 2002-10-17  Dick Porter  <dick@ximian.com>
30893
30894         * appdomain.c (mono_runtime_cleanup): Don't signal the async
30895         delegate semaphore before waiting for all threads to finish,
30896         because new threads can also call async delegates.  Fixes bug
30897         32004.
30898
30899         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
30900         of 3 seconds, in case another async job is queued.  (This part is
30901         needed because the bug fix reintroduced the 3s exit lag.)  This
30902         makes the mono_runtime_shutdown flag superfluous.
30903
30904 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
30905
30906         * reflection.c: include ehader size in method section headers.
30907         Really check for suplicated modules entries.
30908
30909 2002-10-17  Martin Baulig  <martin@gnome.org>
30910
30911         * debug-mono-symfile.c: Added back support for locals.
30912
30913 2002-10-14  Martin Baulig  <martin@gnome.org>
30914
30915         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
30916         MONO_TYPE_VOID.
30917
30918 2002-10-14  Martin Baulig  <martin@gnome.org>
30919
30920         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
30921         mono_class_get() instead of looking in the class cache. 
30922
30923 2002-10-13  Martin Baulig  <martin@gnome.org>
30924
30925         * debug-mono-symfile.c: Set version number to 28, include the
30926         signature in method names.
30927
30928 2002-10-13  Martin Baulig  <martin@gnome.org>
30929
30930         * debug-mono-symfile.h: Set version number to 27.
30931
30932 2002-10-11  Martin Baulig  <martin@gnome.org>
30933
30934         * gc.c: Don't register/unregister NULL pointers as disappearing links.
30935
30936 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
30937
30938         * metadata.c, metadata.h: added helper function to allocate signatures.
30939
30940 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30941
30942         * icall.c: added internal call to get the location of machine.config.
30943
30944 2002-10-08  Martin Baulig  <martin@gnome.org>
30945
30946         * debug-mono-symfile.c: Ignore classes with a pending init for the
30947         moment.
30948
30949 2002-10-03  Dick Porter  <dick@ximian.com>
30950
30951         * threads.c: Freebsd pthread_t is a pointer
30952
30953 2002-10-03  Dick Porter  <dick@ximian.com>
30954
30955         * socket-io.c: Implemented GetHostName_internal
30956
30957 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30958
30959         * mono-config.c:
30960         (mono_config_parse_file): don't leak the text.
30961
30962 2002-10-02  Martin Baulig  <martin@gnome.org>
30963
30964         * debug-mono-symfile.c: Added support for methods.
30965
30966 2002-10-01  Martin Baulig  <martin@gnome.org>
30967
30968         * debug-mono-symfile.c: Don't emit methods and line numbers for
30969         the dynamic symbol file, just write the type table.  We can easily
30970         have an external helper program which creates a symbol file for an
30971         IL file.        
30972
30973 2002-10-01  Dick Porter  <dick@ximian.com>
30974
30975         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
30976         Only add the handle to the cleanup array when we're about to
30977         launch the thread.  Bug 31425 deadlocked when the test was run on
30978         mono under w32.
30979
30980 2002-10-01  Martin Baulig  <martin@gnome.org>
30981
30982         * debug-mono-symfile.c: Added support for properties.
30983
30984 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
30985
30986         * reflection.c: unaligned store fix from Mark Crichton
30987         <crichton@gimp.org>.
30988
30989 2002-09-27  Martin Baulig  <martin@gnome.org>
30990
30991         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
30992         New interncall.
30993
30994 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
30995
30996         * assembly.h, assembly.c: use a sane API to hook into the assembly
30997         loading process instead of a useless special-purpouse hack
30998         (ngen needs a hook, too, for example).
30999
31000 2002-09-27  Dick Porter  <dick@ximian.com>
31001
31002         * threads.c (mono_thread_init): Call GetCurrentProcess() so
31003         io-layer can set up some process handle info.  Not needed on w32,
31004         but doesn't hurt either.
31005
31006         * process.c: Pass the program name in the second parameter to
31007         CreateProcess, so the path is searched.  Include the working
31008         directory. Implemented process name, process enumeration, and some
31009         process detail internal calls.
31010         
31011         * icall.c: Added internal calls for process lookup, and some
31012         process details
31013
31014 2002-09-26  Martin Baulig  <martin@gnome.org>
31015
31016         * assembly.c (mono_install_open_assembly_hook): New global
31017         function to install a function to be invoked each time a new
31018         assembly is loaded.
31019         (mono_assembly_open): Run this callback function if set.
31020
31021         * debug-mono-symfile.c: Put back line numbers for the dynamic
31022         symbol file and also record the .il file as source file.  This
31023         allows us to install the temporary symbol file as `file.dbg' just
31024         like a compiler-generated one.
31025
31026 2002-09-26  Nick Zigarovich <nick@chemlab.org>
31027
31028         * Corrected typo in gc.c (BOHEM vs BOEHM).
31029
31030 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31031
31032         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
31033         GetProperties. Also avoid calling g_slist_length in GetProperties and
31034         GetMethods.
31035
31036 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31037
31038         * reflection.c: avoid unaligned stores (bug spotted by
31039         Mark Crichton  <crichton@gimp.org>).
31040
31041 2002-09-25  Martin Baulig  <martin@gnome.org>
31042
31043         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
31044         instead of guint64 for addresses and added prologue/epilogue info.
31045
31046 2002-09-25  Martin Baulig  <martin@gnome.org>
31047
31048         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
31049         store line number info.  For the dynamic symbol file, we only need
31050         to provide the JIT generated dynamic line number info for the dynamic
31051         symbol file.
31052
31053 2002-09-25  Martin Baulig  <martin@gnome.org>
31054
31055         * debug-mono-symfile.h: Incremented version number.
31056
31057 2002-09-24  Martin Baulig  <martin@gnome.org>
31058
31059         * class.c (mono_debugger_class_init_func): New global function
31060         pointer variable.
31061         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
31062         call it.
31063
31064         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
31065         function.  This is called via the mono_debugger_class_init_func
31066         hook to add all types to the dynamic type table.
31067         (ves_icall_MonoDebugger_GetType): New interncall to get a class
31068         from its metadata token.
31069
31070         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
31071         New interncall for the debugger.
31072
31073 2002-09-24  Nick Drochak <ndrochak@gol.com>
31074
31075         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
31076         before using it in case it is null.
31077         
31078 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31079
31080         * metadata.c: allow custom modifiers in local var signatures
31081         (bug spotted by Zoltan Varga).
31082
31083 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31084
31085         * class.c: deal with the <Module> class that may have a NULL vtable.
31086         Eliminate warnings.
31087
31088 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31089
31090         * image.c, image.h: more strong name helpers.
31091         * monosn.c: more work: convert pem keys to cryptoapi format.
31092
31093 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31094
31095         * string-icalls.c: speedup IndexOf.
31096
31097 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31098
31099         * icall.c: updates from Zoltan.2.Varga@nokia.com.
31100
31101 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31102
31103         * icall.c: cleanup: use mono_object_domain ().
31104
31105 2002-09-23  Martin Baulig  <martin@gnome.org>
31106
31107         * debug-mono-symfile.c: Improved type support.
31108
31109 2002-09-22  Martin Baulig  <martin@gnome.org>
31110
31111         * debug-mono-symfile.c: Added support for reference types and strings.
31112
31113 2002-09-22  Martin Baulig  <martin@gnome.org>
31114
31115         * debug-mono-symfile.c: Started to work on the type table.
31116
31117 2002-09-21  Martin Baulig  <martin@gnome.org>
31118
31119         * debug-mono-symfile.c: Largely reworked the symbol table format.
31120         The symbol table is now incrementally updated each time a new
31121         method is added.  We're now also using our own magic and version
31122         so that you don't need to recompile all your classes if the
31123         dynamic table changes.
31124         (mono_debug_update_mono_symbol_file): Removed.
31125         (mono_debug_symfile_add_method): New function to add a method.
31126
31127 2002-09-21  Martin Baulig  <martin@gnome.org>
31128
31129         * icall.c
31130         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
31131         New interncall.
31132
31133         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
31134         New interncall to get a method from its metadata token.
31135
31136 2002-09-21  Martin Baulig  <martin@gnome.org>
31137
31138         * debug-mono-symfile.c: Create type table.
31139
31140 2002-09-20  Martin Baulig  <martin@gnome.org>
31141
31142         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
31143
31144 2002-09-20  Martin Baulig  <martin@gnome.org>
31145
31146         * debug-mono-symfile.c: Provide information about params and locals.
31147
31148 2002-09-20  Martin Baulig  <martin@gnome.org>
31149
31150         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
31151         New interncall.
31152
31153         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
31154         interncall to get a method from its metadata token.
31155
31156 2002-09-20  Martin Baulig  <martin@gnome.org>
31157
31158         * debug-mono-symfile.c: Added a few checks for method->header
31159         being non-NULL.  This should never happen, but for the moment
31160         let's use a g_warning() rather than a g_assert().
31161
31162 2002-09-19  Mark Crichton  <crichton@gimp.org>
31163
31164         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
31165         even if support for it isn't present.  Added an #ifdef to fix this.
31166
31167         * socket-io.c: Added checks back for Solaris support.
31168
31169 2002-09-19  Martin Baulig  <martin@gnome.org>
31170
31171         * debug-mono-symfile.c (read_string, write_string): Reflect latest
31172         changes in the symbol file format.
31173
31174 2002-09-18  Martin Baulig  <martin@gnome.org>
31175
31176         * debug-mono-symfile.c: Set version number to 21.
31177
31178 2002-09-18  Dick Porter  <dick@ximian.com>
31179
31180         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
31181         on netbsd.  Fixes bug 30051.
31182
31183 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31184
31185         * reflection.c:
31186         (set_version_from_string): little fix.
31187
31188 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31189
31190         * monosn.c, Makefile.am: added strong name utility.
31191         * reflection.h, reflection.c: implemented delayed signing,
31192         locale, version and hash id assembly attributes.
31193
31194 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
31195
31196         * loader.c, metadata.c: load param attributes in signatures.
31197
31198 2002-09-16  Martin Baulig  <martin@gnome.org>
31199
31200         * debug-mono-symfile.c: Added string table with all method names.
31201
31202 2002-09-14  Martin Baulig  <martin@gnome.org>
31203
31204         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
31205         fast method lookup.
31206
31207 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31208
31209         * reflection.c: record the public key token of referenced assemblies.
31210
31211 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31212
31213         * image.c, image.h: added functions to get the strong name and the
31214         public key of an assembly.
31215         * pedump.c: use them.
31216
31217 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
31218
31219         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
31220
31221 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
31222
31223         * marshal.c (mono_marshal_get_managed_wrapper): Added
31224         MONO_TYPE_BOOLEAN 
31225
31226 2002-09-11  Martin Baulig  <martin@gnome.org>
31227
31228         * gc.c: Call GC_unregister_disappearing_link() on all links when
31229         finalizing them, this is necessary to aviod a crash in boehm's
31230         finalize handler.
31231
31232 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31233
31234         * gc.c: handle GetTarget for finalized objects spotted and fixed by
31235         nick@chemlab.org.
31236
31237 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
31238
31239         * icall.c: implemented MonoType::Module.
31240         * reflection.c, reflection.h: mono_module_get_object () from
31241         Tomi Pakarinen <tomi.pakarinen@welho.com>.
31242
31243 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
31244
31245         * icall.c: ignore overridden methods in GetMethods ().
31246         Fix for FieldInfo::SetValue().
31247         * object.c: handle float/double in runtime invoke.
31248
31249 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
31250
31251         * object.c: allow a constructor to be called again on an object.
31252
31253 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31254
31255         * class.h, class.c: move field layout code to it's own function and
31256         export it. Get an interface id earlier. Move fields in MonoClass
31257         so they are more cache friendly and align the bitfields.
31258         * loader.c: temporary handle get_param_names() for a runtime method.
31259         * reflection.c, reflection.h: more code to handle runtime creation of
31260         types.
31261
31262 2002-09-09  Martin Baulig  <martin@gnome.org>
31263
31264         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
31265         signature with the pinvoke field being set for the actual call.
31266
31267 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31268
31269         * icall.c: removed some unused icalls. Start of map of glib charsets
31270         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
31271
31272 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31273
31274         * debug-helpers.c: break infinite loop (found and fixed by
31275         Holger Arnold <harnold@gmx.de>).
31276
31277 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31278
31279         * icall.c: target may be null in create_delegate.
31280
31281 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31282
31283         * marshal.c: handle a boolean return type.
31284
31285 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31286
31287         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
31288
31289 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31290
31291         * gc.c: fix weakreferences.
31292
31293 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
31294
31295         * icall.c: added icall to get default codepage.
31296
31297 2002-09-03  Dick Porter  <dick@ximian.com>
31298
31299         * threads.h: 
31300         * threads.c: Use MonoThread instead of MonoObject where
31301         apropriate.
31302
31303         Store running thread objects in a hash table, so that we have all
31304         the info to hand when waiting for them to finish
31305         (means we don't need OpenThread() any more, so mingw builds should
31306         be fully functional again.)
31307
31308         * verify.c:
31309         * object.h: Added thread ID to MonoThread
31310
31311 2002-09-03  Martin Baulig  <martin@gnome.org>
31312
31313         * icall.c (System.Reflection.Assembly::get_location): New interncall.
31314
31315 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31316
31317         * icall.c: fixed leak in get_temp_path. Thanks lupus.
31318
31319 2002-09-03  Martin Baulig  <martin@gnome.org>
31320
31321         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
31322         argument to store the end address of the disassembled instruction.
31323
31324         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
31325         here from debug-symfile.h.
31326         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
31327         JIT into this struct.
31328         (MonoSymbolFile): Added `char *image_file' field.
31329         (MonoDebugGetMethodFunc): Removed.
31330         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
31331         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
31332         (mono_debug_find_method): New method.
31333
31334         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
31335         create a full symbol file.
31336         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
31337         and static symbol files.
31338         (mono_debug_find_method): The symbol file keeps an internal method hash,
31339         call this to get a MonoDebugMethodInfo from a MonoMethod.
31340
31341         * debug-symfile.[ch]: Removed.
31342
31343 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
31344
31345         * image.c (do_mono_image_open): Remove linker version check.
31346
31347 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
31348
31349         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
31350         wrappers for instance methods.
31351         
31352 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31353
31354         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
31355
31356 2002-08-28  Dick Porter  <dick@ximian.com>
31357
31358         * Makefile.am: Export HOST_CC for w32 builds
31359
31360 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31361
31362         * file-io.c process.c: MonoString are null terminated, no
31363         need for mono_string_to_utf16() anymore.
31364
31365 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31366
31367         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
31368
31369 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
31370
31371         * icall.c, reflection.h: speedup System.MonoType.
31372
31373 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31374
31375         * reflection.c: allow null as the value of a string argument in
31376         custom attributes constructors.
31377
31378 2002-08-27  Martin Baulig  <martin@gnome.org>
31379
31380         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
31381         `trampoline_address' field.
31382
31383 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
31384
31385         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
31386         check (fixes bug #29486) 
31387
31388 2002-08-27  Martin Baulig  <martin@gnome.org>
31389
31390         * debug-mono-symfile.c: Changed the file format in a way that allows us
31391         open it read-only and to use a specially malloced area for all the
31392         dynamic data.  We can now also generate a symbol file on-the-fly if we're
31393         debugging IL code and there is no MCS generated symbol file for it.
31394
31395 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
31396
31397         * object.c: added a define for a good string and array
31398         creation speedup (not enabled by default because we need to deal with
31399         the synch stuff).
31400
31401 2002-08-26  Martin Baulig  <martin@gnome.org>
31402
31403         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
31404         function to create a dynamic symbol file.  This is used by the
31405         debugger to create a symbol file for IL code on-the-fly.
31406
31407 2002-08-26  Martin Baulig  <martin@gnome.org>
31408
31409         * loader.c (mono_lookup_pinvoke_call): Include the error message
31410         from g_module_error() in the error message.
31411
31412 2002-08-24  Martin Baulig  <martin@gnome.org>
31413
31414         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
31415         function to update the symbol file.  The symbol file is mmap()ed
31416         writable, but private.  This allows us to install the symbol file
31417         together with the assembly.
31418
31419 2002-08-24  Martin Baulig  <martin@gnome.org>
31420
31421         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
31422         but they can read the new symbol file format which mcs is now creating.
31423
31424         * debug-symfile.c (mono_debug_find_source_location): Moved to
31425         debug-mono-symfile.c; this is now operating on the new symbol file.
31426
31427 2002-08-23  Martin Baulig  <martin@gnome.org>
31428
31429         * debug-helpers.c (mono_method_desc_from_method): New function to get
31430         a MonoMethodDesc from a MonoMethod.
31431
31432 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31433
31434         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
31435         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
31436
31437 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
31438
31439         * string-icalls.[ch]: make helper methods static.
31440
31441 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31442
31443         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
31444         types to it and to SetValueInternal.
31445
31446         * object.c: Moved handle_enum label to its proper place. This was the
31447         f... bug! ;-)
31448
31449         This time i compiled mcs and gtk-sharp and they both work.
31450
31451 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31452
31453         * icall.c: reverted partially my previous patch until 
31454         object.c:set_value handles enums correcly.
31455
31456 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31457
31458         * icall.c:
31459         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
31460         (ves_icall_System_Environment_get_MachineName): removed warning when
31461         compiling under cygwin.
31462
31463 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31464
31465         * object.c: fixed field_get_value() for reference types.
31466
31467 2002-08-22  Dick Porter  <dick@ximian.com>
31468
31469         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
31470         Don't free a buffer while it's still needed.  Patch from Jonathan
31471         Liger <Jonathan.liger@wanadoo.fr>
31472
31473 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
31474
31475         * icall.c (ves_icall_System_Environment_get_Platform): Add new
31476         internal call.
31477
31478 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
31479
31480         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
31481         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
31482
31483         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
31484         we call unmanaged code which throws exceptions.
31485
31486 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31487
31488         * appdomain.h: added per-domain entry_assembly.
31489         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
31490         arguments.
31491         * icall.c: Assembly::GetEntryAssembly icall.
31492         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
31493         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
31494
31495 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
31496
31497         * appdomain.h, gc.c: added mono_domain_finalize ().
31498
31499 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31500
31501         * object.c:
31502         (mono_print_unhandled_exception): changed g_warning by g_printerr
31503         because g_log has a 1024 characters limit (yeah, i got a big stack
31504         trace). Don't print exception name, that should be in ToString 
31505         returned string.
31506
31507 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31508
31509         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
31510         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
31511
31512 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31513
31514         * object.c:
31515         (mono_print_unhandled_exception): after previous commit, i realized
31516         that MS calls ToString on the exception. I changed this function to
31517         do that. This way we get stack_trace for free.
31518
31519 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31520
31521         * object.c:
31522         (mono_print_unhandled_exception): invoke Message property instead of
31523         getting 'message' field from Exception. Don't allocate memory for
31524         'trace' and 'message' if not needed.
31525
31526 2002-08-18  Dick Porter  <dick@ximian.com>
31527
31528         * unicode.c: Fix asserts to match Encoder.cs checks
31529
31530 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31531
31532         * marshal.c: fix unaligned store issue and a few wrong
31533         opcode argument types.
31534
31535 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31536
31537         * icall.c: added GetUninitializedObjectInternal internal call.
31538
31539 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
31540
31541         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
31542         to the right domain.
31543
31544 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
31545
31546         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
31547
31548         * class.c (class_compute_field_layout): set blittable to false for Strings
31549
31550         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
31551
31552 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31553
31554         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
31555         first chunk of code to create types at runtime. Code to
31556         handle ReflectedType/DeclaringType. Make reflection handles
31557         domain specific.
31558
31559 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
31560
31561         * class.c: set correct name in arrays.
31562
31563 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
31564
31565         * appdomain.c (mono_domain_transfer_object): make it work with
31566         valuetypes. bug fixes.
31567
31568 2002-08-12  Dick Porter  <dick@ximian.com>
31569
31570         * object.h: Rename some parameters to avoid c++ keywords (Patch
31571         from Joseph Wenninger <kde@jowenn.at>)
31572
31573 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
31574
31575         * icall.c: added icall to implement Assembly.GetFile*.
31576
31577 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31578
31579         * reflection.h, reflection.c: code to embed managed resources.
31580
31581 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31582
31583         * class.c: move all the type size stuff into
31584         class_compute_field_layout().
31585
31586 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31587
31588         * class.c: ensure enums have always the correct instance size.
31589         * unicode.c: remove wrong assert.
31590
31591 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
31592
31593         * assembly.c: fix mem corruption issue.
31594         * image.h, image.c: added mono_image_get_resource () to access
31595         managed resources.
31596         * icall.c: implemented Assembly.EntryPoint property and some
31597         Managed Resources related internalcalls.
31598
31599
31600 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31601
31602         * image.c, image.h: impemented mono_image_get_entry_point ().
31603         * appdomain.c: use mono_image_get_entry_point.
31604
31605 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
31606
31607         * reflection.c: support the object type argument when loading
31608         custom attributes.
31609
31610 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
31611
31612         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
31613         String as return type.
31614
31615 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
31616
31617         * reflection.c: fix encoding of named args for custom attrs to match
31618         the ms implementation. Read them back when instantiating custom
31619         attributes.
31620
31621 2002-08-02  Radek Doulik  <rodo@ximian.com>
31622
31623         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
31624         by Dietmar as quick fix
31625         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
31626         16 as stack size, used on more places as quick fix before Dietmar
31627         will fix it properly
31628
31629 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31630
31631         * object.h, object.c: added accessors for fields and properties.
31632
31633 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
31634
31635         * class.c, class.h: made mono_class_get_field_from_name ()
31636         loop on parent types.
31637         Added mono_class_get_property_from_name ().
31638
31639 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
31640
31641         * class.c, class.h: move the code to setup the type vtable in its own
31642         function so that it can be reused also for types created at runtime.
31643         Eliminate the "class" identifier from the header file.
31644         * reflection.c: setup the vtable for enums so that we can create
31645         objects for use in SetConstant ().
31646
31647 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
31648
31649         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
31650         instead of the delegate itself as this pointer (bug #28383)
31651
31652 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
31653
31654         * marshal.c (mono_marshal_get_managed_wrapper): added return type
31655         conversions.
31656
31657 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31658
31659         * loader.c: don't set the pinvoke bit on icalls.
31660
31661 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
31662
31663         * debug-helpers.c (mono_method_full_name): only print a number to
31664         indicate wrapper type (so that the output is more readable in traces).
31665
31666 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
31667
31668         * class.c (mono_class_init): include method override patch from Paolo
31669
31670 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
31671
31672         * icall.c: fixed GetTypeCode().
31673
31674 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
31675
31676         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
31677         use real delegate invoke function to make it work with multicast
31678         delegates (fix bug# 28291).
31679
31680 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
31681
31682         * object.c: load constant strings.
31683
31684 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
31685
31686         * reflection.c: no magic numbers.
31687         * tabledefs.h: security action enum.
31688
31689 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
31690
31691         * assembly.c: fix possible memory corruption.
31692
31693 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31694
31695         * reflection.h, reflection.c: added support for linking resources.
31696         * verify.c: check we have an updated corlib.
31697
31698 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
31699
31700         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
31701         string arrays.
31702         (mono_marshal_string_array): null terminate unmanaged string arrays.
31703         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
31704
31705 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
31706
31707         * icall.c: Type.GetType () can now return also types from the
31708         calling assembly.
31709
31710 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
31711
31712         * loader.h, loader.c: stack walking support.
31713         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
31714         GetCallingAssembly.
31715
31716 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
31717
31718         * marshal.c: added optimisations for blittable types 
31719
31720         * class.c (mono_array_class_get): do not set blittable attribute on arrays
31721         (mono_class_setup_mono_type): set blittable attribute for single
31722         and double.
31723
31724         * marshal.c (mono_string_utf8_to_builder): impl.
31725         (mono_string_builder_to_utf8): impl.
31726         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
31727
31728 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
31729
31730         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
31731         (mono_marshal_get_managed_wrapper): impl. byref types
31732
31733 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31734
31735         * icall.c:
31736         (search_method): don't display debug message. 
31737
31738 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
31739
31740         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
31741
31742 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
31743
31744         * appdomain.c: set the missing filename when throwing exception.
31745
31746 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
31747
31748         * metadata.c (mono_type_size): code cleanup
31749         (mono_type_stack_size): removed some test code
31750
31751 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
31752
31753         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
31754         mono_get_exception_file_not_found now.
31755
31756         * exception.c (mono_exception_from_name_two_strings): New version
31757         that will call a constructor with two string arguments. 
31758         (mono_get_exception_file_not_found): New helper routine, used to
31759         report file-not-found errors.
31760
31761 2002-07-20  Dick Porter  <dick@ximian.com>
31762
31763         * process.h:
31764         * process.c: Pass file handles to CreateProcess
31765         
31766         * icall.c:
31767         * file-io.h:
31768         * file-io.c: Implemented CreatePipe
31769
31770 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
31771
31772         * metadata.c (mono_get_param_info): set alignment for value types
31773
31774 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31775
31776         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
31777         Constify mono_domain_assembly_open().
31778         * loader.c: handle null namespace in icalls.
31779
31780 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
31781
31782         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
31783         (emit_str_to_ptr_conv): marshal object as structs
31784
31785         * metadata.c (mono_type_to_unmanaged): marshal object as structs
31786
31787         * marshal.c (mono_marshal_get_runtime_invoke): support value types
31788
31789 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
31790
31791         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
31792         (mono_marshal_get_native_wrapper): we an now return value types
31793
31794 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31795
31796         * verify.c: more checks implemented.
31797
31798 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
31799
31800         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
31801         (fix bug #27695)
31802         (mono_marshal_get_native_wrapper): allow byref arguments
31803         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
31804         impl. PtrToStringXXX methods
31805         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
31806         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
31807         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
31808         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
31809         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
31810
31811 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31812
31813         * reflection.c: fix buglet in parsing an assembly name.
31814
31815 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
31816
31817         * marshal.c (emit_ptr_to_str_conv): first impl.
31818
31819 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
31820
31821         * object.c, class.h: cache the vtable in the class as suggested by
31822         vargaz@freemail.hu (Zoltan Varga).
31823
31824 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31825
31826         * class.h, loader.c: added mono_field_from_token().
31827         * verify.c: first cut of type checking code.
31828
31829 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
31830
31831         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
31832
31833 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
31834
31835         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
31836         (fix bug #27782)
31837         (mono_marshal_get_remoting_invoke): impl.
31838         (mono_delegate_begin_invoke): impl.
31839         (mono_mb_emit_save_args): impl.
31840         (mono_delegate_end_invoke): impl.
31841         (mono_marshal_get_delegate_begin_invoke):
31842         (mono_marshal_get_delegate_end_invoke):
31843         (mono_marshal_get_delegate_invoke): generate a special name for
31844         those methods (including the signature) and associate them whith
31845         the delegate class. 
31846
31847 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
31848
31849         * reflection.[ch]: 
31850         (mono_reflection_type_from_name): now it has a MonoImage parameter
31851         which is used as the default image to search the type in. If the image
31852         is NULL or getting the type from it fails, it defaults to corlib.
31853
31854         * icall.c: changed 1 call to mono_reflection_type_from_name to match
31855         new parameter.
31856
31857 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31858
31859         * reflection.c: update the parameter table index.
31860
31861 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
31862
31863         * domain.c: don't include the mark byte in the string hash.
31864
31865 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
31866
31867         * icall.cs: icall for Type.GetTypeCode ().
31868         * verify: a couple of fixes and disabled local initialization checks.
31869
31870 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
31871
31872         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
31873
31874         * debug-helpers.c (mono_method_full_name): print the type of the
31875         runtime wrapper
31876
31877         * metadata.c (mono_signature_hash): a hash function for signatures
31878         (mono_signature_hash): better hash algorithm
31879
31880         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
31881
31882         * debug-helpers.c (mono_method_full_name): this can now generate
31883         method names with signatures
31884
31885         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
31886         method dont have this pointers.
31887
31888 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
31889
31890         * reflection.c: fixup typebuilder tokens.
31891         * image.c: fix buglet.
31892         * marshal.h: remove whitespace.
31893         * metadata.h, metadata.c: reinstate code that was removed.
31894         * verify.c: handle catch directives and fix another couple of bugs.
31895
31896 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
31897
31898         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
31899         (mono_marshal_get_native_wrapper): make it comp. with the old code
31900         (mono_marshal_get_native_wrapper): support boolean
31901         (mono_marshal_get_managed_wrapper): support more types
31902
31903 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
31904
31905         * class.c (class_compute_field_layout): compute class->blittable attribute.
31906
31907 2002-07-09  Dick Porter  <dick@ximian.com>
31908
31909         * threads.c: Make the thread cleaning up cope with threads that
31910         call ExitThread()
31911
31912 2002-07-08  Radek Doulik  <rodo@ximian.com>
31913
31914         * reflection.c (method_encode_code): use non-translated values to
31915         compute finally_start, this fixes exception handling on ppc, yay!
31916
31917         * decimal.h (struct signscale): fix endianess
31918
31919 2002-07-07  Radek Doulik  <rodo@ximian.com>
31920
31921         * reflection.c: swap box_val and not val
31922
31923 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
31924
31925         * reflection.c, reflection.h: handle full assembly info in type name.
31926         Handle Type arguments when loading custom attributes.
31927         * icall.c: updated to use new mono_reflection_type_from_name () method.
31928
31929 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31930
31931         * loader.c:
31932         (method_from_memberref): also print assembly name when method not found.
31933
31934 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31935
31936         * icall.c:
31937         (ves_icall_TypeGetProperties): fixed bug #27473. 
31938
31939 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31940
31941         * reflection.c: display image name and token when cannot find the
31942         .ctor for an attribute.
31943
31944 2002-07-05  Martin Baulig  <martin@gnome.org>
31945
31946         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
31947
31948 2002-07-04  Dick Porter  <dick@ximian.com>
31949
31950         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
31951         compile on mingw.  This will cause mingw builds to not wait for
31952         subthreads to terminate after the main thread does.  I've lodged a
31953         bug with the mingw developers for them to wrap OpenThread().
31954
31955 2002-07-03  Dick Porter  <dick@ximian.com>
31956
31957         * threads.c: Store thread IDs instead of handles, because
31958         GetCurrentThread() returns a pseudohandle and therefore stores
31959         useless values.  mono_thread_cleanup() continues checking the
31960         array of threads until it is empty, to cope with subthreads
31961         spawning new threads after the main thread has finished.
31962
31963         * profiler.h:
31964         * profiler.c:
31965         * profiler-private.h: Pass the thread ID to thread profiler
31966         functions, instead of a handle
31967
31968 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
31969
31970         * verify.c: fixes to make it more usable.
31971         * pedump.c: added --verify code to verify IL code in an assembly.
31972
31973 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31974
31975         * reflection.c: turn errors into warnings to allow compiling corlib.
31976
31977 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
31978
31979         * reflection.c: add special cases to compile corlib.
31980
31981 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31982
31983         * reflection.c: handle properties with only a set method.
31984
31985 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31986
31987         * opcodes.h: add enum with opcodes in opval order.
31988
31989 2002-07-01  Dick Porter  <dick@ximian.com>
31990         
31991         * object.h:
31992         * object.c (mono_runtime_run_main): Removed unneeded argument
31993
31994 2002-06-28  Martin Baulig  <martin@gnome.org>
31995
31996         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
31997
31998 2002-06-27  Dick Porter  <dick@ximian.com>
31999
32000         * threads.c: Store the handle in both the parent thread and in the
32001         subthread, to minimise the time between starting a new thread and
32002         storing its ID.
32003
32004 2002-06-26  Dick Porter  <dick@ximian.com>
32005
32006         * appdomain.c (mono_runtime_cleanup): Close the socket library
32007         after all the threads have finished, not before
32008
32009 2002-06-26  Martin Baulig  <martin@gnome.org>
32010
32011         * debug-symfile.c (mono_debug_find_source_location): Added
32012         `guint32 *line_number' argument.  If it's not NULL, store the line number
32013         there and return the file name without the line number.
32014
32015 2002-06-25  Dick Porter  <dick@ximian.com>
32016
32017         * icall.c:
32018         * process.h:
32019         * process.c: Process forking and other support functions
32020
32021 2002-06-25  Dick Porter  <dick@ximian.com>
32022
32023         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
32024         things dont happen when the image is closed.
32025         (mono_image_lookup_resource): Walk the resource section looking
32026         for a particular entry
32027
32028         * cil-coff.h: PE resource section decoding
32029
32030 2002-06-25  Dick Porter  <dick@ximian.com>
32031         
32032         * assembly.h:
32033         * assembly.c: 
32034         (mono_assembly_foreach): Accessor functions to walk the list of
32035         loaded assemblies
32036         (mono_assembly_set_main):
32037         (mono_assembly_get_main): Process methods need to know which
32038         assembly is the "main" one
32039
32040         * object.c (mono_runtime_run_main): Record the main assembly
32041
32042         * debug-helpers.c: Fix typo
32043
32044 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
32045
32046         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
32047         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
32048
32049 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32050
32051         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
32052
32053 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
32054
32055         * image.c (do_mono_image_open): Initialize reference count,
32056         otherwise we leak the MonoImage.
32057
32058 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32059
32060         * reflection.c: small tweak to handle self-hosting.
32061
32062 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32063
32064         * reflection.c: fix type name parse code.
32065
32066 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32067
32068         * reflection.c: break out of the loop.
32069         * image.c: special case corlib.
32070
32071 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32072
32073         * reflection.c: add all the custom attrs at the end to ensure the
32074         ctors have been properly initialized when the attributes are defined
32075         in the current assembly.
32076
32077 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32078
32079         * reflection.c: handle correctly multiple-nested types.
32080
32081 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32082
32083         * row-indexes.h: fix typos.
32084         * reflection.c: adjust for typos and fix method_def_or_ref
32085         encoding in MethodImpl table.
32086
32087 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32088
32089         * reflection.c: fix entry point patching (thanks Serge!).
32090
32091 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
32092
32093         * verify.c: add check for System.Exception
32094
32095 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32096
32097         * image.c, class.c: minifix for code just c&p'ed.
32098         * reflection.c: warning fix.
32099         * object.h, loader.h, domain.c: load also StringBuilder.
32100
32101 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32102
32103         * marshal.h, marshal.c: some support code to handle complex marshaling.
32104
32105 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32106
32107         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
32108         Better signatures with vtable error dump.
32109
32110 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
32111
32112         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
32113
32114 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
32115
32116         * icall.c (ves_icall_Type_GetField): impl.
32117
32118 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32119
32120         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
32121         to retrieve a marshal description blob for a field or param.
32122
32123 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32124
32125         * reflection.h, reflection.c: change order of nested type emission
32126         to avoid table corruption. The NestedTypes table is sorted.
32127         * icall.c: change order of GetConstructor results to workaround mcs bug.
32128
32129 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32130
32131         * reflection.h, reflection.c: handle field and param marshal
32132         information.
32133
32134 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32135
32136         * icall.c, marshal.c marshal.h: more Marshal class implementation.
32137
32138 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32139
32140         * reflection.c: fix call convention.
32141
32142 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32143
32144         * reflection.h, reflection.c: mono_image_get_memberref_token()
32145         takes a type instead of a class, now. Added
32146         mono_image_get_array_token() to create tokens for the special
32147         multi-dim array methods.
32148
32149 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32150
32151         * assembly.c: handle modules (no assembly table). Split
32152         loading references in its own function.
32153         * class.c: handle moduleref resolution scope.
32154         * image.c, image.h: cache module name in image.
32155
32156 2002-06-07  Martin Baulig  <martin@gnome.org>
32157
32158         * reflection.c (mono_image_get_type_info): Only add a class layout entry
32159         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
32160
32161 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32162
32163         * icall.c: more signature fixes that used uint instead of int.
32164
32165 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32166
32167         * reflection.c: fixed signature of field refs.
32168
32169 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32170
32171         * class.c, reflection.c: handle typerefs of nested types
32172         (both on read and when writing files).
32173
32174 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32175
32176         * icall.c: fix method signatures that tried to workaround the previous
32177         typo, d'oh!
32178
32179 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32180
32181         * debug-helpers.c: fix typo.
32182
32183 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32184
32185         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
32186         rewrote the PE/COFF writing code (our programs are understood by the
32187         ms runtime, now).
32188
32189 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32190
32191         * gc.c, gc.h, icall.c: weakreference support.
32192
32193 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32194
32195         * Makefile.am, mono-config.c: use $(sysconfdir).
32196
32197 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32198
32199         * icall.c: changed default precision of Double.ToString() to 15.
32200         Fixed memory leak. Unified with Single.ToString.
32201
32202 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32203
32204         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
32205
32206 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32207
32208         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
32209         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
32210         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
32211         and myself.
32212
32213 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32214
32215         * debug-symfile.c, sysmath.c: yet more compilation fixes.
32216
32217 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32218
32219         * reflection.c, socket-io.c: more compilation fixes.
32220
32221 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32222
32223         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
32224         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
32225         unicode.c: warning and compiler compatibility fixes.
32226
32227 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32228
32229         * class.h, metadata.c: fixed warnings/compilation errors.
32230
32231 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32232
32233         * Makefile.am, mono-config.c, mono-config.h: configuration file
32234         support routines.
32235         * loader.c, loader.h: make Dll mapping configurable at runtime in the
32236         config file. Export methods to insert and lookup mappings.
32237
32238 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32239
32240         * reflection.c: handle types and boxed objects in custom attr
32241         constructors.
32242
32243 2002-05-30  Martin Baulig  <martin@gnome.org>
32244
32245         * debug-symfile.c
32246         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
32247
32248 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
32249
32250         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
32251         to lookup the implmap row for a P/Invoke method.
32252         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
32253         P/Invoke method from the runtime on an as needed basis.
32254
32255 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
32256
32257         * metadata.c (mono_metadata_parse_signature): impl.
32258
32259 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32260
32261         * class.c: handle .pack directive.
32262
32263 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32264
32265         * object.c: initialize static fields with RVA data.
32266
32267 2002-05-25  Martin Baulig  <martin@gnome.org>
32268
32269         * debug-symfile.c
32270         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
32271
32272 2002-05-24  Martin Baulig  <martin@gnome.org>
32273
32274         * debug-symfile.c
32275         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
32276         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
32277         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
32278
32279 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32280
32281         * object.c: special case string ctros in invoke.
32282         * gc.c: silly whitespace changes.
32283
32284 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
32285
32286         * threadpool.[ch]: impl. a threadpool that can
32287         be used by mint and mono.
32288
32289 2002-05-22  Martin Baulig  <martin@gnome.org>
32290
32291         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
32292         The first argument is now a `MonoReflectionModuleBuilder *', the return
32293         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
32294         `methods' field to get the method builder.  The `token' argument is the
32295         unfixed token.
32296
32297         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
32298         invalid characters instead of g_assert_not_reached()ing.  This seems
32299         to be the behaviour of mscorlib.
32300
32301 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
32302
32303         * object.c (mono_runtime_invoke_array): applied patch from Rachel
32304         Hestilow to fix bug #25104
32305
32306 2002-05-21  Martin Baulig  <martin@gnome.org>
32307
32308         * debug-symfile.c (mono_debug_find_source_location): New function.
32309         Looks up an IL offset in the line number table and returns the source
32310         location as a string.
32311
32312 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32313
32314         * icall.c:
32315         (mono_double_ToStringImpl): changed %f by %g until we have something
32316         better.
32317
32318 2002-05-21  Nick Drochak  <ndrochak@gol.com>
32319
32320         * icall.c : Use different name for Math.Pow's icall.  Needed to check
32321         parameters first in C#.
32322
32323 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32324
32325         * icall.c, reflection.h: added icall to get info about an event.
32326
32327 2002-05-20  Radek Doulik  <rodo@ximian.com>
32328
32329         * object.c (mono_value_box): don't use memcpy for boxing on BIG
32330         endian
32331         (mono_value_box): don't use memcpy for small sizes on
32332         architectures with unaligned access
32333
32334 2002-05-20  Martin Baulig  <martin@gnome.org>
32335
32336         * reflection.c (mono_reflection_setup_internal_class): Don't crash
32337         if `tb->parent == NULL'.
32338         (mono_reflection_create_internal_class): New function.  This is
32339         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
32340         for enum types.
32341
32342         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
32343         New interncall.
32344
32345 2002-05-19  Martin Baulig  <martin@gnome.org>
32346
32347         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
32348         argument to get the length, don't default to the array length.
32349
32350 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
32351
32352         * assembly.c (mono_assembly_setrootdir): New function used to
32353         override the MONO_ASSEMBLIES directory.
32354
32355 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32356
32357         * icall.c: ValueType_GetHashCode() initialize local var.
32358
32359 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32360
32361         * reflection.c: sort custom attributes table.
32362
32363 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32364
32365         * reflection.c: support named args in custom attributes (write support).
32366
32367 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32368
32369         * reflection.c: fix finally position calculation.
32370
32371 2002-05-15  Radek Doulik  <rodo@ximian.com>
32372
32373         * reflection.c: fixed endianess at many places
32374
32375         * icall.c (ves_icall_InitializeArray): comment out debug msg
32376
32377 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
32378
32379         * object.c (mono_unhandled_exception): new function to handle
32380         unhandled exceptions.
32381         (mono_unhandled_exception): call the UnhandledException event.
32382         (mono_runtime_delegate_invoke): impl.
32383
32384 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
32385
32386         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
32387         returns the RVA, not the direct pointer to the data. Handle the case
32388         when the class size is fixed.
32389
32390 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32391
32392         * reflection.c: fix some endianess issues.
32393
32394 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
32395
32396         * object.c (mono_runtime_invoke): is now able to catch exceptions.
32397
32398         * threads.c (mono_thread_init): added a callback which is invoked
32399         at thread start.
32400
32401 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32402         
32403         * icall.c: make GetHashCode return non-negative values.
32404
32405 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32406
32407         * object.c, icall.c, gc.c: revert to address-based hashcode.
32408
32409 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
32410
32411         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
32412
32413 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32414
32415         * icall.c, class.c: special case <Module>.
32416
32417 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
32418
32419         * icall.c: fix bug in GetNow().
32420
32421 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
32422
32423         * object.c (mono_runtime_class_init): make sure that we call all
32424         static class constructors.
32425
32426 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32427
32428         * reflection.c: sort methodsemantics table.
32429
32430 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32431
32432         * reflection.h, reflection.c: honour init locals setting.
32433
32434 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
32435
32436         * icall.c: copied Double ToStringImpl for Single ToStringImpl
32437
32438 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32439
32440         * reflection.c: support ContructorBuilders in attribute blob creation.
32441
32442 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32443
32444         * reflection.c: some changes to build a binary that can be run
32445         directly in windows.
32446
32447 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
32448
32449         * loader.c: print a big message when an icall can't be found.
32450
32451 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32452
32453         * string-icalls.c: fix bug 24248.
32454
32455 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32456
32457         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
32458         icall.c, reflection.h: separate assembly loading by pathname and by
32459         assembly name. Use the MONO_PATH env var to search for assemblies.
32460
32461 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32462
32463         * assembly.c, image.h: add some support for assemblies
32464         with multiple modules.
32465         * class.c, class.h: export mono_class_from_typeref().
32466         * loader.c: remove duplicated code and use mono_class_from_typeref(),
32467         instead.
32468
32469 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32470
32471         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
32472         documentation says (the ECMA one is correct).
32473
32474 2002-05-02  Dick Porter  <dick@ximian.com>
32475
32476         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
32477         Don't name the synchronisation mutex.
32478
32479 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
32480
32481         * rand.c
32482         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
32483         Make the prototypes match.
32484         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
32485         Same.
32486
32487         * icall.c
32488         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
32489         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
32490         all systems have tm.tm_zone, so use strftime() with %Z to print
32491         the timezone abreviation into a temp string.
32492
32493         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
32494         rather than mono_array_addr() on a MonoString on Big Endian
32495         machines.
32496
32497 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
32498
32499         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
32500         fix bug 24041
32501
32502 2002-04-30  Dick Porter  <dick@ximian.com>
32503
32504         * socket-io.c: Cope with SOCKET being an integer rather than a
32505         pointer now.
32506
32507         * threads.c: Added Thread_free_internal, to deal with thread
32508         handle cleanup.  Moved calls to handle_store() and handle_remove()
32509         to start_wrapper(), so each can only be called once.  Allocate
32510         synchronisation blocks with GC_malloc(), and use GC finalisation
32511         to close the handles.
32512
32513         * icall.c: added System.Threading.Thread::Thread_free_internal
32514
32515 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32516
32517         * icall.c: support Environment.Exit, CommandLineArgs().
32518
32519 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32520
32521         * object.c, object.h: added mono_runtime_run_main () and
32522         mono_runtime_get_main_args () for use in System.Environment.
32523
32524 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32525
32526         * gc.c: fix thinko, enable actual finalization since the jit is now
32527         fixed.
32528
32529 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32530
32531         * gc.c, object.c: take into account that an object may be offset wrt the address
32532         returned by GC_malloc().
32533
32534 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32535
32536         * image.c: handle files without entries in the assembly table (modules).
32537
32538 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
32539
32540         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
32541         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
32542         allowed to be null when it's System.Object class setup.
32543
32544 2002-04-27  Martin Baulig  <martin@gnome.org>
32545
32546         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
32547         if `tb->parent == NULL' rather than crashing.
32548
32549 2002-04-28  Nick Drochak  <ndrochak@gol.com>
32550
32551         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
32552         calling acos() where asin() should have been called.
32553
32554 2002-04-26  Martin Baulig  <martin@gnome.org>
32555
32556         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
32557         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
32558         there's a subdirectory called `System', but we don't want to read that
32559         subdirectory as an assembly.
32560
32561 2002-04-25  Martin Baulig  <martin@gnome.org>
32562
32563         * debug-symfile.c: Reflect latest MonoString changes.
32564
32565 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32566
32567         * rand.c, rand.h: instance method icalls need to have an explicit
32568         this pointer as first argument in the C implementation.
32569
32570 2002-04-25  Nick Drochak <ndrochak@gol.com>
32571
32572         * icall.c: Fix typo in map for GetNonZeroBytes
32573
32574 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
32575
32576         * string-icalls.c : String does now passes unit tests without any 
32577         errors, the following changes has been made:
32578         
32579         Implemented replace methods.
32580         Renaming of methods to (try) follow the standard.
32581         Fixed compare ordinal
32582         Made all memory allocated directly to function instead of via icall function.
32583         Small performance fix in is_in_array function
32584                         
32585  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
32586
32587         c (mono_string_Internal_ctor_charp_int_int):
32588         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
32589         sindex < 0, throw ArgumentOutOfRangeException instead of
32590         ArgumentNullException.
32591
32592         Added new check for length == 0, however
32593         I need to make it return String.Empty from the C code.
32594         
32595         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
32596         that calculate the length for us here.
32597         
32598         (mono_string_Internal_ctor_sbytep_int_int): Replaced
32599         mono_string_new_utf16 with mono_string_new, since value is utf8.
32600
32601 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32602
32603         * object.c: register the object for finalization if needed.
32604         Allocate one more char in the string for the terminating 0 char.
32605
32606 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32607
32608         * class.c, class.h, image.c: check if a type implemenst a destructor.
32609         Use the proper key for array class lookups.
32610         * icall.c: register the icalls in the System.GC class.
32611         * gc.c, gc.h: GC-related functions and icalls.
32612
32613 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32614
32615         * icall.c:
32616         * socket-io.c:
32617         * unicode.c: free some strings gotten from mono_string_to_utf8 and
32618         changed a couple of free () by g_free ().
32619
32620         * decimal.c: one-liner in the comments for decimal2string ().
32621
32622 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
32623
32624         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
32625
32626 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
32627
32628         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
32629         * object.c (mono_runtime_invoke_array) : handle null in params
32630
32631 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
32632
32633         * string-icalls.c: fixed bug in split (one off bug)
32634
32635 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
32636
32637         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
32638         * icalls.c: added String::Equals as internal method
32639
32640 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
32641
32642         * threads.c: fixed bug in the double interlocked functions
32643
32644 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
32645
32646         * threads.c: implemented all of the new interlocked icalls.
32647         * string-icalls.c: fix a bug in insert.
32648         * icalls.c: added the icalls for interlocked, removed old string functions.
32649         
32650 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32651
32652         * loader.c: fix off-by-one error when reading argument names.
32653
32654 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32655
32656         * profiler.c: win32 counter implementation (untested).
32657         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
32658         (the latter needs testing and more complete impl. from win32 folks).
32659
32660 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
32661
32662         * object.c: mono_array_new_full workaround mono_array_class_get
32663         problem.
32664
32665 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
32666
32667         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
32668         * object.h (mono_string_chars): Changed casting type.
32669
32670 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
32671
32672         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
32673                            method signatures to use gunichar2 instead of gint16.
32674
32675 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
32676
32677         * object.h, object.c: domain-specific versions of mono_object_new and
32678         mono_array_new.
32679
32680 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
32681
32682         * object.c: changed String layout
32683
32684         * string-icalls.c (mono_string_Internal_ctor_chara): added
32685         internal string constructors.
32686
32687 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
32688
32689         * threads.c: pass 'this' to the thread start routine.
32690
32691 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32692
32693         * string-icalls.c: fix IndexOf and LastIndexOf. Now
32694         InternalCompareStr don't call twice mono_string_cmp_char for the last
32695         character. Improved performance in mono_string_cmp_char.
32696
32697 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32698
32699         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
32700         code into its own library: libmonoruntime.
32701
32702 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
32703
32704         * object.h, object.c: changed array format so that szarrays do not
32705         require a bounds structure.
32706         * icall.c, appdomain.c: support for new szarray format.
32707
32708 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
32709
32710         * metadata.c: compare also the retuns type when comparing signatures:
32711         we didn't do this as an optimization since really overloaded methods
32712         must differ also in the arguments, but this doesn't work with
32713         low-level IL code (or when using explicit conversion operators: see
32714         bug#23498 for an example).
32715
32716 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32717
32718         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
32719
32720 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32721
32722         * icall.c: make MonoType::GetElementType its own icall.
32723
32724 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32725
32726         * icall.c: remove MonoMethod_get_Name().
32727         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
32728         object.
32729
32730 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
32731
32732         * string-icalls.c: optimized a few methods.
32733
32734 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
32735
32736         * icall.c: added all new string internal calls
32737         * string-icalls.c: added, new string internal call implementation.
32738         * object.c: added mono_string_new_size for allocating a string a size
32739
32740 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
32741
32742         * object.c (mono_object_isinst): use the same code as in the
32743         optimized x86 version.
32744
32745 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32746
32747         * profiler.c: TSC-based timer code (faster and more accurate).
32748         Not hooked up in configure, yet (set USE_X86TSC to 1).
32749
32750 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
32751
32752         * profiler.c, profiler.h: track time spent compiling methods.
32753         * threads.c: track thread creation/destruction.
32754
32755 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
32756
32757         * profiler.c, profiler.h, profiler-private.h: profiling interface
32758         and sample implementation. Moved here so that it can be used also by
32759         the jit.
32760
32761 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
32762
32763         * reflection.c, reflection.h: keep types and other handles separate in
32764         the hash tables for referred tokens. Add guid for modules.
32765
32766 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32767
32768         * assembly.c: fix bugs found with valgrind.
32769         * metadata.h, metadata.c: added mono_metadata_guid_heap().
32770
32771 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
32772
32773         * threads: added icall support for getting current domain for
32774                    the thread.
32775  
32776 2002-04-13  Martin Baulig  <martin@gnome.org>
32777
32778         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
32779         (MonoDebugVarInfo): Added `index' field for register based addresses.
32780         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
32781         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
32782         `MonoDebugVarInfo *params' and `guint32 this_offset' with
32783         `MonoDebugVarInfo *this_var'.
32784
32785         * debug-symfile.c (relocate_variable): New static function to write
32786         a location description for a local variable or method parameter.
32787
32788 2002-04-12  Martin Baulig  <martin@gnome.org>
32789
32790         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
32791         stack offset and begin/end scope address of a local variable.
32792         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
32793         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
32794         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
32795
32796         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
32797         Added new relocation types for start/end scope of a local variable.
32798
32799 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32800
32801         * object.h: add mono_object_domain() macro.
32802         * reflection.c: handle typespecs.
32803         * icall.c: MonoMethod::get_Name() implementation.
32804
32805 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32806
32807         * icall.c: String::GetHashCode() icall implementation.
32808
32809 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32810
32811         * icall.c: String::IndexOfAny icall.
32812         * object.c, object.h: make array->max_length more useful.
32813         Intrduced mono_object_class() and mono_string_length() macros.
32814
32815 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32816
32817         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
32818         instead of g_unichar_isdigit.
32819
32820 2002-04-11  Nick Drochak  <ndrochak@gol.com>
32821
32822         * icall.c: Implement a simple Double.ToString().
32823
32824 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32825
32826         * appdomain.h: only io-layer.h is supposed to be included.
32827         * icall.c: explicitly import environ. Fix warning.
32828
32829 2002-04-10  Nick Drochak  <ndrochak@gol.com>
32830
32831         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
32832                 return true even if it's not Daylight Savings time.
32833                 Only return false for the case where the function isn't
32834                 implemented for a plaform (read Windows).
32835
32836 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32837
32838         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
32839         data with a mutex.
32840
32841 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
32842
32843         * mempool.c (mono_mempool_alloc): only use g_malloc when
32844         absolutely necessary.
32845
32846 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
32847
32848         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
32849
32850         * class.c (mono_class_vtable): use domain mempool to allocate vtable
32851         (mono_class_proxy_vtable): use domain mempool
32852
32853 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32854
32855         * appdomain.h, appdomain.c: split initialization that requires the
32856         execution engine support into mono_runtime_init().
32857
32858 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
32859
32860         * class.c (mono_class_init): don't include vtable inside MonoClass
32861         to save some memory, gather some statistics.
32862         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
32863
32864 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32865
32866         * icall.c: internalcall implementation for ValueType.Equals().
32867
32868 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
32869
32870         * object.c (mono_message_init): moved 
32871         (mono_runtime_exec_main): new arch. independent impl.
32872         (mono_runtime_invoke_array): new method - like
32873         mono_runtime_invoke, but you can pass an array of objects.
32874         (mono_remoting_invoke): new arch. independent impl.
32875         (mono_message_invoke): new arch. independent impl.
32876         (mono_runtime_class_init): new arch. independent impl.
32877         (mono_runtime_object_init): new arch. independent impl.
32878
32879 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32880
32881         * metadata.c, object.c, reflection.c: documented the exported
32882         functions.
32883
32884 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32885
32886         * icall.c: simpler code to pass the assembly builder data to corlib.
32887         Implement GetNestedTypes() internalcall.
32888
32889 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32890
32891         * class.c: warn if a type can't be loaded.
32892
32893 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
32894
32895         * image.h: typedef MonoImageOpenStatus
32896         * types.h: removed unused file
32897         
32898 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
32899
32900         * icall.c: Enum_ToObject accepts enum value arguments.
32901
32902 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32903
32904         * class.c: move initialization of properties, events and nested
32905         classes, so that they happen for interfaces, too.
32906
32907 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32908
32909         * icall.c: cleanup some ugly casts in Array_SetValue*.
32910
32911 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32912
32913         * icall.c: the values array fro enums is of the correct type, now.
32914         Implement (correctly) getFullName instead of assQualifiedName for
32915         MonoType.
32916         * reflection.h, reflection.c: added mono_type_get_name ().
32917
32918 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32919
32920         * assembly.c, image.h: for each MonoImage, record from wich assembly
32921         it was loaded.
32922         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
32923         Make Type.Assembly work.
32924
32925 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
32926
32927         * debug-symfile.h: use char* instead of gpointer to avoid
32928         unnecessary casts.
32929
32930         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
32931
32932         * icall.c (ves_icall_InternalExecute): impl. FielSetter
32933         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
32934
32935 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
32936
32937         * icall.c (mono_message_init): impl. (code cleanup)
32938         (ves_icall_InternalExecute): impl. FieldGetter
32939
32940         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
32941         defined we call all (non-static)methods through the vtable. 
32942
32943 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
32944
32945         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
32946         finalizer even though the memory is still referenced (and the chunk of
32947         memory is not freed).
32948
32949 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
32950
32951         * assembly.c: fix brokeness.
32952
32953 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
32954
32955         * class.c: kill some warnings. Check explicit interface method
32956         implementation also without considering the namespace.
32957         Load also literal strings in static class data.
32958
32959 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
32960
32961         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
32962         (default_assembly_name_resolver): Make the resolver take the
32963         "base" directory where the assembly was originally defined, so we
32964         can load DLLs that are in the same directory as the assembly that
32965         is being referenced.
32966
32967 2002-03-28  Dick Porter  <dick@ximian.com>
32968
32969         * file-io.h: 
32970         * file-io.c:
32971         * socket-io.c: 
32972         * unicode.h: 
32973         * unicode.c: Warning cleanups
32974
32975 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
32976
32977         * object.h, reflection.h: use the correct type instead of MonoObject.
32978
32979 2002-03-28  Martin Baulig  <martin@gnome.org>
32980
32981         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
32982         (mono_debug_update_symbol_file): Initialize classes if necessary.
32983
32984 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
32985
32986         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
32987         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
32988
32989 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
32990
32991         * assembly.h: fix function prototype.
32992         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
32993         * mono-endian.h: use const cast.
32994
32995 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
32996
32997         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
32998
32999 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33000
33001         * loader.c: don't assert when a typeref can't be loaded, give
33002         a chance to the runtime to trow an exception instead.
33003         * loader.h: fix warning.
33004
33005 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33006
33007         * class.c (mono_class_proxy_vtable): added proxy support
33008
33009 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
33010
33011         * icall.c: removed last of PAL calls, added System.Environment
33012         * file-io.h, file-io.c: MonoIO implementation
33013         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
33014
33015 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33016
33017         * appdomain.c: do not use the byte marker in ldstr table lookup.
33018         * debug-helpers.c: allow two ':' to separate class and method name.
33019         * object.c: allocate arrays bounds with the GC, too.
33020         * verify: add a few more checks.
33021
33022 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
33023
33024         * reflection.c: output also literal strings. Allocate parameter data
33025         with GC_malloc() (thanks, Martin, for catching this!).
33026
33027 2002-03-26  Martin Baulig  <martin@gnome.org>
33028
33029         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
33030         include the `this' offset in the `param_offsets'.
33031
33032 2002-03-25  Martin Baulig  <martin@gnome.org>
33033
33034         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
33035         mono_debug_get_class() function to get the classes. Added new
33036         relocation types for arrays and strings.
33037         (mono_debug_get_class): New static function to search in all
33038         referenced assemblies for a metadata token.
33039
33040         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
33041
33042 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33043
33044         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
33045         hold gc-allocated objects. Make the string heap a stream like the
33046         others. Removed duplicated code when writing stream info.
33047         Added asserts to catch possible buffer overflows. Set the sorted map
33048         for tables that need sorting. Added some documentation.
33049
33050 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
33051
33052         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
33053         for interned strings and vtables.
33054
33055 2002-03-24  Martin Baulig  <martin@gnome.org>
33056
33057         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
33058         it in the array since it was created with g_slist_prepend().
33059
33060 2002-03-24  Martin Baulig  <martin@gnome.org>
33061
33062         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
33063         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
33064         (mono_debug_method_from_token): Renamed to
33065         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
33066         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
33067
33068         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
33069         relocation types.
33070
33071         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
33072
33073 2002-03-24  Martin Baulig  <martin@gnome.org>
33074
33075         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
33076         (mono_debug_method_from_token): New func.
33077
33078         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
33079         New interncall, calls mono_debug_local_type_from_signature().
33080         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
33081         calls mono_debug_method_from_token().
33082
33083 2002-03-23  Martin Baulig  <martin@gnome.org>
33084
33085         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
33086         specifies the number of bytes to be converted, not the array size.
33087         Return the number of chars, not the number of bytes.
33088         (ves_icall_iconv_get_chars): The `byteCount' argument
33089         specifies the number of bytes to be converted, not the array size.
33090
33091 2002-03-23  Martin Baulig  <martin@gnome.org>
33092
33093         * reflection.h (MonoReflectionSigHelper): New type.
33094
33095         * reflection.c (mono_reflection_sighelper_get_signature_local),
33096         (mono_reflection_sighelper_get_signature_local): New functions.
33097
33098         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
33099         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
33100         interncalls.
33101
33102 2002-03-23  Martin Baulig  <martin@gnome.org>
33103
33104         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
33105         is_writeable is set.
33106         (mono_raw_buffer_update): New function to write the modified map
33107         back to disk.
33108
33109         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
33110
33111         * debug-symfile.c (mono_debug_update_symbol_file): Call
33112         mono_raw_buffer_update() when done writing.
33113
33114 2002-03-23  Martin Baulig  <martin@gnome.org>
33115
33116         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
33117
33118         * debug-symfile.c: Added support for arguments and local variables.
33119
33120 2002-03-23  Dick Porter  <dick@ximian.com>
33121
33122         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
33123         protected by ifdefs, hence breaking the w32 build.
33124
33125 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33126
33127         * object.c: implement is_interned() the right way.
33128
33129 2002-03-21  Martin Baulig  <martin@gnome.org>
33130
33131         * debug-symfile.[ch]: New files to handle debugging information
33132         files. There's also support to dynamically update these symbol
33133         files to include machine dependent information.
33134
33135 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
33136
33137         * threads.c (mono_thread_create): new function to create thread
33138         from C
33139
33140 2002-03-20  Martin Baulig  <martin@gnome.org>
33141
33142         * icall.c (ves_icall_InternalInvoke): Create a new object if the
33143         method is a constructor.
33144         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
33145         points to ves_icall_InternalInvoke().
33146
33147 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
33148
33149         * file-io.c: Flush shouldn't throw exceptions.
33150
33151 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
33152
33153         * file-io.c: FileStream flush support; FileSetLength now
33154         restores file pointer.
33155
33156 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
33157
33158         * class.c: set image for pointer classes.
33159
33160 2002/03/19  Nick Drochak <ndrochak@gol.com>
33161
33162         * sysmath.c: Forgot one.
33163
33164 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
33165
33166         * sysmath.c: Avoid redefining existing names.
33167
33168 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
33169
33170         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
33171         handled by runtime as icall rather than dllimport from libm.so
33172         * file-io.c, file-io.h: fixed handle argument type.
33173
33174 2002-03-18  Dick Porter  <dick@ximian.com>
33175
33176         * reflection.c (mono_image_get_type_info): rename interface to
33177         iface, because of "#define interface struct" on windows.
33178
33179 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
33180
33181         * class.c, class.h: rename and export mono_ptr_class_get().
33182         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
33183         * reflection.c, reflection.h, icall.c: better/saner type name
33184         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
33185         method signatures.
33186
33187 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
33188
33189         * class.c (mono_class_init): removed hardcoded GHC_SLOT
33190
33191         * icall.c (ves_icall_InternalInvoke): impl.
33192
33193 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33194
33195         * reflection.c: output the interface map table, too.
33196
33197 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33198
33199         * class.c (class_compute_field_layout): separate computation of 
33200         static field layout
33201
33202 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
33203
33204         * icall.c: added System.Buffer support.
33205         * file-io.c: moved file icalls from PAL to FileStream.
33206
33207 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33208
33209         * icall.c (ves_icall_System_Object_GetHashCode): impl.
33210
33211 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
33212
33213         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
33214
33215 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33216
33217         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
33218
33219 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
33220
33221         * debug-helpers.{c,h}: moved here from monograph some useful functions
33222         to locate a method by name/signature in a class or image. Included
33223         also a small and flexible IL disassembler.
33224
33225 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33226
33227         * reflection.c: fixup tokens in methods with small header size, too.
33228
33229 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
33230
33231         * object.c (mono_string_to_utf8): remove assert(!error), instead
33232         print a warning. 
33233
33234 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
33235
33236         * icall.c: update to the new mono_Array_class_get interface.
33237
33238 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33239
33240         * appdomain.c, object.c: Boehm-GC enable.
33241         * icall.c: make get_data_chunk() support split data requests.
33242         Ensure a class is initialized in more cases. Return only the first
33243         property found in GetProperties() or the compiler gets confused. 
33244         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
33245         * reflection.h, reflection.c: add fixup mechanism for field and method
33246         tokens. Initialize assembly->typeref in a single place. Output
33247         properties after events. Support custom attributes for events, too.
33248         Typo fix for paramter custom attrs.
33249
33250 2002-03-07  Martin Baulig  <martin@gnome.org>
33251
33252         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
33253
33254 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
33255
33256         * class.c (mono_array_class_get): fix. for multi. dim. arrays
33257
33258 2002-03-06  Martin Baulig  <martin@gnome.org>
33259
33260         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
33261         non-zero lower bounds. See testcases #F10-#F13.
33262
33263 2002-03-05  Martin Baulig  <martin@gnome.org>
33264
33265         * exception.c (mono_get_exception_argument_out_of_range): New exception.
33266
33267         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
33268         ves_icall_System_Array_GetValue(), only calculate the absolute array position
33269         here.
33270         (ves_icall_System_Array_SetValue): Likewise.
33271         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
33272         as argument and does the actual work. This function is used when copying a
33273         multi-dimensional array.
33274         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
33275         now do all the widening conversions of value types.
33276         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
33277
33278 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33279
33280         * class.c: remove some magic numbers and use the smbolic names,
33281         instead. Added init_events() to load event info at class init time.
33282         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
33283         and mono_metadata_methods_from_event().
33284         * reflection.h, reflection.c: added support for writing out the evnets
33285         related information.
33286
33287 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33288
33289         * reflection.h, icall.c: use a different method (GetInterfaces)
33290         to gather interface info and add isbyref, isprimitive and
33291         ispointer to the ves_icall_get_type_info() return value.
33292
33293 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33294
33295         * class.h: stared adding support for events.
33296         * icall.c: split find_members implementation. Added debug icall to get
33297         the address of an object.
33298         * reflection.c: handle TypeBuilders in mono_type_get_object().
33299
33300 2002-03-01  Martin Baulig  <martin@gnome.org>
33301
33302         * icall.c (ves_icall_System_Array_GetLength): This must throw an
33303         ArgumentOutOfRangeException(), not an ArgumentException().
33304         (ves_icall_System_Array_GetLowerBound): Likewise.
33305         (ves_icall_System_Array_GetValue): Improved argument checking.
33306         (ves_icall_System_Array_SetValue): Improved argument checking.
33307
33308 2002-03-01  Martin Baulig  <martin@gnome.org>
33309
33310         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
33311         called with invalid arguments rather than just dying with g_assert().
33312         (ves_icall_System_Array_SetValue): Likewise.
33313         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
33314         raise a NotImplementedException instead.
33315         (ves_icall_System_Array_GetLength): Added argument checking.
33316         (ves_icall_System_Array_GetLowerBound): Added argument checking.
33317
33318 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
33319
33320         * object.h (mono_assert): new macros mono_assert and
33321         mono_assert_not_reached
33322
33323 2002-02-28  Martin Baulig  <martin@gnome.org>
33324
33325         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
33326         and "System::String::IsInterned" to "System::String::_IsInterned".
33327
33328 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
33329
33330         * icall.c: remove hacks for typebuilder. Added icall to create a
33331         modified type from a tybebuilder.
33332         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
33333         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
33334         to create a backing MonoClass for a TypeBuilder.
33335
33336 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33337
33338         * class.c, class.h: more refactoring of class init.
33339         Export mono_class_setup_mono_type() and mono_class_setup_parent().
33340
33341 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
33342
33343         * marshal.c, marshal.h: start of marshaling interface.
33344
33345 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
33346
33347         * icall.c: fix order in assembly qualified name icall.
33348
33349 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
33350
33351         * class.c: do not free str, since we store it in the hash table.
33352         * reflection.h: add label field to MonoILExceptionInfo.
33353         * reflection.c: handle references to more than one assembly. Handle
33354         case when there isn't a module created in the assembly.
33355
33356 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33357
33358         * class.c: Fix typo. Start refactoring of class init code.
33359
33360 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33361
33362         * appdomain.c: exit with 1 on error.
33363         * class.c: we already have the name in MonoClassField.
33364         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
33365         MonoStreamHeader instead of an offset of image->raw_metadata.
33366
33367 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
33368
33369         * appdomain.c (mono_init): Be even more descriptive about the error.
33370
33371 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
33372
33373         * appdomain.c: give the user an informative message when corlib can't
33374         be loaded.
33375
33376 2002-02-26  Martin Baulig  <martin@gnome.org>
33377
33378         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
33379         New icall to get the time zone data.
33380
33381 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33382
33383         * reflection.c: set virtual and raw size of section correctly.
33384         * threads.c: transfer domain information to newly created threads.
33385
33386 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
33387
33388         * class.c: when instancing a class in a domain, load the default
33389         vaules for static fields from the constant table. Fix System.Enum to
33390         not be an enum.
33391         * icall.c: implement Object::GetType() internalcall. Implemented
33392         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
33393         Fixed checking of binding flags in find_members().
33394         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
33395         * reflection.c: handle enumerations when writing to the constant
33396         table. Use a different object cache for types.
33397
33398
33399 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
33400
33401         * object.c (mono_object_isinst): fix for arrays
33402
33403         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
33404
33405 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
33406
33407         * object.c: don't use mprotect ()  and fix intern pool hash table
33408         lookup for big endian systems.
33409
33410 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33411
33412         * icall.c: change type_is_subtype_of () signature.
33413
33414 2002-02-21  Mark Crichton  <crichton@gimp.org>
33415
33416         * rand.c, rand.h: Added random number generator for
33417         System.Security.Cryptography classes.
33418
33419         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
33420
33421         * icall.c: Added System.Security.Cryptography calls.
33422
33423 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
33424
33425         * class.c, icall.c, metadata.c: better support for pointer types.
33426         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
33427         * reflection.c: Add support for getting custom attrs for properties
33428         and simplify some code.
33429
33430 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33431
33432         * icall.c: change getToken () and add custom attribute GetBlob()helper
33433         method.
33434         * reflection.h: add custom attrs array to the reflection builder structures.
33435         * reflection.c: encode and emit custom attributes for all the relevant
33436         reflection objects. Cache fieldref and methodref tokens. Change
33437         mono_image_create_token() interface to take a MonoDynamicAssembly.
33438         More complete custom attributes decoder. Load custom attributes for
33439         Assembly, Field, Method and Constructor objects, too. Make the
33440         returned array an Attribute[] one, not object[]. Added
33441         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
33442         custom attribute constructor.
33443
33444 2002-02-20  Dick Porter  <dick@ximian.com>
33445
33446         * icall.c:
33447         * rawbuffer.c:
33448         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
33449         problem code out for now).
33450
33451 2002-02-19  Radek Doulik  <rodo@ximian.com>
33452
33453         * object.c (mono_ldstr): use hash table to avoid multiple swapping
33454
33455 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
33456
33457         * icall.c: register the GetCustomAttributes method.
33458         * object.c, object.h: add mono_string_new_len ().
33459         * reflection.h, reflection.c: added mono_runtime_invoke(),
33460         mono_install_runtime_invoke(). Added
33461         mono_reflection_get_custom_attrs () to load custom attributes and
33462         create the attribute objects.
33463
33464 2002-02-19  Dick Porter  <dick@ximian.com>
33465         * threads-dummy-types.c:
33466         * threads-dummy-types.h:
33467         * threads-dummy.c:
33468         * threads-dummy.h:
33469         * threads-pthread-types.c:
33470         * threads-pthread-types.h:
33471         * threads-pthread.c:
33472         * threads-pthread.h:  Deleted obsolete files
33473
33474 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
33475
33476         * class.c (mono_class_vtable): runtime init the class when we
33477         allocate static class data.
33478
33479         * icall.c (ves_icall_System_Array_SetValue): check for null values.
33480
33481         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
33482         and String - but we will need generic marshalling support in the
33483         future. 
33484         (mono_init): set the domain name in a ms compatible way
33485
33486         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
33487         String[].
33488
33489 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
33490
33491         * object.c (mono_array_clone): use alloca() instead of g_malloc  
33492         for sizes
33493
33494         * appdomain.c (mono_domain_unload): impl.
33495
33496 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
33497
33498         * appdomain.c, object.c: fix intern pool implementation.
33499         * class.c: fix alignment code.
33500
33501 2002-02-16  Radek Doulik  <rodo@ximian.com>
33502
33503         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
33504         and s2 > s1, just copy lower bytes to be compatible with little
33505         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
33506         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
33507
33508         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
33509         force big_endian to be 1 for big endian machines 
33510         (ves_icall_iconv_new_decoder): ditto
33511
33512 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
33513
33514         * socket-io.c (convert_sockopt_level_and_name): If the system
33515         doesn't define SOL_IP or SOL_TCP, get them by hand using
33516         getprotobyname() and caching the values (because this could be a
33517         slow operation).
33518         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
33519         Use the appropriate struct when the system does support it. Ie,
33520         not all systems have struct ip_mreqn so use struct ip_mreq when
33521         appropriate.
33522
33523 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
33524
33525         * reflection.c: handle finally clauses.
33526
33527 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
33528
33529         * socket-io.c: use g_snprintf() instead of snprintf.
33530
33531 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
33532
33533         * reflection.c (mono_param_get_objects): Cast second argument to
33534         mono_method_get_param_names to a const char** to silence the
33535         compiler warning.
33536
33537         * appdomain.c (mono_domain_assembly_open): Put parens around the
33538         truth statement in the for-loop.
33539
33540         * unicode.c (iconv_convert): Got rid of a compiler warning about
33541         int i being unused when the system has a new iconv.
33542         (iconv_get_length): Same.
33543
33544         * image.c (load_class_names): Cast the second argument to
33545         g_hash_table_insert() to char* to hush compiler warnings about the
33546         arg being a const.
33547         (mono_image_open): Same here.
33548
33549         * socket-io.c: Don't conditionally include sys/filio.h or
33550         sys/sockio.h here anymore since we now get them from
33551         io-layer/io-layer.h
33552         (inet_pton): If the system doesn't support inet_aton, implement
33553         using inet_addr and also #define INADDR_NONE if it isn't defined
33554         by the system.
33555
33556 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
33557
33558         * metadata.c, metadata.h: added function to get packing and size info
33559         of a typedef.
33560         * reflection.h, reflection.c: handle field RVA data. Save info about
33561         the table layout if needed. Assign typedef indexes to all the types
33562         before dumping the info about them to avoid forward reference problems.
33563
33564 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
33565
33566         * socket-io.c (convert_sockopt_level_and_name): ifdef
33567         SO_ACCEPTCONN because it is not defined on my system (old debian)
33568
33569 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33570
33571         * opcode.c: use stddef.h to get NULL.
33572
33573 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
33574
33575         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
33576         for FIONBIO, FIONREAD and SIOCATMARK.
33577         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
33578         define INADDR_NONE and besides, inet_addr() is deprecated and
33579         should not be used. Use inet_pton() instead - it also has the
33580         added bonus that it can easily handle IPv6 addresses as well.
33581         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
33582
33583 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
33584
33585         * decimal.c: remove _MSC_VER conditional.
33586
33587 2002-02-13  Dick Porter  <dick@ximian.com>
33588
33589         * socket-io.c: 
33590         * icall.c: Internal calls for Blocking, Select, Shutdown,
33591         GetSocketOption and SetSocketOption
33592
33593 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33594
33595         * assembly.cs: better resolver: use it instead of some kludgy
33596         code.
33597
33598 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
33599
33600         * reflection.c: the best way to speed-up the compiler is to avoid
33601         infinite loops.
33602
33603 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
33604
33605         * class.c (mono_class_vtable): changed the object layout
33606         (obj->vtable->class). 
33607         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
33608
33609 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33610
33611         * assembly.c: look for assemblies in the assembly dir, too.
33612
33613 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33614
33615         * class.c: fix thinko in mono_class_from_type().
33616
33617 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33618
33619         * exception.h, exception.c: added TypeLoadException.
33620         * object.h, object.c: added mono_array_clone ().
33621         * icall.c: handle throwOnError in AssemblyGetType().
33622         Added Array.Clone().
33623         * opcode.h, opcode.c: use a single value for the opcode val.
33624         Compile fix for non-gcc compilers.
33625
33626 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
33627
33628         * opcodes.c, opcodes.h: export interesting info about opcodes.
33629
33630 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
33631
33632         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
33633         icalls. 
33634
33635         * class.c (class_compute_field_layout): set element_class for enums
33636         (mono_class_create_from_typedef): set element_class for normal classes
33637
33638         * icall.c (ves_icall_System_Enum_get_value): impl.
33639
33640         * class.c (mono_class_create_from_typedef): do not set valuetype
33641         flag for System.ValueType and System.Enum
33642
33643 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
33644
33645         * unicode.c (iconv_convert): fix big endian problem.
33646
33647 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
33648
33649         * class.c: add asserts if we are ever going to scribble over memory.
33650         * socket-io.c: not all systems have AF_IRDA defined.
33651
33652 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
33653
33654         * class.c (class_compute_field_layout): do not consider static
33655         fields to compute alignment
33656
33657 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
33658
33659         * appdomain.c (mono_appdomain_get): impl.
33660         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
33661
33662 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
33663
33664         * icall.c: ignore "file://" prefix when loading an assembly.
33665
33666 2002-01-23  Dick Porter  <dick@ximian.com>
33667
33668         * socket-io.c:
33669         * icall.c:
33670         * Makefile.am: Added socket support
33671
33672 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
33673
33674         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
33675         code back.  This should return the assemblies that are loaded by
33676         the runtime on behalf of an application domain. 
33677
33678         The current implementation is still broken, it just returns every
33679         assembly loaded, but until we get real applications domain this
33680         will do.
33681
33682 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
33683
33684         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
33685         AppDomain object.
33686
33687 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
33688
33689         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
33690         the mono_class_from_name lookup.
33691         (ves_icall_get_parameter_info): ditto.
33692         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
33693         method.
33694         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
33695
33696 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
33697
33698         * class.c: load also nested classes on class init.
33699         System.ValueType instance methods gets passed boxed
33700         values, unless methods in derived classed that get a pointer to the
33701         data.
33702         * icall.c: use better name parsing code in GetType().
33703         * image.c, image.h: add mono_image_loaded ().
33704         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
33705         * reflection.c, reflection.h: added mono_reflection_parse_type().
33706
33707 2002-01-22  Veronica De Santis <veron78@interfree.it>
33708
33709         * icall.c : Added mapping of internal calls for Manual and Auto reset events
33710         * threads.c : Added the implementation of internal calls for events
33711         * threads.h : Added prototypes of internal calls for events
33712         
33713 2002-01-21  Radek Doulik  <rodo@ximian.com>
33714
33715         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
33716
33717 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
33718
33719         * class.c (mono_class_init): set min_align to 1 (instead of 0)
33720         (mono_class_value_size): use min_align
33721
33722 2002-01-20  Dick Porter  <dick@ximian.com>
33723
33724         * threads.h:
33725         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
33726         so it compiles on w32.
33727
33728 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
33729
33730         * metadata.c (mono_type_stack_size): impl.
33731
33732         * class.c (mono_class_get_field): impl. memberref token
33733
33734 2002-01-16 Veronica De Santis <veron78@@interfree.it>
33735
33736         * icall.h : Added the internal calls mapping for CreateMutex_internal
33737                     and ReleaseMutex_internal.
33738         * threads.h : Added the prototype of mutexes internal calls.
33739         * threads.c : Added the implementations of mutexes internal calls.
33740
33741 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
33742
33743         * metaparse.h: removed unused file.
33744         * reflection.c, reflection.h: added stream_data_align () function 
33745         to align data in streams and keep stream aligned. Add support for
33746         exception support in method headers.
33747
33748 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
33749
33750         * unicode.c: make iconv_convert () return the number of bytess written
33751         in the output buffer.
33752
33753 2002-01-15  Dick Porter  <dick@ximian.com>
33754         * threads.c: Make the runtime's idea of infinite timeouts coincide
33755         with the class library's
33756
33757         Fix a particularly egregious bug in mono_thread_cleanup(). That
33758         code was so utterly bogus it must have been written on a Monday.
33759
33760 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
33761
33762         * reflection.h: add subtypes field to TypeBuilder.
33763         * reflection.c: encode constants for literal fields.
33764         Handle subtypes. Fix user string token (and add a zero byte)
33765         at the end.
33766         
33767 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
33768
33769         * class.c (mono_class_init): bug fix: assign slot numbers for
33770         abstract methods.
33771
33772 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33773
33774         * reflection.c: don't try to output a code RVA for abstract methods.
33775         Small fixes for method header format. Output parameter info to the
33776         ParamDef table. Save method overriding info to MethodImpl table.
33777         Fix property support. Allow typedef.extends to be a type in the
33778         building assembly.
33779         * verify.c: fix off-by-one error.
33780
33781 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
33782
33783         * class.c: fix mono_class_from_mono_type () for szarray types.
33784         Remove unused cache check in mono_class_from_type_spec().
33785         * icall.c: *type_from_name () functions handle simple arrays and byref.
33786         * reflection.c: handle byref and szarray types. Handle methods without
33787         body (gets P/Invoke compilation working). Handle types and fields in
33788         get_token ().
33789         * reflection.h: add rank to MonoTypeInfo.
33790
33791 2002-01-10  Dick Porter  <dick@ximian.com>
33792
33793         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
33794         internal calls
33795
33796 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
33797
33798         * icall.c: initialize class in type_from_handle ().
33799         Loop also in parent classes for get_method ().
33800         * reflection.c: properly encode class and valuetype types.
33801         Start on encoding TypeBuilder types. Handle fieldrefs.
33802         Use correct length when registering a user string.
33803         Handle ConstructorBuilder and MonoMethod in get_token ().
33804         Make mono_type_get_object () aware of cached types.
33805         * object.c: back out change to mono_string_new ().
33806
33807 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
33808         * object.c: mono_string_new should return a NULL when the string 
33809         passed in is NULL -- not try to deference it.
33810         
33811 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
33812
33813         * icall.c: hack to make IsSubType work for TypeBuilders.
33814         * reflection.c: emit constructors before methods.
33815         Retrieve param names in mono_param_get_objects().
33816
33817 2002/01/05  Nick Drochak  <ndrochak@gol.com>
33818
33819         * Makefile.am: fix list of headers and sources so automake 1.5
33820         doesn't complain. Removed \# at end of list.
33821
33822 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
33823
33824         * reflection.c: get token for a method ref. Set return type of
33825         constructor to void.
33826         * loader.c: debug message.
33827         * class.c: typo fix.
33828
33829 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
33830
33831         * icall.c: fix array init with rank > 1. FindMembers
33832         loops in parent class as well.
33833         * image.c: do not insert nested types in name cache.
33834         * reflection.c: warning fix.
33835         * reflection.h: add override method (for interface impl).
33836
33837 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
33838
33839         * metadata.c: fix customattr decoding.
33840
33841 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
33842
33843         * rawbuffer.cs: Added native Win32 implementation, avoids using
33844         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
33845
33846 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
33847
33848         * class.c: make the low-level routines handle the cache.
33849
33850 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
33851
33852         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
33853
33854 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
33855
33856         * class.c: fix mono_array_element_size() for objects.
33857         * class.h, class.c: add properties to MonoClass and load them
33858         at init time.
33859         * icall.c: check with isinst() when assigning a value to an array
33860         instead of requiring the classes to match exactly.
33861         Implemented icall for System.Type::GetType().
33862         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
33863         enums. Handle bindingflags when looking for methods and fields.
33864         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
33865         and mono_metadata_methods_from_property().
33866         * reflection.h, reflection.c: added structures for propreties,
33867         parameters and enums. Implemented mono_property_get_object() and
33868         mono_param_get_objects().
33869
33870 2001-12-18  Dick Porter  <dick@ximian.com>
33871
33872         * file-io.c: Use mono_string_to_utf16() instead of
33873         mono_string_chars()
33874
33875         * object.c: Added mono_string_to_utf16(), which copies the non
33876         NULL-terminated MonoString into a new double-null-terminated
33877         buffer.
33878
33879 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
33880
33881         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
33882
33883 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
33884
33885         * file-io.c: raise exceptions if handle is invalid.
33886
33887 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
33888
33889         * assembly.c: yet another check for mscorlib.
33890         * class.c, class.h: load nesting info for classes.
33891         * icall.c: many new functions to support the Reflection classes.
33892         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
33893         * reflection.h, reflection.c: mono_image_create_token(),
33894         mono_assembly_get_object(), mono_type_get_object(),
33895         mono_method_get_object(), mono_field_get_object(): methods to return
33896         objects that parallel the C representation of assemblies, types,
33897         methods, fields.
33898
33899 2001-12-11  Dick Porter  <dick@ximian.com>
33900
33901         * icall.c:
33902         * file-io.c: Internal calls for file IO.
33903
33904 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
33905
33906         * tabledefs.h: missing FileAttributes.
33907         * verify.h, verify.c: use is_valid_string () to simplify and check for
33908         valid strings more correctly. Fix warnings and speeling.
33909         Check more tables: Filed, File, ModuleRef, StandAloneSig.
33910         Check code: branches, maxstack, method calls.
33911
33912 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
33913
33914         * object.c (mono_object_allocate): removed static, so that the jit
33915         can allocate value types.
33916
33917         * icall.c (ves_icall_System_DateTime_GetNow): impl.
33918
33919 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
33920
33921         * class.c: init enum types right away and register the
33922         token->MonoClass map in mono_class_create_from_typedef ().
33923         * verify.h, verify.c: first cut of the verifier.
33924         * pedump.c: add --verify switch to verify metadata tables.
33925         * tabledefs.h: add some missing enums.
33926
33927 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
33928
33929         * class.c (mono_install_runtime_class_init): impl.
33930         (mono_class_init): renamed mono_class_metadata_init to
33931         mono_class_init, also removed the metadata_inited flag
33932
33933         * object.c (mono_object_isinst): use faster algorithm
33934
33935 2001-11-30  Radek Doulik  <rodo@ximian.com>
33936
33937         * mono-endian.h: reverted last change
33938         added function prototypes
33939
33940         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
33941         add mono-endian.c back
33942
33943         * mono-endian.c: returned back, as Paolo pointed out, it's needed
33944         for unaligned access, I've mistaked it with endianess. I am
33945         sorry.
33946         (mono_read16): fix reverted endianess
33947         (mono_read64): ditto
33948         (mono_read32): ditto
33949
33950 2001-11-30  Dick Porter  <dick@ximian.com>
33951
33952         * exception.c: Implement mono_exception_from_name()
33953
33954 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
33955
33956         * metadata.h, metadata.c: remove params_size and locals_size and their
33957         calculation from the metadata code: they are only usefult to the
33958         interp.
33959
33960 2001-11-29  Radek Doulik  <rodo@ximian.com>
33961
33962         * object.c (mono_ldstr): swap bytes here, it's probably not the
33963         best place, but works for me now, I'll redo it once I know mono
33964         better, also note that I add PROT_WRITE and don't reset back, also
33965         note that it's only affects big endians, so x86 should be OK
33966
33967         * mono-endian.h (read16): use just glib macros for both endians
33968
33969         * mono-endian.c: removed as glib macros are used in in
33970         mono-endian.h so we don't need to care about endianess for read
33971         macros as glib does that for us already
33972
33973 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
33974
33975         * class.h, class.h: take minimum alignment into consideration so
33976         that the fields of a class remain aligned also when in an array.
33977
33978 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
33979
33980         * loader.h, loader.c: add mono_method_get_param_names().
33981         * class.c: 0-init class fields.
33982
33983 2001-11-26  Dick Porter  <dick@ximian.com>
33984
33985         * icall.c:
33986         * threads-types.h:
33987         * threads.c: New file that handles System.Threading on all platforms
33988
33989         * object.c: 
33990         * object.h: Remove the synchronisation struct from MonoObject,
33991         replace it with a pointer that gets initialised on demand
33992
33993         * Makefile.am: Replace all the system-specific threading code with
33994         a single file that uses the new wrapper library
33995
33996 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
33997
33998         * class.c, class.h: add mono_install_trampoline() so that the runtime
33999         can register a function to create a trampoline: removes the ugly
34000         requirement that a runtime needed to export arch_create_jit_trampoline.
34001         * object.h, object.c: added mono_install_handler() so that the runtime
34002         can install an handler for exceptions generated in C code (with
34003         mono_raise_exception()). Added C struct for System.Delegate.
34004         * pedump.c: removed arch_create_jit_trampoline.
34005         * reflection.c: some cleanups to allow registering user strings and
34006         later getting a token for methodrefs and fieldrefs before the assembly
34007         is built.
34008         * row-indexes.h: updates and fixes from the new ECMA specs.
34009
34010 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
34011
34012         * class.h, class.c: add enum_basetype field to MonoClass.
34013         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
34014         to get index in the constant table reated to a field, param or
34015         property.
34016         * reflection.h, reflection.c: handle constructors. Set public-key and
34017         version number of the built assembly to 0.
34018         * row-indexes.h: update from new ECMA spec.
34019
34020 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34021
34022         * class.h, class.c: add a max_interface_id to MonoClass.
34023         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
34024         since it's used to do that. Added mono_type_type_from_obj().
34025         Make GetType() return NULL instead of segfaulting if the type was not
34026         found. Handle simple arrays in assQualifiedName.
34027         * object.h: add a struct to represent an Exception.
34028         * reflection.c: output call convention in method signature.
34029         Add code to support P/Invoke methods and fixed offsets for fields.
34030
34031 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
34032
34033         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
34034         the value.
34035         * icall.c: use mono_array_addr instead of array->vector: fixes the
34036         reflection image writing.
34037         * reflection.c: init call convention byte to 0 in method signature.
34038         Encode the property signature. Don't output property-related methods
34039         twice. Really process the properties for a type (don't cast a field to
34040         a property, my mom always told me that).
34041         Fix 64 bit issues in pointer alignment in a different and more
34042         readable way.
34043
34044 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
34045
34046         * loader.h: Removed type class from MonoDefaults, added monotype
34047
34048         * loader.c: Loaded MonoType, removed loading of Type
34049
34050         * icall.c (my_mono_new_object): Now returns a System.MonoType,
34051         and fills in System.Type._impl with a RuntimeTypeHandle rather
34052         than the actual MonoClass *
34053
34054         (ves_icall_type_from_handle): change from type_class to
34055         monotype_class
34056
34057         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
34058         implemented
34059
34060         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
34061         implemented
34062
34063         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
34064
34065         (ves_icall_System_Reflection_Assembly_GetType): implemented
34066
34067         (ves_icall_System_MonoType_assQualifiedName): implemented
34068
34069         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
34070
34071 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
34072
34073         * assembly.c (mono_assembly_open): Implement a cache for the
34074         assemblies. 
34075
34076         (mono_assembly_close): only destroy the assembly when the last
34077         reference is gone.
34078         
34079 2001-11-09  Dick Porter  <dick@ximian.com>
34080
34081         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
34082
34083 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
34084
34085         * class.c (mono_class_metadata_init): bug fix: compute the right slot
34086
34087 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34088
34089         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
34090         from Martin Weindel.
34091         * object.h: add mono_string_chars ().
34092
34093 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
34094
34095         * reflection.c (build_compressed_metadata): Eliminates warnings
34096         and uses 64-bit clean code.
34097
34098         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
34099         (mono_type_equal): Change signature to eliminate warnings.
34100
34101 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34102
34103         * icall.c, loader.c: remove the internalcall array constructors.
34104         Changes to match the new MonoArray structure.
34105         * object.h, object.c: an array object doesn't allocate an extra
34106         vector. Add mono_array_new_full () to create jagged arrays easily.
34107
34108 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34109
34110         * metadata.h, metadata.c: add mono_metadata_field_info () to
34111         retreive all the info about a field from vairous tables.
34112         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
34113         * class.h, class.c: augment MonoClassField with more info.
34114         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
34115         policy and load a field's RVA if needed.
34116
34117 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
34118
34119         * class.c (mono_class_metadata_init): create a trampoline for all
34120         virtual functions instead of actually compiling them.
34121
34122 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
34123
34124         * class.h, class.c: include name in MonoClassField.
34125         * class.c: fix fundamental type of System.Object and System.String.
34126         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
34127         tokens in ldtoken.
34128         * icall.c: remove internalcalls for the Reflection stuff that is now
34129         done in C# code.
34130         * loader.c: mono_field_from_memberref () implementation.
34131         * mono-endian.c: thinko (s/struct/union/g).
34132         * object.c, object.h: make the mono_string_* prototypes actually use
34133         MonoString instead of MonoObject.
34134         * reflection.c, reflection.h: updates for changes in the reflection
34135         code in corlib: we use C structures that map to the actual C# classes.
34136         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
34137         fat method header if needed and use the info from the ILGenerator for
34138         methods. Handle fields in types. Misc fixes.
34139
34140 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
34141
34142         * class.c (mono_class_metadata_init): bug fix: always allocate
34143         space for static class data
34144
34145 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
34146
34147         * class.c (mono_compute_relative_numbering): use relative
34148         numbering to support fast runtime type checks.
34149
34150 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
34151
34152         * class.c (mono_class_create_from_typeref): added debugging output
34153         to print class name when MonoDummy is returned instead of real class
34154
34155 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
34156
34157         * class.c (mono_class_metadata_init): interface offset table now
34158         contains pointers into the vtable - this is more efficient for the jit
34159
34160 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
34161
34162         * class.c (mono_class_metadata_init): use a temporary vtable (the
34163         old algorithm only worked for the interpreter, but not for the jit)
34164
34165 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
34166
34167         * loader.c (method_from_memberref): use mono_class_get to get the
34168         class of an array instead of using System.Array directly.
34169         (mono_get_method): also add MEMBERREF methods to the method cache
34170         which usefull for arrays.
34171
34172 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
34173
34174         * pedump.c (arch_compile_method): added to compute vtable entry
34175
34176         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
34177         number of interfaces.
34178         
34179         * class.h: merged MonoArrayClass into MonoClass
34180
34181         * class.c (mono_class_create_from_typedef): compute the vtable size and
34182         allocate space to include the vtable inside MonoClass
34183         (mono_class_metadata_init): initialize the vtable
34184
34185 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
34186
34187         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
34188         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
34189         * image.c: endian fixes by Laurent Rioux.
34190         * object.h, object.c: rename MonoStringObject to MonoString and
34191         MonoArrayObject to MonoArray. Change some function names to conform to
34192         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
34193         guint16* as first argument, so don't use char*.
34194         Provide macros to do the interesting things on arrays in a portable way.
34195         * threads-pthread.c: updates for the API changes and #include <sched.h>
34196         (required for sched_yield()).
34197         * icall.c: updates for the API changes above.
34198         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
34199         platforms that need them.
34200
34201 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34202
34203         * class.c: set the correct type for all the fundamental
34204         type when loading the class.
34205
34206 2001-10-05  Dick Porter  <dick@ximian.com>
34207
34208         * threads-pthread.c (pthread_mutex_timedlock): Simple
34209         compatibility version for C libraries that lack this call.
34210
34211 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34212
34213         * class.c: MonoTypes stored in MonoClass are stored as
34214         fundamental MonoTypes when the class represents a
34215         fundamental type (System.Int32, ...).
34216         The TypeHandle return by ldtoken is a MonoType*.
34217         * icall.c: ves_icall_get_data_chunk () write out all the
34218         PE/COFF stuff. Implement ves_icall_define_method (),
34219         ves_icall_set_method_body (), ves_icall_type_from_handle ().
34220         * image.c: properly skip unknown streams.
34221         * loader.h, loader.c: add type_class to mono_defaults.
34222         * metadata.c, metadata.h: export compute_size () as
34223         mono_metadata_compute_size () with a better interface.
34224         Typo and C&P fixes.
34225         * pedump.c: don't try to print the entry point RVA if there is no entry point.
34226         * reflection.c, reflection.h: many cleanups, fixes, output method
34227         signatures and headers, typedef and typeref info, compress the metadata
34228         tables, output all the heap streams, cli header etc.
34229         * row-indexes.h: typo fixes.
34230
34231 2001-10-04  Dick Porter  <dick@ximian.com>
34232
34233         * object.h: Add a synchronisation mutex struct to MonoObject
34234
34235         * object.c (mono_new_object): Initialise the object
34236         synchronisation mutexes
34237
34238         * icall.c: System.Threading.Monitor internal calls
34239         
34240         * threads-pthread.h:
34241         * threads-pthread.c: System.Threading.Monitor internal calls
34242
34243         * threads-types.h: New file, includes the system-specific thread
34244         structures
34245         
34246         * threads-pthread-types.h:
34247         * threads-pthread-types.c: New files, handle pthread-specific
34248         synchronisation types
34249
34250         * threads-dummy-types.h: 
34251         * threads-dummy-types.c: New files of dummy support for
34252         thread-specific types
34253
34254         * metadata.c:
34255         * image.c:
34256         * pedump.c: include mono-endian.h not endian.h
34257         
34258         * Makefile.am: More threads files.
34259         Name mono-endian.h not endian.h
34260
34261 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
34262
34263         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
34264         stuff and implement a few more bits.
34265         * icall.c: a field needs to be dereferenced twice. Do not use the same
34266         name for two variables in the same scope.
34267         * image.c, image.h: cleanups.
34268
34269 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
34270
34271         * class.c (mono_class_metadata_init): bug fix: compute the right size
34272
34273 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
34274
34275         * icall.c: implemented some of the Reflection internalcalls.
34276         * image.c, image.h: start writing out the PE/COFF image.
34277         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
34278         that does the reverse than decode_blob_size ().
34279         * object.c: use mono_metadata_encode_value (). Move here
34280         temporary implementation of mono_string_to_utf8 ().
34281         * rawbuffer.c: make malloc_map static.
34282
34283 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34284
34285         * metadata.c: fix type comparison for arrays.
34286         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
34287         Added a couple of new classes to monodefaults.
34288         * icall.c: added a couple of Reflection-related internalcalls.
34289         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
34290         Added a byval_arg MonoType to MonoClass.
34291
34292 2001-09-28  Dick Porter  <dick@ximian.com>
34293
34294         * icall.c:
34295         * threads-pthread.h: 
34296         * threads-pthread.c: Implemented internal calls for
34297         LocalDataStoreSlot operations.  Applied mutexes around all shared
34298         data.  Reworked the thread creation and Start() operations to
34299         avoid a race condition.
34300         
34301         * threads-dummy.h:
34302         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
34303
34304 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
34305
34306         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
34307
34308 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
34309
34310         * class.c, loader.c: warn and return NULL instead of erroring out.
34311         * icall.c: added System.AppDomain::getCurDomain().
34312         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
34313
34314 2001-09-25  Dick Porter  <dick@ximian.com>
34315
34316         * threads-pthread.h:
34317         * threads-pthread.c: Implemented timed thread joining and added
34318         System.Threading.Thread::Join_internal internal call
34319
34320         * icall.c: Added System.Threading.Thread::Join_internal internal call
34321
34322         * threads-dummy.h:
34323         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
34324
34325 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
34326
34327         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
34328         mono_string_intern () to implement the semantics of the ldstr opcode
34329         and the interning of System.Strings.
34330         * icall.c: provide hooks to make String::IsIntern and String::Intern
34331         internalcalls.
34332
34333 2001-09-23  Dick Porter  <dick@ximian.com>
34334
34335         * threads-dummy.c: 
34336         * threads-dummy.h: New files of dummy threading routines
34337
34338         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
34339         support code based on system specifics
34340
34341         Rename PTHREAD_LIBS to THREAD_LIBS
34342         
34343 2001-09-23  Dick Porter  <dick@ximian.com>
34344
34345         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
34346         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
34347         internal calls.
34348         (mono_thread_init): Set up a Thread object instance to return when
34349         the main thread calls Thread.CurrentThread
34350         (mono_thread_cleanup): Wait for all subthreads to exit
34351
34352         * icall.c: New internal calls for System.Threading.Thread::Sleep
34353         (including Schedule) and CurrentThread
34354
34355         * threads.h: New file, to insulate thread-specific stuff from the
34356         rest of the code
34357
34358 2001-09-21  Dick Porter  <dick@ximian.com>
34359
34360         * threads-pthread.h: 
34361         * threads-pthread.c: New file, for handling pthreads-style
34362         threading support.  Start() now starts a new thread and executes
34363         the ThreadStart delegate instance.
34364
34365         * icall.c: Added the internalcall for
34366         System.Threading.Thread::Start_internal
34367
34368         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
34369
34370 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
34371
34372         * loader.c: work around the different signatures for delegates
34373         constructors csc generates in compiled code vs the ones compiled in mscorlib.
34374
34375 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
34376
34377         * class.h, class.c: add mono_class_get_field_from_name ().
34378         * *: Fix C comments and other ANSI C issues.
34379
34380 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
34381
34382         * endian.h, assembly.c: fix some endianness issues.
34383
34384 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
34385
34386         * loader.h, load.c: add delegate_class to mono_defaults.
34387         Handle runtime provided methods in mono_get_method ().
34388
34389 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
34390
34391         * loader.c (mono_get_method): use pinvoke for internal call
34392
34393         * icall.c: use pinvoke for internal call
34394
34395         * loader.c (method_from_memberref): set the method name
34396
34397 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
34398
34399         * metadata.c: help the compiler generate better code for
34400         mono_class_from_mono_type ().
34401
34402 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
34403
34404         * class.c (mono_class_metadata_init): delayed computing of the
34405         class size to mono_class_metadata_init ()
34406
34407 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
34408
34409         * class.c, class.h: add an interfaces member to MonoClass.
34410         * image.c, image.h: add assembly_name field to MonoImage
34411         from the assembly table.
34412         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
34413
34414 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
34415
34416         * class.c: Handle Array in mono_class_from_mono_type ().
34417         * metadata.c, pedump.c: some endian fixes.
34418
34419 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34420
34421         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
34422         * metadata.c: fix small problem introduced with the latest commit.
34423
34424 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
34425
34426         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
34427         We don't need a MonoMetadata pointer anymore to compare signatures in
34428         mono_metadata_signature_equal (), update callers.
34429         Reduced memory usage an number of allocations for MonoMethodHeader and
34430         MonoMethodSignature.
34431
34432 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
34433
34434         * metadata.c: added compare for szarray.
34435
34436 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
34437
34438         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
34439         and add a couple more types to it and mono_defaults. Give an hint on
34440         classes that need implementing in our corlib and are referenced
34441         in mscorlib.
34442
34443 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
34444
34445         * class.h, class.c: keep track if a class is also an Enum.
34446         * loader.c: Implement a couple more types for use in libffi
34447         marshalling. Gives better diagnostics when failing to dlopen
34448         a library. Set method->klass for P/Invoke methods, too.
34449
34450 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
34451
34452         * class.c, class.h: add a MonoType this_arg to MonoClass that
34453         represents a pointer to an object of the class' type that
34454         can be used by the interpreter and later the type cache.
34455         Add best guess alignment info for valuetype objects.
34456
34457 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
34458
34459         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
34460         into MonoType: one less level of indirection and allocation and
34461         simplifies quite a bit of code. Added cache for MonoTypes that are
34462         used frequently, so that we don't need to allocate them all the time.
34463
34464 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
34465
34466         * class.c (mono_class_create_from_typedef): System.Enum is also a
34467         value type, although it does not derive from System.ValueType
34468         (maybe a bug in the ms compiler?)
34469
34470         * metadata.c (mono_type_size): return the right size for value types
34471
34472         * loader.c (mono_get_method): only initialize method header if not abstract
34473
34474         * class.c (mono_class_from_mono_type): use mono_default values. 
34475
34476 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
34477
34478         * *: use MonoClass pointers instead of <type_tokens>
34479         
34480         * class.h: new flag: metadata_inited.
34481
34482         * class.c (mono_class_metadata_init): impl.
34483         (mono_class_instance_size): impl.
34484         (mono_class_data_size): impl.
34485
34486 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34487
34488         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
34489         MonoClass now has the name and name_space fields. 
34490         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
34491         mono_get_method () takes and optional MonoClass as argument.
34492         Removed mono_typedef_from_name() and added mono_class_token_from_name()
34493         instead that takes advantage of a map from class names to typedef
34494         tokens in MonoImage.
34495
34496 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
34497
34498         * metadata.c: zero is not a valid alignment boundary.
34499         Merge MONO_TYPE_VOID in default decoding code.
34500
34501 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
34502
34503         * image.h: merged MonoMetadata into MonoImage
34504
34505         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
34506         identify the type of elements.
34507
34508 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
34509
34510         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
34511         * cil-coff.h: split MonoMSDOSHeader and add size info.
34512         * image.c: add some consistency checks.
34513         * metadata.c: fix row size computation: one programmer
34514         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
34515         add explanation for the locator routine.
34516         Fix decoding of size in method header.
34517         
34518 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
34519
34520         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
34521         (g_concat_dir_and_file): Bring g_concat_dir_and_file
34522         function from gnome-libs.  This uses the right path separator
34523         based on the OS, and also works around a bug in some systems where
34524         a double slash is not allowed. 
34525         (default_assembly_name_resolver): Use g_concat_dir_and_file
34526         (mono_assembly_open): ditto.
34527
34528 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
34529
34530         * metadata.c (mono_metadata_signature_equal): impl.
34531
34532         * *: void is now a realy MonoType (instead of using NULL)
34533         
34534         * metadata.c (do_mono_metadata_parse_type): use
34535         mono_metadata_parse_type to parse void value.
34536
34537 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
34538
34539         * metadata.c, metadata.h: in the signature and method header store
34540         only the space required for holding the loca vars and incoming arguments.
34541
34542 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
34543
34544         * metadata.c (do_mono_metadata_parse_type): treat void like any
34545         other type (instead of assigning NULL);
34546
34547 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
34548
34549         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
34550
34551 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
34552
34553         * image.c (do_mono_image_open): added a cache for arrays.
34554
34555 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
34556
34557         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
34558         decode a single column from a row in a metadata table and changes
34559         to take advantage of it in the typedef locator (gives a nice speed up).
34560         Store offset info for function params.
34561
34562 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
34563
34564         * image.h (MONO_IMAGE_IS_CORLIB): removed 
34565
34566 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
34567
34568         * assembly.c: how could mono_assembly_close () had ever worked?
34569         * metadata.c, metadata.h: provide offset info for local vars.
34570         Implement mono_type_size () to take care of alignment as well
34571         as size (it was mono_field_type_size in cli/class.c before).
34572
34573 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
34574
34575         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
34576
34577         * assembly.h (CORLIB_NAME): set to corlib.dll
34578
34579         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
34580
34581 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
34582
34583         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
34584         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
34585         tokentype.h: massive namespace cleanup.
34586
34587 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
34588
34589         * metadata.h, metadata.c: decode exception clauses when parsing method header.
34590
34591 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
34592
34593         * metadata.c (mono_metadata_free_type): added check for type !=
34594         NULL (void) before calling mono_metadata_free_type()
34595
34596 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
34597
34598         * metadata.h, row_indexes.h: added header with enumerations to use
34599         to index in the columns from tables in metadata and to decode coded
34600         tokens: we should start using this instead of embedding magic numbers
34601         all over the code.
34602
34603 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
34604
34605         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
34606         Move metadata_t info from cli_image_info_t to MonoImage, where
34607         it's easily accessible. Changed all the uses accordingly.
34608         Added the method and class caches to MonoImage.
34609         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
34610         and mono_metadata_decode_value () signature to be more consistent
34611         with the other parse functions (and simplify code). Taken advantage
34612         of zero-length array allocation with GCC. Removed reduntant (and
34613         wrong) MonoFieldType struct and use MonoParam instead. Changed
34614         mono_metadata_parse_field_type () to use common code for parsing.
34615         Added mono_metadata_typedef_from_field () and
34616         mono_metadata_typedef_from_method () to lookup a typedef index from a
34617         field or method token.
34618         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
34619
34620 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
34621
34622         * metadata.c (mono_metadata_parse_field_type): Implement. 
34623         (do_mono_metadata_parse_type): Split engine from
34624         mono_metadata_parse_type, so that we can create smaller structures
34625         for things that just have one pointer to the MonoType (look at
34626         the MonoFieldType)
34627
34628 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
34629
34630         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
34631         as Jan Gray found out, it is incorrect. 
34632
34633 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
34634
34635         * assembly.c: Implement asssembly loading.  This loads an image
34636         and loads all the referenced assemblies.  Come to think of it, we
34637         could always do lazy loading of the assemblies. 
34638
34639         * image.c (mono_image_open): Keep loaded images in a hashtable.
34640
34641         * image.h (MonoImage): Add reference count.
34642
34643 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
34644
34645         * assembly.c (mono_assembly_open): Keep track of the file name in
34646         case the assembly has no ASSEMBLY table.
34647
34648         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
34649         from get.c here.
34650
34651 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
34652
34653         * metadata.c, metadata.h: decode local vars in method header
34654         parse function. Change callers accordingly.
34655
34656 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
34657
34658         * metadata.h, cil-coff.h: protect against multiple inclusion.
34659         Added some new structures to hold information decoded from metadata:
34660         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
34661         and relevant decoding/free functions.
34662         * metadata.c: implement decoding functions. Add warning for out of bounds
34663         index in mono_metadata_locate(). Implement mono_get_method () to retreive
34664         all the info about a method signature and invocation. Remove check on
34665         uninitialized local var in parse_mh() and fix memory leak.
34666
34667 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
34668
34669         * metadata.h: More macros.
34670
34671         * tokentype.h: New file.
34672
34673 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
34674
34675         * assembly.c: added a consistency check and initialize
34676         some structures with g_new0().
34677         * metadata.c: fixed a couple more bugs in table size computation
34678         and add other checks for out-of bound access to metadata.
34679
34680 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
34681
34682         * metatada.c: fix bugs computing table sizes. Spew a
34683         warning when index in string heap is out of bounds.
34684
34685 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
34686
34687         * metadata.h: Add a couple of macros to manipulate tokens. 
34688
34689 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
34690
34691         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
34692         cli_section_tables).
34693
34694 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
34695
34696         * metadata.c (mono_metadata_user_string): New function, provides
34697         access to the UserString heap. 
34698
34699 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
34700
34701         * metadata.c: Add inline documentation.
34702
34703 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
34704
34705         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
34706         files. 
34707
34708 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
34709
34710         * typeattr.h: New file, TypeAttribute flags. 
34711
34712 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
34713
34714         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
34715         mono_assembly_ensure_section): Section loading code.
34716         (load_section_tables): Load the sections.
34717
34718         * mono/metadata/metadata.c (mono_metadata_locate_token,
34719         mono_metadata_locate): Functions to locate the information
34720         definition given a token or a table and an index.
34721         (mono_metadata_compute_table_bases): New.
34722         (compute_size): New function to compute the sizes of the various
34723         tables.
34724
34725         * mono/metadata/metadata.h: Finish listing the different index
34726         types. 
34727
34728         * mono/metadata/pedump.c: Improve to dump new information.
34729
34730 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
34731
34732         * mono/metadata/metadata.c: Entered all the tables matching
34733         Beta2. 
34734
34735         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
34736
34737
34738
34739