2008-01-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
2
3         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
4         save_lmf/restore_lmf opcodes.
5
6         * threads.c (mono_threads_install_notify_pending_exc): New function to
7         install a callback notifying the JIT there is a pending exception on a thread.
8         (mono_thread_request_interruption): Call the new callback.
9         (mono_thread_get_and_clear_pending_exception): New function to return the
10         exception pending on a thread.
11
12         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
13         to turn off checking for pending exceptions.
14         (mono_marshal_get_native_wrapper): Ditto.
15
16 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
17
18         * threads-types.h: Get rid of the unnecessary extern declarations.
19
20 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
23         return field from parent class if not private.
24         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
25         returns fields from parent class if they are not private.
26         (method_nonpublic): added function to determine if a given method
27         should be considered non-public. Returns false for private methods
28         on parent class, and internal methods from parent on the 1.0 profile.
29         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
30         use method_nonpublic function to determine whether method should be
31         returned.
32         (property_accessor_public): use newly introduced method_nonpublic
33         function to determine whether accessor is non-public. 
34         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
35         event from parent class if not private. Only return static event if
36         Static flag is set, and only return static event from parent class if
37         FlattenHierarchy flag is set.
38         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
39         include non-private events from parent class.
40
41 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
42
43         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
44         warning.
45
46 2008-01-16  Wade Berrier <wberrier@novell.com>
47
48         * security.c: Add assembly.h header to appease some warnings
49
50 2008-01-16  Dick Porter  <dick@ximian.com>
51
52         * process.c (process_module_string_read): Remove trailing null
53         when saving string.
54
55 2008-01-16  Mark Probst  <mark.probst@gmail.com>
56
57         * class-internals.h: A new data structure describing the layout of
58         a runtime generic context (MonoRuntimeGenericContextTemplate).
59
60         * metadata-internals.h: Added a hash table to MonoDomain that maps
61         from open generic classes to their runtime generic context
62         templates.
63
64         * object.c: Building of the runtime generic context, including
65         proper handling of generic type arguments of superclasses.
66         Building of the runtime generic context according to the template.
67
68 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
69
70         * class.c (mono_class_setup_fields): Set field.count for generic instances.
71         Fixes #350856.
72
73         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
74         mono_portability_find_file (). Fixes #325466.
75         (mono_image_get_public_key): Fix a warning.
76
77 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
78
79         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
80         Fixes #353550.
81         (mono_class_from_name_case): Ditto.
82
83 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
84
85         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
86           common storage for the tables used in the System/NumberFormatter class.
87
88 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
89
90         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
91
92 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
93
94         * verify.c (get_boxable_mono_type): check if the token is valid.
95
96         * verify.c (set_stack_value): changed to add an error if an
97         invalid type is set on stack. Changed all callers due to signature change.
98
99         * verify.c (do_stobj): implement stobj validation.
100
101 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
102
103         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
104         set container->is_method, it was set earlier.
105
106         * metadata.c (type_in_image): Handle MVARs which belong to not finished
107         generic methods.
108
109         * reflection.c (mono_reflection_initialize_generic_parameter): Set
110         is_method of the generic container to TRUE for methods.
111
112 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
113
114         * metadata.c (type_in_image): Handle type parameters properly.
115
116         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
117         memory ownership of this structure.
118
119 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
120
121         * verify.c (get_boxable_mono_type): make typedref types been just
122         unverifiable. check for void type.
123
124         * verify.c (do_unbox_any): added, verify opcode unbox.any.
125
126         * verify.c (do_load_function_ptr): accept method spec tokens.
127
128 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
129
130         * marshal.c (mono_class_native_size): Always set *align even if this is called
131         recursively.
132
133 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
134
135         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
136         out-of-date.
137
138 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
139
140         * verify.c: removed some old unused tables. A huge bunch of small fixes
141         to things found while testing the verifier with mono basic.
142
143         * verify.c (dump_stack_value): dump null literal flag to.
144
145         * verify.c (verify_type_compatibility_full): fix comparison
146         for types that have a generic super type.
147
148         * verify.c (verify_stack_type_compatibility): fix compatibility
149         between null literals and reference types. fix compatibility between
150         boxed valuetypes and object. fix corner case test for enums.
151
152         * verify.c (do_cmp_op): proper verification of cgt.un in case
153         of reference types.
154
155         * verify.c (do_invoke_method): fix error message.
156
157         * verify.c (do_store_indirect
158
159         * verify.c (check_is_valid_type_for_field_ops): proper verification
160         of managed pointers to valuetypes and boxed valuetypes. proper verification
161         of null literals.
162
163         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
164         allow token to be a reference type.
165
166         * verify.c (do_cast): proper handling of boxes valuetypes.
167
168         * verify.c (do_stelem): proper handling of storing a boxed valuetype
169         in object[].
170
171         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
172         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
173         fixed the decoding of unbox_any
174
175 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
176
177         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
178
179 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
180
181         * verify.c (do_newobj): do delegate verification.
182
183         * verify.c (verify_delegate_compatibility): perform delegate
184         verification.
185
186         * verify.c (verify_ldftn_delegate): perform tests related to
187         ldftn delegates.
188
189         * verify.c (mono_delegate_signature_equal): perform the
190         slightly diferent signature comparison required by delegates.
191
192         * metadata.c (mono_metadata_type_equal_full): added and exported
193         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
194         allows signature only comparison.
195
196         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
197         as MONO_INTERNAL.
198
199 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
200
201         * verify.c: added a bunch of stack_slot_* functions to
202         make access to stack slot type easier. This is required to
203         allow optional flags, like null literal, boxed value and
204         this pointer.
205         All access paths to IlStackDesc::stype have been changed 
206         to use these new funcions.
207         Removed a bunch of unused functions and cleared all warnings.
208         This patch introduces the usage of the this pointer and 
209         boxed value flags.
210
211 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
212
213         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
214
215 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
216
217         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
218         match managed version.
219
220         * appdomain.c: Bump corlib version.
221         
222         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
223         argument.
224
225 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
226
227         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
228         Set public key token to zero-length byte array if assembly is not
229         strongnamed.
230
231 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
232
233         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
234         writing a vtype array elem.
235
236 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
237
238         * assembly.c (build_assembly_name): return FALSE if length of token is
239         not 16 (if not "null").
240         (mono_assembly_name_parse_full): return FALSE if value of version,
241         culture, token or key is 0.
242         * icall.c (fill_reflection_assembly_name): add boolean arguments to
243         specify whether public key and public key token must be set to default
244         value (zero-length byte array) if not available. Set versioncompat to
245         SameMachine. If public key is available or the default is set, then
246         set PublicKey flag.
247         (ves_icall_System_Reflection_Assembly_FillName): if no public key
248         is available, use empty byte array as default value. On the 2.0
249         profile, use default value for public key token if not set.
250         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
251         profile, use default value for public key if not set. On the 2.0
252         profile, use default value for public key token if not set.
253         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
254         default values for public key and public key token.
255
256 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
257
258         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
259         field to keep it in synch with the managed object.
260
261         * marshal.c (emit_marshal_object): Add support for byref marshalling of
262         delegates. Fixes #351520.
263
264         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
265         contains defined memory.
266         
267         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
268
269         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
270         
271         * sgen-gc.c (check_consistency): New helper function to do a consistency check
272         of the GC data structures.
273
274         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
275
276         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
277         
278         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
279         barrier.
280         (mono_array_clone_in_domain): Ditto.
281         (mono_array_clone_in_domain): Ditto.
282
283         * threads.c (start_wrapper): Register the thread start argument as a GC root.
284         (cache_culture): Use a write barrier.
285
286         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
287         (ves_icall_get_property_info): Ditto.
288
289         * object.h (MONO_STRUCT_SETREF): New macro.
290
291         * class-internals.h (MonoStats): Add some GC statistics.
292
293         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
294
295 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
296
297         * exception.c (mono_exception_from_name_two_strings):
298         Break from loop after method is found.
299
300 2008-01-04  Dick Porter  <dick@ximian.com>
301
302         * process.c (process_module_string_read): Rename variable to
303         reflect correct usage, after fixing bug 345972.
304
305 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
306
307         * verify.c (mono_type_create_fnptr_from_mono_method): 
308         created a MonoType function pointer instance to be used during
309         verification. The verifier releases this memory at end.
310
311         * verify.c (mono_method_is_constructor): extracted repeated
312         checks for constructor into a single class.
313
314         * verify.c (do_push_field): use new extracted method
315         for constructor check.
316
317         * verify.c (do_newobj): same.
318
319         * verify.c (do_ldftn): renamed to do_load_function_ptr
320         and make it verify ldvirtftn too.
321
322         * verify.c (mono_method_verify: proper verification
323         of ldvirtftn. release created MonoMethod instances.
324
325 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
326
327         * verify.c (token_bounds_check): added.
328
329         * verify.c (do_ldftn): added.
330
331         * verify.c (mono_method_verify): proper verificartion of ldftn.
332
333 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
334
335         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
336         than the table row count. It's the resposibility of the caller to
337         make the bounds check and raise the correct error.
338
339         * metadata.c (mono_metadata_decode_row_col): Same.
340
341         * loader.c (mono_get_method_from_token): perform bounds check
342         on token for methoddef table.
343
344 2007-12-29  Miguel de Icaza  <miguel@novell.com>
345
346         * icall.c
347         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
348         assert into a negative result, the managed code already coped with
349         that.
350
351         Some folks on Windows reported this error. 
352
353 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
354
355         * appdomain.c: Bump corlib version.
356         * icall.c:
357         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
358         CultureInfo.CreateCulture to create CultureInfo for name.
359         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
360         create CultureInfo for name. Fixes bug #347174.
361
362 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
363
364         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
365         flags.
366
367         * verify.c (is_valid_branch_instruction): allow branching to the
368         first instruction of the protected block.
369
370         * verify.c (is_valid_cmp_branch_instruction): same.
371
372         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
373         avoid double initialization.
374
375         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
376         detect which cases the eval stack should just be copied.
377
378         * verify.c (mono_method_verify): check if the eval stack
379         is empty when entering a protected block.
380
381 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
382
383         * verify.c: added is_clause_in_range, is_clause_inside_range,
384         is_clause_nested and verify_clause_relationship. They perform
385         the verifications stated in P1 12.4.2.7.
386
387         * verify.c (mono_method_verify): remove some unused variables,
388         add the new exception clause checks, add instruction border
389         checks for protected block start/end, improved some error 
390         messages and fixed a bug in the way invalid instruction access
391         is detected.
392
393 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
394
395         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
396         from GC 7.0 if available.
397
398         * object.c: Remove an unused define.
399         
400         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
401
402         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
403
404         * null-gc.c (mono_gc_make_descr_for_array): Implement.
405
406         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
407
408         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
409         to take the same arguments as the other make_descr functions.
410
411         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
412
413         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
414         directly.
415
416         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
417         mini.c.
418
419         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
420         call to boehm-gc.c.
421
422         * boehm-gc.c (mono_gc_register_root): Fix a warning.
423
424         * null-gc.c (mono_gc_register_root): Fix a warning.
425
426         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
427
428         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
429         (mono_gc_base_init): Call GC_init ().
430
431         * null-gc.c: Define mono_gc_register_root () as a no-op.
432
433         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
434
435 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
436
437         * verify.c: add prototype for merge_stacks at top
438
439         * verify.c (do_switch): added.
440
441         * verify.c (merge_stacks): on some cases the stack merging
442         was not happening properly. Unequal stack sizes at merge
443         points should be invalid.
444
445         * verify.c (mono_method_verify): added more debug info on stack state.
446         verify switch properly.
447
448 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
449
450         * method-builder.h: New file, moved the mono_mb_ declarations here from 
451         marshal.h.
452
453         * boehm-gc.c marshal.c: Include method-builder.h.
454
455         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
456
457         * marshal.c: Remove some code which is now in method-builder.c.
458
459 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
460
461         * method-builder.c: New file, extraction of the method builder functionality 
462         from marshal.c.
463
464         * marshal.c: Move the mb functions into method-builder.c.
465
466         * marshal.h marshal.c: Export some mono_mb_... functions.
467
468         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
469
470         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
471         the caller.
472
473         * class.c (mono_class_get_full): Check the token type in the dynamic case.
474
475         * loader.c (mono_field_from_token): Ditto.      
476
477         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
478         type as well.
479         
480         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
481         Fixes #342565.
482
483         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
484         a helper function for setting it.
485
486         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
487
488         
489         * assembly.c: Significally simplify code now that referenced assemblies are 
490         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
491
492         * threads.h: Don't include  the internal threads-types.h header file. Fixes
493         #349952.
494
495 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
496
497         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
498         instructions that were target of branches or are at protected block boundaries.
499
500         * verify.c (in_same_block): handle filter clauses.
501
502         * verify.c (is_valid_branch_instruction): added. checks the target of
503         instructions br or brtrue/false.
504
505         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
506         binary branch instructions such as beq and bge.
507
508         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
509         and made it pin the instruction as been part of the exception block.
510
511         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
512         of in_same_block.
513
514         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
515         of in_same_block.
516
517         * verify.c (do_ret): ret from a protected block is unverifiable and
518         not invalid.
519
520         * verify.c (do_static_branch): verify br and br.s instructions.
521
522         * verify.c (merge_stacks): add extra param to support detection
523         of branches in the middle of instructions.
524         
525         * verify.c (mono_method_verify): verify branches and exception blocks
526         that target the middle of instructions. Proper verification of br and br.s.
527
528 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
529
530         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
531         skip_visibility field.
532         (reflection_methodbuilder_from_dynamic_method): Ditto.
533
534         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
535         registrations. Fixes #348193.
536
537         * threads.h: Move the internal mono_thread_get_pending_exception () to
538         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
539
540 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
541
542         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
543         icall registration. Fixes #348193.
544
545         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
546         for corlib classes into object. Fixes #349621.
547
548 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
549
550         * icall.c (property_accessor_nonpublic): new function to determine
551         whether an accessor allows a property to be considered non-public.
552         Returns false for private accessor(s) from parent class, and internal
553         accessor(s) from parent on 2.0 profile (and higher).
554         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
555         to determine whether property should be included if NonPublic flag
556         is set. Fixes bug #349078.
557
558 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
559
560         * verify.c (init_stack_with_value): added.
561
562         * verify.c (mono_method_verify): extracted common
563         code for exception initialization into init_stack_with_value.
564
565         * verify.c (mono_method_verify): initialize the exception
566         for handler clauses as well.
567
568         * verify.c (mono_method_verify): fix the exception clause
569         ordering rules, it should use handler end offset and not
570         start offset.
571
572 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
573
574         * rawbuffer.c: remove useless warning.
575
576 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
577
578         * threads.h, threads-types.h: move functions to the correct header
579         (fixes bug#349952).
580
581 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
582
583         * verify.c (mono_method_verify): proper verification
584         of exception handling clauses ranges and fallthru in
585         and out of protected blocks.
586
587 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
588
589         * verify.c (mono_method_verify): fixed compilation issue.
590
591 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
592
593         * verify.c (mono_method_verify): a printf slipped in, changed
594         to use verifier debug macro.
595
596 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
597
598         * verify.c (is_correct_leave): check for filter clauses.
599
600         * verify.c (do_filter): added.
601
602         * verify.c (mono_method_verify): property verification of leave.
603
604
605 2007-12-18  Mark Probst  <mark.probst@gmail.com>
606
607         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
608         Win32 build, until we figure out how to do the proper thing on
609         Win32.
610
611 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
612
613         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
614         by the previous patch.
615         
616         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
617         the assembly resolve handler for refonly assemblies.
618
619 2007-12-17  Mark Probst  <mark.probst@gmail.com>
620
621         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
622         Make sure only one thread is allowed to commence shutdown, and
623         don't allow new threads to be started once shutdown is in
624         progress.
625
626 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
627
628         * verify.c (is_correct_endfilter): added.
629
630         * verify.c (is_unverifiable_endfilter): added.
631
632         * verify.c (do_endfilter): added.
633
634         * verify.c (mono_method_verify): property verification of endfilter
635         and fixed a corner case or endfinally.
636
637 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
638
639         * verify.h: new flags to support fail fast of unverifiable code and
640         do non-strict verification. Non-strict verification is required to
641         have MS runtime compatibility. There are a huge amount of unverifiable
642         code that it accepts as verifiable. The strict mode verifies the code
643         as the specs says.
644         Non-strict mode will be required in cases where code needs to be
645         accepted as verifiable but fails under strict mode.
646
647         * pedump.c: added support to fail fast and non-strict verification.
648
649         * verify.c: added support for both fail fast and non-strict verification.
650
651 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
652
653         * verify.c (is_correct_endfinally): added.
654
655         * verify.c (mono_method_verify): property verification of endfinally.
656
657 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
658
659         * verify.c (in_any_block): check for filter clauses.
660
661         * verify.c (is_correct_rethrow): added.
662
663         * verify.c (mono_method_verify): property verification of rethrow.
664
665         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
666
667 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
668
669         * verify.c (do_throw): added.
670
671         * verify.c (mono_method_verify): property verification of throw
672
673 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
674
675         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
676         assemblies. Fixes #346425.
677
678 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
679
680         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
681         FieldBuilders.
682
683         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
684
685         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
686         prevent asserts when this is called with a token which might not be valid.
687
688         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
689         lookup_dynamic_token_class with valid_token == FALSE.
690
691         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
692
693         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
694
695         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
696         
697 2007-12-10  Mark Probst  <mark.probst@gmail.com>
698
699         * gc.c: Don't delay threadpool thread finalization unless Mono is
700         shutting down.
701
702 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
703
704         * threads.c: turn an assert into a non-fatal warning.
705
706 2007-12-09  Robert Jordan  <robertj@gmx.net>
707
708         * icall.c (GetVirtualMethod): Add missing argument validation.
709
710 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
711
712         * verify.c (do_cast): added.
713
714         * verify.c (mono_method_verify): property verification of castclass and isinst.
715
716
717 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
718
719         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
720
721         * verify.c (do_stelem): added.
722
723         * verify.c (mono_method_verify): property verification of stelem.X.
724
725 2007-12-07  Mark Probst  <mark.probst@gmail.com>
726
727         * class.c, class-internals.h: Introduce an environment variable
728         (MONO_GENERIC_SHARING) through which the extent of generic code
729         sharing can be controlled (share all classes, share only corlib
730         classes, or share nothing).
731
732         * object.c: Only create runtime generic context for classes for
733         which sharing is enabled.
734
735 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
736
737         * verify.c (do_ldelem): refactor it to work with ldelem.any.
738
739         * verify.c (mono_method_verify): property verification of ldelem.any.
740
741 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
742
743         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
744         added ldelem.X opcodes.
745
746         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
747
748         * verify.c: proper verification of ldelem.X 
749
750 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
751
752         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
753
754 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
755
756         * verify.c (mono_method_verify): null literal requires special handling,
757         the value pushed on stack need to be flagged as so.
758
759         * verify.c (do_ldelema): Verify ldelema properly.
760
761 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
762
763         * verify.c: Verify ldlen properly.
764
765 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
766
767         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
768         to the target object's type. Fixes #346160.
769
770 2007-12-05  Dick Porter  <dick@ximian.com>
771
772         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
773         Solaris needs the same workaround as BSD-derived systems.  Fixes
774         bug 323524, patch by Burkhard Linke
775         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
776
777 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
778
779         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
780         handle to use when error dialog is shown; otherwise, update mask
781         to show no error dialog when an error occurs.
782
783 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
784
785         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
786
787         * class.c (mono_class_get_field_default_value): New helper function to initialize
788         field->def_type and field->data.
789
790 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
791
792         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
793         the general one.
794
795         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
796
797         * marshal.c: Avoid depending on delegate->method_info being set.
798
799         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
800         
801         * object.c (mono_delegate_ctor): Set delegate->method.
802
803         * object-internals.h (struct _MonoDelegate): Add 'method' field.
804
805         * appdomain.c: Bump corlib version.
806
807 2007-11-27  Raja R Harinath  <harinath@gmail.com>
808
809         * metadata.c (mono_generic_inst_equal_full): Short-circuit
810         equality check if we're comparing canonicalized MonoGenericInsts.
811
812 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
813
814         * class.c (generic_array_methods): Call mono_class_setup_methods () before
815         accessing class->methods.
816
817 2007-11-22  Dick Porter  <dick@ximian.com>
818
819         * threads.c: Ensure that the synch_cs is set before trying to use
820         it.
821
822 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
823
824         * profiler.c: r89126 broke the statistial profiler, unbreak.
825
826 2007-11-22  Martin Baulig  <martin@ximian.com>
827
828         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
829
830         * mono-debug.c
831         (mono_debug_debugger_version): Bump to 3.
832         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
833         -> mono_debugger_class_initialized().
834
835         * mono-debug-debugger.c
836         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
837
838         * class.c
839         (mono_debugger_start_class_init_func): Removed.
840         (mono_debugger_class_loaded_methods_func): Added.
841         (mono_class_setup_methods): Call it here.
842
843 2007-11-22  Martin Baulig  <martin@ximian.com>
844
845         * mono-debug.c
846         (mono_debug_add_delegate_trampoline): New public method.
847         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
848
849         * mono-debug.h
850         (MonoSymbolTable): Added `global_data_table'.
851         (MonoDebuggerTypeKind): Removed.
852
853 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
854
855         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
856         these methods.
857
858         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
859         
860 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
861
862         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
863
864 2007-11-20  Martin Baulig  <martin@ximian.com>
865
866         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
867
868         * mono-debug-debugger.c
869         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
870         (mono_debugger_remove_breakpoint): Likewise.
871         (mono_debugger_check_breakpoints): Likewise.
872         (mono_debugger_register_class_init_callback): New public method.
873         (mono_debugger_remove_class_init_callback): Likewise.
874         (mono_debugger_add_type): Likewise.
875
876         * mono-debug-debugger.h
877         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
878
879 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
880
881         * class.c: more interface implementations needed for the
882         array enumerator (fixes bug #341112).
883
884 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
885
886         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
887         fix ParamName of ArgumentNullExceptions.
888
889 2007-11-17  Miguel de Icaza  <miguel@novell.com>
890
891         * reflection.c (mono_reflection_encode_sighelper): Generate the
892         modopts and modreqs.   I have a useless test that crashes monodis,
893         but that shows the code working.
894
895 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
896
897         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
898         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
899
900 2007-11-15  Dick Porter  <dick@ximian.com>
901
902         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
903         When joining a thread, it's the thread that's calling Join that
904         gets WaitSleepJoin state not the target.  Fixes the standalone
905         test case in bug 334740, and hopefully the whole bug too.
906
907 2007-11-15  Dick Porter  <dick@ximian.com>
908
909         * process.c: Read file version info from the files pointed at by
910         process modules, not the current process.  Fixes bug 315969.
911
912         Use windows typedef names in some places to fix warnings on the
913         windows build.
914
915 2007-11-15  Mark Probst  <mark.probst@gmail.com>
916
917         * image.c, metadata-internals.h: Added a generic_class_cache hash
918         to MonoImage for looking up generic classes when sharing generics.
919
920 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
921
922         * sgen-gc.c: warning cleanups.
923
924 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
925
926         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
927         inherited properties.
928
929 2007-11-14  Mark Probst  <mark.probst@gmail.com>
930
931         * object.c, class-internals.h: Added more information to the
932         runtime generic context.
933
934 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
935
936         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
937         instead of just the target method. Generalize the abstract method handling to
938         handle any non-static method.
939
940         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
941         mono_marshal_get_delegate_invoke () signature change.
942
943 2007-11-13  Mark Probst  <mark.probst@gmail.com>
944
945         * class.c, class-internals.h: Made
946         mono_type_get_basic_type_from_generic () public.  Fixed member
947         access check for shared generics.
948
949         * loader.c: Don't insert field into field cache if it's part of a
950         non-inflated generic class.
951
952         * domain.c, domain-internals.h: The generic sharing context is now
953         part of the jit info data structure.  Added two accessor
954         functions.
955
956 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
957
958         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
959         the array Get/Set/Address methods, since the JIT inlines them.
960
961         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
962
963         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
964         (mono_image_init): Initialize runtime_invoke_direct_cache.      
965
966         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
967         mono_marshal_get_delegate_invoke signature change.
968
969         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
970         an additional argument. Add support for invoking abstract methods.
971
972         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
973
974         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
975
976 2007-11-09  Mark Probst  <mark.probst@gmail.com>
977
978         * class.c: Do field layout for open generic classes as well.
979
980 2007-11-09  Mark Probst  <mark.probst@gmail.com>
981
982         * gc.c, gc-internal.h: Don't finalize threadpool threads with
983         other objects, because the threadpool is still around.  Put them
984         in a list instead and after finalizing all other objects in the
985         root domain shut down the thread pool and then finalize the
986         threads.  Fixes bug #337383.
987
988         * threads.c, thread-types.h: New mono_thread_create_internal()
989         function for marking a thread with the threadpool flag before it
990         started.  Set synch_cs to NULL after freeing it.
991
992         * threadpool.c: Mark threadpool threads before they start.
993
994 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
995
996         * reflection.h, reflection.c: don't export random functions
997         and lazy load dbnull and missing objects.
998
999 2007-11-07  Jonathan Chambers <joncham@gmail.com>
1000
1001         * class.c: Initialize COM types if COM interfaces
1002         are present (not just COM classes).
1003         
1004         Code is contributed under MIT/X11 license.
1005
1006 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1007         * reflection.c:
1008         create_dynamic_mono_image: hook module profiler events (dynamic case).
1009         mono_image_basic_init: hook assembly profiler events (dynamic case).
1010
1011 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1012         * profiler.c:
1013         simple_appdomain_unload: completely terminate the profiler
1014         instead of only processing the statistical samples.
1015         simple_shutdown: make sure this is really called exactly once,
1016         even in multithreaded applications, and always listen to
1017         appdomain events.
1018         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
1019         here, the "[un]load" functions will do it.
1020         Fixes bugs #333791 and #325261.
1021
1022 2007-11-07  Geoff Norton  <gnorton@novell.com>
1023
1024         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
1025         rather than depend on __APPLE__.
1026
1027 2007-11-07  Mark Probst  <mark.probst@gmail.com>
1028
1029         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
1030
1031 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
1032
1033         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
1034         UTF16 MonoString. Fix the crash from bug #335488
1035
1036 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
1037
1038         * marshal.c: Correct (for non-Win32 OS) length != size in 
1039         mono_string_from_bstr. Fix #339530.
1040
1041 2007-11-06  Geoff Norton  <gnorton@novell.com>
1042
1043         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
1044         to succeed
1045
1046 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
1047
1048         * process.c: Added run-time GetProcessId API detection for Windows.
1049
1050 2007-11-04  Miguel de Icaza  <miguel@novell.com>
1051
1052         * reflection.c  (mono_param_get_objects): If a parameter has the
1053         attribute [System.Runtime.InteropServices.Optional] we should
1054         set the DefaultValue of the ParameterInfo to be
1055         System.Reflection.Missing instead of DBNull.
1056
1057         See bug #339013.
1058
1059         (mono_get_reflection_missing_object): New method,
1060         returns the System.Reflection.Missing.Value singleton instance.
1061
1062 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
1063
1064         * culture-info-table.h : regenerated.
1065
1066 2007-11-02  Jonathan Chambers <joncham@gmail.com>
1067
1068         * icall.c: Use GetEnvironmentStrings on windows
1069         so we are using the same environment block as 
1070         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
1071         #333740.
1072         
1073         Code is contributed under MIT/X11 license.
1074
1075 2007-10-31  Martin Baulig  <martin@ximian.com>
1076
1077         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
1078
1079         * mono-debug-debugger.h
1080         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1081
1082 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
1083
1084         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
1085         classes.
1086
1087 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
1088
1089         * culture-info-table.h : regenerated.
1090
1091 2007-10-30  Robert Jordan  <robertj@gmx.net>
1092
1093         * icall-def.h, icall.c:
1094         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
1095
1096         Code is contributed under MIT/X11 license.
1097
1098 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1099
1100         * class.c (mono_class_setup_vtable): Find the inflated methods in the
1101         inflated class instead of inflating them again.
1102         
1103         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
1104         dynamic case.
1105
1106         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
1107         Call setup_supertypes () after klass->parent is set.
1108         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
1109
1110         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
1111         for inflated instances of not yet created dynamic generic classes.
1112         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
1113         times from inflated_method.
1114         (methodbuilder_to_mono_method): Ditto.
1115
1116 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1117
1118         * gc.c: code cleanup and removed old untested option of not creating the
1119         finalizer thread.
1120
1121 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1122
1123         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
1124         creating a jump trampoline for dynamic methods.
1125
1126 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
1127
1128         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
1129         generic TypeBuilders when called from another method of the same type (bug #335131).
1130
1131
1132 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
1133
1134         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
1135         doesn't seem to work perfectly.
1136         
1137         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
1138         called multiple times.
1139         (methodbuilder_to_mono_method): Ditto.
1140         (resolve_object): Inflate FieldBuilder's.
1141
1142 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1143
1144         * string-icalls.c, string-icalls.h, appdomain.c: patch from
1145         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
1146         RemoveEmptyEntries in the string.Split implementation (bug #322375).
1147
1148 2007-10-26  Dick Porter  <dick@ximian.com>
1149
1150         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
1151         Thread initialisation changes
1152
1153 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
1154
1155         * verify.c: fix compatibility check between arrays and System.Array
1156
1157 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
1158
1159         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
1160         too. Fixes #336999.
1161
1162 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
1163
1164         * object.c (mono_value_box): Use typed allocation here.
1165
1166 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
1167
1168         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
1169         trampoline instead of compiling the method right away.
1170
1171         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
1172
1173 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
1174
1175         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
1176         related fields for dynamic classes. Fixes #334493.
1177
1178 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
1179
1180         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
1181         
1182         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
1183
1184         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
1185         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
1186
1187         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
1188
1189         * reflection.c (create_generic_typespec): Initialize klass->generic_container
1190         if needed.
1191         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
1192
1193 2007-10-18  Jonathan Chambers <joncham@gmail.com>
1194
1195         * marshal.c: Use correct key when removing item
1196         from ccw_hash.
1197         
1198         Code is contributed under MIT/X11 license.
1199
1200 2007-10-17  William Holmes  <billholmes54@gmail.com>
1201
1202         *marshal.c: Adding a case to marshal booleans to U1
1203
1204         Code is contributed under MIT/X11 license.
1205
1206 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
1207
1208         * class.c (mono_class_from_name): Search the modules compromising dynamic
1209         assemblies. Fixes #331601.
1210
1211 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
1212
1213         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
1214         exception if the type name contains an assembly component. Fixes #334203.
1215
1216         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
1217         modules inside dynamic assemblies. Fixes #334200.
1218         
1219         * reflection.c: Set image->public_key and image->public_key_length;
1220
1221         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
1222         fields.
1223
1224         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
1225         
1226 2007-10-16  Mark Probst  <mark.probst@gmail.com>
1227
1228         * metadata.c: Implemented correct comparing of generic classes.
1229         An inflated generic class can be equal to a non-inflated one if it
1230         is inflated with generic type variables as type arguments.  Fixes
1231         bug #333798.
1232
1233 2007-10-15  Dick Porter  <dick@ximian.com>
1234
1235         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
1236         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
1237         81646.
1238
1239         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
1240         instead of a monitor lock.  This means that monitor_try_enter and
1241         co can set the thread state safely.
1242         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
1243         thread_interrupt_requested, so interrupt actually works.
1244
1245         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
1246         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
1247         state accessor function
1248
1249 2007-10-15  Martin Baulig  <martin@ximian.com>
1250
1251         * mono-debug.h
1252         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
1253         the debugger with the current runtime.
1254
1255 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
1256
1257         * object.c, object-internals.h: added the ability to set a single
1258         trampoline for all the slots in a vtable.
1259
1260 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1261
1262         * marshal.c: deal with a possible race condition during multicast
1263         delegate invocation.
1264
1265 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1266
1267         * class.c: ensure value type methods don't have the synchronized
1268         flag set.
1269
1270 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
1271
1272         * string-icalls.c, string-icalls.h: reverted unapproved patch that
1273         breaks the build.
1274
1275 2007-10-11  Joel Reed  <joelwreed@comcast.com>
1276
1277         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
1278         to take an options parameter so that empty entries can be removed during
1279         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
1280
1281 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1282
1283         * marshal.c: make sure we don't store the signature from a dynamic
1284         method into the runtime invoke cache (bug #327189).
1285
1286 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1287
1288         * marshal.c: make sure the wrapper methods are properly initialized.
1289
1290 2007-10-11  Mark Probst  <mark.probst@gmail.com>
1291
1292         * metadata.c, metadata-internals.h: Generalized
1293         mono_type_stack_size() to mono_type_stack_size_internal() which
1294         takes an additional argument specifying whether it allows open
1295         types.
1296
1297 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1298
1299         * verify.c (do_invoke_method): handle typedbyref params
1300         correctly and check for unverifiable return values.
1301
1302         * verify.c (do_newobj): fix a warning.
1303
1304 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1305
1306         * verify.c: don't tread typedbyref as allways unverifable,
1307         so uses, like (ld/st)loc.0 are valid. verify for the cases
1308         that it matters, like boxing related operations.
1309
1310 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1311
1312         * verify.c: add verification of the newobj opcode. verification
1313         of delegate instantation still missing due ldftn and virldftn not
1314         pushing the function type on stack
1315
1316 2007-10-08  Mark Probst  <mark.probst@gmail.com>
1317
1318         * class-internals.h: Runtime generic context data structure
1319         definition.
1320
1321         * object.c: Initialization of runtime generic context at runtime
1322         vtable creation time.
1323
1324 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
1325         * class.c (mono_class_create_from_typedef,
1326         mono_class_from_generic_parameter, mono_ptr_class_get,
1327         mono_fnptr_class_get, mono_bounded_array_class_get)
1328         * domain.c (mono_domain_create, mono_domain_free)
1329         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
1330         * image.c (do_mono_image_load, mono_image_close):
1331         Hooked up load-unload profiler events.
1332
1333 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1334
1335         * domain.c: track statistics about the actual amount of native code
1336         allocated.
1337
1338 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1339
1340         * class.c: the valuetype enumerators don't have the additional
1341         supertypes interfaces.
1342
1343 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1344
1345         * class.c: need more interfaces setup for the IEnumerator<T>
1346         object created for arrays (tests/ienumerator-interfaces.2.cs).
1347
1348 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
1349
1350         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
1351
1352 2007-10-05  Alp Toker  <alp@atoker.com>
1353
1354         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1355         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1356         #315863.
1357
1358 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1359
1360         * verify.c (verify_type_compatibility_full): verification of
1361         compatibility improved, validates correctly non-strict checks between
1362         native int and I4 types different than (unsigned)int32.
1363
1364         * verify.c (do_store_indirect): added, do all verification of
1365         ldind.X opcodes. 
1366
1367         * verify.c (get_load_indirect_mono_type): renamed to
1368         get_indirect_op_mono_type, as it now returns the MonoType for 
1369         ldind.X and stind.X opcodes.
1370
1371 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1372
1373         * reflection.c: Fix the encoding of generic type definition for
1374         TypeBuilders.
1375
1376         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
1377         mono_image_typedef_or_ref but allows to specify if typespec lookups should
1378         be made. Typespec check is done prior to typeref cache lookup.
1379
1380         * reflection.c (mono_image_typedef_or_ref): now just delegate to
1381         mono_image_typedef_or_ref_full.
1382
1383         * reflection.c (encode_generic_class): encode the generic class
1384         directly instead of calling encode_type.
1385
1386         * reflection.c (encode_type): encode the generic type definition
1387         MonoClass as a generic instantiation.
1388
1389         * reflection.c (create_typespec): cache typespec tokens in
1390         the assembly->typespec cache. Don't create typespec for a generic
1391         instance MonoClass. Create typespec for the generic type defintion.
1392
1393         * reflection.c (create_generic_typespec): encode the generic
1394         class directly instead of calling encode_type.
1395
1396         * reflection.c (mono_image_create_token): encode the generic
1397         type definition not using a typespec for MonoType instances.
1398
1399
1400 2007-10-04  Raja R Harinath  <rharinath@novell.com>
1401
1402         Fix #328812
1403         * class.c (mono_image_init_name_cache): Don't return nested
1404         'protected internal' classes.
1405         (mono_class_from_name_case): Likewise.
1406
1407 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
1408
1409         * icall-def.h, icall.c : get_bundled_machine_config() is now the
1410           common function used by both DefaultConfig in System.dll and
1411           InternalConfigurationHost in System.Configuration.dll.
1412
1413 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1414
1415         * class.c: automatically add to vectors only a few essential explicit
1416         generic interfaces. The rest of the interfaces that arrays should
1417         provide are currently implicitly added (but still not lazily, see the
1418         design in the discussion of bug#325495 for the details of what is
1419         needed for that). Additionally, implicit interfaces are assigned the
1420         same vtable slot as the explicit interfaces (as they are compatible):
1421         this enables huge memory savings since we don't need to instantiate
1422         as many memthods and as large vtables anymore. Also, Since
1423         GetEnumerator<T> returns an instance of a type that is required to
1424         support a similarly large set of interfaces as arrays, we add
1425         implicit interfaces and interface offset sharing support to those
1426         types, too. This change adds all the required interfaces so that
1427         the anonarray.cs test case in the bug report works (we don't add
1428         all the interfaces to arrays of arrays 3-level deep and more because
1429         of the memory requirements explained in the bug and since they are much
1430         less common: the lazy-loading support will enabled them to work, too).
1431
1432 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
1433
1434         * verify.c (merge_stacks): major clean up, all type compatibility
1435         checks are done by verify_type_compatibility. This fix my earlier lack
1436         of understanding of the CLR type system and merge_stacks no longer looks
1437         scary.
1438
1439         * verify.c: fixed some bad spelling.
1440
1441 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
1442
1443         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
1444         a given stack slock.
1445         
1446         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
1447         verify_type_compatibility_full. This removed a near indentical function and fixed
1448         handling of Int32 and IntPtr across all opcodes.
1449
1450 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
1451
1452         * class.c: only vectors have the additional generic interfaces.
1453
1454 2007-10-01  Jonathan Chambers <joncham@gmail.com>
1455
1456         * mono-config.c: Use g_strcasecmp instead of
1457         strcasecmp like everywhere else to fix
1458         compilation with MSVC.
1459         
1460         Code is contributed under MIT/X11 license.
1461
1462 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1463
1464         * object.c, object-internals.h: refactored the IMT code to enable
1465         building a single slot at a time and lazily creating the IMT trampolines
1466         and thunks.
1467
1468 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
1469
1470         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
1471
1472         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
1473         Fixes #328501.
1474         
1475 2007-09-29  Raja R Harinath  <harinath@gmail.com>
1476
1477         * loader.c (method_from_methodspec): Rearrange to avoid
1478         un-necessary exposition.  Don't assert out if the method's
1479         declaring type is a generic type definition.
1480
1481 2007-09-28  Martin Baulig  <martin@ximian.com>
1482
1483         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
1484
1485 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
1486
1487         * class-internals.h: optimize field layout of MonoClass to
1488         requires less cachelines at runtime and save a few bytes on 64 bit
1489         systems.
1490
1491 2007-09-28  Jb Evain  <jbevain@novell.com>
1492
1493         * reflection.c: when encoding type names in custom attributes,
1494         if the type is a closed generic type, its generic arguments
1495         have to be serialized as AssemblyQualifiedName, so that when
1496         they are deserialized, it's possible to re-create them properly.
1497         Fixes #329450.
1498
1499
1500 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
1501
1502         * object.c, class-internals.h: added delegate-creation counter.
1503
1504 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
1505
1506         * class.c: cleanup of the code that synthetizes interfaces for
1507         arrays in 2.0: saves quit a bit of corlib mempool memory.
1508         Code to fix bug #325495 ifdeffed out for now until the issues
1509         with memory usage and O(n^2) behaviour are fixed.
1510
1511 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1512
1513         * marshal.c: when possible, do not duplicate the name of the methods
1514         in the method builder and in the generated MonoMethod.
1515
1516 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
1517         * verify.c: added support for type checking ldind_* opcodes.
1518
1519 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
1520
1521         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
1522         which is used to distinguish the fully open instantiation of a TypeBuilder
1523         with the rest. This temporary hack is required to restore the property that
1524         the fully open instantiation is the same type of the generic type definition.
1525
1526         * class-internals.h (mono_generic_class_is_generic_type_definition):
1527         new function as part of the internal API.
1528
1529         * class.c (inflate_generic_type): return NULL when the generic inst is
1530         fully open. The fully open generic type is now the same as the generic type
1531         definition for non TypeBuilder types.
1532
1533         * class.c (mono_generic_class_get_class): removed assert since it is
1534         no longer valid, gklass->cached_class can point to the generic type definition.
1535
1536         * class.c (mono_generic_class_is_generic_type_definition): new.
1537
1538         * metadata.c (mono_generic_class_hash): added is_tb_open field
1539         to the hash calculation.
1540
1541         * metadata.c (free_generic_class): if the generic class is associated
1542         with the generic type definition, its field will come from the mempool and
1543         must not be freed.
1544
1545         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
1546         new, this function identifies the corner case of a TypeBuilder fully open
1547         instantiation.
1548
1549         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
1550         for lookup. Set gclass->cached_class to be the container class in case of
1551         the fully open instantiation of non TypeBuilder types.
1552
1553         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
1554         to compare generic classes.
1555
1556         * reflection.c (method_encode_methodspec): remove assert that
1557         no longer is valid.
1558
1559         * reflection.c (mono_reflection_generic_class_initialize): add
1560         an aditional assert to ensure the proper type is used.
1561
1562 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
1563
1564         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
1565         to enjoy it.
1566
1567 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
1568
1569         * verify.c (push_arg): Fixed support for ldarga
1570         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
1571         MonoType used as first arg in case of instance calls.
1572
1573 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
1574
1575         * verify.c: Support for verifying VAR and MVAR types, 
1576
1577 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
1578
1579         * icall.c (ves_icall_get_property_info): Set the reflected type of the
1580         accessors correctly.
1581
1582 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
1583
1584         * threads.c: support OSX and other systems in
1585         mono_thread_get_stack_bounds (bug #328026).
1586
1587 2007-09-25  Martin Baulig  <martin@ximian.com>
1588
1589         * mono-debug.h
1590         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
1591
1592 2007-09-24  Martin Baulig  <martin@ximian.com>
1593
1594         * mono-debug.h
1595         (MonoDebugClassEntry): Moved the definition of this struct into
1596         mono-debug.c to make it private.
1597
1598         * mono-debug.c
1599         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
1600         type table per symbol file, we don't need to store the symfile id
1601         any longer.
1602
1603 2007-09-24  Martin Baulig  <martin@ximian.com>
1604
1605         Create one type table per symbol file, since a `MonoClass *' gets
1606         invalid when its image is unloaded.
1607
1608         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
1609         (MonoDebugHandle): Added `type_table'.
1610
1611 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1612
1613         * mempool.c, mempool.h: added mono_mempool_new_size () API
1614         to be able to specify a smaller initial size for the pool.
1615         Adjusted the code to slowly increase pool size before using
1616         the previous default size.
1617         * image.c: use a small initial size for image mempools.
1618
1619 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
1620
1621         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
1622         Fixes ##320990.
1623
1624         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
1625         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
1626
1627 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
1628
1629         * metadata.c (mono_type_create_from_typespec): Remove an invalid
1630         free. Fixes #327438.
1631
1632 2007-09-21  Raja R Harinath  <harinath@gmail.com>
1633
1634         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
1635         generic instantiations, etc.
1636         <MONO_TYPE_ARRAY>: Likewise.
1637
1638 2007-09-21  Martin Baulig  <martin@ximian.com>
1639
1640         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
1641         these structs were never defined.
1642         (MonoDebugHandle): Removed the `_priv' field, it was never used.
1643
1644 2007-09-21  Martin Baulig  <martin@ximian.com>
1645
1646         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
1647
1648 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
1649
1650         * image.c: removed the guid hash tables: we can get the same info
1651         without the additional memory usage hit (partially fixes also bug #327052).
1652
1653 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
1654
1655         * profiler.h, profiler-private.h, profiler.c: add a new profiler
1656         event to handle unloading methods. After the event is called, the
1657         corresponding MonoMethod* must be considered invalid.
1658         * loader.c (mono_free_method): call the new mono_profiler_method_free
1659         event.
1660
1661 2007-09-20  Mark Probst  <mark.probst@gmail.com>
1662
1663         * domain-internals.h: New flag in MonoJitInfo which marks shared
1664         generic methods.  New hash table (shared_generics_hash) in
1665         MonoDomain to keep track of shared generic methods.  Prototypes
1666         for functions to register and lookup shared generic methods.
1667
1668         * domain.c: Support for registering and looking up shared generic
1669         methods via a hash table (shared_generics_hash) in MonoDomain.
1670
1671         * class-internals.h: New exception to signal failure of shared
1672         compilation of a generic method.  New counters for generics
1673         sharing in MonoStats.
1674
1675 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
1676
1677         * image.c, metadata-internals.h: don't keep a file descriptor open
1678         for loaded assemblies (bug#325988).
1679
1680 2007-09-19  Raja R Harinath  <rharinath@novell.com>
1681
1682         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
1683         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
1684         use the corresponding datatypes.
1685         (type_in_image): Update to changes.
1686         (CleanForImageUserData): Simplify.
1687         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
1688         Avoid quadratic behaviour in handling the "stolen" list by
1689         separating the filter predicate out, and by prepending the stolen
1690         items rather than appending them.
1691         (steal_ginst_in_image): Likewise.
1692         (mono_metadata_clean_for_image): Update to changes.
1693
1694 2007-09-19  Martin Baulig  <martin@ximian.com>
1695
1696         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
1697
1698 2007-09-19  Martin Baulig  <martin@ximian.com>
1699
1700         * mono-debug.c (mono_debug_cleanup): Don't call
1701         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
1702
1703 2007-09-19  Raja R Harinath  <harinath@gmail.com>
1704
1705         Fix crash on 'make run-test' in mcs/errors
1706         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
1707         Avoid more potential allocations in mono_class_from_mono_type.
1708         (ginst_in_image): Update to changes.
1709         (gclass_in_image): Rearrange slightly.
1710
1711 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
1712
1713         * class.c (mono_class_init): Move the code that sets up class->methods to 
1714         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
1715
1716         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
1717         canonical instance of an inflated generic signature.
1718         (mono_type_create_from_typespec): Remove an invalid free.
1719
1720         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
1721
1722 2007-09-18  Marek Habersack  <mhabersack@novell.com>
1723
1724         * domain-internals.h: added a declaration of the
1725         mono_assembly_load_full_nosearch internal function.
1726
1727         * assembly.c (mono_assembly_load_with_partial_name): use
1728         mono_try_assembly_resolve return value properly.
1729         (mono_assembly_load_full_nosearch): copied the function body from
1730         mono_assembly_load_full, without the code to invoke assembly
1731         search hooks.
1732         (mono_assembly_load_full): calls the above new function and if the
1733         assembly is not resolved, invokes the search hooks.
1734
1735         * appdomain.c (mono_runtime_init): restore the global postload
1736         assembly search handlers.
1737
1738 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
1739
1740         * class.c (mono_class_init): Make sure class->methods and class->properties
1741         are never NULL in the generics case.
1742
1743         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
1744
1745 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
1746
1747         * metadata.c (free_generic_class): Disable some code to fix the build.
1748
1749         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
1750
1751         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
1752         from the image mempool.
1753
1754         * metadata.c (free_generic_class): Free more data from the inflated class.
1755
1756         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
1757
1758         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
1759         mempool.
1760         (mono_type_create_from_typespec): Ditto.
1761
1762         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
1763         MonoImage to the caller.
1764         (mono_init_internal): Save the opened image in a global variable.
1765         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
1766
1767         * reflection.c (resolve_object): Fix a leak.
1768
1769         * metadata.c: Fix the freeing of data in the generics caches.
1770         
1771         * metadata.c (free_generic_inst): Comment this out to fix the build.
1772         (free_generic_class): Ditto.
1773
1774         * metadata.c: Free cached generic methods, instantinations and classes when
1775         they are removed from the caches.
1776         (mono_metadata_free_type): Free the type itself.
1777
1778         * class.c: Free the result of mono_class_inflate_generic_type () in a few
1779         places.
1780
1781 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
1782
1783         * boehm-gc.c: restrict managed allocs to __thread supporting
1784         architectures.
1785
1786 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
1787
1788         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
1789         (mono_generic_class_get_class): Fix a leak.
1790
1791         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
1792         mono_metadata_free_type ().
1793         (mono_metadata_inflate_generic_inst): Fix a leak.
1794
1795 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
1796
1797         * mono-debug.c (free_header_data): Fix a leak missed earlier.
1798
1799         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
1800         mempool.
1801
1802         * mono-debug.c (mono_debug_close_image): Fix call to 
1803         g_hash_table_remove ().
1804
1805 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
1806
1807         * icall-def.h: redirect all the string ctor to the managed
1808         CreateString () methods.
1809         * string-icalls.c, string-icalls.h: removed dead code for string
1810         ctors and icalls.
1811
1812 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
1813
1814         * mono-debug.c: Fix memory leaks.
1815
1816 2007-09-14  Jonathan Chambers <joncham@gmail.com>
1817
1818         * threads-types.h: Implement mono_hazard_pointer_set and 
1819         mono_hazard_pointer_clear macros using do/while(0) to fix
1820         compilation with MSVC.
1821         
1822         Code is contributed under MIT/X11 license.
1823
1824 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
1825
1826         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
1827         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
1828
1829 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1830
1831         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
1832         icalls.
1833
1834 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1835
1836         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
1837         managed-code allocated as well.
1838
1839 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
1840
1841         * class.c (mono_class_is_assignable_from): Add support for generic variance.
1842
1843 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
1844
1845         * boehm-gc.c: fixed the build after the AOT changes.
1846
1847 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
1848
1849         * wrapper-types.h: Add an ALLOC wrapper type.
1850
1851         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
1852         reference managed allocator methods.
1853
1854 2007-09-12  Marek Safar  <marek.safar@gmail.com>
1855
1856         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
1857         of Type array and not MonoType, a fix suggested by Hari.
1858         
1859 2007-09-12  Jonathan Chambers <joncham@gmail.com>
1860
1861         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
1862         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
1863         
1864         Code is contributed under MIT/X11 license.
1865
1866 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
1867
1868         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
1869
1870 2007-09-12  Marek Habersack  <mhabersack@novell.com>
1871
1872         * image.c (do_mono_image_open): if assembly file fails to open and
1873         MONO_IOMAP is in effect, try to find the path in a
1874         case-insensitive way.
1875
1876         * appdomain.c (mono_runtime_init): do not install postload hooks -
1877         tests show that MS.NET doesn't use anything of that sort to
1878         trigger the AppDomain.AssemblyResolve event.
1879         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
1880         made non-static.
1881         (mono_runtime_init): init portability helpers here.
1882
1883         * assembly.c (mono_assembly_load_with_partial_name): if other   
1884         attempts fail, trigger the AppDomain.AssemblyResolve event handler
1885         to resolve the assembly.
1886
1887         * domain-internals.h: added mono_try_assembly_resolve and marked
1888         it as internal.
1889
1890 2007-09-11  Jb Evain  <jbevain@novell.com>
1891
1892         * object-internals.h (MonoReflectionDynamicMethod): add
1893         a `MonoReflectionType *owner` field. The owner is used
1894         * reflection.c:
1895         (mono_reflection_create_dynamic_method): use the owner of the dynamic
1896         method as the class declaring the dynamic method.
1897         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
1898         dynamic method to the declaring type of the methodbuilder.
1899
1900 2007-09-11  Mark Probst  <mark.probst@gmail.com>
1901
1902         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
1903         rules for calling methods via reflection.
1904
1905 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
1906
1907         * reflection.c (resolve_object): Add support for MonoGenericClass. 
1908         Inflate MonoType's.
1909
1910 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
1911
1912         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
1913         provide a managed method that does fast allocations without needing
1914         a managed->unmanaged transition. Boehm GC implementation currently
1915         enabled for ptrfree objects on sane architectures.
1916
1917 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
1918
1919         * marshal.c, marshal.h: exported a couple of useful functions and
1920         added mono_mb_get_label () to easily handle backward branches.
1921
1922 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
1923
1924         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
1925
1926 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
1927
1928         * loader.c (find_method): Fixed the regression introduced while
1929         fixing bug #81466.
1930
1931 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
1932
1933         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
1934         well.
1935         
1936         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
1937         icall.c reflection.c: Pass a MonoGenericContext argument to 
1938         mono_lookup_dynamic_token ().
1939
1940         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
1941         #82744.
1942         
1943 2007-09-09  Robert Jordan  <robertj@gmx.net>
1944
1945         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
1946         for generic methods.
1947
1948         * object.c (mono_object_get_virtual_method): Handle generic methods.
1949         Fixes bug #78882.
1950
1951         Code is contributed under MIT/X11 license.
1952
1953 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
1954
1955         * image.c: fix locking in mono_image_load_file_for_image ().
1956
1957 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
1958
1959         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
1960         used only as a cache: added an icall to fill it.
1961
1962 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
1963
1964         * reflection.h: exposed mono_reflection_free_type_info
1965         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
1966         since mono_reflection_bind_generic_parameters makes a copy of it.
1967         * reflection.c (free_type_info): subinfos should be freed.
1968         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
1969         made non static.
1970         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
1971         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
1972         this fixes #82695 and #81726.
1973    
1974
1975 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
1976
1977         * process.h, process.c:  added support for user profile/info in
1978           ProcessStartInfo. For now only Windows works.
1979
1980 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1981
1982         * metadata.c: consider the generic arguments when comparing
1983         signatures (bug #82614).
1984
1985 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
1986
1987         * cil-coff.h, image.c: updated assembly loader to cope with the
1988         PE32+ 64 bit file format.
1989
1990 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
1991
1992         * assembly.c, class.c, domain.c, loader.c: remove useless
1993         inclusion of cil-coff.h.
1994
1995 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
1996
1997         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
1998         if interface is marked with CoClassAttribute. 
1999    
2000         Code is contributed under MIT/X11 license.
2001
2002 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2003
2004         * sgen-gc.c: ensure no object from the to space is copied again or finalized
2005         if it's seen twice in major collections.
2006
2007 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2008
2009         * sgen-gc.c: big objects are not copied to the gray area, but they
2010         need to be considered for scanning, too, if they are brought alive
2011         by an object ready for finalizations or a survived one.
2012
2013 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2014
2015         * sgen-gc.c: properly account the number of disappearing links when
2016         they are nullified.
2017
2018 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2019
2020         * sgen-gc.c: share the code to scan the registered roots between the
2021         different types of collections.
2022
2023 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2024
2025         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
2026
2027 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2028
2029         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
2030         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
2031
2032 2007-08-28  Mark Probst  <mark.probst@gmail.com>
2033
2034         * security-manager.c (mono_security_manager_get_methods):
2035         LinkDemandSecurityException now has 2 arguments instead of 3.
2036
2037 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
2038
2039         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
2040         platforms which need it.
2041
2042 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2043
2044         * sgen-gc.c: unregister thread data structures with a pthread_key_t
2045         dtor.
2046
2047 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2048
2049         * threads.c: free the thread static data on thread exit.
2050
2051 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
2052
2053         * class.c: walk the hierarchy to find the generic definition for
2054         a class (fixes runtime part of bug #82498).
2055
2056 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2057
2058         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
2059         ...
2060
2061         * image.c (mono_image_close): Here. Hopefully fixes #82510.
2062
2063 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2064
2065         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
2066
2067 2007-08-24  Robert Jordan  <robertj@gmx.net>
2068
2069         * appdomain.c: don't perform the ':'->';' substitution on Win32.
2070
2071 2007-08-24  Jb Evain  <jbevain@novell.com>
2072
2073         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
2074         for byref types.
2075
2076 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2077
2078         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
2079         #82286.
2080
2081 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2082
2083         * assembly.c: Fix a warning.
2084         
2085 2007-08-23  Marek Habersack  <mhabersack@novell.com>
2086
2087         * appdomain.c: parse the <runtime> section looking for the probing
2088         element with the 'privatePath' attribute, which sets additional
2089         directories in which the runtime should look for assemblies.
2090
2091 2007-08-23  Robert Jordan  <robertj@gmx.net>
2092
2093         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
2094         Fixes #82499.
2095
2096 2007-08-23  Martin Baulig  <martin@ximian.com>
2097
2098         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
2099         _mono_debug_init_corlib() and remove it from the header file.
2100
2101 2007-08-23  Martin Baulig  <martin@ximian.com>
2102
2103         * mono-debug-debugger.c
2104         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
2105         don't notify the debugger about it.
2106
2107         * mono-debug-debugger.h
2108         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
2109
2110 2007-08-23  Robert Jordan  <robertj@gmx.net>
2111
2112         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
2113         Code is contributed under MIT/X11 license.
2114
2115 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2116
2117         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
2118
2119 2007-08-22  Martin Baulig  <martin@ximian.com>
2120
2121         * mono-debug.c: Store debugging info on a per-domain basis and
2122         free it on domain unload.  Add support for unloading symbol files.
2123
2124         * mono-debug.h
2125         (MonoDebugList): New typedef.
2126         (MonoSymbolTable):
2127         - add `data_tables and `type_table'.
2128         - replace 'symbol_files' and `num_symbol_files' with a
2129           `MonoDebugList *'.
2130         (mono_debug_data_table): Removed.
2131         (mono_debug_list_add): New public function.
2132         (mono_debug_list_remove): New public function.
2133         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
2134         (mono_debug_init_2_memory): Renamed into
2135         mono_debug_open_image_from_memory().
2136         (mono_debug_close_image): New public function.
2137         (mono_debug_domain_create): Likewise.
2138         (mono_debug_domain_unload): Likewise.
2139         (MONO_DEBUGGER_VERSION): Bump to 60.
2140
2141         * mono-debug-debugger.h
2142         (MonoDebuggerEvent):
2143         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
2144         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
2145         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
2146         - rename `THREAD_CREATED' and `THREAD_EXITED' into
2147           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
2148         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
2149           meaning.
2150         (mono_debugger_add_symbol_file): Removed.
2151         (mono_debugger_add_type): Removed.
2152         (mono_debugger_lookup_type): Removed.
2153         (mono_debugger_lookup_assembly): Removed.
2154
2155         * domain.c
2156         (mono_domain_create): Call mono_debug_domain_create().
2157         (mono_init_internal): Call mono_debug_init_corlib().
2158
2159         * assembly.c
2160         (mono_assembly_close): Call mono_debug_close_image().
2161
2162 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
2163
2164         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
2165         mmap call.
2166
2167 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2168
2169         * sgen-gc.c: ensure section->pin_queue_end is initialized
2170         correctly when non pinning objects in the section have been found.
2171
2172 2007-08-22  Marek Habersack  <mhabersack@novell.com>
2173
2174         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
2175         containing a list of directories separated by ':'. MSDN docs say
2176         the directories should be separated with ';'. Part of a bugfix for
2177         bug #81446
2178
2179 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
2180
2181         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
2182         it should MonoType and not MonoClass.
2183
2184 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
2185
2186         * culture-info-table.h : regenerated.
2187
2188 2007-08-20  William Holmes  <billholmes54@gmail.com>
2189
2190         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
2191          to call ReplaceFile Kernel32 on windows or in io-layer.
2192         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
2193         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
2194          as an internal call.
2195
2196         Code is contributed under MIT/X11 license.
2197
2198 2007-08-20  Jb Evain  <jbevain@novell.com>
2199
2200         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
2201         and MONO_EXCEPTION_FIELD_ACCESS.
2202
2203         * debug-helpers.[c|h]: new mono_field_full_name function.
2204
2205 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2206
2207         * class.c: Removed class_security_level() and moved it to
2208         security-core-clr.c.
2209
2210         * security-core-clr.c, security-core-clr.h: class_security_level()
2211         is now public and renamed to mono_security_core_clr_class_level().
2212         It also looks for security attributes in the classes a class is
2213         nested in.
2214
2215 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2216
2217         * security-core-clr.c, security-core-clr.h: CoreCLR security
2218         utility functions.
2219
2220         * Makefile.am: Added security-core-clr.[ch].
2221
2222         * security-manager.c, security-manager.h: Functions and enum for
2223         setting and getting the security mode.
2224
2225         * class.c: CoreCLR security checks.
2226
2227 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
2228
2229         * icall-def.h, process.c, process.h: implemented icall to get
2230         user/system processor times.
2231
2232 2007-08-17  Mark Probst  <mark.probst@gmail.com>
2233
2234         * domain.c, threads.c, class-internals.h, domain-internals.h: New
2235         reader-lock-free jit_info_table.
2236
2237 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
2238
2239         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
2240
2241         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
2242
2243         * object-internals.h (MonoException): Add missing _data member.
2244
2245 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2246
2247         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
2248         checking that only methods with matching qname or fqname are picked
2249         from implemented interfaces.
2250
2251 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2252
2253         * verify.c (do_newarr):added, do type verification of
2254         newarr ops, push the right value on the eval stack.
2255         * verify.c (mono_method_verify): use do_newarr
2256
2257
2258 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2259
2260         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
2261         factored the common code into get_boxable_mono_type, which
2262         is now using mono_type_get_full, this fixed byref related tests.
2263
2264 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2265
2266         * class.c: added mono_type_get_full, this function has the same
2267         behavior of mono_class_get_full but the returned MonoType has
2268         all metadata of the associated token in case of a typespec token.
2269         * class.c: added mono_type_retrieve_from_typespec, used by 
2270         mono_type_get_full to retrieve the token type.
2271         * class.c (mono_class_create_from_typespec): changed to use
2272         mono_type_retrieve_from_typespec.
2273         * class.c (mono_ldtoken): changed to use mono_type_get_full
2274         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
2275         * class-internals.h: exported mono_type_get_full for internal use.
2276
2277 2007-08-16  Jb Evain  <jbevain@novell.com>
2278
2279         * domain.c (supported_runtimes): add entry for
2280         the 'moonlight' runtime version.
2281
2282 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2283
2284         * verify.c (mono_method_verify): small typo sliped in.  
2285
2286 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2287
2288         * verify.c (do_unbox_value): added, do type verification of
2289         unboxing ops
2290         * verify.c (mono_method_verify): use do_unbox_value
2291
2292
2293 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2294
2295         * verify.c (dump_stack_value): fixed typo, was printing string
2296         instead of object on stack.
2297         * verify.c (do_box_value): moved the byref check up as it leads
2298         to invalid code and should be done earlier.
2299         * verify.c: improved error messages for and ldobj
2300
2301 2007-08-15  William Holmes  <billholmes54@gmail.com>
2302
2303         * marshal.c (emit_marshal_custom): Omit the call to 
2304           marshal_native_to_managed when calling native to managed 
2305           and the argument is specified as an out argument.
2306
2307         Code is contributed under MIT/X11 license.
2308
2309 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2310
2311         * verify.c: fixed the type checks for generics, function pointers and vectors.
2312         Added type verification for ldobj and ldtoken. The verifier
2313         would segfault if header or signature of a method contained references
2314         to non-existant types.
2315
2316 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2317
2318         * marshal.c (cominterop_get_ccw): Patch from
2319         Bill Holmes to no walk up interface hierarchy. 
2320         All parent methods should be present in the interface for COM.
2321    
2322         Code is contributed under MIT/X11 license.
2323
2324 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2325
2326         * marshal.c (emit_marshal_com_interface): Patch from
2327         Bill Holmes to handle COM Interfaces as return values
2328         for native->managed calls.
2329    
2330         Code is contributed under MIT/X11 license.
2331
2332 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
2333
2334         * marshal.c (cominterop_get_idispatch_for_object): Implement
2335         for runtime callable wrappers.
2336    
2337         Code is contributed under MIT/X11 license.
2338
2339 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
2340
2341         * pedump.c (main): changed from mono_init to mono_init_from_assembly
2342         so 2.0 types are accessible
2343
2344
2345 2007-08-13  Miguel de Icaza  <miguel@novell.com>
2346
2347         * domain.c (mono_init_internal): Call mono_assembly_load_friends
2348         once we load mscorlib.   Due to the order in which we initialize,
2349         the mono_assembly_load_full routine that loads mscorlib did not
2350         load friends.   We now load it once we load the
2351         mono_defaults.internals_visible_class class. 
2352
2353         * assembly.c: Expose the mono_load_friend_assemblies method.
2354
2355 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
2356
2357         * verify.c: improved the handling of boxing, better
2358         type checking for unary ops and conversion. Fix bug
2359         regarding managed pointer compatibility checking
2360
2361 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
2362
2363         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
2364
2365         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
2366
2367 2007-08-09  Raja R Harinath  <rharinath@novell.com>
2368
2369         * reflection.c (dup_type): Remove.
2370         * class.c (dup_type): Remove.
2371         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
2372         instead of the dodgy 'dup_type'.
2373         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
2374         handle the case where 'dup_type' needed the second argument.
2375
2376 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
2377
2378         * domain.c: Fix a warning.
2379
2380 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2381
2382         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
2383         checking that methods with the same fqname are not overridden
2384         with a method from an ancestor.
2385
2386 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
2387
2388         * threads.c (free_thread_static_data_helper): Avoid a crash if
2389         thread->static_data is not yet set.
2390
2391 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
2392
2393         * marshal.c: Use correct image when emitting
2394         native wrapper for COM calls.
2395    
2396         Code is contributed under MIT/X11 license.
2397
2398 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
2399
2400         * icall-def.h, security.c, security.h :
2401           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
2402
2403 2007-08-07  Martin Baulig  <martin@ximian.com>
2404
2405         * mono-debug-debugger.h
2406         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
2407
2408         * domain.c (mono_domain_free): Call
2409         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
2410
2411 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2412
2413         * verify.c (check_underflow, check_overflow): error message now returns IL offset
2414         * verify.c (in_same_block): code should test if either offset is inside the clauses
2415         * verify.c (mono_method_verify): push the exception into the eval stack of exception
2416         and filter blocks
2417
2418 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
2419
2420         * image.c (mono_image_close): Fix a leak.
2421
2422         * object.c (mono_runtime_invoke_array): Avoid using alloca.
2423
2424         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
2425
2426 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
2427
2428         * domain.c, threads.c, threads-types.h: fix memory retention issue
2429         with thread static variables not being cleared on domain unload.
2430         Reuse thread static slots after domain unload.
2431
2432 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
2433
2434         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
2435         nullable type.
2436
2437         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
2438         now done in mono_runtime_invoke_array.
2439
2440         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
2441         receiver is a nullable type.
2442
2443         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
2444         generic parameter.
2445
2446 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
2447
2448         * marshal.c: Implement COM Objects as return type for 
2449         managed->unmanaged calls. Added Release calls for COM Object
2450         out/return values in managed->unmanaged calls.
2451
2452         Code is contributed under MIT/X11 license.
2453
2454 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
2455
2456         * threads.h, threads-type.h: move the hazard pointer declarations
2457         to the private header.
2458
2459 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
2460
2461         * file-io.c, appdomain.c: memory leak fixes.
2462
2463 2007-08-02  Dick Porter  <dick@ximian.com>
2464
2465         * socket-io.c
2466         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
2467         SO_REUSEADDR setting into io-layer/sockets.c.
2468
2469 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
2470
2471         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
2472         from Object when called on a generic parameter. Fixes #82211.
2473
2474 2007-08-01  Dick Porter  <dick@ximian.com>
2475
2476         * file-io.c (convert_share): Test FileShare values bit-by-bit.
2477         Fixes bug 79250 yet again.
2478
2479 2007-07-30  Martin Baulig  <martin@ximian.com>
2480
2481         Merged the `debugger-dublin' branch.
2482
2483         * mono-debug.h
2484         (MonoDebugDataTable): New typedef.
2485         (MonoDebugMethodAddressList): New typedef.
2486         (MonoDebugWrapperData): Removed.
2487         (MonoDebugSymbolTable): Removed `current_data_table',
2488         `current_data_table_size', `current_data_table_offset'.
2489         (MonoDebugDataItemType): Moved into mono-debug.c.
2490         (MonoDebugMethodJitInfo): Remove `address'.
2491         (mono_debug_data_table): New global variable.
2492         (mono_debug_lookup_method_addresses): New public function.
2493         (mono_debug_find_method): Take a `MonoMethod *', not a
2494         `MonoDebugMethodInfo *'.
2495
2496         * mono-debug.c: Drop support for the old symbol tables.
2497
2498 2007-06-28  Martin Baulig  <martin@ximian.com>
2499
2500         * mono-debug.c (mono_debug_debugger_version): New public variable.
2501
2502 2007-07-31  William Holmes  <billholmes54@gmail.com>
2503
2504         * metadata.c Changed mono_type_create_from_typespec to not insert
2505           the type into the hash map until after
2506           do_mono_metadata_parse_type has completed.
2507         Fixes Bug #82194
2508         Code is contributed under MIT/X11 license.
2509
2510 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
2511
2512         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
2513         generic parameter. Fixes #82211.
2514
2515 2007-07-27  Jb Evain  <jbevain@novell.com>
2516
2517         * pedump.c (dump_metadata, dump_metadata_header): dump
2518         versions contained in the metadata header.
2519
2520 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
2521
2522         * threads.c: register small_id_table with the GC.
2523
2524 2007-07-27  Mark Probst  <mark.probst@gmail.com>
2525
2526         * threads.c, threads.h, class-internals.h, object-internals.h:
2527         Hazard pointers, to be used by lock-free parallel algorithms.
2528
2529 2007-07-26  Dick Porter  <dick@ximian.com>
2530
2531         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
2532         routine on non-windows platforms, as I've not managed to think of
2533         a non-kludgy way of doing this.  Finishes off bug 78739.
2534
2535 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
2536
2537         * object.c: properly setup interface_bitmap in proxy vtables.
2538
2539 2007-07-25  Marek Habersack  <mhabersack@novell.com>
2540
2541         * appdomain.c (get_shadow_assembly_location): do not use TickCount
2542         to create unique shadow copy target directories, use the domain's
2543         serial number instead. Each domain gets a unique target directory
2544         that way.
2545
2546         * domain.c (mono_domain_create): added code to increment domain
2547         shadow copy serial number and cache the value in the current
2548         domain structure.
2549
2550         * domain-internals.h (struct _MonoDomain): added a new field -
2551         shadow_serial to hold the serial number used in generation of
2552         shadow-copy directories. This is to make sure that the directory
2553         name is unique for each and every domain created. We avoid a race
2554         condition with overriding assemblies already in use by other app
2555         domains.
2556
2557 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
2558
2559         * class.c (mono_bounded_array_class_get): fixed memory leak when 
2560         binding generic parameters.
2561
2562 2007-07-24  Raja R Harinath  <rharinath@novell.com>
2563
2564         * metadata.c (do_mono_metadata_parse_generic_class): Use
2565         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
2566         error.
2567
2568 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
2569
2570         * loader.c, class-internals.h, reflection.c: removed the per-method
2571         generics hashtable: we use the global one through the call of
2572         mono_class_inflate_generic_method ().
2573
2574 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
2575
2576         * class.c, metadata.c, class-internals.h: introduce yet another
2577         generics global cache for inflated methods (fixes 98% of the perf
2578         issue in bug #81806).
2579
2580 2007-07-23  Raja R Harinath  <rharinath@novell.com>
2581
2582         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
2583         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
2584         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
2585         return a MonoGenericInst containing (a copy) of those types.
2586         (mono_metadata_inflate_generic_inst): Update to changes.
2587         (mono_metadata_parse_generic_inst): Likewise.
2588         (mono_get_shared_generic_inst): Likewise.
2589         * reflection.c (mono_class_bind_generic_parameters): Likewise.
2590         (mono_reflection_bind_generic_method_parameters): Likewise.
2591         * metadata-internals.h: Likewise.
2592         * icall.c (free_generic_context): Kill.
2593         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
2594
2595         * reflection.c (reflection_methodbuilder_to_mono_method): Use
2596         mono_metadata_type_dup.
2597         * marshal.c (mono_mb_create_method): Likewise.
2598
2599         * metadata.c (mono_metadata_type_dup): Rename from
2600         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
2601         MonoImage.  Handle a few more cases, esp. when no mempool is given.
2602         * marshal.c, metadata-internals.h: Update to changes.
2603
2604 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2605
2606         * class.c: fixed a small leak for array classes and removed warning.
2607
2608 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
2609
2610         * loader.c (mono_method_get_param_token): Make this work on generic methods.
2611         Return 0x8000000 for return parameters. Fixes #82161.
2612
2613 2007-07-21  Marek Habersack  <grendello@gmail.com>
2614
2615         * appdomain.c (get_shadow_assembly_location): append the current
2616         ticks value to the path. Avoids overwriting the same assemblies by
2617         several threads at the same time.
2618
2619 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
2620         and Raja R Harinath  <rharinath@novell.com>
2621
2622         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
2623         Simplify slightly.
2624         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
2625         property for testing if a method is a generic method definition.
2626
2627 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
2628
2629         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
2630
2631 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
2632
2633         * verify.c: used function from private branch, reverted to the one in class.h 
2634
2635 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
2636
2637         * verify.c: a typo slipped in and the code wont compile
2638
2639 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
2640
2641         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
2642         disabled box instruction as it is doing the wrong thing
2643         improved stack dump messages, now it is easier to debug type related issues
2644
2645
2646 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
2647
2648         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
2649
2650 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
2651
2652         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
2653         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
2654         grouped with class and valuetype. This change will simply 
2655         the code as it should be handled just like unmanaged pointers.
2656
2657 2007-07-19  Mark Probst  <mark.probst@gmail.com>
2658
2659         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
2660
2661 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
2662
2663         * verify.c: several stack merge issues fixed, reference comparisons now
2664         check the type size. strict type check now works correctly.
2665         added more uses of IS_MANAGED_POINTER macro.
2666         fixed issues pointed by running the test suite against .net.
2667         
2668
2669 2007-07-19  Mark Probst  <mark.probst@gmail.com>
2670
2671         * class.c, loader.c, class-internals.h: Removed the
2672         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
2673         defines.
2674
2675         * icall.c: Better error checking in some internal reflection
2676         methods.
2677
2678 2007-07-18  William Holmes  <billholmes54@gmail.com>
2679
2680         * filewatcher.c : removed unused variable 'filename' in 
2681           ves_icall_System_IO_FSW_SupportsFSW
2682
2683 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
2684
2685         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
2686         obsolete, removed.
2687
2688 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
2689
2690         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
2691         
2692         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
2693
2694 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
2695
2696         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
2697         Implement generics support.
2698         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
2699
2700         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
2701         type_args and method_args arguments.
2702         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
2703         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
2704         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
2705
2706 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
2707
2708         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
2709           It adds a rootimage parameter to mono_reflection_get_type_internal,
2710           adds new function mono_reflection_get_type_with_rootimage and use
2711           the rootimage to resolve the types instead of the current image
2712
2713 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2714
2715         * culture-info-table.h: Forgot to update after r78304.
2716
2717 2007-07-13  Raja R Harinath  <rharinath@novell.com>
2718
2719         * class.c (mono_class_is_open_constructed_type)
2720         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
2721
2722 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
2723
2724         * class.c (mono_bounded_array_class_get):  method fails if used with
2725         an incomplete TypeBuilder enum (no basetype field), fixed it by 
2726         avoiding calculating the size for such array as it cannot be instantiated.
2727         Fix bug #82015
2728
2729 2007-07-12  Raja R Harinath  <rharinath@novell.com>
2730
2731         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
2732         field.
2733         * metadata.c, reflection.c: Update to changes.
2734
2735 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
2736
2737         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
2738         mono_class_is_valid_enum, they are used to valide a enum when loading.
2739         * reflection.c: used new functions to throw TypeLoadException when and
2740         invalid enum is build with TypeBuilder. Fixes #82018
2741   
2742 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2743
2744         * object.c: forgot commit of mono_class_setup_methods () to access
2745         iface->methods.
2746         * object-internals.h: added a few more handy fields to
2747         MonoIMTCheckItem.
2748
2749 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
2750
2751         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
2752         iface->methods.
2753
2754 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
2755
2756         * class-internals.h, object-internals.h, object.c: IMT-based
2757         interface invocation core from Massimiliano Mantione
2758         (massi@ximian.com) with a reworked arch-specific interface,
2759         bsearch implementation and a few bugfixes and memory savings by me.
2760
2761 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
2762
2763         * class.c (mono_class_create_from_typedef): mono would segfault if 
2764         an enum did not have a __value field. It now throws a TypeLoadException
2765         for such cases. Fix bug #82022
2766
2767 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
2768
2769         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
2770
2771 2007-07-09  Mark Probst  <mark.probst@gmail.com>
2772
2773         * class.c (mono_class_init): If a class is already inited but has
2774         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
2775
2776 2007-07-09  Mark Probst  <mark.probst@gmail.com>
2777
2778         * class.c: Properly handle the case of an unimplemented interface
2779         method.  Fixes: 81673.
2780
2781 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
2782
2783         * class-internals.h, object.c: cleanup patch from massi: use
2784         MonoVTable->interface_bitmap since the vtable interfaces offset array
2785         is going away.
2786
2787 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
2788
2789         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
2790         GetMDStreamVersion icall instead.
2791
2792 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
2793
2794         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
2795         not use mono_dl_build_path() with a full library name: makes
2796         fallbacks to libgaim and libfam work.
2797
2798 2007-07-06  William Holmes  <billholmes54@gmail.com>
2799
2800         * assembly.c: Added a continue statement in probe_for_partial_name when
2801          parse_assembly_directory_name fails.  Fixes : 82002
2802
2803 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
2804
2805         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
2806         and added a verification  for TYPEDBYREF.
2807         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
2808         make native int interchangeable with int32 and some small cleanup and formating.
2809         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
2810         handle byref of byref.
2811         * verify.c (push_local): handle byref of byref.
2812         * verify.c (do_binop): invalid mix of values is unverifiable
2813         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
2814         added visibility checks
2815         * verify.c (field related method): added visibility checks
2816         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
2817
2818 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
2819
2820         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
2821         string.
2822
2823 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
2824
2825         * profiler.c (mono_profiler_load): Fix an off-by-one error.
2826
2827         * marshal.c (emit_marshal_string): When returning a string from managed code,
2828         allways make a copy even for unicode strings. Fixes #81990.
2829
2830 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
2831
2832         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
2833         of byref generic inst types (bug #81997).
2834
2835 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
2836
2837         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
2838         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
2839
2840 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
2841
2842         * marshal.c (emit_marshal_string): Add support for unicode strings in
2843         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
2844
2845 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
2846
2847         * verify.c: field load/store are now verified, missing only access checks now
2848
2849 2007-06-28  Martin Baulig  <martin@ximian.com>
2850
2851         * mono-debug.c (mono_debug_debugger_version): New public variable.
2852
2853 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
2854
2855         * locales.c: When constructing DateTimeFormat or NumberFormat for
2856         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
2857         MonoCultureInfo contructed from the current locale is always
2858         read-only and has UseUserOverride set to true. All MonoCultureInfo
2859         instances returned for GetCultures have both IsReadOnly and
2860         UseUserOverride set to true. Fixes part of bug #81930.
2861
2862 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
2863
2864        * icall-def.h: Update System.__ComObject icalls
2865        * marshal.c: Avoid managed transition (and object creation)
2866        when looking up COM interface in RCW.
2867        * marshal.h: Ditto.
2868        
2869        Code is contributed under MIT/X11 license.
2870
2871 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
2872
2873         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
2874         to avoid crashes during assembly unloading.
2875
2876 2007-06-22  Raja R Harinath  <rharinath@novell.com>
2877
2878         Fix MethodInfo.IsGenericMethodDefinition
2879         * reflection.c (mono_reflection_bind_generic_method_parameters):
2880         Rearrange code to ensure we always uses a generic method definition.
2881         * class.c (mono_class_inflate_generic_method_full): Set
2882         'generic_container' field only for generic method definitions.
2883         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
2884         Use presense of 'generic_container' field as indication of being a
2885         generic method definition.
2886
2887 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
2888
2889         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2890
2891         * object-internals.h: Reflect changes in the layout of the managed Delegate
2892         class.
2893         
2894         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
2895         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
2896         runtime memory used by the dynamic method. Fixes #77146.
2897
2898 2007-06-21  Dick Porter  <dick@ximian.com>
2899
2900         * file-io.h: 
2901         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
2902         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
2903         81767.
2904
2905 2007-06-21  Raja R Harinath  <rharinath@novell.com>
2906
2907         * reflection.c (method_encode_methodspec): Add a tripwire.
2908         * class.c (inflate_generic_type): The fully open generic type is
2909         not the same as the generic type definition.
2910
2911 2007-06-21  Martin Baulig  <martin@ximian.com>
2912
2913         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
2914
2915         * mono-debug-debugger.h
2916         (MonoDebuggerBreakpointInfo): Removed.
2917         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
2918         (mono_debugger_remove_breakpoint): Likewise.
2919         (mono_debugger_breakpoint_callback): Likewise.
2920         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
2921
2922 2007-06-21  Raja R Harinath  <rharinath@novell.com>
2923
2924         * metadata.c (mono_metadata_lookup_generic_class): The fully open
2925         generic type is not the same as the generic type definition.
2926         * class.c (mono_generic_class_get_class): Likewise.
2927
2928 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
2929
2930         * icall.c: The second argument to 
2931         System.Reflection.MethodBase.GetMethodFromHandleInternalType
2932         is a MonoType not a MonoClass.
2933
2934 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
2935
2936         * verify.c: support for function pointers in the verifier
2937
2938 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
2939
2940         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
2941
2942 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
2943
2944         * assembly.c: removed Mono.Data.SqliteClient from the list of
2945         forward-compatible assemblies as it breaks the ABI (bug #81899).
2946
2947 2007-06-19  Raja R Harinath  <rharinath@novell.com>
2948
2949         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
2950         lookup/update with the loader lock.
2951         * reflection.c (mono_class_bind_generic_parameters): No need to
2952         protect mono_metadata_lookup_* with the loader lock.
2953         * class.c (inflate_generic_type): Likewise.
2954         
2955         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
2956         on a generic instantiated type.
2957
2958 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
2959
2960         *verify.c: produce meanfull error messages on verification error
2961         *verify.c: fixed some cases of verification errors reported as validation errors
2962         *pedump.c: fixed the error name array, now it shows validation errors properly
2963         *verify.h: fixed the contant that should be used for verification errors
2964
2965 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
2966
2967         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
2968         for bug #77596, 81858 and 80743 (generics data structures on domain
2969         unload).
2970
2971 2007-06-15  Raja R Harinath  <rharinath@novell.com>
2972
2973         Avoid allocating 'MonoGenericContext' on the heap.
2974         * class-internals (_MonoMethodInflated::context): Make field
2975         inline, not a pointer.
2976         * loader.c (method_from_methodspec): Allocate 'new_context' on the
2977         stack.  Use the context embedded within the inflated method as the
2978         hash key, rather than 'new_context'.
2979         * class.c (inflate_generic_context): Simplify.  Return a struct
2980         rather than allocating on the heap.
2981         (mono_class_inflate_generic_method_full): Update to changes.  Now,
2982         doesn't salt away a copy of the context -- simplifying the
2983         lifetime rules of a 'MonoGenericContext *'.
2984         (mono_method_get_context): Return pointer to embedded context.
2985         (setup_generic_array_ifaces): Allocate temporary context on stack.
2986         * reflection.c (inflate_mono_method): Likewise.
2987         (mono_reflection_bind_generic_method_parameters): Likewise.
2988         Use the context embedded within the inflated method as the hash key.
2989
2990         Avoid a source of allocation of 'MonoGenericContext'.
2991         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
2992         and 'cached_context' fields into embedded 'MonoGenericContext' field.
2993         * class.c: Update to changes.
2994         (mono_generic_class_get_context): Simplify drastically.  Now just
2995         returns a pointer to the field.
2996         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
2997         argument as a const pointer.
2998         (mono_metadata_generic_context_equal): Likewise.
2999         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
3000         Update to changes.
3001
3002 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
3003
3004         * verify.c improved the handling of brtrue/brfalse, factored out common code
3005
3006 2007-06-14  Raja R Harinath  <rharinath@novell.com>
3007
3008         Kill MonoGenericMethod.
3009         * class-internals.h (MonoGenericContext::method_inst): Rename from
3010         'gmethod' and convert to a MonoGenericInst.
3011         (MonoGenericMethod): Remove.
3012         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
3013         * loader.c (method_from_methodspec): Update to changes.  Use a
3014         MonoGenericContext as the key to the hashtable.
3015         * metadata.c (mono_metadata_generic_context_equal): Rename from 
3016         'mono_metadata_generic_method_equal' and take MonoGenericContext.
3017         (mono_metadata_generic_context_hash): Likewise from
3018         'mono_metadata_generic_method_hash'.  Change hash function.
3019         (mono_metadata_load_generic_params): Update to changes.
3020         (mono_get_shared_generic_method): Remove.
3021         * metadata-internals.h (mono_get_shared_generic_method): Remove.
3022         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
3023         (inflate_generic_context): Likewise.
3024         (mono_class_inflate_generic_method_full): Likewise.
3025         (setup_generic_array_ifaces): Likewise.
3026         (mono_class_create_from_typespec): Likewise.
3027         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
3028         (method_encode_methodspec): Update callsite.
3029         (reflection_methodbuilder_to_mono_method): Update to changes.
3030         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
3031         MonoGenericContext as the key to the hashtable.
3032         (inflate_mono_method): Update to changes.
3033
3034         * class-internals.h (MonoGenericMethod::container): Remove.
3035         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
3036
3037 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
3038
3039         * profiler-private.h, profiler.c, profiler.h: added API to profile
3040         exception events.
3041
3042 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3043
3044         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
3045
3046 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3047
3048         * verify.c: method invocation is now validated, now we verify parameter types on stack.
3049         Fixed overflow and underflow not aborting the verification process.
3050
3051 2007-06-13  Mark Probst  <mark.probst@gmail.com>
3052
3053         * class-internals.h (MonoStats): Added stats entries for dynamic
3054         code allocations.
3055
3056 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
3057
3058         * loader.c (mono_free_method): Free header->locals and header->clauses.
3059
3060         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
3061         dynamic case.
3062
3063         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
3064
3065         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
3066
3067 2007-06-12  Raja R Harinath  <rharinath@novell.com>
3068
3069         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
3070         the tables.
3071
3072 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3073
3074         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
3075
3076 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3077
3078         MonoGenericMethod on a diet
3079         * class-internals.h (_MonoMethodInflated::reflection_info): Move
3080         here ...
3081         (_MonoGenericMethod::reflection_info): ... from here.
3082         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
3083         Update to changes.
3084         * reflection.c (inflate_mono_method): Likewise.
3085         (mono_reflection_bind_generic_method_parameters): Likewise.
3086
3087 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3088
3089         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
3090         *verify.c: factored long ldarg forms to share code with short forms
3091
3092 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3093
3094         *verify.c: fixed code formating factored some duplicate code
3095         into a new function
3096
3097         *verify.h: fixed binary incompatibility introduced earlier
3098
3099         *pedump.c: fixed formating
3100
3101 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3102
3103         Fix assertion when disassembling Mono.C5.dll
3104         * loader.c (method_from_methodspec): Avoid inflating a method
3105         twice with the same context.  If the methodref is inflated, use
3106         the declaring method instead.
3107
3108         * class.c (mono_class_from_generic_parameter): Fix case similar to
3109         bug #81830 handled below, but for method containers.
3110
3111 2007-06-10  Raja R Harinath  <harinath@gmail.com>
3112
3113         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
3114         get_shared_generic_class.  Directly inflate the instance.
3115         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
3116         (inflate_generic_class): Delete.
3117         (get_shared_generic_class): Delete.  Move setting of
3118         'cached_class' and 'cached_context' ...
3119         * metadata.c (mono_metadata_lookup_generic_class): ... here.
3120
3121         * metadata.c (mono_metadata_lookup_generic_class): Change
3122         signature to take the components of a MonoGenericClass rather than
3123         an allocated MonoGenericClass.  Change semantics to be intern-like.
3124         * reflection.c (mono_class_bind_generic_parameters): Update to
3125         changes.  Make locking region tighter.
3126         * class.c (inflate_generic_class): Update to changes.
3127         (get_shared_generic_class): Likewise.
3128         * metadata-internals.h: Likewise.
3129
3130         * reflection.c (mono_class_bind_generic_parameters): Take and
3131         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
3132         (mono_reflection_bind_generic_parameters): Use
3133         'mono_class_bind_generic_parameters' rather than duplicate the code.
3134         * class.c (mono_bounded_array_class_get): Update to changes.
3135         * object-internals.h: Likewise.
3136
3137         * reflection.c (mono_class_bind_generic_parameters): Only support
3138         parameterizing generic type definitions.  Remove support for other
3139         open types.
3140
3141 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
3142
3143         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
3144
3145         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
3146         in the dynamic case.
3147
3148 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
3149
3150         * threads.c: When cleaning up thread, reset the Background bit.
3151         Fixes bug #81720.
3152
3153 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
3154
3155        * metadata.c: Move variable declarations to top of scope.
3156        * verify.c: Move variable declarations to top of scope.
3157
3158        Code is contributed under MIT/X11 license.
3159
3160 2007-06-08  Raja R Harinath  <rharinath@novell.com>
3161
3162         * reflection.c (mono_class_bind_generic_parameters): Replace
3163         open-coded loop with mono_metadata_inflate_generic_inst.
3164
3165         * class.c (get_shared_generic_class): Don't call
3166         mono_get_shared_generic_inst.  Use the container's own
3167         'class_inst'.
3168
3169         * metadata.c (mono_metadata_load_generic_params): Move
3170         initialization of 'context' field here from ...
3171         * class.c (mono_class_create_from_typedef): ... here, and ...
3172         * loader.c (mono_get_method_from_token): ... here.
3173
3174         * class.c (get_shared_generic_class): Rename from
3175         mono_get_shared_generic_class and make static.
3176         (mono_get_shared_generic_inst): Move to metadata.c.
3177         * loader.c (mono_get_shared_generic_method): Likewise.
3178         * class-internals.h, metadata-internals.h: Update to changes.
3179
3180         Fix #81830
3181         * class.c (mono_class_from_generic_parameter): Don't assume a
3182         generic container owner exists.  Generic containers from monodis
3183         don't have any.
3184
3185 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
3186
3187         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
3188         * verify.h: new typedefs to returns the non-verifiable status
3189         * verify.c: initial implementation of generics, stack merging and object compatibility check
3190
3191 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3192
3193         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3194         a MonoInternalHashTable again (fixed bug in internal hash table
3195         code).
3196
3197 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3198
3199         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3200         MonoInternalHashTable again (fixed bug in internal hash table
3201         code).
3202
3203 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3204
3205         * class.c, image.c, class-internals.h, domain.c,
3206         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
3207         changes.  Have to figure out what makes them break the SWF
3208         regression.
3209
3210 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3211
3212         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3213         a MonoInternalHashTable now.
3214
3215 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3216
3217         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3218         MonoInternalHashTable now.
3219
3220 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
3221
3222         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
3223         invoke_impl code.
3224
3225         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
3226
3227         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
3228         dependent trampoline.
3229
3230         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3231
3232         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
3233
3234 2007-05-29  Robert Jordan  <robertj@gmx.net>
3235
3236         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
3237
3238 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
3239
3240         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
3241
3242 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
3243
3244        * marshal.c: Fix interface lookup loops for
3245        cominterop_get_com_slot_for_method and 
3246        cominterop_get_method_interface. Only need to lookup
3247        if type is a class, else use interface type method is on.
3248
3249        Code is contributed under MIT/X11 license.
3250
3251 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
3252
3253         * reflection.c: HasSecurity can be present even if no specially 
3254         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
3255         SecurityAttribute). Fix CAS regression tests on buildbot.
3256
3257 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
3258
3259        * appdomain.c: Add configure checks for header files.
3260        * image.c: Add configure checks for header files.
3261        * file-io.c: Add configure checks for header files.
3262        * debug-mono-symfile.c: Add configure checks for header files.
3263        * threadpool.c: Add configure checks for header files.
3264        * console-io.c: Add configure checks for header files.
3265        * profiler.c: Add configure checks for header files.
3266        * rawbuffer.c: Add configure checks for header files.
3267        * icall.c: Add configure checks for header files.
3268        * rand.c: Add configure checks for header files.
3269        * socket-io.c: Add configure checks for header files.
3270
3271        Code is contributed under MIT/X11 license.
3272
3273 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
3274
3275         * reflection.c (mono_custom_attrs_from_builders): Remove the 
3276         assertion as it breaks the build.
3277         
3278         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
3279
3280         * reflection.c (lookup_custom_attr): Make a copy here too.
3281
3282         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
3283         dynamic images.
3284
3285         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
3286         images.
3287
3288         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
3289         info.
3290
3291 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
3292
3293         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
3294         (load_cattr_value): Ditto.
3295
3296 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
3297
3298         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
3299
3300 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
3301
3302         * threads.c: In "start_wrapper", set apartment_state to MTA if
3303         apartment_state is Unknown and we're running on 2.0 profile or
3304         higher.
3305         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
3306         to main method, then set apartment_state to Unknown on 1.0 profile,
3307         and MTA on 2.0 profile.
3308
3309 2007-05-16  Jb Evain  <jb@nurv.fr>
3310
3311         * class-internals.h (MonoDefaults): Add an attribute_class and
3312           customattribute_data_class.
3313         * domain.c (mono_init_internal): Populate them.
3314         * reflection.c: Use them to remove duplicates. Make a vew
3315         MonoClass variables `static'.
3316
3317 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
3318
3319         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
3320         step in implementing IMT, so that all isinst checks now can go
3321         through the bitmap.
3322         This was needed because vtables for TransparentProxy need to look
3323         like the vtable of the "target" class, so they need to point to
3324         its interface bitmap directly.
3325
3326         * object.c: inside "mono_class_create_runtime_vtable" and
3327         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
3328
3329 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3330
3331         * object-internals.h
3332           culture-info.h : added territory field in MonoCulture and
3333           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
3334         * locales.c : fill territory field above too.
3335         * culture-info-table.h : regenerated.
3336
3337 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
3338
3339         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
3340         Fixes #81599.
3341
3342 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
3343
3344         * object.c: Always initialize apartment, even if 
3345         there is no custom attributes on entry point.
3346         
3347         Code is contributed under MIT/X11 license.
3348
3349 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
3350
3351         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
3352         * metadata.c: If no encoding is set, check for unicode
3353         on class.
3354         
3355         Code is contributed under MIT/X11 license.
3356
3357 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3358
3359         * threads.c: Handle if mono_thread_current returns NULL 
3360         
3361         Code is contributed under MIT/X11 license.
3362
3363 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3364
3365         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
3366         in start_wrapper. Added mono_thread_init_apartment_state and
3367         mono_thread_cleanup_apartment_state.
3368         * object.c: Initialize thread apartment state on main thread
3369         by checking for STAThreadAttribute on entry point.
3370         * object-internals.h: Add apartment_state field to MonoThread.
3371         * threads-types.h: Add unmanaged definition of 
3372         System.Threading.ApartmentState, MonoThreadApartmentState.
3373         
3374         Code is contributed under MIT/X11 license.
3375         
3376 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
3377
3378         * class.c: Fix windows build.
3379         * class-internals.h: Fix windows build.
3380         
3381         Code is contributed under MIT/X11 license.
3382
3383 2007-05-08  Robert Jordan  <robertj@gmx.net>
3384
3385         * process.c (CreateProcess_internal):
3386         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
3387         .CreateNoWindow was specified. Fixes #81496.
3388
3389 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
3390
3391         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
3392         step in implementing IMT, replaced it with two compact arrays
3393         (interfaces_packed and interface_offsets_packed) and a bitmap that
3394         is used for isinst checks (interface_bitmap).
3395
3396         * class.c: (compare_interface_ids): compare function to pass to
3397         bsearch when looking for an interface with a given id.
3398         (mono_class_interface_offset): reimplemented using bsearch on
3399         interfaces_packed, getting the offset from interface_offsets_packed.
3400         (print_implemented_interfaces): utility debugging function.
3401         (setup_interface_offsets): reworked to initialize interfaces_packed,
3402         interface_offsets_packed and interface_bitmap.
3403
3404         * object.c: replaced all accesses to "MonoClass.interface_offsets"
3405         with uses of interfaces_packed and interface_offsets_packed.
3406
3407 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
3408
3409         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
3410         mono_class_interface_offset prototype to wrap all accesses to
3411         "MonoClass.interface_offsets".
3412
3413         * class.c: Implemented mono_class_interface_offset, and wrapped all
3414         accesses to "MonoClass.interface_offsets".
3415
3416         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
3417         "MonoClass.interface_offsets".
3418
3419 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
3420
3421         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
3422         GetMethodFromHandle overloads (bug #78637).
3423
3424 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
3425
3426         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
3427         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
3428
3429 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
3430
3431         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
3432         #81498.
3433
3434         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
3435         gracefully.
3436         (mono_custom_attrs_from_index): Ditto.
3437
3438         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
3439         Fixes #81501.
3440
3441 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
3442
3443         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
3444         is now allocated from a mempool.
3445
3446 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
3447
3448         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
3449         caller holds threads_lock, leading to deadlocks. Fixes #81476.
3450
3451 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
3452
3453         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
3454         mono_loader_clear_error () too late. Fixes #81463.
3455
3456 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
3457
3458         * culture-info-table.h : regenerated.
3459
3460 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
3461
3462         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
3463         is missing.
3464
3465 2007-04-25  Dick Porter  <dick@ximian.com>
3466
3467         * Makefile.am: Put the mingw enforced-optimisation back into the
3468         PLATFORM_WIN32 section.
3469
3470 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
3471
3472         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
3473         patch.
3474
3475         * image.c (mono_image_load_module): New API function to load a module reference.
3476
3477         * image.c (load_modules): Load modules lazily. Fixes #80812.
3478
3479         * class.c (mono_class_from_typeref): Use mono_image_load_module.
3480         
3481         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
3482
3483         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
3484         to mono_image_load_module_dynamic.
3485
3486 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
3487
3488         * marshal.c: Fix calling convention for CCW on non-windows
3489         platforms. STDCALL on windows, CDECL everywhere else to work 
3490         with XPCOM and MainWin COM.
3491         
3492         Code is contributed under MIT/X11 license.
3493
3494 2007-04-23  Martin Baulig  <martin@ximian.com>
3495
3496         Fix #80969.
3497
3498         * loader.c
3499         (method_from_memberref): Added `gboolean *used_context' argument.
3500         (mono_get_method_from_token): Likewise.
3501         (mono_get_method_full): Don't insert the method in the cache when
3502         `used_context' is true.
3503
3504 2007-04-23  Raja R Harinath  <rharinath@novell.com>
3505
3506         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
3507
3508         * reflection.c (mono_reflection_bind_generic_parameters): Don't
3509         create new MonoTypes for returned types.
3510         * class.c (mono_generic_class_get_class): Export mono-internal.
3511         * class-internals.h: Update to changes.
3512
3513 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
3514
3515         * threadpool.c, threadpool.h, icall-def.h: patch from
3516         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
3517
3518 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
3519
3520         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
3521         
3522         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
3523
3524         * threads.c (mono_thread_get_stack_bounds): New helper function.
3525
3526         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
3527         Correctly compute stack bounds when attaching. Fixes #81394.
3528
3529 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
3530
3531         * reflection.c: fix handling of doubles in custom attributes
3532         for the arm-fpa format (bug #81368).
3533
3534 2007-04-18  Raja R Harinath  <rharinath@novell.com>
3535
3536         * reflection.c (assembly_add_win32_resources): Mildly relax an
3537         bounds check to let the end pointer point just past the end of the
3538         allocated buffer.  (may fix #81384)
3539
3540 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
3541
3542         * culture-info-table.h : regenerated.
3543
3544 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
3545
3546         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
3547         the thread is aborted early.
3548
3549 2007-04-05  Dick Porter  <dick@ximian.com>
3550
3551         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
3552         FindFirstFile()/FindNextFile() to find entries.  This lets the
3553         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
3554         81038.
3555
3556         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
3557         the parameters of
3558         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
3559
3560 2007-04-04  Martin Baulig  <martin@ximian.com>
3561
3562         * debug-helpers.c
3563         (mono_method_desc_full_match): Add support for nested classes.
3564
3565 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
3566
3567         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
3568
3569 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
3570
3571         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
3572         waiting for too many threads.
3573
3574 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
3575
3576         * environment.c: Fix return value check on uname so we can get the 
3577         executing version on Solaris operating systems.
3578
3579 2007-03-28  Jb Evain  <jbevain@gmail.com>
3580
3581         * class.c (mono_type_get_name_recurse): Complete the
3582         fix for the creation of assembly qualified names for
3583         pointer types. Fixes #81208.
3584
3585 2007-03-27  Dick Porter  <dick@ximian.com>
3586
3587         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
3588         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
3589         changed.
3590
3591         * threads.c
3592         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
3593         the value of ReleaseMutex().
3594
3595 2007-03-27  Dick Porter  <dick@ximian.com>
3596
3597         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
3598         in little-endian order, not network endian, so must be converted
3599         to host endian here.  Fixes bug 80593.
3600
3601 2007-03-22  Jb Evain  <jbevain@gmail.com>
3602
3603         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
3604         qualified names for pointer types. Fixes #81208.
3605
3606 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
3607
3608         * marshal.c: Add support for PreserveSigAttribute. 
3609         
3610         Code is contributed under MIT/X11 license.
3611
3612 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
3613
3614         * process.c: Fix endianness issues. Fixes #81126.
3615
3616         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
3617         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
3618
3619         * image.c (mono_image_lookup_resource): Make this work on big-endian
3620         machines.Change API contract so the caller needs to free the return value.
3621         
3622         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
3623         API change.
3624         
3625 2007-03-14  Martin Baulig  <martin@ximian.com>
3626
3627         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
3628         mono_type_get_desc() as well.
3629
3630 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
3631
3632         * icall.c:  Fix environ access in VS.  
3633         
3634 2007-03-13  Alp Toker  <alp@atoker.com>
3635
3636         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
3637         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
3638         #63841.
3639
3640 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
3641
3642         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
3643         circular references among dynamic methods. Fixes #81091.
3644
3645         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
3646
3647 2007-03-09  Martin Baulig  <martin@ximian.com>
3648
3649         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
3650
3651 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
3652
3653         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
3654         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
3655         
3656         Code is contributed under MIT/X11 license.
3657         
3658 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
3659
3660         * loader.c: Reapply patch for bug #79424.
3661
3662 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
3663
3664         * metadata.c (mono_type_to_unmanaged): Only convert object to
3665         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
3666
3667 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
3668
3669         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
3670         (and incorrectly set) is_reference field from MonoGenericInst.
3671
3672 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
3673
3674         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
3675         a little earlier.
3676
3677         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
3678
3679         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
3680
3681 2007-03-05  Miguel de Icaza  <miguel@novell.com>
3682
3683         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
3684         FileOptions.1 value to mean "temporary", map that to
3685         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
3686
3687         Fixes 80688
3688
3689 2007-03-03  Marek Habersack  <mhabersack@novell.com>
3690
3691         * appdomain.c: implement MS .Net style shadow copying. Copies of
3692         the assemblies are made in a subdirectory of the dynamic base
3693         directory, the assembly names are preserved.
3694         Copy .mdb and .config files along with the assemblies being shadowed.
3695
3696 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
3697
3698         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
3699         (emit_marshal_handleref): Ditto.
3700
3701         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
3702         on Visual C++. Fixes #80671.
3703
3704 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
3705
3706         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
3707         for clone operations.
3708
3709 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
3710
3711         * marshal.c: Fix warnings.
3712
3713 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
3714
3715         * loader.c: allow case-insensitive matching of the dll name
3716         in dllmap handling when prefixed with "i:".
3717
3718 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
3719
3720         * threads.c: Fix #ifdef for dummy_apc function for VS.
3721
3722 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
3723
3724         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
3725
3726 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
3727         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
3728         giving precedence to the methods with a fully qualified name
3729         (InterfaceName.MethodName) when building the interface sections
3730         of the vtable.
3731
3732 2007-02-16  Dick Porter  <dick@ximian.com>
3733
3734         * threadpool.c (append_job): Fix fast-path array handling, so it's
3735         less likely the array will grow exponentially when the load is
3736         heavy.
3737
3738 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
3739
3740         * metadata-internals.h, loader.c: fix dllmap lookup order
3741         for non-function maps, too, and prepare for fallback code.
3742
3743 2007-02-12  Robert Jordan  <robertj@gmx.net>
3744
3745         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
3746         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
3747         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
3748         GlobalFree. Fixes a part of bug #77075.
3749
3750 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
3751
3752         * loader.c: implemented typedef parent in field memberref.
3753
3754 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
3755
3756         * marshal.c: Fix warnings and remember to call Release on
3757         IUnknown of RCW.
3758         
3759         Code is contributed under MIT/X11 license.
3760
3761 2007-02-10  Miguel de Icaza  <miguel@novell.com>
3762
3763         * class-internals.h: Add MonoHandleRef definition, and
3764         handleref_class to mono_defaults. 
3765
3766         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
3767         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
3768
3769         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
3770         (do nothing on this stage)
3771         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
3772         (emit_marshal_handleref): New method, used for argument handling
3773         of HandleRefs. 
3774
3775 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
3776
3777         * class.c (mono_class_setup_parent): Lazily init com types.
3778         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
3779         init com types.
3780         * object.c (mono_remote_class_vtable): Lazily init com types.
3781         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
3782         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
3783         * domain-internals.h: Expose mono_init_com_types.
3784         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
3785         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
3786         Add support for COM Callable Wrapper marshalling.
3787         * marshal.h: Add icall definitions.
3788         * gc.c: Handle freeing of CCWs in finalizer code.
3789         
3790         Code is contributed under MIT/X11 license.
3791
3792 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
3793
3794         * reflection.c: changed all the signature encoding code to use
3795         a variable-sized buffer.
3796
3797 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
3798
3799         * marshal.c: locking fixes: never take the loader lock
3800         or other runtime locks when holding the marshal lock
3801         (fixes bug#80664).
3802
3803 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
3804
3805         * marshal.c: make the delegate function pointer mapping
3806         work for the moving GC.
3807
3808 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
3809
3810         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
3811         for bug #80618.
3812
3813 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
3814
3815         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
3816         gmodule.
3817
3818 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
3819
3820         * threadpool.c: made the code moving-GC safe.
3821
3822 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
3823
3824         * assembly.c, boehm-gc.c, class-internals.h, class.c,
3825         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
3826         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
3827         warning cleanup.
3828         * reflection.c: warning cleanup, some threading and moving GC fixes.
3829
3830 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
3831
3832         * class.c, loader.c: create the needed Set/Get/Address array methods
3833         as well as the .ctors in mono_class_init (), fixes bug #80567.
3834
3835 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
3836
3837         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
3838         we doesn't decrease its alignment. Should fix the sparc build.
3839
3840 2007-01-24  Dick Porter  <dick@ximian.com>
3841
3842         * socket-io.c
3843         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
3844         Create the returned object if we need to ignore an unsupported
3845         socket option.  Fixes a segfault reported by Atsushi.
3846
3847 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
3848
3849         * class.c, object.c: restrict GC-tracked fields to
3850         UIntPtr fields used inside corlib, so we provide better
3851         type info to the GC and also allow broken packing as in
3852         bug #80580.
3853
3854 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
3855
3856         * sgen-gc.c: removed duplicated function.
3857
3858 2007-01-19  Miguel de Icaza  <miguel@novell.com>
3859
3860         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
3861         value that means that the value is not supported, but that we
3862         should not return a failure, but instead report this as a
3863         successful operation.
3864
3865 2007-01-19  Raja R Harinath  <rharinath@novell.com>
3866
3867         Fix tests/bug79956.2.il
3868         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
3869         (mono_generic_class_get_class): If the generic definition in an
3870         enum, copy over other fields related to it.
3871
3872 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
3873
3874         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
3875         genericinst enums (bug #79215).
3876
3877 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
3878         * class.c: Fix bug 80307.
3879
3880 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
3881
3882         * image.c: if the file table is not present, try to load
3883         all the modules, since we don't have info about them
3884         having or not metadata (bug #80517).
3885         * assembly.c: allow mono_assembly_load_references () to
3886         work for netmodules.
3887
3888 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
3889
3890         * image.c, metadata-internals.h, object.c: execute module
3891         cctors when running on the 2 runtime if present (bug #80487).
3892
3893 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
3894
3895         * icall.c: optimized InitializeArray() on bigendian.
3896
3897 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
3898
3899         * icall.c: fix for the broken ARM FPA double format.
3900
3901 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
3902
3903         * icall.c: handle endian issues for r4 and r8 types, too, in
3904         the InitializeArray() icall.
3905
3906 2007-01-15  Miguel de Icaza  <miguel@novell.com>
3907
3908         * loader.c (mono_loader_error_prepare_exception): Clear the error
3909         once we have extracted the information from it, do this before we
3910         call into the JIT's class loading mechanisms.
3911
3912         * object.c (mono_class_create_runtime_vtable): Do not clear the
3913         loader error before calling mono_class_get_exception_for_failure
3914         as the loader error is needed inside
3915         mono_class_get_exception_for_failure to throw the error (thinko).
3916
3917         Fixes #80521
3918         
3919 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
3920
3921         * reflection.c: align fields rva data so it's faster to load at
3922         runtime.
3923
3924 2007-01-12  Raja R Harinath  <rharinath@novell.com>
3925
3926         Prepare to simplify GenericMethod handling.
3927         * class-internals.h (mono_method_get_context): New accessor function.
3928         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
3929         rather than directly accessing '->context' field.
3930
3931         * class-internals.h (_MonoGenericParam.method): Move ...
3932         (_MonoGenericContainer): ... here.  Add into union with klass field.
3933         * class.c, icall.c, loader.c, metadata.c, reflection.c:
3934         Update to changes.
3935
3936 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
3937
3938         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
3939         the wrapper type enum and reduce relocations.
3940
3941 2007-01-12  Raja R Harinath  <rharinath@novell.com>
3942
3943         * reflection.c (inflate_mono_method): Reuse method instantiation
3944         from the generic method, if available.
3945
3946 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
3947
3948         * marshal.c (emit_marshal_variant): Fix conv_arg
3949         type in last commit, based on whether parameter is byref.
3950         
3951 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
3952
3953         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
3954         marshalling.
3955         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
3956         MONO_TYPE_OBJECT back for VARIANT support.
3957
3958 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
3959
3960         * marshal.c, marshal.h, icall-def.h: Implement 
3961         Marshal.ReAllocCoTaskMem.
3962
3963 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
3964
3965         * marshal.c: memory retention fixes: use the proper
3966         image cache for runtime_invoke method lookups.
3967
3968 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
3969
3970         * mempool.c: added code to help debug mempool allocations.
3971
3972 2007-01-11  Dick Porter  <dick@ximian.com>
3973
3974         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
3975         support (experimenting with faking it with IP_MTU_DISCOVER for
3976         systems that don't have IP_DONTFRAGMENT.)
3977         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
3978         icall.
3979
3980         * icall-def.h: new System.Net.Sockets.Disconnect icall.
3981
3982         * socket-io.h: Add new fields to MonoSocketAsyncResult
3983         corresponding to the new ones in Socket.cs.
3984
3985 2007-01-11  Raja R Harinath  <rharinath@novell.com>
3986
3987         Fix IronPython regression mentioned in #80249
3988         * metadata.c (do_mono_metadata_parse_generic_class): Clear
3989         'cached_context' field, since it may have been initialized as a
3990         side-effect of metadata parsing.
3991
3992         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
3993         (_MonoGenericClass.cached_class): Move here and rename from lone
3994         remaining field of ...
3995         (_MonoInflatedGenericClass): ... this.  Remove.
3996         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
3997         to changes.
3998
3999         Fix mcs/tests/test-128.cs regression.
4000         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
4001         2007-01-10 change below.
4002         [MONO_TYPE_OBJECT]: Recurse into array case.
4003
4004 2007-01-11  Raja R Harinath  <harinath@gmail.com>
4005
4006         * class-internals.h (mono_get_inflated_generic_class): Remove.
4007         * class.c (mono_get_inflated_generic_class): Remove.
4008         (mono_generic_class_get_class): Rename from
4009         mono_class_create_generic.
4010         (mono_class_from_mono_type) [GENERICINST]: Use it.
4011         * reflection.c, metadata.c: Update to changes.  Use
4012         'mono_class_from_mono_type'.
4013
4014 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
4015
4016         * reflection.c: use passed type when encoding an array element
4017         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
4018
4019 2007-01-09  Robert Jordan  <robertj@gmx.net>
4020
4021         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
4022         result arguments (someDelegate.EndInvoke (unrelatedAres)).
4023         Fixes bug #80392.
4024
4025 2007-01-09  Raja R Harinath  <rharinath@novell.com>
4026
4027         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
4028
4029         * object.c (set_value): Avoid aliasing between type->data.klass
4030         and type->data.generic_class.
4031
4032         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
4033
4034 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4035
4036         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
4037         between type->data.klass and type->data.generic_class.
4038
4039 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
4040
4041         * marshal.c: In MS.NET, StringBuilder objects are not copied by
4042         value in out parameters.
4043
4044 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4045
4046         Simplify invariant for MonoGenericClass::klass field.
4047         * class.c (mono_class_create_generic): Verify 'klass' is null.
4048         * metadata.c (do_mono_metadata_parse_generic_class): Don't
4049         initialize 'klass' field.
4050
4051 2007-01-05  Raja R Harinath  <rharinath@novell.com>
4052
4053         Ongoing work to avoid redundant data and simplify invariants.
4054         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
4055         'generic_class', and change type to a GenericInst.
4056         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
4057         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
4058
4059 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
4060
4061         * class.c : skip io-layer under PLATFORM_WIN32.
4062
4063 2007-01-03  Tor Lillqvist  <tml@novell.com>
4064
4065         Fix #80305: In a bundled executable, look in the bundled exe
4066         assembly to determine the runtime version. Add the possibility to
4067         bundle also the machine.config file.
4068         
4069         * assembly.c (mono_assembly_open_from_bundle): Make
4070         non-static. Allow being called even if we have no bundled
4071         assemblies, and return NULL right away in that case.
4072
4073         * domain-internals.h: Declare mono_assembly_open_from_bundle()
4074         here.
4075
4076         * domain.c (app_config_parse): Take an assembly exe file name as
4077         parameter instead of a config file name. Check for a bundled
4078         config file for that assembly by calling
4079         mono_config_string_for_assembly_file() (see below) before looking
4080         for one in the file system.
4081         (get_runtimes_from_exe): Corrsponding change to call of
4082         app_config_parse().
4083         (get_runtimes_from_exe): Check for bundled assembly exe file first
4084         by calling mono_assembly_open_from_bundle(). If no bundled
4085         assembly exe file is found, call mono_image_open() as before to
4086         look it up in the file system.
4087
4088         * mono-config.c: Add variable bundled_machinec_onfig.
4089         (mono_config_string_for_assembly_file): New function.
4090         (mono_config_for_assembly): Move code snippet that looks for a
4091         bundled assembly .config file into the above new function. Call
4092         it.
4093         (mono_register_machine_config, mono_get_machine_config): New
4094         functions to set and retrieve
4095
4096         * assembly.h: Declare mono_register_machine_config().
4097
4098         * mono-config.h: Declare mono_get_machine_config() and
4099         mono_config_string_for_assembly_file().
4100
4101         * icall.c: No declaration of environ necessary on Win32. It is
4102         declared (as a macro expanding to a function call) in stdlib.h.
4103         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
4104         New internal mono function. Returns the value of
4105         mono_get_machine_config() as a Mono string.
4106
4107         * icall-def.h: Add get_bundled_machine_config().
4108
4109 2007-01-04  Raja R Harinath  <rharinath@novell.com>
4110
4111         Remove redundant field
4112         * class-internals.h (_MonoGenericContext.container): Remove field.
4113         * loader.c (mono_method_get_signature_full): Don't parse a
4114         "container" for a signature parse when the signature is inflated
4115         immediately.
4116         (method_from_methodspec): Likewise, for a generic_inst.
4117         * class.c, metadata.c, reflection.c: Update to changes.
4118
4119 2006-01-04  Raja R Harinath  <rharinath@novell.com>
4120
4121         * class-internals.h (_MonoGenericClass): Rename 'context' field to
4122         'cached_context', and change semantics -- it starts off NULL, and
4123         is initialized on demand.
4124         * class.c (mono_generic_class_get_context): New accessor to
4125         replace 'context' field accesses.
4126         (mono_class_get_context): New helper.
4127         (*): Update to changes.
4128         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
4129
4130 2007-01-03  Miguel de Icaza  <miguel@novell.com>
4131
4132         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
4133         before the memcpy.   Fixes Marshal2 regression.
4134
4135 2007-01-02  Jb Evain  <jbevain@gmail.com>
4136
4137         * blob.h: add a MONO_TYPE_ENUM definition
4138         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
4139         fix the encoding of arrays of enums in custom attributes.
4140
4141         Fixes #79666.
4142
4143 2007-01-01  Miguel de Icaza  <miguel@novell.com>
4144
4145         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
4146         string is null terminated, but only cut the string short if it
4147         overflows the buffer.   
4148         
4149         (mono_string_to_byvalstr): Also fix this routine.   The code here
4150         was not properly terminating a string (it was only terminated
4151         because of the previous catch-all memset). 
4152
4153         I left the memset, because I do not know if applications expect
4154         the runtime to clear this region. 
4155
4156         Fixes #79944.
4157
4158         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4159         Clear the error before returning to unmanaged code to prevent the
4160         runtime from being confused later on (fixes  80420).
4161         (ves_icall_type_from_name): Always call mono_loader_clear_error
4162         after parsing a type that could have failed.
4163         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
4164
4165         * loader.c (mono_loader_clear_error): Fix indentation.
4166
4167 2006-12-28  Martin Baulig  <martin@ximian.com>
4168
4169         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
4170
4171 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
4172
4173         * reflection.c: patch from Rolf Bjarne Kvinge to fix
4174         getting a token for an EnumBuilder.
4175
4176 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4177
4178         * reflection.c: be more careful in case resource generation
4179         fails to create the data array.
4180
4181 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
4182
4183         * sgen-gc.c: write barrier for clone and fix unregister handles.
4184
4185 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
4186
4187         * reflection.c: some fixes needed in the generics code for the moving GC.
4188
4189 2006-12-22  Robert Jordan  <robertj@gmx.net>
4190
4191         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
4192         account. Fixes bug #80299.
4193
4194 2006-12-21  Raja R Harinath  <rharinath@novell.com>
4195
4196         Fix WaitHandle usage in delegates.
4197         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
4198         * object.c (mono_wait_handle_new): Use the property set method to
4199         initialize the handle.
4200         (mono_wait_handle_get_handle): New.
4201         * threadpool.c (mono_async_invoke): Use it.
4202         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
4203         Likewise.
4204         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
4205
4206 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
4207
4208         * marshal.c (emit_marshal): Call emit_marshal_variant and
4209         emit_marshal_com_interface when applicable.
4210         (emit_marshal_variant, emit_marshal_com_interface): Add
4211         methods for this case and remove if's from emit_marshal_object.
4212         
4213 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
4214
4215         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
4216
4217 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
4218
4219         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
4220         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
4221         and GlobalFree on Windows. Remove FIXME.
4222
4223 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
4224
4225         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
4226         implementation for managed objects.
4227
4228 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
4229
4230         * object.c: implemented code to be used for checking
4231         that no reference field overlaps with non-references.
4232
4233 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4234
4235         * threadpool.c: fix queue code to be compatible with the
4236         moving GC.
4237
4238 2006-12-18  Miguel de Icaza  <miguel@novell.com>
4239
4240         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
4241         in structures by throwing ArgumentNullException.
4242
4243         (emit_marshal_safehandle): Also when they are null parameters.
4244
4245         (emit_marshal_safehandle): Add support for ref
4246         SafeHandles parameters
4247
4248 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4249
4250         * profiler.c: updated to use the mono-dl API instead of
4251         gmodule.
4252
4253 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4254
4255         * profiler.c: updated to use the mono-dl dynamic loading
4256         API instead of gmodule.
4257
4258 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
4259
4260         * profiler.c: use readlink, older versions of glib don't have
4261         g_file_read_link ().
4262
4263 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4264
4265         * profiler.c: try to detect the path to mono if libc fails to provide
4266         a useful name (bug #80286).
4267
4268 2006-12-16  Raja R Harinath  <rharinath@novell.com>
4269
4270         Fix #80242
4271         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
4272         instance, use the generic type definition instead.
4273         (ves_icall_Type_GetNestedTypes): Likewise.
4274         * class.c (mono_class_create_generic): Always set the
4275         nested_classes of a generic instance to NULL, even if the generic
4276         type definition has nested types.
4277
4278 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
4279
4280         * marshal.c (mono_string_from_bstr): Revert previous Windows change
4281         and fix on Linux.
4282         
4283 2006-12-15  Miguel de Icaza  <miguel@novell.com>
4284
4285         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
4286         my arguments were in the wrong order.   I also fixed the Windows
4287         version which seems to have had the same issue.
4288
4289         (mono_free_bstr): On Unix, this is g_free.
4290         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
4291         conversions (for the tests in corlib to pass).
4292
4293 2006-12-14  Miguel de Icaza  <miguel@novell.com>
4294
4295         * marshal.c (emit_ptr_to_object_conv): For now, ignore
4296         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
4297         exception if a ref SafeHandle in a struct has changed).
4298         
4299         (emit_struct_conv): Do not perform layout checks for classes
4300         derived from SafeHandle, as those are specially handled. 
4301
4302         (emit_object_to_ptr_conv): Add support for
4303         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
4304
4305         (emit_marshal_safehandle): Implement conversion of return values
4306         of safehandles (MARSHAL_ACTION_CONV_RESULT).
4307         
4308         * threads.c: WaitHandle now is compiled with two different handles
4309         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
4310         for 2.0.
4311         
4312         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
4313         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
4314         these routines to cope with both kinds of fields.
4315
4316 2006-12-12  Miguel de Icaza  <miguel@novell.com>
4317
4318         * metadata.c (mono_type_to_unmanaged): Handle the case where
4319         type->data.klass is a SafeHandle, and in that case, return the
4320         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
4321         MONO_MARSHAL_CONV_SAFEHANDLE. 
4322
4323 2006-12-11  Miguel de Icaza  <miguel@novell.com>
4324
4325         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
4326         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
4327         calling emit_marshal_object.
4328
4329         (emit_marshal_safehandle): Implement marshalling of
4330         SafeHandle parameters (no ref support yet).
4331
4332         (MarshalAction): Document the defines as I implement
4333         them for SafeHandle.
4334
4335         (emit_marshal_object): indentation police.
4336
4337         * class-internals.h: Define MonoSafeHandle.
4338         Add safehandle_class to MonoDefaults type.
4339
4340         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
4341         list of classes to check for fields. 
4342
4343         * domain.c (mono_init_internal): Add SafeHandle to the list of
4344         mono_defaults loaded.
4345
4346 2006-12-15  Raja R Harinath  <rharinath@novell.com>
4347
4348         Fix #80253
4349         * reflection.c (mono_reflection_bind_generic_parameters): If the
4350         generic type definition is a type builder, ensure that it is fully
4351         initialized before instantiating it.  Kill some dead code.
4352
4353 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
4354
4355         * object.c: clear the loader_error () before loading
4356         more metadata stuff (bug #80258).
4357
4358 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
4359
4360         * icall.c, icall-defs.h: type modifiers icalls for
4361         parameters and properties.
4362
4363 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
4364
4365         * object.c, icall.c: fixed warnings.
4366
4367 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4368
4369         * marshal.c: fixed a couple of leaks and coding style in a few places.
4370
4371 2006-12-08  Dick Porter  <dick@ximian.com>
4372
4373         * process.c: Cope with NULL ProcessStartInfo arguments on windows
4374         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
4375         80173.
4376
4377 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4378
4379         * process.c: ProcessStartInfo may have only filename set and
4380         arguments can be NULL.
4381
4382 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4383
4384         * icall.c: fix leak found by Robert Jordan.
4385
4386 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4387
4388         * marshal.c, marshal.h: generate managed method to access an element
4389         of a multi-dimensional array.
4390
4391 2006-11-30  Paolo Molaro (lupus@ximian.com)
4392
4393         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
4394
4395 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4396
4397         * icall.c: back out GetFields () fix until the serialization code is
4398         fixed to not depend on the incorrect behaviour.
4399
4400 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
4401
4402         * profiler.c: provide defaults if none are set.
4403
4404 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
4405
4406         * Makefile.am, attrdefs.h: new public header file with
4407         constants for attributes for use by embedders.
4408
4409 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
4410
4411         * icall.c: GetFields () fix for bug #80064.
4412
4413 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
4414
4415         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
4416         removed long unused icalls.
4417
4418 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
4419   
4420         * marshal.c: 
4421                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
4422                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
4423                 can be generated without a delegate class.
4424                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
4425         
4426         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
4427
4428 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4429
4430         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
4431         #80069.
4432
4433 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4434
4435         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
4436         icall-def.h: added icalls needed by System.GC.
4437
4438 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
4439
4440         * loader.c: ensure the class in catch clauses is handled
4441         correctly for generics methods (fixes bug#79980).
4442
4443 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
4444
4445         * monitor.h, monitor.c: added mono_locks_dump () function
4446         to help debug deadlocks involving managed locks.
4447
4448 2006-11-13  Dick Porter  <dick@ximian.com>
4449
4450         * file-io.c (get_file_attributes): If the file is a symlink try
4451         and get the stat data for the target, but also add the
4452         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
4453         the specs for the windows symlink support, but will probably have
4454         to be reworked when I have test data from a vista machine.  Fixes
4455         bug 79887.
4456
4457 2006-11-13  Dick Porter  <dick@ximian.com>
4458
4459         * gc.c (mono_domain_finalize): 
4460         * marshal.c (mono_delegate_begin_invoke): 
4461         * threadpool.c (socket_io_init, mono_thread_pool_init)
4462         (mono_thread_pool_finish): 
4463         * monitor.c (mono_monitor_try_enter_internal): 
4464         * threads.c (mono_thread_resume, mono_thread_init)
4465         (mono_thread_suspend_all_other_threads)
4466         (mono_thread_execute_interruption): 
4467         * appdomain.c (mono_domain_unload): Check for NULL error returns
4468         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
4469         75733.
4470
4471 2006-11-11  Miguel de Icaza  <miguel@novell.com>
4472
4473         * process.c
4474         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
4475         Only close the handle if the value of the handle is not
4476         INVALID_HANDLE_VALUE.  This just makes the process a bit more
4477         robust.
4478
4479         Improvement for #75733, so that we do not run into this problem. 
4480
4481         
4482         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
4483         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
4484         internal variables.  Fixes #79462 
4485         
4486
4487 2006-11-09  Dick Porter  <dick@ximian.com>
4488
4489         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
4490         Use poll() not select().  Fixes bug 79397.
4491
4492 2006-11-09  Raja R Harinath  <rharinath@novell.com>
4493
4494         Fix #79872
4495         * assembly.c (mono_assembly_load_from_full): Check that the given
4496         image has an assembly manifest.
4497
4498 2006-11-09  Ankit Jain  <jankit@novell.com>
4499
4500         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
4501         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
4502         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
4503
4504 2006-11-07  Dick Porter  <dick@ximian.com>
4505
4506         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
4507         Put the old resolver behaviour back for pre-2.0 profiles.
4508
4509 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
4510
4511         * threadpool.c: precise GC and locking fixes.
4512
4513 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
4514
4515         * class.c: don't load types that have an explicit unaligned
4516         managed reference. Provide better info in the TypeLoad exception.
4517         Part of the fix for bug #79744.
4518         * object.c: use the correct check for class type load issues.
4519
4520 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
4521
4522         * class.c: enforce alignment of fields with managed references
4523         even when Pack=1 is forced by the user (bug #77788).
4524
4525 2006-11-03  Dick Porter  <dick@ximian.com>
4526
4527         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
4528         If the address reverse lookup fails, return it as the hostname
4529         anyway.  Fixes bug 79721.
4530
4531 2006-11-03  Dick Porter  <dick@ximian.com>
4532
4533         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
4534         Fix build on Windows.
4535
4536 2006-11-02  Dick Porter  <dick@ximian.com>
4537
4538         * icall-def.h: 
4539         * object-internals.h: 
4540         * exception.c (mono_get_exception_thread_interrupted): 
4541         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
4542         Fixes bug 74525.
4543
4544         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
4545         Check for pending Thread.Interrupt.
4546
4547 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
4548         * loader.c: Fixed bug 79684.
4549
4550 2006-10-27  Dick Porter  <dick@ximian.com>
4551
4552         * file-io.c (get_file_attributes): Force symlinks to directories
4553         to be returned as a regular file.  Fixes bug 79733.
4554 2006-10-26  Dick Porter  <dick@ximian.com>
4555
4556         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
4557         CreateFile to open a directory then we need to set the
4558         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
4559
4560 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
4561
4562         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
4563         friends.
4564
4565 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
4566
4567         * sgengc.c: small cleanup of timer code.
4568
4569 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
4570
4571         * sgen-gc.c: fix some warnings and start adding support for
4572         complete object removal on domain unload.
4573
4574 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
4575
4576         * assembly.c: build_assembly_name should not consider a version
4577         number without build or revision number invalid. Fixes bug #79715.
4578
4579 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
4580
4581         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
4582         call kernel32 function OutputDebugString directly.
4583         
4584         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
4585         
4586 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
4587
4588         * reflection.c: small cleanup, using a function to insert a MonoString
4589         in the string heap.
4590
4591 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
4592
4593         * reflection.c: moving GC fixes.
4594
4595 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
4596
4597         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
4598         all the objects with finalizers belonging to an unloading appdomain.
4599
4600 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
4601
4602         * sgen-gc.c: added ability to allocate even when the nursery is fully
4603         pinned and fixed a couple of bugs.
4604
4605 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
4606
4607         * threads.h: Revert the last change for now.
4608
4609         * threads.h (mono_thread_get_pending_exception): Rename this to
4610         mono_thread_get_undeniable_exception ().
4611
4612 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
4613
4614         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
4615         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
4616         when fname does not refer to valid assembly. This result in a more
4617         meaningful error message.
4618         * exception.c: added mono_get_exception_bad_image_format2 which 
4619         constructs a BadImageFormatException using the ctor taking a custom
4620         message and the file name. Passing in a NULL msg results in a default
4621         message.
4622         * exception.h: define mono_get_exception_bad_image_format2 function.
4623         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
4624         when file name pointed to an invalid IL image. Use 
4625         mono_get_exception_file_not_found2 to construct FileNotFoundException,
4626         as this results in a more meaningful error message.
4627
4628 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
4629
4630         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
4631         #79465.
4632
4633 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
4634
4635         * metadata.c (mono_type_size): Change the align parameter to guint32 for
4636         consistency with the other _size functions.
4637         (mono_type_stack_size): Ditto.
4638
4639         * class.c object.c icall.c: Fix warnings caused by the above change.
4640
4641         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
4642
4643         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
4644
4645         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
4646
4647 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4648
4649         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
4650         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
4651         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
4652         threadpool.h, threads-types.h: mark more internal functions.
4653
4654 2006-10-11  Dick Porter  <dick@ximian.com>
4655
4656         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
4657         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
4658         reproduce the bug even before applying the fix.)
4659
4660 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
4661
4662         * reflection.c: allow retrieving attributes for arguments in generic
4663         methods (bug #79241).
4664
4665 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
4666
4667         * debug-mono-symfile.c: properly check fopen () result (found by
4668         coverity).
4669
4670 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
4671
4672         * reflection.c: make error message clearer and fixed two
4673         issuelets found by Coverity.
4674
4675 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
4676
4677         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
4678
4679 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
4680
4681         * object-internals.h, gc-internal.h, profiler-private.h:
4682         mark internal functions.
4683
4684 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
4685
4686         * reflection.c: put data in the text section.
4687         * icall.c: recognize more types in type_from_typename ().
4688         * process.c, marshal.c: added some GC FIXMEs.
4689
4690 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
4691
4692         * loader.c: check for NULL before initializing.
4693
4694 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
4695
4696         * gc.c (finalizer_thread): Use a non-alertable wait here.
4697
4698         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
4699         until the correct solution is found.
4700
4701 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
4702
4703         * reflection.c (mono_module_get_object): Avoid an assert when operating on
4704         modules with no metadata. Fixes #79596.
4705
4706         * image.c (load_metadata_ptrs): Put back the error message when
4707         the #- heap is encountered since the support is not complete yet.
4708
4709 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
4710
4711         * gc.c: do not allow the user to SuppressFinalize () a
4712         delegate because it would leak the trampoline if present.
4713
4714 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
4715
4716         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
4717         PropertyPtr table.
4718
4719 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
4720
4721         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
4722
4723         * metadata.c (mono_metadata_get_param_attrs): Ditto.
4724
4725         * row-indexes.h: Add definitions for *Ptr tables.
4726
4727         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
4728
4729         * metadata.c (mono_metadata_translate_token_index): New helper function to
4730         translate table indexes used in uncompressed metadata.
4731         (mono_metadata_decode_table_row): Ditto.
4732         (mono_metadata_decode_table_row_col): Ditto.
4733
4734         * metadata.c: Add table schema for *Ptr tables.
4735
4736         * class.c loader.c: Use the new helper function to access the affected metadata
4737         tables.
4738         
4739         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
4740         #38532.
4741         
4742 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
4743
4744         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
4745         sequences which can be unbounded in size. Fixes #79583.
4746
4747 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
4748
4749         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
4750         static initialization.
4751
4752         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
4753
4754         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
4755
4756         * domain.c (mono_domain_free): Free up type_init_exception_hash.
4757
4758         * object.c (mono_runtime_class_init): Implement correct semantics when a static
4759         ctor fails, i.e. throw the same exception on subsequent accesses.
4760         
4761 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
4762
4763         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
4764         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
4765         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
4766         Handle marshalling of interfaces and VARIANTs contained in structs.
4767         
4768         Code is contributed under MIT/X11 license.
4769         
4770 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
4771
4772         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
4773         
4774         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
4775         mempool.
4776
4777 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4778
4779         * console-io.c: ignore previous SIGINT handler.
4780
4781 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
4782
4783         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
4784         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
4785         #79460, #79461, #79485.
4786
4787         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
4788
4789         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
4790         #79217.
4791
4792 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
4793
4794         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
4795         could be generated from it.
4796
4797 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
4798
4799         * rand.c: fix read loop to correctly handle EINTR.
4800
4801 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
4802
4803         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
4804         internal calls are defined to keep methods closer to the declaring
4805         type and allow a significant reduction in runtime relocations and
4806         memory usage.
4807
4808 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
4809
4810         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
4811         exception message to have FileNotFoundException use the default
4812         assembly load error message. Fixes bug #79426.
4813         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
4814
4815 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4816
4817         * threadpool.c: (start_thread_or_queue) use the root domain when
4818         creating the thread instead of the async object one.
4819
4820 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
4821
4822         * class.c, object.c, class-internals.h, reflection.c:
4823         for arrays, store element_size inside MonoClass (speedup
4824         for array object creation).
4825
4826 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
4827
4828         * icall.c: fixed CodeBase to use the file name and not the module
4829         name (bug #79365).
4830
4831 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
4832
4833         * mono-debug.c, mono-debug.h: export find_method as
4834         mono_debug_find_method ().
4835
4836 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
4837
4838         * debug-helpers.c, class-internals.h: added a few functions useful
4839         when debugging under gdb.
4840
4841 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4842
4843         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
4844         characters that need special handling.
4845
4846 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
4847
4848         * mono-config.c: make the os/cpu specification more flexible,
4849         allowing lists and negation.
4850
4851 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
4852
4853         * marshal.c: COM Interop fixes. Handle case where method->klass.
4854         is interface. Handle BSTR/MonoString when null. Use CDECL as 
4855         calling convention on non-windows platforms. This is for
4856         compatibility with XPCOM and MainWin COM.
4857         
4858         Code is contributed under MIT/X11 license.
4859         
4860
4861 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
4862
4863         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
4864         correctly. Fixes #79217.
4865
4866         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
4867
4868 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
4869
4870         * mono-config.c: allow both an os and cpu attribute for dllmap
4871         and dllentry elemnets to enable a single config file to be used
4872         for multiple architectures.
4873
4874 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
4875
4876         * loader.c: MonoLoaderError was cleared too soon on load failure.
4877         Fixes bug #79424.
4878
4879 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
4880
4881         * icall.c: use the defining class vtable when accessing a
4882         static field, not a pobblibly derived class.
4883
4884 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
4885
4886         * icall.c string-icalls.c: Remove references to unicode.h.
4887
4888         * unicode.h unicode.c Makefile.am: Remove these unused source files.
4889
4890         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
4891
4892         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
4893         indicating the image where custom marshaller types should be looked up.
4894         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
4895         custom marshallers, instead of corlib. Fixes #79425.
4896
4897 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
4898
4899         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
4900
4901 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
4902
4903         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
4904         Implement Environment.ProcessorCount.
4905         
4906         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
4907         Implement Environment.ProcessorCount.
4908         
4909         * icall.c: 
4910         Add Environment.ProcessorCount icall.
4911         
4912         Patch by Jason McFall.
4913
4914 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4915
4916         * assembly.c: don't append .exe/.dll when the filename already contains
4917         one of those extensions.
4918
4919 2006-09-12  Martin Baulig  <martin@ximian.com>
4920
4921         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
4922         to array interfaces.
4923
4924 2006-09-11  Martin Baulig  <martin@ximian.com>
4925
4926         * reflection.c (mono_image_build_metadata): Create the
4927         MethodImpl's after emitting all types and methods, so we don't
4928         need another fixup pass for them.
4929
4930 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
4931
4932         * class.c (mono_class_from_name_case): Fix regression introduced by the last
4933         change.
4934
4935 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
4936
4937         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
4938         unload.
4939
4940 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
4941
4942         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
4943         args is not set. Fixes #78926.
4944
4945 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
4946
4947         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
4948
4949         * image.c (load_class_names): Move this to class.c, and rename it to 
4950         'mono_image_init_name_cache'.
4951         (load_modules): Fix a warning.
4952
4953         * class.c icall.c image.c: Initialize image->name_cache lazily.
4954
4955         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
4956         on its name using information in the AOT file.
4957
4958         * class.c (mono_class_from_name): Use the new hook function.
4959
4960 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
4961
4962         * reflection.c (mono_param_get_objects): Handle enum default parameter values
4963         correctly.
4964
4965         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
4966         Fixes #79289.
4967         
4968 2006-09-06  Martin Baulig  <martin@ximian.com>
4969
4970         * icall.c (mono_lookup_internal_call): Small fix.
4971
4972 2006-09-05  Raja R Harinath  <rharinath@novell.com>
4973
4974         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
4975         double g_free.
4976
4977 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
4978
4979         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
4980         when --debug is specified.
4981
4982 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
4983
4984         * class.c (setup_generic_array_ifaces): Fix a warning.
4985
4986 2006-09-04  Miguel de Icaza  <miguel@novell.com>
4987
4988         * Temporarily remove the patch to assemly.c that checks the
4989         assembly versions as it breaks our gacutil.
4990
4991 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
4992
4993         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
4994
4995         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
4996         a net 1.0 runtime.
4997
4998         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
4999         created using the default ctor. Fixes #79152.
5000         (mono_string_builder_to_utf16): Ditto.
5001
5002 2006-09-01  Martin Baulig  <martin@ximian.com>
5003
5004         Fix handling of the generic array interfaces.
5005
5006         * class-internals.h
5007         (MonoDefaults): Removed `generic_array_class' and added
5008         `generic_ilist' class.
5009
5010         * class.c
5011         (mono_bounded_array_class_get): Add the new generic array interfaces.
5012         (setup_generic_array_ifaces): New static method; create vtable
5013         entries for each method in the generic array interfaces.
5014
5015         * metadata.c
5016         (select_container): Allow "parent-less" generic methods.
5017
5018         * marshal.c
5019         (mono_marshal_get_generic_array_helper): New public method.
5020
5021         * icall.c
5022         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
5023         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
5024         moved the interncall into System.Array.
5025
5026 2006-09-01  Raja R Harinath  <rharinath@novell.com>
5027
5028         A few more cases of avoiding work on types with ->byref set.
5029         Has the real fix for #79238
5030         * icall.c (is_generic_parameter): New helper.
5031         (ves_icall_Type_GetGenericParameterPosition): Use it.
5032         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
5033         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
5034         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5035         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
5036         reference types.
5037         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
5038         reference types.
5039         (ves_icall_Type_get_IsGenericInstance): Likewise.
5040         (ves_icall_Type_get_IsGenericType): Likewise.
5041
5042 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
5043
5044         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
5045         class if possible.
5046
5047         * mempool.h (mono_mempool_get_allocated): New helper function.
5048
5049         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
5050         change.
5051
5052         * mempool.c: Fix warnings and the calculation of stats.
5053
5054         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
5055
5056         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
5057
5058         * loader.c (mono_get_method_from_token): Update method_count stat.
5059
5060         * class-internals.h (MonoStats): Add some stats.
5061
5062 2006-08-31 Robert Jordan  <robertj@gmx.net>
5063
5064         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
5065         with managed variants.
5066         All code is contributed under the MIT/X11 license.
5067         
5068 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
5069
5070         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
5071         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
5072
5073         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
5074
5075         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
5076         with cycles in classes.
5077
5078         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
5079
5080         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
5081         missing a [MarshalAs] directive. Fixes #79203.
5082
5083         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
5084         klass->marshal_info. Fixes #79217.
5085
5086 2006-08-30  Martin Baulig  <martin@ximian.com>
5087
5088         Committing a patch from Joachim Ante <joe@otee.dk>:
5089         Add support for binary data symbol stores.
5090
5091         * debug-mono-symfile.c
5092         (mono_debug_open_mono_symbol_file): Renamed into
5093         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
5094         arguments.
5095
5096         * mono-debug.c
5097         (mono_debug_open_image): Added `raw_contents' and `size' args.
5098         (mono_debug_init_2_memory): New public function.
5099
5100 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
5101
5102         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
5103
5104 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5105
5106         * appdomain.c: implement support for ShadowCopyFiles.
5107
5108 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
5109
5110         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
5111         when value is NULL (and should remove CID #51).
5112
5113 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5114
5115         * image.c: moved 2 functions to ../utils.
5116
5117 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
5118
5119         * gc.c: cope with the target object of a GC handle being NULL
5120         (bug #78877).
5121
5122 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
5123
5124         * class.c: recursively check parent's explicit implementations
5125         of interface methods (fixes bug #79125).
5126
5127 2006-08-19  Miguel de Icaza  <miguel@novell.com>
5128
5129         * filewatcher.c: Avoid warnings when building, do not redefine
5130         constants that are defined.
5131
5132         Remove warnings.
5133
5134 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5135
5136         * image.c: don't fail when the link points to an absolute path.
5137
5138 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
5139
5140         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
5141         Fix CID #3.
5142
5143 2006-08-17  Miguel de Icaza  <miguel@novell.com>
5144
5145         * image.c (full_path): A new method used to obtain the actual path
5146         of an assembly even in the presence of symbolic links.  
5147
5148         This is necessary for the case where we are running a binary that
5149         has been GACed, but we are using the "published" path name
5150         ($prefix/mono/1.0/blah.exe) which happens to point to the real
5151         file in the GAC.
5152
5153         This was the source of the failure for the `xsp' command with the
5154         recent AppDomain changes, as far as the runtime was concerned,
5155         there were two different assemblies: $prefix/mono/1.0/blah.exe and
5156         $prefix/mono/gac/blah/version/blah.exe.
5157
5158         (do_mono_image_open): use full path
5159
5160 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5161
5162         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
5163
5164 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
5165
5166         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
5167         domain_id is supplied. Fix CID #241 and corlib's unit tests.
5168
5169 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5170
5171         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
5172         small structures. Fixes #78990.
5173
5174 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5175
5176         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
5177
5178         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
5179
5180 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5181
5182         * appdomain.c:
5183         * marshal.c: don't load all the assemblies from a domain into newly
5184         created ones. The new domains might have different rules and load
5185         assemblies from different locations. Fixes bug #76757.
5186
5187         Patch by Lluis. Conflicts resolved by Brian Crowell.
5188
5189 2006-08-16  Alp Toker  <alp@atoker.com>
5190
5191         * socket-io.c: First half of the fix for #79084.
5192         Set sa_size to the length of the content, not that of the struct.
5193         Don't add NULL suffix to the content, this should be done in
5194         managed code if needed.
5195
5196 2006-08-14  Raja R Harinath  <rharinath@novell.com>
5197
5198         Fix part of #79012
5199         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
5200         mono_metadata_parse_type returns NULL.
5201
5202 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
5203
5204         * normalization-tables.h : new file for string normalization data.
5205         * locales.c, locales.h, icall.c :
5206           added load_normalization_resource() for string normalization,
5207           and icall as well.
5208         * Makefile.am : added normalization-tables.h to the sources.
5209
5210 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
5211
5212         * marshal.c: Add more helper functions to reduce code duplication and use them
5213         everywhere.
5214
5215 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
5216
5217         * marshal.c: Fix non-x86 stdcall warnings.
5218         
5219         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
5220         them everywhere.
5221
5222 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
5223
5224         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
5225         type check on multi-dimensional arrays. Fixes #79000.
5226
5227 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
5228
5229         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
5230         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
5231         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
5232         * class-internals.h: add is_com_object to class structure.
5233         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
5234         null checks to COM object marshalling. Fix .ctor call on RCW.
5235         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
5236         
5237         All code is contributed under the MIT/X11 license.
5238
5239 2006-08-09  Dick Porter  <dick@ximian.com>
5240
5241         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
5242         racing mono_monitor_allocator_lock() somewhere, so don't delete
5243         the critical section for now.  Found by running and exiting
5244         monodevelop.
5245
5246 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
5247
5248         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
5249         (ves_icall_System_ComObject_FindInterface): Ditto.
5250         (ves_icall_System_ComObject_CacheInterface): Ditto.
5251
5252         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
5253         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
5254
5255 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5256
5257         * threadpool.c: treat pipes from process asynchronous reads as sockets
5258         when reading from them, so we get select/poll or epoll to wait for
5259         data.
5260
5261 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
5262
5263         * loader.c: Fix a typo (CID #233) in the null check.
5264
5265 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
5266
5267         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
5268         Hopefully fixes #78949.
5269         
5270         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
5271         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
5272         bytes. Fixes #78972.
5273
5274 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5275
5276         * filewatcher.c: we need to set errno here.
5277
5278 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5279
5280         * filewatcher.c: let Win32Exception get the error value.
5281
5282 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5283
5284         * filewatcher.c: translate errno into win32 errors for Win32Exception
5285         to know what happened.
5286
5287 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
5288
5289         * threadpool.c: Fix more warnings.
5290
5291         * assembly.c (search_loaded): Fix warnings.
5292
5293         * threadpool.c (mono_thread_pool_finish): Fix warnings.
5294         (mono_async_invoke): Ditto.
5295
5296 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
5297
5298         * object.c (mono_remote_class_vtable): Need to create proxy vtable
5299         entries for __ComObject type in addition to ComImport types.
5300         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
5301         about hash table.
5302         
5303         All code is contributed under the MIT/X11 license.
5304
5305 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5306
5307         * image.c: avoid tentative loading of modulerefs that contain
5308         no metadata (P/Invoke library names).
5309
5310 2006-07-28  Dick Porter  <dick@ximian.com>
5311
5312         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
5313         mono_loader_lock() somewhere, so don't delete the critical section
5314         for now.  Found by running and exiting monodevelop.
5315
5316 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5317
5318         * filewatcher.c: define the inotify syscalls when we're building on
5319         linux and have sys/syscall.h. The build system might not have support
5320         for inotify but the target system might have it.
5321
5322 2006-07-26  Miguel de Icaza  <miguel@novell.com>
5323
5324         * domain.c: Documentation updates.
5325
5326         * loader.c (mono_free_method): Do not release the method
5327         information if we are being profiled, as profilers will use this
5328         information at shut down to present some data to the user.
5329
5330         This is needed so that the profiler does not crash, as the
5331         profiler tends to keep MonoMethods around, and they might become
5332         invalid if we free these.
5333
5334         (mono_get_method_constrained): Return the original CIL stream
5335         method as well, so verification can be performed against it.
5336
5337 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5338
5339         * filewatcher.[ch]: support for inotify file system watcher.
5340         * icall.c: add new internal calls for the inotify file system watcher.
5341
5342 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5343
5344         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
5345         #78888.
5346
5347 2006-07-20  Dick Porter  <dick@ximian.com>
5348
5349         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
5350         warning.
5351
5352 2006-07-20  Dick Porter  <dick@ximian.com>
5353
5354         * threads.c (start_wrapper): Do the thread cleanup while we still
5355         hold a reference to its object.  Fixes bug 78123.
5356
5357 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
5358
5359         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
5360         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
5361           "managed-to-managed".
5362         * icall.c: Redirect string constructors that take sbyte* to
5363           ves_icall_System_String_ctor_RedirectToCreateString.
5364         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
5365           to CreateString () methods with matching signature.
5366         * reflection.c: Use original security informations for
5367           MONO_WRAPPER_MANAGED_TO_MANAGED.
5368         * security-manager.c: Use original security informations for
5369           MONO_WRAPPER_MANAGED_TO_MANAGED.
5370         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
5371           that is a placeholder and only its address should be used.
5372         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
5373           that is a placeholder and only its address should be used.
5374
5375 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
5376
5377         Begin implementing COM Interop.
5378         * appdomain.c: Increment corlib version.
5379         * class.c: Set ComImport classes' parent to __ComObject.
5380         * loader.c: Mark cominterop methods as such.
5381         * domain.c: Add __ComObject class to MonoDefaults structure.
5382         * image.c: Add 2 hashtables to the image for COM Interop related methods
5383         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
5384         using the mempool allocator
5385         
5386         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
5387         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
5388         declaration for mono_metadata_type_dup_mp.
5389         
5390         * debug-helpers.c: Added strings for two additional wrapper types
5391         * object.c: Create proxy objects for ComImport classes
5392         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
5393         and added __ComObject class to MonoDefaults structure.
5394         
5395         * object-internals.h: Finish MonoRealProxy definition, and add definition of
5396         MonoComInteropProxy and MonoComObject.
5397         
5398         * marshal.c: Added support for COM Interop
5399         (signature_cominterop): Converts managed signature to corresponding
5400         unmanaged COM signature.
5401         (cominterop_get_function_pointer): gets unmanaged function pointer via
5402         COM object vtable
5403         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
5404         (cominterop_get_method_interface): returns interface type that method is defined on
5405         (mono_mb_emit_cominterop_call): emits native call to function pointer
5406         gotten from vtable
5407         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
5408         that matches signature of unmanaged function.
5409         (cominterop_get_native_wrapper): wrapper around adjusted method call.
5410         (cominterop_get_invoke): forwards call from proxy to __ComObject
5411         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
5412         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
5413         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
5414         
5415         * marshal.h: Added Marshal icall declarations.
5416         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
5417         so we can access them in finalizer
5418         
5419 2006-07-14  Dick Porter  <dick@ximian.com>
5420
5421         * object.c (mono_type_initialization_cleanup): Fix a race
5422         condition by temporarily commenting out the critical section
5423         deletion.
5424
5425 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
5426
5427         * reflection.c (create_custom_attr): Fix some warnings.
5428         (create_custom_attr_data): Ditto.
5429         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
5430         types. Fixes #78855.
5431
5432 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
5433
5434         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
5435
5436         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
5437
5438 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
5439
5440         * reflection.c (resolve_object): Add support for DynamicMethod.
5441
5442         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
5443         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
5444
5445 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
5446
5447         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
5448         don't leak GPtrArray's pdata has we have no use (nor free) for it.
5449
5450 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
5451
5452         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
5453         Fixes #77888.
5454
5455 2006-06-30  Raja R Harinath  <rharinath@novell.com>
5456
5457         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
5458         slightly: remove a shadow local variable.
5459
5460 2006-06-29  Raja R Harinath  <rharinath@novell.com>
5461
5462         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
5463         definition that introduces the virtual function slot.
5464         Also fix Coverity #105.
5465
5466 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
5467
5468         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
5469         for dynamic assemblies. Fixes #78724.
5470
5471 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
5472
5473         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
5474         Fixes #78722.
5475
5476 2006-06-21  Martin Baulig  <martin@ximian.com>
5477
5478         * reflection.c
5479         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
5480         fixes #76484.
5481
5482 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
5483
5484         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
5485
5486 2006-06-20  Raja R Harinath  <rharinath@novell.com>
5487
5488         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
5489         nor TYPEREFs.
5490         * class.c (mono_class_create_from_typespec): Add 'context' argument.
5491         Inflate result if necessary.
5492         (mono_class_get_full): Remove old version.  Rename from
5493         'mono_class_get' and add 'context' argument.  Pass it to
5494         ..._create_from_typespec.
5495         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
5496         (mono_ldtoken): Revert change below.
5497
5498 2006-06-20  Martin Baulig  <martin@ximian.com>
5499
5500         * class.c (mono_ldtoken): Don't pass the generic context to
5501         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
5502
5503 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
5504
5505         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
5506         and later freeing it. Fixes #78638.
5507
5508 2006-06-15  Miguel de Icaza  <miguel@novell.com>
5509
5510         * icall.c (mono_class_get_throw): Revert over-zealous error
5511         throwing, the caller for mono_class_get_throw will cope with
5512         errors when classes are not properly initialized already.
5513
5514         The code still copes with loader exceptions though.
5515
5516         Fixes the regression in reftype1 and reftype3 from the CAS tests.
5517         
5518 2006-06-14  Miguel de Icaza  <miguel@novell.com>
5519
5520         Fixes the `make run1' version of RuntimeAbort (to be commited,
5521         source is in Bugzilla).
5522         
5523         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
5524         FALSE on class loading failure instead of returning true.
5525
5526         * class.c (mono_class_create_from_typedef): It is possible for
5527         mono_metadata_interfaces_from_typedef_full to fail if a class is
5528         not found, cope with this.
5529         
5530
5531 2006-06-14  Dick Porter  <dick@ximian.com>
5532
5533         * socket-io.c: 
5534         * process.c: Fix a bunch of signed/unsigned warnings from gcc
5535         4.1.1
5536
5537 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
5538
5539         * culture-info-table.h : oops, forgot to make it nsync with r61548.
5540
5541 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
5542
5543         * icall.c: Another fix for building mono in Visual Studio.
5544
5545 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
5546
5547         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
5548         
5549 2006-06-09  Martin Baulig  <martin@ximian.com>
5550
5551         * debug-mono-symfile.c: Put this back and really fix it this
5552         time. Sorry for all the trouble.
5553
5554 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
5555
5556         * icall.c (mono_class_get_throw): Fix a warning.
5557         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
5558         ReflectionTypeLoadException if needed. Fixes #78606.
5559
5560         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
5561         (mono_class_init): Ditto.
5562
5563         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
5564         ref_only exceptions.
5565         (mono_loader_clear_error): Make this work even if there is no error.
5566
5567 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
5568
5569         * object-internals.h marshal.c marshal.h icall.c: Implement method 
5570         Marshal.GetComSlotForMethodInfo using internal call.
5571
5572 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
5573
5574         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
5575         a function for signalling it.
5576
5577         * class.c (mono_class_from_typeref): Use the new kind of loader error when
5578         a referenced assembly is not found.
5579
5580         * loader.c (mono_loader_error_prepare_exception): Add support for 
5581         LOADER_ERROR_ASSEMBLY. Fix formatting.
5582
5583 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
5584
5585         * domain.c appdomain.c class-internals.h marshal.c: Add support 
5586         for VARIANT marshalling on windows and increment corlib version
5587         since Variant struct was added.
5588
5589 2006-06-03  Miguel de Icaza  <miguel@novell.com>
5590
5591         * debug-mono-symfile.c: Revert Martin's previous patch which broke
5592         stack trace line information:
5593
5594         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
5595         (Martin) when looking up B which is between A and C, return A not C.
5596
5597         Bug is #78573.
5598
5599         Thanks to Alexander Olk for tracking this down.
5600
5601 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
5602
5603         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
5604         
5605         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
5606         avoid clobbering its value.
5607         (mono_string_to_lpstr): Fix a warning on windows.
5608
5609 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
5610
5611         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
5612
5613         * reflection.c loader.c: Removed references to 'dummy' flag.
5614
5615         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
5616
5617         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
5618         it gets GC tracking.
5619
5620         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
5621         GC tracking.
5622         
5623         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
5624
5625         * marshal.c threadpool.c: Update callers of mono_async_result_new.
5626
5627         * appdomain.c: Bump corlib version.
5628
5629 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
5630
5631         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
5632         CEE_STIND_REF when working with object references.
5633
5634 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
5635
5636         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
5637         Fixes #78539.
5638
5639 2006-05-30  Miguel de Icaza  <miguel@novell.com>
5640
5641         * loader.c (method_from_memberref): Fix argument value for
5642         mono_loader_set_error_method_load (I was passing the MonoClass
5643         instead of the class name char *).
5644
5645 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
5646
5647         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
5648         CEE_STIND_REF when working with object references.
5649
5650 2006-05-30  Martin Baulig  <martin@ximian.com>
5651
5652         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
5653         mono_method_full_name() change and replace the ':' with a '.'
5654         here.
5655
5656 2006-05-30  Martin Baulig  <martin@ximian.com>
5657
5658         * debug-mono-symfile.c
5659         (mono_debug_symfile_lookup_location): Fix the algorithm:
5660         when looking up B which is between A and C, return A not C.
5661
5662 2006-05-29  Martin Baulig  <martin@ximian.com>
5663
5664         * mono-debug.h
5665         (MonoDebugMethodInfo): Make the typedef public.
5666         (MonoDebugSourceLocation): New public struct.
5667
5668         * mono-debug.c
5669         (mono_debug_source_location_from_address): Removed.
5670         (mono_debug_source_location_from_il_offset): Removed.
5671         (mono_debug_il_offset_from_address): Removed.
5672         (mono_debug_address_from_il_offset): Removed.
5673         (mono_debug_lookup_method): New public function.
5674         (mono_debug_lookup_source_location): New public function; replaces
5675         the old mono_debug_source_location_from_*() functions; see the
5676         inline documentation.
5677         (mono_debug_free_source_location): New public function.
5678         (mono_debug_print_stack_frame): New public function; see the
5679         inline documentation.
5680
5681         * debug-mono-symfile.c
5682         (mono_debug_find_source_location): Renamed into
5683         mono_debug_symfile_lookup_location(); only take a
5684         `MonoDebugMethodInfo *' and an `offset' argument; added inline
5685         documentation.
5686         (mono_debug_find_method): Renamed into
5687         mono_debug_symfile_lookup_method().
5688
5689 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
5690
5691         * assembly.c (mono_assembly_open_full): Dont overwrite the status
5692         returned by mono_image_open_full ().
5693
5694         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
5695         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
5696         #78517.
5697
5698         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
5699         #78518.
5700
5701 2006-05-27  Miguel de Icaza  <miguel@novell.com>
5702
5703         * class.c (mono_class_from_typeref): handle missing images
5704         earlier, deals with bug #78418.   Refactor code; 
5705
5706         Fix a warning introduced in my previous commit (some stale code
5707         from before I revisited my patch).
5708
5709         * class.c (mono_class_create_from_typedef): On failure, remove the
5710         class from the MonoImage->class_cache as the class is not
5711         initialized;   Fixes the leak pointed out by Paolo.
5712
5713 2006-05-25  Dick Porter  <dick@ximian.com>
5714
5715         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
5716         DeleteCriticalSections until I figure out which one may still be
5717         sometimes locked when mono_thread_cleanup is called.
5718
5719 2006-05-24  Dick Porter  <dick@ximian.com>
5720
5721         * threads.c (mono_thread_cleanup): Move the threading cleanup out
5722         of mono_thread_manage and back into its own function, so it can be
5723         called after the finalizer thread has finished.
5724
5725         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
5726
5727 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
5728
5729         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
5730         Fixes #78495.
5731
5732         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
5733         with non-blittable elements.
5734         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
5735
5736 2006-05-24  Martin Baulig  <martin@ximian.com>
5737
5738         * mono-debug-debugger.h (MonoDebuggerEvent): Added
5739         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
5740
5741         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
5742         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
5743         `mono_debugger_event_handler' to NULL.
5744
5745 2006-05-24  Martin Baulig  <martin@ximian.com>
5746
5747         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
5748
5749 2006-05-24  Martin Baulig  <martin@ximian.com>
5750
5751         * mono-debug-debugger.h
5752         (mono_debugger_create_notification_function): Added
5753         `MonoCodeManager *' argument.
5754
5755 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
5756
5757         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
5758
5759 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
5760
5761         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
5762         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
5763         implementation.
5764
5765 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
5766
5767         * icall.c: precise GC support: objects can't be stored in unmanaged
5768         memory anymore, even if they are kept alive by other references: since
5769         they can move the GC needs to be able to always find them.
5770
5771 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
5772
5773         * object.c: precise GC support for static fields. Support
5774         for moving GCs: write barriers and pinned allocation for interned
5775         strings.
5776
5777 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
5778
5779         * domain.c, domain-internals.h: precise GC support for the MonoDomain
5780         structure.
5781
5782 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
5783
5784         * class.c, gc.c: sgen and precise GC updates.
5785
5786 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
5787
5788         * marshal.h, marshal.c: added write barrier wrapper and precise type
5789         fixes.
5790
5791 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
5792
5793         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
5794         support.
5795
5796 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
5797
5798         * reflection.c: precise and sgen GC updates.
5799
5800 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
5801
5802         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
5803
5804 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
5805
5806         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
5807
5808 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
5809
5810         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
5811         MONO_TYPE_OBJECT. Fixes #78462.
5812
5813 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
5814
5815         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
5816         and blittable types.
5817
5818 2006-05-17  Miguel de Icaza  <miguel@novell.com>
5819
5820         * class.c (mono_class_get_exception_for_failure): Implement parts
5821         of a TODO: if the loader error is set (instead of the class
5822         error), we return a Loader exception that can be properly thrown
5823         elsewhere.
5824
5825         This was exposed by some Winforms 2.0 code that I tried to run
5826         (Atsushi pointed me to it).
5827
5828 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
5829
5830         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
5831         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
5832         
5833         * marshal.c (emit_marshal_vtype): Add limited support for 
5834         UnmanagedType.LPStruct. Fixes #78427.
5835
5836         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
5837         Applied a patch from kangaroo to fix #77523.
5838
5839 2006-05-17  Martin Baulig  <martin@ximian.com>
5840
5841         * threads.c
5842         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
5843         (debugger_thread_created): Removed.
5844         (debugger_thread_exited): Removed.
5845
5846 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
5847
5848         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5849
5850         * object-internals.h (MonoReflectionResource): Sync with managed version.
5851
5852 2006-05-12  Wade Berrier <wberrier@novell.com>
5853
5854         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
5855
5856 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
5857
5858         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
5859         functions try to allocate from the image mempool.
5860
5861 2006-05-12  Dick Porter  <dick@ximian.com>
5862
5863         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
5864
5865 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
5866
5867         * object.c: The FieldGetter and FieldSetter methods require the full
5868         name of the class, not only the name. Fixes bug #78277.
5869
5870 2006-05-11  Miguel de Icaza  <miguel@novell.com>
5871
5872         * loader.c (method_from_memberref): Do not pass the NULL klass to
5873         mono_loader_set_error_() methods.  Pass the non-NULL value
5874         (class). 
5875
5876 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
5877
5878         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
5879         (mono_assembly_close): Null out assembly->image->references after freeing it.
5880
5881         * image.c (mono_image_close): Free image->references.
5882         
5883         * reflection.c (mono_image_basic_init): Fix a small memory leak.
5884
5885 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
5886
5887         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
5888         before checking if it's NULL (g_assert).
5889
5890 2006-05-10  Martin Baulig  <martin@ximian.com>
5891
5892         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
5893         I thought I already killed that two months ago, but now it somehow reappeared.
5894
5895 2006-05-10  Martin Baulig  <martin@ximian.com>
5896
5897         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
5898
5899 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
5900
5901         * reflection.c: Allocate memory for dynamically created methods in the image
5902         mempools.
5903
5904 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
5905
5906         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
5907         don't use the ad pointer before checking if it's NULL (g_assert).
5908
5909 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
5910
5911         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
5912         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
5913
5914         * marshal.c: Allocate all signatures from mempools.
5915
5916         * marshal.c: Allocate some more signatures from mempools.
5917
5918 2006-05-09  Miguel de Icaza  <miguel@novell.com>
5919
5920         * object.c (mono_load_remote_field): The code used to provide a
5921         temporary variable for returning results if the user did not
5922         provide a result pointer.  But our temporary variable was allocted
5923         on the satck.
5924
5925         Fix calling code to always pass a result area.   Coverity ID 103.
5926
5927 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
5928
5929         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
5930         value, not the old. Fixes #78312.
5931         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
5932
5933         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
5934         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
5935         per-image cache.
5936
5937         * assembly.c (mono_assembly_close): Free image->references.
5938
5939         * assembly.c (mono_assembly_names_equal): Fix a warning.
5940         (mono_assemblies_cleanup): Cleanup more global data.
5941
5942         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
5943
5944         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
5945         ptr_cache and image->modules.
5946
5947         * image.c (mono_image_init): Allocate array_cache lazily.
5948         
5949 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5950
5951         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
5952         behavior was changed recently and has bad side effects.
5953
5954 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
5955
5956         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
5957         
5958         * assembly.c (mono_assembly_close): Remove a debug printf.
5959
5960         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
5961
5962         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
5963         to also allow for temporary references between mono_image_open ()/close ().
5964
5965         * domain.c (get_runtimes_from_exe): Add a FIXME.        
5966
5967 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
5968
5969         * marshal.c: Fix support for dynamic methods.
5970
5971         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
5972
5973         * marshal.c (mono_marshal_cleanup): New cleanup function.
5974
5975         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
5976         image mempools.
5977
5978         * class.c (mono_class_init): Fix leaking class->nested_classes.
5979
5980         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
5981
5982         * image.c (mono_image_init): Initialize the new cashes.
5983
5984         * image.c (mono_image_close): Destroy the new cashes.
5985
5986         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
5987
5988         * mempool.c (mono_mempool_strdup): New helper function.
5989
5990         * class-internals.h: Add prototype for mono_loader_unlock ().
5991
5992         * domain.c (mono_jit_info_table_find): Fix a warning.
5993         (mono_debugger_check_runtime_version): Ditto.
5994
5995         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
5996         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
5997         functions to these modules.
5998
5999         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
6000         metadata modules.
6001         
6002         * marshal.c (mono_free_bstr): Fix a warning.
6003
6004         * assembly.c (mono_assembly_open_full): Fix another small leak.
6005
6006         * object.c: Fix some unload leaks in the remoting code.
6007
6008         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
6009         function.
6010
6011         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
6012
6013         * reflection.c: Fix some unload leaks in dynamic assemblies.
6014
6015 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
6016
6017         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
6018         * marshal.h: Add BSTR support on Win32
6019         * icall.c: Add BSTR icalls
6020         * metadata.h: Add BSTR enums
6021
6022 2006-04-28  Miguel de Icaza  <miguel@novell.com>
6023
6024         Work to catch the crash from #76795 and turn it into an
6025         exception.   As I stubbed out pieces of the VisualBasic support,
6026         I found a number of places where the code was failing and I added
6027         checks to those places. 
6028         
6029         * metadata.c (do_mono_metadata_parse_generic_class): Make this
6030         function return a status code.  If we fail to parse the signature
6031         from mono_metadata_parse_generic_inst, return FALSE.
6032
6033         * loader.c (mono_get_method_from_token): If we fail to load the
6034         method (mono_class_get) return NULL.   
6035
6036         * (method_from_memberref): Return NULL if we are unable to parse
6037         the method signature
6038
6039         (mono_loader_error_prepare_exception): Since we now use the
6040         loader_error flag internally to stop processing, and obtaining
6041         exceptions that might be thrown will walk this code path the
6042         proper way of going from a MonoLoaderError into a
6043         MonoException was convoluted.   This new routine encapsulates the
6044         process of turning the error into an exception and *clearing* the
6045         error afterwards.
6046         
6047 2006-04-27  Miguel de Icaza  <miguel@novell.com>
6048
6049         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
6050         with missing assemblies), and to cope with:
6051
6052                 * Missing fieldref from a non-existing assembly.
6053                 * Missing methodref from a non-existing assembly.
6054
6055         The first batch of work to address *some* of the issues from 76661.
6056         
6057         * object.c (mono_class_create_runtime_vtable): If we fail to
6058         initialize the class raise the exception here. 
6059
6060         * metadata.c (mono_class_get_overrides_full): If any methods fail
6061         to load return the failure to the caller.
6062
6063         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
6064         flagging assemblies that failed to load.   
6065
6066         Do not crash if we are unable to load the assembly.
6067
6068         (mono_assembly_close): Do nothing with REFERENCE_MISSING
6069         assemblies. 
6070
6071         * loader.c (mono_loader_set_error_type_load): Change the
6072         convention to always pass unallocated strings, so we make our own
6073         copies (I know our own code had duplicated strings before, but
6074         this keeps the normal conventions).
6075         (method_from_memberref): Call mono_loader_set_error_method_load
6076         for all possible failures of loading the class. 
6077         Remove assert, turn into a loader error.
6078
6079         (mono_loader_error_to_exception): Move this routine from mini
6080         (mini_loader_error_to_exception) there was no need to have that in
6081         mini. 
6082
6083         * class.c (mono_class_from_typeref): If we were not able to load
6084         the assembly with mono_assembly_load_reference, call the
6085         mono_loader_set_error_type_load to register the problem.
6086
6087         (mono_class_setup_fields): If we fail to load the type from
6088         mono_metadata_parse_type_full, call mono_class_set_failure and
6089         break from the loop.
6090
6091         If class->exception_type is set, we do not layout the fields as
6092         that might crash the runtime, and instead return (from breaking
6093         from the previous loop).
6094
6095         (mono_class_setup_vtable): This now returns a boolean indicating
6096         whether the table was properly setup.   The decision is driven by
6097         mono_class_get_overrides_full which might run into non-existing
6098         methods. 
6099         
6100         (mono_class_init): Returns TRUE on success or FALSE if there was a
6101         problem in loading the type (incorrect assemblies, missing
6102         assemblies, methods, etc).
6103
6104         When we call mono_class_setup_fields we also check for a potential
6105         error inside this call (either a class exception or a general
6106         loader exception).
6107
6108         (mono_class_create_from_typedef): If the parent fails to load
6109         (calling mono_class_get_full) return NULL.
6110         
6111         ** Important **
6112
6113         calls to mono_metadata_parse_type_full should be checked
6114         everywhere and set the mono_class_set_failure
6115         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
6116
6117         The current patch checks the places where my manually constructed
6118         tests show the errors are showing up, but we should do it
6119         everywhere. 
6120
6121         ** Important2 **
6122
6123         mono_class_init return values should be tested everywhere, like
6124         the previous case this is something that we should audit
6125         everywhere and not only on the cases exposed by the tests I
6126         created. 
6127
6128 2006-04-26  Miguel de Icaza  <miguel@novell.com>
6129
6130         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
6131         boolean parameter and instead pass the information on `options'
6132         parameter (FileOptions).
6133
6134         * icall.c: Register the new signature for MonoIO.Open.
6135
6136         * debug-helpers.c (dis_one): Trying to understand how coverity
6137         works.  Fix Run 5, item 78.
6138
6139 2006-04-26  Dick Porter  <dick@ximian.com>
6140
6141         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
6142         dereference.
6143
6144 2006-04-25  Martin Baulig  <martin@ximian.com>
6145
6146         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
6147
6148         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
6149         debugger_thread_created().
6150         (debugger_gc_push_all_stacks): Don't handle the main thread in any
6151         special way.
6152         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
6153         (mono_debugger_finalize_threads): New function; undo the effects
6154         of mono_debugger_init_threads().
6155         (mono_debugger_create_all_threads): Removed.
6156
6157 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
6158
6159         * image.c (mono_image_close): Tidy up trace messages.
6160
6161         * assembly.c (mono_assembly_close): Ditto.
6162
6163         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
6164         no longer references an already freed assembly. Fixes #78168.
6165
6166 2006-04-21  Dick Porter  <dick@ximian.com>
6167
6168         * threads.c (mono_thread_detach): Fix reference counting when
6169         detaching threads.
6170
6171 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
6172
6173         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
6174         #78155.
6175
6176 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
6177
6178         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
6179         (mono_type_to_stind): Ditto.
6180
6181         * marshal.c: Use the new helper functions to simplify code.
6182
6183         * image.c (mono_image_close): Add some code for help debug assembly unloading
6184         problems.
6185
6186         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
6187         image mempool.
6188
6189         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
6190         assembly was already loaded in another appdomain. Fixes #78083.
6191
6192 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
6193
6194         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
6195         referenced assemblies.
6196         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
6197
6198         * domain.c (mono_domain_free): Add a trace message.
6199
6200         * appdomain.c (add_assemblies_to_domain): Ditto.        
6201
6202         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
6203         field.  
6204
6205 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6206
6207         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
6208
6209 2006-04-12  Martin Baulig  <martin@ximian.com>
6210
6211         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
6212         `USE_INCLUDED_LIBGC'.   
6213
6214 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6215
6216         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
6217         the patch contains ../ and a small directory name later. Hopefully fixes
6218         #78035.
6219
6220 2006-04-10  Martin Baulig  <martin@ximian.com>
6221
6222         Clean up the debugger's thread-handling code.
6223
6224         The debugger's thread-handling code has been moved from
6225         ../mini/debug-debugger.c to threads.c.  We now iterate directly
6226         over the `threads' hash, keep track of exiting threads and also
6227         use proper locking.
6228
6229         We can now debug XSP and XSP based applications with the debugger.
6230
6231         * object-internals.h (MonoThread): Added `gpointer end_stack'.
6232
6233         * threads.h
6234         (MonoThreadCallbacks): Removed; this was only used by the debugger.
6235         (mono_install_thread_callbacks): Likewise.      
6236
6237         * threads.c (mono_thread_callbacks): Removed.
6238         (debugger_thread_created, debugger_thread_exited): New static functions.
6239         (start_wrapper): Call debugger_thread_created().
6240         (thread_cleanup): Call debugger_thread_exited().
6241         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
6242         (mono_debugger_init_threads): New public function.
6243         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
6244         iterate directly over the `threads' hash and also use proper locking.
6245
6246         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
6247
6248         * mono-debug-debugger.h
6249         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
6250
6251 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
6252
6253         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
6254         argument type=array. Fixes #78057.
6255
6256 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
6257
6258         * culture-info-table.h : regenerated. Fixed bug #69652.
6259
6260 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
6261
6262         * loader.c metadata.c: Reapply a variant r59116.
6263         
6264         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
6265
6266         * class.c (mono_class_setup_interface_offsets): New internal function.
6267
6268         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
6269         interfaces too. Fixes #77398.
6270
6271         * reflection.c (encode_cattr_value): Add support for 
6272         parameter type=object, argument type=array.
6273         (load_cattr_value): Ditto. Fixes #77916.
6274
6275         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
6276         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
6277
6278         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
6279         a byval char array and CharSet is Ansi.
6280
6281         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
6282
6283 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
6284
6285         * metadata.c: Add some locking comments.
6286         
6287         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
6288         mempool.
6289         (mono_metadata_free_method_signature): Don't free the signature itself.
6290
6291         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
6292
6293         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
6294         reference the same MonoImage.
6295         (mono_assembly_load_from_full): Add an assert.
6296
6297 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
6298
6299         * image.c (mono_image_close): Don't put the image we are about to free into the
6300         loaded_images_guid_hash.
6301
6302         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
6303         to reduce code duplication.
6304
6305         * marshal.c: Register the native functions called by this module as icalls, to
6306         somewhat centralize the creation of MonoMethodSignature's.
6307
6308         * loader.c (mono_method_signature): Add a cache for method signatures.
6309
6310         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
6311         the parameter attributes of a method.
6312         (mono_metadata_parse_method_signature_full): Refactored the computation of
6313         parameter attributes into a separate function. Also avoid one allocation in
6314         most cases.
6315
6316         * assembly.c (mono_assembly_close): Ditto.
6317
6318         * image.c (mono_image_close): Log trace messages with INFO level.
6319
6320         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
6321
6322         * image.c reflection.c: Correct reference counting of image modules.
6323         
6324         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
6325         of this function from the image mempool.
6326         
6327         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
6328         to allow more cached types to be used.
6329
6330         * mono-debug.c (mono_debug_add_method): Appled patch from
6331         David S. Miller  <davem@sunset.davemloft.net>: Access 
6332         minfo->lexical_blocks[] entry elements using read32().
6333
6334 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
6335
6336         * loader.c (mono_free_method): No longer free the method header for non-dynamic
6337         methods as it is allocated from the mempool.
6338
6339         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
6340         image mempool.
6341
6342         * metadata-internals.h: Add comments describing the reference counting scheme
6343         used for MonoImage and MonoAssembly.
6344
6345         * image.c assembly.c reflection.c: Rework reference counting of images and 
6346         assemblies so they are freed when the runtime is shut down. Free some 
6347         additional memory structures when an image is unloaded.
6348         
6349 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
6350
6351         * class.c loader.c reflection.c: Allocate more data structures in
6352         the image mempool.
6353
6354 2006-03-31  Miguel de Icaza  <miguel@novell.com>
6355
6356         * icall.c
6357         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
6358         build on pre glib 2.4 systems.
6359
6360 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
6361
6362         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
6363
6364         * icall.c: Fix some warnings.
6365
6366 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
6367
6368         * culture-info-table.h : regenerated.
6369
6370 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
6371
6372         * threads.c, object-internals.h, verify.c: changed the culture caching
6373         code to use a normal MonoArray for storage so the GC can keep track of
6374         them easily. Fixed bits of the cache logic, too and simplified the
6375         code.
6376
6377 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
6378
6379         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
6380         thread for non-Boehm GCs.
6381
6382 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
6383
6384         * domain.c, object.c, domain-internals.h: reduce the amount of memory
6385         needed to keep track of the data for static fields.
6386
6387 2006-03-29  Raja R Harinath  <rharinath@novell.com>
6388
6389         Fix #75172
6390         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
6391         for interface classes.  Use 'num_methods' instead.
6392         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
6393         before using '->vtable_size' field.
6394
6395 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
6396
6397         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
6398         doesn't contain managed pointers, so use a normal hashtable.
6399
6400 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
6401
6402         * reflection.c, class-internals.h, domain.c: fixed handling of types
6403         used as values for objects in custom attributes (bug #77915):
6404
6405 2006-03-24  Martin Baulig  <martin@ximian.com>
6406
6407         * class.c (mono_class_setup_fields): Added support for generic
6408         instances; fixes #77580.
6409
6410 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6411
6412         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
6413
6414 2006-03-24  Dick Porter  <dick@ximian.com>
6415
6416         * file-io.c (get_file_attributes): More stat macro breakage.
6417         Fixes bug 77759.
6418
6419 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
6420
6421         * profiler.c: added the file=filename option in the default profiler
6422         to output the profile data to filename.
6423
6424 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6425
6426         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
6427         bug #77877.
6428
6429 2006-03-22  Martin Baulig  <martin@ximian.com>
6430
6431         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
6432         allocated `MonoClassField *' in `fb->handle'.
6433
6434 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6435
6436         * class.c, image.c, metadata-internals.h: implemented new mechanism to
6437         allocate interface ID to save memory and allow better ID reuse on
6438         appdomain unload. setup_generic_vtable () removal from Martin.
6439
6440 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
6441
6442         * object.h, appdomain.c, domain.c, exception.c, icall.c,
6443         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
6444         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
6445         write barriers for reference stores with managed objects accessed with
6446         C structures in the runtime and in embedding programs.
6447
6448 2006-03-20  Raja R Harinath  <rharinath@novell.com>
6449
6450         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
6451         'interface_id' and 'max_interface_id' fields of MonoClasses
6452         representing open generic types.
6453
6454 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
6455
6456         * object.h, object.c, icall.c: added functions to deal with
6457         storing valuetypes that contain references in managed objects.
6458         * reflection.c, string-icalls.c, threads.c, marshal.c: small
6459         fixes and comments around uses of mono_array_addr ().
6460
6461 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
6462
6463         * object.h, icall.c, monitor.c: object.GetHashCode ()
6464         implementation that supports the moving garbage collector.
6465
6466 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
6467
6468         * icall.c, threads-types.h, threads.c: implemented finalizer for
6469         LocalDataStoreSlot.
6470
6471 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
6472
6473         * metadata.c (mono_type_size): Add a fixme.
6474         (mono_type_stack_size): Ditto.
6475
6476         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
6477         'type_forwarders' field.
6478
6479         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
6480         attribute from net 2.0.
6481
6482         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
6483         from class.c.
6484
6485         * class.c (mono_class_setup_fields): Fix a warning.
6486         
6487         * class.c (mono_class_from_name): Add support for assemblyref entries
6488         in the EXPORTEDTYPE table.
6489
6490         * reflection.c: Add support for handling type forwarders under net 2.0.
6491
6492         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
6493         
6494 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
6495
6496         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
6497         overwriting entries in ModuleBuild->types, also clean up the code
6498         a little. Fixes #77774.
6499
6500 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
6501
6502         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
6503         load friend assembly info when present.
6504
6505 2006-03-14  Raja R Harinath  <rharinath@novell.com>
6506
6507         Fix crasher on gtest-158.cs.
6508         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
6509         the return value if the MonoClass we want is yet in an
6510         inconsistent state.
6511         * class.c (mono_class_create_from_typedef): Add an comment
6512         explaining an order dependency between mono_class_setup_parent and
6513         mono_class_setup_mono_type.
6514
6515 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
6516
6517         * class.c: documentation updates and events bug fix.
6518
6519 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
6520
6521         * class.c: some cleanup, locking fixes.
6522
6523 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
6524
6525         * class.c: fix the generics code to setup nested
6526         type info to the instantiated type (bug #77770).
6527
6528 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
6529
6530         * marshal.c: fixed a few type correctness issues.
6531
6532 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
6533
6534         * loader.c: the Set/Get/Addrtess array methods should be public.
6535
6536 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
6537
6538         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
6539         
6540         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
6541         info->wrapper.
6542
6543 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
6544
6545         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
6546
6547         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
6548
6549         * mempool.c (mono_mempool_alloc): Speed this up a bit.
6550         (mono_mempool_alloc0): Ditto.
6551
6552 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6553
6554         * socket-io.c:
6555         (create_object_from_sockaddr): it was allocating 4 extra bytes
6556         for the AF_UNIX data. Fixes bug #77747.
6557
6558 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
6559
6560         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
6561
6562 2006-03-09  Dick Porter  <dick@ximian.com>
6563
6564         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
6565         Fixes bug 76966 again.
6566
6567 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
6568
6569         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
6570         names from r57532
6571         * appdomain.c: Bumped corlib version to 48 (due to r57532)
6572
6573 2006-03-07  Martin Baulig  <martin@ximian.com>
6574
6575         * object.c
6576         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
6577
6578 2006-03-07  Martin Baulig  <martin@ximian.com>
6579
6580         * class.c
6581         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
6582         regression introduced in r56970; see gtest-252.cs.
6583
6584         * loader.c (mono_get_method_constrained): Correctly handle generic
6585         methods; see gtest-253.cs.
6586
6587 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
6588
6589         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
6590
6591 2006-03-04  Martin Baulig  <martin@ximian.com>
6592
6593         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
6594         compute the parent type at runtime, just like we're already doing
6595         it for interfaces.
6596
6597         * reflection.c
6598         (mono_reflection_bind_generic_parameters): Don't compute the
6599         parent type anymore.
6600
6601         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
6602
6603 2006-03-04  Martin Baulig  <martin@ximian.com>
6604
6605         * mono-debug-debugger.h
6606         (mono_debugger_create_notification_function): Allocate memory at
6607         runtime and return a pointer to it.
6608
6609 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
6610
6611         * assembly.c: Fix windows build.
6612         
6613         * assembly.c: Fix build.
6614
6615         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
6616
6617         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
6618         
6619 2006-03-03  Dick Porter  <dick@ximian.com>
6620
6621         * process.c
6622         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
6623         Check parameters before dereferencing them.  Fixes Aaron's part of
6624         bug 77393.
6625
6626 2006-03-03  Raja R Harinath  <rharinath@novell.com>
6627
6628         Fix performance regression.
6629         * loader.c (find_method_in_class): Add 'from_class' argument.
6630         Rename 'klass' argument to 'in_class'.  The signature is compared
6631         against the method in 'in_class', and the corresponding method is
6632         returned from 'from_class'.
6633         (find_method): Walk both 'in_class' and 'from_class' in parallel.
6634         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
6635         type definition and generic instantiation in parallel.
6636         (mono_get_method_constrained): Update to changes.
6637
6638 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
6639
6640         * threads.c: make sure the domain is correct, too when doing
6641         mono_thread_attach ().
6642
6643 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
6644
6645         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
6646         windows. Fixes #77683.
6647
6648 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
6649
6650         * object.h, *: introduced specific way to set elements of an array
6651         of references to be used as write barrier. Still need to audit the
6652         uses of mono_array_addr.
6653
6654 2006-03-01  Miguel de Icaza  <miguel@novell.com>
6655
6656         * object-internals.h: New field to cache the assmebly name, patch
6657         from Tambet Ingo (tambet@ximian.com)
6658
6659 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
6660
6661         * decimal.h, class-internals.h, metadata-internals.h,
6662         file-io.h: mark a few function declarations as internal, to
6663         reduce the number of PLT entries.
6664
6665 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6666
6667         * file-io.c: fix typo in warning message.
6668
6669 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
6670
6671         * loader.c: on unix, lookup the "*A" version of a function
6672         if charset is auto as a second option before failing.
6673
6674 2006-02-28  Raja R Harinath  <rharinath@novell.com>
6675
6676         * class.h (mono_class_inflate_generic_method): Revert to two
6677         argument version.
6678         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
6679         (mono_class_inflate_generic_method_full): Add.
6680         * class.c (mono_class_inflate_generic_method_full): Rename from
6681         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
6682         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
6683         * loader.c, reflection.c: Update to changes.
6684
6685 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
6686
6687         * icall.c: const fixes and small improvements.
6688
6689 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6690
6691         * threadpool.c: for asynchronous connect(), enable the same workaround
6692         for BSD 6 as for the Mac. Fixes bug #77637.
6693
6694 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
6695
6696         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
6697         formatted classes. Fixes #77524.
6698
6699 2006-02-24  Raja R Harinath  <rharinath@novell.com>
6700
6701         * class.c (inflate_generic_type): Add a couple more
6702         micro-optimizations.
6703         (inflate_generic_context): Don't use the 'gmethod' from
6704         'inflate_with'.
6705         (mono_class_inflate_generic_method): If the method has generic
6706         parameters, but the passed-in context doesn't have a 'gmethod',
6707         create one.  Use the possibly simplified generic instantiation
6708         from the declaring class instead of the one passed in.
6709
6710 2006-02-24  Raja R Harinath  <harinath@gmail.com>
6711
6712         Make generic method signature and method header handling lazy.
6713         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
6714         (inflate_generic_header): Likewise.
6715         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
6716         parameter to avoid inflating types.
6717         (mono_get_inflated_method): Empty out.
6718         * class.h (mono_class_inflate_generic_method): Update to changes.
6719         * loader.c (mono_get_method_from_token): Don't parse signature for
6720         generic methods, nor methods of generic classes.
6721         (mono_method_signature): Rename from 'mono_method_signature'.
6722         Inflate signature on demand.
6723         (mono_method_get_header): Inflate method header on demand.
6724         * reflection.c: Update to changes.
6725
6726 2006-02-23  Raja R Harinath  <rharinath@novell.com>
6727
6728         * metadata.c (mono_metadata_inflate_generic_inst): If the
6729         instantiation is closed, don't bother expanding it in the new
6730         context.
6731         * class.c (inflate_generic_class): If the generic instantiation
6732         doesn't change after inflation, return the argument itself.
6733         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
6734         Add bounds checks.
6735         (inflate_generic_context): If neither the generic class nor the
6736         generic method instantiations change, return the original context.
6737         * reflection.c (mono_method_get_object): Do
6738         'mono_get_inflated_method' before accessing the ->klass field.
6739         (inflate_mono_method): Don't create a MonoGenericMethod unless
6740         necessary.
6741         (inflate_method): Don't pass a constructed type as the declaring
6742         type of a methodbuilder.
6743
6744 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
6745
6746         * object.c: fix memory overwrite.
6747
6748 2006-02-22  Dick Porter  <dick@ximian.com>
6749
6750         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
6751         it doesn't work any more.
6752         (mono_threads_request_thread_dump): Fix unused variable warnings.
6753
6754 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
6755
6756         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
6757         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
6758         the public header file.
6759
6760 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
6761
6762         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
6763
6764 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
6765
6766         * class-internals.h, object.c: reduce the size of MonoVTable
6767         and store the interface_offsets array at negative offsets.
6768
6769 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
6770
6771         * metadata.c: tweak table descriptors data structures to reduce
6772         size and runtime relocations.
6773
6774 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
6775
6776         * marshal.c: fix some types and opcodes to be type-safe
6777         in marshaling wrappers.
6778
6779 2006-02-21  Ankit Jain  <jankit@novell.com>
6780
6781         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
6782
6783 2006-02-21  Raja R Harinath  <rharinath@novell.com>
6784
6785         * metadata.c (get_constraints): Relax debugging checks for monodis.
6786
6787 2006-02-21  Ankit Jain  <jankit@novell.com>
6788
6789         * metadata.c (mono_metadata_load_generic_params): Move the code
6790         checking for ambiguous generic params from here to mono/dis/get.c
6791         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
6792
6793 2006-02-21  Raja R Harinath  <harinath@gmail.com>
6794
6795         Fix assertion triggered when compiling nemerle.
6796         * class.c (mono_get_shared_generic_inst): Rename from
6797         get_shared_inst and make non-static.
6798         * loader.c (mono_get_shared_generic_method): New.  Used to create
6799         the MonoGenericContext-equivalent of a MonoGenericContainer.
6800         (mono_get_method_from_token): Initialize the 'context' field of
6801         the created MonoGenericContainer.
6802         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
6803         * metadata.c (get_constraints): Add sanity check.
6804         * class-internals.h: Add new internal methods.
6805
6806         * reflection.c (verify_safe_for_managed_space): New sanity check.
6807         Currently checks that owner-less generic parameters aren't allowed
6808         in managed space.
6809         (mono_type_get_object): Use it.
6810         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
6811         that are now in mono_type_get_object.
6812         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
6813
6814 2006-02-19  Raja R Harinath  <harinath@gmail.com>
6815
6816         * metadata.c (mono_type_create_from_typespec): Rename from
6817         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
6818         argument and caching of types in the generic container.
6819         (unwrap_arrays, find_generic_param): Remove.
6820         * metadata-internals.h: Update.
6821         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
6822
6823 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
6824
6825         * class.c (mono_class_get_exception_for_failure): Fix a warning.
6826
6827         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
6828         return values. Fixes #77581.
6829
6830         * class.c (mono_fnptr_class_get): Switch name and name_space.
6831
6832         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
6833         classes and add support for [In, Out] attributes.
6834         (mono_marshal_free_asany): Ditto. Fixes #77524.
6835
6836 2006-02-18  Raja R Harinath  <harinath@gmail.com>
6837
6838         * class.c (mono_class_from_generic_parameter): Make more robust to
6839         incomplete MonoGenericContainers from monodis.
6840
6841 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
6842
6843         * class-internals.h: added some more exception types.
6844         * class.c, metadata.c: added a few checks to handle missing
6845         types.
6846
6847 2006-02-17  Raja R Harinath  <rharinath@novell.com>
6848
6849         Use owner-less generic-params some more.
6850         * class.c (my_mono_class_from_generic_parameter): Remove.
6851         (mono_class_from_generic_parameter): Handle null image,
6852         param->name and param->owner.
6853         (mono_class_from_mono_type): Update.
6854         (mono_class_create_from_typespec): Remove 'container' parameter.
6855         If that parameter is non-null, the result is always inflated by
6856         'mono_class_get_full' anyway.
6857         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
6858         parameter.
6859         (mono_class_get_full): Update.
6860
6861         * class.c (inflate_generic_type) [GENERICINST]: If the generic
6862         instance is not open, don't bother inflating.
6863         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
6864         parse metadata for inflated classes.
6865         (_mono_class_get): Change GenericContext* parameter to
6866         GenericContainer*.
6867         (mono_class_create_from_typespec): Likewise.  Simplify, and
6868         implement trivially.  All the cases are handled in
6869         mono_class_from_mono_type.  Don't inflate returned class.
6870         (mono_class_get_full): Delegate GENERICINST optimization to
6871         inflate_generic_type.
6872         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
6873
6874 2006-02-16  Dick Porter  <dick@ximian.com>
6875
6876         * socket-io.c (create_object_from_sockaddr): Fix typo.
6877         (create_sockaddr_from_object): Check array lengths before
6878         potentially accessing items off the end.
6879         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
6880         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
6881         (ves_icall_System_Net_Sockets_Socket_Send_internal)
6882         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
6883         length checks to avoid wraparound overflows.
6884         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
6885         contents of the array of sockets
6886         (hostent_to_IPHostEntry2)
6887         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
6888         Check return value of inet_ntop ().
6889         (addrinfo_to_IPHostEntry): Fix typo
6890
6891 2006-02-16  Raja R Harinath  <rharinath@novell.com>
6892
6893         Type metadata parsing doesn't use generic-instantiation information.
6894         * metadata.c (mono_metadata_parse_array_full): Change
6895         MonoGenericContext* parameter to MonoGenericContainer*.
6896         (mono_metadata_parse_type_full): Likewise.
6897         (mono_type_create_from_typespec_full): Likewise.
6898         (mono_metadata_parse_mh_full): Likewise.
6899         (mono_metadata_parse_generic_inst): Likewise.
6900         (do_mono_metadata_parse_generic_class): Likewise.
6901         (do_mono_metadata_parse_type): Likewise.
6902         * metadata-internals.h: Update to changes.
6903         * class.c (mono_class_find_enum_basetype): Likewise.
6904         (mono_class_setup_fields): Likewise.
6905         (mono_class_create_from_typespec): Likewise.
6906         * loader.c (method_from_methodspec): Likewise.
6907         (mono_get_method_from_token): Likewise.
6908         (mono_method_get_header): Likewise.
6909
6910 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
6911
6912         * marshal.c: handle additional GENERICINST case (patch from
6913         Thong Nguyen <tum@veridicus.com>).
6914         Fix a few cases where LDIND_I/STIND_I was used for references.
6915
6916 2006-02-16  Raja R Harinath  <rharinath@novell.com>
6917
6918         * reflection.c (mono_reflection_get_token): Remove unused variable.
6919
6920 2006-02-16  Martin Baulig  <martin@ximian.com>
6921
6922         * reflection.c (mono_reflection_get_token): Add support for fields
6923         in instantiated generic types.
6924
6925         * icall.c
6926         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
6927
6928 2006-02-15  Martin Baulig  <martin@ximian.com>
6929
6930         * icall.c
6931         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
6932         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
6933         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
6934         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
6935
6936 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
6937
6938         * class.c, metadata.c, metadata.h, object.c, icall.c,
6939         marshal.c: changed mono_type_get_underlying_type () to do
6940         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
6941         Fixed handling of instantiated generic valuetypes (bug #75479).
6942
6943 2006-02-15  Raja R Harinath  <rharinath@novell.com>
6944
6945         * metadata.c (mono_metadata_decode_signed_value): Simplify.
6946         Delegate to mono_metadata_decode_value, and work on the returned value.
6947
6948         * icall.c (ves_icall_MonoType_GetGenericArguments):
6949         Add consistency check here too.
6950         
6951 2006-02-15  Ankit Jain  <jankit@novell.com>
6952
6953         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
6954         char/short etc.
6955
6956 2006-02-15  Ankit Jain  <jankit@novell.com>
6957
6958         * metadata.c (mono_metadata_decode_signed_value): New function to decode
6959         signed values, used only for representing lower bounds of arrays.
6960         (mono_metadata_parse_array_full): Use new
6961         mono_metadata_decode_signed_value to decode lower bounds.
6962
6963 2006-02-14  Martin Baulig  <martin@ximian.com>
6964
6965         * reflection.c
6966         (mono_reflection_get_token): Support "MonoGenericMethod" and
6967         "MonoGenericCMethod" and allow generic instances / methods.
6968
6969 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
6970
6971         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
6972         to obtain the terminal size using an ioctl.
6973
6974         * object.c (mono_nullable_init): Revert this as nullable reference
6975         types are not valid.
6976         (mono_nullable_box): Ditto.
6977
6978 2006-02-09  Dick Porter  <dick@ximian.com>
6979
6980         * threads.c (mono_thread_detach): Drop a reference to the thread
6981         we're detaching.
6982
6983 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
6984
6985         * object.c (mono_nullable_init): Handle nullable reference types.
6986         (mono_nullable_box): Ditto. Fixes #77446.
6987
6988 2006-02-07  Martin Baulig  <martin@ximian.com>
6989
6990         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
6991
6992 2006-02-07  Ankit Jain  <jankit@novell.com>
6993
6994         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
6995         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
6996         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
6997         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
6998         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
6999         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
7000
7001 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
7002
7003         * class.c (mono_class_create_generic): Set type_token as well.
7004
7005         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
7006         compatible with MS.
7007
7008 2006-02-02  Martin Baulig  <martin@ximian.com>
7009
7010         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
7011         has never been used so far.
7012
7013 2006-02-02  Martin Baulig  <martin@ximian.com>
7014
7015         * mono-debug-debugger.h: Changed comment at the top of this file;
7016         the header is not installed, but it's safe to #include it from
7017         within the JIT.
7018
7019         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
7020         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
7021
7022 2006-02-02  Martin Baulig  <martin@ximian.com>
7023
7024         * mono-debug.h
7025         (MonoSymbolTable): Removed the `metadata_info' field.
7026
7027         * mono-debug.c
7028         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
7029
7030         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7031         (mono_debugger_add_builtin_types): Removed.
7032         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
7033         (mono_debugger_create_notification_function): We now operate on a
7034         pre-allocated area; take a `gpointer' and return `void'.
7035
7036         * mono-debug-debugger.c
7037         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
7038         (mono_debugger_add_builtin_types): Removed.
7039
7040 2006-02-02  Martin Baulig  <martin@ximian.com>
7041
7042         * threads.c (mono_debugger_create_all_threads): New public method.
7043
7044 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7045
7046         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
7047         breaks on several platforms.
7048
7049 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
7050
7051         * assembly.c: the VS.NET build doesn't supply default values for
7052         MONO_ASSEMBLIES and MONO_CFG_DIR.
7053
7054 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
7055
7056         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
7057         helper function.
7058
7059         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
7060
7061         * loader.c (method_from_memberref): Fix a warning.
7062
7063         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
7064
7065         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
7066         with explicit layout. Fixes #77433.
7067
7068 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
7069
7070         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
7071         max_interface_id is initialized before using it. Fixes #77398.
7072         (ves_icall_Type_GetInterfaces): Ditto.
7073
7074 2006-01-30  Raja R Harinath  <rharinath@novell.com>
7075
7076         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7077         allocate memory for parameter attributes when parsing memberref
7078         signatures.
7079         * loader.c (mono_loader_set_error_method_load): Don't warn.
7080         (method_from_memberref): Ensure MissingMethodException gets thrown
7081         if method is not found.  Make warning more informative.
7082
7083 2006-01-29  Raja R Harinath  <harinath@gmail.com>
7084
7085         Fix #77397
7086         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
7087         return true if is byref.
7088         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
7089         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
7090         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
7091
7092 2006-01-27  Raja R Harinath  <rharinath@novell.com>
7093
7094         Fix tests/find-method.2.il
7095         * loader.c (find_method, find_method_in_class): Remove is_inflated
7096         argument.  Revert 2006-01-18 change.
7097         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
7098         is generic, search for method in its generic definition.
7099         * class.c (mono_class_setup_vtable_general): Print generic
7100         arguments of generic types in debugging printf.
7101
7102 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
7103
7104         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
7105
7106         * threads.c (mono_threads_request_thread_dump): New helper function.
7107
7108 2006-01-25  Raja R Harinath  <rharinath@novell.com>
7109
7110         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
7111
7112 2006-01-25  Ankit Jain  <jankit@novell.com>
7113
7114         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
7115         move definition to ..
7116         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
7117         
7118 2006-01-25  Ankit Jain  <jankit@novell.com>
7119             Raja R Harinath  <rharinath@novell.com>
7120
7121         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
7122         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
7123         as necessary.
7124
7125 2006-01-25  Martin Baulig  <martin@ximian.com>
7126
7127         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
7128         `MonoDebuggerThread' into debug-debugger.c.
7129
7130 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
7131
7132         * profiler.c: fix printing of data.
7133
7134 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
7135
7136         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
7137           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
7138
7139 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
7140
7141         * object.c: fix deadlock related to string interning.
7142
7143 2006-01-23  Martin Baulig  <martin@ximian.com>
7144
7145         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7146
7147         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
7148
7149 2006-01-23  Martin Baulig  <martin@ximian.com>
7150
7151         * mono-debug.h: Moved the prototypes of some functions which are
7152         used by the JIT here from mono-debug-debugger.h.
7153
7154 2006-01-21  Martin Baulig  <martin@ximian.com>
7155
7156         * Makefile.am: Don't install mono-debug-debugger.h.
7157
7158 2006-01-21  Martin Baulig  <martin@ximian.com>
7159
7160         * mono-debug-debugger.h: Enforce the private status of this header
7161         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
7162         Moved some stuff from mono-debugger-jit-wrapper.h here.
7163
7164 2006-01-20  Raja R Harinath  <rharinath@novell.com>
7165
7166         * class.c (mono_class_from_typeref): Add a sanity test to help
7167         catch lack of assembly load/search hooks.
7168
7169 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
7170
7171         * marshal.c (emit_struct_conv): Relax the fields with same offset
7172         check even more. Fixes #77230.
7173
7174 2006-01-18  Martin Baulig  <martin@ximian.com>
7175
7176         * loader.c (find_method_in_class): Added `gboolean is_inflated'
7177         argument; if false, we compare the uninstantiated signatures.
7178         (method_from_memberref): Compare the uninstantiated signatures;
7179         fixes #76417.
7180
7181 2006-01-18  Robert Jordan  <robertj@gmx.net>
7182
7183         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
7184         Clear the weak link. Fixes bug #77170.
7185
7186         * gc.c (mono_gchandle_free):
7187         Reflect *-gc.c changes (tiny optimization).
7188
7189 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
7190
7191         * metadata.c (mono_metadata_signature_dup): Applied patch from
7192         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
7193         Fixes #77288.
7194
7195 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
7196
7197         * marshal.c (emit_struct_conv): Allow fields with the same offset when
7198         marshalling from native to managed code. Fixes #77230.
7199
7200 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7201
7202         * threadpool.c: fix problem (Mac only) when more than one asynchronous
7203         connect. Fixes bug #77020.
7204
7205 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
7206
7207         * class.c: fixed id assignement for nested interfaces (bug #77275).
7208         Added also better info for --print-vtable debugging.
7209
7210 2006-01-12  Martin Baulig  <martin@ximian.com>
7211
7212         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
7213         interfaces on-the-fly; fixes #76625.
7214
7215         * class-internals.h
7216         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
7217         don't need that anymore.
7218
7219 2006-01-12  Miguel de Icaza  <miguel@novell.com>
7220
7221         * socket-io.c
7222         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
7223         To avoid initing the nested_classes when not needed I turned the
7224         PeerCredData as a toplevel internal class, as it has to be shared
7225         anyways. 
7226
7227         Fixes the CASA issue.
7228
7229 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
7230
7231         * domain.c: Accessors for MonoJitInfo
7232
7233         * profiler-private.h: Add jitinfo to the end jit hook
7234
7235         * profiler.[ch]: Define new hooks, called after jitting which give
7236         the MonoJitInfo that was compiled
7237
7238 2006-01-10  Martin Baulig  <martin@ximian.com>
7239
7240         * class.c (mono_class_setup_events): Add support for generic
7241         classes; fixes #76440.
7242
7243 2006-01-06  Raja R Harinath  <rharinath@novell.com>
7244
7245         Fix #77160.
7246         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
7247         on passed-in method.
7248
7249 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7250
7251         * object.c (mono_runtime_invoke_array): Add Nullable support.
7252
7253         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
7254
7255 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
7256
7257         * file-io.c: Don't consider sockets as directory and avoid an endless
7258         loop. Fix bug #76966.
7259
7260 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7261
7262         * object.c (mono_nullable_init): New helper function.
7263         (mono_nullable_box): Ditto.
7264
7265         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
7266
7267         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
7268
7269         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
7270         
7271 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
7272
7273         * class.c (mono_class_is_assignable_from): Make T assignable to 
7274         Nullable<T>.
7275
7276 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
7277
7278         * appdomain.c: Bump corlib version to 46.
7279         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
7280         serialization purpose) and changed ves_icall_System_Reflection_
7281         Assembly_get_code_base signature to accept a boolean (to escape, or 
7282         not, the assembly code base).
7283
7284 2005-12-23  Dick Porter  <dick@ximian.com>
7285
7286         * icall.c: 
7287         * threads-types.h: 
7288         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
7289         CreateEvent icall now returns "created" boolean parameter.
7290
7291 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
7292
7293         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
7294         #76967.
7295
7296         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
7297         when attr_klass is an interface. Fixes #77045.
7298
7299 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
7300
7301         * marshal.c (emit_struct_conv): Fix previous patch.
7302         
7303         * marshal.c (emit_struct_conv): Add a check for fields with the same
7304         offset.
7305
7306 2005-12-20  Raja R Harinath  <rharinath@novell.com>
7307
7308         Fix regression in Mono.C5.
7309         * class.c (mono_class_create_generic): If 'klass' is an interface
7310         set up the interface offsets.
7311         (mono_class_is_assignable_from): Don't throw away generic arguments.
7312
7313 2005-12-19  Raja R Harinath  <rharinath@novell.com>
7314
7315         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
7316         type parameters.
7317
7318 2005-12-15  Raja R Harinath  <rharinath@novell.com>
7319
7320         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
7321         dead store.
7322         (do_mono_metadata_parse_generic_class): Don't pass the current
7323         generic context when parsing the type being instantiated: it
7324         cannot use it, anyway.
7325
7326         * loader.c (method_from_memberref): Don't inflate a signature if
7327         it doesn't contain any type parameters.
7328
7329 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
7330
7331         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
7332
7333 2005-12-14  Martin Baulig  <martin@ximian.com>
7334
7335         * class.c
7336         (mono_type_get_name_recurse): Don't return null for type
7337         parameters and open generic classes.
7338         (mono_class_setup_methods): Don't exclude generic instances.
7339         (mono_get_unique_iid): Use different IDs for different
7340         instantiations of the same generic type.
7341         (mono_class_setup_vtable): Only use setup_generic_vtable() for
7342         open generic instances; create a normal vtable for closed generic
7343         instances.
7344         (mono_class_setup_vtable_general): We're now also called for
7345         closed generic instances.
7346
7347         * reflection.c
7348         (mono_reflection_bind_generic_parameters): Correctly use
7349         mono_metadata_lookup_generic_inst() everywhere.
7350
7351 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
7352
7353         * object.c (mono_class_create_runtime_vtable): Call 
7354         mono_class_setup_vtable ().
7355
7356         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
7357         function.
7358         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
7359         #76959.
7360
7361         * loader.c (mono_loader_set_error_type_load): Print the type load
7362         warnings to the console so they are more visible to the user.
7363         (mono_loader_set_error_method_load): Ditto.
7364
7365         * reflection.c (ensure_runtime_vtable): Revert the last change as it
7366         is still broken.
7367         
7368         * reflection.c (ensure_runtime_vtable): Fix build.
7369
7370         * reflection.c (ensure_runtime_vtable): Disable an optimization which
7371         doesn't work in all cases.
7372
7373 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
7374
7375         * object.c (mono_array_new_full): Treat a single dimensional array
7376         with 0 lower bounds as an szarray. Fixes #76973.
7377
7378         * reflection.c (custom_attr_visible): Really fix this.
7379
7380 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
7381
7382         * reflection.c (custom_attr_visible): Allow nested public attributes
7383         as well.
7384
7385         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
7386         interface check.
7387
7388 2005-12-12  Raja R Harinath  <harinath@gmail.com>
7389
7390         * class.c (set_generic_param_owner): Delete.
7391         (mono_class_create_from_typedef): Don't set ->owner field of
7392         generic parameters to "param containers" of enclosing classes.
7393         * reflection.c (mono_reflection_initialize_generic_parameter):
7394         Likewise.
7395
7396 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
7397
7398         * reflection.c (custom_attr_visible): Fix build.
7399
7400 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
7401
7402         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
7403         private attributes.
7404         
7405         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
7406         handling of null parameter defaults.
7407
7408 2005-12-09  Raja R Harinath  <rharinath@novell.com>
7409
7410         * class.c (mono_class_from_generic_parameter): Don't set
7411         klass->generic_container.
7412         (my_mono_class_from_generic_parameter): Likewise.
7413
7414 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
7415
7416         * reflection.c (load_public_key): Fix a warning.
7417         (method_encode_code): Fix unaligned accesses.
7418
7419 2005-12-07  Martin Baulig  <martin@ximian.com>
7420
7421         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
7422
7423         * reflection.c
7424         (write_generic_param_entry): Encode our custom attrs.
7425
7426         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
7427
7428 2005-12-07  Martin Baulig  <martin@ximian.com>
7429
7430         * reflection.c (encode_new_constraint): Removed; we don't use the
7431         `NewConstraintAttribute' anymore.
7432
7433 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
7434
7435         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
7436         not fire a TypeResolve event when Assembly.GetType () is called.
7437
7438 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
7439
7440         Beginning of support for nullable types in the runtime. Parts of
7441         this patch are from Martin.
7442
7443         * appdomain.c (MONO_CORLIB_VERSION): Bump
7444
7445         * domain.c (mono_init_internal): get the nullable type
7446
7447         * class.c (mono_class_is_nullable): New method
7448         (mono_class_get_nullable_param): New mehod
7449         (mono_class_create_generic): In types T? set cast_class to T
7450
7451         * class-internals.h (MonoDefaults): new nullable default class
7452         (mono_class_get_nullable_param, mono_class_get_nullable_param):
7453         new methods.
7454
7455 2005-12-05  Raja R Harinath  <rharinath@novell.com>
7456
7457         * metadata.c (select_container): New.  Refactor code to select the
7458         appropriate GenericContainer given the type of generic parameter
7459         we are looking for.
7460         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
7461         not a MonoGenericContext.  Use select_container.  Update parameters.
7462         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
7463         and MONO_TYPE_MVAR.
7464         (unwrap_arrays): Remove duplicate tests.
7465         (find_generic_param): Rename from 'has_same_context'.  Now walks a
7466         generic instantiated class to find any arguments that are generic
7467         parameters.
7468         (mono_type_create_from_typespec_full): Use find_generic_param to
7469         avoid evicting some generic instantiations from the typespec
7470         cache.
7471
7472 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
7473
7474         * reflection.c: fixed writing of doubles on ARM FPA.
7475
7476 2005-12-02  Robert Jordan  <robertj@gmx.net>
7477
7478         * icall.c: Fixed EventInfo.ReflectedType (#76829).
7479
7480 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7481
7482         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
7483         least on SUSE 10 they are not the same (on debian, they are just the
7484         same thing).
7485
7486 2005-12-01  Raja R Harinath  <rharinath@novell.com>
7487
7488         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
7489         DeclaringType for VARs and MVARs.
7490         * class.c (set_generic_param_owner): Fix initialization of owner
7491         fields.
7492
7493 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
7494
7495         * icall.c: fixed Enum.ToObject() to correctly convert the values.
7496
7497 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7498
7499         * threadpool.c: workaround for a bug that shows up on the Mac:
7500         select()+connect() on a blocking socket is not like it should
7501         be, so we proceed to connect() in that case, wasting the I/O
7502         threadpool thread until connect succeedes. Fixes bug #75436.
7503
7504 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7505
7506         * threadpool.c: fix typo when setting file descriptor states.
7507
7508 2005-11-28  Raja R Harinath  <rharinath@novell.com>
7509
7510         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
7511         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7512         create a temporary signature container.
7513         (mono_metadata_parse_generic_param): Update to changes.
7514         (mono_type_create_from_typespec_full): Update to changes.
7515         * loader.c (method_from_memberref): Don't use a
7516         MonoGenericContainer while parsing a memberref signature.
7517         (method_from_methodspec): Remove dead-store of the 'container'
7518         variable.  It's overwritten before use.
7519
7520         * metadata.c (mono_type_create_from_typespec_full): Make debugging
7521         checks tighter.
7522         (mono_metadata_parse_generic_param): Likewise.
7523         * loader.c (find_method_in_class): Does not need a
7524         MonoGenericContainer.  Use 'mono_method_signature' rather than
7525         'mono_method_signature_full'.
7526         (find_method, mono_get_method_constrained, method_from_memberref):
7527         Update to changes.
7528
7529         * metadata.c (mono_type_create_from_typespec_full): Ensure that
7530         owner-less generic-parameters are never evicted from the typespec
7531         cache.
7532
7533         * loader.c (method_from_memberref): Don't use the current context
7534         when parsing signatures.
7535         (method_from_methodspec, mono_get_method_from_token): Update to changes.
7536
7537         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
7538         side-effects in g_assert.
7539         * loader.c (mono_get_method_from_token): Resolve klass earlier so
7540         that we don't potentially lose information.
7541
7542 2005-11-26  Dick Porter  <dick@ximian.com>
7543
7544         * icall.c:
7545         * threads.c: icalls to implement basic (ie, not named)
7546         System.Threading.Semaphore.
7547
7548 2005-11-24  Dick Porter  <dick@ximian.com>
7549
7550         * process.c
7551         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
7552         Use GetProcessId() if it's available.
7553
7554 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
7555
7556         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
7557
7558 2005-11-23  Raja R Harinath  <rharinath@novell.com>
7559             Ankit Jain  <jankit@novell.com>
7560
7561         * loader.c (mono_get_method_from_token): Initialize 'method' field
7562         of all generic parameters before parsing the signature.  Remove
7563         code that "fixed"-up MVAR references.
7564
7565 2005-11-23  Ankit Jain  <jankit@novell.com>
7566
7567         * metadata.c (mono_metadata_has_generic_params):
7568         (mono_metadata_load_generic_param_constraints):
7569         (mono_metadata_load_generic_params): Move duplicate code ...
7570         (mono_metadata_get_generic_param_row): ... here. Returns the
7571         first row-id in GenericParam table for a given owner (token).
7572         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
7573         prototype.
7574
7575 2005-11-23  Raja R Harinath  <rharinath@novell.com>
7576             Ankit Jain  <jankit@novell.com>
7577
7578         * metadata.c (mono_metadata_class_equal): Pass signature_only when
7579         comparing VARs too.
7580         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
7581         type->data.generic_param only if the type is an MVAR.
7582         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
7583         leak owner-less VARs and MVARs into managed space.
7584
7585 2005-11-21  Martin Baulig  <martin@ximian.com>
7586
7587         * class-internals.h
7588         (MonoMethod): Moved the `generic_container' here from
7589         `MonoMethodNormal' since we now also need it for
7590         `MonoMethodPInvoke';
7591         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
7592         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
7593         an union containing both `MonoMethodNormal' and
7594         `MonoMethodPInvoke'.
7595
7596         * loader.c
7597         (mono_get_method_from_token): Allow implementing generic methods
7598         as interncalls.
7599
7600         * threads.c
7601         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
7602         icall.
7603
7604 2005-11-17  Dick Porter  <dick@ximian.com>
7605
7606         * icall.c: 
7607         * process.h: 
7608         * process.c: Split the Process Start_internal icall into
7609         ShellExecuteEx_internal and CreateProcess_internal, which are
7610         called depending on whether UseShellExecute is true.  Fixes bug
7611         76670.
7612
7613         * appdomain.c (MONO_CORLIB_VERSION): Incremented
7614
7615 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
7616
7617         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
7618         'msize' parameters, use the information in 'mspec' instead.
7619         (emit_object_to_ptr_conv): Ditto.
7620
7621         * marshal.c (emit_struct_conv): Handle explicit layout structs with
7622         fields out of order. Fixes #76733.
7623
7624 2005-11-17  Ankit Jain  <jankit@novell.com>
7625
7626         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
7627
7628 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
7629
7630         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
7631           bug #76575.
7632
7633 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
7634
7635         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
7636         for types with non-auto layout. Fixes #76717.
7637
7638 2005-11-16  Ankit Jain  <jankit@novell.com>
7639
7640         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
7641         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
7642         if generic_context is null.
7643           (mono_metadata_generic_param_equal): param->owner can be null.
7644           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
7645         null.
7646
7647 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
7648
7649         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
7650         the correct value.
7651
7652 2005-11-15  Martin Baulig  <martin@ximian.com>
7653
7654         * object.c (set_value): Use mono_class_from_mono_type() instead of
7655         the hack for generic instances; fixes #76136.
7656
7657 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
7658
7659         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
7660         fields.
7661
7662         * image.c (load_metadata_ptrs): Initialize the new fields.
7663
7664         * reflection.c (create_dynamic_mono_image): Ditto.
7665
7666         * reflection.c (build_compressed_metadata): Use the new fields.
7667
7668         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
7669         icall.
7670
7671         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
7672         icall.
7673         
7674 2005-11-15  Ankit Jain  <jankit@novell.com>
7675             Raja R Harinath  <harinath@gmail.com>
7676
7677         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
7678         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
7679         new per-generic_container cache if the cached MonoType's context matches
7680         the current context.
7681           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
7682         to the expected context.
7683           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
7684
7685 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7686
7687         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
7688         we changed the signature of an icall.
7689         * icall.c: Modify to mono_double_ParseImpl return true/false 
7690         depending on the success, instead of throwing the exception. This will
7691         help us in Double.TryParse methods.
7692         
7693 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
7694
7695         * marshal.c (emit_marshal_object): Throw an exception when
7696         marshalling 'object' instead of crashing. Fixes #76696.
7697
7698 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
7699
7700         * class-internals.h: Add prototype for mono_type_get_full_name ().
7701
7702 2005-11-11  Dick Porter  <dick@ximian.com>
7703
7704         * threads.c (mono_thread_manage): Make sure the main thread has
7705         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
7706
7707 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
7708
7709         * loader.c (mono_loader_set_error_type_load): Log a warning to the
7710         console about the missing type.
7711         (mono_loader_set_error_method_load): Ditto.
7712
7713 2005-11-09  Miguel de Icaza  <miguel@novell.com>
7714
7715         * mono-config.c (mono_get_config_dir): Set the system defaults if
7716         none is specified.
7717
7718         * assembly.c (mono_set_dirs): New API entry point to set the
7719         assembly and the config directory in one call
7720
7721 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
7722
7723         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
7724         the ftnptr was created from a delegate in a domain other than the
7725         current domain. Fixes #75377.
7726
7727         * exception.h exception.c: Add mono_get_exception_not_supported ().
7728
7729 2005-11-08  Martin Baulig  <martin@ximian.com>
7730
7731         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
7732
7733 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
7734
7735         * security-manager.h: Added definitions to deal with strongname key 
7736         pairs bigger (and smaller) than 1024 bits.
7737         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
7738         adjust wrt the public key length being used.
7739
7740 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
7741
7742         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
7743           Windows build (r51396-51397).
7744
7745 2005-11-03  Martin Baulig  <martin@ximian.com>
7746
7747         * class.c (mono_class_setup_vtable_general): Also add generic
7748         methods to the vtable; fixes #76581.
7749
7750 2005-11-01  Miguel de Icaza  <miguel@novell.com>
7751
7752         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
7753         sure that we lookup GetString method from the System.Text.Encoding
7754         class, not the derived class or we get an empty method.
7755
7756         Fixed class #76612.
7757
7758 2005-10-25  Miguel de Icaza  <miguel@novell.com>
7759
7760         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
7761         if it has been previously set (embedders). 
7762
7763         Make mono_set_rootdir available also on Unix.
7764
7765 005-10-24  Robert Jordan  <robertj@gmx.net>
7766
7767         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
7768
7769 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
7770
7771         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
7772         only calls which are made to native code use this flag.
7773
7774         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
7775
7776 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
7777
7778         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
7779         Add support for FieldBuilders.
7780
7781 2005-10-29  Martin Baulig  <martin@ximian.com>
7782
7783         * mono-debug.c
7784         (mono_debug_using_mono_debugger): New public method; returns
7785         whether we're running inside the debugger.
7786
7787 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
7788
7789         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
7790         for Method/Constructor/FieldBuilders.
7791
7792 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
7793
7794         * reflection.c (module_add_cattrs): Save custom attributes for global methods
7795         and fields as well.
7796
7797 2005-10-26  Martin Baulig  <martin@ximian.com>
7798
7799         * mono-debug-debugger.c
7800         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
7801
7802 2005-10-24  Raja R Harinath  <harinath@gmail.com>
7803
7804         * icall.c (base64_to_byte_array): Don't pass an out-of-range
7805         integer to isspace.
7806
7807 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
7808
7809         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
7810         when passing valuetypes byref. Fixes #76502.
7811
7812 2005-10-19  Jackson Harper  <jackson@ximian.com>
7813
7814         * profiler.c: Don't put a . in front of types that are not in a
7815         namespace.
7816
7817 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
7818
7819         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
7820
7821 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
7822
7823         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
7824         #76436.
7825         (mono_marshal_get_ldflda_wrapper): Fix a warning.
7826
7827 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7828
7829         * assembly.c metadata-internals.h icall.c: Define an additional
7830         parameter for mono_assembly_name_parse_full, so we can avoid creating
7831         S.R.AssemblyName.Version when no version info wasn't passed.
7832         
7833 2005-10-09  Miguel de Icaza  <miguel@novell.com>
7834
7835         * class.c (mono_type_get_full_name): Reimplement method that was
7836         removed. 
7837
7838         * image.c: Some docs
7839
7840 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
7841
7842         * profiler.c (output_newobj_profile): Fix printing of Total memory
7843         on x86.
7844
7845 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
7846
7847         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
7848
7849 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
7850
7851         * threads.c: remove debug output.
7852
7853 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
7854
7855         * threads.c (mono_thread_manage): Fix crashes if more than 64
7856         threads need to be aborted. Hopefully fixes #75899.
7857
7858         * assembly.c (mono_stringify_assembly_name): New helper function.
7859
7860         * class.c: Use mono_stringify_assembly_name instead of the similar
7861         static function.
7862
7863         * assembly.h assembly.c: Add support for calling a postload search 
7864         hook if an assembly cannot be loaded.
7865
7866         * appdomain.c: Register new search hooks which call the AssemblyResolve
7867         events in AppDomain. Fixes #75231
7868
7869 2005-10-07  Martin Baulig  <martin@ximian.com>
7870
7871         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
7872         methods without debug info.
7873
7874 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
7875
7876         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
7877         wrappers.
7878
7879 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7880
7881         * file-io.c: now that we return symlinks, use lstat and, when the file
7882         is a symbolic link, stat, to get the file attributes. Also avoid the
7883         conversion to/from utf16/external.
7884
7885 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
7886
7887         * class.c (mono_class_layout_fields): Compute klass->has_references
7888         correctly if an embedded valuetype is not yet initialized. Fixes
7889         #76331.
7890
7891 2005-10-04  Martin Baulig  <martin@ximian.com>
7892
7893         * metadata.c
7894         (mono_metadata_load_generic_param_constraints): New public
7895         function; splitted the constraints loading out from
7896         mono_metadata_load_generic_params().
7897
7898         * class.c (mono_class_create_from_typedef): Call
7899         mono_metadata_load_generic_param_constraints() after setting up
7900         the type and creating our parent; fixes #75329.
7901
7902 2005-10-04  Martin Baulig  <martin@ximian.com>
7903
7904         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
7905         non-dynamic parent classes.
7906
7907 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
7908
7909         * file-io.c : win32 build fix (ETXTBSY seems not found).
7910
7911 2005-10-04  Martin Baulig  <martin@ximian.com>
7912
7913         * reflection.c
7914         (mono_image_get_methodspec_token): Make the cache actually work;
7915         fixes #75974.
7916
7917 2005-10-04  Martin Baulig  <martin@ximian.com>
7918
7919         * class.c (mono_class_name_from_token): Removed the unneccessary
7920         `MonoGenericContext *' argument.
7921
7922 2005-10-04  Martin Baulig  <martin@ximian.com>
7923
7924         * loader.c
7925         (method_from_methodspec): Make the caching work again; fixes the
7926         performance regression from #76262.
7927
7928 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7929
7930         * file-io.c:
7931         * file-io.h:
7932         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
7933         GetFileSystemEntries that performs the same work but without going
7934         into io-layer, locking, etc.
7935
7936 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
7937
7938         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
7939         ThreadState_Stopped as well. Fixes #76047.
7940
7941 2005-09-29  Martin Baulig  <martin@ximian.com>
7942
7943         * class.c
7944         (inflate_generic_context): If the new context has a `gmethod', set
7945         its `container' that that gmethod's `container'.
7946
7947         * metadata.c
7948         (mono_metadata_parse_generic_param): Simplify things;
7949         `generic_container = generic_context->container;' is just fine.
7950
7951         * loader.c (method_from_methodspec): Code cleanups.
7952
7953 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
7954
7955         * decimal.c: fix warning (and let gcc generate correct
7956         code on ARM with optimizations).
7957
7958 2005-09-28  Martin Baulig  <martin@ximian.com>
7959
7960         * loader.c
7961         (method_from_memberref): Added `MonoGenericContext *class_context'
7962         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
7963         (method_from_methodspec): If we're a memberref, use the enclosing
7964         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
7965
7966 2005-09-28  Martin Baulig  <martin@ximian.com>
7967
7968         * object.c (mono_runtime_invoke_array): Added support for
7969         MONO_TYPE_GENERICINST; fixes #75917.
7970
7971 2005-09-27  Martin Baulig  <martin@ximian.com>
7972
7973         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
7974         `k->byval_arg.type' to determine the actual type.
7975
7976         * loader.c (method_from_methodspec): Removed some hacks.
7977
7978 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
7979
7980         * class-internals.h (mono_field_is_deleted): Do the test for
7981         rtspecialname before we check the actual name of the field. This
7982         prevents us from dereferencing a pointer into the string table,
7983         saving us from accessing a few pages
7984
7985         * *.c: Replace the use of {Enter,Leave}CriticalSection with
7986         macros. This will allow a deadlock debugger to easily be plugged
7987         in.
7988
7989 2005-09-27  Martin Baulig  <martin@ximian.com>
7990
7991         * loader.c (method_from_methodspec): Create a "signature"
7992         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
7993
7994 2005-09-27  Martin Baulig  <martin@ximian.com>
7995
7996         * class.c
7997         (inflate_generic_class): Correctly set the new context's
7998         container.
7999
8000         * loader.c
8001         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
8002         instead of a `MonoGenericContext *'.
8003         (mono_method_signature_full): Take a `MonoGenericContainer *'
8004         instead of a `MonoGenericContext *'.
8005
8006         * metadata.c
8007         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
8008         instead of a `MonoGenericContext *'.
8009         (mono_metadata_parse_method_signature_full): Likewise.
8010
8011 2005-09-26  Martin Baulig  <martin@ximian.com>
8012
8013         * class.c
8014         (mono_class_from_generic_parameter): Set `klass->generic_container'
8015         (mono_class_from_generic_parameter): Likewise.
8016         (mono_bounded_array_class_get): We inherit the generic container
8017         from the element class.
8018
8019         * loader.c
8020         (find_method, find_method_in_class): Take a `MonoGenericContext *'
8021         argument rather than computing it here.
8022         (method_from_memberref): Correctly set the generic context before
8023         parsing the signature.  Fixes #75681.
8024
8025 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
8026
8027         * object.c (mono_class_has_special_static_fields): Fix warnings.
8028
8029 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8030
8031         * assembly.c: Add parse_public_key function, to
8032         par the public keys. Also added mono_assembly_name_parse_full,
8033         to define it the parsed key should be freed or not.
8034         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
8035         to parse a long format assembly name.
8036         * metadata-internals.h: Keep mono_assembly_name_parse_full as
8037         private, since calling it to preserve the key requires
8038         freeing it manually.
8039         
8040 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
8041
8042         * locales.c : removed HAVE_ICU part.
8043
8044 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
8045
8046         * object.c (mono_class_create_runtime_vtable): Avoid calling 
8047         field_is_special_static if the klass has no special static fields.
8048
8049         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
8050         (MonoCachedClassInfo): Likewise.
8051
8052         * object.c (mono_class_has_special_static_fields): New helper function.
8053
8054 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8055
8056         * class.c (mono_class_create_from_typedef): Don't call 
8057         interfaces_from_typedef_full for enums.
8058         (mono_class_create_from_typedef): Compute the base types of enums directly
8059         without calling mono_class_setup_fields ().
8060         (mono_class_find_enum_basetype): New helper function.
8061
8062         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
8063         one place inside the string heap.
8064         
8065 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
8066
8067         * class.c: locking fixes, code cleanups, some docs added.
8068         Allocate some data structures in the image mempool.
8069
8070 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8071
8072         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8073         the example code.
8074         
8075 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
8076
8077         * class-internals.h, class.c, reflection.c: reduce memory taken by
8078         MonoClass.
8079
8080 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
8081
8082         * metadata.c, metadata.h, loader.h: documentation updates, code and
8083         API cleanups.
8084
8085 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8086
8087         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8088         the example code.
8089
8090         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
8091         page faults caused by the runtime while reading metadata.
8092
8093 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8094
8095         * socket-io.c: the field names were changed 3 months ago and no one
8096         realized until bug #76077 got filed!
8097
8098 2005-09-20  Martin Baulig  <martin@ximian.com>
8099
8100         * icall.c (assembly_icalls): Removed some unused debugger icalls.
8101
8102 2005-09-20  Martin Baulig  <martin@ximian.com>
8103
8104         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
8105         write the rank into the class entry.
8106
8107 2005-09-20  Martin Baulig  <martin@ximian.com>
8108
8109         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
8110
8111 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
8112
8113         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8114
8115         * icall.c (custom_attrs_defined_internal): New icall.
8116
8117         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
8118         function.
8119         (mono_custom_attrs_construct_by_type): New helper function.
8120
8121 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
8122
8123         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
8124         terminate the resulting string. Fixes #76123.
8125
8126 2005-09-16  Martin Baulig  <martin@ximian.com>
8127
8128         * mono-debug.c
8129         (mono_debug_add_method): Ignore inflated methods for the moment.
8130
8131 2005-09-14  Martin Baulig  <martin@ximian.com>
8132
8133         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
8134
8135 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
8136
8137         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
8138         return a success/failure indication.
8139         (mono_metadata_interfaces_from_typedef_full): Ditto.
8140         (get_constraints): Ditto.
8141
8142 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
8143
8144         * marshal.c (emit_marshal_array): Fix handling of null arrays.
8145         
8146         * marshal.c (emit_marshal_array): Add support for returning string
8147         arrays from delegates. Fixes #76063.
8148
8149         * marshal.c: Use the emit_ldloc/stloc macros where possible.
8150
8151 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
8152
8153         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
8154         icall.
8155
8156 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
8157
8158         * reflection.c icall.c: Fix after mono_get_exception_type_load
8159         signature change.
8160
8161         * assembly.c (mono_assembly_get_assemblyref): New helper function.
8162         (mono_assembly_load_reference): Use the new helper.
8163
8164         * class-internals.h (MonoLoaderError): New structure containing 
8165         information about type loading errors.
8166
8167         * class-internals.h loader.c: Add APIs to store per-thread loader
8168         error information.
8169
8170         * loader.c class.c: Set the loader error if needed.
8171
8172         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
8173
8174 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
8175
8176         * decimal.c: fixed to handle the broken ARM fp format.
8177
8178 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
8179
8180         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
8181         broken.
8182
8183 2005-09-06  Martin Baulig  <martin@ximian.com>
8184
8185         * domain.c (supported_runtimes): Added v2.0.50727.
8186
8187 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
8188
8189         * culture-info.h: reduce the size of some structures.
8190
8191 2005-09-05  Martin Baulig  <martin@ximian.com>
8192
8193         Reflect latest API changes in the August CTP.
8194
8195         * icall.c
8196         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
8197         ("MonoType.HasGenericArguments"): Removed.
8198         ("MonoMethod.BindGenericParameters"): Renamed to
8199         "MakeGenericMethod".
8200         ("MethodBuilder.BindGenericParameters"): Renamed to
8201         "MakeGenericMethod".    
8202
8203 2005-09-05  Martin Baulig  <martin@ximian.com>
8204
8205         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
8206
8207 2005-09-05  Martin Baulig  <martin@ximian.com>
8208
8209         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8210
8211         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
8212         generic_container is non-NULL.
8213
8214 2005-09-05  Martin Baulig  <martin@ximian.com>
8215
8216         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8217
8218         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
8219
8220 2005-08-29  Michal Moskal  <malekith@nemerle.org>
8221
8222         * reflection.c (encode_locals,
8223         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
8224         for large generic types.
8225
8226 2005-09-05  Martin Baulig  <martin@ximian.com>
8227
8228         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8229
8230         * class.c (mono_dup_array_type): New public method.
8231         (mono_metadata_signature_deep_dup): New public method.
8232         (dup_type): Correctly duplicate array and function types.
8233
8234 2005-09-05  Martin Baulig  <martin@ximian.com>
8235
8236         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8237
8238         * reflection.c (get_default_param_value_blobs): Handle generic types
8239         and generic methods.
8240
8241 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
8242
8243         * class.c: Fixed error reporting (method/class were inversed) for 
8244         inheritance demands.
8245         * security-manager.c|h: Added the AppDomain when calling the managed
8246         System.Security.SecurityManager.InheritanceDemand method.
8247
8248 2005-09-01  Raja R Harinath  <rharinath@novell.com>
8249
8250         * reflection.c (encode_marshal_blob): 'marshaltype' and
8251         'marshaltyperef' are alternate sources for the custom marshaler
8252         name.
8253
8254 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
8255
8256         * class.c: fix creation of array classes with rank == 1
8257         (patch by Ankit Jain <jankit@novell.com>).
8258
8259 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
8260
8261         * object.c: fix check for creating the bound data for arrays vs
8262         szarrays.
8263
8264 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8265
8266         * object.c: configuration file name is now based on the executable name,
8267         not the image name. Fixes bug #75931.
8268
8269 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
8270
8271         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
8272         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
8273
8274 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
8275
8276         * rand.c: Use wincrypt.h instead of WinCrypt.h.
8277
8278 2005-08-24  Ankit Jain  <jankit@novell.com>
8279             Raja R Harinath  <rharinath@novell.com>
8280
8281         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
8282           called by it recursively.
8283           (mono_class_init): Remove special case in pending_init handling, since it's
8284           superseded by the fix to mono_class_from_typeref.
8285
8286 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
8287
8288         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
8289         BROKEN_THREAD_START stuff.
8290
8291 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
8292
8293         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
8294         trampoline.
8295
8296         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
8297         
8298         * object.c (mono_delegate_ctor): Replace the original function address with
8299         a delegate trampoline.
8300
8301 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
8302
8303         * icall.c: add boolean argument to base64_to_byte_array and 
8304         InternalFromBase64String to control whether a whitespace-only string
8305         is allowed (or should casue a FormatException to be thrown). We need
8306         this as the behavior has changed between MS.NET 1.x and 2.0, and we
8307         to match the MS behaviour in both profiles.
8308         * appdomain.c: Bump corlib version.
8309
8310 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8311
8312         This patch implements a big portion of publisher policy
8313         support, used to bind assembly versions and redirect
8314         one assembly from version A to version B.
8315
8316         * assembly.c:
8317         New GSList loaded_assembly_bindings, for storing the cached
8318         assembly bindings.
8319         (assembly_binding_maps_name): New static function for checking if a 
8320         assembly binding information maps an assembly name.
8321         (mono_assembly_binding_info_free): New function for freeing
8322         assembly binding information resources.
8323         (get_publisher_policy_info): New static function for retrieving 
8324         assembly binding information from a MonoImage.
8325         (compare_versions): New static function for comparing an assembly
8326         binding information data and the version of an assembly name.
8327         (check_policy_versions): New static function for checking if an
8328         assembly binding info mapping an assembly name is valid for it.
8329         (mono_assembly_load_publisher_policy): New static function for
8330         loading the 'policy.major.minor.MyAssembly' image for an assembly
8331         with an assembly name 'aname'.
8332         (mono_assembly_bind_version): New static function for updating
8333         assembly redirection.
8334         (mono_assembly_apply_binding): New static function for applying
8335         assembly binding.
8336         (search_binding_loaded): New static function for searching 
8337         loaded assembly binding infos in the cache domain.
8338         (mono_assembly_load_full): Don't apply assembly binding for
8339         reflection only assemblies.
8340
8341         * metadata-internals.h: Add MonoAssemblyBindingInfo,
8342         which contains information about assembly binding. Also
8343         declare signature for mono_config_parse_publisher_policy ()
8344         function, used to retrieve pub policy info.
8345         
8346         * mono-config.c:
8347         (publisher_policy_start): New static function used to parse publisher 
8348         policy config files.
8349         (publisher_policy_parser): New static MonoParseHandler containing 
8350         the functions used when parsing config files.
8351         (mono_config_parse_publisher_policy): New function for parsing
8352         publisher policy files.
8353         
8354 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
8355
8356         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
8357
8358         * marshal.c (mono_delegate_free_ftnptr): Ditto.
8359
8360         * object.c (mono_get_addr_from_ftnptr): New helper function.
8361
8362         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
8363
8364         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8365
8366 2005-08-19  Dick Porter  <dick@ximian.com>
8367
8368         * threads.c, threads.h, appdomain.c, appdomain.h,
8369         profiler-private.h, monitor.c, object.c, object-internals.h,
8370         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
8371         store the thread ID, so it can hold a 64 bit value if needed.
8372
8373 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
8374
8375         * reflection.c (mono_reflection_create_dynamic_method): Store the
8376         handle class into the method references as well so ldtoken works in
8377         dynamic methods.
8378
8379         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
8380         types.
8381
8382 2005-08-19  Ankit Jain <jankit@novell.com>
8383
8384         Fix #75847.
8385         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
8386           here rather than using the method signature of a arbitrary function
8387           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
8388           two arguments.
8389           Hack done with Harinath.
8390
8391 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8392
8393         * threadpool.c: disable printing stack traces when we get a exception
8394         in a threadpool thread. I need to do more testing to figure out which
8395         cases actually print this. Fixes bug #75828.
8396
8397 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8398
8399         * icall.c: there might be ignored whitespace after the last '='. This
8400         fixes length computation and bug #75840.
8401
8402 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
8403
8404         * assembly.c (mono_assembly_load_full): Consider .exe extension as
8405         well. Fixes #75809.
8406
8407         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
8408         #75784.
8409         
8410         * reflection.c (create_custom_attr_data): Ditto.
8411
8412 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
8413
8414         * locales.c, culture-info.h : removed RegionLCIDMap.
8415         * culture-info-tables.h : regenerated.
8416
8417 2005-08-16  Martin Baulig  <martin@ximian.com>
8418
8419         * class.c (mono_type_get_name_recurse): Small fix.
8420
8421 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
8422
8423         * locales.c : indentation fixie.
8424
8425 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
8426
8427         * object-internals.h,
8428           locales.h,
8429           locales.c,
8430           culture-info.h,
8431           icall.c : added RegionInfo table support.
8432         * culture-info-table.h : regenerated for region support.
8433
8434 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
8435
8436         * reflection.c (resolve_object): handle all kinds of MonoMethod
8437         including generic ones
8438
8439 2005-08-12  Ankit Jain <jankit@novell.com>
8440
8441         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
8442           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
8443
8444 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
8445
8446         * process.c: Don't close a thread handle when it's NULL. This is a
8447         workaround for bug #75733.
8448
8449 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
8450
8451         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
8452
8453 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
8454
8455         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
8456
8457 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8458
8459         * threadpool.c: if a work item in the thread pool has a callback that
8460         catches a exception, don't propagate it after invoking the callback.
8461         Fixes bug #75336.
8462
8463 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
8464
8465         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
8466
8467         * class-internals.h (MonoCachedClassInfo): Add some new fields.
8468
8469         * class.c (mono_class_init): Load field info lazily in the AOT case.    
8470
8471         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
8472
8473 2005-08-03  Ankit Jain  <jankit@novell.com>
8474
8475         Fix #75683.
8476         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
8477           PInvoke calling convention is 0.
8478
8479 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
8480
8481         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
8482         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
8483
8484 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
8485
8486         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
8487         to handle threads not started by the GC (patch by Michael Meeks
8488         <michael.meeks@novell.com>).
8489
8490 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
8491
8492         * reflection.c: Make buffer used in emitting types larger for some
8493         big generic types (patch by Michal Moskal).
8494
8495 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
8496
8497         * mono-debug.c: Fix some (not all) alignment problems.
8498
8499 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8500
8501         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
8502         Invoke mono_image_load_from_data_full passing the refonly
8503         parameter.
8504
8505         * assembly.c
8506         (mono_assembly_open_from_bundle): Add the refonly argument, 
8507         in order to pass it to other methods it calls to.
8508         (do_mono_assembly_open): Add the refonly argument, in order 
8509         to pass it to other methods it calls to.
8510         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
8511         the refonly parameter to it.
8512
8513         * image.c: Add loaded_images_refonly_hash and
8514         loaded_images_refonly_guid_hash to cache the reflection
8515         only loaded images.
8516         (mono_images_init): Initialize the hash tables used for
8517         caching the reflection only images.
8518         (load_modules): Invoke mono_image_open_full passing the refonly
8519         parameter to load the modules the correct way.
8520         (build_guid_table): Add the refonly argument, to re-build the 
8521         correct hash table.
8522         (do_mono_image_open): Added the refonly argument, in order to
8523         define it for the loaded image.
8524         (mono_image_loaded_full): New function, which receives an
8525         additional parameter to look for the image in the refonly or
8526         non-refonly section.
8527         (mono_image_loaded): Updated, using mono_image_loaded_full.
8528         (mono_image_loaded_by_guid_full): The same case that happens
8529         with mono_image_loaded_full.
8530         (mono_image_loaded_by_guid): Likewise.
8531         (register_image): Use the ref_only variable inside MonoImage
8532         to decide in which hash table store the current image.
8533         (mono_image_open_from_data_full): Rename
8534         mono_image_open_from_data to mono_image_open_from_data_full,
8535         adding the refonly argument, to define the ref_only variable 
8536         inside MonoImage.
8537         (mono_image_open_from_data): Return 
8538         mono_image_open_from_data_full.
8539         (mono_image_open_full): Rename mono_image_open to
8540         mono_image_open_full, receiving the new refonly argument,
8541         to pass it to inner methods.
8542         (mono_pe_file_open): Update this function, to open
8543         a MonoImage as a non-refonly image.
8544         (mono_image_close): Use the refonly variable inside
8545         MonoImage to remove the image from the correct caches.
8546
8547         * image.h: Add the signatures of mono_image_open_full,
8548         mono_image_open_from_data_full, mono_image_loaded_full,
8549         mono_image_loaded_by_guid_full.
8550
8551         * metadata-internals.h: Add the ref_only field to 
8552         MonoImage.
8553         
8554 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8555
8556         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
8557         Fix the last behavior, which used to load the assemblies and
8558         extract MonoReflectionAssemblyName information, instead of
8559         extract it from the metadata tables. Needed for Reflection
8560         Only assemblies.
8561         
8562 2005-07-29  Martin Baulig  <martin@ximian.com>
8563
8564         * mono-debug-debugger.c
8565         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
8566         not initialized.
8567
8568         * mono-debug.c
8569         (mono_debug_address_from_il_offset): Check whether we have
8570         debugging support before attempting to take the lock.
8571         (mono_debug_source_location_from_address): Likewise.
8572         (mono_debug_source_location_from_il_offset): Likewise.
8573         (mono_debug_il_offset_from_address): Likewise.
8574         (mono_debug_address_from_il_offset): Likewise.
8575
8576 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
8577
8578         * class.c (mono_class_from_name_case): Add support for dynamic images.
8579         Fixes #75650.
8580
8581         * object.c (mono_class_compute_gc_descriptor): Add a workaround
8582         for #75479.
8583
8584 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
8585         
8586         * reflection.c (mono_method_get_object): Fix warning.
8587
8588 2005-07-28  Martin Baulig  <martin@ximian.com>
8589
8590         * mono-debug.c
8591         (mono_debug_add_wrapper): Also write the wrapper type.
8592
8593 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
8594
8595         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
8596         
8597         * class.c (mono_class_init): Avoid reading nested classes if the AOT
8598         data indicates the class has none.
8599
8600 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
8601
8602         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
8603         loader lock with the debugger lock. Prevents deadlocks for beagle.
8604
8605         Beagle can now run on an smp box for a weekend without any
8606         issues. Woohoo!
8607
8608 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
8609
8610         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
8611         in a module. Fixes #75629.
8612
8613 2005-07-26  Martin Baulig  <martin@ximian.com>
8614
8615         * mono-debug.c (mono_debug_add_wrapper): New static method.
8616         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
8617         interncall or a wrapper.
8618
8619         * mono-debug.h (MonoDebugWrapperData): New public typedef.
8620         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
8621         (MONO_DEBUGGER_VERSION): Bump to 51.
8622
8623         * mono-debug-debugger.c
8624         (mono_debugger_add_type): Removed this empty function.
8625         (mono_debugger_add_method): Likewise.
8626
8627 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
8628
8629         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
8630         before accessing method->slot.
8631
8632 2005-07-21  Jb Evain  <jbevain@gmail.com>
8633
8634         * reflection.c (method_encode_clauses/class): Handle filters clauses.
8635         Fixes #75010.
8636
8637 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
8638
8639         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
8640         #75587.
8641
8642 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
8643
8644         * image.h image.c: Add mono_image_get_guid () API function.
8645
8646 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
8647
8648         There were issues when multiple threads tried to load
8649         assemblies. A deadlock was created between assemblies_mutex and
8650         mono_domain_assemblies_lock. This fixes the issue by making the
8651         assembly ref counting be lock free. See bug 75586.
8652         
8653         * image.c (mono_image_close): The add ref function here was using
8654         Interlocked operations while the unref was using a mutex and a
8655         --. I don't think this was ever a bug that would be exposed in a
8656         non-pendantic way (ie, by an embedder doing a ref on one thread
8657         and an unref on another), but for the sake of correctness, this is
8658         now Interlocked.
8659
8660         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
8661         (mono_assembly_load_reference): Call mono_assembly_addref rather
8662         than touching the refcount ourselves.
8663         (mono_assembly_close): Use InterlockedDecrement to unref the
8664         assembly. Don't acquire the lock unless it is actually needed.
8665
8666 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
8667
8668         * class.c (mono_class_layout_fields): Fix calculation of has_references
8669         for generic types.
8670
8671 2005-07-12  Martin Baulig  <martin@ximian.com>
8672
8673         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8674
8675         * metadata.c
8676         (mono_type_hash): Provide better hashing for generic instances.
8677         (mono_generic_inst_hash): Improve hashing.
8678         (mono_generic_class_hash): Likewise.
8679
8680         * reflection.c (mymono_metadata_type_hash): Improve hashing for
8681         generic instances.
8682
8683 2005-07-12  Martin Baulig  <martin@ximian.com>
8684
8685         * reflection.c (mono_reflection_create_runtime_class): Remove the
8686         hack for generic type definitions and non-`Run' assemblies.
8687         (mono_reflection_bind_generic_parameters): Also use
8688         `klass->wastypebuilder' to check for TypeBuilders.
8689
8690 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
8691
8692         * class.c (mono_class_layout_fields): Fix calculation of has_references
8693         for generic types.
8694
8695         * class.c (inflate_generic_class): Fix a leak.
8696         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
8697         for generic types.
8698
8699 2005-07-11  Martin Baulig  <martin@ximian.com>
8700
8701         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
8702         on error.
8703
8704 2005-07-11  Martin Baulig  <martin@ximian.com>
8705
8706         * loader.c (find_method): Also lookup in
8707         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
8708
8709 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
8710
8711         * appdomain.c (mono_domain_unload): Don't free the error message
8712         before passing it to mono_get_exception_...
8713
8714         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
8715         
8716 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
8717
8718         * threads.c: try to better guess an available RT signal (bug #75387).
8719
8720 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
8721
8722         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
8723         and CACHE_OBJECT.
8724
8725 2005-07-07  Martin Baulig  <martin@ximian.com>
8726
8727         * class.c (mono_type_get_name_full): Return NULL for
8728         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
8729         fixes #75408.
8730
8731 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
8732
8733         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
8734         exit the appdomain as well being aborted.
8735
8736         * threadpool.c: Create all threadpool threads inside the root appdomain, and
8737         change back to the root domain after calling managed code. This enables
8738         appdomains using threadpools to be unloaded.
8739
8740 2005-07-07  Martin Baulig  <martin@ximian.com>
8741
8742         * class-internals.h
8743         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
8744         into `MonoDynamicGenericClass' since we only need it for dynamic
8745         types.
8746
8747         * reflection.c (mono_class_bind_generic_parameters): We don't need
8748         to compute the `parent' here.
8749
8750 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
8751
8752         * culture-info-table.h : regenerated.
8753
8754 2005-07-06  Martin Baulig  <martin@ximian.com>
8755
8756         * icall.c
8757         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
8758
8759         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
8760
8761 2005-07-06  Martin Baulig  <martin@ximian.com>
8762
8763         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
8764         we're doing a signature-only comparision; fixes #74945.
8765
8766 2005-07-06  Martin Baulig  <martin@ximian.com>
8767
8768         * class-internals.h (MonoGenericClass): Moved some things out into
8769         a new `MonoInflatedGenericClass' type.  
8770         (MonoInflatedGenericClass): New type; the `klass' of a
8771         `MonoGenericClass' is now computed lazyly in
8772         mono_get_inflated_generic_class().      
8773
8774         * class.c (mono_get_inflated_generic_class): New public function.
8775         (mono_class_inflate_generic_method): Removed the unused
8776         `MonoClass *' argument.
8777         (setup_generic_vtable): Don't call mono_get_inflated_method() on
8778         all the methods.
8779         (mono_class_create_generic): Make this static and merge it with
8780         mono_class_create_generic_2(); we're now called automatically from
8781         mono_get_inflated_generic_class().
8782
8783         * loader.c (mono_method_signature): Call
8784         mono_get_inflated_method() here.
8785
8786 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
8787
8788         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
8789         type of fields with RVA.
8790
8791         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
8792         for this pseudo class.
8793         (my_mono_class_from_generic_parameter): Likewise.
8794         (mono_class_init): Allow interfaces to have cctors.
8795
8796 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
8797
8798         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
8799         lazily for AOT methods.
8800
8801 2005-07-05  Martin Baulig  <martin@ximian.com>
8802
8803         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
8804         returns FALSE for a successful match, not TRUE.
8805
8806 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
8807
8808         * loader.c (mono_method_get_index): Optimize this a bit.
8809
8810 2005-07-04  Martin Baulig  <martin@ximian.com>
8811
8812         * class.c
8813         (class_compute_field_layout): Move the check for generic type
8814         definitions into mono_class_layout_fields().  Fixes #74684.
8815         (mono_class_from_generic_parameter): Correctly compute
8816         `klass->parent'; fixes #75457.
8817
8818         * reflection.c (register_assembly, register_module): Make sure
8819         `domain->rejobject_hash' is already created.
8820
8821 2005-07-02  Martin Baulig  <martin@ximian.com>
8822
8823         * class-internals.h
8824         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
8825         `MonoDynamicGenericClass'.      
8826
8827 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
8828
8829         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
8830         returned by a field getter is null, since null is a valid value.
8831
8832 2005-07-01  Martin Baulig  <martin@ximian.com>
8833
8834         * reflection.c (mono_reflection_generic_class_initialize): Update
8835         the `dgclass->fields [i].parent' to the correct class.
8836         (mono_image_get_fieldref_token): Use the declaring type, not the
8837         reflected type.
8838
8839 2005-07-01  Martin Baulig  <martin@ximian.com>
8840
8841         * loader.c (find_method): Also look in the interfaces; fixes #75429.
8842
8843 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
8844
8845         * threads.c (thread_cleanup): assert that thread != NULL
8846         (wait_for_tids_or_state_change): We were using the wrong variable
8847         when accessing wait->threads. `i' was always out of the bounds of
8848         the array.
8849
8850 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8851
8852         * loader.c: map user32 and kernel32 to libMonoSupportW
8853
8854 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
8855
8856         * appdomain.c (unload_thread_main): Mark this as WINAPI.
8857
8858 2005-06-28  Martin Baulig  <martin@ximian.com>
8859
8860         * loader.c (method_from_methodspec): Fix #75334.
8861
8862 2005-06-28  Martin Baulig  <martin@ximian.com>
8863
8864         Fix #74953 - Arrays now implement the generic IList<T> interface
8865         on the 2.0 platform.
8866
8867         * class-internals.h (MonoDefaults): Added `generic_array_class'.
8868
8869         * reflection.c (mono_class_bind_generic_parameters): New public
8870         function; similar to mono_reflection_bind_generic_parameters(),
8871         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
8872
8873         * domain.c (mono_init_internal): Try to initialize.
8874         `mono_defaults.generic_array_class' here; this'll only succeed if
8875         we're using the 2.0 corlib.
8876
8877         * icall.c
8878         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
8879         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
8880         (mono_lookup_internal_call): Added support for nested classes.
8881
8882         * loader.c
8883         (mono_get_method_from_token): Set `result->signature->pinvoke' if
8884         we're an interncall and have generic arguments.
8885
8886         * class.c
8887         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
8888         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
8889         instance of System.Array.InternalArray<T> for arrays, so they
8890         implement the generic IList<T> interface.
8891
8892 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
8893
8894         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
8895         (chastamar@yahoo.com). Fixes #75374.    
8896
8897 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
8898
8899         * culture-info-table.h: regenerated.
8900
8901 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8902
8903         * icall.c: handle spaces correctly for base64 strings.
8904
8905 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
8906
8907         * *.c: Kill some warnings.
8908
8909 2005-06-23  Duncan Mak  <duncan@novell.com>
8910
8911         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
8912         that this builds on Solaris 10 (x86).
8913
8914 2005-06-23  Martin Baulig  <martin@ximian.com>
8915
8916         * class.c
8917         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
8918         generic type definitions.
8919
8920 2005-06-23  Martin Baulig  <martin@ximian.com>
8921
8922         Fix #75331.
8923
8924         * metadata.c (mono_class_get_overrides): Renamed to
8925         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
8926         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
8927         pass it to mono_get_method_full().
8928
8929 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
8930
8931         * reflection.c (mono_reflection_create_runtime_class): take the
8932         mono_domain_lock in this method. Prevents deadlocks
8933
8934 2005-06-22  Martin Baulig  <martin@ximian.com>
8935
8936         * loader.c (method_from_methodspec): Fix #75330.
8937
8938 2005-06-22  Martin Baulig  <martin@ximian.com>
8939
8940         * reflection.c (type_get_qualified_name): Use
8941         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
8942         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
8943         argument; use it if we don't have an assembly name.
8944
8945 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
8946
8947         * object.c: In mono_message_init, set "copy out" flag for in
8948         parameters with the [Out] flag.
8949
8950 2005-06-21  Martin Baulig  <martin@ximian.com>
8951
8952         * class.c
8953         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
8954         and MONO_TYPE_PTR.
8955
8956 2005-06-21  Martin Baulig  <martin@ximian.com>
8957
8958         * class.c (mono_class_init): Don't initialize `class->fields' for
8959         generic instances since they're initialized again in
8960         compute_field_layout(). 
8961         (compute_field_layout): Set the field's `generic_info' here; fix
8962         #75320. 
8963
8964 2005-06-21  Martin Baulig  <martin@ximian.com>
8965
8966         * class-internals.h
8967         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
8968
8969         * metadata.c (mono_metadata_generic_method_equal): Also
8970         distinguish the `generic_class'; fixes #75334.
8971
8972 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8973
8974         * domain.c:
8975         * appdomain.c:
8976         * domain-internals.h:
8977         * reflection.c: 'domain_assemblies' field is now protected by its own
8978         lock. Don't call into managed code to run the AssemblyLoad event if we
8979         now there are no registered delegates for it.
8980
8981 2005-06-20  Martin Baulig  <martin@ximian.com>
8982
8983         * class.c (mono_class_is_assignable_from): Use a custom version of
8984         mono_class_has_parent() to make things work for generic instances;
8985         fix #75300.
8986
8987 2005-06-20  Martin Baulig  <martin@ximian.com>
8988
8989         * loader.c (method_from_methodspec): Apply a patch from
8990         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
8991
8992 2005-06-20  Martin Baulig  <martin@ximian.com>
8993
8994         * class.c (mono_class_init): Reverted Zoltan's last change; it
8995         breaks generics.
8996
8997 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
8998
8999         * threads.c (wait_for_tids_or_state_change): Add missing locking.
9000
9001 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9002
9003         * socket-io.c: fix the index in the socket array for writable/error
9004         sockets. Fixes bug #75306.
9005
9006 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
9007
9008         * class.c (mono_class_init): Allow interfaces to have static ctors.
9009
9010 2005-06-17  Martin Baulig  <martin@ximian.com>
9011
9012         * loader.c (method_from_methodspec): Use `context->container' when
9013         parsing the `gmethod->inst'.
9014
9015 2005-06-17  Martin Baulig  <martin@ximian.com>
9016
9017         * class.c (mono_type_get_name_recurse): Don't add the assembly
9018         name for type arguments.
9019
9020 2005-06-15  Martin Baulig  <martin@ximian.com>
9021
9022         * reflection.c (mono_image_get_inflated_method_token): Encode
9023         correct klass; fixes #75260.
9024
9025 2005-06-13 Michal Moskal <malekith@nemerle.org>
9026
9027         * icall.c: Make GetCorrespondingMethod/Constructor take
9028         MonoReflectionMethod method not MonoMethod. Removed
9029         MonoType.GetCorrespondingField, and make
9030         MonoGenericType.GetCorrespondingField take name not
9031         MonoClassField.
9032
9033 2005-06-13  Michal Moskal <malekith@nemerle.org>
9034
9035         * reflection.c (field_encode_signature, encode_locals):
9036          Make sizes of buffers for types larger (for big generic types).
9037          (create_generic_typespec,
9038          mono_reflection_sighelper_get_signature_local,
9039          mono_reflection_sighelper_get_signature_field):
9040          Add asserts for too small buffers.
9041
9042 2005-06-15  Martin Baulig  <martin@ximian.com>
9043
9044         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
9045         if our parent is not a dynamic type.
9046
9047 2005-06-15  Martin Baulig  <martin@ximian.com>
9048
9049         * class-internals.h (MonoTypeNameFormat): New enum.
9050
9051         * class.c
9052         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
9053         (mono_type_get_full_name): Removed.
9054         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
9055         argument instead of the boolean's.
9056
9057         * icall.c (ves_icall_System_MonoType_getFullName):
9058         Added `gboolean assembly_qualified'.    
9059
9060         * reflection.h
9061         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
9062
9063         * reflection.c (mono_reflection_parse_type): Parse the new type
9064         name format.
9065
9066 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9067
9068         * icall.c: no need to convert from utf16 to utf8 and then back again
9069         after the call to GetLogicalDrives.
9070
9071 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9072
9073         * icall.c: frombase64. Fix problems exposed by new tests.
9074
9075 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9076
9077         * icall.c: added internal calls for converting char [] and strings in
9078         base64 into byte [].
9079
9080 2005-06-10  Martin Baulig  <martin@ximian.com>
9081
9082         * class.c (mono_class_create_generic_2): Read the nested classes
9083         from the metadata rather than from `gklass->nested_classes' since
9084         `gklass' might not be initialized yet.
9085
9086 2005-06-09  Duncan Mak  <duncan@novell.com>
9087
9088         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
9089         all public headers. Fixes #74919.
9090
9091 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
9092
9093         * domain.c: The key for proxy_vtable_hash is now a pointer
9094         array. Added new GHashFunc and GCompareFunc functions for this.
9095
9096         * class.h: The list of interfaces in MonoRemoteClass is known in
9097         advance and can't grow (we create a new MonoRemoteClass if needed),
9098         so now the interface array can be allocated together with
9099         MonoRemoteClass.
9100         
9101         * object.c: Added a new method create_remote_class_key.
9102         Fixed mono_remote_class so it does not depend on
9103         mono_upgrade_remote_class.
9104         Removed extend_interface_array.
9105         Added new method clone_remote_class(), which makes a copy of a remote
9106         class and adds a new interface or class to it.
9107         mono_upgrade_remote_class() now creates a new remote class (or gets
9108         it from the cache) if an vtable upgrade is needed. In this way
9109         we make sure that other objects sharing the same remote class
9110         don't get the new vtable with unwanted interfaces.
9111         
9112         * object-internals.h:
9113         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
9114         
9115         * marshal.c: Track changes in mono_upgrade_remote_class().
9116
9117 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
9118         * icall.c: Add runtime methods for obtaining members of inflated
9119         class, which were created from supplied non-inflated members. It
9120         is used in internal Get{Method,Constructor,Field} methods in
9121         System.Type
9122
9123 2005-06-09  Martin Baulig  <martin@ximian.com>
9124
9125         * reflection.c
9126         (mono_reflection_bind_generic_method_parameters): Fix #75169.
9127
9128 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9129         * reflection.c (mono_image_basic_init): Define
9130         Version in MonoDynamicAssembly. 
9131         
9132 2005-06-08  Martin Baulig  <martin@ximian.com>
9133
9134         Fix #75136.
9135
9136         * loader.c
9137         (mono_method_signature_full): New public method; takes a
9138         `MonoGenericContext *'.
9139         (find_method): Use mono_method_signature_full() and pass the
9140         klass'es context to it.
9141
9142         * class.c (mono_class_is_inflated_method): Use
9143         mono_method_signature_full() and pass the context to it.
9144
9145 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
9146
9147         * object.c: add proper locking in mono_remote_class_vtable(),
9148         fixes possible memory corruption.
9149
9150 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
9151
9152         * marshal.c (mono_remoting_marshal_init): set
9153         initialized after initialization.
9154
9155 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
9156
9157         * locales.c : hush.
9158
9159 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
9160
9161         * object.c (extend_interface_array): fix really silly
9162         memory corrupting / comparison bug.
9163
9164 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9165
9166         * reflection.c: Functions added to support the creation
9167         of CustomAttributeData, which includes Attribute data
9168         used by ReflectionOnly methods.
9169
9170         * reflection.h:  mono_reflection_get_custom_attrs_data and
9171          mono_custom_attrs_data_construct added (functions exposed).
9172
9173          * icall.c: Added mono_reflection_get_custom_attrs_data
9174          as icall.
9175         
9176 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
9177
9178         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
9179         lupus's request.
9180
9181 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
9182
9183         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
9184
9185         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
9186         dynamic DllImportAttribute.
9187
9188         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
9189         dynamic DllImportAttribute.
9190
9191         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
9192         Fixes #75162.
9193
9194 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9195
9196         * threads.c: avoid segfault when an unstarted thread is aborted.
9197
9198 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
9199
9200         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
9201         Returns the name and version of the runtime for reporting.
9202
9203 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9204
9205         * appdomain.c: bump corlib version.
9206         * object-internals.h: new field in MonoReflectionAssembly.
9207
9208 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9209
9210         * object-internals.h: Carlos forgot to add this field.
9211
9212 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9213
9214         * icall.c: Added create_version to create instances
9215         of Version of MonoReflectionAssemblyName. This change helps
9216         the AssemblyName tests to keep running fine.
9217         
9218 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
9219   
9220         * object.c (mono_method_return_message_restore): A somehow less
9221         intrusive fix for #75138.
9222
9223 2005-06-03  Raja R Harinath  <rharinath@novell.com>
9224
9225         * object.c (mono_method_return_message_restore): Fix computation
9226         of expected number of out args.
9227
9228 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9229
9230         * reflection.c (mono_image_get_method_info): Fix the case when the
9231         charset is empty.
9232
9233 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
9234
9235         * object.c: Added missing null check in
9236           mono_method_return_message_restore.
9237
9238 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9239
9240         * reflection.c (mono_image_get_method_info): Handle the case when
9241         dllentry is empty.
9242
9243 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
9244
9245         * object.c: When creating the vtable for a proxy, take into account
9246         all inherited interfaces, not only the ones registered in
9247         iclass->interfaces. This fixs bug #74996.
9248         Also, in mono_method_return_message_restore, verify that the array
9249         of out args has the expected lengh.
9250
9251 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9252
9253         * socket-io.c: update the timeout in Poll when the call is interrupte.
9254
9255 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9256
9257         * socket-io.c: support abort/suspend in Select_internal after last
9258         change.
9259
9260 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9261
9262         * threadpool.c: remove warning.
9263
9264 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9265
9266         * icall.c:
9267         * socket-io.[ch]: Select_internal uses poll() now when available, thus
9268         removing the 1024 limit from select(). Runtime part of the fix for
9269         bug #71203.
9270
9271 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9272
9273         * socket-io.c: when resolving the addresses for the same
9274         host returned by gethostname(), get the local IPs from the interface
9275         list. Loopback addresses are discarded if the are interfaces up with
9276         non-loopback ones. Fixes bug #63265.
9277
9278 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
9279
9280         * appdomain.c, verify.c, object-internals.h, reflection.c:
9281         bumped corlib number to 36, and added new extra_flags field
9282         to ReflectionMethodBuilder and friends.  Fixes #75060.
9283
9284 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
9285
9286         * gc.c: register a new weak link only if the object is non-null
9287         (fixes bug#75047).
9288
9289 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9290
9291         * culture-info.h : short time pattern too.
9292
9293 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9294
9295         * culture-info.h : expand long time pattern string length.
9296
9297 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9298
9299         * culture-info-table.h : update (more French date format; #72788).
9300
9301 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
9302
9303         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
9304         the method is static. Fixes #75029.
9305
9306 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
9307
9308         * reflection.c: Update the table_idx field of method builders after
9309         saving the module, since it can change. This is a workaround for
9310         bug #74914. 
9311
9312 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9313
9314         * culture-info-table.h : update (additional French date format).
9315
9316 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
9317
9318         * icall.c (ves_icall_type_Equals): Revert last change.
9319         
9320         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
9321
9322         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
9323
9324 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
9325
9326         * class-internals.h: Added executioncontext_class field to 
9327         MonoDefaults structure.
9328         * domain.c: Cache System.Threading.ExecutionContext class in 
9329         mono_defaults.
9330         * object.c: Capture the ExecutionContext for asynchroneous calls in
9331          mono_async_result_new.
9332         * object-internals.h: Added execution_context and original_context 
9333         fields to MonoAsyncResult. Added execution_context to MonoThread.
9334         * security-manager.c|.h: Added mono_get_context_capture_method to 
9335         return the capture method (if required by the security manager or by
9336         the framework version used).
9337         * threadpool.c: Apply capture (if present) ExecutionContext in 
9338         mono_async_invoke and revert to original context after it completes.
9339
9340 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
9341
9342         * culture-info-table.h : updated (real hacky solution for zh-CHT).
9343
9344 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
9345
9346         * culture-info-table.h : zh-CHT related workaround.
9347
9348 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9349
9350         * marshal.c (emit_marshal_custom): Add some error checking and call the
9351         methods in the ICustomMarshaler interface. Fixes #74875.
9352         
9353         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
9354         native->managed wrappers.
9355
9356 2005-05-12  Martin Baulig  <martin@ximian.com>
9357
9358         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
9359         here and use the loader lock.
9360
9361         * mono-debug.c: Properly lock when the debugger is not attached.
9362         (mono_debug_init): Release the initial lock if we're not running
9363         in the debugger.
9364
9365 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9366
9367         * marshal.c (emit_marshal_custom): Pass through NULL values without
9368         calling the custom marshalling routines.
9369
9370         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
9371         conversion in structures. Fixes #74882.
9372
9373 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
9374
9375         * culture-info-table.h : zh-* cultures were missing.
9376
9377 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
9378
9379         * threads.c: Added a new event background_change_event which is signaled
9380         when a thread changes its background mode.
9381         Moved here several checks previously done in managed code. The checks
9382         require the thread lock, and using the thread lock in managed code
9383         can result in deadlocks.
9384         Merged Start_internal and Thread_internal into a single method. Now 
9385         Thread_internal does all work of creating and starting a thread.
9386         Added icalls for setting and getting the state of the object. Moved from
9387         managed code to avoid locking there.
9388         Added wait_for_tids_or_state_change() which is called instad of
9389         wait_for_tids when waiting for non-backround threads to end. This method
9390         will return if one of the threads ends or the background_change_event
9391         is signaled.
9392         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
9393         the background mode. This method signals the background_change_event
9394         event.
9395         * icall.c:
9396         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
9397         removed Start_internal.
9398         
9399 2005-05-11  Martin Baulig  <martin@ximian.com>
9400
9401         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
9402         to order of some fields to get proper alignment on 64-bit machines.
9403
9404 2005-05-11  Martin Baulig  <martin@ximian.com>
9405
9406         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
9407         changes as they're broken and completely fuck up the debugger.
9408
9409         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
9410
9411 2005-05-10  Martin Baulig  <martin@ximian.com>
9412
9413         * reflection.c (mono_reflection_generic_class_initialize): Don't
9414         call mono_class_setup_parent() here.
9415
9416 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9417
9418         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
9419         send/receive timeout use an integer in milliseconds. We were using a
9420         struct timeval.
9421
9422 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9423
9424         * locales.c:
9425         (internal_get_cultures): reserve the first slot of the array for the
9426         InvariantCulture, which will be filled in managed code.
9427
9428 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
9429
9430         * reflection.c (mono_image_fill_module_table): Initialize the
9431         GENERATION field as well.
9432
9433 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9434
9435         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
9436         Monitor.Enter on the object.
9437
9438 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
9439
9440         * threads.c: Enable the wait for running threads when exiting.
9441         * icall.c: Suspend all threads before exiting.
9442
9443 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
9444
9445         * assembly.c (mono_assembly_load_reference): Fix warning.
9446
9447 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9448
9449         * threadpool.c: changed the default number of threads per cpu. From now
9450         on, the default will be 20 + (5 * number of cpus) instead of 50.
9451
9452 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
9453
9454         * loader.c (mono_method_get_signature_full): Add locking here.
9455
9456 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
9457
9458         * appdomain.c: Moved methods for parsing and freeing assembly
9459         names to assembly.c.
9460         * assembly.c, domain-internals.h: Created public methods for parsing
9461         assembly names. Fixed mono_assembly_load_with_partial_name:
9462         it now finds the best match, taking into account the version,
9463         token and culture specified in the partial name. Also return
9464         the latest version if no version information is specified.
9465
9466 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
9467
9468         * threadpool.c: replace check for SocketAsyncCall class.
9469
9470 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9471
9472         * threadpool-internals.h:
9473         * Makefile.am: added threadpool-internals.h
9474
9475         * threadpool.c: call mono_unhandled_exception on exceptions not handled
9476         that happen in threadpool threads (tested on MS).
9477         (mono_thread_pool_remove_socket): new function that dispatch any pending
9478         AIO call on a socket that is closing. By now only epoll really needs it,
9479         as select/poll wake up when the socket closes.
9480
9481
9482         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
9483
9484 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
9485
9486         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
9487
9488 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
9489
9490         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
9491
9492 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
9493
9494         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
9495         has an abort request, convert it into a suspend request.
9496
9497 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
9498
9499         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
9500         warning for the usage of `UnmanagedFunctionPointerAttribute' which
9501         is not supported yet.
9502
9503 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9504
9505         * image.c: register assemblies loaded from data (bundles) in the loaded
9506         assemblies hash. Fixes bug #74772.
9507
9508 2005-04-29  Martin Baulig  <martin@ximian.com>
9509
9510         * class.c (mono_type_get_name_recurse): Update to the new naming
9511         schema from the latest .NET 2.x beta2.
9512         (mono_class_setup_vtable_general): If we're a generic instance,
9513         copy the vtable from our generic type definition and inflate all
9514         the methods in it.
9515
9516         * loader.c (find_method): Update to the new naming schema from the
9517         latest .NET 2.x beta2.
9518
9519 2005-04-29  Raja R Harinath  <harinath@gmail.com>
9520
9521         * class.c (mono_class_init): Add a mono_loader_unlock to the
9522         #74734 fix.
9523
9524 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
9525
9526         * icall.c (ves_icall_System_Environment_Exit): Remove the 
9527         suspend_all_other_threads () call for the time being, since it can hang.
9528
9529         * threads.c (mono_thread_manage): Similarly, disable the waiting for
9530         the background threads to exit, since it can also hang.
9531
9532         * class.c (mono_class_init): Applied patch from Ankit Jain 
9533         (radical@gmail.com). Avoid pending init errors when a field refers
9534         to a nested class using a typeref. Fixes #74734.
9535
9536         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
9537         this for dynamic modules.
9538
9539 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9540
9541         * threads.c: don't wait for threads that are in the process of aborting
9542         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
9543         and waiting for background threads to finish. This makes xsp and
9544         mod-mono-server exit without random length delays and/or hangs.
9545
9546 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9547
9548         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
9549
9550 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
9551
9552         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
9553         dynamic types to prevent infinite loops. Fixes #74727.
9554
9555         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
9556         ..._is_assignable_to.
9557
9558 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
9559
9560         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
9561
9562 2005-04-25  Martin Baulig  <martin@ximian.com>
9563
9564         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
9565
9566         * domain.c
9567         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
9568
9569         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
9570
9571         * reflection.c (build_compressed_metadata): Set metadata header
9572         version to 2.0.
9573
9574 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
9575
9576         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
9577         number into an integral and a decimal part. Fixes #70473.
9578
9579         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
9580
9581 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
9582
9583         * culture-info-table.h : reflected the latest locale-builder output.
9584
9585 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9586
9587         * threadpool.c: check for SuspendRequested too when deciding if
9588         mono_thread_interruption_checkpoint should be called.
9589
9590 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9591
9592         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
9593         * threads.c: remove interruption_mutex and use Interlocked instead. When
9594         suspending all the threads, wait for all the suspended events at once.
9595         If we're shutting down and get an APC that is going to be queued,
9596         call mono_thread_execute_interruption immediately, as the thread might
9597         be sleeping on a pthread condition or mutex.
9598
9599         * icall.c: call mono_runtime_set_shutting_down before suspending the
9600         threads.
9601
9602         Fixes bug #74693. And now xsp is happier when exiting.
9603
9604 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
9605
9606         * loader.c (mono_stack_walk): Fix #74690.
9607
9608 2005-04-22  Martin Baulig  <martin@ximian.com>
9609
9610         * mono-debug.h (MonoDebugMethodJitInfo): Added
9611         `MonoDebugMethodJitInfo *jit'.
9612
9613         * mono-debug.c (mono_debug_read_method): Cache the
9614         MonoDebugMethodJitInfo in `address->jit'.
9615         (mono_debug_free_method_jit_info): New public method.
9616
9617 2005-04-22  Martin Baulig  <martin@ximian.com>
9618
9619         * class.c (mono_class_is_assignable_from): Disallow
9620         type parameter -> interface.
9621
9622 2005-04-21  Dick Porter  <dick@ximian.com>
9623
9624         * threads.c (mono_thread_create): Turn an assertion into an error.
9625
9626 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
9627
9628         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
9629         
9630         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
9631         Fix some gcc 4.0 warnings.
9632
9633 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
9634
9635         * file-io.c: fix alt dir separator char on unix systems
9636         and cleanup (fixes bug #71214).
9637
9638 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
9639
9640         * marshal.c: Use CALLVIRT instead of CALL when dispatching
9641         a call to a remote domain, since the method may be an
9642         interface method in the client domain. This fixes bug #74192.
9643
9644 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9645
9646         * threadpool.c: recv/send are now performed before going back to managed
9647         code to save one transition.
9648
9649 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9650
9651         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
9652
9653         * metadata/threadpool.c: removed hack to workaround the bug above.
9654
9655         Fixes bug #74618.
9656
9657 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
9658
9659         * reflection.c reflection.h: Fix handling of parameter defaults in
9660         dynamic methods. Also fixes handling of parameter attributes.
9661         Fixes #74609.
9662
9663         * mono-debug.c (mono_debug_close_image): Fix warning.
9664
9665 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9666
9667         * socket-io.h: replaced old unused field with new 'blocking'.
9668         * threadpool.c: restore socket blocking state on windows(tm).
9669
9670 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
9671
9672         * icall.c: don't return the codebase in the AssemblyName[] returned by
9673         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
9674         * object-internals.h: Removed FIXME (fields were presents) and fixed
9675         versioncompat declaration.
9676
9677 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9678
9679         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
9680         not closed, so don't cleanup when it happens.
9681
9682 2005-04-13  Chris Toshok  <toshok@ximian.com>
9683
9684         * mono-debug-debugger.h: change prototype for
9685         mono_debugger_lookup_type.
9686
9687         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
9688         this function, although it should probably be named
9689         mono_debugger_init_type.
9690
9691 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9692
9693         * threadpool.c: fix non-AIO case.
9694
9695 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
9696
9697         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
9698         the built-in profiler to measure just JIT compilation times.
9699
9700 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9701
9702         * threadpool.c: the epollfd might be closed by another thread at
9703         any time, so ignore EBADF at treat it as a "we're closing" sign.
9704
9705 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9706
9707         * threadpool.c: release the semaphores with a count equals to the number
9708         of working threads in both IO and regular pools. Fixed typo that messed
9709         up the count of IO pool threads. Don't initialize the pipe handles if
9710         we're using epoll.
9711
9712 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9713
9714         * threadpool.c: some systems don't like a NULL when deleting the socket
9715         from epoll.
9716
9717 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9718
9719         * threadpool.c: fix semaphore allocation.
9720
9721 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9722
9723         * threadpool.c: added epoll() based implementation for asynchronous IO
9724         that is used instead of the default poll() when available.
9725         It can be disabled by setting MONO_DISABLE_AIO.
9726
9727 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9728
9729         * threadpool.c: windows needs 'closesocket' and instead of returning
9730         0 when the stream is closed while in select, it returns -1. Fixes bug
9731         #74573.
9732
9733 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
9734
9735         * class.c (class_compute_field_layout): Fix the regression caused by
9736         the previous try.
9737
9738 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9739
9740         * threadpool.c: separate pool for socket async. IO.
9741         * threadpool.h: mono_max_worker_threads is not a global any more.
9742
9743 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
9744
9745         * class.c (class_compute_field_layout): Fix #74549.
9746
9747 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9748
9749         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
9750         use 2 connected sockets instead.
9751
9752 2005-04-08  Miguel de Icaza  <miguel@novell.com>
9753
9754         * mono-config.c: Add new entry point for mkbundle
9755         mono_config_parse_memory. 
9756
9757 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9758
9759         * threadpool.c: removed another unused function.
9760
9761 2005-04-08  Ankit Jain  <radical@corewars.org>
9762
9763         * reflection.c (get_default_param_value_blobs): Add 'types'
9764         parameter to get the types encoded in the constant table.
9765         (mono_param_get_objects): Use the type from the constant table,
9766         not the type of the parameter, when creating default values.
9767         Handle null default values correctly.
9768
9769 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9770
9771         * file-io.c:
9772         * file-io.h:
9773         * threadpool.c:
9774         * threadpool.h:
9775         * icall.c:
9776         * socket-io.c: removed dead code for async IO.
9777
9778 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9779
9780         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
9781
9782         * threadpool.c: intercept socket async. calls and pass them to a thread
9783         that is polling and dispatching the job items to the threadpool as
9784         socket become ready. Fixes bugs #71217, #71933.
9785
9786         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
9787         between char and short/ushort arrays.
9788
9789         * socket-io.c: remove dead code.
9790
9791 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
9792
9793         * locales.c,
9794           icall.c : removed InternalToUpper_Comp() and
9795           InternalToLower_Comp().
9796
9797 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
9798
9799         * char-conversions.h : The tables were incorrectly generated. Should
9800           be generated against invariant culture.
9801
9802 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
9803
9804         * object.c (mono_runtime_invoke_array): Fix return value when 
9805         passing pre-created valuetype objects to ctors.
9806
9807         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
9808         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
9809         Fixes #74338.
9810
9811 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
9812
9813         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
9814         only used with --security and hides the wrong corlib version error.
9815
9816 2005-03-30  Joshua Tauberer  <tauberer@for.net>
9817
9818         * class.c: Changed mono_class_name_from_token so that types
9819         outside of a namespace don't have an initial period.  Improved
9820         the g_warning message used in _mono_class_get when loading
9821         fails.
9822         * assembly.c: In mono_assembly_load_reference, when an assembly
9823         can't be found, "No such file or directory" is misleading and
9824         unhelpful because a few paths were checked for the presence of
9825         the assembly.  When that happens (ENOENT), display a nicer
9826         message indicating the directories that were searched.  In all
9827         cases, the warning is made easier to read for non-hackers.
9828
9829 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
9830
9831         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
9832         project/solution.
9833         * appdomain.h|domain.c: Removed inline from functions.
9834         * appdomain.c: Reduced warnings when compiling on windows.
9835         * icall.c: Fixed output_debug declaration to gunichar2*.
9836         * mono-config.c: Reduced warnings when compiling on windows.
9837         * rand.c: Added missing "windows.h". Added missing return value.
9838         * rawbuffer.c: Added missing winsock2.h for windows.
9839         * sysmath.h: Added mono-compiler.h header to allow/ease 
9840         compilation with non-GCC compilers.
9841         * threads.c: Fixed declarations to compile with VS.NET C compiler.
9842         Removed cast warnings.
9843
9844         Adapted from the work of J Lothian (for VC6).
9845
9846 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
9847
9848         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
9849         from default_path.
9850
9851 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
9852
9853         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
9854         the 2.0 profile.
9855
9856 2005-03-27  Raja R Harinath  <harinath@gmail.com>
9857
9858         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
9859         has to be in $(exec_prefix).  $(prefix) is for arch-independent
9860         stuff, and it would probably use $(prefix)/share rather than
9861         $(prefix)/lib.
9862
9863 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9864
9865         * console-io.c: added 2 includes that might be missing.
9866
9867 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
9868
9869         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
9870         profile.
9871
9872         * reflection.c (create_custom_attr): Allocate the params array using
9873         alloca so it gets GC tracking.
9874
9875 2005-03-23  Chris Toshok  <toshok@ximian.com>
9876
9877         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
9878         out some spew.
9879
9880 2005-03-24  Raja R Harinath  <rharinath@novell.com>
9881
9882         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
9883         changes to pick up any changes in prefix, etc.
9884
9885 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
9886
9887         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
9888         
9889         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
9890         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
9891
9892 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
9893
9894         * class-internals.h object-internals.h class.c reflection.c: Extend the
9895         mono_lookup_dynamic_token () function to return the class of the
9896         token as well. 
9897
9898         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
9899         well. Fixes #73848.
9900
9901 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
9902
9903         * security-manager.c: Skip inheritance checks for intra-corlib
9904         class inheritance and method overrides. This skips a lot of checks
9905         and (anyway) permissions cannot work until corlib is loaded.
9906
9907 2005-03-23  Martin Baulig  <martin@ximian.com>
9908
9909         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
9910         MONO_TYPE_GENERICINST.  
9911
9912 2005-03-23  Martin Baulig  <martin@ximian.com>
9913
9914         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
9915
9916 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9917
9918         * class.c: added locking comments to some functions.
9919         Cache the interface offsets arrays (saves about 20 KB
9920         of runtime memory in a typical app).
9921         Reduce the time overhead in mono_class_setup_supertypes ().
9922
9923 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
9924
9925         * icall.c: speedup and fix leaks in GetMethodsByName and
9926         GetPropertiesByName.
9927
9928 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9929
9930         * reflection.c: some locking fixes.
9931
9932 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9933
9934         * metadata.c: added missing break in case statement.
9935
9936 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
9937
9938         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
9939         typedbyref return values. Fixes #73941.
9940
9941 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
9942
9943         * security-manager.c|h: Added demandunmanaged method and 
9944         suppressunmanagedcodesecurity class to MonoSecurityManager.
9945         Renamed aptc class to allowpartiallytrustedcallers.
9946
9947 2005-03-17  Martin Baulig  <martin@ximian.com>
9948
9949         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
9950
9951 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9952
9953         * file-io.c: disabled file async. IO using aio_*. It uses the
9954         threadpool now. Workaround for bug #73718.
9955
9956 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9957
9958         * assembly.h, mono-config.c: added code to deal with bundled configs
9959         for bundled assemblies.
9960
9961 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
9962
9963         * *.c, private.h: cleanup, removing old private.h header file.
9964
9965 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
9966
9967         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
9968         and throw_on_unmappable_char attributes.
9969
9970 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
9971
9972         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
9973         _ProcessName_internal.
9974
9975 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
9976
9977         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
9978         #73631.
9979
9980         * icall.c threads.c threads-types.h: Remove slothash icalls as they
9981         are no longer used.
9982
9983 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
9984
9985         * object.c (compute_class_bitmap): Add support for generics. Fixes
9986         #73527.
9987
9988 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
9989
9990         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
9991
9992 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9993
9994         * filewatcher.c: commented out the code for windows watcher, as we don't
9995         use it (we use the managed implementation instead).
9996
9997 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
9998
9999         * object-internals.h (MonoThread): Remove 'unused1' field.
10000
10001         * appdomain.c: Bump corlib version.
10002
10003         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
10004
10005         * reflection.c (mono_reflection_create_runtime_class): Remove the
10006         AssemblyBuilder.Save optimization since it causes too many problems.
10007
10008 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
10009
10010         * exception.c|h: Added mono_get_exception_reflection_type_load to
10011         create a ReflectionTypeLoadException object.
10012         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
10013         to return NULL is a InheritanceDemand fails during reflection. Updated
10014         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
10015         ReflectionTypeLoadException if an InheritanceDemand fails during 
10016         reflection. Added icall mapping for GetLinkDemandSecurity.
10017         * security-manager.c|h: Added ves_icall_System_Security_
10018         SecurityManager_GetLinkDemandSecurity internal call to return the
10019         class and methods permissions set for a LinkDemand. Removed unused
10020         fields in MonoSecurityManager.
10021
10022 2005-03-10  Martin Baulig  <martin@ximian.com>
10023
10024         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
10025         it's a generic instance.
10026
10027 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
10028
10029         * reflection.c (mono_get_object_from_blob): Applied patch from
10030         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
10031
10032         * class.c (mono_class_is_assignable_from): Another try at fixing 
10033         #73469 without breaking anything.
10034
10035 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
10036
10037         * class.c: (mono_class_is_assignable_from): Revert the last changes
10038         since they don't work with generics.
10039         
10040         * class.c (mono_class_is_assignable_from): Fix build bustage.
10041
10042         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
10043         the managed IsAssignableFrom method. Fixes #73469.
10044
10045         * reflection.c (mono_reflection_call_is_assignable_from): New helper
10046         function.
10047
10048 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
10049
10050         * object.c (mono_load_remote_field_new): Fix returning uninitialized
10051         memory when the remoting callback does not sets the out arguments.
10052         Fixes #73007.
10053
10054         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
10055         by mistake.
10056
10057         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
10058
10059         * object-internals.h (MonoStackFrame): Sync with managed object layout.
10060
10061         * appdomain.c: Bump corlib version.
10062
10063 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
10064
10065         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
10066         function.
10067
10068         * threads.c (mono_thread_attach): Detect threads which are not started
10069         by the GC pthread wrappers.
10070
10071 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
10072
10073         * icall.c: Added new icall for RNG.
10074         * rand.c|h: Added new icall to open the RNG. This allows to share a 
10075         single handle on Linux to access /dev/urandom and fix #73183.
10076
10077 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
10078
10079         * object.c: setting the new vtable in a transparent proxy object must
10080         not change the GC descriptor.
10081
10082 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10083
10084         * object.c: fixed compilation without GCJ support.
10085         * reflection.c: for runtime-created types ensure klass->has_references
10086         is correct (bug #73215).
10087
10088 2005-03-02  Martin Baulig  <martin@ximian.com>
10089
10090         * class.c (mono_class_is_assignable_from): Make this work if
10091         `oklass' is a generic instance; fixes #72831.
10092
10093 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10094
10095         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
10096         with hasthis set.
10097         
10098         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
10099
10100         * marshal.c: Reorganize native->managed marshalling code to also use
10101         the emit_marshal_... functions.
10102
10103 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10104
10105         * object.c: typed allocs have issues with bitmap sizes > 30,
10106         so check for max_set >= 30.
10107
10108 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10109
10110         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
10111         managed code. Fixes #73012.
10112
10113         * metadata.h (MonoMarshalSpec): Add elem_mult field.
10114
10115         * metadata.c reflection.c: Load/Emit elem_mult as well.
10116         
10117         * metadata.h (MonoMarshalSpec): Add comment.
10118
10119         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
10120
10121         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
10122         num_elem to -1 if not given.
10123
10124         * object-internals.h (MonoReflectionMarshal): Add has_size field.
10125
10126         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
10127         given values.
10128
10129 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
10130
10131         * null-gc.c (mono_gc_free_fixed): Was not compilable.
10132
10133 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
10134
10135         * reflection.c (encode_marshal_blob): Encode param_num field as well.
10136
10137         * object-internals.h (MonoReflectionMarshal): Add param_num field.
10138
10139 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10140
10141         * object.c: generalized the reference bitmap creation
10142         and added hooks for the new GC.
10143         * class-internals.c: removed the gc_bitmap field from MonoClass.
10144
10145 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10146
10147         * domain.c: help the compiler to produce better code
10148         in mono_jit_info_table_find ().
10149
10150 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10151
10152         * object.c: make all allocations look typed.
10153
10154 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10155
10156         * socket-io.c: load Mono.Posix if it's not loaded already
10157         (fixes bug#73033).
10158
10159 2005-02-24  Martin Baulig  <martin@ximian.com>
10160
10161         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
10162         * reflection.c (dup_type): Likewise.
10163
10164 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
10165
10166         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
10167         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
10168
10169 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10170
10171         * domain.c, threads.c, object-internals.h: make the critical thread
10172         local vars use the fast access mode (even when we're compiled in
10173         a lib). Provide accessors to be used by the jit during codegen.
10174
10175 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10176
10177         * appdomain.c: Changed hook functios behavior to include
10178         support for the reflection only assemblies. Some icalls were changed
10179         to support the mentioned assemblies too. Signatures of static methods
10180         try_assembly_resolve and real_load now have an additional parameter:
10181         refonly.
10182
10183         * assembly.c: General changes to mono_assembly_ methods to support
10184         reflection only api. Functions mono_assembly_open, mono_assembly_load,
10185         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
10186         suffix, to support an additional gbool parameter to specify whether
10187         the assembli is reflection only or not. Created some new hook functions 
10188         to add support for reflection only assemblies. Signatures of static 
10189         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
10190         have now an additional parameter: refonly.
10191
10192         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
10193         indicating whether the assembly is reflection only or not.
10194
10195         * exception.c: Add mono_get_exception_invalid_operation.
10196
10197         * icall.c: Throw an InvalidOperationException when trying to invoke
10198         a property/method/event, or trying to set/get the value of a field.
10199         Also add an icall to retrieve the ref_only flag to the
10200         MonoReflectionAssembly.
10201
10202 2005-02-23  Chris Toshok  <toshok@ximian.com>
10203
10204         Part of fix for #72827.
10205         * mono-debug.c (mono_debug_add_method): add lexical block data to
10206         the info we write.  Kind of a hack at the moment - we copy the
10207         lexical block info from the MonoDebugMethodInfo to the
10208         MonoDebugMethodJitInfo here, before writing it.
10209         (mono_debug_read_method): read the lexical block info.
10210
10211         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
10212
10213         * debug-mono-symfile.h: add lexical block support.
10214
10215         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
10216         support.
10217
10218 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10219
10220         * loader.c (mono_lookup_pinvoke_call): Fix warning.
10221
10222         * object.c (mono_runtime_free_method): Call mono_free_method () and
10223         put the TODOs there.
10224
10225         * loader.c (mono_free_method): Free up most memory allocated for 
10226         dynamic methods.
10227
10228 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10229
10230         * reflection.c: properly flag a Type argument to a
10231         named custom attr value (bug #72248).
10232
10233 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10234
10235         * reflection.c: reduce code duplication in named custom
10236         attribute encoding.
10237
10238 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
10239
10240         * reflection.c: properly encode custom attrs of type object
10241         (bug #72649).
10242
10243 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10244
10245         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
10246
10247 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
10248
10249         * socket-io.c: load System.dll if it's not loaded already
10250         (bug #72850 and #70477).
10251
10252 2005-02-21  Martin Baulig  <martin@ximian.com>
10253
10254         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10255         generic instances.
10256
10257 2005-02-21  Martin Baulig  <martin@ximian.com>
10258
10259         * reflection.c (mono_image_build_metadata): We also need to
10260         "fixup" the MethodImpl table after we computed the final method
10261         indices.  Call fixup_methodimpl() to do that.
10262         (fixup_methodimpl): New private method.
10263
10264 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10265
10266         * assembly.c: special case mscorlib.dll (bug#72536),
10267         patch from Carlos Alberto Cortez.
10268
10269 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
10270
10271         * threads-types.h threads.c: Fix build bustage.
10272
10273         * threads.c: Use a union for long<->double conversions.
10274
10275         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
10276         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
10277
10278         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
10279         containing the checkpoint call with NOT_TAKEN.
10280         
10281         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
10282         checkpoint before pushing the arguments, so they won't have to be
10283         spilled to stack.
10284
10285 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10286
10287         * domain.c, assembly.c, domain-internals.h: make some data
10288         const and relocation-free.
10289
10290 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
10291
10292         * object.c, appdomain.c, class-internals.h: introduce the
10293         MonoClassRuntimeInfo structure to hold the info needed to
10294         use a class at runtime. Made mono_class_vtable() lock-free
10295         for all the appdomains.
10296
10297 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
10298
10299         * metadata-internals.h, image.c: introduce a per-image mempool to
10300         be used for memory that has the same lifetime as the image.
10301
10302 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
10303
10304         * domain.c: In mono_init_internal(), instead of selecting the first
10305         runtime version supported by an executable, get a list of all
10306         supported versions and select the one for which an mscorlib exists
10307         (since even if the runtime supports a given version, it doesn't mean
10308         that the framework for that version is installed).
10309         Modified get_runtimes_from_exe to support this behavior.
10310         In supported_runtimes, added information about additional system
10311         assembly versions.
10312         
10313         * assembly.c: Added support for more than one system assembly version
10314         per runtime version. Updated the assembly list.
10315         In mono_assembly_remap_version, removed the initial version check,
10316         since we don't know to which version we need to compare until we
10317         get the version set on which the assembly is based.
10318         Moved the code for loading corlib into the new method
10319         mono_assembly_load_corlib(), so it can be used by the initialization
10320         code.
10321         
10322         * domain-internals.h: Updated data structures and added declaration
10323         for mono_assembly_load_corlib.
10324
10325 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10326
10327         * reflection.c (resolve_object): Fix the creation of the signature in 
10328         the SignatureHelper case.
10329
10330         * assembly.c (mono_assembly_remap_version): Fix binary search.
10331         
10332 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
10333  
10334         * class.c: Added inheritance check when a method is overloaded (from a
10335         virtual method or when implementing an interface) and when a class is
10336         inherited. Added functions to set a failure for a class and to 
10337         retreive the exception from a failure.
10338         * class-internals.h: Added fields to MonoClass to keep the exception
10339         information status for inheritance (or other exceptions) to be thrown
10340         later (i.e. not at load time).
10341         * object.c: Throw the inheritance SecurityException when a type is to 
10342         be created with either class or method inheritance violations.
10343         * reflection.c|h: Fix when getting declsec from a class. Removed 
10344         unrequired code for class. Improved sanity in parameter naming.
10345         * security-manager.c|h: Added functions to check for class and method
10346         inheritance.
10347
10348 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10349
10350         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
10351         and has_finalize in dynamic types as well.
10352
10353 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
10354
10355         * culture-info-table.h : fixed currency format for en-GB (and so on).
10356
10357 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
10358
10359         * gc.c: ensure the GC handles never have 0 as a value.
10360
10361 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10362
10363         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
10364         a pointer to a struct to unmanaged code. Fixes #72625.
10365
10366 2005-02-16  Martin Baulig  <martin@ximian.com>
10367
10368         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
10369
10370 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10371
10372         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
10373
10374 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
10375
10376         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
10377
10378         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
10379         UnmanagedFunctionPointerAttribute, use it for determining calling convention
10380         etc. Fixes #71471.
10381
10382         * reflection.c (mono_custom_attrs_get_attr): New helper function.
10383
10384         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
10385
10386 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
10387
10388         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
10389         changes to make the current context a field in MonoThread.
10390
10391 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
10392
10393         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
10394         the last change.
10395         
10396         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
10397         extracted from mono_marshal_get_native_wrapper.
10398
10399         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
10400         to create wrappers around native functions.
10401
10402         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
10403         delegates for arbitrary function pointers. Fixes #71472.
10404
10405 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
10406
10407         * threads.c: cleaned up the code a little.
10408
10409 2005-02-15  Martin Baulig  <martin@ximian.com>
10410
10411         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
10412         the data table.
10413
10414         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
10415         allocate larger chunks if needed.
10416
10417 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
10418
10419         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
10420         in by mistake.
10421
10422 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
10423
10424         * domain.c: keep the domains in an array and ensure the domain ids
10425         are kept small, so they can be used as indexes to domain-specific data
10426         with a small memory overhead.
10427
10428 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
10429
10430         * icall.c: Handle byref types in Type icalls. Fixes #72544.
10431
10432 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
10433
10434         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
10435
10436 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
10437
10438         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
10439
10440         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
10441         values.
10442
10443         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
10444         
10445 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
10446
10447         * domain-internals.h: add the hashtable here.
10448
10449         * class-internals.h: Remove `info' from MonoMethod
10450
10451         * domain.c: Add a new hashtable, jit_trampoline_hash
10452
10453 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
10454
10455         * object.c: don't set the value of static fields
10456         (fixes bug#72494).
10457
10458 2005-02-11  Martin Baulig  <martin@ximian.com>
10459
10460         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
10461         (mono_debug_add_method): Silently ignore the method if it's too big.
10462         (mono_debug_add_type): Likewise.
10463
10464 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
10465
10466         * threads.c, appdomain.c: remove #ifdefs from the code.
10467
10468 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
10469
10470         * metadata-internals.h: Added flags to MonoAssembly to cache the most
10471         common security informations. This allows us to stay in unmanaged code
10472         when doing LinkDemand and it's special cases (except for the first 
10473         time for initialization). The flags a very much used with --security.
10474         * reflection.c|h: Added code to get declarative security attributes 
10475         for LinkDemand and InheritanceDemand. This required to refactor the
10476         existing code for Demand.
10477         * security-manager.c|h: Added new method fields for the special cases
10478         of LinkDemand.
10479
10480 2005-02-10  Martin Baulig  <martin@ximian.com>
10481
10482         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
10483         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
10484
10485 2005-02-10  Martin Baulig  <martin@ximian.com>
10486
10487         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
10488         debugging code; this is almost a complete rewrite.
10489
10490         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
10491
10492 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10493
10494         * domain.c, object.h: expose mono_string_equal () and 
10495         mono_string_hash ().
10496         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
10497         it's implemented in managed code.
10498
10499 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10500
10501         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
10502         lo leak objects between appdomains.
10503
10504 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10505
10506         * assembly.c: old compilers compilation fix from 
10507         robertj@gmx.net (Robert Jordan).
10508
10509 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
10510
10511         * class-internals.h: Little reminder for the future.
10512
10513         * debug-helpers.c: Fix up wrapper_type_names
10514
10515 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10516
10517         * image.c, metadata-internals.h: when loading an image from a file,
10518         mmap all of it and use the same codepaths as when using a
10519         in-memory image: the code is simpler and we use less memory
10520         (both writable and readonly).
10521
10522 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
10523
10524         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
10525         API to alloc runtime data structures that need to be tracked by the
10526         GC and contain pointers.
10527         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
10528         make the code more readable and eventually use a different GC.
10529
10530 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
10531
10532         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
10533         for out arguments.
10534         
10535 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
10536
10537         * object.c: In release_type_locks(), don't release the cctor lock
10538         if it has already been released. This fixes a crash in the
10539         thread5 test.
10540
10541 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10542
10543         * gc.c, marshal.c, icall.c: register a delegate for finalization
10544         only when the native function pointer has been allocated for it.
10545
10546 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
10547
10548         * object.c: cleaned up some code, allocate objects that are
10549         pointer free with the atomic malloc variant. Allocate memory
10550         for static data from the mempool if it's pointer-free.
10551         Allocate the bounds array at the end of the array data, when needed.
10552         * object-internals.h, object.h: move a private function in a private
10553         header.
10554         * class.c: handle missing case in tracking references in fields.
10555
10556 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
10557
10558         * class.c, class-internals.h: keep track if a type has
10559         reference fields in either the instance or static fields.
10560
10561 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
10562
10563         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
10564         and renamed to MonoRuntimeInfo. Added fields to store the expected
10565         framework assembly version. Changed mono_get_framework_version and
10566         mono_get_runtime_version for a single mono_get_runtime_info method.
10567         
10568         * assembly.c: Added method to remap system assembly versions to the
10569         current executing runtime version. Removed old mapping code.
10570         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
10571         
10572         * icall.c, reflection.c: Track api changes.
10573
10574 2005-02-06  Miguel de Icaza  <miguel@novell.com>
10575
10576         * loader.c (method_from_memberref): Improve error reporting,
10577         produce the class name instead of the typeref/typedef index. 
10578
10579 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
10580
10581         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
10582
10583 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
10584
10585         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
10586         stdcall and charset name mangling.  Reorganize the code and add
10587         some tracing stuff.
10588
10589 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
10590
10591         * monodiet.c: More iters!
10592
10593         * marshal.c: Iter usage.
10594
10595         * icall.c: Iter usage.
10596
10597         * object.c: Use iters.
10598
10599         * debug-helpers.c: More iters
10600
10601 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
10602
10603         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
10604         under win32.
10605
10606 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
10607
10608         * mono-debug-debugger.c: use iters
10609
10610         * class.c, class-internals.h: mono_class_setup_events is static
10611         now
10612
10613         * All callers: use iters
10614
10615 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
10616
10617         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
10618         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
10619
10620 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
10621
10622         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
10623
10624         * marshal.h: Add prototypes for ldfld/stfld_remote.
10625
10626         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
10627         this is called during startup.
10628         
10629 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
10630
10631         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
10632         MonoThreadsSync struct private in monitor.c. Changed the way
10633         MonoThreadsSync is allocated so it's faster and there is no
10634         need to keep track of it with a finalizer and it uses less memory.
10635         This also finally allows us to allocate mono objects as ptrfree when
10636         there are no reference fields.
10637
10638 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
10639
10640         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
10641         disappearing link to the GC interface and use them to simplify
10642         the gchandles code.
10643
10644 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
10645
10646         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
10647         stfld_remote which call mono_load/store_field_new. This allows methods
10648         calling ldfld/stfld wrappers to be AOTed.
10649
10650         * console-io.c: Include sys/filio.h under solaris.
10651         
10652         * console-io.c: Include curses.h if needed correctly.
10653
10654 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
10655         
10656         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
10657         method->klass as well.
10658
10659         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
10660
10661         * class.c (mono_class_init): Switch on lazy initialization of 
10662         methods.
10663
10664         * class.c (mono_class_get_finalizer): Handle the case when the 
10665         finalizer is inherited.
10666
10667 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10668
10669         * console-io.c: <curses.h> is needed by term.h on solaris.
10670
10671 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
10672
10673         * icall.c, class-internals.h, monodiet.c, class.c: Remove
10674         mono_class_setup_properties where possible. Remove this ftn from
10675         the header file, and make it static.
10676
10677 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
10678
10679         * loader.c: Add missing setup_... call.
10680
10681         * class.c: Add missing setup_... calls.
10682
10683         * class.c (mono_class_init): Switch on lazy initialization of 
10684         the generic vtable.
10685         
10686         * class.c (mono_class_init): Fix generics broken by the recent changes.
10687
10688         * monodiet.c (handle_type): Add missing setup_... calls.
10689
10690         * class.c: Back out garbage in previous patch.
10691         
10692         * class.c: Add missing setup_... calls.
10693
10694         * class.c (mono_class_get_method_from_name_flags): Avoid calling
10695         mono_class_setup_methods () if possible.
10696
10697         * class-internals.h (MonoClass): Add 'has_cctor' flag.
10698
10699         * class-internals.h (MonoCachedClassInfo): New structure.
10700
10701         * class.c: Initialize properties and events fields of MonoClass lazily.
10702
10703         * class.c: Add infrastructure for lazily initializing the methods and
10704         vtable fields of MonoClass. Not yet used.
10705
10706         * class.c (mono_class_get_finalizer): New helper function.
10707
10708         * class.c: Add infrastructure for loading some class related data from
10709         an AOT file.
10710
10711         * object.c: Add infrastructure for initializing the vtable from data
10712         in the AOT file.
10713
10714         * gc.c (run_finalize): Use mono_class_get_finalizer ().
10715
10716         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
10717         appropriate initialization function before accessing parts of the
10718         MonoClass structure.
10719
10720         * marshal.c: Fix warnings.
10721         
10722         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
10723
10724         * mono-debug-debugger.c (get_exception_message): Use 
10725         mono_class_get_method_from_name_flags ().
10726
10727 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
10728
10729         * reflection.c, appdomain.c: Replace a few manual searches that
10730         Zoltan missed. (Paolo approved this part of my initial patch).
10731
10732 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
10733
10734         * profiler.c: disable recording statistical events at report time.
10735
10736 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10737
10738         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
10739         to byteswap arrays of enum values, too (bug #72080).
10740
10741 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
10742
10743         * appdomain.c (set_domain_search_path): Allow this to be called if
10744         domain->setup is not yet set.
10745
10746         * loader.c (mono_method_get_index): New helper function.
10747
10748         * loader.c reflection.c: Use mono_method_get_index ().
10749
10750         * class.c (mono_class_get_method_from_name_flags): New helper method.
10751
10752         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
10753         this.
10754
10755         * class.c (mono_class_get_cctor): New helper method.
10756
10757         * string-icalls.c object.c class.c marshal.c reflection.c: Use
10758         mono_class_get_method () to look up methods.
10759
10760 2005-02-01  Miguel de Icaza  <miguel@novell.com>
10761
10762         * console-io.c: Fix the build, this should work on Windows.
10763
10764 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
10765
10766         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
10767         be set to null to keep things valid
10768
10769 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10770
10771         * icall.c: added Console 2.0 icalls.
10772         * Makefile.am: added console-io.[ch]
10773         * console-io.[ch]: internal calls for Console 2.0 API.
10774
10775 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10776
10777         * class.c: make sure we consider all the interfaces
10778         when calculating max_interface_id (bug found by
10779         Jeroen Frijters running ikvm).
10780
10781 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
10782
10783         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
10784         valuetype fields to null.
10785
10786         * object.c (set_value): Ditto. Fixes #71669.    
10787
10788 2005-01-31  Martin Baulig  <martin@ximian.com>
10789
10790         * metadata.c (mono_metadata_has_generic_params): New public
10791         function; checks whether something is a generic method.
10792
10793 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
10794
10795         * appdomain.c: fix infinite recursion when adding assemblies.
10796
10797 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
10798
10799         * object.c: Fix small typo to return all items for Environment.
10800         GetCommandLineArgs.
10801
10802 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10803
10804         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
10805         reflection.c: more domain and assembly-unload related fixes
10806         and memory leaks plugs.
10807
10808 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
10809
10810         * 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.
10811
10812 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
10813
10814         * loader.c (mono_method_signature): Make this method lazy
10815         (mono_get_method_from_token): Don't computate the signature here.
10816
10817         Doing this saves quite a bit of memory. I got 90 kb on starting up
10818         monodoc. It should also save some disk reads on startup.
10819
10820         * *: MonoMethod->signature might be NULL now. You *MUST* use
10821         mono_method_signature.
10822
10823 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
10824
10825         * object.c (mono_runtime_get_main_args): Return an array from the
10826         current domain here. Fixes #71938.
10827
10828 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
10829
10830         * monitor.c: formatting changes to comply with the
10831         mono coding style and remove #ifdefs from the code.
10832
10833 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
10834
10835         * metadata.c, private.h: remove some unneeded data
10836         and use a more compact representation for table schemas.
10837
10838 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
10839
10840         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
10841         to get a better distribution in hash tables.
10842         * *.c: use mono_aligned_addr_hash() where appropriate.
10843         * assembly.c: make var static.
10844
10845 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
10846
10847         * domain-internals.h: Put MonoJitInfo on a diet.
10848
10849         * domain.c: Fix a warning.
10850
10851 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10852
10853         * gc.c: rework the gc handles code to reuse handles
10854         when freed.
10855
10856 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
10857
10858         * domain.c: fixed long standing bug in mono_string_equal() which
10859         was brought to light with the ldstr changes.
10860
10861 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
10862
10863         * reflection.c: Remove warning by adding missing include for marshal.h
10864
10865 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10866
10867         * domain.c, object.c: change the ldstr_table to hold
10868         MonoString* as keys: makes the runtime isinterned lookup
10869         faster and simplifies memory management.
10870
10871 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
10872  
10873         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
10874         possible to add imperative security checks before calling the icall.
10875         * reflection.c: Return security attributes on the original MonoMethod
10876         (and not the wrapped one). This fix permissions on icalls.
10877
10878 2005-01-25  Dick Porter  <dick@ximian.com>
10879
10880         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
10881         the check for mktime() support actually test the mktime() return
10882         value.  "Fixes" bug 71682, though the output is still different to
10883         MS.
10884
10885 2005-01-25  Martin Baulig  <martin@ximian.com>
10886
10887         * class.c (mono_class_is_assignable_from): Make this work for
10888         generic instances.
10889
10890 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
10891
10892         * marshal.c (mono_string_utf8_to_builder)
10893         (mono_string_builder_to_utf16): We might not have ownership of the
10894         string. In thise case, we need to create a new buffer.
10895
10896         * object-internals.h (mono_stringbuilder_capacity): sb->str might
10897         be null, in which case, use the default capacity.
10898
10899 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10900
10901         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
10902         GC events to the profiler.
10903
10904 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
10905
10906         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
10907         if you don't want the GC to run.
10908
10909 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
10910
10911         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
10912         start providing a GC API and keeping different implementations in
10913         their own file.
10914         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
10915
10916 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
10917
10918         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
10919         mmap rather than allocating a huge buffer.
10920         (mono_debug_close_mono_symbol_file): Free the buffer allocated
10921         above.
10922
10923 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
10924
10925         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
10926         and CheckExecutionRights.
10927         * reflection.c|h: Keep the index of the declarative security to be 
10928         used, instead of the pointer, when AOT compiler is used. Also add 
10929         class initialization when requesting demands.
10930         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
10931         CheckExecutionRights. Both properties are now FALSE by default, and
10932         unmodifiable, unless the --security option is used.
10933
10934 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
10935
10936         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
10937         reflection.c: properly refcount images and assemblies, many leaks fixed.
10938
10939 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10940
10941         * threadpool.c: increase the timeout for threads in the thread pool to
10942         10s.  Fixes bug #67159.
10943
10944 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
10945
10946         * class-internals.h: Sun's compiler insists on explicit
10947         signed on bit fields to handle then correctly.
10948
10949 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
10950
10951         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
10952         Make the size of the array fit only the number of invalid path
10953         chars that we have.
10954
10955         * class.c (_mono_class_get): Improve the error reporting when a
10956         class referenced is not found, to assist debugging. 
10957
10958 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
10959
10960         * threads.c: fix off-by-one error.
10961         * domain.c: free data allocated in the domain.
10962
10963 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
10964
10965         * reflection.c (mono_method_body_get_object): Fill out exception info
10966         as well.
10967
10968         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
10969         structure.
10970         
10971 2005-01-19  Martin Baulig  <martin@ximian.com>
10972
10973         * loader.c (mono_get_method_constrained): Make this work again.
10974
10975 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
10976
10977         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
10978         guint16 to match the managed side.
10979
10980         * reflection.c (mono_reflection_body_get_object): Fill out local
10981         variables array.
10982
10983         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
10984         as well.
10985
10986         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
10987         'local_var_sig_token'.
10988
10989 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
10990
10991         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
10992         System.Drawing.
10993
10994         * reflection.c (mono_method_body_get_object): Handle abstract and
10995         runtime methods.
10996
10997 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
10998
10999         * marshal.c, loader.c, class-internals.h, reflection.c:
11000         store the emthod data for a wrapper in an array instead of a list.
11001
11002 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
11003
11004         * marshal.c: change the code to allocate memory more
11005         conservatively for method wrappers.
11006
11007 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
11008
11009         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
11010         fields from MonoClass to the marshal info structure where they belong.
11011
11012 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11013
11014         * class.c, object.c, class-internals.h, marshal.c: rearrange
11015         some fields and tweak some types to lower memory usage.
11016
11017 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
11018
11019         * threads.c (signal_thread_state_change): Handle the case when the
11020         target thread is the current thread.
11021
11022         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
11023
11024         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
11025         emit_ptr_to_object_conv. 
11026
11027         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
11028         marshalling. Fixes #71352.
11029
11030 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11031
11032         * metadata.h, blob.h: move table enum to blob.h so it can be included
11033         in any header.
11034         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
11035         cut the size of MonoImage/MonoDynamicImage.
11036
11037 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
11038
11039         * profiler.c (mono_profiler_install_simple): Fix default arguments.
11040
11041 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
11042
11043         * reflection.c, reflection.h, icall.c: add a function to check
11044         if an attribute type is defined for a metadata object.
11045
11046 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
11047
11048         * object-internals.h: Added some needed fields from StringBuilder class.
11049         * marshal.c: Set the maxCapacity when creating a StringBuilder.
11050
11051 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
11052
11053         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
11054         threads before shutting down the runtime.
11055
11056         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
11057
11058 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11059
11060         * object-internal.h, threads.c: implement stacksize and 
11061         parameterized thread start functionality (requires
11062         matching corlib). Marked broken code for later removal.
11063
11064 2005-01-12  Martin Baulig  <martin@ximian.com>
11065
11066         * class-internals.h (MonoGenericClass): Moved the `initialized'
11067         flag to MonoDynamicGenericClass, removed `init_pending'.
11068         (MonoGenericInst): Added `is_reference' flag.
11069
11070 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
11071
11072         * reflection.c (mono_image_create_pefile): Only set the pe_offset
11073         inside the MSDOS header. Fixes #71201.
11074
11075         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
11076         gc thread.
11077         (mono_domain_finalize): Ditto.
11078
11079 2005-01-12  Martin Baulig  <martin@ximian.com>
11080
11081         * class.c (mono_get_shared_generic_class): Use the cache for
11082         non-dynamic generic classes.
11083
11084         * class-internals.h (mono_class_create_generic_2): Removed
11085         function prototype, this function is now static inside class.c.
11086
11087         * class.c (mono_class_create_generic_2): Made this static, only
11088         call it from mono_class_init() and mono_class_setup_parent().
11089         (collect_implemented_interfaces_aux): Call mono_class_init() on
11090         the interfaces we collect.
11091         (mono_class_setup_vtable): Call mono_class_init (class->parent).
11092
11093 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11094
11095         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
11096         it a real thread handle.
11097
11098         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
11099         MonoJitExceptionInfo, since each catch clause needs its own variable.
11100         
11101 2005-01-11  Dick Porter  <dick@ximian.com>
11102
11103         * image.c (mono_pe_file_open): New variant on mono_image_open()
11104         that does not set up the CLI metadata; used for FileVersionInfo so
11105         it can get the data for windows binaries too.
11106         
11107         * process.c (process_read_string_block): Don't read off the end of
11108         the StringTable block.
11109
11110         These both fix bug 70766.
11111
11112 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
11113
11114         * gc.c: set some fields to NULL at GC cleanup time.
11115         * threads.c: if we quit the main thread, call exit ().
11116
11117 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11118
11119         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
11120
11121 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
11122
11123         * threads.h, threads.c, object.c: added accessor and settor for
11124         main_thread. Handle it specially when exiting from it: wait
11125         for other foreground threads to exit.
11126
11127 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
11128
11129         * process.c, verify.c: remove some bloat.
11130
11131 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
11132
11133         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
11134         the calling convention to cdecl under win32.
11135
11136 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
11137
11138         * object.c (mono_object_get_size): New function to get the size of
11139         an object instance.
11140
11141         * profiler.c (simple_allocation): Use above.
11142
11143 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
11144
11145         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
11146         ves_icall_System_AppDomain_getRootDomain (as it's not required to
11147         get an appdomain by it's id and we can't assume the root's id is 0).
11148         * domain-internals.h: Change the function prototype to match.
11149         * icall.c: Change the icall table for AppDomain.
11150
11151 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
11152
11153         * locales.c (string_invariant_compare_char): Only compute
11154         GUnicodeTypes in the case where we need them.  Test for ordinality
11155         first and return if so.
11156
11157         From the commit:
11158
11159                 /*
11160                  * FIXME: here we must use the information from c1type and c2type
11161                  * to find out the proper collation, even on the InvariantCulture, the
11162                  * sorting is not done by computing the unicode values, but their
11163                  * actual sort order.
11164                  */
11165
11166 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
11167
11168         * loader.c: for P/Invoke methods, allow the "Internal" shared
11169         library name to refer to the calling process symbol namespace.
11170
11171 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
11172
11173         * Makefile.am: Add the security manager to the build.
11174         * security-manager.c|h: New. Initialization of the security manager.
11175
11176 2005-01-07  Dick Porter  <dick@ximian.com>
11177
11178         * threads.c: 
11179         * monitor.c: Update thread state during Monitor and WaitHandle
11180         waits.  Fixes bug 71031.
11181
11182 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
11183
11184         * reflection.c (property_encode_signature): Correctly handle when the
11185         property has no methods.
11186
11187 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
11188
11189         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
11190         
11191         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
11192         fields from mb, not rmb. Fixes #71017.
11193
11194         * marshal.c (emit_ptr_to_str_conv): Add support for 
11195         ByValTStr -> string conversion. Fixes #71015.
11196
11197         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
11198
11199         * mempool.c (mono_mempool_contains_addr): New helper function.
11200
11201 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11202
11203         * metadata.c (mono_metadata_compute_size): Fix size calculation of
11204         HasSematics encoded fields.
11205         
11206         * metadata.c (mono_type_to_unmanaged): Improve error message for 
11207         invalid string marshalling.
11208
11209         * metadata.c: Fix warnings.
11210         
11211 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11212
11213         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
11214         profiler support.
11215
11216 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11217
11218         * domain.c object.c domain-internals.h: Revert part of r38077 since the
11219         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
11220         tests.
11221
11222 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
11223
11224         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
11225         so methods containing these can be AOTed.
11226
11227 2005-01-03  Martin Baulig  <martin@ximian.com>
11228
11229         * loader.c (find_method): Removed the hack for generic instances.
11230         (method_from_memberref): If our parent is a generic instance, pass
11231         its generic type definition to find_method() and then inflate the
11232         method.
11233         (mono_get_method_constrained): Pass the generic type definition to
11234         find_method() and inflate the method later.
11235
11236         * class-internals.h (MonoStats): Added `generic_class_count'.
11237
11238         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
11239         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
11240
11241         * reflection.c (mono_custom_attrs_from_params): Don't ignore
11242         generic type definitions.
11243
11244 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
11245
11246         * loader.c icall.c: Fix warnings.
11247
11248 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
11249
11250         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
11251         blittable types. Fixes #70864.
11252
11253 2004-12-29  Martin Baulig  <martin@ximian.com>
11254
11255         * icall.c
11256         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
11257
11258         * reflection.c (mono_method_get_object): Create a
11259         "System.Reflection.MonoGenericMethod" for inflated methods; don't
11260         call mono_get_inflated_method().
11261
11262         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
11263
11264 2004-12-27  Martin Baulig  <martin@ximian.com>
11265
11266         * class-internals.h (MonoMethod): Added `is_inflated' flag.
11267         (MonoMethodInflated): Added `inflated' field.
11268
11269         * class.c (mono_class_inflate_generic_method): Don't really
11270         inflate the method here; just set the `is_inflated' flag in the
11271         MonoMethod.
11272         (mono_class_get_inflated_method): Actually inflate the method here
11273         if it's not already inflated; we use the MonoMethodInflated's new
11274         `inflated' field as a cache.
11275
11276 2004-12-26  Martin Baulig  <martin@ximian.com>
11277
11278         * class.c
11279         (inflate_generic_class): Moved some code out of inflate_generic_type().
11280         (mono_class_inflate_generic_method): If we're already inflated,
11281         inflate the context and use the declaring method; ie. make sure
11282         the declaring method of an inflated method is always the generic
11283         method definition.
11284         (mono_class_create_from_typedef): Create
11285         `class->generic_container->context->gclass'.
11286
11287 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
11288
11289         * metadata-internals.h, marshal.c, reflection.c: More
11290         MonoGHashTable->GHashTable.
11291
11292         * domain-internals.h, class.c: Change MonoGHashTable's into
11293         GHashTables for some cases where no gc stuff is used
11294
11295         All users: update apis
11296
11297 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
11298
11299         * metadata.c (builtin_types): Make this `const'. Makes this get
11300         put into the shareable section.
11301         (mono_metadata_init): Casts to make gcc happy.
11302
11303 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
11304
11305         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
11306
11307 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
11308
11309         * icall.c: Added an internal call to retrieve the position and length
11310         of assembly-level declarative security attributes (RequestMinimum, 
11311         RequestOptional and RequestRefuse). This is used by the Assembly class
11312         to re-create the corresponding permission sets.
11313
11314 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
11315
11316         * marshal.c: fix the stelemref wrapper to be type correct
11317         (and faster).
11318
11319 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
11320
11321         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
11322         to do key & 0x7fffffff. Hashtable already does this. It just
11323         results in longer code.
11324
11325 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
11326
11327         * appdomain.c: Bump corlib version.
11328         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
11329         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
11330         * reflection.c|h: Add functions to get declarative security infos
11331         (blob position and length) for assemblies, classes and methods.
11332
11333 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
11334
11335         * reflection.c: sort the constant table (bug #70693).
11336
11337 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
11338
11339         * object-internals.h, threads.c, domain.c: add accessors for
11340         the MonoThread and MonoDomain tls keys.
11341
11342 2004-12-18  Martin Baulig  <martin@ximian.com>
11343
11344         * class.c (inflate_generic_type): If we're inflating a generic
11345         instance, set `ngclass->context->container = context->container';
11346         ie. the container we inflated into.
11347
11348         * metadata.c (mono_metadata_parse_generic_param): Reflect above
11349         inflate_generic_type() changes.
11350
11351 2004-12-17  Martin Baulig  <martin@ximian.com>
11352
11353         * class-internals.h
11354         (MonoGenericClass): Replaced `MonoType *generic_type' with
11355         `MonoClass *generic_class'.  Removed `dynamic_info'; if
11356         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
11357         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
11358
11359 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
11360
11361         * exception.c (mono_exception_from_token): New helper function.
11362
11363 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
11364
11365         * assembly.c (mono_assembly_load_with_partial_name): Call 
11366         mono_assembly_loaded before invoking the preload hooks. Fixes
11367         #70564.
11368
11369         * object-internals.h (MonoThread): Change culture_info and 
11370         ui_culture_info into an array.
11371
11372         * threads.c: Cache culture info objects from more than one appdomain.
11373
11374         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
11375         current UI culture.
11376
11377 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
11378
11379         * threads.h threads.c appdomain.c: Clear the culture_info field of
11380         all threads during unloading if they point to an object in the dying
11381         appdomain.
11382
11383 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
11384
11385         * culture-info.h (TextInfoEntry): New struct
11386         * object-internals.h: sync with managed
11387         * locales.c: fill the `text_info_data' field
11388         * culture-info-tables.h: update
11389
11390 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
11391
11392         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
11393         collector.
11394
11395 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
11396
11397         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
11398         (ves_icall_ModuleBuilder_getMethodToken): Ditto
11399
11400 2004-12-12  Martin Baulig  <martin@ximian.com>
11401
11402         * mono-debug-debugger.c (write_type): If we're an enum and the
11403         builtin types have already been initialized, call mono_class_init().
11404
11405 2004-12-11  Martin Baulig  <martin@ximian.com>
11406
11407         * metadata.c (mono_metadata_load_generic_params): Added
11408         `MonoGenericContainer *parent_container' argument; automatically
11409         compute `container->is_method'; pass the correct owner to
11410         get_constraints().      
11411
11412         * reflection.c (compare_genericparam): Sort the GenericParam table
11413         according to increasing owners. 
11414
11415 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
11416
11417         * profiler.c: allow disabling the default profiler.
11418
11419 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
11420
11421         * decimal.c, icall.c: allow disabling System.Decimal support.
11422
11423 2004-12-09  Marek Safar <marek.safar@seznam.cz>
11424
11425         * reflection.c: Add support for null attribute arguments.
11426
11427 2004-12-09  Martin Baulig  <martin@ximian.com>
11428
11429         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
11430         names to get rid of compiler warnings.
11431
11432 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
11433
11434         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
11435         mono_marshal_load_type_info (). Fixes #69625.
11436         (mono_marshal_get_ptr_to_struct): Likewise.
11437
11438 2004-12-08  Martin Baulig  <martin@ximian.com>
11439
11440         * mono-debug.h: Bumped version number to 47.
11441
11442         * mono-debug-debugger.c
11443         (mono_debugger_event_handler, mono_debugger_event): Take two
11444         guint64 arguments insteed of a gpointer and a guint32.  
11445
11446 2004-12-08  Martin Baulig  <martin@ximian.com>
11447
11448         * debug-mono-symfile.h
11449         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
11450         `address' to `native_offset'.
11451
11452 2004-12-08  Martin Baulig  <martin@ximian.com>
11453
11454         * class.c (mono_class_create_from_typespec): Only inflate if we
11455         either have `context->gclass' or `context->gmethod'.
11456
11457 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
11458
11459         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
11460
11461         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
11462
11463         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
11464
11465         * reflection.c (mono_assembly_get_object): Remove the workaround put
11466         in for the release.
11467         
11468         * appdomain.c: Use the corlib_internal field from MonoAssembly.
11469
11470         * appdomain.c: Bump corlib version.
11471
11472         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
11473         be visible in other appdomains.
11474
11475 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
11476
11477         * threads.c: Interlocked inc and dec for longs were messed up,
11478         use a KISS based impl for this. Fixes 70234
11479
11480 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
11481
11482         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
11483
11484 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
11485
11486         * icall.c: fix to follow policy not to allow struct
11487         arguments in icalls.
11488
11489 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11490
11491         * process.c: make the patch that handles spaces in file paths work
11492         on mono/windows too.
11493
11494 2004-12-06  Martin Baulig  <martin@ximian.com>
11495
11496         * class.c (mono_class_create_generic): Call
11497         mono_class_setup_supertypes() if we're dynamic.
11498         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
11499
11500 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
11501
11502         * object-internals.h: Add new fields to MonoThread.
11503
11504         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11505
11506         * icall.c threads-types.h threads.c: Add new icalls.
11507
11508         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
11509
11510         * object-internals.h (MonoReflectionAssembly): Sync object layout with
11511         managed side.
11512
11513         * appdomain.c: Bump corlib version.
11514
11515         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
11516         internal assemblies. Fixes #69181.
11517
11518 2004-12-05  Martin Baulig  <martin@ximian.com>
11519
11520         * class.c (mono_class_inflate_generic_signature): Make this a
11521         no-op if `context' is NULL or we don't have any type parameters;
11522         also copy `sentinelpos'.        
11523
11524 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
11525
11526         * image.c: Add unbox_wrapper_cache.
11527
11528         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
11529
11530         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
11531         function generator.
11532         
11533         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
11534         Fixes #70173.
11535
11536         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
11537         
11538 2004-12-04  Martin Baulig  <martin@ximian.com>
11539
11540         * loader.c (mono_method_get_signature_full): New public function;
11541         like mono_method_get_signature(), but with an additional
11542         `MonoGenericContext *' argument.
11543
11544         * class.c (mono_class_inflate_generic_signature): Formerly known
11545         as inflate_generic_signature(); make this public.
11546
11547 2004-12-04  Martin Baulig  <martin@ximian.com>
11548
11549         * metadata.c
11550         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
11551         instead of a `MonoGenericContainer *'.  
11552         (mono_metadata_parse_array_full): Likewise.
11553         (mono_metadata_parse_signature_full): Likewise.
11554         (mono_metadata_parse_method_signature_full): Likewise.
11555         (mono_metadata_parse_generic_inst): Likewise.
11556         (mono_metadata_parse_generic_param): Likewise.
11557         (mono_metadata_parse_mh_full): Likewise.
11558         (mono_type_create_from_typespec_full): Likewise.
11559
11560 2004-12-03  Martin Baulig  <martin@ximian.com>
11561
11562         * class-internals.h (MonoGenericContainer): Replaced the
11563         `MonoGenericContext * pointer with a `MonoGenericContext'
11564         structure and made it the first element.
11565
11566 2004-12-03  Martin Baulig  <martin@ximian.com>
11567
11568         * class.c
11569         (inflate_generic_type): Set the `context->container' when creating
11570         a new MonoGenericContext.
11571         (mono_class_inflate_generic_method): Likewise.
11572         (mono_class_create_from_typespec): Just use `context->container'
11573         to get the container.
11574
11575         * loader.c (method_from_methodspec): Set `context->parent' from
11576         `context->container' - and if that's a method container, use its
11577         parent.  Also set the `context->container' when creating a new
11578         MonoGenericContext.
11579         (mono_get_method_from_token): Use just `context->container' to get
11580         the container.
11581
11582         * metadata.c (do_mono_metadata_parse_generic_class): Also set
11583         `gclass->context->container'.
11584
11585         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
11586         the `context->container' when creating a new MonoGenericContext.
11587
11588 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
11589
11590         * reflection.c (compare_genericparam): Sort params with identical
11591         owner by their number. Fixes gen-111 on sparc.
11592
11593 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
11594
11595         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
11596         around the domain changes.
11597
11598         * appdomain.c (mono_domain_unload): Handle the case when the thread
11599         calling Unload is itself being aborted during unloading. Fixes #70022.
11600
11601         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
11602
11603         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
11604         checkpoint_func as an icall so it gets a wrapper.
11605         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
11606         in the cross-appdomain wrappers too.
11607
11608         * threads.c (mono_thread_has_appdomain_ref): Make this public.
11609
11610         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
11611
11612         * reflection.c: Fix some memory leaks.
11613         
11614 2004-12-02  Martin Baulig  <martin@ximian.com>
11615
11616         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
11617
11618         * metadata.c (generic_class_cache): New static hashtable.
11619         (mono_metadata_lookup_generic_class): New public method.
11620
11621 2004-12-02  Martin Baulig  <martin@ximian.com>
11622
11623         * class.c (mono_class_create_from_typedef): Call
11624         mono_class_setup_parent() and mono_class_create_mono_type() before
11625         parsing the interfaces.
11626
11627 2004-12-02  Martin Baulig  <martin@ximian.com>
11628
11629         * metadata.c (generic_inst_cache): New static hashtable.
11630         (mono_metadata_lookup_generic_inst): New public function.
11631         (mono_metadata_inflate_generic_inst): New public function.
11632         (mono_metadata_parse_generic_inst): New public function.
11633         (do_mono_metadata_parse_generic_class): Use the new
11634         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
11635         since this'll also use the cache.
11636
11637         * reflection.c (mono_reflection_bind_generic_method_parameters):
11638         Use mono_metadata_lookup_generic_inst() to use the new cache.
11639
11640         * class.c (inflate_mono_type): Use
11641         mono_metadata_inflate_generic_inst() to inflate a generic
11642         instance; this'll also use the new cache.
11643
11644         * loader.c (method_from_methodspec): Use
11645         mono_metadata_parse_generic_inst() and
11646         mono_metadata_inflate_generic_inst() rather than parsing it
11647         manually, so we can use the new cache.
11648
11649 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
11650
11651         * threads.c (wait_for_tids): Do not incorrectly free threads when 
11652         the wait times out.
11653
11654 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
11655
11656         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
11657         iter->args based on whether parameters are passed in registers (i.e.
11658         MONO_ARCH_REGPARMS is defined)
11659
11660 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
11661
11662         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
11663         the exception message. Fixes #70070.
11664         (method_from_methodspec): Fix warnings.
11665
11666 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11667
11668         * process.c: (complete_path) return the path quoted
11669
11670 2004-12-01  Martin Baulig  <martin@ximian.com>
11671
11672         * class-internals.h (MonoGenericInst): New structure.
11673         (MonoGenericClass): Replaced `type_argc', `type_argv' and
11674         `is_open' with `MonoGenericInst *inst'.
11675         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
11676         `is_open' with `MonoGenericInst *inst'.
11677
11678 2004-11-30  Martin Baulig  <martin@ximian.com>
11679
11680         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
11681
11682         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
11683         to `generic_class_cache'.
11684
11685         * metadata.c
11686         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
11687         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
11688         (mono_generic_inst_is_valuetype): Renamed to
11689         mono_generic_class_is_valuetype().
11690
11691         * class-internals.h
11692         (MonoGenericInst): Renamed to MonoGenericClass.
11693         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
11694         (MonoClass): Renamed `generic_inst' to `generic_class'.
11695         (MonoGenericContext): Renamed `ginst' to `gclass'.
11696
11697         * object-internals.h
11698         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
11699
11700         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
11701         mono_reflection_generic_class_initialize().
11702
11703         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
11704         now known as "System.Reflection.MonoGenericClass".
11705         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
11706
11707 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
11708
11709         * class-internals.h: Added a flag field to MonoClass to cache the
11710         declarative security attributes actions associated with the class.
11711         * domain-internals.h: Added booleans to MonoJitInfo to cache the
11712         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
11713         applicable to the JITted method.
11714         * reflection.c|h: Added functions to extract (as flags) which security
11715         actions are available (declaratively) for a method, class or assembly.
11716         * metadata.c|h: Added functions to search the declarative security
11717         table in the metadata.
11718         
11719 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
11720
11721         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
11722         EXPORTEDTYPES are already in the class name cache, so there is no
11723         need to add extra code here to look at them. Just removes a bit of
11724         cruft.
11725
11726         (ves_icall_System_Environment_get_TickCount): No need for #if
11727         WINDOWS. We already have the code in io-layer.
11728
11729 2004-11-28  Martin Baulig  <martin@ximian.com>
11730
11731         * loader.c
11732         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
11733         Fixes gen-112.cs.
11734
11735 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
11736
11737         * assembly.c (do_mono_assembly_open): Instead of having a
11738         conditional WITH_BUNDLE, incorporate support for bundles here, by
11739         having a global `bundles' variable holding a pointer to the actual
11740         bundles. 
11741
11742         (mono_register_bundled_assemblies): New API call used by the
11743         bundle code. 
11744
11745         See mkbundle.1 for details.
11746         
11747 2004-11-27  Martin Baulig  <martin@ximian.com>
11748
11749         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
11750         the vtable for generic methods.
11751
11752 2004-11-26  Martin Baulig  <martin@ximian.com>
11753
11754         * metadata.c
11755         (mono_metadata_generic_method_hash): New public function.
11756         (mono_metadata_generic_method_equal): Likewise.
11757
11758         * class-internals.h
11759         (MonoGenericContainer): Added `GHashTable *method_hash'.
11760
11761         * reflection.c (ReflectionMethodBuilder): Added
11762         `MonoGenericContainer *generic_container'.
11763         (reflection_methodbuilder_to_mono_method): Don't create a new
11764         MonoGenericContainer each time we're called.
11765         (mono_reflection_bind_generic_method_parameters): Use
11766         `container->method_hash' to cache the results so we don't create a
11767         different method if we're called several times with the same
11768         arguments.
11769
11770         * loader.c (method_from_methodspec): Use the new
11771         `container->method_hash' here, too.
11772
11773 2004-11-26  Martin Baulig  <martin@ximian.com>
11774
11775         * class.c (inflate_generic_signature): Correctly compute
11776         `res->has_type_parameters'.
11777         (mono_class_vtable): Use the `has_type_parameters' flag to
11778         determine whether we're a generic method.
11779
11780         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
11781
11782 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
11783
11784         * object.c (mono_runtime_run_main): Fix a small memory leak.
11785
11786 2004-11-25  Martin Baulig  <martin@ximian.com>
11787
11788         * class.c (set_generic_param_owner): Fixed the loop.
11789
11790 2004-11-25  Martin Baulig  <martin@ximian.com>
11791
11792         * object.c (mono_class_vtable): Don't create any JIT wrappers for
11793         generic methods.
11794
11795 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
11796
11797         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
11798         names. Fixes #69787.
11799
11800 2004-11-24  Martin Baulig  <martin@ximian.com>
11801
11802         * class.c (mono_class_create_generic_2): If we don't have a
11803         `ginst->parent', inflate `gklass->parent' to get our parent.
11804
11805 2004-11-24  Martin Baulig  <martin@ximian.com>
11806
11807         * reflection.c (compare_genericparam): Correctly sort the
11808         GenericParam table; fixes #69779.
11809
11810 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
11811
11812         * reflection.c: When writing a PE file, don't create a huge
11813         buffer in memory. Just write the arrays we have to the file.
11814         This reduces memory usage.
11815
11816         * metadata-internals.h: MonoDynamicStream pefile is no longer used
11817         globally.
11818
11819 2004-11-17  Martin Baulig  <martin@ximian.com>
11820
11821         * class.c (mono_class_init): Don't setup `class->parent' for
11822         dynamic instances; moved this to mono_class_generic_2().
11823         (mono_class_create_generic): Also set `klass->inited' for dynamic
11824         generic instances.
11825         (mono_class_create_generic_2): Don't do anything for dynamic
11826         generic instances.  Set `klass->parent' here and also call
11827         mono_class_setup_parent() here. 
11828
11829         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
11830         `MonoType *parent' argument; set `ginst->parent' before calling
11831         mono_class_create_generic_2(), so we set the correct parent.
11832
11833 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
11834
11835         * reflection.c: allow getting attributes from ModuleBuilder
11836         (used by ikvm).
11837
11838 2004-11-17  Martin Baulig  <martin@ximian.com>
11839
11840         * class.c (mono_class_create_from_typedef): If a type parameter is
11841         inherited from an outer class, set its owner to that class.
11842
11843 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
11844
11845         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
11846           for (int*) written size. This fixes bug #69592.
11847
11848 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
11849
11850         * icall.c: Added IsAuthenticodePresnet internal call.
11851         * image.c|h: New function that check a MonoImage for an Authenticode
11852         signature in the certificate PE data directory.
11853         * security.c|h: New internal call to ask the runtime if an 
11854         Authenticode signature seems referenced in the PE header.
11855
11856 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
11857
11858         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
11859
11860         * reflection.c (mono_image_create_pefile): Free the assembly streams
11861         after writing out the assembly file.
11862
11863         * object.c (mono_runtime_run_main): Fix small memory leak.
11864
11865         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
11866         property access modifiers. Fixes #69389.
11867
11868 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
11869
11870         * domain.c, object.c, object-internals.h, domain-internals.h,
11871         object.h, marshal.c: keep dynamic code info per domain.
11872
11873 2004-11-15  Martin Baulig  <martin@ximian.com>
11874
11875         * class.c (mono_type_get_name_recurse): Put type arguments in
11876         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
11877         see bug #68387.
11878
11879 2004-11-15  Martin Baulig  <martin@ximian.com>
11880
11881         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
11882         (mono_class_setup_vtable): When computing `the_cname' for a
11883         generic instance, don't include the namespace since we'd otherwise
11884         add it twice.
11885
11886 2004-11-15  Martin Baulig  <martin@ximian.com>
11887
11888         * class.c (mono_class_create_generic): Changed return type to void.
11889         (mono_class_create_generic_2): New public function; setup
11890         `class->method', `class->field' and `class->interfaces' here
11891         instead of in mono_class_init().
11892
11893         * class.h (mono_class_create_generic): Moved to class-internals.h.
11894
11895 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
11896
11897         * reflection.c (mono_image_create_pefile): take a file HANDLE.
11898         rather than writing to memory, write to this file. Right now,
11899         we are just writting into a buffer, and copying that. However
11900         we can avoid the buffer later.
11901
11902         (mono_dynamic_stream_reset): new function
11903
11904         * icall.c, object-internals.h: update for the above.
11905
11906 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
11907
11908         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
11909         have been using gc'd memory. First it is slower, unlikely
11910         the comment in the source code said, secondly, it increases
11911         our footprint to do it in the gc.
11912
11913         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
11914         the method so that it does not have to copy to managed code.
11915
11916 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
11917
11918         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
11919
11920 2004-11-12  Martin Baulig  <martin@localhost>
11921
11922         * reflection.c (mono_image_create_token): Allow generic method
11923         definitions here, since they may appear in an `.override'; see
11924         gen-98/gen-99 for an example.
11925
11926 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
11927
11928         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
11929         #69365.
11930
11931         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
11932         descriptive.
11933
11934 2004-11-11  Martin Baulig  <martin@ximian.com>
11935
11936         * class.c (mono_class_setup_vtable): In an explicit interface
11937         implementation, the method name now includes the arity.
11938
11939 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
11940
11941         * object.c (mono_array_full_copy): Fix warning.
11942
11943 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
11944
11945         * appdomain.c: Removed look_for_method_by_name(). Use the new method
11946         mono_class_get_method_from_name() instead.
11947         
11948         * class-internals.h: Added two new types of wrappers. 
11949         Added MonoRemotingTarget enum. Added new trampoline function type, which
11950         takes an additional MonoRemotingTarget value as parameter, so it is
11951         possible to request a trampoline for a specific target.
11952         
11953         * class.c: Added new mono_class_get_method_from_name() method.
11954         
11955         * class.h: In MonoRemoteClass, we can have now to vtables, one for
11956         general remoting sinks and one specific for cross domain calls.
11957         
11958         * debug-helpers.c: Added new wrapper names.
11959         
11960         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
11961         of a remote class.
11962         
11963         * image.c: Porperly delete value objects form the remoting invoke hashtable.
11964         
11965         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
11966         with several other methods (mono_marshal_get_xappdomain_dispatch,
11967         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
11968         and others) can generate a fast remoting wrapper for cross domain calls.
11969         More information can be found in docs/remoting.
11970         Other changes: Removed mono_find_method_by_name, and used
11971         mono_class_get_method_from_name instead.
11972         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
11973         is stored in the remoting invoke hashtable.
11974         
11975         * marshal.h: published the new method for getting the xdomain wrapper,
11976         and also added a method for getting the adequate wrapper for a given
11977         method and target.
11978         
11979         * object-internals.h, object.c: Added a couple of methods for capying and
11980         cloning arrays.
11981         Modified mono_install_remoting_trampoline, which takes the new remoting
11982         trampoline that has a remoting target as parameter.
11983         mono_class_proxy_vtable now also takes a remoting target as parameter, and
11984         will return the most suitable vtable for the target.
11985         Added mono_remote_class_vtable, which returns the vtable of a remote class
11986         (which can be the normal remoting vtable or the xdomain vtable).
11987         
11988         * threads.c: the xdomain invoke and dispatch wrappers must also be
11989         protected against interruptions.
11990
11991 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11992
11993         * icall.c: use memmove in BlockCopyInternal when the source and
11994         destination arrays are the same.
11995
11996 2004-11-09  Martin Baulig  <martin@ximian.com>
11997
11998         * class-internals.h (MonoGenericContainer): Removed `method' and
11999         `signature', replaced them with `is_method' and `is_signature'
12000         flags.  Added `context'.
12001
12002         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
12003         instead of a `MonoGenericContainer *'.
12004
12005         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
12006         for dynamic type parameters.
12007         (mono_metadata_load_generic_params): Setup `container->context'.
12008
12009         * reflection.c (mono_reflection_setup_generic_class): Setup
12010         `tb->generic_container->context'.
12011         (do_mono_reflection_bind_generic_parameters): Use
12012         mono_class_inflate_generic_type() to correctly inflate types,
12013         rather than using our own hack just for MONO_TYPE_VAR.
12014
12015 2004-11-09  Martin Baulig  <martin@ximian.com>
12016
12017         * class.c (mono_class_inflate_generic_method): Small fix; don't
12018         crash here.
12019
12020         * icall.c
12021         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
12022         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
12023         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
12024         (ves_icall_Type_BindGenericParameters): Likewise.
12025         (ves_icall_Type_get_IsGenericInstance): Likewise.
12026         (ves_icall_Type_GetGenericParameterPosition): Likewise.
12027         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
12028         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
12029         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
12030
12031 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
12032
12033         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
12034         assembly versions and public key tokens. Fixes #69113.
12035
12036 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
12037
12038         * metadata.c: fix bug introduced with the type cache changes
12039         on 2004-11-06.
12040
12041 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
12042
12043         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
12044         the MonoClass pointer instead of the token in exception clauses.
12045         * reflection.c: updates for the above and make the code not depend
12046         on the structure of MonoExceptionClause.
12047
12048 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
12049
12050         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12051         Add support for dynamic assemblies. Fixes #69114.
12052
12053         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
12054
12055 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
12056
12057         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
12058         since most only those methods use it. the code member of
12059         MonoMethodPInvoke was dead, so that can be removed too. Also,
12060         remove inline_count (again, not used), and move slot so that it
12061         can share bits with some other flags. This saves 8 bytes in the
12062         structure and gives us about 50 kb back for mcs helloworld.cs
12063
12064         * *.[ch]: Do naming changes for the above.
12065
12066         * loader.c (mono_method_get_header): Lazily init the header
12067         on first access.
12068         (mono_get_method_from_token): don't init the header here
12069         (mono_free_method): the header may never be allocated
12070
12071         Overall, this saves 150 kb of unmanaged allocations
12072         for mcs helloworld.cs. That accounts for 10% of the unmanaged
12073         memory at runtime.
12074         
12075         * loader.c, loader.h (mono_method_get_header): new accessor.
12076
12077         * *.[ch]: use the above method. Prepares us to lazily load
12078         the header.
12079
12080         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
12081         three warnings, which are actual bugs (see 69206).
12082
12083         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
12084         unused. Saves a cool 4 bytes / method.
12085
12086 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
12087
12088         * metadata.c (builtin_types): Add types for System.Object here.
12089         (mono_metadata_parse_type_full): Cache MonoType*'s that are
12090         for a class or valuetype from klass->this_arg or klass->byval_arg.
12091
12092         On mcs for a hello world, this gets us down from 21836 MonoType's
12093         to 14560.
12094
12095         (mono_metadata_free_type): Account for the above change.
12096
12097 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
12098
12099         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
12100         exception instead of asserting if name is null.
12101         (ves_icall_System_AppDomain_GetData): Ditto.
12102
12103 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
12104
12105         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
12106         EnumBuilder.
12107
12108         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
12109         Return NULL when the domain does not have entry_assembly set.
12110
12111         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
12112         Add a 'resource_modules' argument.
12113         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
12114
12115         * reflection.c (mono_reflection_create_runtime_class): Move setting
12116         of wastypebuilder here, so mono_get_type_object () returns a MonoType
12117         for enums too.
12118
12119         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
12120         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
12121         Throw an ArgumentNullException if 'ptr' is null.
12122
12123         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
12124         assemblies here. Fixes #69020.
12125
12126 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
12127
12128         * reflection.c (build_compressed_metadata): Fix the previous patch for
12129         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
12130         the stack.
12131
12132 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
12133
12134         * assembly.c (mono_assembly_names_equal): Allow a match if one of
12135         the cultures is false. Fixes #69090.
12136
12137         * reflection.c (build_compressed_metadata): Fix invalid memory read 
12138         detected by valgrind.
12139         
12140         * reflection.c (mono_reflection_get_type): Avoid triggering a 
12141         TypeResolve multiple times for the same type. Fixes #65577.
12142
12143 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
12144
12145         * marshal.c: Avoid using ldftn to call managed functions. It is
12146         much slower than just a call.
12147
12148         * reflection.c (mono_module_get_object): free the basename we
12149         allocate here from glib.
12150         
12151         * reflection.c (ensure_runtime_vtable): make sure to free
12152         overrides.  Also, we were allocating an array of MonoMethod not an
12153         array of MonoMethod*.
12154
12155         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
12156
12157         * image.c (mono_image_close): free image->guid here.
12158
12159 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
12160
12161         * reflection.c: Fix some spec conformance issues with the PE file
12162         structures so mcs compiled apps run on the Net 2.0 beta.
12163
12164 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
12165
12166         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
12167         Implement this. Fixes #67264.
12168
12169         * debug-helpers.h debug-helpers.c marshal.c: Move 
12170         mono_find_method_by_name to debug-helpers.c.
12171
12172 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
12173
12174         * object.c (mono_release_type_locks): type_initialization_hash is
12175         a GHashTable.
12176
12177         * reflection.c object.c object-internals.h: Fix warnings.
12178
12179         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
12180         without accessors. Fixes #61561.
12181
12182         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
12183         application base from the root domain if not set. Fixes #65641.
12184         (mono_runtime_init): Fix warning.
12185
12186 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12187
12188         * appdomain.c: call mono_thread_pool_init.
12189         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
12190         of worker threads based on the number of CPUs and the environment
12191         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
12192         for non-windows (windows) systems.
12193
12194 2004-10-27  Chris Toshok  <toshok@ximian.com>
12195
12196         * mono-debug-debugger.c (write_class): don't call mono_class_init
12197         here, as even with the check for (!klass->init_pending), we get
12198         into a situation where we're hitting cycles in class
12199         initialization.  Fixes #68816.
12200
12201 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
12202
12203         * image.c: Avoid overwriting values in the loaded_images_hash when an
12204         assembly is loaded multiple times. Fixes #61152.
12205
12206         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
12207         so multiple satellite assemblies for the same name can be loaded.
12208         Fixes #68259.
12209
12210         * mono_domain_assembly_preload: Actually return the loaded assembly, 
12211         not NULL.
12212
12213         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
12214         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
12215
12216         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
12217         pending finalizers are not invoked after the appdomain has been 
12218         unloaded. Fixes #67862.
12219
12220 2004-10-22  Martin Baulig  <martin@ximian.com>
12221
12222         * mono-debug-debugger.c
12223         (mono_debugger_runtime_invoke): Don't box valuetypes.
12224
12225 2004-10-22  Chris Toshok  <toshok@ximian.com>
12226
12227         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
12228         don't hide private methods.
12229
12230 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
12231
12232         * icall.c: Allows the runtime to "share" (when known) the public key
12233         token of an assembly. This avoid the need to recalculate the token 
12234         (from the public key) in managed code.
12235
12236 2004-10-21  Chris Toshok  <toshok@ximian.com>
12237
12238         * debug-helpers.c (append_class_name): argh, revert last patch.
12239         
12240 2004-10-21  Chris Toshok  <toshok@ximian.com>
12241
12242         * debug-helpers.c (append_class_name): use '+' as the delimiter,
12243         not '/', so that it matches what the debugger uses to look up
12244         methods.
12245
12246 2004-10-21  Martin Baulig  <martin@ximian.com>
12247
12248         * mono-debug-debugger.c (mono_debugger_throw_exception): New
12249         public method; this is called each time an exception is thrown and
12250         allows the debugger to use exception catch points.
12251
12252 2004-10-21  Martin Baulig  <martin@ximian.com>
12253
12254         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
12255         the stack pointer and the exception object in some struct and pass
12256         that to the debugger.
12257
12258 2004-10-21  Chris Toshok  <toshok@ximian.com>
12259
12260         * mono-debug-debugger.c (do_write_class): add instance/static
12261         event support.  We don't expose "raise" or "other" yet.
12262         (event_is_static): new method.
12263
12264 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
12265
12266         * mono-debug-debugger.c
12267         (mono_debugger_handle_exception): Remove
12268         bogus return value for fussy compilers.
12269
12270 2004-10-20  Martin Baulig  <martin@ximian.com>
12271
12272         * mono-debug-debugger.c
12273         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
12274         (mono_debugger_handled_exception): Likewise.
12275
12276 2004-10-20  Martin Baulig  <martin@ximian.com>
12277
12278         * mono-debug-debugger.h (MonoDebuggerEvent): Added
12279         MONO_DEBUGGER_EVENT_EXCEPTION.
12280
12281         * mono-debug-debugger.c (mono_debugger_handle_exception): New
12282         public function to send the debugger a notification for an
12283         exception and inform it about a catch/finally clause.
12284
12285 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
12286
12287         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
12288         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
12289         fix 2.95 build. 
12290
12291         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
12292
12293 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
12294
12295         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
12296         marshalled as [In,Out]. Fixes #58325.
12297
12298 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
12299
12300         * reflection.c (mono_method_body_get_object): Implement some fields.
12301
12302 2004-10-12  Martin Baulig  <martin@ximian.com>
12303
12304         * reflection.c (mono_reflection_bind_generic_parameters): Small
12305         fix, correctly retrieve our parent from a generic instance.
12306
12307 2004-10-12  Martin Baulig  <martin@ximian.com>
12308
12309         * metadata.c (mono_metadata_generic_param_equal): We always have
12310         an owner.
12311
12312         * class.c
12313         (mono_class_from_generic_parameter): We need to have an owner.
12314         (my_mono_class_from_generic_parameter): Likewise.
12315
12316         * reflection.c (mono_reflection_setup_generic_class): Renamed to
12317         mono_reflection_create_generic_class() and added a new
12318         mono_reflection_setup_generic_class().  
12319         (mono_reflection_initialize_generic_param): If we're a nested
12320         generic type and inherited from the containing class, set our
12321         owner to the outer class.
12322
12323 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
12324
12325         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
12326
12327         * reflection.c (mono_method_body_get_object): New function to create
12328         a MethodBody object.
12329
12330         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
12331
12332 2004-10-11  Martin Baulig  <martin@ximian.com>
12333
12334         * metadata.c (_mono_metadata_type_equal): Renamed to
12335         do_mono_metadata_type_equal() and made static.
12336
12337 2004-10-11  Martin Baulig  <martin@ximian.com>
12338
12339         * appdomain.c: Bump corlib version number to 28.
12340
12341 2004-10-10  Martin Baulig  <martin@ximian.com>
12342
12343         * class-internals.h
12344         (MonoGenericInst): Added `MonoGenericContainer *container'.
12345         (MonoGenericMethod): Likewise.
12346         (MonoGenericContext): Likewise.
12347         (MonoGenericParam): Added `MonoGenericContainer *owner'.
12348
12349         * metadata.c
12350         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
12351         (do_mono_metadata_parse_generic_inst): Likewise.
12352         (mono_metadata_parse_type_full): New public method.  This is the actual
12353         mono_metadata_parse_type() implementation - with an additional
12354         `MonoGenericContainer *' argument.
12355         (mono_metadata_parse_array_full): Likewise.
12356         (mono_metadata_parse_signature_full): Likewise.
12357         (mono_metadata_parse_method_signature_full): Likewise.
12358         (mono_metadata_parse_mh_full): Likewise.
12359         (mono_type_create_from_typespec): Likewise.
12360         (mono_metadata_interfaces_from_typedef_full): New public method;
12361         this is similar to the other _full() methods, but we take a
12362         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
12363         (mono_metadata_parse_generic_param): Take an additional
12364         `MonoGenericContainer *' argument and lookup the MonoGenericParam
12365         from that container.
12366         (mono_metadata_generic_param_equal): New static method to compare
12367         two type parameters.
12368         (_mono_metadata_type_equal): New static method; takes an
12369         additional `gboolean signature_only' argument - if true, we don't
12370         compare the owners of generic parameters.
12371         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
12372         with a TRUE argument - do a signature-only comparision.
12373
12374         * loader.c: Use the new _full() methods and pass the
12375         MonoGenericContainer to them.
12376
12377         * object-internals.h (MonoReflectionTypeBuilder): Added
12378         `MonoGenericContainer *generic_container' field.
12379         (MonoReflectionMethodBuilder): Likewise.
12380
12381 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
12382
12383         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
12384         case initial images of dynamic assemblies.
12385
12386         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
12387
12388         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
12389
12390         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
12391         length of event->other array.
12392         (typebuilder_setup_events): Ditto.
12393
12394         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
12395         'assembly_by_name' and add an 'assemblies' list.
12396
12397         * assembly.h assembly.c: Add a new search hook for determining whenever
12398         an assembly is already loaded. Use this instead of searching in the
12399         loaded_assemblies list.
12400
12401         * domain.c appdomain.c: Implement the new search hook so loaded 
12402         assemblies are now scoped by appdomain. Fixes #67727.
12403
12404 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
12405
12406         * threads.c (mono_thread_attach): Initialize synch_lock field so
12407         mono_thread_detach works again.
12408
12409         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
12410         'lib' too. Fixes #63130.
12411
12412 2004-10-06  Jackson Harper  <jackson@ximian.com>
12413
12414         * culture-info-tables.h: regenerated.
12415
12416 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
12417
12418         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
12419         implemented by other interfaces in the result. Fixes #65764.
12420         
12421         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12422         Handle unloadable modules without crashing.
12423
12424         * image.c (load_modules): Revert the previous patch since modules must
12425         have a fixed index inside the array.
12426         
12427         * image.c (load_modules): Don't include native modules in the modules
12428         array.
12429
12430 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
12431
12432         * reflection.h: Add param_defaults field.
12433
12434         * reflection.c: Add support for parameter defaults in dynamic methods.
12435         Fixes #64595.
12436
12437         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
12438         an empty string when a type has no namespace. Fixes #64230.
12439
12440 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
12441
12442         * tabledefs.h: Added "internal" security actions to support non-CAS
12443         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
12444         Note: they do not seems to be used anymore in 2.0 (new metadata format)
12445
12446 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
12447
12448         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
12449         constructor of abstract class. Fixes #61689.
12450
12451 2004-10-04  Martin Baulig  <martin@ximian.com>
12452
12453         * class-internals.h (MonoGenericContainer): New type.
12454         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
12455         `MonoGenericContainer *generic_container'.
12456         (MonoClass): Replaced `gen_params' and `num_gen_params' with
12457         `MonoGenericContainer *generic_container'.
12458
12459         * metadata.c (mono_metadata_load_generic_params): Return a
12460         `MonoGenericContainer *' instead of a `MonoGenericParam *';
12461         removed the `num' argument.
12462
12463 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
12464
12465         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
12466         for dynamic images.
12467
12468         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
12469         machine fields.
12470
12471         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
12472
12473         * reflection.c: Save pe_kind and machine values into the generated
12474         image file.
12475
12476         * appdomain.c: Bump corlib version number.
12477
12478         * object-internals.h: Reorganize layout of LocalBuilder.
12479
12480         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
12481         New helper function.
12482
12483         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
12484         created MonoType for dynamic types. Fixes #66180.
12485
12486 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
12487
12488         * threadpool.c: the ares hashtable needs a critical section around it.
12489         this prevents some nasty segfaults
12490
12491 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
12492
12493         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
12494         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
12495         bug 67324).
12496         
12497 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
12498
12499         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
12500         
12501 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
12502
12503         * image.c: Always canonicalize image file names, to avoid loading
12504         the same assembly twice when referenced using a relative path.
12505
12506 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
12507
12508         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
12509
12510         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
12511
12512         * marshal.c: Fix warnings.
12513
12514 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
12515
12516         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
12517         attempting to marshal the delegate_trampoline as the method_addr.
12518         This patch has a static hashtable of marshalled delegates so that 
12519         we can map delegate_trampoline addresses back to delegates.  This
12520         allows a delegate passed to managed code to be passed back into native
12521         code.  Fixes #67039
12522
12523 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
12524
12525         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
12526
12527         * reflection.c (method_encode_code): Align method headers properly.
12528         Fixes #66025.
12529
12530 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
12531
12532         * marshal.c: In the runtime invoke wrapper, reset the abort
12533         exception if it is cached. This avoids the automatic rethrowal of 
12534         the exception after the catch of the wrapper. Also check for pending
12535         interruptions before calling the managed method. This is done using
12536         the new method emit_thread_force_interrupt_checkpoint, since the
12537         normal checkpoint method is ignored when running the invoke wrapper.
12538         * object.c: If the abort exception is rethrown, set the abort_exc
12539         field of the thread, so it will be rethrown aftere every catch.
12540         * threadpool.c: Only run an interruption checkpoint if what has been
12541         requested is a stop of the thread (aborts will be ignored).
12542         * threads.c: By default, a thread will now never be interrumped while
12543         running the runtime invoke wrapper (this ensures that runtime_invoke
12544         will always return to the caller if an exception pointer is provided).
12545         There is a new special method mono_thread_force_interruption_checkpoint()
12546         to force an interruption checkpoint even if running a protected
12547         wrapper, which is used by the same runtime invoke wrapper to do a check
12548         at a safe point.
12549
12550 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
12551
12552         * object.c, object-internals.h: Implemented mono_release_type_locks,
12553         which releases the cctor locks held by a thread.
12554         * threads.c, threads.h: In thread_cleanup, release cctor locks held
12555         by a thread. Added mono_thread_exit() method to be used to safely stop
12556         a thread.
12557
12558 2004-09-28  Raja R Harinath  <rharinath@novell.com>
12559
12560         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12561         Move null check before dereference.  Avoid indexing beyond the end
12562         of the 'modules' array.
12563
12564 2004-09-28  Raja R Harinath  <rharinath@novell.com>
12565
12566         * metadata-internals.h (MonoImage): Add module_count field.
12567         * image.c (load_modules): Set image->module_count.
12568         (mono_image_load_file_for_image): Use image->module_count.
12569         * reflection.c (mono_image_load_module): Append to image->modules array 
12570         of dynamic assembly.
12571         (mono_module_get_object): Fix loop to actually increment index.
12572         Use image->module_count.
12573         * assembly.c (mono_assembly_load_references): Use image->module_count.
12574         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
12575         Likewise.
12576
12577 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
12578
12579         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
12580         Avoid assert on generic types.
12581
12582 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
12583
12584         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
12585
12586         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
12587
12588         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
12589         function to convert a MarshalSpec structure to its managed counterpart.
12590
12591         * reflection.c: Fix warnings.
12592         
12593         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
12594         field.
12595
12596         * icall.c (mono_create_icall_signature): Fix build.
12597
12598 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
12599
12600         * icall.c: Add MakePointType icall.
12601
12602         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
12603         warnings.
12604
12605 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12606
12607         * threadpool.c: reuse allocated slots in the queue.
12608
12609 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
12610
12611         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
12612
12613         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
12614
12615         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
12616         previous change.
12617
12618         * tabledefs.h: Add constants for pinvoke attributes BestFit and
12619         ThrowOnUnmappableChar.
12620
12621         * icall.c (ves_icall_Type_GetPacking): New icall.
12622
12623 2004-09-24  Martin Baulig  <martin@ximian.com>
12624
12625         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
12626
12627 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12628
12629         * appdomain.c:
12630         (mono_domain_set): allow setting a domain that is being unloaded.
12631         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
12632         being unloaded.
12633
12634 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
12635
12636         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
12637         the GetCustomAttributes icall.
12638
12639 2004-09-23  Martin Baulig  <martin@ximian.com>
12640
12641         * object-internals.h (MonoReflectionGenericParam): Replaced
12642         'has_ctor_constraint', `has_reference_type' and `has_value_type'
12643         with `guint32 attrs'.
12644
12645 2004-09-23  Martin Baulig  <martin@ximian.com>
12646
12647         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
12648
12649 2004-09-23  Martin Baulig  <martin@ximian.com>
12650
12651         * object-internals.h (GenericParameterAttributes): New enum.
12652
12653 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
12654
12655         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
12656         
12657         * class.c (init_events): Fill out event->other field.
12658
12659         * class.c: Fix warnings.
12660
12661         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
12662
12663 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
12664
12665         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
12666         walk which doesn't supply the IL offset.
12667
12668 2004-09-22  Martin Baulig  <martin@ximian.com>
12669
12670         * reflection.c (mono_reflection_setup_internal_class): If we're
12671         System.ValueType, System.Object or System.Enum, set
12672         `klass->instance_size' and create the vtable.
12673         (mono_reflection_create_internal_class): If we're an enum type,
12674         get the base class from our current corlib.
12675
12676 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
12677
12678         * reflection.h (MonoResolveTokenError): New type.
12679
12680         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
12681         icall.
12682
12683         * icall.c: Add an 'error' argument to the ResolveToken icalls.
12684
12685 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
12686
12687         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
12688         Support also calling constructors, but only for already allocated objects.
12689
12690 2004-09-17  Geoff Norton <gnorton@customerdna.com>
12691
12692         * reflection.c (type_get_qualified_name): If the klass is null
12693         return the typename to avoid a NullRefEx.
12694         (encode_cattr_value): Get the qualified name of the boxed type,
12695         not the underlying enumtype.  Fixes #62984.
12696
12697 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
12698
12699         * marshal.c: Fix problems with previous checkin.
12700
12701 2004-09-21    <vargaz@freemail.hu>
12702
12703         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
12704         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
12705
12706         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
12707
12708 2004-09-21  Geoff Norton <gnorton@customerdna.com>
12709
12710         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
12711         should only return a type for pointers, arrays, and passbyref types.
12712         Fixes bug #63841.
12713
12714 2004-09-21  Martin Baulig  <martin@ximian.com>
12715
12716         * domain.c (mono_debugger_check_runtime_version): New public
12717         function.
12718
12719         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
12720
12721 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
12722
12723         * reflection.c: Added missing sort to the declarative security 
12724         attributes table. MS implementation stops seeing the attributes if the
12725         token number regress in the table (as shown by ildasm and permview).
12726
12727 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
12728
12729         * object-internals.h (MonoReflectionModule): Add 'token' field.
12730         
12731         * reflection.c (mono_reflection_get_token): Add support for Module
12732         and Assembly.
12733         (mono_module_get_object): Set 'token' field.
12734         (mono_module_file_get_object): Set 'token' field.
12735
12736         * icall.c: Add new Assembly and Module icalls.
12737
12738         * appdomain.c: Bump corlib version.
12739
12740 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
12741
12742         * loader.h loader.c class.h class.c: Add helper functions for obtaining
12743         tokens of metadata objects.
12744
12745         * reflection.h reflection.c (mono_reflection_get_token): New function
12746         to obtain the token of a metadata object.
12747
12748         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
12749
12750 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
12751
12752         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
12753         
12754         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
12755
12756 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
12757
12758         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
12759         * object-internals.h: Added 3 MonoArray* members to MonoReflection
12760         AssemblyBuilder to access the permissions set in the class lib.
12761         * reflection.c: Added security attributes encoding step in 
12762         mono_image_build_metadata.
12763         * tabledefs.h: Added new security actions defined in 2.0:
12764         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
12765
12766 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
12767
12768         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
12769         macro parameter.
12770
12771 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
12772  
12773         * locales.c: nullify the ICU_collator member of CompareInfo when it is
12774           finalized. There where random SIGSEVs at program termination, when
12775           an object being finalized was trying to do a string comparison and
12776           the current culture was already finalized.
12777  
12778 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12779
12780         * threads.c: call thread_cleanup before finishing the thread if we get
12781         there.
12782
12783 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
12784
12785         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
12786         assemblies from the parent. Fixes #65665.
12787
12788 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
12789
12790         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
12791         modifiers.
12792
12793 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
12794
12795         * reflection.h: add prototype for mono_get_dbnull_object
12796         * reflection.c: add prototypes for get_default_param_value_blobs 
12797         and mono_get_object_from_blob for fussier compilers
12798
12799 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
12800  
12801         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
12802         false deadlock checks in class initialization.
12803  
12804 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
12805
12806         * image.c (mono_image_addref): Fix comment.
12807
12808         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
12809         possible.
12810
12811 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
12812
12813         * reflection.c (mono_param_get_objects): Modified to return
12814         ParameterInfo.DefaultValue object.
12815
12816         (get_default_param_value_blobs):
12817         (mono_get_object_from_blob):
12818         (mono_get_dbnull_object): New helper routines. 
12819
12820         * object.c (mono_get_constant_value_from_blob): New helper routine
12821         carved out from get_default_field_value ()
12822
12823         * object-internals.h (mono_get_constant_value_from_blob): Added
12824         function declaration.
12825
12826 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
12827
12828         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
12829         referenced assemblies. Fixes #62135.
12830
12831         * exception.h exception.c (mono_get_exception_file_not_found2): New
12832         helper function.
12833
12834 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
12835
12836         * class.h class.c: Add mono_type_get_underlying_type ().
12837
12838 2004-09-09  Geoff Norton <gnorton@customerndna.com>
12839
12840         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
12841         Fix GetTypes() to support dynamically created assemblies.
12842
12843 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
12844
12845         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
12846         
12847         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
12848         previous patch.
12849
12850         * reflection.h reflection.c loader.c: Allow dynamic construction of
12851         pinvoke methods. Fixes #65571.
12852         
12853         * reflection.c (mono_reflection_get_type): Revert previous change since
12854         it causes regressions.
12855
12856 2004-09-08  Martin Baulig  <martin@ximian.com>
12857
12858         * class.c (class_compute_field_layout): Don't call
12859         mono_class_layout_fields() for open generic instances.
12860
12861 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
12862         * threads.c appdomain.c: fix typo in GC macro
12863
12864 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12865
12866         * threads.c: don't call mono_thread_detach() in start_wrapper(),
12867         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
12868
12869 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
12870
12871         * image.c (mono_image_close): Applied patch from 
12872         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
12873         assembly is loaded multiple times from data.
12874         
12875         * image.c (mono_image_open): Fix warning.
12876
12877 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
12878
12879         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
12880         once. Fixes #58334.
12881         
12882         * reflection.c (mono_reflection_create_runtime_class): Initialize
12883         klass->nested_classes. Fixes #61224.
12884
12885 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
12886
12887         * threads.c: sched_yield() on exit, to allow threads to quit.
12888
12889 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
12890
12891         * object.c (mono_unhandled_exception): Remove leftover debug code.
12892
12893 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
12894
12895         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
12896
12897 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
12898
12899         * marshal.c (emit_marshal_array): Really null terminate string arrays.
12900         
12901         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
12902
12903 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
12904
12905         * marshal.c (emit_marshal_array): Null terminate string arrays.
12906         
12907         * marshal.c (raise_auto_layout_exception): Fix warning.
12908
12909         * reflection.c (mono_param_get_objects): Initialize the default value
12910         with DBNull.Value, not null. Fixes #62123.
12911
12912 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
12913
12914         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
12915         throw an exception with a cute explanation.
12916
12917 2004-09-06  Dick Porter  <dick@ximian.com>
12918
12919         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
12920         Close the new process's thread handle, as we don't use it.  The
12921         handle stays around forever otherwise.
12922
12923 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
12924
12925         * object.c (arith_overflow): Fix warning.
12926
12927         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
12928         calling conventions in method refs. Fixes #65352.
12929
12930         * reflection.c: Fix warnings.
12931
12932 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
12933
12934         * icall.c: Add a new icall for Array.Clear
12935
12936 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
12937
12938         * object.c: When allocating an array, we have to throw
12939         an overflow exception if any of the lengths are < 0.
12940
12941 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
12942
12943         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
12944         properly. Also move implementation of string array marshalling to 
12945         managed code. Fixes #42316.
12946
12947 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12948
12949         * assembly.c: provide more information when loading an assembly fails.
12950
12951 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12952
12953         * filewatcher.c: don't expect the development fam package to be
12954         installed.
12955
12956 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
12957
12958         * marshal.c: Make a copy of the signature cookie since it will be
12959         freed by the caller.
12960         
12961         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
12962
12963         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
12964
12965         * metadata.c (mono_metadata_free_marshal_spec): New function to free
12966         marshal specs.
12967
12968         * marshal.c: More refactoring.
12969         
12970         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
12971         smaller functions.
12972
12973 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
12974
12975         * object.c: In mono_message_invoke, fill the output parameter array after
12976           calling the managed method (it was done before the call). This fixes
12977           bug #59299.
12978
12979 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
12980
12981         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
12982         as well.
12983
12984 2004-09-02  Martin Baulig  <martin@ximian.com>
12985
12986         * class.c (mono_class_instance_size): Don't allow generic type
12987         definitions or open generic instances.
12988         (mono_class_array_element_size): If we're a value type, call
12989         mono_class_instance_size() on the original class.
12990
12991         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
12992         handle generic instances.
12993
12994         * mono-debug-debugger.c (write_type): Handle generic instances
12995         like classes.
12996
12997 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
12998
12999         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
13000         the allocation request fails. Fixes #65089.
13001
13002         * object.c (mono_runtime_free_method): Do not call mono_free_method.
13003         
13004         * object.c (mono_runtime_free_method): New function to free a dynamic
13005         method.
13006
13007         * marshal.c (mono_delegate_free_ftnptr): New function to free the
13008         delegate trampoline.
13009
13010         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
13011         with hasthis as dynamic,
13012
13013         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
13014
13015         * domain.c (mono_jit_info_table_remove): New function to remove an
13016         entry from the jit info table.
13017
13018         * class-internals.h (MonoMethod): Add 'dynamic' field.
13019
13020         * loader.c: Fix warnings.
13021
13022 2004-09-01  Martin Baulig  <martin@ximian.com>
13023
13024         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
13025         instead of mono_debugger_lock() because the latter one is a no-op
13026         unless running in the debugger.
13027
13028 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13029
13030         * class.c (class_compute_field_layout): Classes with auto-layout or
13031         reference fields are not blittable.
13032         
13033 2004-09-01  Dick Porter  <dick@ximian.com>
13034
13035         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
13036         mono_image_get_filename() to get the assembly location.
13037
13038         * icall.c:
13039         * metadata.h: Fix compile warnings
13040
13041 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13042
13043         * class.c (class_compute_field_layout): System.Object is blittable.
13044
13045         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
13046         as in/out. Fixes #59909.
13047
13048 2004-09-01  Martin Baulig  <martin@ximian.com>
13049
13050         * metadata.h (MONO_TYPE_ISREFERENCE): Call
13051         mono_metadata_generic_inst_is_valuetype() if we're a generic
13052         instance to check whether our underlying type is a reference type.
13053
13054 2004-09-01  Martin Baulig  <martin@ximian.com>
13055
13056         * metadata.c (mono_type_size): If we're a generic instance, call
13057         mono_class_value_size() for value types.
13058
13059 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
13060
13061         * marshal.c: Implement more custom marshalling functionality. Fixes
13062         #64915.
13063
13064 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
13065
13066         * mono-debug.c, debug-mono-symfile.c: add some locking love.
13067
13068 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
13069
13070         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
13071
13072         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
13073
13074         * icall.c: Fix some warnings.
13075
13076         * threads.c (abort_appdomain_thread): Fix unref errors.
13077         (mono_thread_current): Fix THREAD_DEBUG define.
13078
13079 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
13080
13081         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
13082
13083         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
13084
13085 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
13086
13087         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
13088         string arrays.
13089
13090 2004-08-28  Martin Baulig  <martin@ximian.com>
13091
13092         * metadata.c
13093         (mono_metadata_generic_inst_is_valuetype): New public function.
13094
13095         * metadata.h (MONO_TYPE_ISSTRUCT): Call
13096         mono_metadata_generic_inst_is_valuetype() if we're a generic
13097         instance to check whether our underlying type is a valuetype.
13098
13099 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
13100
13101         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
13102         #63768.
13103
13104 2004-08-25  Martin Baulig  <martin@ximian.com>
13105
13106         * loader.c (mono_get_method_from_token): Abstract methods can also
13107         be generic and thus have type parameters.
13108
13109         * metadata-internals.h
13110         (MonoDynamicImage): Added `GPtrArray *gen_params'.
13111
13112         * reflection.c (mono_image_get_generic_param_info): Don't create a
13113         metadata row, just add an entry to the `gen_params' array.
13114         (build_compressed_metadata): Sort the `gen_params' array and then
13115         actually create the metadata.
13116
13117 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13118
13119         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
13120
13121 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
13122
13123         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
13124
13125 2004-08-24  Martin Baulig  <martin@ximian.com>
13126
13127         * class.cs (mono_class_is_subclass_of): Like an interface, a
13128         generic instance also derives from System.Object.
13129
13130 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
13131
13132         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
13133         custom modifiers to be in any order. Fixes #61990.
13134
13135 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
13136
13137         * object.c: Register mono_object_new_fast icall.
13138         
13139         * object.c (mono_class_get_allocation_ftn): Return to calling
13140         mono_object_new_fast, since it seems faster to compute the object 
13141         size in unmanaged code than passing it as a parameter.
13142
13143         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
13144
13145         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
13146         this function with Boehm as the oom handler, so we don't have to check
13147         the result of GC_malloc.
13148
13149         * object.c: Remove checks for oom.
13150
13151         * object.h object.c (mono_class_get_allocation_ftn): New function to
13152         return the icall which can be used to allocate an instance of a given
13153         class. 
13154
13155         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
13156
13157         * class-internals.h: Add 'enabled' field.
13158
13159 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
13160
13161         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
13162
13163 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
13164         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
13165         value 0x0010.
13166
13167 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
13168
13169         * appdomain.c: use the Tls function for appdomain too,
13170         at Zoltan's request. Actually return in mono_context_get
13171
13172         * appdomain.c, profiler.c, threads.c: use __thread
13173
13174 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
13175
13176         * appdomain.c threads.c: Call GC_CreateThread on windows.
13177
13178         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
13179         multiple libraries since this don't work on windows.
13180
13181 2004-08-18  Martin Baulig  <martin@ximian.com>
13182
13183         * class-internals.h
13184         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
13185         MonoMethodHeader.
13186
13187         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
13188         MonoMethodNormal since we also need it for abstract and interface
13189         methods.
13190
13191         * reflection.c
13192         (build_compressed_metadata): Sort the GenericParam table.
13193         (mono_image_create_token): Added `gboolean create_methodspec'
13194         argument; this is false when generating a MethodImpl token.
13195         (reflection_methodbuilder_to_mono_method): Abstract and interface
13196         methods may also have generic parameters.
13197
13198 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
13199
13200         * appdomain.c: thread local alloc
13201
13202 2004-08-17  Martin Baulig  <martin@ximian.com>
13203
13204         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
13205
13206         * icall.c
13207         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
13208         argument.
13209
13210         * class.c (mono_type_get_full_name): New public function.
13211         (mono_type_get_name): Don't include the type arguments.
13212
13213 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
13214
13215         * Makefile.am: Build static versions of libmetadata and libmonoruntime
13216         for inclusion into the mono executable.
13217
13218 2004-08-16  Martin Baulig  <martin@ximian.com>
13219
13220         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
13221         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
13222
13223 2004-08-14  Martin Baulig  <martin@ximian.com>
13224
13225         * class.c (dup_type): Also copy the `byref' field.
13226
13227 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
13228
13229         * reflection.c (create_dynamic_mono_image): Revert the last change 
13230         since it breaks bootstrap.
13231
13232 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
13233
13234         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
13235
13236         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
13237         not free them with g_free.
13238
13239 2004-08-11  Martin Baulig  <martin@ximian.com>
13240
13241         * reflection.c (mono_reflection_setup_internal_class): Also call
13242         mono_class_setup_mono_type() if we already have a `tb->type.type'.
13243
13244 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
13245
13246         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
13247         called during default (first) AppDomain creation. Keep track of
13248         Evidence when loading assemblies.
13249
13250 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
13251
13252         * opcodes.c, opcodes.h: reduce runtime relocations.
13253
13254 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
13255
13256         * culture-info.h, locales.c: fixes and chages to sue the new
13257         optimized format of the locale data.
13258         * culture-info-tables.h: regenerated.
13259
13260 2004-08-06  Geoff Norton <gnorton@customerdna.com>
13261         
13262         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
13263
13264 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
13265
13266         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
13267         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
13268         * domain-internals.h: icall declaration.
13269         * icall.c: icall registration.
13270         * object-internals.h: New fields in MonoAssembly for CAS.
13271
13272 2004-08-05  Duncan Mak  <duncan@ximian.com>
13273
13274         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
13275         CEE_LDELEM_ANY.
13276
13277 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
13278
13279         * reflection.c: fix to deal with object[] arrays in custom ctors
13280         (bug #62550).
13281
13282 2004-08-05  Martin Baulig  <martin@ximian.com>
13283
13284         * class.c (mono_class_array_element_size): Added support for
13285         generic instances and correctly handle "recursive" types.
13286
13287 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
13288
13289         * assembly.c: Fix warnings.
13290
13291 2004-08-04  Martin Baulig  <martin@ximian.com>
13292
13293         * class.c
13294         (mono_type_get_name_recurse): Added `gboolean include_arity'
13295         argument specifying whether or not we should include the generic
13296         arity in the type name.
13297         (_mono_type_get_name): New static function.
13298         (mono_class_setup_vtable): If we're a generic instance, don't
13299         include the generic arity in the names of explicit method
13300         implementations.        
13301
13302 2004-08-03  Martin Baulig  <martin@ximian.com>
13303
13304         * class.c (mono_type_get_name_recurse): Enclose the generic type
13305         arguments in `<', '>'.
13306
13307 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13308
13309         * gc.c: make GC warning messages use the trace API, they are just
13310         noise to most of the users.
13311
13312 2004-08-03  Martin Baulig  <martin@ximian.com>
13313
13314         * debug-mono-symfile.c (read_string): Correctly read the string.
13315
13316 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
13317
13318         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
13319         
13320         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
13321         icalls.
13322         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
13323
13324 2004-07-30  Martin Baulig  <martin@ximian.com>
13325
13326         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
13327         Reflect latest symbol writer changes.   
13328
13329 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13330
13331         * object.c: always create an object if null is passed
13332         to Invoke() where a valuetype is expected.
13333
13334 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
13335
13336         * marshal.c (mono_marshal_init): make managed
13337         signatures match native ones better for 64bits.
13338
13339 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13340
13341         * appdomain.c: hack to build correctly the private bin path on windows.
13342         Fixes bug #61991.
13343
13344 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
13345
13346         * assembly.c: Load mscorlib from the correct framework directory
13347           (mono/<version>/mscorlib.dll).
13348         * appdomain.h: Added prototypes for new functions.
13349         * internals.h: Added some prototypes.
13350         * domain.c: When initializing the runtime, get from the executable and
13351           the configuration files the runtime version that the app supports.
13352           Added support methods for reading app.exe.config. Added list of versions
13353           supported by the JIT. Added two new methods: mono_init_from_assembly,
13354           which initializes the runtime and determines the required version from
13355           the provided exe file, and mono_init_version, which initializes
13356           the runtime using the provided version.
13357         * icall.c: Get machine.config from version-specific directory.
13358         * reflection.c: When generating an image, embed the version number
13359           of the current runtime.
13360
13361 2004-07-28  Dick Porter  <dick@ximian.com>
13362
13363         * socket-io.c
13364         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
13365         returned sockaddr size before creating the remote address object.
13366         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
13367         61608.
13368
13369 2004-07-28  Dick Porter  <dick@ximian.com>
13370
13371         * locales.c (string_invariant_compare_char): Fix invariant char
13372         compares between upper and lower cases.  Fixes bug 61458.
13373
13374 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
13375         
13376         * marshal.c: actually cache stelem.ref wrappers.
13377         
13378 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
13379
13380         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
13381         sections and remove the mono_cli_rva_map () function.
13382
13383 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
13384
13385         * debug-mono-symfile.c: fix one more endianess issue, from a patch
13386         by Geoff Norton (<gnorton@customerdna.com>).
13387
13388 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13389
13390         * class.c: fix class loads for pointer types (typeof(int) !=
13391         typeof(int*)).
13392
13393 2004-07-27  Martin Baulig  <martin@ximian.com>
13394
13395         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
13396         reading the debugging information from an external ".mdb" file.
13397
13398 2004-07-24  Martin Baulig  <martin@ximian.com>
13399
13400         * reflection.c (mono_image_get_type_info): Only write a class
13401         layout entry if we actually have a size or a packing size.
13402
13403 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
13404
13405         * reflection.c (type_get_fully_qualified_name): 
13406         insert cast to get type checking of ?: with non-gcc compilers
13407
13408 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
13409
13410         * rand.c: use g_getenv for both lookups of
13411         MONO_EGD_SOCKET
13412
13413 2004-07-17  Martin Baulig  <martin@ximian.com>
13414
13415         * reflection.c (mono_reflection_bind_generic_method_parameters):
13416         Set `gmethod->reflection_info'.
13417
13418 2004-07-17  Martin Baulig  <martin@ximian.com>
13419
13420         * class.c (mono_class_create_from_typedef): Insert the newly
13421         created class into the hash table before computing the interfaces
13422         since we could be called recursively.
13423
13424 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
13425
13426         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
13427         function to implement stelem.ref in managed code
13428         * class-internals.h, debug-helpers.c: a new wrapper type
13429         for the above.
13430
13431 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13432
13433         * gc.c: allow GC handles to work even when no GC is compiled in.
13434         Fix part of bug #61134 (GetAddrOfPinnedObject).
13435
13436 2004-07-13  Peter Williams  <peter@newton.cx>
13437  
13438         * process.c (complete_path): Make sure we don't attempt to execute
13439         directories.
13440  
13441 2004-07-12  Geoff Norton <gnorton@customerdna.com>
13442
13443         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
13444           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
13445           and will add/subtract the hour if needed
13446
13447 2004-07-12  Martin Baulig  <martin@ximian.com>
13448
13449         * reflection.c (mono_field_get_object): If we have
13450         `field->generic_info', take the attributes from
13451         `field->generic_info->generic_type'.    
13452
13453 2004-07-12  Martin Baulig  <martin@ximian.com>
13454
13455         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
13456         This function must be called before initializing the runtime.
13457         (mono_debug_init_1): New function; call this after initializing
13458         the runtime, but before loading the assembly.  It tells the
13459         debugger to load corlib and the builtin types.
13460
13461         * mono-debug-debugger.c: Did some larger changes in the debugging
13462         code; support recursive class declarations, make sure we actually
13463         add all classes.
13464
13465 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13466
13467         * debug-helpers.c: undo my previous patch and fixed the real issue in
13468         ../mini/exceptions-x86.c
13469
13470 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13471
13472         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
13473         when no HOME env. variable was set and a NullRef was thrown in a .cctor
13474         called from other .cctors.
13475
13476 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
13477
13478         * loader.c: Removed the mono_loader_wine_init hack now that we are
13479         doing a managed version of Windows.Forms.
13480
13481 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
13482
13483         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
13484         threadpool.c, threads.c: remove static data from rootset.
13485
13486 2004-07-09  Dick Porter  <dick@ximian.com>
13487
13488         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
13489         Don't do any more processing if the matched length was 0.  It was
13490         increasing the size of the string before.  Fixes bug 61167.
13491
13492 2004-07-09  Dick Porter  <dick@ximian.com>
13493
13494         * socket-io.h:
13495         * socket-io.c
13496         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
13497         Add support for SO_PEERCRED if its available.
13498
13499 2004-07-09  Peter Bartok <pbartok@novell.com>
13500         * loader.c: winelib.exe.so error message is now only displayed if
13501         MONO_DEBUG is set. To help us avoid questions when people are trying
13502         out the new Managed.Windows.Forms.
13503
13504 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
13505
13506         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
13507         for isinst and castclass wrappers.
13508
13509         * class-internals.h icall.c: Move registration and lookup of JIT icalls
13510         to libmetadata from the JIT, so they could be used by the marshalling
13511         code and the interpreter.
13512
13513         * marshal.c: Register marshalling related JIT icalls here instead of
13514         in mini.c. Use CEE_MONO_ICALL instead of the family of 
13515         CEE_MONO_PROC<x> opcodes to call marshalling functions.
13516
13517         * metadata.h: Remove unneeded marshalling conversions.
13518
13519         * opcodes.c: Update for new opcodes.
13520         
13521 2004-07-08  Martin Baulig  <martin@ximian.com>
13522
13523         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
13524         (mono_debug_get_domain_data): Make this function static.
13525
13526 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
13527
13528         * gc.c, object.h: add nice GC handle API for embedders.
13529
13530 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
13531
13532         * reflection.c: more changes for the new api
13533
13534         * object.c: When we reflect on a field w/ a constant value, it
13535         will not have a memory location, so we must access metadata. Also,
13536         allow easier reading of strings so that we can read them from
13537         the constant data.
13538
13539         * class.c (mono_class_layout_fields): no need for literal fields here.
13540
13541         * class-internals.h: api changes for const fields
13542
13543         * icall.c (ves_icall_get_enum_info): use new apis for const fields
13544
13545 2004-07-06  Martin Baulig  <martin@ximian.com>
13546
13547         * mono-debug.h: Increment version number to 44.
13548
13549         * mono-debug.c (mono_debug_add_wrapper): The second argument is
13550         now a gpointer, rewrote this whole method.
13551
13552         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
13553         function.  Add information about the wrapper in a new "misc table".
13554
13555         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
13556         for the new misc table.
13557
13558 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
13559
13560         * metadata-internals.h image.c: Add a cache for helper signatures.
13561
13562         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
13563
13564 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
13565
13566         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
13567         delegates from a delegate. Fixes #61033.
13568         
13569         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
13570         marshalling of stringbuilder arrays. Fixes #59900.
13571
13572 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
13573
13574         * icall.c: Add EnumBuilder:setup_enum_type icall.
13575
13576 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
13577
13578         * icall.c: Added a new icall for the property version of
13579         OffsetOfStringData.
13580
13581 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
13582
13583         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
13584         it has a constant size across platforms.
13585
13586         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
13587         stack trace.
13588
13589 2004-06-29  Martin Baulig  <martin@ximian.com>
13590
13591         * mono-debug.c (mono_debug_add_method): Protect the whole function
13592         in mono_debugger_lock(), not just parts of it.
13593
13594 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
13595
13596         * reflection.c: make sure padding bytes in heaps are zeroed.
13597
13598 2004-06-24  David Waite  <mass@akuma.org>
13599
13600         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
13601         image.c, loader.c, locales.c, marshal.c, metadata.c,
13602         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
13603         string-icalls.c, threads.c: change to C90-style comments from C99 /
13604         C++ -style
13605
13606 2004-06-24  Dick Porter  <dick@ximian.com>
13607
13608         * threads.c
13609         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
13610         return createdNew.  Fixes bug 60412.
13611
13612         * threads-types.h: 
13613         * icall.c: Add createdNew parameter to CreateMutex icall
13614
13615 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
13616
13617         * reflection.c, object-internals.h: save default value in params.
13618
13619 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13620
13621         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
13622         no need to build a new path combining that with the application base.
13623         Fixes bug #60442.
13624
13625 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
13626
13627         * reflection.c: fixed minor standard compliance issues.
13628
13629 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
13630
13631         * reflection.c: fixed issue with encoding some custom attributes
13632         (arrays in properties and fields, bug #60411).
13633
13634 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13635
13636         * reflection.c: fix start address when copying the public key token.
13637
13638 2004-06-23  Martin Baulig  <martin@ximian.com>
13639
13640         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
13641         the `exc' object in a static object to put it into the GC's root set.
13642
13643 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
13644
13645         * reflection.c: make mono_reflection_setup_internal_class ()
13646         callable a second time to setup a new parent class.
13647
13648 2004-06-23  Dick Porter  <dick@ximian.com>
13649
13650         * threads.c: Check for WAIT_IO_COMPLETION return values.
13651
13652 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
13653
13654         * appdomain.c: Removed the g_free on the public key token. Now copy 
13655         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
13656         * assembly.c: Added public key token string value when loading 
13657         assemblies. Fix bug #60439.
13658         * icall.c: Added missing informations (like public key) in 
13659         GetReferencedAssemblies. Fix #60519.
13660         * image.h: Changed definition for public key token from const char*
13661         public_tok_value to guchar public_key_token [17];
13662         * reflection.c: Updated for changes to public key token.
13663
13664 2004-06-22  Lluis Sanchez Gual
13665
13666         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
13667         for the field in base classes.
13668
13669 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
13670
13671         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
13672         mark headers as not supported, they are installed only for use by the
13673         debugger.
13674
13675 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
13676
13677         * *.c, *.h: avoid namespace pollution in public headers.
13678
13679 2004-06-21  Martin Baulig  <martin@ximian.com>
13680
13681         * exception.c (mono_get_exception_security): It's in
13682         "System.Security", not in "System".
13683
13684         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
13685         the exception classes.
13686
13687 2004-06-21  Martin Baulig  <martin@ximian.com>
13688
13689         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
13690         Protect the exception object from being finalized.
13691
13692 2004-06-21  Martin Baulig  <martin@ximian.com>
13693
13694         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
13695         public function.
13696
13697 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
13698
13699         * reflection.c: Load the assembly in mono_reflection_type_from_name,
13700         if it was not loaded before. Fix parts of #60439.
13701
13702 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
13703
13704         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
13705         code that was broken since Ben's change: wrappers are now
13706         dependent on the method signature only again.
13707
13708 2004-06-21  Martin Baulig  <martin@ximian.com>
13709
13710         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
13711         added interface support.
13712
13713 2004-06-21  Martin Baulig  <martin@ximian.com>
13714
13715         * class.c (mono_vtable_get_static_field_data): New public method.
13716
13717 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
13718
13719         * filewatcher.c : Windows build fix to be compliant with API changes.
13720
13721 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
13722
13723         * class.h, class.c: more accessors.
13724         * metadata.h, metadata.c: prepare for hiding MonoType and
13725         MonoMethodSignature: people should use the accessors from now on
13726         outside of the tree.
13727
13728 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
13729
13730         * *.c, *.h: more API cleanups.
13731
13732 2004-06-18  Jackson Harper  <jackson@ximian.com>
13733
13734         * assembly.c: Trace loading assemblies.
13735         * loader.c: Trace loading native libraries.
13736         * mono-config.c: Trace loading config files.
13737         
13738 2004-06-18  Dick Porter  <dick@ximian.com>
13739
13740         * locales.c: Tell ICU the lengths of strings, it can cope with
13741         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
13742
13743 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
13744
13745         * image.c: swapped name/filename;
13746
13747 2004-06-18  Martin Baulig  <martin@ximian.com>
13748
13749         * mono-debug-debugger.c (write_class): Write the parent class at
13750         the end of the header.
13751
13752 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
13753
13754         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
13755
13756 2004-06-17  Raja R Harinath  <rharinath@novell.com>
13757
13758         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
13759         (bundle_obj): New conditional define.
13760         (BUILT_SOURCES): Remove.
13761         ($(bundle_srcs)): Make parallel-make safe.
13762         (libmonoruntime_la_LIBADD): Make unconditional.
13763         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
13764         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
13765
13766 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
13767
13768         * culture-info-tables.h: It was inconsistent with the latest
13769           supp info files.
13770
13771 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
13772
13773         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
13774         be loaded.
13775
13776         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
13777         with gcc 2.95.
13778
13779 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
13780
13781         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
13782         cleaned up public header threads.h.
13783
13784 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
13785
13786         * Makefile.am, *.c, *.h: more API cleanups.
13787
13788 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
13789
13790         * Makefile.am: removed monosn from compilation.
13791         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
13792         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
13793         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
13794         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
13795         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
13796         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
13797
13798 2004-06-15  Jackson Harper  <jackson@ximian.com>
13799
13800         * assembly.c: Make locales lower case when searching the GAC for
13801         assemblies. gacutil will always make locales lowercase when
13802         installing so this effectively makes them case insensitive.
13803         
13804 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
13805
13806         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
13807         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
13808           parameter which allows to choose whether the wait can be interrupted or 
13809           not. Also added the method mono_monitor_enter(), which locks the monitor
13810           using an infinite wait and without allowing interruption.
13811           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
13812           interrupted.
13813         * object.h: Added new fields in MonoThread. suspend_event holds the event
13814           used to susped/resume the thread. synch_lock is the lock object to use for
13815           modifying the thread state.
13816         * threads.c: Use the new synch_lock object for locking, instead of "this",
13817           which can generate deadlocks.
13818           Moved thread state change in Thread.Sleep and Thread.Join from managed
13819           to unmanaged code. This avoids a deadlock when the thread was suspended
13820           just after acquiring the thread lock.
13821           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
13822           Implemented Thread.Suspend using an event instead of ThreadSuspend,
13823           which is not fully implemented in the io-layer.
13824         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
13825
13826 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
13827
13828         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
13829         threads-types.h: more API cleanups.
13830
13831 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
13832
13833         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
13834         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
13835         threadpool.c, threads.c: first pass at the exported API cleanup.
13836
13837 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
13838
13839         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
13840
13841 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13842
13843         * icall.c: added internalGetHome.
13844
13845 2004-06-14  Dick Porter  <dick@ximian.com>
13846
13847         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
13848         possible to return successfully when '.' or '..' were the only
13849         entries in a directory, but were skipped.  The MonoIOStat was not
13850         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
13851         Fixes bug 59574.
13852
13853 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
13854
13855         * reflection.c: make binaries run on .Net 1.1 by default.
13856
13857 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
13858
13859         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
13860
13861 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
13862
13863         * marshal.c: keep track of struct size with explicit layout
13864         (bug #59979).
13865
13866 2004-06-12  Martin Baulig  <martin@ximian.com>
13867
13868         * mono-debug-debugger.c: Comment out a debugging g_message().
13869
13870 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
13871
13872         * reflection.c, reflection.h: do not free custom attrs that are cached.
13873         * icall.c: use braces to make code clearer.
13874
13875 2004-06-11  Martin Baulig  <martin@ximian.com>
13876
13877         * class.h (MonoInflatedField): New type.
13878         (MonoClassField): Replaced `MonoType *generic_type' with
13879         `MonoInflatedField *generic_info'.
13880
13881         * icall.c
13882         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
13883
13884 2004-06-11  Martin Baulig  <martin@ximian.com>
13885
13886         * reflection.c (mono_image_create_method_token): Correctly encode
13887         varargs methods.
13888
13889 2004-06-11  Martin Baulig  <martin@ximian.com>
13890
13891         * metadata.c (mono_metadata_parse_method_signature): When parsing
13892         a MethodDef which has VarArgs, also set sentinelpos if we don't
13893         have any parameters.
13894
13895 2004-06-11  Martin Baulig  <martin@ximian.com>
13896
13897         * verify.c (mono_method_verify): In CEE_CALL, use
13898         mono_method_get_signature() to get the method's signature, unless
13899         we're a PInvoke method.
13900
13901 2004-06-10  Jackson Harper  <jackson@ximian.com>
13902
13903         * assembly.c: Use <path>/lib/mono/gac for the extra paths
13904         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
13905         logical name as the supplied path is just a prefix to the gac not
13906         the direct path to it.
13907         
13908 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
13909
13910         * reflection.c: make the token for a created method match
13911         the token of the MethodBuilder it was created from
13912         (IKVM requires this behaviour now).
13913
13914 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
13915
13916         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
13917         reflection.c, socket-io.c: leak fixes.
13918
13919 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
13920
13921         * icall.c: handle sentinel pos in vararg methods in position different
13922         from 0.
13923
13924 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13925
13926         * culture-info-tables.h: freshly generated.
13927
13928 2004-06-09  Martin Baulig  <martin@ximian.com>
13929
13930         * loader.c (mono_get_method_constrained): Call `mono_class_init
13931         (constrained_class)'.   
13932
13933 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
13934
13935         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
13936         any methods. Fixes #59629.
13937
13938 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
13939
13940         * culture-info-tables.h: reflecting locale-builder updates.
13941
13942 2004-06-08  Dick Porter  <dick@ximian.com>
13943
13944         * object.h:
13945         * locales.c: Fixed compile warnings, including a real bug in
13946         CompareInfo_internal_compare.
13947         
13948 2004-06-08  Dick Porter  <dick@ximian.com>
13949
13950         * locales.c
13951         (ves_icall_System_Globalization_CompareInfo_internal_index):
13952         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
13953         Double-check the resuls of usearches, because ICU currently
13954         ignores most of the collator settings here.  Fixes bug 59720.
13955         
13956 2004-06-08  Dick Porter  <dick@ximian.com>
13957
13958         * locales.c
13959         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
13960         Fix memory leak and segfault-causing typo.  No idea how this one
13961         lasted so long without being noticed.
13962
13963 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
13964
13965         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
13966         any methods. Fixes #59629.
13967
13968 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13969
13970         * assembly.c:
13971         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
13972         own the critical section before). Removed dead code (that's done
13973         in the preload hook).
13974
13975         (mono_assembly_load_with_partial_name): call the preload hook.
13976
13977 2004-06-08  Martin Baulig  <martin@ximian.com>
13978
13979         * metadata.c (mono_metadata_signature_alloc): Default
13980         `sentinelpos' to -1.
13981
13982         * reflection.c (mono_image_get_array_token): Likewise.
13983
13984 2004-06-08  Martin Baulig  <martin@ximian.com>
13985
13986         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
13987
13988         * metadata.c (mono_metadata_parse_method_signature): When parsing
13989         a MethodDef which has VarArgs, set sentinelpos.
13990
13991         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
13992         `gint16' since we're using -1 for non-varargs methods.
13993
13994         * reflection.c
13995         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
13996         (method_encode_signature): Added varargs support.
13997         (method_builder_encode_signature): Likewise.
13998         (mono_image_get_varargs_method_token): New static method.
13999         (mono_image_create_method_token): New public method; this is
14000         called via an icall instead of mono_image_create_token() when
14001         calling a varargs method.       
14002
14003 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
14004
14005         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
14006
14007 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14008
14009         * culture-info-tables.h : Reflecting the latest locale-builder that
14010           fixed empty array representation ({} to {0}).
14011
14012 2004-06-07  Jackson Harper  <jackson@ximian.com>
14013
14014         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
14015         looking up extra gac paths. This allows MONO_GAC_PATH to act
14016         exactly like a prefix.
14017         
14018 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14019
14020         * reflection.c (mono_reflection_type_from_name): Make a copy of the
14021         type name before modifying it. Fixes #59405.
14022
14023 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14024
14025         * culture-info.h: added fields for "all datetime patterns".
14026         * locales.c: (  ves_icall_System_Globalization_CultureInfo
14027           _construct_datetime_format ()): fill xxx_patterns fields.
14028         * object.h: added fields for "all datetime patterns" to
14029           MonoDateTimeFormatInfo.
14030         * culture-info-tables.h: reflecting locale-builder updates.
14031
14032 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14033
14034         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
14035         the event has no add and remove methods. Fixes #59629.
14036
14037 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
14038
14039         * object.c: Fixed possible integer overflow when allocating large
14040         strings.
14041
14042 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14043
14044         * culture-info-tables.h: reflecting locale-builder updates.
14045
14046 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14047
14048         * culture-info-tables.h: reflecting locale-builder updates.
14049
14050 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
14051
14052         * culture-info-tables.h: reflecting locale-builder updates.
14053
14054 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
14055
14056         * threads.c: Made Thread.Sleep abortable.
14057
14058 2004-06-02  Martin Baulig  <martin@ximian.com>
14059
14060         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
14061
14062         * debug-mono-symfile.h: Bumped symbol file version number to 37.
14063
14064 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
14065
14066         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
14067
14068 2004-05-30  Jackson Harper  <jackson@ximian.com>
14069
14070         * reflection.c: Do not hardcode assembly versions or public key
14071         tokens anymore. All of this except the corlib section was dead
14072         code anyways.
14073         
14074 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
14075
14076         * object.c (mono_runtime_invoke_array): Automatically create boxed
14077         objects for byref valuetypes if needed. Fixes #59300.
14078         
14079         * object.c (mono_method_return_message_restore): Handle 
14080         MONO_TYPE_OBJECT as well.
14081
14082 2004-05-28  Jackson Harper  <jackson@ximian.com>
14083
14084         * reflection.c: The modified type encoding was causing build
14085         problems. Reverted for now.
14086         
14087 2004-05-28  Jackson Harper  <jackson@ximian.com>
14088
14089         * reflection.c/h: Take an assembly ref so that we dont create
14090         fully qualified names when encoding types in the same assembly as
14091         the custom attribute being emitted.
14092         * appdomain.c: Increment version number.
14093         
14094 2004-05-26  Duncan Mak  <duncan@ximian.com>
14095
14096         * icall.c
14097         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
14098         Set the full version number (major, minor, build, revision).
14099
14100 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
14101
14102         * marshal.c (emit_struct_conv): increment src/dst after blit
14103         (mono_marshal_get_managed_wrapper,
14104         mono_marshal_get_native_wrapper): make sure we have marshalling
14105         info before marshalling params (info computation affects
14106         blittable)
14107
14108         * class.c (class_compute_field_layout): correctly deal with
14109         blittable
14110         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
14111         value types (as per what windows dows by default)
14112         (mono_class_setup_mono_type): System.ValueType is blittable
14113         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
14114         blittable
14115
14116         * marshal.c (mono_marshal_load_type_info): flag types  as
14117         non-blittable if the native layout doesn't match the managed
14118         layout
14119
14120 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14121
14122         * appdomain.c: don't add stuff in the private search path that is
14123         above the application base. If application base is not set, there's
14124         no private search path.
14125
14126 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
14127
14128         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
14129         byref struct arguments in native->managed marshalling.
14130
14131 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
14132
14133         * marshal.c (mono_marshal_get_runtime_invoke): correctly
14134         cache methods using signature (special case for methods
14135         that are value type or string class)
14136         
14137         * image.c (mono_image_close): clean up allocated GSList's
14138         in runtime_invoke_cache.
14139
14140 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14141
14142         * mono-config.c: set the correct path for mono_cfg_dir on windows when
14143         there's no MONO_CFG_DIR environment variable defined.
14144
14145 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14146
14147         * threads.c: windows version must be >= 0x0500 to include OpenThread.
14148
14149 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
14150
14151         * threadpool.c: Really wait for 500ms after the async call, even if the wait
14152           is interrumped.
14153         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
14154           before waiting for it, and call CloseHandle after the wait to unref it.
14155           This will make sure that handles are not disposed too early.
14156
14157 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14158
14159         * appdomain.c:
14160         * appdomain.h:
14161         * icall.c: removed
14162         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
14163         needed now.
14164
14165         * object.c: se the application_base only for the domain that runs
14166         Main. Fixes bug #59216,
14167
14168 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14169
14170         * appdomain.c:
14171         * object.c: only the domain in which Main is run have
14172         SetupInformation.ConfigurationFile set, so moved a few lines from
14173         appdomain.c to object.c.
14174
14175 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14176
14177         * appdomain.c: we tried to load [name].(dll|exe), but according
14178         to bug #57710, we must also try [culture]/[name].(dll|exe) and
14179         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
14180         There's a test case attached to bug #58922.
14181
14182 2004-05-27  Dick Porter  <dick@ximian.com>
14183
14184         * icall.c:
14185         * file-io.c: Implemented icalls for locking and unlocking regions
14186         in a file.
14187         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
14188         FALSE on error (fixes both compiler warning and real bug.)
14189
14190 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
14191
14192         * culture-info-tables.h: reflecting locale-builder updates.
14193
14194           (Added missing ChangeLog entry for 05/26)
14195
14196 2004-05-27  Jackson Harper  <jackson@ximian.com>
14197
14198         * locales.c: Fix some cut and paste errors.
14199         
14200 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14201
14202         * mono-config.c: set the correct path for config. directory on windows.
14203
14204 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14205
14206         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
14207           on win32.
14208
14209 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14210
14211         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
14212         from pinvoke functions.
14213         
14214         * marshal.c (mono_ftnptr_to_delegate): Implement this.
14215
14216 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14217
14218         * culture-info-tables.h: reflecting locale-builder updates.
14219
14220 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14221
14222         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
14223         #59086.
14224
14225 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
14226
14227         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
14228         * icall.c: Modified icalls for RNG.
14229         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
14230         Windows (CryptoAPI).
14231
14232 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14233
14234         * locales.c: Fix build.
14235
14236 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14237
14238         * culture-info-tables.h: reflecting locale-builder updates.
14239
14240 2004-05-25  Jackson Harper  <jackson@ximian.com>
14241
14242         * locales.c: When creating the current culture use the $LANGs
14243         specific culture. So DateTimeFormat and NumberFormat entries are created.
14244         
14245 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14246
14247         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
14248         a char array as parameter.
14249
14250 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
14251
14252         * image.c: In mono_image_open(), always use an absolute path name to
14253           look for already loaded images.
14254
14255 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
14256
14257         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
14258         missing in the windows build (like older cygwin include files).
14259
14260 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
14261
14262         * icall.c: Fixed check for possible integer overflow in Buffer_
14263         BlockCopy icall. Replaced comments style // by /* */.
14264
14265 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
14266
14267         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
14268         
14269         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
14270         check after MONO_VTADDR. Fixes pinvoke2.exe.
14271
14272         * marshal.h marshal.c metadata.h: Add beginnings of support for
14273         ftnptr -> delegate marshalling.
14274
14275 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
14276
14277         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
14278         * threads.c: Fix warnings.
14279
14280 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
14281
14282         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
14283         * icall.c: Registered icalls for Suspend and Resume.
14284         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
14285           Thread.Abort.
14286         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
14287         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
14288         * process.c: Use WaitForSingleObjectEx.
14289         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
14290           checkpoints.
14291         * threads.c, threads.h: Make use of new Ex wait methods. Improved
14292           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
14293           for Suspend and Resume. Added new mono_thread_stop, used for stoping
14294           background threads. Added basic support for Abort in Windows.
14295           Start new threads using a managed delegate invoke wrapper. This wrapper
14296           has an interruption checkpoint that is needed since an interruption
14297           can be requested before the thread leaves the unmanaged code that starts 
14298           the thread.
14299         * marshal.c: Added interruption checkpoint after every native call, and
14300           also before managed calls for wrappers called from unmanaged code to
14301           go into managed code.
14302         * object.h: Added new field in MonoThread to keep track of interruption
14303           requests.
14304
14305 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
14306
14307         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
14308         calls.
14309
14310 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14311
14312         * appdomain.c:
14313         * assembly.c:
14314         * gc.c:
14315         * locales.c:
14316         * mono-config.c:
14317         * rand.c: getenv -> g_getenv (windows!)
14318
14319         * process.c: complete_path is also used on non-windows platforms.
14320
14321 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14322
14323         * icall.c: new signature for Process_Start.
14324
14325         * process.[ch]: new signature for Process_Start. If we're on windows
14326         and UseShellExecute is false, we have to search for the program by
14327         ourselves if we don't get a full path.
14328
14329 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
14330
14331         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
14332         marshalling and call CleanUpNativeData if needed. Fixes #58646.
14333
14334 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14335
14336         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
14337         Fixes bug #58373.
14338
14339 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14340
14341         * process.c: use double quotes to quote program name and arguments on
14342         windows. Fixes bug #58575.
14343
14344 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14345
14346         * file-io.c: don't return "." and ".." when using windows Find*File.
14347
14348 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
14349
14350         * marshal.c: Don't pass wrappers to message init because method 
14351         addressed used to lookup metadata. part of remoting[2|3] fix.
14352
14353 2004-05-15  Jackson Harper  <jackson@ximian.com>
14354
14355         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
14356         path is essentially the same as MONO_PATH except that it points to
14357         GACs instead of lib directories.
14358         * loader.h: The user gac is gone so we dont need function to
14359         enable/disable it.
14360         * mono-config.c: user gac option is now gone.
14361         
14362 2004-05-15  Jackson Harper  <jackson@ximian.com>
14363
14364         * culture-info.h: Make defines more consistent, add calendar data
14365         to the culture info table.
14366         * culture-info-tables.h: Add basic calendar data. Basically
14367         everyone gets default gregorian until all the data is
14368         updated.
14369         * locales.c: Use the new consistent defines. Set calendar data for
14370         culture info objects.
14371         * object.h: add a field for calendar data to CultureInfo
14372         
14373 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
14374
14375         * image.c: image->runtime_invoke_cache is keyed on signatures now.
14376         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
14377         a signature.
14378         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
14379         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
14380         an extra param that is the pointer of the method to invoke. The IL for
14381         the invoke method is no longer specific to the method, but to the
14382         signature of the method. Thus, we can share the same code for multiple
14383         methods. This reduces the number of methods that have to be compiled.
14384
14385 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
14386
14387         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
14388
14389         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14390
14391         * icall.c: Optimize Buffer.BlockCopy.
14392
14393 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14394
14395         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
14396         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
14397         quote). Changed them to "MMMM yyyy".
14398
14399 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
14400
14401         * rand.c
14402         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
14403
14404 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
14405
14406         * reflection.h: Updated after changes to managed structures.
14407
14408         * appdomain.c: Bump corlib version.
14409
14410 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14411
14412         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
14413         windows.
14414
14415 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14416
14417         * Makefile.am: link to ../os/libmonoos.la on windows.
14418
14419         * assembly.c:
14420                 -If MONO_DEBUG, warn about non-existing directories in
14421                 MONO_PATH.
14422                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
14423                 compile time variable.
14424                 -Removed init_default_path and call mono_set_rootdir from
14425                 libmonoos.a instead (windows only).
14426
14427         * assembly.h: declare mono_assembly_getrootdir().
14428
14429         * domain.c:
14430         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
14431
14432         * loader.c: s/getenv/g_getenv/
14433
14434 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
14435
14436         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
14437
14438         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
14439
14440         * metadata.h: Add new marshalling conversions.
14441
14442         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
14443         function.
14444
14445         * reflection.c (mono_reflection_get_type): Lookup the type in all
14446         modules of a multi-module assembly. Fixes #58291.
14447
14448 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
14449
14450         * threads.c: Before aborting a background, set the StopRequested
14451         state.  This avoids throwing the Abort exception.
14452         In mono_thread_manage, don't continue with the shutdown until all
14453         aborted threads have actually stopped.
14454
14455 2004-05-10  Jackson Harper  <jackson@ximian.com>
14456
14457         * locales.c: Remove the modifier from culture names.
14458         
14459 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14460
14461         * Makefile.am: monosn is not installed any more. It has been deprecated
14462         in favor of sn.
14463
14464 2004-05-07  Jackson Harper  <jackson@ximian.com>
14465
14466         * locales.c
14467         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
14468         Fix array construction, add bailout if the length is 0.
14469
14470 2004-05-07  Dick Porter  <dick@ximian.com>
14471
14472         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
14473         machine doesn't have a DNS entry.  Patch by Urs Muff
14474         (umuff@quark.com), fixes bug 57928.
14475
14476 2004-05-06  Jackson Harper  <jackson@ximian.com>
14477
14478         * reflection.c: Handle null PublicTokens properly. alloc mem for
14479         assembly names culture so we dont crash when freeing it.
14480         
14481 2004-05-06  Jackson Harper  <jackson@ximian.com>
14482
14483         * assembly.c: Check the usergac when loading with partial names.
14484         
14485 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
14486
14487         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
14488         does nothing for now (not required for Linux/Windows) but the class
14489         library can call it (and a newer or modified runtime could need it).
14490         * icall.c: Registred icall.
14491
14492 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14493
14494         * loader.c: prints a message on module loading error we set MONO_DEBUG
14495         environment variable.
14496
14497 2004-05-05  Jackson Harper  <jackson@ximian.com>
14498
14499         * appdomain.c: Handle PublicKeyToken=null properly.
14500         
14501 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
14502
14503         * environment.c|h: Added icall ves_icall_System_Environment_
14504         GetOSVersionString to get the current OS version as a string.
14505         * icall.c: Registred icall.
14506
14507 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
14508
14509         * object.c: in mono_object_get_virtual_method(), take into account that
14510         non-virtual methods don't have a slot in the vtable. Check needed when
14511         the object is a proxy.
14512
14513 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
14514
14515         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
14516         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
14517
14518         * object.c (mono_class_compute_gc_descriptor): Fix warning.
14519
14520         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
14521         passed when a valuetype is expected.
14522
14523         * object.c (mono_unhandled_exception): Only set the exit code if the
14524         exception happens in the main thread. Fixes thread5.exe.
14525
14526         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
14527         invalid names. Fixes #58047.
14528
14529 2004-05-03  Jackson Harper  <jackson@ximian.com>
14530
14531         * assembly.c: This line was committed accidently and is unneeded.
14532         
14533 2004-05-03  Jackson Harper  <jackson@ximian.com>
14534
14535         * icall.c: Add new icall for Assembly::LoadWithPartialName
14536         * assembly.c/.h: new function that probes the GAC to load partial
14537         assembly names by Paolo Molaro.
14538         
14539 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14540
14541         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
14542         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
14543         (type_get_fully_qualified_name): Added PublicKeyToken when building a
14544         full type name.
14545
14546 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14547
14548         * appdomain.c: fixed check for 'neutral' culture and removed warning.
14549         * reflection.c: fix bug when parsing a full type name and Version is not
14550         the last thing in the string.
14551
14552 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
14553
14554         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
14555         crashes when it is freed.
14556
14557 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14558
14559         * assembly.c: print the compat warning to stderr.
14560
14561 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
14562
14563         * assembly.c (mono_assembly_load_references): Add a compatibility
14564         hack to run old applications that might be still referencing the
14565         3300-based assemblies, only do this for System.xxx.
14566
14567 2004-05-01  Jackson Harper  <jackson@ximian.com>
14568
14569         * appdomain.c: If the culture is neutral we set it to "".
14570         
14571 2004-04-29  Jackson Harper  <jackson@ximian.com>
14572
14573         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
14574
14575 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
14576  
14577         * string-icalls.c: added low overhead function for copying chars
14578         * icall.c: added needed icall for the above function
14579  
14580 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14581
14582         * icall.c: fix return value of get_global_assembly_cache.  Implemented
14583         Environment.GetLogicalDrives.
14584
14585 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
14586
14587         * rand.c: try and talk to egd or prngd
14588         for random bytes if opening devices fail.
14589
14590 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
14591
14592         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
14593         alignment for the type using the native alignment of its members 
14594         instead of using klass->min_align.
14595
14596         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
14597
14598 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14599
14600         * file-io.c:
14601         * socket-io.c: added check for sys/aio.h.
14602
14603 2004-04-28  Dick Porter  <dick@ximian.com>
14604
14605         * threads.c: Don't abort a thread thats already aborting, when
14606         terminating everything.
14607
14608 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14609
14610         * icall.c: added 2 new async calls for Socket.
14611
14612         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
14613         IO on *nix systems.
14614
14615         * threadpool.c: removed unused variable.
14616
14617 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
14618
14619         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
14620
14621 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
14622
14623         * locales.c: put back string_invariant_tolower () and
14624         string_invariant_toupper ().
14625
14626 2004-04-26 David Waite <mass@akuma.org>
14627
14628         * file-io.h:
14629         * socket-io.h:
14630         * threads.h:
14631         * unicode.h: remove comma from end of enumeration declarations
14632
14633 2004-04-26 David Waite <mass@akuma.org>
14634
14635         * debug-mono-symfile.h:
14636         * decimal.c:
14637         * mono_debug.h:
14638         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
14639
14640
14641 2004-04-26  Jackson Harper  <jackson@ximian.com>
14642
14643         * appdomain.c: Increment version number.
14644         
14645 2004-04-26  Jackson Harper  <jackson@ximian.com>
14646
14647         * appdomain.c: Set assembly references public token value when
14648         PublicKeyToken is specified, not the hash_value. Free public token
14649         values when free assembly name data. Previously the public key
14650         token was hex decoded, however we are using hex encoded public key
14651         tokens, so this is not neccasary.
14652         * assembly.c: Lookup assemblies in the gac if their public token
14653         value is set. Add function to allow enabling user gac
14654         lookups. Specify whether or not the assembly was loaded from the
14655         GAC. Compare full assembly names when checking the cache for
14656         assemblies (Temporarily disabled see comment in code). Remove
14657         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
14658         specifies trace-loader they get extra info to stdout on the
14659         loading of assemblies.
14660         * image.h: Add a field for an assembly references public token
14661         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
14662         whether an assembly has been loaded from the GAC.
14663         * image.c: Remove a corlib -> mscorlib name mapping.
14664         * loader.h: Add function to enable/disable the user gac.
14665         * mono-config.c: Check if the usergac is enabled in the config
14666         file.
14667         * icall.c: New icall to determine whether or not an assembly has
14668         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
14669         * tabldefs.h: Add constant for assemblyref flag that specifies a
14670         full public key is used instead of a public token.
14671         * reflection.c: Remove mscorlib -> corlib mappings. Set
14672         PublicTokenValue instead of hash value. This value is a hex
14673         string so it does not need to be expanded.
14674
14675 2004-04-26  Martin Baulig  <martin@ximian.com>
14676
14677         * mono-debug-debugger.c (mono_debugger_initialize): Set
14678         `mono_debugger_initialized' before calling mono_debug_lock().
14679
14680 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
14681
14682         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
14683           InternalToUpper/InternalToLower.
14684         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
14685           removed invariant culture shortcut.  This is now done in managed code.
14686         * locales.c: (string_invariant_toupper/tolower) removed.
14687
14688 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14689
14690         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
14691         Added Poll internal call.
14692
14693         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
14694         call for Poll. Select was too heavy for polling a single socket.
14695
14696         * threadpool.[ch]: added mono_threadpool_cleanup.
14697         * threads.c: use it. Don't use Thread_Abort on windows.
14698
14699 2004-04-23  Martin Baulig  <martin@ximian.com>
14700
14701         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
14702
14703 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
14704
14705         * icall.c: Registred new icalls for key pair protection and added an
14706         icall for Environment.GetFolderPath on Windows.
14707         * security.c|h: Added new icalls for key pair protection.
14708
14709 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14710
14711         * socket-io.c: don't display the non-supported family warning for known
14712         families. Now this is not displayed on windows when checking support
14713         for IPv4/IPv6.
14714
14715 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14716
14717         * class.c: don't display the layout warning for static fields.
14718
14719 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
14720
14721         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
14722         * locales.c, locales.h: Added new icalls for culture-specific
14723         Char.ToLower and Char.ToUpper.
14724
14725 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14726
14727         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
14728         by David Waite.
14729
14730 2004-04-20  Martin Baulig  <martin@ximian.com>
14731
14732         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
14733         of the type name before passing it to mono_reflection_type_from_name().
14734
14735 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
14736
14737         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
14738         encodings here. Fixes #56965.
14739
14740 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
14741
14742         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
14743         fix test on strstr result not that I can see anything that
14744         relies on the result.
14745
14746 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
14747
14748         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
14749         Fixes #57081.
14750
14751         * marshal.c (mono_marshal_get_string_encoding): New helper function.
14752
14753         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
14754         function to determine which marshalling to use for strings. Fixes
14755         #56965.
14756
14757         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
14758
14759         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
14760
14761 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
14762
14763         * icall.c: #include mono-config.h
14764
14765 2004-04-15  Jackson Harper  <jackson@ximian.com>
14766
14767         * culture-info-tables.h: Fix date formats for en-US culture.
14768         
14769 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
14770
14771         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
14772         ThreadPool.SetMinThreads.
14773         * threadpool.c: Implemented ThreadPool.GetMinThreads and
14774         ThreadPool.SetMinThreads.
14775
14776 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
14777
14778         * mono-config.c: also load the .config file in the directory
14779         where the assembly was found.
14780
14781 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
14782
14783         * assembly.c: load per-assembly config files.
14784         * icall.c: decrapified code to get the config dir and moved to
14785         mono-config.c.
14786         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
14787         per-assembly config files. When doing a dll map lookup give precedence
14788         to the per-assembly data.
14789
14790 2004-04-14  Martin Baulig  <martin@ximian.com>
14791
14792         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
14793         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
14794         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
14795
14796         * mono-debugger-debugger.c: While the debugger is locked, remember
14797         whether the symbol tables have changes and send one single
14798         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
14799
14800 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
14801
14802         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
14803
14804         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
14805         function.
14806
14807         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
14808         account when marshalling string arrays. Fixes #56965.
14809
14810 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
14811
14812         * icall.c: Add new icalls mapping for security.
14813         * security.c|h: Add internal calls for WindowsIdentity,
14814         WindowsImpersonationContext and WindowsPrincipal.
14815
14816 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
14817
14818         * class.c: Added comment to ensure the System.MonoDummy class
14819         is removed when no longer necessary
14820
14821 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
14822
14823         * appdomain.c: Pass arguments to the bootstraping exceptions to
14824         minimize JITed methods at boot
14825
14826         * metadata.c (mono_exception_from_name_two_strings): Allow for the
14827         second string to be null.
14828
14829         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
14830         Change the protocol to minimize the JIT methods at startup.  Now
14831         it Returns the internal codepage, if the value of "int_code_page"
14832         is 1 at entry, and we can not compute a suitable code page
14833         number, returns the code page as a string.
14834
14835 2004-04-13  Jackson Harper  <jackson@ximian.com>
14836
14837         * culture-info-tables.h: Fix number of decimal digits for all
14838         english locales.
14839
14840 2004-04-13  Jackson Harper  <jackson@ximian.com>
14841
14842         * icall.c: Clairfy out of sync error message. It is not always
14843         your corlib that is out of sync.
14844
14845 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
14846
14847         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
14848         properties when only the set accessor is overriden. Fixes #55874.
14849
14850 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
14851
14852         * assembly.c (mono_assembly_load_references): Make this thread safe.
14853         Fixes #56327.
14854
14855 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
14856
14857         * monosn.c: Add missing initialization calls.
14858
14859 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
14860
14861         * locales.c:
14862         ves_icall_System_Globalization_CultureInfo_construct_number_format
14863         Fix g_assert so it compiles on fussier compilers re int/ptr
14864         mismatch
14865
14866 2004-04-08  Dick Porter  <dick@ximian.com>
14867
14868         * socket-io.h:
14869         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
14870         53992.  Also rearrange the code so that the internal calls return
14871         an error value and exceptions are thrown from managed code.
14872
14873         * icall.c: Add type info to the socket icalls.
14874
14875 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14876
14877         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
14878         owes me a beer.
14879
14880 2004-04-07  Martin Baulig  <martin@ximian.com>
14881
14882         * class.c (mono_class_from_generic_parameter): Don't default
14883         `klass->parent' to `mono_defaults.object_type'.
14884
14885 2004-04-07  Martin Baulig  <martin@ximian.com>
14886
14887         * reflection.c (mono_reflection_initialize_generic_parameter): Set
14888         `param->pklass->reflection_info'.       
14889
14890 2004-04-07  Jackson Harper  <jackson@ximian.com>
14891
14892         * culture-info-tables.h: Fix date separator symbol.
14893         
14894 2004-04-07  Martin Baulig  <martin@ximian.com>
14895
14896         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
14897         from System.Type to System.MonoType.
14898
14899 2004-04-07  Martin Baulig  <martin@ximian.com>
14900
14901         * reflection.h
14902         (MonoReflectionGenericParam): Added `has_reference_type' and
14903         `has_value_type' fields.
14904
14905         * reflection.c (mono_image_get_generic_param_info): Encode the
14906         correct flags if we have the `class' or `struct' constraint.
14907
14908 2004-04-07  Martin Baulig  <martin@ximian.com>
14909
14910         * reflection.h
14911         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
14912
14913 2004-04-07  Jackson Harper  <jackson@ximian.com>
14914
14915         * appdomain.c: Revert extra patches, just wanted to bump the
14916         version number.
14917         
14918 2004-04-07  Jackson Harper  <jackson@ximian.com>
14919
14920         * Makefile.am: Add culture-info private headers.
14921         * icall.c: Add new icalls for contructing locales.
14922         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
14923         * locales.h: Declare new culture info construction methods.
14924         * object.h: Add new fields used to avoid the CultureMap to
14925         MonoCultureInfo.
14926         * culture-info.h: Definition of structs used in the culture info
14927         tables.
14928         * culture-info-tables.h: Autogenerated tables that contain culture
14929         info data. This file was generated with the locale-builder tool.
14930         * appdomain.c: Incement corlib version number.
14931         
14932 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
14933
14934         * appdomain.c: (mono_runtime_init) move mono_thread_init
14935         to before mono_object_new calls so critical sections
14936         are initialized before use.
14937
14938 2004-04-07  Martin Baulig  <martin@ximian.com>
14939
14940         * icall.c
14941         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
14942         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
14943         (ves_icall_MonoGenericParam_initialize): Removed.
14944         (monogenericparam_icalls): Removed.
14945         (generictypeparambuilder_icalls): Added new table for
14946         System.Reflection.Emit.GenericTypeParameterBuilder.
14947
14948         * reflection.c
14949         (mono_reflection_define_generic_parameter): Removed.
14950         (mono_reflection_initialize_generic_parameter): This is now called
14951         from GenericTypeParameterBuilder's .ctor.
14952
14953 2004-04-06  Martin Baulig  <martin@ximian.com>
14954
14955         * class.c (mono_class_init): Don't inflate nested classes in a
14956         generic instance.
14957         (mono_type_get_name_recurse): Include the generic arguments for
14958         generic instances and generic type declarations.
14959         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
14960         (_mono_class_get_instantiation_name): Removed.
14961         (mono_class_create_generic): Always use `gklass->name' as our name.
14962
14963         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
14964
14965         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
14966         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
14967         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
14968         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
14969         closed generic methods here.
14970
14971         * reflection.c
14972         (mono_reflection_generic_inst_get_nested_types): Removed.
14973         (inflate_mono_method): Copy the generic parameters from the
14974         MonoMethodHeader into out MonoGenericMethod.
14975
14976 2004-04-06  Martin Baulig  <martin@ximian.com>
14977
14978         * row-indexes.h
14979         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
14980
14981         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
14982
14983         * reflection.c (build_compressed_metadata): If we have any entries
14984         in the GenericParam, MethodSpec or GenericParamConstraint tables,
14985         set the header version to 1.1.
14986
14987 2004-04-06  Martin Baulig  <martin@ximian.com>
14988
14989         * class.c (mono_class_init): If we're a generic instance,
14990         initialize our nested classes, too.
14991         (_mono_class_get_instantiation_name): Deal with the new `!%d'
14992         suffix. 
14993
14994 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14995
14996         * process.c: quote the argument passed to the shell on windows.
14997
14998 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
14999
15000         * threads.c (mono_alloc_special_static_data): Allow this to be
15001         called during startup.
15002
15003 2004-04-02  Martin Baulig  <martin@ximian.com>
15004
15005         * icall.c
15006         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
15007
15008 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
15009
15010         * icall.c: Fix build.
15011
15012 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
15013
15014         * Makefile.am: Added security.c|h.
15015         * icall.c: Added icall for get_UserName;
15016         * security.c: New file for security related icalls. Added function
15017         get_UserName for System.Environment (fix #56144).
15018         * security.h: New. Header file for security.c
15019
15020 2004-04-02  Dick Porter  <dick@ximian.com>
15021
15022         * icall.c: Deleted the icalls that were obsoleted some time ago
15023         by the ICU string code, and which were mixed into the icall
15024         rearranging.  Fixes bug 55969.
15025
15026         * string-icalls.h: 
15027         * string-icalls.c: Deleted the code that those icalls reference.
15028
15029 2004-04-01  Martin Baulig  <martin@ximian.com>
15030
15031         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
15032
15033         * class.c (mono_class_from_generic_parameter): Don't set 
15034         TYPE_ATTRIBUTE_INTERFACE.
15035         (my_mono_class_from_generic_parameter): Likewise.
15036
15037 2004-04-01  Martin Baulig  <martin@ximian.com>
15038
15039         * loader.c (find_method): Added an optional `MonoClass *ic'
15040         argument to search in a specific interface.
15041         (mono_get_method_constrained): New public function.
15042
15043 2004-04-01  Martin Baulig  <martin@ximian.com>
15044
15045         * reflection.c (mono_image_get_generic_field_token): Use the
15046         `handleref' cache here.
15047
15048 2004-04-01  Martin Baulig  <martin@ximian.com>
15049
15050         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
15051
15052         * reflection.c (create_generic_typespec): Use the `typespec' hash
15053         here, not the `typeref' one.    
15054
15055 2004-04-01  Martin Baulig  <martin@ximian.com>
15056
15057         * class.c (mono_class_inflate_generic_type): Moved the
15058         functionality into a new static inflate_generic_type() which
15059         returns NULL if it didn't do anything.  Only increment the
15060         `mono_stats.inflated_type_count' if we actually inflated
15061         something.
15062         (mono_class_get_full): Check the classes type to see whether we
15063         need to inflate it; also inflate MONO_TYPE_(M)VAR.
15064
15065 2004-04-01  Jackson Harper  <jackson@ximian.com>
15066
15067         * reflection.c: Set culture for assembly references.
15068         
15069 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
15070
15071         * reflection.[ch], icall.[ch], Fix support for pinning variables.
15072
15073 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15074
15075         * assembly.c:
15076         (do_mono_assembly_open): the critical section also covers
15077         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
15078
15079 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15080
15081         * threads.c:
15082         (mono_manage_threads): abort the background threads when finishing.
15083         Fixes bug #47232.
15084
15085 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15086
15087         * gc.c: only close the done_event handle if there was no timeout.
15088         C-ified comments.
15089
15090 2004-03-30  Martin Baulig  <martin@ximian.com>
15091
15092         * icall.c (icall_entries): It's called "System.Activator", not
15093         "System.Activation".    
15094
15095 2004-03-30  Martin Baulig  <martin@ximian.com>
15096
15097         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
15098         (mono_class_create_from_typespec): Likewise.
15099
15100 2004-03-30  Martin Baulig  <martin@ximian.com>
15101
15102         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
15103         `has_ctor_constraint' and `initialized'.
15104
15105 2004-03-30  Martin Baulig  <martin@ximian.com>
15106
15107         * reflection.c (encode_new_constraint): New static function to add
15108         the constructor constraint attribute to a type parameter.
15109         (encode_constraints): Call encode_new_constraint() if necessary.
15110
15111         * reflection.h
15112         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
15113
15114         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
15115         
15116 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
15117
15118         * reflection.c, icall.c: add support for pinning variables. 
15119
15120 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
15121
15122         * marshal.c (mono_marshal_get_managed_wrapper):
15123         init bool local with zero rather than null.
15124
15125 2004-03-29  Martin Baulig  <martin@ximian.com>
15126
15127         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
15128         the "official" behavior here.
15129         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
15130
15131 2004-03-29  Martin Baulig  <martin@ximian.com>
15132
15133         * icall.c: Reflect latest API changes.
15134
15135 2004-03-29  Martin Baulig  <martin@ximian.com>
15136
15137         * loader.c (mono_get_method_from_token): Also call
15138         mono_metadata_load_generic_params () for abstract and interface
15139         methods; replace the type arguments in the method signature with
15140         the ones which are loaded from the metadata.
15141
15142 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
15143
15144         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
15145         of the lock is not the current thread. MS.NET don't do it, in spite of
15146         what the documentation says. See bug #56157.
15147
15148 2004-03-28  Martin Baulig  <martin@ximian.com>
15149
15150         * class.c (mono_class_init): Don't call init_properties() and
15151         init_events() for generic instances; set `prop->parent' when
15152         inflating properties.
15153
15154         * reflection.c (mono_generic_inst_get_object): Call
15155         `mono_class_init (ginst->klass)'.
15156         (mono_type_get_object): Only create a MonoGenericInst if your
15157         generic type is a TypeBuilder.
15158         (do_mono_reflection_bind_generic_parameters): Only set
15159         `ginst->is_dynamic' if our generic type is a TypeBuilder.
15160
15161 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
15162
15163         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
15164         Fixes #56091.
15165
15166 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15167
15168         * icall.c: added Kill_internal icall.
15169         * process.[ch]: added Kill_internal icall.
15170
15171 2004-03-25  Martin Baulig  <martin@ximian.com>
15172
15173         * class.h (MonoStats): Added `generic_instance_count',
15174         `inflated_method_count', `inflated_type_count' and
15175         `generics_metadata_size'.       
15176
15177 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15178
15179         * reflection.c: no warnings now.
15180
15181 2004-03-25  Martin Baulig  <martin@ximian.com>
15182
15183         * class.c (mono_class_get_full): New public function; does a
15184         mono_class_get(), but also takes a `MonoGenericContext *'.
15185
15186         * loader.c (mono_field_from_memberref): Renamed to
15187         `field_from_memberref', made static and added `MonoGenericContext *'
15188         argument.
15189         (mono_field_from_token): Added `MonoGenericInst *' argument.
15190         (method_from_memberef): Likewise.
15191         (mono_get_method_from_token): Likewise.
15192         (mono_get_method_full): New public function; does a
15193         mono_get_method(), but also takes a `MonoGenericContext *'.
15194
15195         * verify.c (mono_method_verify): Get the method's generic context
15196         and pass it to mono_field_from_token(), mono_get_method_full() and
15197         mono_class_get_full().
15198
15199 2004-03-25  Martin Baulig  <martin@ximian.com>
15200
15201         * class.c (mono_class_inflate_generic_type): Take a
15202         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
15203         `MonoGenericMethod *'.
15204
15205 2004-03-25  Martin Baulig  <martin@ximian.com>
15206
15207         * loader.h (MonoMethodInflated): Store the MonoGenericContext
15208         instead of the MonoGenericMethod here.
15209
15210 2004-03-25  Martin Baulig  <martin@ximian.com>
15211
15212         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
15213         each time we create a new MonoGenericInst, we also create a new
15214         context which points back to us.
15215
15216         * class.c (inflate_method): Use `ginst->context' instead of
15217         creating a new context.
15218
15219         * loader.c (method_from_memberref): Use
15220         `klass->generic_inst->context' instead of creating a new context.
15221
15222 2004-03-25  Martin Baulig  <martin@ximian.com>
15223
15224         * class.h (MonoGenericContext): New struct.
15225         (MonoGenericMethod): Removed `generic_inst'.
15226
15227         * class.c (mono_class_inflate_generic_method): Take a
15228         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
15229
15230 2004-03-25  Martin Baulig  <martin@ximian.com>
15231
15232         * loader.h (MonoMethodInflated): New typedef.
15233
15234         * metadata.h (MonoMethodSignature): Removed `gen_method', make
15235         `generic_param_count' consume just 30 bits, added `is_inflated'
15236         and `has_type_parameters' flags (one bit each).
15237
15238         * class.c (mono_class_inflate_generic_method): Create a
15239         MonoMethodInflated instead of a MonoMethodNormal and set
15240         `is_inflated' in the method signature.
15241
15242         * class.h (MonoGenericMethod): Removed `generic_method'.
15243
15244 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
15245
15246         * image.c: Make sure the name of a MonoImage is always an absolute path.
15247           This fixes bug #54415.
15248
15249 2004-03-24  Martin Baulig  <martin@ximian.com>
15250
15251         * class.c (mono_class_setup_vtable): If we're a generic instance,
15252         use our generic type's vtable size.
15253
15254 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
15255
15256         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
15257         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
15258         problems.
15259
15260 2004-03-23  Martin Baulig  <martin@ximian.com>
15261
15262         * class.h (MonoDynamicGenericInst): Added `int count_events' and
15263         `MonoEvent *events'.
15264
15265         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
15266         (typebuilder_icalls): Added "get_event_info"; calls
15267         mono_reflection_event_builder_get_event_info(). 
15268
15269         * reflection.c (mono_reflection_generic_inst_initialize): Added
15270         `MonoArray *events'.
15271         (mono_reflection_event_builder_get_event_info): New function.
15272
15273 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
15274
15275         * object.h: add mono_type_initialization_init
15276
15277         * object.c (mono_runtime_class_init): 
15278         implement class constructor synchronization rules
15279         to cope with threading issues.  
15280         add mono_type_initialization_init
15281
15282         * appdomain.c (mono_runtime_init): call 
15283         mono_type_initialization_init
15284
15285         * class.h: removing initializing field from MonoVTable
15286
15287 2004-03-23  Martin Baulig  <martin@ximian.com>
15288
15289         * class.c (my_mono_class_from_generic_parameter): Use
15290         `param->name' if it's not NULL. 
15291
15292 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
15293
15294         * class.c: do not insert non-virtual methods in the vtable.
15295         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
15296         that means the method is non-virtual. This never would have
15297         happened before.
15298
15299 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
15300
15301         * profiler.c: Added lock for accessing coverage_hash.
15302
15303 2004-03-22  Martin Baulig  <martin@ximian.com>
15304
15305         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
15306         `method->method->signature->generic_param_count != 0' to make it
15307         work for interface methods.
15308
15309 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15310
15311         * process.c: quote the string passed to the shell using g_shell_quote.
15312
15313 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15314
15315         * threads.c:
15316         (mono_threads_manage): don't remove the finalizer thread and self
15317         from the threads hash table so that mono_thread_manage can be called
15318         more than once.
15319
15320 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15321
15322         * process.c: quote the arguments when UseShellExecute is true. Fixes
15323         bug #55790.
15324
15325 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15326
15327         * threads.c: set mono_thread_detach as a cleanup routine for every
15328         thread. This way it's always executed upon thread termination, either
15329         aborted or finished normally. No more xsp hangs!
15330
15331 2004-03-17  Martin Baulig  <martin@ximian.com>
15332
15333         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
15334         `int count_nested' and a `MonoType **nested'.
15335
15336         * reflection.c (mono_reflection_bind_generic_parameters): Moved
15337         most of the functionality into a new static
15338         do_mono_reflection_bind_generic_parameters() and don't take a
15339         `MonoType *nested_in' argument any more.  Don't compute nested
15340         types here.
15341         (mono_reflection_generic_inst_get_nested_types): New public method
15342         to get nested types.
15343
15344         * class.c (mono_class_create_generic): Set `klass->nested_in' if
15345         we're a nested class.
15346
15347         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
15348         mono_reflection_generic_inst_get_nested_types() to compute the
15349         nested types.
15350
15351 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15352
15353         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
15354         descriptive error message under windows.
15355         
15356 2004-03-17  Martin Baulig  <martin@ximian.com>
15357
15358         * class.c (dup_type): Added `const MonoType *original' argument;
15359         copy the attrs from the original type.
15360
15361 2004-03-17  Martin Baulig  <martin@ximian.com>
15362
15363         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
15364         `m->generic_inst_cache' here.
15365
15366 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15367
15368         * exception.h exception.c: Add stack_overflow_exception.
15369
15370 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15371
15372         * threadpool.c:
15373         (overlapped_callback): call SetEvent *after* invoking the callback.
15374         No need to call CloseHandle.
15375
15376 2004-03-16  Martin Baulig  <martin@ximian.com>
15377
15378         * reflection.c (mono_image_get_fieldref_token): Take a
15379         `MonoReflectionField *' instead of a `MonoClassField *' and a
15380         `MonoClass *'; store the `MonoReflectionField *' in the hash.
15381
15382 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15383
15384         * appdomain.c: don't add the culture to the filename we're looking for
15385         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
15386
15387 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15388
15389         * locales.c: don't ignore symbols when doing case insensitive compares.
15390         Thanks Dick! Fixes bug #54046.
15391
15392         * threads.c: surround 'threads' usage with enter/leave in
15393         mono_thread_manage.
15394
15395 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
15396
15397         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
15398         implicitly marshalled as [Out]. Fixes #55450.
15399
15400         (mono_marshal_get_runtime_invoke): Zero out the result if there is
15401         an exception.
15402
15403 2004-03-16  Martin Baulig  <martin@ximian.com>
15404
15405         * class.c (mono_class_from_generic_parameter): Use the actual
15406         parameter name. 
15407
15408 2004-03-16  Martin Baulig  <martin@ximian.com>
15409
15410         * reflection.c (type_get_signature_size): New static function.
15411         Compues the size of the type in a method signature.
15412         (method_get_signature_size): New static function; calls
15413         type_get_signature_size() to compute the actual size of the
15414         method's signature.
15415         (method_encode_signature): Use method_get_signature_size() to get
15416         the signature's size rather than using `nparams * 10'.
15417
15418 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15419
15420         * file-io.h: define here WapiOverlapped on windows. I don't want the
15421         regular OVERLAPPED one.
15422
15423         * file-io.c:
15424         * threadpool.c: somehow, BindIoCompletionCallback is not found.
15425         Disabling AIO on windows.
15426
15427 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15428
15429         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
15430         bug #55385.
15431
15432 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15433
15434         * appdomain.c: upgraded corlib version.
15435
15436         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
15437         and BeginWrite. Allow opening files for asynchrnous operations.
15438
15439         * file-io.h: new struct that maps FileStreamAsyncResult.
15440         * icall.c: added new icalls.
15441         * process.[ch]: support setting child process environment variables
15442         and use the SHELL or COMSPEC when UseShellExecute is true.
15443
15444         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
15445         callback for async. IO is here and also BindHandle.
15446
15447         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
15448         from here.
15449
15450 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
15451
15452         * reflection.c (create_custom_attr): Allow len == 0.
15453
15454         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
15455         computation on big-endian machines.
15456
15457 2004-03-13  Martin Baulig  <martin@ximian.com>
15458
15459         * class.h (MonoGenericInst): Added `int count_ifaces'.
15460
15461         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
15462         `ginst->count_ifaces' instead `klass->interface_count' since we
15463         may get called before the vtable is created.
15464
15465         * loader.c (mono_method_get_param_names): If we're a generic
15466         instance, return and don't initialize the class.
15467
15468         * reflection.c (mono_reflection_setup_generic_class): Don't call
15469         ensure_runtime_vtable().
15470         (mono_reflection_bind_generic_parameters): Set
15471         `ginst->count_ifaces'.
15472
15473 2004-03-11  Jackson Harper <jackson@ximian.com>
15474
15475         * icall.c:
15476         * unicode.c:
15477         * unicode.h: Remove unused System.Char icalls.
15478         
15479 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
15480
15481         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
15482         code when we P/Invoke the first library in Windows.Forms, instead
15483         of when we first open the assembly.
15484
15485         * assembly.c: Drop the lookup from here.
15486
15487 2004-03-10  Martin Baulig  <martin@ximian.com>
15488
15489         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
15490         class for properties, fields and events.  Finally fixes #54945.
15491
15492 2004-03-10  Martin Baulig  <martin@ximian.com>
15493
15494         * metadata.c (mono_metadata_class_equal): New static function;
15495         checks whether two generic instances or two generic parameters are
15496         equal.
15497         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
15498         compare classes.        
15499
15500 2004-03-10  Martin Baulig  <martin@ximian.com>
15501
15502         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
15503
15504         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
15505         argument and write it into the `reflection_info' field.
15506
15507         * icall.c
15508         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
15509         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
15510
15511 2004-03-09  Jackson Harper  <jackson@ximian.com>
15512
15513         * char-conversions.h: use 8 bits for numeric data its all we need
15514         * icall.c: numeric data is only 8 bits now.
15515
15516 2004-03-09  Martin Baulig  <martin@ximian.com>
15517
15518         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
15519
15520         * class.c (init_properties, init_events): Initialize the new
15521         `parent' field.
15522
15523         * reflection.c (typebuilder_setup_properties): Likewise.
15524         (typebuilder_setup_events): Likewise.
15525
15526         * reflection.h (MonoEventInfo): Replaced `parent with
15527         `declaring_type' and `reflected_type'.
15528
15529         * icall.c (ves_icall_get_property_info): Distinguish between
15530         declaring and reflected type.
15531         (ves_icall_get_event_info): Likewise.
15532
15533 2004-03-09  Martin Baulig  <martin@ximian.com>
15534
15535         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
15536         (ves_icall_Type_GetField): Correctly set field->klass.
15537
15538 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
15539
15540         * loader.h: Fix warning.
15541
15542 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
15543
15544         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
15545         library routine if present.  Notice that it will still continue
15546         executing even if its missing, for those working on the Gtk#
15547         edition of Windows.Forms.
15548
15549         * assembly.c (do_mono_assembly_open): If loading the
15550         System.Windows.Forms call mono_loader_wini_init.
15551
15552 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
15553
15554         * class.h: Added MonoRemoteClass struct.
15555         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
15556         function for MonoStrings.
15557         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
15558         Added internal call for getting the proxy type.
15559         * marshal.c: Get the type of transparent proxies from its remote_class.
15560         Added methods that generate the IL for type checks and casts:
15561         mono_marshal_get_isinst, mono_marshal_get_castclass, 
15562         mono_marshal_get_proxy_cancast.
15563         * marshal.h: Declaration of the previous new methods.
15564         * object.c: Added new moethods for creating and updating MonoRemoteClass
15565         instances: mono_remote_class, mono_upgrade_remote_class, 
15566         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
15567         * verify.c: FIx transparent_proxy_fields layout.
15568         * appdomain.c: Bump corlib version.
15569
15570 2004-03-04  Jackson Harper  <jackson@ximian.com>
15571
15572         * icall.c: Add icall to access char conversion tables.
15573         * char-conversions.h: Character conversion tables.
15574         * Makefile.am: Add char-conversions.h private header file.
15575         
15576 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
15577
15578         * appdomain.c (unload_thread_main): Increase unloading timeout to
15579         10 sec as a temporary workaround for Nant problems.
15580
15581 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
15582
15583         * gc.c: Add checks for GC_enable and GC_disable.
15584
15585         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
15586         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
15587         (bug #54988).
15588         
15589 2004-02-27  Martin Baulig  <martin@ximian.com>
15590
15591         * reflection.c (mono_reflection_bind_generic_parameters): Take a
15592         `MonoReflectionType *' instead of a `MonoType *'.
15593
15594 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
15595
15596         * gc.c (run_finalize): Avoid finalizing the object representing the
15597         finalizer thread.
15598         (finalizer_thread): Fix warning.
15599
15600 2004-02-25  Martin Baulig  <martin@ximian.com>
15601
15602         * class.c (_mono_class_get_instantiation_name): Added `int offset'
15603         argument for nested types.
15604         (mono_class_create_generic): Added support for nested generictypes.
15605
15606         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
15607         `GList *nested'.
15608
15609         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
15610
15611         * reflection.c (method_encode_signature): Increase the minimum
15612         value of `size' from 10 to 11.
15613         (mono_reflection_bind_generic_parameters): Take `int type_argc'
15614         and `MonoType **types' arguments instead of the `MonoArray
15615         *types'; added `MonoType *nested_in'.  Recursively instantiate
15616         nested classes. 
15617
15618 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
15619
15620         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
15621         stack_overflow_ex members which are used by exception handling.
15622
15623         * appdomain.c (mono_runtime_init): Initialize the new members.
15624
15625         * gc.c (mono_gc_enable): New helper function.
15626         * gc.c (mono_gc_disable): New helper function.
15627
15628 2004-02-23  Martin Baulig  <martin@ximian.com>
15629
15630         * icall.c: I must have been really stupid - make it actually work
15631         this time ;-)
15632
15633 2004-02-23  Martin Baulig  <martin@ximian.com>
15634
15635         * loader.c (method_from_memberref): Only inflate the method if
15636         it's in another klass.
15637
15638 2004-02-23  Martin Baulig  <martin@ximian.com>
15639
15640         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
15641         (mono_class_init): If we're a generic instance and an interface,
15642         compute `class->interface_id'; also create `class->interfaces'
15643         here and inflate them.
15644
15645         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
15646         `ginst->is_open'.
15647         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
15648
15649         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
15650
15651 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
15652
15653         * reflection.c (method_encode_code): Improved the error message
15654         generated by the exception.
15655
15656 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15657
15658         * icall.c: Martin did not do what he said in the ChangeLog for
15659         2004-02-18, but put back the changes for properties and events.
15660         Commenting those changes out again and adding comment to bug #54518.
15661         
15662         * process.c: removed warning.
15663
15664 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
15665
15666         * marshal.c (emit_struct_conv): Print an error message instead of
15667         asserting when a type does not have the StructLayout attribute.
15668
15669 2004-02-20  Martin Baulig  <martin@ximian.com>
15670
15671         * reflection.c (mono_type_get_object): Also use the cache for
15672         generic instances.
15673         (mono_reflection_bind_generic_parameters): Always compute
15674         `ginst->ifaces'.        
15675
15676 2004-02-20  Martin Baulig  <martin@ximian.com>
15677
15678         * class.h (MonoGenericMethod): Removed `klass'.
15679
15680         * class.c (mono_class_inflate_generic_method): Added `MonoClass
15681         *klass' argument.
15682
15683 2004-02-20  Martin Baulig  <martin@ximian.com>
15684
15685         * reflection.c (method_encode_methodspec): Actually use the
15686         uninflated signature for the memberref.
15687
15688 2004-02-20  Martin Baulig  <martin@ximian.com>
15689
15690         * class.h (MonoGenericMethod): Removed `declaring'.
15691
15692         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
15693         is NULL, compute it here.
15694
15695 2004-02-20  Martin Baulig  <martin@ximian.com>
15696
15697         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
15698
15699         * metadata.c (mono_metadata_generic_inst_hash): New method.
15700         (mono_metadata_generic_inst_equal): New method.
15701
15702         * reflection.c (mono_reflection_bind_generic_parameters): Use the
15703         `klass->image->generic_inst_cache' cache to avoid creating
15704         duplicate MonoGenericInst's.
15705
15706         * class.c (mono_class_inflate_generic_type): Use the cache.
15707
15708 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
15709
15710         * object.c: fixed gc descriptor calculation for embedded valuetypes.
15711
15712 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15713
15714         * icall.c: added Socket.WSAIoctl icall.
15715
15716         * socket-io.[ch]: implemented
15717         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
15718
15719 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
15720
15721         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
15722
15723 2004-02-18  Urs C Muff  <umuff@quark.com>
15724
15725         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
15726         this work on PPC and other big-endian architectures.
15727
15728         * debug-mono-symfile.h: Prepended the names of all the `guint32'
15729         fields with an underscore to make sure they're only accessed by
15730         the read32() macro.
15731
15732 2004-02-18  Martin Baulig  <martin@ximian.com>
15733
15734         * icall.c: Put the klass->refclass changes back for methods and
15735         fields, but not for properties and events.  We're currently not
15736         distinguishing between DeclaringType and ReflectedType for
15737         properties and events, that's what caused the regressions.
15738
15739 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15740
15741         * object.c:
15742         (mono_async_result_new): the handle can be NULL.
15743
15744         * threadpool.c: Use an event instead of a semaphore, don't initialize
15745         it until needed. This saves quite a few semaphores from being created
15746         when using the threadpool.
15747
15748 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
15749
15750         * object.c (mono_string_is_interned_lookup): Fix interning of long
15751         strings. Fixes #54473.
15752
15753         * domain.c (ldstr_equal): Optimize if the two strings are equal.
15754
15755         * icall.c: Revert the klass->refclass changes since they introduce
15756         regressions (bug #54518).
15757
15758 2004-02-18  Martin Baulig  <martin@ximian.com>
15759
15760         * class.c (mono_class_init): If we're a generic instance and don't
15761         come from a TypeBuilder, inflate our members here.
15762         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
15763         (mono_class_create_generic): New public method.
15764         (mono_class_initialize_generic): Removed.
15765         (get_instantiation_name): Renamed to
15766         _mono_class_get_instantiation_name() and made it public.
15767
15768 2004-02-18  Martin Baulig  <martin@ximian.com>
15769
15770         * class.c (mono_class_inflate_generic_type): Clear the new
15771         instance's `nginst->klass' when inflating a generic instance.
15772         (mono_class_is_subclass_of): Added (basic) support for generic
15773         instances.
15774
15775 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
15776
15777         * appdomain.h, domain.c: use a MonoCodeManager instead of a
15778         MonoMempool to hold compiled native code.
15779
15780 2004-02-17  Martin Baulig  <martin@ximian.com>
15781
15782         * class.h (MonoDynamicGenericInst): Added `count_properties' and
15783         `properties'.
15784
15785         * reflection.c (mono_reflection_generic_inst_initialize): Added
15786         `MonoArray *properties' argument.
15787
15788         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
15789
15790 2004-02-17  Martin Baulig  <martin@ximian.com>
15791
15792         * icall.c (ves_icall_Type_GetFields): Renamed to
15793         ves_icall_Type_GetFields_internal() and added a
15794         `MonoReflectionType *rtype' argument; pass it to
15795         mono_field_get_object() to set the field's "reflected" type.
15796         (ves_icall_Type_GetConstructors): Likewise.
15797         (ves_icall_Type_GetEvents): Likewise.
15798         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
15799         argument; pass it to mono_method_get_object() to set the method's
15800         "reflected" type.       
15801
15802 2004-02-17  Martin Baulig  <martin@ximian.com>
15803
15804         * class.h (MonoDynamicGenericInst): New type.
15805         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
15806
15807         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
15808         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
15809         (ves_icall_MonoGenericInst_GetFields): New interncall.
15810
15811         * class.c (mono_class_from_generic): Don't call
15812         mono_class_initialize_generic() if this is a dynamic instance;
15813         ie. it's being created from a TypeBuilder.
15814         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
15815         `class->byval_arg.type'.
15816
15817         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
15818         to `inflate_method' and made static.
15819         (mono_reflection_inflate_field): Removed.
15820         (mono_reflection_generic_inst_initialize): New public method.
15821
15822         * reflection.h (MonoReflectionGenericInst): Removed `methods',
15823         `ctors' and `fields'; added `initialized'.
15824
15825 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
15826
15827         * debug-helpers.c (mono_method_full_name): Fix output for empty
15828         namespaces.
15829
15830 2004-02-12  Martin Baulig  <martin@ximian.com>
15831
15832         * class.h (MonoClassField): Added `MonoType *generic_type'.
15833
15834         * reflection.c (mono_image_get_fieldref_token): Added support for
15835         instantiated generic types.
15836         (field_encode_inflated_field): Removed.
15837         (mono_image_get_inflated_field_token): Removed.
15838         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
15839
15840         * reflection.h (MonoReflectionInflatedField): Removed.
15841
15842 2004-02-12  Martin Baulig  <martin@ximian.com>
15843
15844         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
15845         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
15846
15847         * reflection.c (mono_image_get_methodspec_token): Take a
15848         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
15849         (mono_image_create_token): Check whether we have a
15850         `method->signature->gen_method' and call
15851         mono_image_get_methodspec_token() if appropriate.
15852         (inflated_method_get_object): Removed.
15853         (mono_reflection_bind_generic_method_parameters): Return a
15854         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
15855         (mono_reflection_inflate_method_or_ctor): Likewise.
15856
15857         * reflection.h (MonoReflectionInflatedMethod): Removed.
15858
15859 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
15860
15861         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
15862         for custom valuetype marshalling.
15863
15864         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
15865
15866 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15867
15868         * icall.c: fixed WSAGetLastError_internal name.
15869
15870 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
15871
15872         * threads.c (mono_thread_attach): Allow this to be called multiple
15873         times for a thread.
15874         
15875         * threads.c (build_wait_tids): Do not wait for ourselves.
15876
15877         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
15878         appdomain list is empty.
15879
15880         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
15881         memory returned by mono_string_builder_to_utf16, since it points into
15882         managed memory. Thanks to Bernie Solomon for noticing this.
15883
15884         * icall.c: Add AppDomainSetup icalls.
15885
15886         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
15887
15888         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
15889         types.
15890
15891         * reflection.c (reflection_methodbuilder_to_mono_method): Save
15892         custom attributes to the method_aux struct. Also fix array indexes etc.
15893
15894         * loader.c (mono_method_get_param_names): Make dynamic case work again.
15895         
15896 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
15897
15898         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
15899         (both static and runtime) and reduce startup time.
15900
15901 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
15902
15903         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
15904         AsAny marshalling conversion instead of crashing.
15905
15906         * marshal.c: Fix warnings.
15907
15908 2004-02-09  Martin Baulig  <martin@ximian.com>
15909
15910         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
15911
15912         * reflection.h (MonoReflectionInflatedMethod): Removed the
15913         `declaring' field, it's now in the unmanaged MonoGenericMethod.
15914
15915         * reflection.c (method_encode_methodspec): Removed the `method'
15916         argument; we get it from `gmethod->declaring'.
15917         (inflated_method_get_object): Removed the `declaring' argument.
15918
15919 2004-02-09  Martin Baulig  <martin@ximian.com>
15920
15921         * class.h (MonoGenericMethod): New type.
15922         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
15923         `generic_method'.
15924
15925         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
15926         a `MonoGenericMethod *gen_method' one.
15927
15928         * class.c (mono_class_inflate_generic_type): Take an additional
15929         `MonoGenericMethod * argument.  This is only non-NULL if we're
15930         inflating types for a generic method.   
15931         (mono_class_inflate_generic_signature): Renamed to
15932         inflate_generic_signature() and made static; take a
15933         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
15934         (inflate_generic_header): Take a `MonoGenericMethod *' argument
15935         instead of a `MonoGenericInst *' one.
15936         (mono_class_inflate_generic_method): Likewise.
15937
15938         * reflection.c (encode_generic_method_sig): Take a
15939         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
15940         (method_encode_methodspec): Likewise.
15941         (inflated_method_get_object): Likewise. 
15942
15943         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
15944         field with a `MonoGenericMethod *gmethod' one.  
15945
15946 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
15947
15948         * class.h (mono_class_has_parent): add parens to expansion
15949         so you can ! this.
15950
15951 2004-02-08  Martin Baulig  <martin@ximian.com>
15952
15953         * image.h (MonoImage): Removed `generics_cache'.
15954
15955         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
15956         instead of a `MonoType *' argument; removed the `inflate_methods'
15957         argument.  Don't inflate methods here.
15958
15959         * loader.c (find_method): If it's a generic instance, call
15960         mono_class_init() on the `sclass->generic_inst->generic_type'.
15961
15962         * metadata.c (mono_type_size): Make this work on uninitialized
15963         generic instances; call it on the `ginst->generic_type's class.
15964
15965         * reflection.c (mono_reflection_bind_generic_parameters): Call
15966         mono_class_from_generic() to create the `ginst->klass'.
15967
15968 2004-02-08  Martin Baulig  <martin@ximian.com>
15969
15970         * class.h (MonoClass): Changed type of `generic_inst' from
15971         `MonoType *' to `MonoGenericInst *'.
15972
15973 2004-02-08  Martin Baulig  <martin@ximian.com>
15974
15975         * icall.c (ves_icall_Type_BindGenericParameters): Just call
15976         mono_type_get_object(), this is now creating a `MonoGenericInst'
15977         for MONO_TYPE_GENERICINST.
15978         (ves_icall_MonoGenericInst_GetParentType): Likewise.
15979         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
15980
15981         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
15982         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
15983         (inflated_method_get_object): Added `MonoClass *refclass' argument.
15984         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
15985         and reflected type.
15986
15987         * reflection.h (MonoReflectionInflatedMethod): Removed
15988         `declaring_type' and `reflected_type'.
15989
15990 2004-02-08  Martin Baulig  <martin@ximian.com>
15991
15992         * class.h (MonoGenericInst): Added `MonoType *parent' and
15993         `MonoType **ifaces'.
15994
15995         * reflection.h (MonoReflectionGenericInst): Removed `klass',
15996         `parent' and `interfaces'.
15997
15998         * reflection.c (mono_reflection_bind_generic_parameters): Take a
15999         `MonoType *' argument and return a `MonoType *'.
16000
16001         * icall.c
16002         (ves_icall_MonoGenericInst_GetParentType): New interncall.
16003         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
16004
16005 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16006
16007         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
16008         valuetype marshalling.
16009
16010 2004-02-06  Martin Baulig  <martin@ximian.com>
16011
16012         * class.c
16013         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
16014         (my_mono_class_from_generic_parameter): Likewise.
16015
16016 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16017
16018         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
16019         contents of the symbol files lazily.
16020
16021         * object.h (MonoThread): Add 'name' and 'name_len' fields.
16022
16023         * threads.h threads.c icall.c: New icalls for getting and setting the
16024         threads name.
16025
16026 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
16027
16028         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
16029         Raise an exception when the domain is not found.
16030
16031 2004-02-03  Martin Baulig  <martin@ximian.com>
16032
16033         * reflection.c (mono_image_get_methodspec_token): Use the
16034         uninflated signature; fixes gen-33.
16035
16036 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
16037
16038         * gc.c threads.c: Make the finalizer thread a normal managed thread so
16039         the finalizer code can use thread functionality.
16040
16041         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
16042         the finalizer thread.
16043
16044         * threads.c: Make some functions more robust.
16045
16046         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
16047
16048         * metadata.h: Add new marshalling conventions.
16049
16050         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
16051         stringbuilder marshalling. Fixes #53700.
16052
16053         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
16054
16055         * reflection.c (mono_image_get_type_info): Save declarative security
16056         info.
16057
16058         * reflection.c (mono_image_get_field_info): Handle uninitialized 
16059         unmanaged fields as well.
16060
16061         * appdomain.c: Bump corlib version.
16062
16063 2004-02-01  Martin Baulig  <martin@ximian.com>
16064
16065         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
16066         method type arguments.  
16067
16068 2004-01-30  Duncan Mak  <duncan@ximian.com>
16069
16070         * marshal.h: Add prototype for
16071         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
16072         and
16073         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
16074         fix the build.
16075
16076 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
16077
16078         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
16079         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
16080
16081 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16082
16083         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16084         custom marshalling of valuetypes.
16085
16086         * marshal.c: Fix some warnings.
16087
16088 2004-01-29  Martin Baulig  <martin@ximian.com>
16089
16090         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
16091         for generic method parameters.
16092
16093         * reflection.c (method_encode_methodspec): Write the uninflated
16094         signature into the methodspec table.
16095         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
16096         is always the uninflated method.
16097         (reflection_methodbuilder_to_mono_method): Copy the generic
16098         parameters from the MethodBuilder into `header->gen_params'.
16099
16100 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16101
16102         * class.c (mono_class_from_generic_parameter): Fix warning.
16103
16104 2004-01-27  Martin Baulig  <martin@ximian.com>
16105
16106         * class.c (mono_class_from_generic_parameter): Don't create
16107         `klass->methods' here.  
16108
16109 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
16110
16111         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
16112         extension since it does not work with libraries named lib<FOO>.dll.so.
16113
16114 2004-01-25  Martin Baulig  <martin@ximian.com>
16115
16116         * class.c (mono_class_inflate_generic_type): Added support for
16117         MONO_TYPE_GENERICINST.
16118
16119         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
16120         inflate methods on open constructed types.      
16121
16122 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16123
16124         * object.c: fire ProcessExit event in the root AppDomain after running
16125         Main. Fixes bug #53299.
16126
16127 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
16128
16129         * socket-io.c: include the new socket-wrappers.h header.
16130         Use the wrappers instead of the unix socket functions to make the code
16131         more clear.
16132
16133 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
16134
16135         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
16136
16137         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16138         Fixes #22532.
16139
16140 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
16141
16142         * reflection.c (mono_image_create_pefile): Handle the case when the
16143         entry point is not a MethodBuilder.
16144
16145         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16146         field to ReflectionMethod since it is not allways a builder.
16147
16148         * reflection.c (type_get_fully_qualified_name): New helper function to
16149         return the fully qualified name of a type.
16150
16151         * reflection.c (encode_marshal_blob): Always emit the fully qualified
16152         type name for custom marshallers.
16153
16154         * reflection.c (mono_marshal_spec_from_builder): Ditto.
16155
16156         * class.c (mono_class_setup_vtable): If a parent class already 
16157         implements an interface, use the implementing methods from that class.
16158         Fixes #53148.
16159
16160 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16161
16162         * threadpool.c: just return instead of ExitThread to allow for thread
16163         clean up earlier.
16164
16165 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
16166
16167         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
16168         when closing resource modules.
16169
16170         * reflection.c (mono_image_create_pefile): Handle the case when the
16171         entry point is not a MethodBuilder.
16172
16173         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16174         field to ReflectionMethod since it is not allways a builder.
16175
16176 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
16177
16178         * marshal.c (mono_marshal_get_managed_wrapper): 
16179         mono_marshal_alloc takes native int so CONV_I
16180         the arg for 64bits.
16181
16182 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
16183
16184         * reflection.c (fixup_cattrs): New function to fixup the methoddef
16185         tokens in the cattr table. Fixes #53108.
16186
16187 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16188
16189         * loader.c: don't trim ".dll" before looking up in the config file.
16190         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
16191
16192 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
16193
16194         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
16195         Return the module which contains the resource as well.
16196         (ves_icall_System_Reflection_Module_Close): New icall.
16197
16198         * appdomain.c: Bump corlib version number.
16199
16200         * image.c (mono_image_addref): New public function.
16201
16202         * assembly.c: Call mono_image_addref.
16203
16204         * reflection.c (mono_module_get_object): Increase reference count of 
16205         the image.
16206
16207         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16208         Fixes #22532.
16209
16210         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
16211         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
16212         proper exceptions on DllImport problems.
16213
16214 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
16215
16216         * class.c, metadata.c: eliminate CSIZE macro.
16217
16218 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
16219
16220         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
16221         * object.h: Added async_callback field in MonoAsyncResult.
16222         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
16223         * verify.c: Added async_callback in MonoAsyncResult layout.
16224
16225 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
16226
16227         * reflection.c (mono_reflection_get_custom_attrs): Add support
16228         for Modules.
16229
16230 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16231
16232         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
16233         marshalling.
16234         (mono_marshal_method_from_wrapper): Add null pointer check.
16235
16236 2004-01-16  Martin Baulig  <martin@ximian.com>
16237
16238         * debug-mono-symfile.h: Set version number to 36 and reflect
16239         latest symbol writer changes.
16240
16241 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16242
16243         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
16244         multi-dimensional arrays.
16245         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
16246         (mono_class_from_mono_type): Use bounded_array_class_get.
16247         
16248         * class.c (mono_bounded_array_class_get): New function which takes
16249         a 'bounded' bool argument to distinguish vectors from one dimensional
16250         arrays.
16251
16252         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
16253         bounded_array_class_get if the array has bounds.
16254
16255         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
16256         Search modules loaded using AssemblyBuilder:AddModule as well.
16257
16258 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16259
16260         * appdomain.c: increased corlib version.
16261         * filewatcher.c: removed g_print.
16262         * icall.c:
16263         (get_property_info): only allocate what is actually requested.
16264         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
16265
16266 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16267
16268         * Makefile.am: added filewatcher.[ch]
16269         * filewatcher.[ch]: FileSystemWatcher runtime support.
16270         * icall.c: added new FSW icalls.
16271
16272 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
16273
16274         * string-icalls.c: fix stringbuilder regression as suggested by
16275         Iain McCoy <iain@mccoy.id.au>.
16276
16277 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
16278
16279         * process.c (process_read_stringtable_block): Recognize '007f' as
16280         a language neutral stringtable block.
16281
16282 2004-01-12  Patrik Torstensson
16283
16284         * object.h (MonoStringBuilder) : Changed layout to support our
16285         new stringbuilder class.
16286         * marshal.c: Change marshalling to support the new layout of 
16287         string builder.
16288         * appdomain.c: increased version number because new layout of
16289         string builder.
16290
16291 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
16292
16293         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
16294         assembly name as an string instead of an AssemblyName, since it is
16295         easier to extract info from it.
16296
16297         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
16298         the culture subdirectories too. Fixes #52231.
16299
16300 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16301
16302         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
16303         It takes 2 new parameters with an optional name for the method to look
16304         for and case ignoring info.
16305
16306         * threadpool.c: removed unused variable.
16307
16308 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16309
16310         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
16311         It takes 2 new parameters with an optional name for the property to look
16312         for and case ignoring info.
16313         Fixes bug #52753.
16314
16315 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
16316
16317         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
16318         Fix #52451.
16319
16320 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16321
16322         * appdomain.c:
16323         * assembly.c: escape the uri before passing it to g_filename_from_uri.
16324         Fixes bug #52630.
16325
16326 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
16327
16328         * reflection.c: Add support for more than one unmanaged resource.
16329
16330         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
16331         in field->def_value, as done in all other cases.
16332
16333         * reflection.c (mono_reflection_get_custom_attrs): Add support for
16334         TypeBuilders.
16335
16336         * reflection.c (mono_reflection_create_runtime_class): Remove 
16337         errorneous assignment to klass->element_class, since it is already
16338         done in mono_reflection_setup_internal_class.
16339
16340 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16341
16342         * gc.c: added missing LeaveCriticalSection.
16343         * icall.c: indented a couple of lines.
16344         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
16345         if we call EndInvoke inside a callback. Fixes bug #52601.
16346
16347 2004-01-07  Martin Baulig  <martin@ximian.com>
16348
16349         * mono-debug-debugger.h
16350         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
16351
16352 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
16353
16354         * appdomain.c: Use messages in NotImplementedException.
16355
16356         * exception.c (mono_get_exception_not_implemented): Now this takes
16357         a message argument.
16358
16359         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
16360         exception instead of g_asserting an aborting when something is not
16361         implemented.
16362
16363         Add some inline docs.
16364
16365 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
16366
16367         * reflection.h: Update after changes to object layout.
16368
16369         * reflection.c: Implement saving of unmanaged aka win32 resources.
16370
16371         * appdomain.c: Bump version number.
16372
16373         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
16374         Handle missing domains gracefully.
16375
16376 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
16377
16378         * file-io.c : On Windows, there are much more invalid_path_chars.
16379
16380 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
16381
16382         * class.h, object.c: prepare for GetType () speedup.
16383
16384 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
16385
16386         * profiler.c: workaround for --profile null reference exception on
16387           cygwin. Patch by Patrik Torstensson.
16388
16389 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
16390
16391         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
16392         make work for unaligned access.
16393
16394 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
16395
16396         * class.c: small cleanup (class->fields [i] -> field).
16397         * image.c: check address of metadata is valid.
16398
16399 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
16400
16401         * assembly.h assembly.c (mono_assembly_loaded): New public function to
16402         search the list of loaded assemblies.
16403
16404         * reflection.c (mono_reflection_type_from_name): Use 
16405         mono_assembly_loaded instead of mono_image_loaded.
16406
16407         * reflection.c: Fix warnings.
16408
16409 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
16410
16411         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
16412         is dynamic. This is needed since an assembly can contain both dynamic and
16413         non-dynamic images.
16414
16415         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
16416         assembly->dynamic.
16417
16418         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
16419
16420         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
16421         to store modules loaded using AddModule.
16422
16423         * reflection.c (mono_image_fill_file_table): Generalize this so it works
16424         on Modules.
16425
16426         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
16427
16428         * reflection.c (mono_image_fill_export_table_from_module): New function to
16429         fill out the EXPORTEDTYPES table from a module.
16430
16431         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
16432         into a separate function. Also handle loaded non-dynamic modules.
16433
16434         * reflection.c (mono_image_basic_init): Fix memory allocation.
16435
16436         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16437
16438         * assembly.c (mono_assembly_load_references): Make this public.
16439
16440 2003-12-19  Martin Baulig  <martin@ximian.com>
16441
16442         * class.c (mono_class_initialize_generic): Made this static, take
16443         a `MonoGenericInst *' instead of a `MonoClass *'.
16444         (mono_class_from_generic): Call mono_class_initialize_generic()
16445         unless we're already initialized or being called from
16446         do_mono_metadata_parse_generic_inst().
16447
16448         * class.h (MonoGenericInst): Added `initialized' and
16449         `init_pending' flags.
16450
16451         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
16452         `mono_class_init (gklass)' or mono_class_initialize_generic()
16453         here; set `generic_inst->init_pending' while parsing the
16454         `type_argv'.
16455
16456 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
16457
16458         * locales.c: include string.h for memxxx prototypes
16459
16460 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
16461
16462         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
16463         constructor when accessing literal fields.
16464
16465 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
16466
16467         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16468
16469         * reflection.c (assembly_add_resource_manifest): New function to fill
16470         the MANIFESTRESOURCE table.
16471
16472         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
16473
16474         * reflection.h: Update to changes in class layout.
16475
16476         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
16477         Reenable call to mono_runtime_is_shutting_down ().
16478
16479         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
16480         determine if the runtime is shutting down.
16481
16482 2003-12-16  Jackson Harper <jackson@ximian.com>
16483
16484         * icall.c: comment out call to mono_runtime_is_shutting_down to
16485         fix build.
16486         
16487 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
16488
16489         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
16490         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
16491
16492 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
16493
16494         * reflection.c: move definition of swap_with_size
16495         to before its first call
16496
16497 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
16498
16499         * appdomain.c (mono_runtime_is_shutting_down): New public function.
16500
16501         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
16502         icall.
16503
16504         * object.c: Fix warnings.
16505
16506         * icall.c (ves_icall_Type_Get...): Only consider inherited static
16507         members if FlattenHierarchy is set.
16508
16509         * reflection.c (mono_image_add_decl_security): New function to emit
16510         declarative security.
16511
16512         * reflection.h reflection.c: Add support for declarative security.
16513
16514         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
16515         
16516 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
16517
16518         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
16519         
16520         * appdomain.c verify.c: Moved corlib version checking into its own
16521         function in appdomain.c since it needs to create vtables etc.
16522
16523 2003-12-13  Patrik Torstensson <p@rxc.se>
16524
16525         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
16526         instead of unwrapped server.
16527
16528 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
16529
16530         * verify.c (check_corlib): Fix field index.
16531
16532 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
16533
16534         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
16535         GetGacPath icall.
16536
16537 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
16538
16539         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
16540         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
16541         cope with sizeof(size_t) != sizeof(guint32).
16542
16543 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16544
16545         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
16546         in case of failure.
16547
16548 2003-12-10  Mark Crichton <crichton@gimp.org>
16549
16550         * icall.c: removed the GetNonZeroBytes.  We now handle this case
16551         in managed code.
16552
16553         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
16554
16555 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
16556
16557         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
16558         marked as deleted.
16559
16560 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
16561
16562         * verify.c (check_corlib): Handle the case when the version field is 
16563         initialized by a static constructor.
16564
16565 2003-12-08  Patrik Torstensson  <p@rxc.se>
16566
16567     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
16568
16569 2003-12-08  Martin Baulig  <martin@ximian.com>
16570
16571         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
16572         a MonoReflectionGenericParameter, also take the parameter index
16573         and name as arguments.
16574         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
16575         (ves_icall_MonoGenericParam_initialize): New interncall.
16576         (ves_icall_Type_make_byref_type): New interncall.
16577
16578         * reflection.h (MonoReflectionGenericParam): Derive from
16579         MonoReflectionType, not just from MonoObject.  Added `refobj' and
16580         `index' fields.
16581
16582         * reflection.c (mono_reflection_define_generic_parameter): Create
16583         and return a new MonoReflectionGenericParam; don't initialize the
16584         constraints here.
16585         (mono_reflection_initialize_generic_parameter): New public method;
16586         initializes the constraints and creates the `param->pklass'.
16587
16588 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
16589
16590         * reflection.h reflection.c: Use the new fields 'num_types', 
16591         'num_fields' and 'num_methods' to track the number of types etc.
16592
16593         * verify.c (check_corlib): Check corlib version number.
16594
16595 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
16596
16597         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
16598         function works on all methods.
16599
16600 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
16601
16602         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
16603         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
16604         the custom_type_info flag of the transparent proxy.
16605         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
16606         objects that supports IRemotingTypeInfo.
16607         * object.h: Added custom_type_info field in transparent proxy.
16608
16609 2003-12-06  Martin Baulig  <martin@ximian.com>
16610
16611         * class.c (mono_class_create_from_generic): Removed.
16612         (mono_class_from_generic): Check `ginst->klass' before doing
16613         anything else.  This is important to fully support "recursive"
16614         generic types.
16615
16616         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
16617         empty `generic_inst->klass' before doing anything else.
16618
16619 2003-12-06  Dick Porter  <dick@ximian.com>
16620
16621         * verify.c: 
16622         * object.h:
16623         * icall.c:
16624         * locales.c: Use C structs to access class fields.  Don't do a
16625         conversion between MonoString and UChar because both are
16626         platform-endian UTF-16.  Compare now takes startindex and count
16627         parameters.  Add a char overload for IndexOf.  Speed up the
16628         invariant string IndexOf.
16629
16630 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
16631
16632         * Makefile.am (monosn_LDADD): Fix parallel build.
16633
16634 2003-12-04  Martin Baulig  <martin@ximian.com>
16635
16636         * icall.c
16637         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16638         (ves_icall_Type_make_array_type): New interncall.       
16639
16640 2003-12-04  Martin Baulig  <martin@ximian.com>
16641
16642         * locales.c: also change it in the !HAVE_ICU case.
16643
16644 2003-12-04  Dick Porter  <dick@ximian.com>
16645
16646         * icall.c:
16647         * locales.c: construct_compareinfo is now in CompareInfo, not
16648         CultureInfo.
16649
16650 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
16651
16652         * image.c (mono_image_load_file_for_image): Cache loaded images in the
16653         image->files array.
16654
16655         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
16656         table as well.
16657
16658         * assembly.c (mono_assembly_load_references): Only load references
16659         once.
16660
16661         * class.c (mono_class_from_name): Avoid linear search of the 
16662         EXPORTEDTYPE table.
16663
16664         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
16665
16666 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
16667
16668         * image.h (MonoImage): Add 'field_cache' field.
16669
16670         * loader.c (mono_field_from_token): Cache field lookups.
16671         
16672         * reflection.c (mono_module_get_object): Fix name property.
16673
16674         * icall.c (ves_icall_get_enum_info): Update after changes to 
16675         mono_metadata_get_constant_index ().
16676
16677         * icall.c: Get rid of get_type_info icall, use a separate icall for
16678         each type property to avoid needless memory allocations. Fixes #51514.
16679
16680         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
16681         to avoid needless binary searches.
16682
16683         * class.c (class_compute_field_layout): Move the initialization of
16684         field->def_value to mono_class_vtable ().
16685
16686         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
16687         non-corlib types.
16688
16689         * object.c (mono_object_allocate): Make it inline.
16690
16691         * object.c (mono_object_allocate_spec): Make it inline.
16692         
16693 2003-12-02  Dick Porter  <dick@ximian.com>
16694
16695         * locales.c (create_NumberFormat): NumberFormatInfo construction.
16696         Patch by Mohammad DAMT (mdamt@cdl2000.com).
16697
16698 2003-12-01  Dick Porter  <dick@ximian.com>
16699
16700         * threads.c: Fix signature and call in CreateMutex and
16701         CreateEvent.
16702
16703 2003-12-01  Dick Porter  <dick@ximian.com>
16704
16705         * icall.c: 
16706         * locales.c: Implement string compares and searching
16707
16708         * object.h: Add extra Thread field
16709
16710 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
16711
16712         * reflection.c (fixup_method): Add support for MonoCMethod.
16713
16714 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
16715
16716         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
16717
16718         * reflection.c (assembly_name_to_aname): Allow extra characters in
16719         assembly names. Fixes #51468.
16720
16721 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
16722
16723         * exception.c (mono_exception_from_name_domain): New helper function.
16724
16725         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
16726         exception object in the correct domain.
16727
16728         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
16729         formatting + make a copy a the input data.
16730
16731         * loader.c (mono_get_method_from_token): Methods which contain
16732         native code do not have entries in the ImplMap.
16733
16734         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
16735         Thanks to Gonzalo for spotting this.
16736         
16737         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
16738         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
16739
16740         * assembly.h (mono_assembly_load_from): Split the second part of 
16741         assembly loading into a new public function.
16742
16743         * exception.h (mono_get_exception_bad_image_format): New function.
16744
16745 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
16746
16747         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
16748         Enumerate all modules inside a dynamic assembly. Fixes #51293.
16749         
16750         * icall.c: Add new icall for creating dynamic methods.
16751
16752         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
16753
16754         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
16755
16756         * reflection.c (mono_reflection_create_dynamic_method): New icall to
16757         create a dynamic method.
16758
16759         * reflection.c (resolve_object): New helper function.
16760
16761         * reflection.c: Generalize ReflectionMethodBuilder and the functions
16762         which manipulate it so they can also work on dynamic methods.
16763
16764         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
16765         creating the MonoReflectionMethodAux structure if it is not needed.
16766         
16767         * reflection.h verify.c: Update after changes to object layout.
16768
16769         * reflection.c (method_builder_encode_signature): Fix compilation on
16770         gcc 2.95.x.
16771
16772 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
16773
16774         * appdomain.h: Added support for context static fields. Added static_data
16775           field to MonoAppContext and renamed thread_static_fields to a more
16776           generic special_static_fields in MonoAppDomain, since it can now contain
16777           context static fields.
16778         * domain.c: Updated hashtable name.
16779         * object.c: Replaced field_is_thread_static() for a more generic
16780           field_is_special_static() which also checks for context static attribute.
16781           In mono_class_vtable(), added support for static context fields.
16782         * threads.c: Changed methods that manage thread static fields to more
16783           generic methods so they can be reused both for thread and context static
16784           data.
16785         * threads.h: Declared some new methods.
16786
16787 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
16788
16789         * reflection.h: Update after changes to the managed types.
16790
16791         * reflection.c (encode_custom_modifiers): New helper function.
16792
16793         * reflection.c (method_encode_signature): Emit custom modifiers.
16794
16795         * reflection.c (field_encode_signature): Emit custom modifiers.
16796
16797 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
16798
16799         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
16800
16801         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
16802         implementation.
16803
16804         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
16805         icall.
16806
16807         * object.c (mono_field_get_value_object): New function.
16808
16809         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
16810         specific.
16811
16812 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
16813
16814         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
16815         return a preallocated out-of-memory exception instance.
16816
16817         * object.c (out_of_memory): Use the new function.
16818
16819         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
16820         flag is before the custom modifiers. Fixes #49802.
16821
16822 2003-11-16  Martin Baulig  <martin@ximian.com>
16823
16824         * class.c (mono_class_is_open_constructed_type): Implemented the
16825         MONO_TYPE_GENERICINST case.
16826
16827 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
16828
16829         * assembly.c (mono_assembly_fill_assembly_name): New function to
16830         fill out the MonoAssemblyName structure.
16831         (mono_assembly_open): Use the new function.
16832
16833         * icall.c (fill_reflection_assembly_name): New helper function.
16834
16835         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
16836         new function.
16837
16838         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
16839
16840 2003-11-15  Martin Baulig  <martin@ximian.com>
16841
16842         * class.c (mono_class_is_open_constructed_type): New public
16843         function; checks whether a type is an open constructed type,
16844         ie. whether it still contains type parameters.
16845         (mono_class_inflate_generic_type): If we're a type parameter and
16846         the inflated type is also a MONO_TYPE_(M)VAR, return the original
16847         type.
16848
16849         * class.h (MonoGenericInst): Added `guint32 is_open'.
16850
16851         * loader.c (method_from_methodspec): Check whether we're an open
16852         or closed constructed type and set `ginst->is_open'.
16853
16854         * reflection.c (mono_reflection_bind_generic_parameters): Check
16855         whether we're an open or closed constructed type and set
16856         `ginst->is_open'.
16857         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
16858         from open constructed types.
16859
16860 2003-11-15  Martin Baulig  <martin@ximian.com>
16861
16862         * reflection.c (mono_reflection_bind_generic_parameters): If we're
16863         a generic instance (instead of a generic type declaration) with
16864         unbound generic parameters, bind them to our actual types.
16865
16866 2003-11-14  Martin Baulig  <martin@ximian.com>
16867
16868         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
16869
16870         * reflection.c (mono_reflection_bind_generic_parameters): If we're
16871         an interface type, populate `res->interfaces' with instantiated
16872         versions of all the interfaces we inherit.
16873
16874 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
16875
16876         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
16877         when MONO_PATH is set but doesn't contain the install dir.
16878
16879 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16880
16881         * icall.c:
16882         (ves_icall_Type_GetInterfaces): don't return an interface twice when
16883         it's also implemented in base classes. Fixes bug #50927.
16884
16885 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
16886
16887         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
16888         if this method is called from a finalizer. Fixes #50913.
16889
16890 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
16891
16892         * threads.c: Implement VolatileRead/VolatileWrite
16893
16894         * icall.c: Add new icalls for VolatileRead/VolatileWrite
16895
16896 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
16897
16898         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
16899         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
16900         2.95.3.
16901
16902         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
16903         from Peter Ross (pro@missioncriticalit.com).
16904         
16905 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
16906
16907         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
16908
16909 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
16910
16911         * assembly.c (mono_assembly_load_references): Disable check because it
16912         triggers on older corlibs which lots of people have.
16913
16914 2003-11-12  Jackson Harper  <jackson@ximian.com>
16915
16916         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
16917         load corlib.dll if mscorlib.dll is not found.
16918         * assembly.h: Remove corlib name define.
16919         * class.c:
16920         * domain.c:
16921         * image.c: Change corlib name to mscorlib.
16922         
16923 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
16924
16925         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
16926
16927 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
16928
16929         * appdomain.h: Added loader_optimization here to sync with the C#
16930         code, and add disallow_binding_redirects field.
16931
16932 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
16933
16934         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
16935
16936         * reflection.c (mono_image_build_metadata): Fix crash on modules
16937         with no types.
16938
16939         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
16940
16941         * icall.c (ves_icall_get_method_info): Return callingConvention as
16942         well.
16943
16944         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
16945         namespaces from the EXPORTEDTYPE table as well.
16946
16947         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
16948         from all modules inside the assembly.
16949         
16950 2003-11-11  Martin Baulig  <martin@ximian.com>
16951
16952         * reflection.c (mono_reflection_bind_generic_parameters): Make
16953         this work for interfaces.
16954
16955 2003-11-11  Martin Baulig  <martin@ximian.com>
16956
16957         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
16958
16959 2003-11-11  Martin Baulig  <martin@ximian.com>
16960
16961         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
16962         "MonoInflatedMethod" and "MonoInflatedCtor".
16963
16964 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
16965
16966         * reflection.c (resolution_scope_from_image): Use the assembly table
16967         from the manifest module, since other modules don't have it.
16968
16969         * debug-helpers.c (mono_type_full_name): New helper function.
16970
16971         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
16972
16973         * image.c (mono_image_load_file_for_image): New public function which
16974         is a replacement for the load_file_for_image in class.c.
16975
16976         * assembly.c (mono_assembly_load_module): A wrapper for the function
16977         above which does assembly association and reference loading too.
16978
16979         * class.c (mono_class_from_name): Call mono_assembly_load_module.
16980
16981 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16982
16983         * appdomain.c: not all of the attributes for the full assembly name
16984         are required and the order doesn't matter. Fixes bug #50787.
16985
16986 2003-11-10  Dick Porter  <dick@ximian.com>
16987
16988         * locales.c: Use platform-endian UTF16
16989
16990 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
16991
16992         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
16993         
16994 2003-11-10  Martin Baulig  <martin@ximian.com>
16995
16996         * metadata.c
16997         (mono_metadata_load_generic_params): Make this actually work.
16998
16999         * reflection.c (mono_reflection_bind_generic_parameters): If our
17000         parent is a generic instance, pass all the `types' to it, no
17001         matter whether it has the same number of type parameters or not.
17002
17003 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17004
17005         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17006
17007         * assembly.c (mono_assembly_load_references): Move the image<->assembly
17008         assignment code to this function so it gets called recursively for all
17009         modules.
17010
17011         * image.c (load_modules): Remove the assembly assignment since it is
17012         now done by mono_assembly_load_references.
17013         
17014         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17015         Add 'module' argument.
17016         (mono_module_get_types): New helper function.
17017         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
17018
17019 2003-11-08  Martin Baulig  <martin@ximian.com>
17020
17021         * class.c (mono_class_inflate_generic_method): Interface method
17022         don't have a header.
17023
17024         * reflection.c (mono_image_get_methodspec_token): Take an
17025         additional `MonoGenericInst *' argument instead of reading it from
17026         the header; this is necessary to support interfaces.
17027         (mono_image_create_token): Pass the `MonoGenericInst *' from the
17028         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
17029         (inflated_method_get_object): Take an additional `MonoGenericInst *'
17030         argument.
17031
17032         * reflection.h (MonoReflectionInflatedMethod): Added
17033         `MonoGenericInst *ginst'.
17034
17035 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
17036
17037         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
17038
17039 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
17040
17041         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
17042
17043 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
17044
17045         * reflection.c 
17046         (reflection_methodbuilder_from_method_builder):
17047         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
17048         initialize a ReflectionMethodBuilder structure.
17049         (mono_image_get_methodbuilder_token):
17050         (mono_image_get_ctorbuilder_token): New functions to emit memberref
17051         tokens which point to types in another module inside the same assembly.
17052
17053         * reflection.c: Use the new helper functions.
17054         
17055         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
17056
17057         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
17058         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
17059
17060         * reflection.c (resolution_scope_from_image): Emit a moduleref if
17061         neccesary.
17062
17063         * reflection.c (mono_image_build_metadata): Emit metadata only for the
17064         current module. Emit the manifest only for the main module.
17065
17066         * reflection.c (mono_image_create_token): Add assertion when a 
17067         memberref needs to be created.
17068
17069         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
17070
17071         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
17072         larger buffer for the custom attribute blob. Fixes #50637.
17073         
17074 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17075
17076         * threadpool.c: notify listener on async processing handles after
17077         invoking the async callback. Thanks to Zoltan.
17078
17079 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17080
17081         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
17082         avoid code duplication.
17083
17084         * reflection.h (MonoDynamicImage): New type which is currently unused,
17085         but will be used through the ref.emit code in place of 
17086         MonoDynamicAssembly.
17087
17088         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17089         object layout.
17090
17091         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
17092         a MonoDynamicImage instead of just a MonoImage.
17093         
17094         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
17095         icalls to ModuleBuilder but keep their semantics, so they will work
17096         with moduleb->assemblyb. This will change later.
17097         
17098 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17099
17100         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17101         object layout.
17102
17103         * reflection.c (mono_image_build_metadata): Avoid creation of a default
17104         main module, since it is now done by the managed code.
17105
17106 2003-11-03  Martin Baulig  <martin@ximian.com>
17107
17108         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
17109         `ginst->klass' here.
17110         (method_encode_methodspec): Don't use the `ginst->generic_method's
17111         klass if it's a generic instance, use `ginst->klass' in this case.
17112
17113 2003-11-03  Martin Baulig  <martin@ximian.com>
17114
17115         * reflection.c (mono_image_get_generic_method_param_info):
17116         Removed, use mono_image_get_generic_param_info() instead.
17117         (mono_image_get_type_info): Write the GenericParam table before
17118         the Method table.  This is neccessary because in the GenericParam
17119         table, type parameters of the class (ie. '!0' etc.) must come
17120         before the ones from its generic methods (ie. '!!0' etc).
17121
17122 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17123
17124         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
17125
17126 2003-11-02  Martin Baulig  <martin@ximian.com>
17127
17128         * reflection.c (create_generic_typespec): Take a
17129         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
17130         the generic parameters from it.
17131
17132 2003-11-02  Martin Baulig  <martin@ximian.com>
17133
17134         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
17135         instead of a `MonoClassField *' since we just need the type.
17136         (create_generic_typespec): New static function.  Creates a
17137         TypeSpec token for a generic type declaration.
17138         (mono_image_get_generic_field_token): New static function.
17139         (mono_image_create_token): If we're a FieldBuilder in a generic
17140         type declaration, call mono_image_get_generic_field_token() to get
17141         the token.
17142
17143 2003-11-02  Martin Baulig  <martin@ximian.com>
17144
17145         * reflection.h
17146         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
17147         `MonoReflectionGenericInst *declaring_type' and
17148         `MonoReflectionGenericInst *reflected_type' fields.
17149
17150         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
17151         `MonoReflectionGenericInst *declaring_type' and a
17152         `MonoReflectionGenericInst *reflected_type' argument instead of a
17153         single `MonoReflectionGenericInst *type' one.  Set
17154         `res->declaring_type' and `res->reflected_type' from them.
17155         (mono_reflection_inflate_field): Likewise.      
17156
17157 2003-11-02  Martin Baulig  <martin@ximian.com>
17158
17159         * class.c (mono_class_setup_vtable): Don't store generic methods
17160         in the vtable.  
17161
17162 2003-11-02  Martin Baulig  <martin@ximian.com>
17163
17164         * reflection.h (MonoReflectionGenericInst): Added
17165         `MonoReflectionType *declaring_type'.
17166
17167         * reflection.c (mono_reflection_bind_generic_parameters): Use
17168         `if (tb->parent)' instead of `klass->parent'.
17169
17170 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
17171
17172         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
17173         with an empty ASSEMBLY table.
17174
17175         * reflection.c (mono_image_build_metadata): Avoid using the same loop
17176         variable in the inner and outer loops.
17177
17178 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
17179
17180         * metadata.h (mono_metadata_make_token): Put parentheses around macro
17181         argument.
17182
17183         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
17184         
17185         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
17186         icalls. Instead, do everything in managed code. This is needed since
17187         it is hard to restore the original domain etc. in unmanaged code in the
17188         presence of undeniable exceptions.
17189
17190         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
17191         New icalls to push and pop appdomain refs.
17192
17193 2003-10-31  Martin Baulig  <martin@ximian.com>
17194
17195         * class.c (inflate_generic_type): Renamed to
17196         mono_class_inflate_generic_type() and made it public.
17197
17198         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
17199         New interncall.
17200
17201         * loader.c (mono_field_from_memberref): Also set the retklass for
17202         typespecs.
17203
17204         * fielder.c (mono_image_get_inflated_field_token): New static
17205         method; creates a metadata token for an inflated field.
17206         (mono_image_create_token, fixup_method): Added support for
17207         "MonoInflatedField".
17208         (fieldbuilder_to_mono_class_field): New static function.
17209         (mono_reflection_inflate_field): New public function.
17210
17211         * reflection.h
17212         (MonoReflectionGenericInst): Added `MonoArray *fields'.
17213         (MonoReflectionInflatedField): New typedef.     
17214
17215 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
17216
17217         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
17218         for Solaris and other platforms without s6_addr16
17219
17220 2003-10-30  Martin Baulig  <martin@ximian.com>
17221
17222         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
17223         argument instead of two.
17224         (mono_class_inflate_generic_signature): Likewise.
17225         (inflate_generic_header): Likewise.
17226         (mono_class_inflate_generic_method): Likewise.  In addition, if
17227         `ginst->klass' is set, it becomes the new `method->klass'.
17228
17229         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
17230         field.
17231
17232         * reflection.c (encode_generic_method_sig): Write a 0xa as the
17233         first byte. [FIXME]
17234         (method_encode_methodspec): If we have generic parameters, create
17235         a MethodSpec instead of a MethodRef.
17236         (fixup_method): Added support for "MonoInflatedMethod" and
17237         "MonoInflatedCtor".
17238         (mono_image_create_token): Added support for "MonoInflatedMethod"
17239         and "MonoInflatedCtor".
17240         (inflated_method_get_object): New static function; returns a
17241         managed "System.Reflection.MonoInflatedMethod" object.
17242         (mono_reflection_bind_generic_method_parameters): Return a
17243         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
17244         (mono_reflection_inflate_method_or_ctor): Likewise.
17245         (mono_image_get_generic_method_param_info): Initialize unused
17246         fields to zero.
17247         (mono_image_get_generic_param_info): Likewise.
17248
17249         * reflection.h (MonoReflectionInflatedMethod): New public
17250         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
17251         "S.R.MonoInflatedCtor" classes.
17252
17253         * loader.c (method_from_memberref): If we're a TypeSpec and it
17254         resolves to a generic instance, inflate the method.
17255
17256 2003-10-28  Dick Porter  <dick@ximian.com>
17257
17258         * object.c (mono_runtime_run_main): Convert command-line arguments
17259         into utf8, falling back to the user's locale encoding to do so.
17260
17261 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
17262
17263         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
17264         at this time.
17265
17266         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
17267
17268         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
17269         up icalls at method definition time. Partially fixes #33569.
17270
17271 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
17272
17273         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
17274         marshalling of arrays. Fixes #50116.
17275
17276         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
17277
17278         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
17279         points to a vtable in the dying appdomain.
17280
17281         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
17282         listeners into unmanaged code inside the lock.
17283
17284         * object.c (mono_class_vtable): Turn off typed allocation in non-root
17285         domains and add some comments.
17286
17287 2003-10-25  Martin Baulig  <martin@ximian.com>
17288
17289         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
17290
17291         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
17292
17293         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
17294         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
17295         currently parsing.  Create the generic class and store it in
17296         `generic_inst->klass' before parsing the type arguments.  This is
17297         required to support "recursive" definitions; see mcs/tests/gen-23.cs
17298         for an example.
17299         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
17300         to support recursive typespec entries.
17301
17302         * class.c (mono_class_setup_parent): If our parent is a generic
17303         instance, we may get called before it has its name set.
17304         (mono_class_from_generic): Splitted into
17305         mono_class_create_from_generic() and mono_class_initialize_generic().
17306
17307 2003-10-25  Martin Baulig  <martin@ximian.com>
17308
17309         * icall.c (ves_icall_Type_BindGenericParameters): Return a
17310         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
17311         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
17312         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
17313
17314         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
17315         (create_typespec): Likewise.
17316         (mono_reflection_bind_generic_parameters): Return a
17317         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
17318         (mono_reflection_inflate_method_or_ctor): New public function.
17319
17320         * reflection.h (MonoReflectionGenericInst): New typedef.        
17321
17322 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
17323
17324         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
17325         inside the domain lock. Fixes #49993.
17326         
17327         * object.c (mono_class_vtable): When typed allocation is used, 
17328         allocate vtables in the GC heap instead of in the mempool, since the
17329         vtables contain GC descriptors which are used by the collector even
17330         after the domain owning the mempool is unloaded.
17331
17332         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
17333
17334         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
17335         reflect what it does. Also invalidate mempools instead of freeing
17336         them if a define is set.
17337
17338         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
17339         of the appdomain.
17340         
17341         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
17342         hold the finalizable objects in this domain.
17343
17344         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
17345         appdomain.
17346
17347         * appdomain.c (mono_domain_set): New function to set the current
17348         appdomain, but only if it is not being unloaded.
17349
17350         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
17351         appdomain which is being unloaded.
17352         
17353         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
17354         unloading of the root appdomain.
17355
17356         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
17357         icall to execute a method in another appdomain. Intended as a 
17358         replacement for InternalSetDomain, which can confuse the code 
17359         generation in the JIT.
17360
17361         * appdomain.c (mono_domain_is_unloading): New function to determine
17362         whenever an appdomain is unloading.
17363
17364         * appdomain.c (mono_domain_unload): New function to correctly unload
17365         an appdomain.
17366
17367         * assembly.c (mono_assembly_load_references): Check that an assembly
17368         does not references itself.
17369
17370         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
17371         domain manually, it asks the finalizer thread to do it, then waits for
17372         the result. Also added a timeout.
17373
17374         * icall.c: Register the new icalls.
17375
17376         * threads.h threads.c: Export the mono_gc_stop_world and 
17377         mono_gc_start_world functions.
17378         
17379         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
17380         function to fill out the mempool with 0x2a.
17381
17382 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
17383
17384         * reflection.h (MonoReflectionMethodAux): New structure to store
17385         information which is rarely used, thus is not in the MonoMethod
17386         structure.
17387
17388         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
17389         store the aux info.
17390
17391         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
17392         and marshalling info into the aux structure.
17393
17394         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
17395         from the aux structure.
17396
17397         * loader.c (mono_method_get_param_names): Retrieve the param names from
17398         the aux structure.
17399         
17400 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
17401
17402         * exception.h exception.c: Add AppDomainUnloadedException && fix 
17403         warning.
17404
17405 2003-10-21  Dick Porter  <dick@ximian.com>
17406
17407         * socket-io.c
17408         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
17409         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
17410
17411 2003-10-21  Martin Baulig  <martin@ximian.com>
17412
17413         * reflection.c (mono_reflection_bind_generic_parameters):
17414         `klass->parent' is NULL for interfaces.
17415
17416 2003-10-21  Martin Baulig  <martin@ximian.com>
17417
17418         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17419
17420 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
17421
17422         * exception.c (mono_exception_from_name_msg): New helper function for
17423         creating exceptions and initializing their message field.
17424
17425         * exception.c: Simplify functions using the new helper.
17426
17427         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
17428         New function.
17429
17430         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
17431         mono_raise_exception, since otherwise gcc doesn't generate the function
17432         epilog for raise_exception, confusing the stack unwinding in the JIT.
17433         Fixes #45043.
17434
17435         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
17436         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
17437         Fixes #49499.
17438
17439 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17440
17441         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
17442         utf8.
17443
17444 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
17445
17446         * icall.c: Removed GetUninitializedObject method because
17447           AllocateUninitializedClassInstance does the same.
17448
17449 2003-10-18  Martin Baulig  <martin@ximian.com>
17450
17451         * class.c (inflate_generic_signature): Renamed to
17452         mono_class_inflate_generic_signature() and made it public.
17453         (my_mono_class_from_generic_parameter): New static function; if we
17454         don't already have the generic parameter's MonoClass, create a
17455         very simple one which is just used internally in the runtime and
17456         not passed back to managed code.
17457
17458         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
17459
17460         * metadata.h (MonoMethodSignature): Moved the
17461         `MonoGenericParam *gen_params' to the MonoMethodHeader.
17462         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
17463
17464         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
17465         ves_icall_MonoMethod_GetGenericArguments(); this is now an
17466         interncall on the MonoMethod class, not on MethodInfo.
17467         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
17468         calling mono_reflection_bind_generic_method_parameters() directly.
17469
17470         * loader.c (mono_method_get_signature): If this is a MethodSpec;
17471         return the already computed `method->signature'.
17472         (method_from_methodspec): New static function to load a method
17473         from a MethodSpec entry.
17474         (mono_get_method_from_token): Call the new method_from_methodspec()
17475         for MethodSpec tokens.  
17476         (mono_get_method_from_token): If we're a generic method, load the
17477         type parameters.
17478
17479         * reflection.c (mono_image_get_memberref_token): Allow
17480         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
17481         table.
17482         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
17483         (mono_image_create_token): First check whether it's a generic
17484         method (so we'd need to create a MethodSpec), then do the other
17485         two alternatives.
17486         (mono_reflection_bind_generic_method_parameters): Return a
17487         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
17488         called directly from the interncall.
17489
17490 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
17491
17492         * reflection.c (load_public_key): Move loading of the public key
17493         into managed code.
17494
17495         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
17496
17497         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
17498         fields.
17499
17500         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
17501         culture, hash_alg and public_key. Fixes #49555.
17502
17503 2003-10-17  Martin Baulig  <martin@ximian.com>
17504
17505         * class.h (MonoGenericInst): Moved this declaration here and added
17506         `MonoMethod *generic_method'.
17507
17508         * icall.c
17509         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
17510         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
17511
17512         * metadata.c (mono_metadata_type_equal): Two types of
17513         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
17514         index; ie. don't compare the address of the `MonoGenericParam'
17515         structure.
17516         (mono_metadata_load_generic_params): Removed the `MonoMethod
17517         *method' argument.
17518
17519         * metadata.h (MonoGenericInst): Moved declaration to class.h.
17520         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
17521
17522         * reflection.c (method_encode_signature): Encode the number of
17523         generic parameters.
17524         (encode_generic_method_sig): New static function.
17525         (method_encode_methodspec): New static function; creates an entry
17526         in the MethodSpec table for a generic method.
17527         (mono_image_get_methodspec_token): New static function.
17528         (mono_image_create_token): Call mono_image_get_methodspec_token()
17529         for generic methods.
17530         (mono_reflection_bind_generic_method_parameters): New public
17531         function.  Instantiates a generic method.
17532
17533 2003-10-16  Martin Baulig  <martin@ximian.com>
17534
17535         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
17536         *gen_params' here from MonoMethodHeader.
17537
17538         * metadata.c (mono_metadata_parse_method_signature): If we have
17539         generic parameters, initialize `method->gen_params' and then set
17540         the correct `type->data.generic_param' in all the parameters.
17541
17542 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
17543
17544         * threads.c (mono_threads_get_default_stacksize): New function to 
17545         return the default stacksize.
17546
17547         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
17548         termination of the finalizer thread, since the previous method had
17549         race conditions. Fixes #49628.
17550
17551         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
17552         as for the other managed threads.
17553
17554 2003-10-16  Martin Baulig  <martin@ximian.com>
17555
17556         * class.c (inflate_generic_signature): Copy `generic_param_count'
17557         and `gen_params'.
17558
17559         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
17560         New interncall.
17561
17562         * metadata.c (mono_metadata_parse_method_signature): Actually set
17563         the `method->generic_param_count' here.
17564         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
17565
17566 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
17567
17568         * object.h: Add a new field to TypedRef to simplify the implementation
17569         of the REFANY opcodes in the JIT.
17570
17571         * icall.c: Make use of the new field.
17572
17573         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
17574         dynamically.
17575
17576 2003-10-15  Martin Baulig  <martin@ximian.com>
17577
17578         * class.c (mono_class_from_gen_param): Renamed to
17579         mono_class_from_generic_parameter() and moved most of the
17580         functionality from mono_reflection_define_generic_parameter()
17581         here; ie. we create a "real" class here.
17582         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
17583         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
17584         previously been called.
17585
17586         * class.h (MonoGenericParam): Moved the declaration of this struct
17587         here from metadata.h and added `MonoMethod *method'.
17588
17589         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
17590         interncall.
17591
17592         * loader.c (mono_get_method_from_token): If we have any generic
17593         parameters, call mono_metadata_load_generic_params() to read them
17594         from the MONO_TABLE_GENERICPAR.
17595
17596         * metadata.c (mono_metadata_load_generic_params): Added
17597         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
17598
17599         * metadata.h (MonoMethodSignature): Replaced
17600         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
17601         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
17602
17603         * reflection.c (mono_reflection_define_generic_parameter): Moved
17604         most of the functionality into the new
17605         mono_class_from_generic_parameter(); set the `method' field if
17606         we're a method parameter.       
17607
17608 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
17609
17610         * marshal.c (emit_struct_conv): if native size is 0
17611         emit no code.
17612
17613 2003-10-14  Martin Baulig  <martin@ximian.com>
17614
17615         * icall.c: The generics API has changed in the spec since it was
17616         added to System.Type; these modifications make it match the spec
17617         again.
17618         (ves_icall_Type_GetGenericParameters): Renamed to
17619         `ves_icall_Type_GetGenericArguments'.
17620         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
17621         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
17622         `ves_icall_MonoType_get_HasGenericArguments'.
17623         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
17624         `ves_icall_MonoType_get_IsGenericParameter'.
17625         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
17626         this is no interncall anymore.
17627         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
17628         `ves_icall_TypeBuilder_get_IsGenericParameter'.
17629
17630 2003-10-14  Martin Baulig  <martin@ximian.com>
17631
17632         * reflection.c (mono_reflection_bind_generic_parameters): Also
17633         inflate generic methods if we're reading the class from IL.
17634
17635 2003-10-13  Martin Baulig  <martin@ximian.com>
17636
17637         * reflection.c (mono_reflection_define_generic_parameter): This
17638         method isn't called directly from the icall anymore; take a
17639         `MonoReflectionAssemblyBuilder *' so we can use this for type and
17640         method generic parameters.
17641         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
17642         (method_builder_encode_signature): Encode generic parameters.
17643         (mono_image_get_method_info): Write generic params to the
17644         MONO_TABLE_GENERICPARAM table.
17645
17646         * reflection.h (MonoReflectionMethodBuilder): Added
17647         `MonoArray *generic_params'.
17648
17649         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
17650
17651         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
17652         wrapper for mono_reflection_define_generic_parameter().
17653         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
17654
17655 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
17656
17657         * marshal.h: Add missing function to fix build.
17658
17659         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
17660         the SetLastError pinvoke attribute.
17661
17662         * marshal.c (mono_marshal_set_last_error): New helper function called
17663         by the generated code.
17664         
17665         * marshal.c (mono_mb_emit_branch): New helper function.
17666
17667         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
17668
17669         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17670         classes as parameters and return values of delegates. Fixes #29256. 
17671
17672 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
17673
17674         * locales.c: use gint32 in non HAVE_ICU case
17675
17676 2003-10-11  Martin Baulig  <martin@ximian.com>
17677
17678         * mono-debug.c (mono_debug_add_method): Added a workaround for
17679         bug #48591.
17680
17681 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
17682
17683         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
17684         delegates passed to native code must use the STDCALL calling 
17685         convention. Fixes #35987.
17686
17687 2003-10-10  Martin Baulig  <martin@ximian.com>
17688
17689         * class.c (inflate_generic_type): If we're inflating for a generic
17690         type instance (and not for a generic method), return
17691         MONO_TYPE_MVAR unchanged.
17692
17693 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17694
17695         * string-icalls.c: Join ignores null strings in the source array.
17696         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
17697         * threads.c: GetAvailableTheads is slightly more accurate.
17698
17699 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
17700
17701         * threads.h threads.c : add mono_threads_set_default_stacksize
17702         and pass default to CreateThread calls.
17703
17704 2003-10-09  Dick Porter  <dick@ximian.com>
17705
17706         * icall.c:
17707         * locales.h:
17708         * locales.c: Internal calls for constructing CultureInfo and
17709         related objects from libicu (if its available.)
17710
17711 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
17712
17713         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
17714
17715 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17716
17717         * threadpool.c: added an argument to async_invoke_thread that is the
17718         item to process, pass the MonoAsyncResult to the thread start function
17719         when creating a new thread. This way we don't need to acquire any lock
17720         when we're creating a new thread. Readded a semaphore for faster
17721         response times (instead of that Sleep i added).
17722
17723 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
17724
17725         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
17726         get daylight change dates better on Windows, fix handling
17727         of platforms without tm_gmtoff.
17728
17729 2003-10-06  Martin Baulig  <martin@ximian.com>
17730
17731         * class.c (inflate_generic_method): Renamed to
17732         mono_class_inflate_generic_method() and made public.
17733         (mono_class_init): Don't inflate the generic methods here.
17734         (mono_class_from_generic): Added `gboolean inflate_methods'
17735         argument.  Inflate the methods here.
17736
17737         * loader.c (mono_method_get_param_names): Ignore instances of
17738         generic types for the moment.
17739
17740         * reflection.c (fixup_method): Added support for inflated methods.
17741         (mono_image_create_token): Use mono_image_get_methodref_token()
17742         for inflated methods.
17743         (mono_custom_attrs_from_param): Ignore instances of generic types
17744         for the moment.
17745         (mono_reflection_bind_generic_parameters): New public function.
17746         Moved all the functionality from
17747         ves_icall_Type_BindGenericParameters() here and added support for
17748         dynamic types.
17749         (mono_reflection_define_generic_parameter): Initialize
17750         `klass->methods' here.
17751
17752         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
17753         functionality into mono_reflection_define_generic_parameter().
17754         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
17755         TypeBuilder, return that TypeBuilder.
17756
17757 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17758
17759         * appdomain.c: removed mono_delegate_semaphore.
17760
17761         * threadpool.c:
17762         (mono_thread_pool_add): moved hash table creation inside and the thread 
17763         creation outside of the critical region.
17764         (mono_thread_pool_finish): removed obsolete code.
17765         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
17766         continue or exit the thread depending on the queue.
17767
17768 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
17769
17770         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
17771         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
17772         handle more bool marshalling options
17773
17774 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
17775
17776         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
17777         arrays of structs. Also add a more descriptive error message when
17778         a structure member is marshalled as LPArray.
17779
17780 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
17781
17782         * marshal.c (mono_marshal_get_native_wrapper): Add support for
17783         marshalling arrays of complex types. Fixes #29098. Also remove an
17784         usused and incomplete function.
17785
17786 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
17787
17788         * gc.c: report heap_size - free_bytes as total memory allocated
17789         (bug#49362).
17790
17791 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
17792
17793         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
17794         fix timezone handling problems on Windows.
17795         
17796         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
17797         asserts when the year is outside the range handled by ms the functions.
17798
17799         * class.c (setup_interface_offsets): If the class is an interface,
17800         fill out its interface_offsets slot.
17801
17802 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17803
17804         * threadpool.c: mark threadpool threads as background.
17805
17806 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
17807
17808         * decimal.c - define DECINLINE to nothing if not using GCC
17809
17810 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
17811
17812         * assembly.c: More refcount fixes.
17813
17814 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17815
17816         * string-icalls.c: if we're not trimming, return the same string.
17817         When not splitting, don't create a new string.
17818
17819 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17820
17821         * image.c:
17822         (mono_image_open): increment the ref_count inside the critical section.
17823
17824 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
17825
17826         * image.c (mono_image_open): Fix reference counting bug.
17827
17828 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
17829
17830         * marshal.c (mono_marshal_type_size) struct alignment changed for 
17831         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
17832         64bits. Avoid leak in mono_marshal_get_native_wrapper when
17833         mono_lookup_pinvoke_call throws.        
17834
17835 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
17836
17837         * reflection.c (mono_reflection_parse_type): Fix #49114.
17838
17839         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
17840         temporary workaround for cygwin header problem.
17841
17842         * object.c (mono_object_isinst): Synchronize this with the code
17843         generated by the JIT for casts.
17844
17845 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
17846
17847         * reflection.c (encode_type): Fix #38332.
17848
17849 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
17850
17851         * marshal.c (mono_marshal_method_from_wrapper): New function to return
17852         the original method from the wrapper method.
17853
17854 2003-09-25  Martin Baulig  <martin@ximian.com>
17855
17856         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
17857         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
17858         (ves_icall_Type_get_IsGenericInstance): New interncall.
17859
17860 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
17861
17862         * object.c: fix cast warning in big endian code.
17863
17864 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
17865
17866         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
17867         
17868 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17869
17870         * assembly.c: don't call check_env from mono_assembly_load. It's
17871         already done once in mono_assemblies_init and may cause headaches when
17872         multiple threads are loading assemblies.
17873
17874 2003-09-19  Martin Baulig  <martin@ximian.com>
17875
17876         * reflection.c (mono_reflection_define_generic_parameter): Don't
17877         allocate `klass->methods', set `klass->flags' to
17878         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
17879
17880 2003-09-18  Martin Baulig  <martin@ximian.com>
17881
17882         * class.c (mono_class_init): Don't create `class->methods' if it's
17883         already initialized.
17884
17885         * metadata.c (mono_metadata_load_generic_params): Make this
17886         actually work.
17887
17888         * reflection.c (mono_reflection_define_generic_parameter): Set
17889         parent class and interfaces from the constraints.
17890
17891         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
17892         to keep this struct in sync with the declaration in TypeBuilder.cs.
17893
17894 2003-09-17  Martin Baulig  <martin@ximian.com>
17895
17896         * metadata.h (MonoType): Replaced the data's `int type_param'
17897         field with `MonoGenericParam *generic_param'.
17898         (MonoGenericParam): Added `MonoClass *klass'.
17899
17900         * class.c (mono_class_from_gen_param): Removed the
17901         `MonoImage *image' and `int type_num' arguments.
17902
17903         * metadata.c (mono_metadata_parse_generic_param): New static
17904         method; creates a MonoGenericParam which just contains the index.
17905         (do_mono_metadata_parse_type): Call
17906         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
17907         MONO_TYPE_MVAR.
17908
17909         * reflection.c (mono_image_typedef_or_ref): Generic type
17910         parameters may be in the same assembly, but never use a typedef
17911         for them.
17912         (mono_reflection_define_generic_parameter): We're now creating a
17913         "real" class for the type parameter; it's now safe to call
17914         mono_class_from_mono_type() on the class'es type, it'll do the
17915         right thing.
17916
17917 2003-09-16  Martin Baulig  <martin@ximian.com>
17918
17919         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
17920         `symfile->range_entry_size' and `symfile->class_entry_size' here;
17921         the `symfile' data structure must be fully initialized before it
17922         gets added to the table.
17923
17924 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
17925
17926         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
17927
17928         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
17929         class init trampolines.
17930
17931 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
17932
17933         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
17934         to the built-in profiler to turn off time and allocation profiling
17935         respectively.
17936
17937 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
17938
17939         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
17940         g_direct_equal.
17941
17942         * debug-helpers.c (mono_method_full_name): Print the wrapper type
17943         in human readable form.
17944
17945 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
17946
17947         * reflection.c icall.c: Fixed warnings.
17948
17949         * image.c (load_class_names): Use a temporary hash table to hold the
17950         namespaces in order to avoid doing many string comparisons.
17951
17952         * image.h: Fix typo.
17953
17954         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
17955         Pass NULL instead of g_direct_equal to the GHashTable constructor 
17956         since the NULL case is short-circuited inside g_hash_table_lookup, 
17957         leading to better performance.  
17958
17959         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
17960         obtain the first custom attribute for a given index. Depends on the
17961         CustomAttribute table being sorted by the parent field.
17962
17963         * reflection.c (mono_custom_attrs_from_index): Use the new function 
17964         for better performance.
17965
17966 2003-09-07  Martin Baulig  <martin@ximian.com>
17967
17968         * class.c (mono_class_init): If we're a generic instance, inflate
17969         all our methods instead of loading them from the image.
17970         (mono_class_from_generic): Set `class->methods = gklass->methods'.
17971
17972 2003-09-07  Martin Baulig  <martin@ximian.com>
17973
17974         * mono-debug-debugger.c: Added support for constructors.
17975
17976 2003-09-06  Martin Baulig  <martin@ximian.com>
17977
17978         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
17979         New interncall.
17980
17981         * reflection.c (mono_reflection_setup_generic_class): Call
17982         ensure_runtime_vtable() to create the vtable.
17983
17984 2003-09-05  Martin Baulig  <martin@ximian.com>
17985
17986         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
17987         MONO_TYPE_MVAR.
17988
17989 2003-09-04  Martin Baulig  <martin@ximian.com>
17990
17991         * reflection.c (mono_reflection_define_generic_parameter): Generic
17992         parameters start with zero.
17993
17994 2003-09-04  Martin Baulig  <martin@ximian.com>
17995
17996         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17997
17998         * reflection.h (MonoReflectionGenericParam): New typedef.
17999         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
18000         the generic parameters from the managed TypeBuilder.
18001
18002         * reflection.c (mono_reflection_define_generic_parameter): New function.
18003         (mono_reflection_create_runtime_class): Encode generic parameters.
18004         (mono_reflection_setup_generic_class): New function; this is
18005         called after adding adding all generic params to the TypeBuilder.
18006         (encode_type): Added MONO_TYPE_VAR.
18007
18008 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
18009
18010         * class.h class.c (mono_class_needs_cctor_run): Moved this method
18011         here from the JIT.
18012
18013         * assembly.h assembly.c: Moved the AOT loading code into an assembly
18014         load hook.
18015
18016 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
18017
18018         * reflection.h reflection.c class.h class.c: Delete duplicate 
18019         definition of mono_type_get_name () from reflection.c and export the
18020         one in class.c.
18021
18022         * class.c: Class loading fixes from Bernie Solomon 
18023         (bernard@ugsolutions.com).
18024
18025         * reflection.c: Endianness fixes from Bernie Solomon 
18026         (bernard@ugsolutions.com).
18027         
18028 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
18029
18030         * assembly.h assembly.c: Define a file format version for AOT
18031         libraries.
18032         
18033         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
18034
18035         * appdomain.h (MonoJitInfo): New field to determine whenever the
18036         code is domain neutral.
18037         
18038 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
18039
18040         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
18041
18042 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
18043
18044         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
18045         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
18046         Avoid caching the result since strings must be domain specific. Fixes
18047         #48050.
18048
18049 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
18050
18051         * marshal.c (mono_marshal_init): Make this callable multiple times
18052         since it is hard to find a correct place to call it.
18053
18054         * object.c (mono_runtime_class_init): Execute static constructors in
18055         the correct appdomain.
18056
18057         * image.c (build_guid_table): Handle the case when multiple images have
18058         the same GUID.
18059
18060 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18061
18062         * icall.c: added a couple of icalls for System.Web.
18063
18064 2003-08-28  Martin Baulig  <martin@ximian.com>
18065
18066         * icall.c (ves_icall_Type_BindGenericParameters): Use
18067         `klass->generic_inst' instead of `&klass->byval_arg' in the
18068         mono_type_get_object() call.  The returned type must be
18069         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
18070
18071 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
18072
18073         * NOTES: New file.
18074
18075         * object.c (mono_class_proxy_vtable): Make it thread safe.
18076
18077         * pedump.c: Fix warning.
18078
18079         * object.c appdomain.h: Get rid of metadata_section. 
18080         It is no longer needed and it was causing deadlocks with domain->lock.
18081
18082         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
18083
18084 2003-08-26  Martin Baulig  <martin@ximian.com>
18085
18086         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
18087
18088 2003-08-26  Martin Baulig  <martin@ximian.com>
18089
18090         * pedump.c (main): Call mono_metadata_init(),
18091         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
18092         and mono_loader_init().
18093
18094 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
18095
18096         * loader.h: Add missing include to fix build.
18097
18098         * image.h: mono_image_load_references is no more.
18099
18100         * assembly.c: Reworked assembly loading to make it really thread safe.
18101         After these changes, the assembly returned by mono_assembly_open is
18102         fully initialized, i.e. all its references assemblies are loaded.
18103
18104         * assembly.c (mono_image_load_references): Renamed to 
18105         mono_assembly_load_references, and made private, since clients no
18106         longer need to call it.
18107
18108         * class.c: Removed calls to mono_assembly_load_references, since it was
18109         a source of deadlocks.
18110
18111         * loader.h loader.c class.h class.c: Protect data structures using a 
18112         new lock, the loader lock.
18113
18114         * class.c (mono_class_setup_vtable): Create temporary hash tables and
18115         GPtrArrays only when needed.
18116
18117         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
18118         into empty structures by mcs. Fixes pinvoke7.cs.
18119         
18120         * domain.c (mono_init): Call a new initialization function.
18121
18122         * appdomain.c (mono_runtime_init): Call the new initializer function
18123         of the marshal module.
18124
18125         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
18126         inserted into empty structures by mcs. Fixes pinvoke7.cs.
18127
18128         * marshal.h marshal.c: Added locks around the wrapper caches to make
18129         this module thread safe.
18130
18131         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
18132         this argument. Fixes pinvoke1.exe.
18133
18134 2003-08-25  Lluis Sanchez <lluis@ximian.com>
18135
18136         * object.h: Added call_type field to MonoMethodMessage and the corresponding
18137         enumeration of values. Removed fields to store remote call output values in
18138         MonoAsyncResult. Not needed any more.
18139         * object.c: Initialize call_type and async_result fields in mono_message_init.
18140         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
18141         dispatching the message.
18142         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
18143         async call to finish. To do it use a message with EndInvoke call type.
18144
18145 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
18146
18147         * loader.h loader.c (mono_method_hash_marhal_info): New function which
18148         determines whenever a method has marshalling info.
18149
18150 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18151
18152         * assembly.c: fix the build on windows.
18153
18154 2003-08-22 Lluis Sanchez <lluis@ximian.com>
18155
18156         * object.cs: Fixed bug #47785.
18157
18158 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
18159
18160         * string-icalls.c (StringReplace): If their are no occurances of
18161         the old string found return a reference to the supplied
18162         string. This saves some memory and matches MS behavoir.
18163         
18164 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18165
18166         * socket-io.c: fixed compilation for systems that define AF_INET6
18167         and don't define SOL_IP/SOL_IPV6.
18168
18169 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
18170
18171         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
18172         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
18173
18174         * rawbuffer.c rawbuffer.h: Make this module thread safe.
18175
18176         * domain.c: Make this module thread safe.
18177
18178         * domain.c (mono_init): Call new initialization function.
18179
18180         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
18181         reference types too. Fixes #38812.
18182
18183         * image.c (mono_image_init): Fixed warnings.
18184
18185         * class.c (mono_class_from_typeref): Handle assembly load failure
18186         correctly.
18187
18188         * appdomain.c (add_assemblies_to_domain): Handle the case when
18189         the references of an assembly are not yet loaded.
18190
18191         * metadata.c image.c assembly.c: Moved initialization of global
18192         variables to a separate function called at startup since lazy 
18193         initialization of these variables is not thread safe.
18194         
18195         * image.c assembly.c: Made this module thread safe by adding locks in 
18196         the appropriate places.
18197
18198         * domain.c (mono_init): Call the new initialization functions of the
18199         three modules.
18200
18201 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
18202
18203         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
18204           make a direct call. It is proxy's work to make the call asynchronous.
18205           mono_delegate_end_invoke(): If the targe is a proxy, just collect
18206           the return values.
18207         * object.cs: mono_method_call_message_new(): read AsyncResult and
18208           state object from parameters list, if this info is requested.
18209         * object.h: Added fields to store remote call output values in
18210           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
18211
18212 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18213
18214         * object.h: add needed fields to MonoThread.
18215         * threads.c, threads.h: allow registering a function to cleanup data
18216         allocated per thread by the JIT.
18217
18218 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18219
18220         * loader.h: portability fix by Bernie Solomon
18221         * <bernard@ugsolutions.com>.
18222
18223 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
18224
18225         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
18226         return a MonoArray. This simplifies the code and also ensures that
18227         the cache allways contains an object reference as a value.
18228
18229         * icall.c (ves_icall_get_parameter_info): Simplified using the new
18230         function.
18231
18232 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18233
18234         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
18235         fixes a problem with byte ordering when getting the address family for
18236         a socket.
18237
18238 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
18239
18240         * .cvsignore: Added monosn.
18241
18242         * reflection.h reflection.c loader.c: Added support for parameter
18243         marshalling to dynamically created types. Fixes #47295.
18244
18245 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
18246
18247         * rand.c: remove useless warnings.
18248
18249 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18250
18251         * class.c: implemented ldtoken for methods and fieldrefs.
18252
18253 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18254
18255         * threadpool.c: when mono_async_invoke was called, no one took care of
18256         monitoring the queue. So if the method invoked took some time and we
18257         got new async invoke requests after 500 ms (the thread created waited
18258         that long in WaitForSingleObject), the new async invoke was not called
18259         until the previous one finished.
18260
18261         This is fixed now. Thanks to Totte for helping with it.
18262
18263 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18264
18265         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
18266
18267 2003-08-11  Martin Baulig  <martin@ximian.com>
18268
18269         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
18270
18271 2003-08-06  Martin Baulig  <martin@ximian.com>
18272
18273         * mono-debug-debugger.c: Added support for static fields,
18274         properties and methods.
18275
18276 2003-08-06  Martin Baulig  <martin@ximian.com>
18277
18278         * mono-debug-debugger.c: Don't store the MonoString's vtable to
18279         make this work for applications with multiple application domains.
18280
18281 2003-08-04  Martin Baulig  <martin@ximian.com>
18282
18283         * mono-debug-debugger.c: Completely reworked the type support; the
18284         most important thing is that we're now just using one single
18285         `MonoType' instance per type.
18286
18287 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
18288
18289         * mono-endian.h, mono-endian.c, icall.c: Added icall
18290         ves_icall_System_Double_AssertEndianity to assert double word endianity
18291         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
18292
18293 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18294
18295         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
18296         support, icalls and fixes.
18297
18298 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
18299
18300         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
18301         classes that are a punctuation character in .NET is not the same a
18302         g_unichar_ispunct.
18303
18304 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18305
18306         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
18307
18308 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
18309
18310         * icall.c: Add new MemCopy internalcall.
18311         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
18312         Simplified code; It is not necessary to handle all the cases here,
18313         as the C# code takes care of it.  Only handle the case of the name
18314         resource embedded into the assembly.
18315
18316         Changed signature to return the data pointer and the size of the
18317         data. 
18318
18319 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
18320
18321         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
18322         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
18323
18324 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18325
18326         * socket-io.c: ignore EINTR error in select.
18327
18328 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
18329
18330         * class.h, class.c: removed unused subclasses field in MonoClass.
18331
18332 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18333
18334         * icall.c: improve fix of get_base_definition(). If the parent class
18335           doesn't have the mehod, look at the parent of the parent.
18336         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
18337           to check if a parameter is an in or out parameter
18338           (PARAM_ATTRIBUTE_IN is not set by default).
18339           mono_method_return_message_restore(): Use mono_class_value_size to
18340           get the size of a value type. mono_type_stack_size (parameterType)
18341           does not return the correct value if parameterType is byRef.
18342           mono_load_remote_field(), mono_load_remote_field_new(),
18343           mono_store_remote_field(), mono_store_remote_field_new():
18344           raise exception if the remote call returns an exception.
18345
18346 2003-07-28  Martin Baulig  <martin@ximian.com>
18347
18348         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
18349         method.  This is a wrapper around mono_runtime_invoke() which
18350         boxes the instance object if neccessary.
18351
18352 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18353
18354         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
18355         metadata.h, row-indexes.h, verify.c: first cut of generics support.
18356
18357 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18358
18359         * icall.c: disable mcs bug workaround.
18360
18361 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
18362
18363         * object.c (mono_runtime_class_init): Take the metadata_section
18364         mutex before obtaining the domain mutex.
18365
18366         * appdomain.h: Added definition of metadata_section mutex here. 
18367
18368         * object.c: define metadata_mutex here.
18369
18370 2003-07-24  Ravi Pratap  <ravi@ximian.com>
18371
18372         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
18373         fixed.
18374
18375 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
18376
18377         * reflection.c: Fix bug #46669
18378
18379 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18380
18381         * exception.c:
18382         * exception.h:
18383         * icall.c:
18384         * object.h: fill in the type name for TypeLoadException.
18385
18386 2003-07-23  Ravi Pratap  <ravi@ximian.com>
18387
18388         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
18389         relationship between TypeBuilders while compiling corlib) and bug
18390         45993 (Array types returned from the runtime while compiling
18391         corlib were from the loaded corlib).
18392
18393 2003-07-22  Martin Baulig  <martin@ximian.com>
18394
18395         * mono-debug-debugger.c: Reworked the type support a bit more;
18396         distinguish between types and classes.
18397
18398 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
18399
18400         * icall.c: add IsArrayImpl icall.
18401
18402 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
18403
18404         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
18405         initializing real_size only once. Also fix bug #46602.
18406
18407 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
18408
18409         * object.c: Renamed mono_metadata_section to metadata_section.
18410
18411 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
18412
18413         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
18414           empty array if the type is an array. Fixed.
18415           ves_icall_MonoMethod_get_base_definition: if the base method
18416           is abstract, get the MethodInfo from the list of methods of
18417           the class.
18418         * reflection.c: ParameterInfo.PositionImpl should be zero-based
18419           and it was 1-based. Fixed in mono_param_get_objects.
18420
18421 2003-07-20  Martin Baulig  <martin@ximian.com>
18422
18423         * mono-debug.h: Set version number to 31.
18424         (mono_debug_init): Added `MonoDomain *' argument.
18425
18426         * mono-debug-debugger.c: Reworked the type support; explicitly
18427         tell the debugger about builtin types; pass the `klass' address to
18428         the debugger.
18429
18430 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
18431
18432         * image.c: Allow new metadata tables to be loaded without a
18433         warning. Also update the warning message to give the new constant value.
18434                 
18435 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
18436
18437         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
18438         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
18439         array type representation changes.
18440
18441 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
18442
18443         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
18444         on Environment.Exit () call.
18445
18446 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18447
18448         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
18449         requires a matching corlib.
18450
18451 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
18452
18453         * Changelog: My editor decided to add a CR to each line. Sorry about that.
18454           Committed again without the CRs.
18455         
18456 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
18457
18458         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
18459           getting it from the "this" socket instance. Did not work
18460           if the socket is a subclass of Socket.
18461           Also fixed bug #35371.
18462
18463 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
18464
18465         * metadata.c: fixed size for TypedByRef.
18466         * loader.c: when searching for a method, consider the vararg amrker.
18467         * unicode.c, decimal.c: constify some arrays.
18468
18469 2003-07-15  Dick Porter  <dick@ximian.com>
18470
18471         * socket-io.c: Fixed compilation for gcc < 3.2.
18472
18473         Fixed compilation for machines that don't have AF_INET6 (thanks to
18474         Bernie Solomon <bernard@ugsolutions.com> for that part.)
18475
18476         Fixed compile warnings.
18477         
18478         Fixed formatting and line endings.
18479
18480 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
18481
18482         * socket-io.h:
18483         * socket-io.c: Added IPv6 support.
18484
18485 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
18486
18487         * class.c (mono_class_is_assignable_from): New function to implement
18488         the is_assignable_from logic. Used by mono_object_isinst, 
18489         Type::IsAssignableFrom () and the interpreter.
18490
18491         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
18492         Object, even interfaces.
18493         
18494         * object.c (mono_object_isinst): Implement in terms of 
18495         is_assignable_from.
18496
18497         * icall.c (ves_icall_type_is_assignable_from): New icall.
18498
18499 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
18500
18501         * domain.c (foreach_domain): fix compiler warning.
18502
18503 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
18504
18505         * image.c (load_metadata_ptrs): use g_strndup because strndup is
18506         not available on all plattforms
18507
18508 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
18509
18510         * image.h image.c: Store the metadata version string in MonoImage.
18511         * icall.c: New icall to retrieve the image version.
18512         * reflection.c (create_dynamic_image): Fill in the image version field
18513         * reflection.c (build_compressed_metadata): Use the image version
18514         from the image structure.
18515
18516 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18517
18518         * appdomain.c: modified comment.
18519         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
18520         That will be its last iteration when mono_gc_cleanup is called from
18521         mono_runtime_cleanup and before the domain is unloaded.
18522
18523         Fixes bug #45962.
18524
18525 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
18526
18527         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
18528         attributes.
18529
18530 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18531
18532         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
18533         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
18534         Bernie Solomon <bernard@ugsolutions.com>.
18535
18536 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
18537
18538         * object.c, object.h: provide mono_object_new_fast() for faster
18539         allocation in some special cases.
18540
18541 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
18542
18543         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
18544         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
18545
18546 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
18547
18548         * threadpool.c: fix leaks.
18549
18550 2003-07-01  Dick Porter  <dick@ximian.com>
18551
18552         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
18553         using MonoGHashTables.  Fixes threadpool bug posted to list.
18554
18555 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
18556
18557         * image.h, image.c: added support to load an assembly from a byte array.
18558         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
18559         assembly bundle support.
18560
18561 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
18562
18563         * threadpool.c (mono_thread_pool_add): keep a reference to the
18564         AsyncResult to prevent GC
18565
18566 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
18567
18568         * class.c: leak fix.
18569
18570 2003-06-25  Dick Porter  <dick@ximian.com>
18571
18572         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
18573         for the async object, the WaitHandle object will close the handle.
18574         Fixes bug 45321.
18575
18576 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
18577
18578         * class.c: in mono_array_class_get (), lookup from the hash with the
18579         same type we insert: this works around a bug in
18580         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
18581         lluis. The real fix will have to wait for after the release.
18582
18583 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
18584
18585         * icall.c: fix memory leak when getting type members.
18586
18587 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
18588
18589         * reflection.c: added more pubtoken special cases.
18590
18591 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
18592
18593         * class.c: handle field offset correctly when class size
18594         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
18595
18596 2003-06-20  Martin Baulig  <martin@ximian.com>
18597
18598         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
18599         *image' field.
18600
18601 2003-06-20  Martin Baulig  <martin@ximian.com>
18602
18603         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
18604
18605 2003-06-20  Martin Baulig  <martin@ximian.com>
18606
18607         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
18608         just distinguish between variables in registers and variables at
18609         an offset relative to a register.
18610
18611 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18612
18613         * icall.c: #ifdef out latest changes until mcs is fixed.
18614
18615 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18616
18617         * icall.c: return members in metadata order.
18618
18619 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
18620
18621         * icall.c: avoid infinite loop in GetTimeZoneData.
18622
18623 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
18624
18625         * icall.c: added Marshal.Prelink/All icalls.
18626
18627 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
18628
18629         * object.c, object.h: fix warnings and do some overflow checking
18630         when creating arrays.
18631
18632 2003-06-17  Dick Porter  <dick@ximian.com>
18633
18634         * file-io.h:
18635         * file-io.c: File attributes need to be tweaked slightly when
18636         passed from the managed to the w32 world.
18637
18638 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
18639         * profiler.h profiler-private.h profiler.c: Rework last patch
18640         based on suggestion by Paolo.
18641         
18642 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
18643
18644         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
18645         instruction level coverage data collection.
18646         * profiler.h profiler.c (: Added new callback function which can be
18647         used by the profiler to limit which functions should have coverage
18648         instrumentation.
18649         * profiler.c (mono_profiler_load): Call g_module_build_path to
18650         generate the file name of the profiler library.
18651
18652 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18653
18654         * profiler.c, profiler.h, profiler-private.h: added basic block 
18655         coverage profiling API.
18656
18657 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
18658
18659         * reflection.c (mono_reflection_create_runtime_class): Add support
18660         for events in dynamically generated code.
18661
18662         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
18663         not allocated.
18664
18665 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
18666
18667         * icall.c: when getting timezone info, return reasonable values if we
18668         can't get the actual data.
18669
18670 2003-06-14  Dick Porter  <dick@ximian.com>
18671
18672         * threads.c (start_wrapper): Remove the reference to the thread
18673         object in the TLS data, so the thread object can be finalized.
18674         This won't be reached if the thread threw an uncaught exception,
18675         so those thread handles will stay referenced :-( (This is due to
18676         missing support for scanning thread-specific data in the Boehm GC
18677         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
18678
18679 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
18680
18681         * reflection.c: ensure streams and tables are first allocated with
18682         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
18683
18684 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18685
18686         * icall.c: fixed GetElementType for byrefs (bug# 44792).
18687
18688 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
18689
18690         * reflection.c (mono_reflection_create_runtime_class): Add support for
18691         properties to dynamically created classes.
18692         * reflection.c: Fix a few places where non-MonoObjects were inserted
18693         into the tokens hashtable.
18694
18695 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
18696
18697         * object.c: some support to handle out of memory exceptions.
18698
18699 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
18700
18701         * marshal.c (mono_marshal_get_native_wrapper): support reference
18702         return types
18703
18704 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
18705
18706         * object.h, object.c: more portability stuff from Bernie Solomon.
18707         Unexport mono_object_allocate(). Added mono_object_unbox ().
18708         Set exitcode when an unhandled exception is thrown.
18709
18710 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
18711
18712         * marshal.c (mono_marshal_get_native_wrapper): use custom
18713         marshaler for return types.
18714
18715 2003-06-10  Dick Porter  <dick@ximian.com>
18716
18717         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
18718         ip_mreq is available
18719
18720 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
18721
18722         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
18723         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
18724         by Bernie Solomon <bernard@ugsolutions.com>.
18725
18726 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
18727
18728         * gc.c (mono_gc_init): Avoid error message on shutdown when
18729         GC_DONT_GC=1 is used.
18730
18731         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
18732         New icall to return the GUID of a module.
18733
18734 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
18735
18736         * class.c: ensure instance size always includes the parent's size
18737         even whem class size is set explicitly (fixes bug#44294).
18738
18739 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
18740
18741         * profiler.h, profiler.c: made the simple profiler thread-safe,
18742         get more accurate timing info. Allow the loading of an
18743         externally-developed profiler module.
18744
18745 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
18746
18747         * marshal.c (mono_marshal_get_native_wrapper): improved
18748         class/byref arguments.
18749         (mono_marshal_get_native_wrapper): better string marshaling support.
18750
18751 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
18752
18753         * class.c: ensure .pack and .size are handled correctly and
18754         simplified layout of static fields.
18755
18756 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
18757
18758         * appdomain.c
18759         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
18760
18761         * loader.c (mono_lookup_pinvoke_call): look for modules in the
18762         current directory (fix bug 44008)
18763
18764 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
18765
18766         * marshal.c (mono_marshal_get_native_wrapper): started support for
18767         custom marshalers.
18768         (mono_delegate_to_ftnptr): consider marshalling specifications
18769
18770 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
18771
18772         * reflection.c, reflection.h: emit custom marshal info.
18773
18774 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18775
18776         * object.c: free the GError.
18777         * icall.c: added CloseEvent_internal.
18778         * threads.[ch]:
18779         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
18780         call.
18781
18782 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
18783
18784         * loader.c (mono_method_get_signature): Add support for dynamic
18785         assemblies.
18786
18787 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
18788
18789         * reflection.c: fixed bug #43905.
18790
18791 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
18792
18793         * class.c, domain.c, icall.c, metadata.h, object.h: support for
18794         handling TypedReference and ArgIterator.
18795         * loader.c, loader.h: added function to get signature at call site.
18796
18797 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
18798
18799         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
18800         data readonly. Buglets and warning fixes. Some MethodSpec support.
18801
18802 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
18803
18804         * class.h, class.c, object.c: remove relative numbering support.
18805
18806 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
18807
18808         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
18809         free the string, until we get a chance to fix Gtk#
18810
18811 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18812
18813         * marshal.c: revert last patch.
18814
18815 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
18816
18817         * icall.c: updates for new mono_class_vtable() not calling
18818         the type constructor anymore.
18819
18820 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
18821
18822         * object.h, object.c: separate vtable creation from type
18823         initialization. Make running the .cctor thread safe.
18824
18825 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
18826
18827         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
18828
18829 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
18830
18831         * loader.c (mono_get_method): consider calling convention
18832
18833 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
18834
18835         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
18836         to return the invisible global type for a module.
18837
18838         * reflection.c (mono_image_build_metadata): Emit global fields too.
18839
18840 2003-05-20  Peter Williams  <peterw@ximian.com>
18841
18842         * loader.c (mono_lookup_internal_call): Add a few newlines.
18843
18844 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
18845
18846         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
18847         literal strings.
18848
18849         * appdomain.c (set_domain_search_path): Recalculate search path when
18850         AppDomainSetup.PrivateBinPath changes.
18851
18852         * object.c (mono_class_compute_gc_descriptor): It turns out some
18853         parts of the class libs (like System.Thread) holds pointers to
18854         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
18855         to treat native int a pointer type here.
18856         
18857 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
18858
18859         * appdomain.h, domain.c: add hashtable for jump target resolution.
18860
18861 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
18862
18863         * reflection.h reflection.c icall.c: Added new icalls 
18864         GetManifestResourceInfoInternal, GetModulesInternal and support
18865         infrastructure.
18866
18867 2003-05-16  Dick Porter  <dick@ximian.com>
18868
18869         * icall.c:
18870         * file-io.h:
18871         * file-io.c: Implement System.IO.MonoIO::GetTempPath
18872
18873 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
18874
18875         * object.c: mono_store_remote_field: little fix to previous patch.
18876
18877 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18878
18879         * class.c: add constructors to array classes.
18880         * icall.c: special case array construction for InternalInvoke (),
18881
18882 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
18883
18884         * class.h class.c reflection.c object.c: Added support for field
18885         defaults in dynamically generated classes.
18886
18887 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
18888
18889         * reflection.c: properly encode charset for ddlimport.
18890
18891 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
18892
18893         * threads.c: allow compiling without GC.
18894
18895 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
18896
18897         * appdomain.h, object.c, object.h, threads.c, threads.h: added
18898         handling of thread static data.
18899
18900 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18901
18902         * reflection.h, reflection.c: added mono_custom_attrs_free ().
18903
18904 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
18905
18906         * class.c (mono_array_class_get): always set the serializable flags
18907         (mono_array_class_get): always set the SEALED attribute for array types
18908
18909 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
18910
18911         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
18912         attributes (fix for bug 42021).
18913
18914 2003-05-12  Dick Porter  <dick@ximian.com>
18915
18916         * gc.c: Don't run finalizers when the finalizer thread is
18917         finishing up, because the default domain has already been
18918         destroyed.
18919
18920 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
18921
18922         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
18923         value is null, we should throw an exception.   This is slightly
18924         different than the other conventions used for the constructor.
18925
18926 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18927
18928         * socket-io.c: fixed windows build.
18929
18930 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18931
18932         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
18933
18934 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
18935
18936         * object.c (mono_string_new_wrapper): Compatibility fix for MS
18937         compilers.
18938
18939 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
18940
18941         * class.c (mono_class_layout_fields): Add experimental GC aware
18942         auto layout facility. Requires class library changes to work correctly.
18943
18944         (mono_class_setup_vtable): Avoid overriding explicit interface
18945         method implementations. Fixes iface3.exe test.
18946
18947         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
18948         object reference.
18949         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
18950         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
18951
18952         * metadata.h: Add new type classification macro which determines
18953         whenever the type holds an object reference.
18954
18955 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
18956
18957         * marshal.c (mono_marshal_get_native_wrapper): cleanups
18958
18959 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
18960
18961         * gc.c (finalizer_thread): Work around a GC bug.
18962
18963 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
18964
18965         * marshal.c (emit_struct_conv): allow unions
18966
18967         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
18968
18969 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
18970
18971         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
18972
18973 2003-05-06  Martin Baulig  <martin@ximian.com>
18974
18975         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
18976
18977 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18978
18979         * socket-io.c:
18980         (Select_internal): allow NULLs, don't create arrays if not needed.
18981         Coupled with Socket.cs changes.
18982
18983         * threadpool.c:
18984         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
18985         register a finalizer for it that will close the semaphore handle. This
18986         fixes the leak and make Lupus' test run with > 4080 loops.
18987
18988 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
18989
18990         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
18991         Jerome Laban (bug #42287)
18992
18993 2003-05-02  Martin Baulig  <martin@ximian.com>
18994
18995         * debug-mono-symfile.h
18996         (MonoSymbolFile): Moved declaration into mono-debug.h.
18997         (MonoDebugMethodJitInfo): Likewise.
18998         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
18999         argument.
19000         (_mono_debug_address_from_il_offset): Take a
19001         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
19002
19003         * mono-debug.h
19004         (MonoDebugDomainData): New struct.
19005         (mono_debug_get_domain_data): New function.
19006         (mono_debug_add_method): Take an additional `MonoDomain *'
19007         argument.
19008         (mono_debug_source_location_from_address): Likewise.
19009         (mono_debug_il_offset_from_address): Likewise.
19010         (mono_debug_address_from_il_offset): Likewise.
19011
19012 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
19013
19014         * reflection.c: one more check for null type in custom attrs.
19015
19016 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19017
19018         * reflection.c: avoid warning (comparison is always false due to limited
19019         range of data type).
19020
19021 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19022
19023         * icall.c: throw an exception in Type.GetField if the argument 'name'
19024         is NULL.
19025
19026 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
19027
19028         * reflection.c: fixed handling of enums in named arguments to custom
19029         attributes (bug #42123).
19030
19031 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
19032
19033         * reflection.c: use the right array element type and handle
19034         a null for a Type argument, too.
19035
19036 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
19037
19038         * reflection.c: handle arrays as arguments to custom attributes.
19039
19040 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
19041
19042         * reflection.c: handle a string value in a custom attr
19043         ctor that takes an object.
19044
19045 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
19046
19047         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
19048         (fix bug #42063)
19049
19050 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
19051
19052         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
19053
19054 2003-04-27  Martin Baulig  <martin@ximian.com>
19055
19056         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
19057         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
19058         MONO_DEBUGGER_EVENT_BREAKPOINT.
19059         (mono_breakpoint_trampoline_code): Removed.
19060         (mono_debugger_event_handler): The last argument is now a
19061         `guint32'.
19062         (mono_debugger_insert_breakpoint_full): Removed the
19063         `use_trampoline' argument.
19064         (mono_debugger_method_has_breakpoint): Likewise.
19065         (mono_debugger_trampoline_breakpoint_callback): Renamed to
19066         mono_debugger_breakpoint_callback(); take the method and
19067         breakpoint number as arguments.
19068
19069 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
19070
19071         * metadata.c: fix off by one when loading parameters attributes.
19072
19073 2003-04-24  Martin Baulig  <martin@ximian.com>
19074
19075         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
19076
19077 2003-04-24  Martin Baulig  <martin@ximian.com>
19078
19079         * mono-debug-debugger.c: Moved all code which interacts with the
19080         Mono Debugger here.
19081
19082         * debug-mono-symfile.c: This code now just deals with the symbol
19083         file itself, the debugger code is now in mono-debug-debugger.c.
19084
19085 2003-04-23  Martin Baulig  <martin@ximian.com>
19086
19087         * mono-debug.c (mono_debug_source_location_from_il_offset):
19088         New method; like mono_debug_source_location_from_address(), but
19089         takes an IL offset instead of a machine address.
19090
19091 2003-04-23  Martin Baulig  <martin@ximian.com>
19092
19093         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
19094         `line' field; this is now computed by the debugger.
19095
19096 2003-04-23  Martin Baulig  <martin@ximian.com>
19097
19098         * mono-debug.[ch]: New files.  This is the new debugging interface.
19099
19100         * mono-debug-debugger.[ch]: New files.  Moved all code which
19101         interacts with the Mono Debugger here.
19102
19103 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
19104
19105         * domain.c (mono_init): initialize mono_defaults.monitor_class
19106
19107 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
19108
19109         * reflection.c (method_encode_code): Add a spicy exception to help
19110         future compiler authors.
19111
19112 2003-04-21  Martin Baulig  <martin@ximian.com>
19113
19114         * icall.c
19115         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19116         Make this work with relative pathnames; g_filename_to_uri() needs
19117         an absolute filename.
19118
19119 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
19120
19121         * icall.c: Track name changes in Object and ValueType.
19122
19123 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
19124
19125         * metadata.c (mono_type_stack_size): size should be a multiple of
19126         sizeof (gpointer)
19127
19128 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19129
19130         * gc.c:
19131         (internal_domain_finalize): moved into mono_domain_finalize. No need
19132         to create another thread because the finalizers will be run in the
19133         finalizer thread.
19134         
19135         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
19136         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
19137         to be run (MS does this too).
19138
19139 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
19140
19141         * object.c (mono_class_compute_gc_descriptor): Update comment.
19142
19143         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
19144
19145         * image.h: Add synchronized wrapper cache.
19146
19147         * image.c (do_mono_image_open): Initialize cache.
19148
19149         * reflection.c (create_dynamic_mono_image): Initialize cache.
19150
19151 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19152
19153         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
19154         ves_icall_System_Buffer_ByteLengthInternal.
19155
19156 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19157
19158         * reflection.c: setup klass->nested_in earlier. Allow
19159         a dash in the assembly name.
19160
19161 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
19162
19163         * metadata.c (mono_type_to_unmanaged): dont access
19164         type->data.klass for MONO_TYPE_OBJECT
19165         (mono_type_to_unmanaged): consider System.Delegate class
19166
19167 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
19168
19169         * class.c: just setup supertypes in the proper place instead of
19170         initializing the full element class for arrays.
19171
19172 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19173
19174         * class.c: ensure the element class of arrays is initialized.
19175         Setup the supertype info for array classes, too.
19176
19177 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
19178
19179         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
19180
19181 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19182
19183         * Makefile.am: re-added -m option when running cygpath. This way,
19184         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
19185         separator.
19186         * mono-config.c: same codepath for locating mono config file for WIN32
19187         and the rest.
19188         * assembly.c: if mono_assembly_setrootdir is called, don't override
19189         the value set.
19190
19191 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19192
19193         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
19194         MONO_ASSEMBLIES variable.
19195
19196 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
19197
19198         * icall.c: added Assembly::GetNamespaces() icall.
19199
19200 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19201
19202         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
19203
19204 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
19205
19206         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
19207         * object.c: fixed bug in the construction of vtable for proxies
19208
19209 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
19210
19211         * object.c (mono_array_new): Mark mono_array_new as an icall.
19212
19213 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19214
19215         * class.c: fixed test for public method when overriding interfaces.
19216         Closes bug #40970.
19217
19218 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19219
19220         * appdomain.h, domain.c: added mono_domain_foreach() to
19221         be able to access the currently loaded appdomains.
19222         * object.c: make string interning work across sppdomains.
19223         Mark some functions for use as icalls.
19224
19225 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
19226
19227         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
19228
19229         * reflection.h reflection.c: Allocate long living data using 
19230         GC_MALLOC_ATOMIC so the collector does not need to scan it.
19231
19232         * reflection.c: Double the allocation size in streams instead of
19233         increasing it, to prevent unneccesary copying on large assemblies.
19234         
19235         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
19236         creation if the assembly does not have the Run flag set.
19237
19238 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19239
19240         * class.h: avoid the C++ keywords in header files (Jerome Laban
19241         spotted and fixed this).
19242
19243 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19244
19245         * object.c:
19246         (mono_unhandled_exception): fill in the arguments for the
19247         UnhandledException event. Only trigger that event for the default
19248         domain (as MS does).
19249
19250 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
19251
19252         * object.c: Improve typed allocation stuff based on suggestions from
19253         Paolo. Also turn it on if the GC library supports it.
19254
19255 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19256
19257         * object.c object.h class.h: Added experimental typed allocation
19258         facility using the interfaces in gc_gcj.h.
19259
19260         * os/gc_wrapper.h: Added new include files.
19261         
19262 2003-04-03  Martin Baulig  <martin@ximian.com>
19263
19264         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
19265         which is not yet enabled by default.
19266
19267         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
19268         functions.
19269         (mono_gc_lock, mono_gc_unlock): New static functions.
19270
19271         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
19272         functions; stop/start the world for the garbage collector.  This
19273         is using the windows API; we need to complete the SuspendThread()/
19274         ResumeThread() implementation in the io-layer to make this work on Unix.
19275         (mono_gc_push_all_stacks): New public function; tells the garbage
19276         collector about the stack pointers from all managed threads.
19277
19278 2003-04-03  Martin Baulig  <martin@ximian.com>
19279
19280         * object.h (MonoThread): Added `gpointer stack_ptr'.
19281
19282         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
19283
19284 2003-04-03  Martin Baulig  <martin@ximian.com>
19285
19286         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
19287
19288 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19289
19290         * reflection.c (typebuilder_setup_fields): Initialize field.first and
19291         field.last.
19292
19293 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
19294
19295         * loader.c (mono_lookup_internal_call): Report the corlib that is
19296         out of sync.
19297
19298 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
19299
19300         * icall.c (ves_icall_type_GetTypeCode): fixed check for
19301         System.DBNull (it's class not valuetype).
19302
19303 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19304
19305         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
19306         if the array method was already assigned a token (fixes bug#40646).
19307
19308 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
19309
19310         * reflection.c (mono_reflection_get_type): Attempt type resolve even
19311         if no assembly is given.
19312
19313 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
19314
19315         * metadata.h: Added the new tables.
19316
19317         * row-indexes.h: Added definitions for new tables.
19318
19319         * metadata.c: Add schemas for new tables, and add support for
19320         computing the sizes of them.
19321
19322         * class.c: Update for handling the new type cases.
19323
19324 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
19325
19326         * metadata.h (MONO_TYPE_IS_VOID): new macro
19327
19328 2003-03-31  Martin Baulig  <martin@ximian.com>
19329
19330         * threads.h (MonoThreadCallbacks): Added `thread_created'.
19331
19332         * threads.c (mono_thread_new_init): Call `thread_created' in the
19333         mono_thread_callbacks.
19334
19335 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
19336
19337         * loader.h: added marshalbyrefobject_class to mono_defaults
19338         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
19339         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
19340           generation of output parameters.
19341           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
19342         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
19343           contextbound and the target object belongs to the context of the caller.
19344         * object.h: added context and unwrapped_server variables in MonoRealProxy.
19345         * object.c: Implemented support for interfaces and abstract classes
19346           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
19347           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
19348
19349 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
19350
19351         * class.h class.c (mono_class_is_subclass_of): New function.
19352         
19353         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
19354         routines for most common case (calls from ArrayList::ToArray).
19355
19356         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
19357         routine so programs which call Environment::Exit() can be profiled.
19358
19359         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
19360         Added MONO_ARCH_SAVE_REGS.
19361
19362         * icall.c (ves_icall_type_is_subtype_of): Use new function.
19363
19364 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
19365
19366         * blob.h: Add a couple of new MonoType types definitions.
19367
19368         * tabledefs.h: Add a couple of new call convs.
19369
19370 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
19371
19372         * reflection.h (MonoReflectionDynamicAssembly): track changes in
19373         the layout of the class.
19374
19375         * reflection.c (alloc_table): double the size on overflow to avoid
19376         unnecessary copying.
19377
19378         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
19379         avoid filling out metadata tables and blobs. Also set mb->ilgen to
19380         null so it can be garbage collected.
19381         
19382 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
19383
19384         * reflection.c (mono_reflection_get_type): Return the resolved type
19385         only if it is in the assembly we searched.
19386
19387         * reflection.c (ensure_runtime_vtable): Initialize method slots.
19388
19389         * class.c (mono_class_setup_vtable): Set the slot of the overriding
19390         method.
19391
19392 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19393
19394         * appdomain.c:
19395         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
19396         the right one is 'file:///blah', but MS allows it.
19397         * assembly.c:
19398         (mono_assembly_open): allow 'file://blah'
19399
19400         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
19401
19402 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
19403
19404         * socket-io.c: fixes bug #40310.
19405
19406 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
19407
19408         * reflection.c (mono_reflection_parse_type): handle deeply nested
19409         types correctly.
19410
19411         * reflection.c (mono_image_create_token): Use unique token values
19412         since they will be put into a hash table.
19413
19414         * class.c (mono_class_setup_vtable): If a method occurs in more than
19415         one place in the vtable, and it gets overriden, then change the
19416         other occurances too.
19417
19418         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
19419         object as return type.
19420
19421 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
19422
19423         * icall.c: Deleted "ToString" implementation for double and float
19424         because they are full implemented in managed code.
19425
19426 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
19427
19428         * reflection.c, reflection.h: implemented and exported functions
19429         to retrieve info about custom attributes.
19430
19431 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19432
19433         * appdomain.c: moved Uri handling to assembly.c
19434         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
19435         work when using a file Uri in *nix and windows.
19436
19437         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
19438         GetReferencedAssemblies.
19439
19440 2003-03-18  Dick Porter  <dick@ximian.com>
19441
19442         * icall.c: Rename a couple of internal calls
19443
19444         * threads.c: Set the thread state to Stopped when a thread exits.
19445         Fixes bug 39377.
19446
19447 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
19448
19449         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
19450         New icall.
19451
19452         * object.c (mono_class_vtable): fix warning.
19453
19454 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
19455
19456         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
19457
19458         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
19459         memory.
19460         (method_encode_clauses): Create exception info structures in the right
19461         order.
19462         (mono_reflection_setup_internal_class): Initialize supertypes field.
19463
19464         * class.c object.c: Handle interfaces which implement other interfaces 
19465         correctly.
19466
19467         * class.h class.c: Move the supertypes array initialization code into 
19468         a separate function so it can be used for dynamic types too. Also call
19469         it earlier, in mono_class_init(), since it can be used before the
19470         type is initialized.
19471
19472 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19473
19474         * Makefile.am:
19475         * assembly.c:
19476         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
19477
19478         * appdomain.c:
19479         * appdomain.h:
19480         * marshal.c:
19481         * object.c: remove warnings.
19482
19483 2003-03-13  Martin Baulig  <martin@ximian.com>
19484
19485         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
19486         (MonoDebugLexicalBlockEntry): New types.
19487
19488         * debug-mono-symfile.c
19489         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
19490
19491 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19492
19493         * process.c: ret can be any non-zero value accroding to MS doc.
19494
19495 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
19496
19497         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
19498         fixing a warning for a miss-used prototype, would have cause
19499         random memory corruption.
19500
19501 2003-03-07  Martin Baulig  <martin@ximian.com>
19502
19503         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
19504         getting really annoying ....
19505
19506 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
19507
19508         * reflection.c (fixup_method): added support for array methods.
19509
19510 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
19511
19512         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
19513         (pointed out by Michael Adams).
19514
19515 2003-03-04  Dick Porter  <dick@ximian.com>
19516
19517         * icall.c: Temporarily reverted the Double and Single ToString()
19518         change, because it broke nunit.
19519
19520 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
19521
19522         * object.h, threads.h: make include files compatible with C++
19523         (patch by Jerome Laban <jlaban@wanadoo.fr>).
19524
19525 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
19526
19527         * icall.c: Erased ToString helper functions for Double and Single.
19528         Now, that implementations ar all in managed code (Double and Single
19529         Formatters).
19530
19531 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
19532
19533         * appdomain.c: Added method for initializing the default context of
19534         a domain. Added internal call for getting the default context.
19535         * appdomain.h: Added context variable in MonoDomain struct.
19536         * domain.c: mono_domain_set also sets the default context of the domain
19537         * icall.c: Mapped internal method InternalGetDefaultContext.
19538         * object.c: mono_object_get_virtual_method returns always a remoting
19539         wrapper if the object is a transparent proxy.
19540         mono_runtime_invoke_array: when creating an object by calling the
19541         constructor, if the created object is a proxy, then the constructor should
19542         be called using the a remoting wrapper.
19543
19544 2003-03-03  Dick Porter  <dick@ximian.com>
19545
19546         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
19547         variable so it compiles on solaris.  Problem spotted by
19548         Christopher Taylor <ct@cs.clemson.edu>
19549
19550 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19551
19552         * appdomain.c:
19553         (get_info_from_assembly_name): don't leak value.
19554
19555         * icall.c:
19556         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
19557         result.
19558
19559 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
19560
19561         * assembly.c: export mono_image_load_references ().
19562         * class.c: handle function pointers. mono_class_from_name() now
19563         supports nested type names directly.
19564
19565 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
19566
19567         * reflection.h reflection.c: Encode already created dynamic methods 
19568         and fields correctly as a DEF instead of a REF.
19569
19570         * reflection.c: Get rid of the force_ref argument to 
19571         mono_image_typedef_or_ref since it was wrong in the first place.
19572
19573         * string-icalls.c: add error checking to string constructors according
19574         to the MSDN docs.
19575
19576         * reflection.c: Emit types in the order their TypeBuilders were 
19577         created. Previously, a new table index was assigned to each type before
19578         the tables were emitted. This was wrong because the signature blob
19579         might already refer to a type by its original table index.
19580
19581 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
19582
19583         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
19584         change.
19585         
19586 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19587
19588         * Makefile.am: make assemblies dir have \ instead of / on windows.
19589
19590 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
19591
19592         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
19593         iterate over the NESTEDCLASS table using a linear search since the
19594         table is not guaranteed to be sorted by the secondary key.
19595
19596         * class.c (mono_class_create_from_typedef): fixed up call to
19597         mono_metadata_nesting_typedef.
19598         
19599 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
19600
19601         * marshal.c (mono_string_to_byvalstr): clear the memory as
19602         suggested by Jerome Laban <jlaban@wanadoo.fr>
19603
19604 2003-02-26  Dick Porter  <dick@ximian.com>
19605
19606         * process.c: Cope with padding in .rsrc blocks
19607
19608 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
19609
19610         * metadata.h: reverted the filter_len change, it breaks reflection
19611         
19612 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
19613
19614         * metadata.h: added a new field to store the filter_len
19615         
19616
19617 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
19618
19619         * reflection.c: handle custom attributes for types and members
19620         created with Reflection.Emit (bug#38422).
19621
19622 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
19623
19624         * reflection.c: define RTSpecialName automatically for constructors for
19625         compatibility with MS.NET.
19626
19627         * reflection.c (mono_reflection_create_runtime_class): initialize
19628         nested_in field of dynamically created classes.
19629
19630 2003-02-22  Martin Baulig  <martin@ximian.com>
19631
19632         * debug-mono-symfile.h: Incremented version number.
19633
19634 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
19635
19636         * object.h icall.c process.c: fix warnings.
19637
19638 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
19639
19640         * appdomain.h appdomain.c:
19641         (mono_domain_try_type_resolve): split the 
19642         name_or_tb argument into a name and a tb argument.
19643         (mono_domain_has_type_resolve): new function to check whenever the
19644         application has registered a TypeResolve event handler.
19645         
19646         * icall.c reflection.h reflection.c: move the type resolve logic into
19647         mono_reflection_get_type () so it will be invoked when 
19648         Assembly::GetType () is called.
19649
19650         * reflection.c:
19651         (mono_reflection_get_type): renamed to get_type_internal.
19652         (mono_reflection_get_type): fixed type name generation so it works 
19653         for nested types too.
19654         (mono_reflection_get_type): call has_type_resolve () to avoid the 
19655         costly type name generation if there is no resolve event handler.
19656
19657 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
19658
19659         * class.c, image.c: load exported types from file references.
19660
19661 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
19662
19663         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
19664           used to cache the managed methods used to create proxies and make 
19665           remote invocation of methods.
19666         * class.h: Added in MonoVTable a flag to indicate that a class needs 
19667           to be remotely created.
19668         * object.c: Modified the method mono_class_vtable(). It now initializes 
19669           the remote flag of the vtable. Modified mono_object_new_specific(), 
19670           so now it checks the remote flag.
19671         * icall.c: Added a couple of internal methods, one for enabling instance 
19672           creation interception for a type, and one for creating objects bypassing
19673           the remote check.
19674
19675 2003-02-18  Martin Baulig  <martin@ximian.com>
19676
19677         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
19678         New interncall to get a method's metadata token.
19679
19680         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
19681         New interncall for the debugger.
19682
19683 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
19684
19685         * class.c (mono_class_setup_vtable): allocate supertype array
19686
19687 2003-02-18  Martin Baulig  <martin@ximian.com>
19688
19689         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
19690
19691 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19692
19693         * reflection.c:
19694         (assembly_name_to_aname): jump over unknown properties (i've found
19695         something like: 'type, assembly, version=xxx, custom=null, public...',
19696         so now will ignore custom=null and still get the rest of the values).
19697
19698 2003-02-17  Dick Porter  <dick@ximian.com>
19699
19700         * threads.c: Have Thread.Start() wait for a semaphore to signal
19701         that the thread has set up all its local data.  This fixes bug
19702         34323, where Abort() raced the new thread's TLS data.
19703
19704         Also removes the handle_store() call from start_wrapper, because
19705         threads are now always created suspended and there is no longer a
19706         race between the parent and child threads to store the info.
19707
19708 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
19709
19710         * image.c: explain the #- heap issue in a message, hopefully
19711         avoiding FAQs on mono-list.
19712
19713 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19714
19715         * icall.c:
19716         (GetEntryAssembly): if the domain has not invoked
19717         AppDomain.ExecuteAssembly yet, return the assembly of the default
19718         AppDomain.
19719
19720 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
19721
19722         * class.c (mono_ldtoken): make it work in dynamic assemblies.
19723
19724 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
19725
19726         * metadata.c, reflection.c: simple speedup to type hash
19727         and equals code.
19728
19729 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
19730
19731         * image.c, image.h, class.c, assembly.c: move module loading
19732         to MonoImage. When loading metadata, consider alignemnet from
19733         the start of metadata, not from the metadata address in memory.
19734
19735 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
19736
19737         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
19738         AssemblyBuilder objects. Factored out custom attribute creation into
19739         a separate function.
19740         (create_custom_attr): new function to create custom attributes.
19741
19742 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
19743
19744         * Makefile.am: Got tired of typing the full pathname to pedump.
19745         Until there is another option, am installing this.
19746
19747 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
19748
19749         * class.c (class_compute_field_layout): always set field->parent 
19750         (mono_ldtoken): use mono_defaults.fieldhandle_class;
19751
19752 2003-02-11  Dick Porter  <dick@ximian.com>
19753
19754         * threads-types.h:
19755         * monitor.c: Rewrote Monitor, making lock much faster and
19756         Pulse/Wait work as specified.  Also uses much fewer handles, and only
19757         creates them as needed.
19758
19759         * exception.c: Added SynchronizationLockException
19760
19761         * threads.c: Deleted old Monitor implementation.  The new one is
19762         in a new file.
19763
19764 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
19765
19766         * class.c: handled TypedReference type code. Set the correct size for
19767         class data. Setup interface_offsets for interface classes, too.
19768
19769 2003-02-09  Martin Baulig  <martin@ximian.com>
19770
19771         * debug-mono-symfile.h: Reflect latest symbol writer changes.
19772
19773 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
19774
19775         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
19776         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
19777         * object.c: fixed mono_object_get_virtual_method () for interfaces.
19778         * verify.c: check for code that runs after the end of the method.
19779
19780 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
19781
19782         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
19783         "System.Math::Round2".
19784         * sysmath.h: Added Floor, Round and Round2 definitions.
19785         * sysmath.c: Modified certain functions that were not 100% compliant
19786         with MS.NET (math precision) and added the implementation of Floor,
19787         Round and Round2.
19788
19789 2003-02-07  Martin Baulig  <martin@ximian.com>
19790
19791         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
19792
19793 2003-02-07  Martin Baulig  <martin@ximian.com>
19794
19795         * debug-mono-symfile.c: Reflected latest symwriter changes.
19796         (mono_debug_create_mono_symbol_file): Removed.
19797         (mono_debug_open_mono_symbol_file): Take an argument which
19798         specifies whether to create a dynamic symbol file.
19799
19800 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
19801
19802         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
19803
19804 2003-02-05  Martin Baulig  <martin@ximian.com>
19805
19806         * reflection.c (mono_image_build_metadata): Make this public,
19807         protect it against being called multiple times, don't create
19808         resources and don't build the compressed metadata here.
19809         (mono_image_create_pefile): Do this here.
19810
19811         * icall.c
19812         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
19813
19814 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19815
19816         * socket-io.c: fixed bug #36322.
19817
19818 2003-02-06  Piers Haken <piersh@friskit.com>
19819
19820         * appdomain.[ch]:
19821         * class.h:
19822         * debug-mono-symfile.c:
19823         * icall.c:
19824         * loader.c:
19825         * mono-config.c:
19826         * monosn.c:
19827         * reflection.c:
19828         * socket-io.c: warning cleanups
19829
19830 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
19831
19832         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
19833         function. works like remoting invoke, but does a check for the Proxy first.
19834
19835 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
19836
19837         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
19838
19839 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
19840
19841         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
19842         array of pointers.
19843         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
19844         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
19845
19846         * object.c (mono_store_remote_field_new): used by the new jit
19847         instead of mono_store_remote_field
19848         (mono_load_remote_field_new): used by the new jit
19849         instead of mono_load_remote_field
19850
19851 2003-02-05  Patrik Torstensson
19852
19853         * appdomain.c: changed unload to take the domain id instead
19854         of domain
19855         
19856         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
19857
19858
19859 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19860
19861         * appdomain.c: don't look for assemblies in ApplicationBase if
19862         PrivateBinPathProbe is set.
19863
19864 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19865
19866         * object.c: make the first argument in main_args contain the absolute
19867         path to the assembly. Fixes bug #37511.
19868
19869 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19870
19871         * icall.c: get correct UTC offset for countries not using daylight
19872         time saving. Fixes bug #30030.
19873
19874 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19875
19876         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
19877         and 1 are the family).
19878
19879 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
19880
19881         * icall.c (ves_icall_InternalExecute): removed wrong assertion
19882
19883         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
19884
19885 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
19886
19887         * reflection.c: added support for SignatureHelper tokens, which is
19888         needed by the Calli opcode.
19889
19890         * reflection.h: track changes to SignatureHelper class.
19891
19892         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
19893
19894 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19895
19896         * appdomain.c: fixed loading assemblies from PrivateBinPath.
19897
19898 2003-02-03  Patrik Torstensson
19899         * appdomain.[c|h], domain.c : 
19900          - Added support for getting a domain via domain id
19901          - Support for setting and getting domain from System.AppDomain 
19902            (used in cross appdomain channel)
19903          - Added support for get/set for a MonoAppContext on a thread 
19904            (Context class in System.Runtime.Remoting.Contexts),
19905          - Removed hack in Get/SetData and ExecuteAssembly.
19906         
19907         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
19908         the managed world to get control when a proxy is created.
19909
19910         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
19911         
19912 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
19913
19914         * icall.c
19915         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19916         Populate the codebase field as well.
19917
19918 2003-02-02  Martin Baulig  <martin@ximian.com>
19919
19920         * debug-mono-symfile.c
19921         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
19922         (mono_debug_symfile_add_method): Allow interncalls.
19923
19924 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19925
19926         * icall.c: throw parse exception if strtod fails or the string is empty.
19927
19928 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
19929
19930         * marshal.c: handle object type separately from defined
19931         class types.
19932
19933 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
19934
19935         * marshal.c: handle NATIVE_LPSTR for strings when it's
19936         explicitly specified.
19937
19938 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
19939
19940         * reflection.c, reflection.h, icall.c: setup the reflection
19941         handle cache for ModuleBuilders and AssemblyBuilders.
19942
19943 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
19944
19945         * reflection.c (reflection_methodbuilder_to_mono_method): set
19946         pinvoke flag
19947
19948 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19949
19950         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
19951
19952 2003-01-29  Dick Porter  <dick@ximian.com>
19953
19954         * threads.c: No need for the fake_thread kludge now that Thread
19955         doesn't run a class constructor
19956         
19957 2003-01-29  Dick Porter  <dick@ximian.com>
19958
19959         * threads.c: Use g_direct_hash instead of the rather bogus
19960         g_int_hash
19961
19962 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
19963
19964         * marshal.c (mono_marshal_get_native_wrapper): add check for null
19965         (fix pinvoke12.exe)
19966         (mono_marshal_get_struct_to_ptr): generate valid IL code
19967         (mono_marshal_get_ptr_to_struct): generate valid IL code
19968         (*): correctly set sig->pinvoke, we need to memdup the signature
19969         to do that
19970
19971 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
19972
19973         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
19974         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
19975
19976 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
19977
19978         * profiler.c: provide more callers information.
19979
19980 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
19981
19982         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
19983
19984         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
19985
19986         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
19987
19988 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
19989
19990         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
19991         exception instead of going into an infinite loop on dates which it 
19992         can't yet handle.
19993
19994         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
19995         out-of-range exception if needed.
19996
19997         * class.c (mono_class_setup_vtable): allow a virtual method to provide
19998         an implementation for an interface method and to override an inherited
19999         method at the same time. 
20000         Imagine a scenario when a virtual method is used to override a
20001         virtual abstract method in a parent class, and this same method 
20002         provides an implementation for an method inherited from an interface. 
20003         In this case, the interface resolution code will set im->slot, which 
20004         means that the virtual method override pass will skip this method 
20005         which means a pointer to the abstract method inherited from the parent
20006         will remain in the vtable of this non-abstract class.
20007
20008         * class.c: (mono_class_setup_vtable): continue search for a real 
20009         method if only an abstract method is found.     
20010
20011 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20012
20013         * reflection.c: add size to encoding for ByValStr and ByValArray
20014         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
20015
20016 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20017
20018         * class.c (mono_class_setup_vtable): pass the override info as an
20019         argument.
20020
20021         * class.c (mono_class_setup_vtable): set the slot of overriding methods
20022         correctly.
20023         
20024         * reflection.c (ensure_runtime_vtable); add support for method 
20025         overrides.
20026         
20027 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20028
20029         * reflection.c (resolution_scope_from_image): Hack to work to work with
20030         dynamic assemblies.
20031
20032         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
20033         added a 'force_ref' argument to force this function to allways return 
20034         a TypeRef. This is needed by mono_image_get_memberref_token ().
20035         
20036 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20037
20038         * reflection.c (mono_image_get_type_info): interfaces really don't have
20039         a parent.
20040
20041         * reflection.c (mono_image_basic_init): fill out missing fields of
20042         image structure.
20043
20044         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
20045         dynamic assemblies. This is required so dynamic assemblies show up in
20046         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
20047         Type::GetType() etc. This is consistent with MS behaviour.
20048
20049         * image.c image.h reflection.c: add newly created classes to the name 
20050         cache so mono_class_get () will find them.      
20051
20052 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20053
20054         First part of changes to get IKVM.NET running under mono.
20055         
20056         * appdomain.h, appdomain.c: added new function 
20057         mono_domain_try_type_resolve() which will emit TypeResolve events. 
20058         This function will call AppDomain::DoTypeResolve to do the actual work.
20059
20060         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
20061         moved existing code dealing with dynamic tokens to a new function 
20062         called mono_reflection_lookup_dynamic_token (). This function will 
20063         raise TypeResolve events when appropriate. Since reflection.c is not 
20064         part of libmetadata, a new hook function called 
20065         mono_lookup_dynamic_token() is added to class.c which will call this.
20066
20067         * assembly.h assembly.c: make the invoke_load_hook function public,
20068         so it can be called for dynamic assemblies.
20069
20070         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
20071
20072         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
20073         type isn't found.
20074
20075         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
20076         MonoGHashTable, since it contains pointers to objects which the GC 
20077         needs to track.
20078
20079         * assembly.c (search_loaded): remove unused variable.
20080         
20081 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
20082
20083         * object.c: fixed issue exposed by gcc-generated IL programs
20084         that use RVA data for pointers.
20085
20086 2003-01-25  Martin Baulig  <martin@ximian.com>
20087
20088         * threads.c (start_wrapper): Moved the initialization of
20089         `start_func' above the mono_new_thread_init() call to which we
20090         pass it as argument.
20091
20092 2003-01-24  Martin Baulig  <martin@ximian.com>
20093
20094         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
20095         the MonoThread pointer.
20096
20097 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
20098
20099         * icall.c: Rename `PowImpl' to Pow.
20100
20101 2003-01-23  Dick Porter  <dick@ximian.com>
20102
20103         * threads.c (start_wrapper): Create a Thread object if needed, so
20104         the Main() thread can do the class initialisation in a subthread
20105         that has been set up to allow managed code execution.
20106
20107         Pass the thread ID instead of the MonoThread pointer to the thread
20108         start and attach callbacks.  This change is required, because the
20109         jit thread start callback must be called _before_ the Thread
20110         object can be created.
20111         
20112         (mono_thread_init): Removed much object creation code that is no
20113         longer needed.  No managed code is called from here now.
20114
20115         * object.c (mono_runtime_exec_managed_code): Create a subthread
20116         for Main, and call back to the runtime to use it.
20117         Set the exit code when Main exits.
20118
20119         * gc.c: Make sure domain finalisation happens in a subthread.
20120         Re-enable threaded GC, fixing bug 31333 (again).
20121
20122         * environment.c: System.Environment internall calls (so far just
20123         ExitCode is here, the others are still in icall.c)
20124
20125         * appdomain.c (mono_runtime_cleanup): All threads running managed
20126         code should have finished before mono_runtime_cleanup() is
20127         reached, so no need to clean up threads.
20128
20129 2003-01-22  Martin Baulig  <martin@ximian.com>
20130
20131         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
20132         `gpointer func' arguments.      
20133         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
20134         but added `MonoThread *thread' argument.
20135         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
20136
20137         * threads.c (mono_new_thread_init): Added `gpointer func' argument
20138         and pass it to the mono_thread_start_cb callback.
20139         (mono_install_thread_callbacks): New public function to install a
20140         set of callbacks which are set by the debugger.
20141         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
20142
20143 2003-01-22  Martin Baulig  <martin@ximian.com>
20144
20145         * Makefile.am: Install debug-mono-symfile.h.
20146
20147 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
20148
20149         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
20150
20151 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
20152
20153         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
20154         * class.c (mono_ptr_class_get): correctly set access levels of pointers
20155         (mono_array_class_get): correctly set access levels of arrays
20156
20157 2003-01-20      Patrik Torstensson
20158         * image.h (MonoAssemblyName): changed major, minor, build, revision
20159         from signed to unsigned.
20160
20161 2003-01-20  sean kasun <skasun@azstarnet.com>
20162
20163         * reflection.c (load_cattr_value): Now this handles
20164         MONO_TYPE_SZARRAY.  Fixes bug #35629
20165
20166 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
20167
20168         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
20169         integer value
20170
20171 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20172
20173         * decimal.c: fixed bug #26056.
20174
20175 2003-01-17  Martin Baulig  <martin@ximian.com>
20176
20177         * gc.c: Raise an ExecutionEngineException instead of using g_error().
20178
20179 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20180
20181         * exception.[ch]:
20182         (mono_get_exception_type_initialization): new function.
20183
20184         * object.c: throw a TypeInitializationException when an exception is
20185         thrown invoking the class constructor.
20186
20187 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20188
20189         * reflection.c: fixed attribute reading.
20190
20191 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20192
20193         * icall.c:
20194         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
20195         provided, look for the type in the calling assembly and then in
20196         mscorlib; if the assembly name is provided, only try that one.
20197
20198 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
20199
20200         * object.c: register the vtable before there is a chance it's
20201         queried again recursively.
20202
20203 2003-01-13  Duncan Mak  <duncan@ximian.com>
20204
20205         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
20206         gc-internal.h. 
20207         
20208 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
20209
20210         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
20211
20212 2003-01-11  Martin Baulig  <martin@ximian.com>
20213
20214         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
20215         this to 20 for the release.
20216
20217 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
20218
20219         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
20220
20221         * loader.c (mono_method_get_marshal_info): bug fix
20222
20223         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
20224         structures with explicit layout
20225
20226 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20227
20228         * profiler.c: made the output more readable (and sorted). 
20229         Added caller information for the allocation profiler.
20230
20231 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
20232
20233         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
20234
20235 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20236
20237         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
20238         to get value types.
20239         
20240 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
20241
20242         * object.c, profiler.h, profiler.c, profiler-private.h:
20243         Added object allocation profiler.
20244
20245 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
20246
20247         * reflection.h, reflection.c: handle global methods.
20248         Compress blob entries.
20249
20250 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
20251
20252         * marshal.c: fix compilation.
20253
20254 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
20255
20256         * loader.c (mono_method_get_marshal_info): impl.
20257
20258         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
20259
20260 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20261
20262         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
20263         for reference types.
20264
20265 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
20266
20267         * loader.c: fixed off by one error in loaded parameter names.
20268
20269 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
20270
20271         * marshal.c (mono_marshal_get_icall_wrapper): like
20272         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
20273         instead of a MonoMethod.
20274
20275 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20276
20277         * decimal.c: fixed bug #36537.
20278
20279 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
20280
20281         * marshal.c: throw a missing method exception if a
20282         P/Invoke method is not found.
20283
20284 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20285
20286         * icall.c: allow a null this for constructors.
20287
20288 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
20289
20290         * icall.c: raise the proper exceptions if the arguments to the
20291         internal Invoke are incorrect.
20292
20293 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
20294
20295         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
20296
20297 2003-01-03  Martin Baulig  <martin@ximian.com>
20298
20299         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20300
20301 2002-12-31  Martin Baulig  <martin@ximian.com>
20302
20303         * debug-mono-symfile.c: Completely rewrote the type section.
20304         Instead of using individual malloc()ed fields, we use one big
20305         continuous memory area and offsets into this area.
20306         See the comments in the source code for details.
20307
20308 2002-12-30  Martin Baulig  <martin@ximian.com>
20309
20310         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
20311
20312 2002-12-30  Martin Baulig  <martin@ximian.com>
20313
20314         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
20315         line number table in this data blob instead of using an external
20316         pointer.
20317
20318 2002-12-28  Martin Baulig  <martin@ximian.com>
20319
20320         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20321
20322 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
20323
20324         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
20325         as a boxed return type.
20326
20327 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
20328
20329         * appdomain.c
20330         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
20331         g_build_filename to properly get separators on the filename created.
20332
20333         * object.h: Small change, introduce MonoMarshalByRefObject to
20334         track the layout of that structure in the C# universe as we make
20335         changes there.
20336
20337 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
20338
20339         * object.c: removed assert to allow static fields on interfaces.
20340         * loader.c: a TypeSpec may be used for any type, not just arrays.
20341
20342 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20343
20344         * class.c, class.h: added mono_class_array_element_size ().
20345         Ignore static methods in interfaces.
20346
20347 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20348
20349         * threads.c: fixed the build under cygwin.
20350
20351 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20352
20353         * reflection.c: handle nullref constants. Allocate keys for
20354         reflection handles with the GC.
20355
20356 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20357
20358         * threads.c, threads.h: added mono_thread_get_abort_signal()
20359         to get a suitable signal for thread abort.
20360
20361 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20362
20363         * metadata.c: fix handling of ExportedType table.
20364
20365 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20366
20367         * icall.c: added WriteWindowsDebugString internal call.
20368
20369 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20370
20371         * reflection.h: added fields to match C# implementation.
20372
20373 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20374
20375         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
20376
20377 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
20378
20379         * gc.h, gc-internal.h: Rename header for GC internal calls to
20380         gc-internal.h from gc.h as to not clash with Boehm GC having its
20381         header installed as <gc.h> in outside include paths.
20382         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
20383         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
20384
20385 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20386
20387         * icall.c: assign minor, build and revision in FillName.
20388
20389 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
20390
20391         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
20392         Added support for running code generated by Reflection.Emit.
20393
20394 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20395
20396         * appdomain.c: check for NULL argument in LoadFrom.
20397
20398 2002-12-10  Dick Porter  <dick@ximian.com>
20399
20400         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
20401
20402 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20403
20404         * appdomain.c: fix buglet when building exe file name.  Handle full
20405         assembly name (needed after latest changes to AssemblyName).
20406         * image.c:
20407         (mono_image_close): free some hashtables.
20408
20409 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
20410
20411         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
20412         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
20413         on some systems (redhat 7.3) 
20414
20415 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
20416
20417         * threads.c: delete the critical section of a sync block,
20418         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
20419
20420 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
20421
20422         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
20423
20424 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20425
20426         * appdomain.[ch]: handle the assembly preload event to try loading the
20427         assemblies using the paths we have in the current domain.
20428
20429         * assembly.[ch]: created an assembly preload hook that is called to try
20430         loading the assembly by other means that the ones provided here.
20431
20432         * domain.c: initialize the domain search path.
20433
20434         From now on, assemblies (TODO: except corlib and System) are loaded
20435         according to these rules when using mono_assembly_load ():
20436
20437                 1. It tries to load the assembly from the ApplicationBase
20438                 of the current domain appending .dll and .exe (TODO: have to
20439                 try loading from name/name.dll and name/name.exe).
20440
20441                 2. It tries the search path specified in PrivateBinPath for the
20442                 current domain (if any).
20443
20444                 3. Previous behavior.
20445
20446 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
20447
20448         * icall.c: implemented GetInterfaceMap() related icall.
20449         * domain.c, loader.h: load MethodInfo in mono_defaults.
20450
20451 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
20452
20453         * gc.c: disable the finalizer thread for now, untill all the issues
20454         with it are resolved.
20455
20456 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20457
20458         * string-icalls.c: handle embedded nulls in string ctor when the
20459         length is specified.
20460
20461 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
20462
20463         * class.c: look for explicit interface implementation in parent
20464         classes, too.
20465
20466 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
20467
20468         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
20469
20470 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
20471
20472         * gc.c: protect handles with a critical section.
20473
20474 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20475
20476         * icall.c:
20477         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
20478         parameters. If no assembly specified, try getting the type from all
20479         the assemblies in the current domain, else, load the assembly and get
20480         the type from it.
20481
20482 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20483
20484         * marshal.c: applied patch from Aleksey Demakov that fixes
20485         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
20486
20487 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20488
20489         * icall.c: fixed get_location.
20490
20491 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
20492
20493         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
20494         declarations to make it work with older gcc. 
20495
20496         * loader.c (mono_get_method): set signature->pinvoke for native calls
20497
20498 2002-11-20  Dick Porter  <dick@ximian.com>
20499
20500         * threads.c (mono_thread_init): Set the main thread's handle
20501
20502 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
20503
20504         * gc.c: allow compilation without GC support. Changed to match the
20505         mono coding style.
20506
20507 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
20508
20509         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
20510
20511 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
20512
20513         * reflection.c: set a public key token on the core assemblies.
20514
20515 2002-11-18  Dick Porter  <dick@ximian.com>
20516
20517         * threads.c: Split out some thread initialisation so that other
20518         files can set the start callback function.
20519
20520         * gc.c: Run finalisers in a separate thread, to avoid stack
20521         overflow.  Fixes bug 31333.
20522
20523         * appdomain.c: Set up GC finalisation thread.
20524
20525         * reflection.c: 
20526         * object.c: 
20527         * domain.c: Use gc.h macros for GC_malloc
20528         
20529 2002-11-15  Dick Porter  <dick@ximian.com>
20530
20531         * threadpool.c: 
20532         * threads.c:
20533         * appdomain.c: Removed mono_runtime_init_with_attach(),
20534         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
20535         merging the extra parameter with the existing function.  Removed
20536         unneeded code in mono_thread_attach().
20537
20538 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
20539
20540         * image.c (mono_image_loaded_by_guid): a method to get loaded
20541         images by guid. 
20542         (load_metadata_ptrs): we store the guid as string.
20543
20544 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
20545
20546         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
20547
20548         * metadata.c (mono_guid_to_string): imported method form Zoltan
20549         Varga (slightly modified)
20550
20551         * assembly.c (mono_assembly_open): load precompiled code
20552
20553         * loader.h (MonoMethod): we store the method token for use in the
20554         aot compiler. 
20555
20556 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20557
20558         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
20559         the hook function called when an assembly is loaded.
20560         
20561         * domain.c: Modified file.
20562         (mono_domain_assembly_load): removed hash table insertion of assemblies.
20563
20564         Fixes bug #33196.
20565
20566 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
20567
20568         * reflection.c: Map PEFileKind to the value expected by the WinNT
20569         image loader. 
20570
20571 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20572
20573         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
20574         Read until the buffer is filled completely.
20575
20576 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20577
20578         * icall.c: implemented MonoType.InternalGetEvent ().
20579
20580 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20581
20582         * appdomain.c: implemented InitAppDomainSetup. Delayed
20583         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
20584         the entry_assembly.
20585
20586         * assembly.c: base_dir is now an absolute path ending with
20587         G_DIR_SEPARATOR.
20588
20589         * icall.c: modified get_location according to the above changes.
20590
20591         * object.c: init AppDomain.SetupInformation for the default domain after
20592         we have the entry assembly.
20593
20594         * domain.c: when unloading a domain, setup = NULL.
20595
20596 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
20597
20598         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
20599
20600 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
20601
20602         * object.h, object.c: introduced mono_object_get_virtual_method ()
20603         to lookup the method invoked on an object when a callvirt is done on
20604         a method.
20605         * icall.c: make MethodInfo::Invoke() always do a virtual call.
20606
20607 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20608
20609         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
20610         current domain when loaded an assembly and failed to load it.
20611
20612         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
20613
20614 2002-10-31  Dick Porter  <dick@ximian.com>
20615
20616         * icall.c: 
20617         * file-io.h: 
20618         * file-io.c: Return the error status in a parameter, as the
20619         GetLastError() value has long since been blown away if we try and
20620         look it up in a subsequent internal call invocation.  Delete the
20621         GetLastError() internal call, because it's useless.
20622
20623 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
20624
20625         * class.[ch]: added cast_class to fix bug 29517
20626
20627 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
20628
20629         * marshal.c: create valid IL code in the filter clause:
20630         the new JIT is less forgiving:-)
20631
20632 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20633
20634         * icall.c: removed get_property internal call.
20635
20636 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
20637
20638         * appdomain.h domain.c: Added an ID to appdomains.
20639         
20640         * threads.c threads.h icall.c: Implement icall
20641         Thread:GetDomainID(), and remove unused icall 
20642         CurrentThreadDomain_internal.
20643
20644 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20645
20646         * icall.c: Don't recurse through the base types in GetConstructor.
20647         Fixes bug #32063. 
20648
20649 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
20650
20651         * mempool.h, mempool.c: added mono_mempool_empty() and
20652         mono_mempool_stats().
20653
20654 2002-10-23  Dick Porter  <dick@ximian.com>
20655
20656         * file-io.c: 
20657         * file-io.h: 
20658         * icall.c: Added MonoIO.GetFileType internal call
20659
20660 2002-10-17  Dick Porter  <dick@ximian.com>
20661
20662         * appdomain.c (mono_runtime_cleanup): Don't signal the async
20663         delegate semaphore before waiting for all threads to finish,
20664         because new threads can also call async delegates.  Fixes bug
20665         32004.
20666
20667         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
20668         of 3 seconds, in case another async job is queued.  (This part is
20669         needed because the bug fix reintroduced the 3s exit lag.)  This
20670         makes the mono_runtime_shutdown flag superfluous.
20671
20672 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20673
20674         * reflection.c: include ehader size in method section headers.
20675         Really check for suplicated modules entries.
20676
20677 2002-10-17  Martin Baulig  <martin@gnome.org>
20678
20679         * debug-mono-symfile.c: Added back support for locals.
20680
20681 2002-10-14  Martin Baulig  <martin@gnome.org>
20682
20683         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
20684         MONO_TYPE_VOID.
20685
20686 2002-10-14  Martin Baulig  <martin@gnome.org>
20687
20688         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
20689         mono_class_get() instead of looking in the class cache. 
20690
20691 2002-10-13  Martin Baulig  <martin@gnome.org>
20692
20693         * debug-mono-symfile.c: Set version number to 28, include the
20694         signature in method names.
20695
20696 2002-10-13  Martin Baulig  <martin@gnome.org>
20697
20698         * debug-mono-symfile.h: Set version number to 27.
20699
20700 2002-10-11  Martin Baulig  <martin@gnome.org>
20701
20702         * gc.c: Don't register/unregister NULL pointers as disappearing links.
20703
20704 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20705
20706         * metadata.c, metadata.h: added helper function to allocate signatures.
20707
20708 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20709
20710         * icall.c: added internal call to get the location of machine.config.
20711
20712 2002-10-08  Martin Baulig  <martin@gnome.org>
20713
20714         * debug-mono-symfile.c: Ignore classes with a pending init for the
20715         moment.
20716
20717 2002-10-03  Dick Porter  <dick@ximian.com>
20718
20719         * threads.c: Freebsd pthread_t is a pointer
20720
20721 2002-10-03  Dick Porter  <dick@ximian.com>
20722
20723         * socket-io.c: Implemented GetHostName_internal
20724
20725 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20726
20727         * mono-config.c:
20728         (mono_config_parse_file): don't leak the text.
20729
20730 2002-10-02  Martin Baulig  <martin@gnome.org>
20731
20732         * debug-mono-symfile.c: Added support for methods.
20733
20734 2002-10-01  Martin Baulig  <martin@gnome.org>
20735
20736         * debug-mono-symfile.c: Don't emit methods and line numbers for
20737         the dynamic symbol file, just write the type table.  We can easily
20738         have an external helper program which creates a symbol file for an
20739         IL file.        
20740
20741 2002-10-01  Dick Porter  <dick@ximian.com>
20742
20743         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
20744         Only add the handle to the cleanup array when we're about to
20745         launch the thread.  Bug 31425 deadlocked when the test was run on
20746         mono under w32.
20747
20748 2002-10-01  Martin Baulig  <martin@gnome.org>
20749
20750         * debug-mono-symfile.c: Added support for properties.
20751
20752 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20753
20754         * reflection.c: unaligned store fix from Mark Crichton
20755         <crichton@gimp.org>.
20756
20757 2002-09-27  Martin Baulig  <martin@gnome.org>
20758
20759         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
20760         New interncall.
20761
20762 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
20763
20764         * assembly.h, assembly.c: use a sane API to hook into the assembly
20765         loading process instead of a useless special-purpouse hack
20766         (ngen needs a hook, too, for example).
20767
20768 2002-09-27  Dick Porter  <dick@ximian.com>
20769
20770         * threads.c (mono_thread_init): Call GetCurrentProcess() so
20771         io-layer can set up some process handle info.  Not needed on w32,
20772         but doesn't hurt either.
20773
20774         * process.c: Pass the program name in the second parameter to
20775         CreateProcess, so the path is searched.  Include the working
20776         directory. Implemented process name, process enumeration, and some
20777         process detail internal calls.
20778         
20779         * icall.c: Added internal calls for process lookup, and some
20780         process details
20781
20782 2002-09-26  Martin Baulig  <martin@gnome.org>
20783
20784         * assembly.c (mono_install_open_assembly_hook): New global
20785         function to install a function to be invoked each time a new
20786         assembly is loaded.
20787         (mono_assembly_open): Run this callback function if set.
20788
20789         * debug-mono-symfile.c: Put back line numbers for the dynamic
20790         symbol file and also record the .il file as source file.  This
20791         allows us to install the temporary symbol file as `file.dbg' just
20792         like a compiler-generated one.
20793
20794 2002-09-26  Nick Zigarovich <nick@chemlab.org>
20795
20796         * Corrected typo in gc.c (BOHEM vs BOEHM).
20797
20798 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20799
20800         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
20801         GetProperties. Also avoid calling g_slist_length in GetProperties and
20802         GetMethods.
20803
20804 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20805
20806         * reflection.c: avoid unaligned stores (bug spotted by
20807         Mark Crichton  <crichton@gimp.org>).
20808
20809 2002-09-25  Martin Baulig  <martin@gnome.org>
20810
20811         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
20812         instead of guint64 for addresses and added prologue/epilogue info.
20813
20814 2002-09-25  Martin Baulig  <martin@gnome.org>
20815
20816         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
20817         store line number info.  For the dynamic symbol file, we only need
20818         to provide the JIT generated dynamic line number info for the dynamic
20819         symbol file.
20820
20821 2002-09-25  Martin Baulig  <martin@gnome.org>
20822
20823         * debug-mono-symfile.h: Incremented version number.
20824
20825 2002-09-24  Martin Baulig  <martin@gnome.org>
20826
20827         * class.c (mono_debugger_class_init_func): New global function
20828         pointer variable.
20829         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
20830         call it.
20831
20832         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
20833         function.  This is called via the mono_debugger_class_init_func
20834         hook to add all types to the dynamic type table.
20835         (ves_icall_MonoDebugger_GetType): New interncall to get a class
20836         from its metadata token.
20837
20838         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
20839         New interncall for the debugger.
20840
20841 2002-09-24  Nick Drochak <ndrochak@gol.com>
20842
20843         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
20844         before using it in case it is null.
20845         
20846 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20847
20848         * metadata.c: allow custom modifiers in local var signatures
20849         (bug spotted by Zoltan Varga).
20850
20851 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20852
20853         * class.c: deal with the <Module> class that may have a NULL vtable.
20854         Eliminate warnings.
20855
20856 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20857
20858         * image.c, image.h: more strong name helpers.
20859         * monosn.c: more work: convert pem keys to cryptoapi format.
20860
20861 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20862
20863         * string-icalls.c: speedup IndexOf.
20864
20865 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20866
20867         * icall.c: updates from Zoltan.2.Varga@nokia.com.
20868
20869 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
20870
20871         * icall.c: cleanup: use mono_object_domain ().
20872
20873 2002-09-23  Martin Baulig  <martin@gnome.org>
20874
20875         * debug-mono-symfile.c: Improved type support.
20876
20877 2002-09-22  Martin Baulig  <martin@gnome.org>
20878
20879         * debug-mono-symfile.c: Added support for reference types and strings.
20880
20881 2002-09-22  Martin Baulig  <martin@gnome.org>
20882
20883         * debug-mono-symfile.c: Started to work on the type table.
20884
20885 2002-09-21  Martin Baulig  <martin@gnome.org>
20886
20887         * debug-mono-symfile.c: Largely reworked the symbol table format.
20888         The symbol table is now incrementally updated each time a new
20889         method is added.  We're now also using our own magic and version
20890         so that you don't need to recompile all your classes if the
20891         dynamic table changes.
20892         (mono_debug_update_mono_symbol_file): Removed.
20893         (mono_debug_symfile_add_method): New function to add a method.
20894
20895 2002-09-21  Martin Baulig  <martin@gnome.org>
20896
20897         * icall.c
20898         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
20899         New interncall.
20900
20901         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
20902         New interncall to get a method from its metadata token.
20903
20904 2002-09-21  Martin Baulig  <martin@gnome.org>
20905
20906         * debug-mono-symfile.c: Create type table.
20907
20908 2002-09-20  Martin Baulig  <martin@gnome.org>
20909
20910         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
20911
20912 2002-09-20  Martin Baulig  <martin@gnome.org>
20913
20914         * debug-mono-symfile.c: Provide information about params and locals.
20915
20916 2002-09-20  Martin Baulig  <martin@gnome.org>
20917
20918         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
20919         New interncall.
20920
20921         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
20922         interncall to get a method from its metadata token.
20923
20924 2002-09-20  Martin Baulig  <martin@gnome.org>
20925
20926         * debug-mono-symfile.c: Added a few checks for method->header
20927         being non-NULL.  This should never happen, but for the moment
20928         let's use a g_warning() rather than a g_assert().
20929
20930 2002-09-19  Mark Crichton  <crichton@gimp.org>
20931
20932         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
20933         even if support for it isn't present.  Added an #ifdef to fix this.
20934
20935         * socket-io.c: Added checks back for Solaris support.
20936
20937 2002-09-19  Martin Baulig  <martin@gnome.org>
20938
20939         * debug-mono-symfile.c (read_string, write_string): Reflect latest
20940         changes in the symbol file format.
20941
20942 2002-09-18  Martin Baulig  <martin@gnome.org>
20943
20944         * debug-mono-symfile.c: Set version number to 21.
20945
20946 2002-09-18  Dick Porter  <dick@ximian.com>
20947
20948         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
20949         on netbsd.  Fixes bug 30051.
20950
20951 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20952
20953         * reflection.c:
20954         (set_version_from_string): little fix.
20955
20956 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20957
20958         * monosn.c, Makefile.am: added strong name utility.
20959         * reflection.h, reflection.c: implemented delayed signing,
20960         locale, version and hash id assembly attributes.
20961
20962 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20963
20964         * loader.c, metadata.c: load param attributes in signatures.
20965
20966 2002-09-16  Martin Baulig  <martin@gnome.org>
20967
20968         * debug-mono-symfile.c: Added string table with all method names.
20969
20970 2002-09-14  Martin Baulig  <martin@gnome.org>
20971
20972         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
20973         fast method lookup.
20974
20975 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20976
20977         * reflection.c: record the public key token of referenced assemblies.
20978
20979 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20980
20981         * image.c, image.h: added functions to get the strong name and the
20982         public key of an assembly.
20983         * pedump.c: use them.
20984
20985 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
20986
20987         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
20988
20989 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
20990
20991         * marshal.c (mono_marshal_get_managed_wrapper): Added
20992         MONO_TYPE_BOOLEAN 
20993
20994 2002-09-11  Martin Baulig  <martin@gnome.org>
20995
20996         * gc.c: Call GC_unregister_disappearing_link() on all links when
20997         finalizing them, this is necessary to aviod a crash in boehm's
20998         finalize handler.
20999
21000 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21001
21002         * gc.c: handle GetTarget for finalized objects spotted and fixed by
21003         nick@chemlab.org.
21004
21005 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
21006
21007         * icall.c: implemented MonoType::Module.
21008         * reflection.c, reflection.h: mono_module_get_object () from
21009         Tomi Pakarinen <tomi.pakarinen@welho.com>.
21010
21011 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21012
21013         * icall.c: ignore overridden methods in GetMethods ().
21014         Fix for FieldInfo::SetValue().
21015         * object.c: handle float/double in runtime invoke.
21016
21017 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21018
21019         * object.c: allow a constructor to be called again on an object.
21020
21021 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21022
21023         * class.h, class.c: move field layout code to it's own function and
21024         export it. Get an interface id earlier. Move fields in MonoClass
21025         so they are more cache friendly and align the bitfields.
21026         * loader.c: temporary handle get_param_names() for a runtime method.
21027         * reflection.c, reflection.h: more code to handle runtime creation of
21028         types.
21029
21030 2002-09-09  Martin Baulig  <martin@gnome.org>
21031
21032         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
21033         signature with the pinvoke field being set for the actual call.
21034
21035 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21036
21037         * icall.c: removed some unused icalls. Start of map of glib charsets
21038         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
21039
21040 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21041
21042         * debug-helpers.c: break infinite loop (found and fixed by
21043         Holger Arnold <harnold@gmx.de>).
21044
21045 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21046
21047         * icall.c: target may be null in create_delegate.
21048
21049 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21050
21051         * marshal.c: handle a boolean return type.
21052
21053 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21054
21055         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
21056
21057 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21058
21059         * gc.c: fix weakreferences.
21060
21061 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
21062
21063         * icall.c: added icall to get default codepage.
21064
21065 2002-09-03  Dick Porter  <dick@ximian.com>
21066
21067         * threads.h: 
21068         * threads.c: Use MonoThread instead of MonoObject where
21069         apropriate.
21070
21071         Store running thread objects in a hash table, so that we have all
21072         the info to hand when waiting for them to finish
21073         (means we don't need OpenThread() any more, so mingw builds should
21074         be fully functional again.)
21075
21076         * verify.c:
21077         * object.h: Added thread ID to MonoThread
21078
21079 2002-09-03  Martin Baulig  <martin@gnome.org>
21080
21081         * icall.c (System.Reflection.Assembly::get_location): New interncall.
21082
21083 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21084
21085         * icall.c: fixed leak in get_temp_path. Thanks lupus.
21086
21087 2002-09-03  Martin Baulig  <martin@gnome.org>
21088
21089         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
21090         argument to store the end address of the disassembled instruction.
21091
21092         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
21093         here from debug-symfile.h.
21094         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
21095         JIT into this struct.
21096         (MonoSymbolFile): Added `char *image_file' field.
21097         (MonoDebugGetMethodFunc): Removed.
21098         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
21099         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
21100         (mono_debug_find_method): New method.
21101
21102         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
21103         create a full symbol file.
21104         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
21105         and static symbol files.
21106         (mono_debug_find_method): The symbol file keeps an internal method hash,
21107         call this to get a MonoDebugMethodInfo from a MonoMethod.
21108
21109         * debug-symfile.[ch]: Removed.
21110
21111 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
21112
21113         * image.c (do_mono_image_open): Remove linker version check.
21114
21115 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
21116
21117         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
21118         wrappers for instance methods.
21119         
21120 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21121
21122         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
21123
21124 2002-08-28  Dick Porter  <dick@ximian.com>
21125
21126         * Makefile.am: Export HOST_CC for w32 builds
21127
21128 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21129
21130         * file-io.c process.c: MonoString are null terminated, no
21131         need for mono_string_to_utf16() anymore.
21132
21133 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21134
21135         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
21136
21137 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
21138
21139         * icall.c, reflection.h: speedup System.MonoType.
21140
21141 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21142
21143         * reflection.c: allow null as the value of a string argument in
21144         custom attributes constructors.
21145
21146 2002-08-27  Martin Baulig  <martin@gnome.org>
21147
21148         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
21149         `trampoline_address' field.
21150
21151 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
21152
21153         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
21154         check (fixes bug #29486) 
21155
21156 2002-08-27  Martin Baulig  <martin@gnome.org>
21157
21158         * debug-mono-symfile.c: Changed the file format in a way that allows us
21159         open it read-only and to use a specially malloced area for all the
21160         dynamic data.  We can now also generate a symbol file on-the-fly if we're
21161         debugging IL code and there is no MCS generated symbol file for it.
21162
21163 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21164
21165         * object.c: added a define for a good string and array
21166         creation speedup (not enabled by default because we need to deal with
21167         the synch stuff).
21168
21169 2002-08-26  Martin Baulig  <martin@gnome.org>
21170
21171         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
21172         function to create a dynamic symbol file.  This is used by the
21173         debugger to create a symbol file for IL code on-the-fly.
21174
21175 2002-08-26  Martin Baulig  <martin@gnome.org>
21176
21177         * loader.c (mono_lookup_pinvoke_call): Include the error message
21178         from g_module_error() in the error message.
21179
21180 2002-08-24  Martin Baulig  <martin@gnome.org>
21181
21182         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
21183         function to update the symbol file.  The symbol file is mmap()ed
21184         writable, but private.  This allows us to install the symbol file
21185         together with the assembly.
21186
21187 2002-08-24  Martin Baulig  <martin@gnome.org>
21188
21189         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
21190         but they can read the new symbol file format which mcs is now creating.
21191
21192         * debug-symfile.c (mono_debug_find_source_location): Moved to
21193         debug-mono-symfile.c; this is now operating on the new symbol file.
21194
21195 2002-08-23  Martin Baulig  <martin@gnome.org>
21196
21197         * debug-helpers.c (mono_method_desc_from_method): New function to get
21198         a MonoMethodDesc from a MonoMethod.
21199
21200 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21201
21202         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
21203         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
21204
21205 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
21206
21207         * string-icalls.[ch]: make helper methods static.
21208
21209 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21210
21211         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
21212         types to it and to SetValueInternal.
21213
21214         * object.c: Moved handle_enum label to its proper place. This was the
21215         f... bug! ;-)
21216
21217         This time i compiled mcs and gtk-sharp and they both work.
21218
21219 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21220
21221         * icall.c: reverted partially my previous patch until 
21222         object.c:set_value handles enums correcly.
21223
21224 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21225
21226         * icall.c:
21227         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
21228         (ves_icall_System_Environment_get_MachineName): removed warning when
21229         compiling under cygwin.
21230
21231 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21232
21233         * object.c: fixed field_get_value() for reference types.
21234
21235 2002-08-22  Dick Porter  <dick@ximian.com>
21236
21237         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
21238         Don't free a buffer while it's still needed.  Patch from Jonathan
21239         Liger <Jonathan.liger@wanadoo.fr>
21240
21241 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
21242
21243         * icall.c (ves_icall_System_Environment_get_Platform): Add new
21244         internal call.
21245
21246 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
21247
21248         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
21249         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
21250
21251         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
21252         we call unmanaged code which throws exceptions.
21253
21254 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21255
21256         * appdomain.h: added per-domain entry_assembly.
21257         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
21258         arguments.
21259         * icall.c: Assembly::GetEntryAssembly icall.
21260         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
21261         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
21262
21263 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21264
21265         * appdomain.h, gc.c: added mono_domain_finalize ().
21266
21267 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21268
21269         * object.c:
21270         (mono_print_unhandled_exception): changed g_warning by g_printerr
21271         because g_log has a 1024 characters limit (yeah, i got a big stack
21272         trace). Don't print exception name, that should be in ToString 
21273         returned string.
21274
21275 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21276
21277         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
21278         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
21279
21280 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21281
21282         * object.c:
21283         (mono_print_unhandled_exception): after previous commit, i realized
21284         that MS calls ToString on the exception. I changed this function to
21285         do that. This way we get stack_trace for free.
21286
21287 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21288
21289         * object.c:
21290         (mono_print_unhandled_exception): invoke Message property instead of
21291         getting 'message' field from Exception. Don't allocate memory for
21292         'trace' and 'message' if not needed.
21293
21294 2002-08-18  Dick Porter  <dick@ximian.com>
21295
21296         * unicode.c: Fix asserts to match Encoder.cs checks
21297
21298 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21299
21300         * marshal.c: fix unaligned store issue and a few wrong
21301         opcode argument types.
21302
21303 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21304
21305         * icall.c: added GetUninitializedObjectInternal internal call.
21306
21307 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
21308
21309         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
21310         to the right domain.
21311
21312 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
21313
21314         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
21315
21316         * class.c (class_compute_field_layout): set blittable to false for Strings
21317
21318         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
21319
21320 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21321
21322         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
21323         first chunk of code to create types at runtime. Code to
21324         handle ReflectedType/DeclaringType. Make reflection handles
21325         domain specific.
21326
21327 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21328
21329         * class.c: set correct name in arrays.
21330
21331 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
21332
21333         * appdomain.c (mono_domain_transfer_object): make it work with
21334         valuetypes. bug fixes.
21335
21336 2002-08-12  Dick Porter  <dick@ximian.com>
21337
21338         * object.h: Rename some parameters to avoid c++ keywords (Patch
21339         from Joseph Wenninger <kde@jowenn.at>)
21340
21341 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
21342
21343         * icall.c: added icall to implement Assembly.GetFile*.
21344
21345 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21346
21347         * reflection.h, reflection.c: code to embed managed resources.
21348
21349 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21350
21351         * class.c: move all the type size stuff into
21352         class_compute_field_layout().
21353
21354 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21355
21356         * class.c: ensure enums have always the correct instance size.
21357         * unicode.c: remove wrong assert.
21358
21359 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21360
21361         * assembly.c: fix mem corruption issue.
21362         * image.h, image.c: added mono_image_get_resource () to access
21363         managed resources.
21364         * icall.c: implemented Assembly.EntryPoint property and some
21365         Managed Resources related internalcalls.
21366
21367
21368 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21369
21370         * image.c, image.h: impemented mono_image_get_entry_point ().
21371         * appdomain.c: use mono_image_get_entry_point.
21372
21373 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21374
21375         * reflection.c: support the object type argument when loading
21376         custom attributes.
21377
21378 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
21379
21380         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
21381         String as return type.
21382
21383 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
21384
21385         * reflection.c: fix encoding of named args for custom attrs to match
21386         the ms implementation. Read them back when instantiating custom
21387         attributes.
21388
21389 2002-08-02  Radek Doulik  <rodo@ximian.com>
21390
21391         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
21392         by Dietmar as quick fix
21393         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
21394         16 as stack size, used on more places as quick fix before Dietmar
21395         will fix it properly
21396
21397 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21398
21399         * object.h, object.c: added accessors for fields and properties.
21400
21401 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21402
21403         * class.c, class.h: made mono_class_get_field_from_name ()
21404         loop on parent types.
21405         Added mono_class_get_property_from_name ().
21406
21407 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21408
21409         * class.c, class.h: move the code to setup the type vtable in its own
21410         function so that it can be reused also for types created at runtime.
21411         Eliminate the "class" identifier from the header file.
21412         * reflection.c: setup the vtable for enums so that we can create
21413         objects for use in SetConstant ().
21414
21415 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
21416
21417         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
21418         instead of the delegate itself as this pointer (bug #28383)
21419
21420 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
21421
21422         * marshal.c (mono_marshal_get_managed_wrapper): added return type
21423         conversions.
21424
21425 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21426
21427         * loader.c: don't set the pinvoke bit on icalls.
21428
21429 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
21430
21431         * debug-helpers.c (mono_method_full_name): only print a number to
21432         indicate wrapper type (so that the output is more readable in traces).
21433
21434 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
21435
21436         * class.c (mono_class_init): include method override patch from Paolo
21437
21438 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
21439
21440         * icall.c: fixed GetTypeCode().
21441
21442 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
21443
21444         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
21445         use real delegate invoke function to make it work with multicast
21446         delegates (fix bug# 28291).
21447
21448 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21449
21450         * object.c: load constant strings.
21451
21452 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21453
21454         * reflection.c: no magic numbers.
21455         * tabledefs.h: security action enum.
21456
21457 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21458
21459         * assembly.c: fix possible memory corruption.
21460
21461 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
21462
21463         * reflection.h, reflection.c: added support for linking resources.
21464         * verify.c: check we have an updated corlib.
21465
21466 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
21467
21468         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
21469         string arrays.
21470         (mono_marshal_string_array): null terminate unmanaged string arrays.
21471         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
21472
21473 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21474
21475         * icall.c: Type.GetType () can now return also types from the
21476         calling assembly.
21477
21478 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
21479
21480         * loader.h, loader.c: stack walking support.
21481         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
21482         GetCallingAssembly.
21483
21484 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
21485
21486         * marshal.c: added optimisations for blittable types 
21487
21488         * class.c (mono_array_class_get): do not set blittable attribute on arrays
21489         (mono_class_setup_mono_type): set blittable attribute for single
21490         and double.
21491
21492         * marshal.c (mono_string_utf8_to_builder): impl.
21493         (mono_string_builder_to_utf8): impl.
21494         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
21495
21496 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
21497
21498         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
21499         (mono_marshal_get_managed_wrapper): impl. byref types
21500
21501 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21502
21503         * icall.c:
21504         (search_method): don't display debug message. 
21505
21506 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
21507
21508         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
21509
21510 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
21511
21512         * appdomain.c: set the missing filename when throwing exception.
21513
21514 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
21515
21516         * metadata.c (mono_type_size): code cleanup
21517         (mono_type_stack_size): removed some test code
21518
21519 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
21520
21521         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
21522         mono_get_exception_file_not_found now.
21523
21524         * exception.c (mono_exception_from_name_two_strings): New version
21525         that will call a constructor with two string arguments. 
21526         (mono_get_exception_file_not_found): New helper routine, used to
21527         report file-not-found errors.
21528
21529 2002-07-20  Dick Porter  <dick@ximian.com>
21530
21531         * process.h:
21532         * process.c: Pass file handles to CreateProcess
21533         
21534         * icall.c:
21535         * file-io.h:
21536         * file-io.c: Implemented CreatePipe
21537
21538 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
21539
21540         * metadata.c (mono_get_param_info): set alignment for value types
21541
21542 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21543
21544         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
21545         Constify mono_domain_assembly_open().
21546         * loader.c: handle null namespace in icalls.
21547
21548 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
21549
21550         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
21551         (emit_str_to_ptr_conv): marshal object as structs
21552
21553         * metadata.c (mono_type_to_unmanaged): marshal object as structs
21554
21555         * marshal.c (mono_marshal_get_runtime_invoke): support value types
21556
21557 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
21558
21559         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
21560         (mono_marshal_get_native_wrapper): we an now return value types
21561
21562 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21563
21564         * verify.c: more checks implemented.
21565
21566 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
21567
21568         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
21569         (fix bug #27695)
21570         (mono_marshal_get_native_wrapper): allow byref arguments
21571         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
21572         impl. PtrToStringXXX methods
21573         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
21574         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
21575         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
21576         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
21577         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
21578
21579 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21580
21581         * reflection.c: fix buglet in parsing an assembly name.
21582
21583 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
21584
21585         * marshal.c (emit_ptr_to_str_conv): first impl.
21586
21587 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
21588
21589         * object.c, class.h: cache the vtable in the class as suggested by
21590         vargaz@freemail.hu (Zoltan Varga).
21591
21592 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21593
21594         * class.h, loader.c: added mono_field_from_token().
21595         * verify.c: first cut of type checking code.
21596
21597 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
21598
21599         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
21600
21601 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
21602
21603         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
21604         (fix bug #27782)
21605         (mono_marshal_get_remoting_invoke): impl.
21606         (mono_delegate_begin_invoke): impl.
21607         (mono_mb_emit_save_args): impl.
21608         (mono_delegate_end_invoke): impl.
21609         (mono_marshal_get_delegate_begin_invoke):
21610         (mono_marshal_get_delegate_end_invoke):
21611         (mono_marshal_get_delegate_invoke): generate a special name for
21612         those methods (including the signature) and associate them whith
21613         the delegate class. 
21614
21615 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
21616
21617         * reflection.[ch]: 
21618         (mono_reflection_type_from_name): now it has a MonoImage parameter
21619         which is used as the default image to search the type in. If the image
21620         is NULL or getting the type from it fails, it defaults to corlib.
21621
21622         * icall.c: changed 1 call to mono_reflection_type_from_name to match
21623         new parameter.
21624
21625 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21626
21627         * reflection.c: update the parameter table index.
21628
21629 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
21630
21631         * domain.c: don't include the mark byte in the string hash.
21632
21633 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
21634
21635         * icall.cs: icall for Type.GetTypeCode ().
21636         * verify: a couple of fixes and disabled local initialization checks.
21637
21638 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
21639
21640         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
21641
21642         * debug-helpers.c (mono_method_full_name): print the type of the
21643         runtime wrapper
21644
21645         * metadata.c (mono_signature_hash): a hash function for signatures
21646         (mono_signature_hash): better hash algorithm
21647
21648         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
21649
21650         * debug-helpers.c (mono_method_full_name): this can now generate
21651         method names with signatures
21652
21653         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
21654         method dont have this pointers.
21655
21656 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21657
21658         * reflection.c: fixup typebuilder tokens.
21659         * image.c: fix buglet.
21660         * marshal.h: remove whitespace.
21661         * metadata.h, metadata.c: reinstate code that was removed.
21662         * verify.c: handle catch directives and fix another couple of bugs.
21663
21664 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
21665
21666         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
21667         (mono_marshal_get_native_wrapper): make it comp. with the old code
21668         (mono_marshal_get_native_wrapper): support boolean
21669         (mono_marshal_get_managed_wrapper): support more types
21670
21671 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
21672
21673         * class.c (class_compute_field_layout): compute class->blittable attribute.
21674
21675 2002-07-09  Dick Porter  <dick@ximian.com>
21676
21677         * threads.c: Make the thread cleaning up cope with threads that
21678         call ExitThread()
21679
21680 2002-07-08  Radek Doulik  <rodo@ximian.com>
21681
21682         * reflection.c (method_encode_code): use non-translated values to
21683         compute finally_start, this fixes exception handling on ppc, yay!
21684
21685         * decimal.h (struct signscale): fix endianess
21686
21687 2002-07-07  Radek Doulik  <rodo@ximian.com>
21688
21689         * reflection.c: swap box_val and not val
21690
21691 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
21692
21693         * reflection.c, reflection.h: handle full assembly info in type name.
21694         Handle Type arguments when loading custom attributes.
21695         * icall.c: updated to use new mono_reflection_type_from_name () method.
21696
21697 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21698
21699         * loader.c:
21700         (method_from_memberref): also print assembly name when method not found.
21701
21702 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21703
21704         * icall.c:
21705         (ves_icall_TypeGetProperties): fixed bug #27473. 
21706
21707 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21708
21709         * reflection.c: display image name and token when cannot find the
21710         .ctor for an attribute.
21711
21712 2002-07-05  Martin Baulig  <martin@gnome.org>
21713
21714         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
21715
21716 2002-07-04  Dick Porter  <dick@ximian.com>
21717
21718         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
21719         compile on mingw.  This will cause mingw builds to not wait for
21720         subthreads to terminate after the main thread does.  I've lodged a
21721         bug with the mingw developers for them to wrap OpenThread().
21722
21723 2002-07-03  Dick Porter  <dick@ximian.com>
21724
21725         * threads.c: Store thread IDs instead of handles, because
21726         GetCurrentThread() returns a pseudohandle and therefore stores
21727         useless values.  mono_thread_cleanup() continues checking the
21728         array of threads until it is empty, to cope with subthreads
21729         spawning new threads after the main thread has finished.
21730
21731         * profiler.h:
21732         * profiler.c:
21733         * profiler-private.h: Pass the thread ID to thread profiler
21734         functions, instead of a handle
21735
21736 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21737
21738         * verify.c: fixes to make it more usable.
21739         * pedump.c: added --verify code to verify IL code in an assembly.
21740
21741 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21742
21743         * reflection.c: turn errors into warnings to allow compiling corlib.
21744
21745 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
21746
21747         * reflection.c: add special cases to compile corlib.
21748
21749 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21750
21751         * reflection.c: handle properties with only a set method.
21752
21753 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21754
21755         * opcodes.h: add enum with opcodes in opval order.
21756
21757 2002-07-01  Dick Porter  <dick@ximian.com>
21758         
21759         * object.h:
21760         * object.c (mono_runtime_run_main): Removed unneeded argument
21761
21762 2002-06-28  Martin Baulig  <martin@gnome.org>
21763
21764         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
21765
21766 2002-06-27  Dick Porter  <dick@ximian.com>
21767
21768         * threads.c: Store the handle in both the parent thread and in the
21769         subthread, to minimise the time between starting a new thread and
21770         storing its ID.
21771
21772 2002-06-26  Dick Porter  <dick@ximian.com>
21773
21774         * appdomain.c (mono_runtime_cleanup): Close the socket library
21775         after all the threads have finished, not before
21776
21777 2002-06-26  Martin Baulig  <martin@gnome.org>
21778
21779         * debug-symfile.c (mono_debug_find_source_location): Added
21780         `guint32 *line_number' argument.  If it's not NULL, store the line number
21781         there and return the file name without the line number.
21782
21783 2002-06-25  Dick Porter  <dick@ximian.com>
21784
21785         * icall.c:
21786         * process.h:
21787         * process.c: Process forking and other support functions
21788
21789 2002-06-25  Dick Porter  <dick@ximian.com>
21790
21791         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
21792         things dont happen when the image is closed.
21793         (mono_image_lookup_resource): Walk the resource section looking
21794         for a particular entry
21795
21796         * cil-coff.h: PE resource section decoding
21797
21798 2002-06-25  Dick Porter  <dick@ximian.com>
21799         
21800         * assembly.h:
21801         * assembly.c: 
21802         (mono_assembly_foreach): Accessor functions to walk the list of
21803         loaded assemblies
21804         (mono_assembly_set_main):
21805         (mono_assembly_get_main): Process methods need to know which
21806         assembly is the "main" one
21807
21808         * object.c (mono_runtime_run_main): Record the main assembly
21809
21810         * debug-helpers.c: Fix typo
21811
21812 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
21813
21814         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
21815         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
21816
21817 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
21818
21819         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
21820
21821 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
21822
21823         * image.c (do_mono_image_open): Initialize reference count,
21824         otherwise we leak the MonoImage.
21825
21826 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
21827
21828         * reflection.c: small tweak to handle self-hosting.
21829
21830 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21831
21832         * reflection.c: fix type name parse code.
21833
21834 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21835
21836         * reflection.c: break out of the loop.
21837         * image.c: special case corlib.
21838
21839 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21840
21841         * reflection.c: add all the custom attrs at the end to ensure the
21842         ctors have been properly initialized when the attributes are defined
21843         in the current assembly.
21844
21845 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21846
21847         * reflection.c: handle correctly multiple-nested types.
21848
21849 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
21850
21851         * row-indexes.h: fix typos.
21852         * reflection.c: adjust for typos and fix method_def_or_ref
21853         encoding in MethodImpl table.
21854
21855 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21856
21857         * reflection.c: fix entry point patching (thanks Serge!).
21858
21859 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
21860
21861         * verify.c: add check for System.Exception
21862
21863 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
21864
21865         * image.c, class.c: minifix for code just c&p'ed.
21866         * reflection.c: warning fix.
21867         * object.h, loader.h, domain.c: load also StringBuilder.
21868
21869 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21870
21871         * marshal.h, marshal.c: some support code to handle complex marshaling.
21872
21873 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21874
21875         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
21876         Better signatures with vtable error dump.
21877
21878 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
21879
21880         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
21881
21882 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
21883
21884         * icall.c (ves_icall_Type_GetField): impl.
21885
21886 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21887
21888         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
21889         to retrieve a marshal description blob for a field or param.
21890
21891 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21892
21893         * reflection.h, reflection.c: change order of nested type emission
21894         to avoid table corruption. The NestedTypes table is sorted.
21895         * icall.c: change order of GetConstructor results to workaround mcs bug.
21896
21897 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21898
21899         * reflection.h, reflection.c: handle field and param marshal
21900         information.
21901
21902 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21903
21904         * icall.c, marshal.c marshal.h: more Marshal class implementation.
21905
21906 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21907
21908         * reflection.c: fix call convention.
21909
21910 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21911
21912         * reflection.h, reflection.c: mono_image_get_memberref_token()
21913         takes a type instead of a class, now. Added
21914         mono_image_get_array_token() to create tokens for the special
21915         multi-dim array methods.
21916
21917 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21918
21919         * assembly.c: handle modules (no assembly table). Split
21920         loading references in its own function.
21921         * class.c: handle moduleref resolution scope.
21922         * image.c, image.h: cache module name in image.
21923
21924 2002-06-07  Martin Baulig  <martin@gnome.org>
21925
21926         * reflection.c (mono_image_get_type_info): Only add a class layout entry
21927         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
21928
21929 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
21930
21931         * icall.c: more signature fixes that used uint instead of int.
21932
21933 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21934
21935         * reflection.c: fixed signature of field refs.
21936
21937 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21938
21939         * class.c, reflection.c: handle typerefs of nested types
21940         (both on read and when writing files).
21941
21942 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
21943
21944         * icall.c: fix method signatures that tried to workaround the previous
21945         typo, d'oh!
21946
21947 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
21948
21949         * debug-helpers.c: fix typo.
21950
21951 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21952
21953         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
21954         rewrote the PE/COFF writing code (our programs are understood by the
21955         ms runtime, now).
21956
21957 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
21958
21959         * gc.c, gc.h, icall.c: weakreference support.
21960
21961 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21962
21963         * Makefile.am, mono-config.c: use $(sysconfdir).
21964
21965 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21966
21967         * icall.c: changed default precision of Double.ToString() to 15.
21968         Fixed memory leak. Unified with Single.ToString.
21969
21970 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
21971
21972         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
21973
21974 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21975
21976         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
21977         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
21978         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
21979         and myself.
21980
21981 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21982
21983         * debug-symfile.c, sysmath.c: yet more compilation fixes.
21984
21985 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21986
21987         * reflection.c, socket-io.c: more compilation fixes.
21988
21989 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21990
21991         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
21992         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
21993         unicode.c: warning and compiler compatibility fixes.
21994
21995 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21996
21997         * class.h, metadata.c: fixed warnings/compilation errors.
21998
21999 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22000
22001         * Makefile.am, mono-config.c, mono-config.h: configuration file
22002         support routines.
22003         * loader.c, loader.h: make Dll mapping configurable at runtime in the
22004         config file. Export methods to insert and lookup mappings.
22005
22006 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22007
22008         * reflection.c: handle types and boxed objects in custom attr
22009         constructors.
22010
22011 2002-05-30  Martin Baulig  <martin@gnome.org>
22012
22013         * debug-symfile.c
22014         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
22015
22016 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
22017
22018         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
22019         to lookup the implmap row for a P/Invoke method.
22020         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
22021         P/Invoke method from the runtime on an as needed basis.
22022
22023 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
22024
22025         * metadata.c (mono_metadata_parse_signature): impl.
22026
22027 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22028
22029         * class.c: handle .pack directive.
22030
22031 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22032
22033         * object.c: initialize static fields with RVA data.
22034
22035 2002-05-25  Martin Baulig  <martin@gnome.org>
22036
22037         * debug-symfile.c
22038         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
22039
22040 2002-05-24  Martin Baulig  <martin@gnome.org>
22041
22042         * debug-symfile.c
22043         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
22044         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
22045         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
22046
22047 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22048
22049         * object.c: special case string ctros in invoke.
22050         * gc.c: silly whitespace changes.
22051
22052 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
22053
22054         * threadpool.[ch]: impl. a threadpool that can
22055         be used by mint and mono.
22056
22057 2002-05-22  Martin Baulig  <martin@gnome.org>
22058
22059         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
22060         The first argument is now a `MonoReflectionModuleBuilder *', the return
22061         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
22062         `methods' field to get the method builder.  The `token' argument is the
22063         unfixed token.
22064
22065         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
22066         invalid characters instead of g_assert_not_reached()ing.  This seems
22067         to be the behaviour of mscorlib.
22068
22069 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
22070
22071         * object.c (mono_runtime_invoke_array): applied patch from Rachel
22072         Hestilow to fix bug #25104
22073
22074 2002-05-21  Martin Baulig  <martin@gnome.org>
22075
22076         * debug-symfile.c (mono_debug_find_source_location): New function.
22077         Looks up an IL offset in the line number table and returns the source
22078         location as a string.
22079
22080 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22081
22082         * icall.c:
22083         (mono_double_ToStringImpl): changed %f by %g until we have something
22084         better.
22085
22086 2002-05-21  Nick Drochak  <ndrochak@gol.com>
22087
22088         * icall.c : Use different name for Math.Pow's icall.  Needed to check
22089         parameters first in C#.
22090
22091 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22092
22093         * icall.c, reflection.h: added icall to get info about an event.
22094
22095 2002-05-20  Radek Doulik  <rodo@ximian.com>
22096
22097         * object.c (mono_value_box): don't use memcpy for boxing on BIG
22098         endian
22099         (mono_value_box): don't use memcpy for small sizes on
22100         architectures with unaligned access
22101
22102 2002-05-20  Martin Baulig  <martin@gnome.org>
22103
22104         * reflection.c (mono_reflection_setup_internal_class): Don't crash
22105         if `tb->parent == NULL'.
22106         (mono_reflection_create_internal_class): New function.  This is
22107         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
22108         for enum types.
22109
22110         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
22111         New interncall.
22112
22113 2002-05-19  Martin Baulig  <martin@gnome.org>
22114
22115         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
22116         argument to get the length, don't default to the array length.
22117
22118 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
22119
22120         * assembly.c (mono_assembly_setrootdir): New function used to
22121         override the MONO_ASSEMBLIES directory.
22122
22123 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22124
22125         * icall.c: ValueType_GetHashCode() initialize local var.
22126
22127 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22128
22129         * reflection.c: sort custom attributes table.
22130
22131 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22132
22133         * reflection.c: support named args in custom attributes (write support).
22134
22135 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22136
22137         * reflection.c: fix finally position calculation.
22138
22139 2002-05-15  Radek Doulik  <rodo@ximian.com>
22140
22141         * reflection.c: fixed endianess at many places
22142
22143         * icall.c (ves_icall_InitializeArray): comment out debug msg
22144
22145 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
22146
22147         * object.c (mono_unhandled_exception): new function to handle
22148         unhandled exceptions.
22149         (mono_unhandled_exception): call the UnhandledException event.
22150         (mono_runtime_delegate_invoke): impl.
22151
22152 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
22153
22154         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
22155         returns the RVA, not the direct pointer to the data. Handle the case
22156         when the class size is fixed.
22157
22158 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22159
22160         * reflection.c: fix some endianess issues.
22161
22162 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
22163
22164         * object.c (mono_runtime_invoke): is now able to catch exceptions.
22165
22166         * threads.c (mono_thread_init): added a callback which is invoked
22167         at thread start.
22168
22169 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22170         
22171         * icall.c: make GetHashCode return non-negative values.
22172
22173 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22174
22175         * object.c, icall.c, gc.c: revert to address-based hashcode.
22176
22177 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
22178
22179         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
22180
22181 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22182
22183         * icall.c, class.c: special case <Module>.
22184
22185 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
22186
22187         * icall.c: fix bug in GetNow().
22188
22189 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
22190
22191         * object.c (mono_runtime_class_init): make sure that we call all
22192         static class constructors.
22193
22194 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22195
22196         * reflection.c: sort methodsemantics table.
22197
22198 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22199
22200         * reflection.h, reflection.c: honour init locals setting.
22201
22202 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
22203
22204         * icall.c: copied Double ToStringImpl for Single ToStringImpl
22205
22206 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22207
22208         * reflection.c: support ContructorBuilders in attribute blob creation.
22209
22210 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22211
22212         * reflection.c: some changes to build a binary that can be run
22213         directly in windows.
22214
22215 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22216
22217         * loader.c: print a big message when an icall can't be found.
22218
22219 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22220
22221         * string-icalls.c: fix bug 24248.
22222
22223 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
22224
22225         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
22226         icall.c, reflection.h: separate assembly loading by pathname and by
22227         assembly name. Use the MONO_PATH env var to search for assemblies.
22228
22229 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22230
22231         * assembly.c, image.h: add some support for assemblies
22232         with multiple modules.
22233         * class.c, class.h: export mono_class_from_typeref().
22234         * loader.c: remove duplicated code and use mono_class_from_typeref(),
22235         instead.
22236
22237 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22238
22239         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
22240         documentation says (the ECMA one is correct).
22241
22242 2002-05-02  Dick Porter  <dick@ximian.com>
22243
22244         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
22245         Don't name the synchronisation mutex.
22246
22247 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
22248
22249         * rand.c
22250         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
22251         Make the prototypes match.
22252         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
22253         Same.
22254
22255         * icall.c
22256         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
22257         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
22258         all systems have tm.tm_zone, so use strftime() with %Z to print
22259         the timezone abreviation into a temp string.
22260
22261         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
22262         rather than mono_array_addr() on a MonoString on Big Endian
22263         machines.
22264
22265 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
22266
22267         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
22268         fix bug 24041
22269
22270 2002-04-30  Dick Porter  <dick@ximian.com>
22271
22272         * socket-io.c: Cope with SOCKET being an integer rather than a
22273         pointer now.
22274
22275         * threads.c: Added Thread_free_internal, to deal with thread
22276         handle cleanup.  Moved calls to handle_store() and handle_remove()
22277         to start_wrapper(), so each can only be called once.  Allocate
22278         synchronisation blocks with GC_malloc(), and use GC finalisation
22279         to close the handles.
22280
22281         * icall.c: added System.Threading.Thread::Thread_free_internal
22282
22283 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22284
22285         * icall.c: support Environment.Exit, CommandLineArgs().
22286
22287 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22288
22289         * object.c, object.h: added mono_runtime_run_main () and
22290         mono_runtime_get_main_args () for use in System.Environment.
22291
22292 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22293
22294         * gc.c: fix thinko, enable actual finalization since the jit is now
22295         fixed.
22296
22297 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22298
22299         * gc.c, object.c: take into account that an object may be offset wrt the address
22300         returned by GC_malloc().
22301
22302 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
22303
22304         * image.c: handle files without entries in the assembly table (modules).
22305
22306 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
22307
22308         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
22309         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
22310         allowed to be null when it's System.Object class setup.
22311
22312 2002-04-27  Martin Baulig  <martin@gnome.org>
22313
22314         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
22315         if `tb->parent == NULL' rather than crashing.
22316
22317 2002-04-28  Nick Drochak  <ndrochak@gol.com>
22318
22319         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
22320         calling acos() where asin() should have been called.
22321
22322 2002-04-26  Martin Baulig  <martin@gnome.org>
22323
22324         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
22325         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
22326         there's a subdirectory called `System', but we don't want to read that
22327         subdirectory as an assembly.
22328
22329 2002-04-25  Martin Baulig  <martin@gnome.org>
22330
22331         * debug-symfile.c: Reflect latest MonoString changes.
22332
22333 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22334
22335         * rand.c, rand.h: instance method icalls need to have an explicit
22336         this pointer as first argument in the C implementation.
22337
22338 2002-04-25  Nick Drochak <ndrochak@gol.com>
22339
22340         * icall.c: Fix typo in map for GetNonZeroBytes
22341
22342 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22343
22344         * string-icalls.c : String does now passes unit tests without any 
22345         errors, the following changes has been made:
22346         
22347         Implemented replace methods.
22348         Renaming of methods to (try) follow the standard.
22349         Fixed compare ordinal
22350         Made all memory allocated directly to function instead of via icall function.
22351         Small performance fix in is_in_array function
22352                         
22353  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
22354
22355         c (mono_string_Internal_ctor_charp_int_int):
22356         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
22357         sindex < 0, throw ArgumentOutOfRangeException instead of
22358         ArgumentNullException.
22359
22360         Added new check for length == 0, however
22361         I need to make it return String.Empty from the C code.
22362         
22363         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
22364         that calculate the length for us here.
22365         
22366         (mono_string_Internal_ctor_sbytep_int_int): Replaced
22367         mono_string_new_utf16 with mono_string_new, since value is utf8.
22368
22369 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22370
22371         * object.c: register the object for finalization if needed.
22372         Allocate one more char in the string for the terminating 0 char.
22373
22374 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22375
22376         * class.c, class.h, image.c: check if a type implemenst a destructor.
22377         Use the proper key for array class lookups.
22378         * icall.c: register the icalls in the System.GC class.
22379         * gc.c, gc.h: GC-related functions and icalls.
22380
22381 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22382
22383         * icall.c:
22384         * socket-io.c:
22385         * unicode.c: free some strings gotten from mono_string_to_utf8 and
22386         changed a couple of free () by g_free ().
22387
22388         * decimal.c: one-liner in the comments for decimal2string ().
22389
22390 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22391
22392         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
22393
22394 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22395
22396         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
22397         * object.c (mono_runtime_invoke_array) : handle null in params
22398
22399 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22400
22401         * string-icalls.c: fixed bug in split (one off bug)
22402
22403 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22404
22405         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
22406         * icalls.c: added String::Equals as internal method
22407
22408 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22409
22410         * threads.c: fixed bug in the double interlocked functions
22411
22412 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
22413
22414         * threads.c: implemented all of the new interlocked icalls.
22415         * string-icalls.c: fix a bug in insert.
22416         * icalls.c: added the icalls for interlocked, removed old string functions.
22417         
22418 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
22419
22420         * loader.c: fix off-by-one error when reading argument names.
22421
22422 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22423
22424         * profiler.c: win32 counter implementation (untested).
22425         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
22426         (the latter needs testing and more complete impl. from win32 folks).
22427
22428 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
22429
22430         * object.c: mono_array_new_full workaround mono_array_class_get
22431         problem.
22432
22433 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22434
22435         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
22436         * object.h (mono_string_chars): Changed casting type.
22437
22438 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22439
22440         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
22441                            method signatures to use gunichar2 instead of gint16.
22442
22443 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
22444
22445         * object.h, object.c: domain-specific versions of mono_object_new and
22446         mono_array_new.
22447
22448 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
22449
22450         * object.c: changed String layout
22451
22452         * string-icalls.c (mono_string_Internal_ctor_chara): added
22453         internal string constructors.
22454
22455 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
22456
22457         * threads.c: pass 'this' to the thread start routine.
22458
22459 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22460
22461         * string-icalls.c: fix IndexOf and LastIndexOf. Now
22462         InternalCompareStr don't call twice mono_string_cmp_char for the last
22463         character. Improved performance in mono_string_cmp_char.
22464
22465 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22466
22467         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
22468         code into its own library: libmonoruntime.
22469
22470 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
22471
22472         * object.h, object.c: changed array format so that szarrays do not
22473         require a bounds structure.
22474         * icall.c, appdomain.c: support for new szarray format.
22475
22476 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22477
22478         * metadata.c: compare also the retuns type when comparing signatures:
22479         we didn't do this as an optimization since really overloaded methods
22480         must differ also in the arguments, but this doesn't work with
22481         low-level IL code (or when using explicit conversion operators: see
22482         bug#23498 for an example).
22483
22484 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22485
22486         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
22487
22488 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
22489
22490         * icall.c: make MonoType::GetElementType its own icall.
22491
22492 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22493
22494         * icall.c: remove MonoMethod_get_Name().
22495         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
22496         object.
22497
22498 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22499
22500         * string-icalls.c: optimized a few methods.
22501
22502 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22503
22504         * icall.c: added all new string internal calls
22505         * string-icalls.c: added, new string internal call implementation.
22506         * object.c: added mono_string_new_size for allocating a string a size
22507
22508 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
22509
22510         * object.c (mono_object_isinst): use the same code as in the
22511         optimized x86 version.
22512
22513 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22514
22515         * profiler.c: TSC-based timer code (faster and more accurate).
22516         Not hooked up in configure, yet (set USE_X86TSC to 1).
22517
22518 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
22519
22520         * profiler.c, profiler.h: track time spent compiling methods.
22521         * threads.c: track thread creation/destruction.
22522
22523 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
22524
22525         * profiler.c, profiler.h, profiler-private.h: profiling interface
22526         and sample implementation. Moved here so that it can be used also by
22527         the jit.
22528
22529 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
22530
22531         * reflection.c, reflection.h: keep types and other handles separate in
22532         the hash tables for referred tokens. Add guid for modules.
22533
22534 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22535
22536         * assembly.c: fix bugs found with valgrind.
22537         * metadata.h, metadata.c: added mono_metadata_guid_heap().
22538
22539 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
22540
22541         * threads: added icall support for getting current domain for
22542                    the thread.
22543  
22544 2002-04-13  Martin Baulig  <martin@gnome.org>
22545
22546         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
22547         (MonoDebugVarInfo): Added `index' field for register based addresses.
22548         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
22549         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
22550         `MonoDebugVarInfo *params' and `guint32 this_offset' with
22551         `MonoDebugVarInfo *this_var'.
22552
22553         * debug-symfile.c (relocate_variable): New static function to write
22554         a location description for a local variable or method parameter.
22555
22556 2002-04-12  Martin Baulig  <martin@gnome.org>
22557
22558         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
22559         stack offset and begin/end scope address of a local variable.
22560         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
22561         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
22562         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
22563
22564         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
22565         Added new relocation types for start/end scope of a local variable.
22566
22567 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22568
22569         * object.h: add mono_object_domain() macro.
22570         * reflection.c: handle typespecs.
22571         * icall.c: MonoMethod::get_Name() implementation.
22572
22573 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22574
22575         * icall.c: String::GetHashCode() icall implementation.
22576
22577 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22578
22579         * icall.c: String::IndexOfAny icall.
22580         * object.c, object.h: make array->max_length more useful.
22581         Intrduced mono_object_class() and mono_string_length() macros.
22582
22583 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22584
22585         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
22586         instead of g_unichar_isdigit.
22587
22588 2002-04-11  Nick Drochak  <ndrochak@gol.com>
22589
22590         * icall.c: Implement a simple Double.ToString().
22591
22592 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
22593
22594         * appdomain.h: only io-layer.h is supposed to be included.
22595         * icall.c: explicitly import environ. Fix warning.
22596
22597 2002-04-10  Nick Drochak  <ndrochak@gol.com>
22598
22599         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
22600                 return true even if it's not Daylight Savings time.
22601                 Only return false for the case where the function isn't
22602                 implemented for a plaform (read Windows).
22603
22604 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22605
22606         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
22607         data with a mutex.
22608
22609 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
22610
22611         * mempool.c (mono_mempool_alloc): only use g_malloc when
22612         absolutely necessary.
22613
22614 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
22615
22616         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
22617
22618         * class.c (mono_class_vtable): use domain mempool to allocate vtable
22619         (mono_class_proxy_vtable): use domain mempool
22620
22621 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
22622
22623         * appdomain.h, appdomain.c: split initialization that requires the
22624         execution engine support into mono_runtime_init().
22625
22626 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
22627
22628         * class.c (mono_class_init): don't include vtable inside MonoClass
22629         to save some memory, gather some statistics.
22630         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
22631
22632 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
22633
22634         * icall.c: internalcall implementation for ValueType.Equals().
22635
22636 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
22637
22638         * object.c (mono_message_init): moved 
22639         (mono_runtime_exec_main): new arch. independent impl.
22640         (mono_runtime_invoke_array): new method - like
22641         mono_runtime_invoke, but you can pass an array of objects.
22642         (mono_remoting_invoke): new arch. independent impl.
22643         (mono_message_invoke): new arch. independent impl.
22644         (mono_runtime_class_init): new arch. independent impl.
22645         (mono_runtime_object_init): new arch. independent impl.
22646
22647 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22648
22649         * metadata.c, object.c, reflection.c: documented the exported
22650         functions.
22651
22652 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
22653
22654         * icall.c: simpler code to pass the assembly builder data to corlib.
22655         Implement GetNestedTypes() internalcall.
22656
22657 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
22658
22659         * class.c: warn if a type can't be loaded.
22660
22661 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
22662
22663         * image.h: typedef MonoImageOpenStatus
22664         * types.h: removed unused file
22665         
22666 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
22667
22668         * icall.c: Enum_ToObject accepts enum value arguments.
22669
22670 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22671
22672         * class.c: move initialization of properties, events and nested
22673         classes, so that they happen for interfaces, too.
22674
22675 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22676
22677         * icall.c: cleanup some ugly casts in Array_SetValue*.
22678
22679 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22680
22681         * icall.c: the values array fro enums is of the correct type, now.
22682         Implement (correctly) getFullName instead of assQualifiedName for
22683         MonoType.
22684         * reflection.h, reflection.c: added mono_type_get_name ().
22685
22686 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22687
22688         * assembly.c, image.h: for each MonoImage, record from wich assembly
22689         it was loaded.
22690         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
22691         Make Type.Assembly work.
22692
22693 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
22694
22695         * debug-symfile.h: use char* instead of gpointer to avoid
22696         unnecessary casts.
22697
22698         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
22699
22700         * icall.c (ves_icall_InternalExecute): impl. FielSetter
22701         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
22702
22703 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
22704
22705         * icall.c (mono_message_init): impl. (code cleanup)
22706         (ves_icall_InternalExecute): impl. FieldGetter
22707
22708         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
22709         defined we call all (non-static)methods through the vtable. 
22710
22711 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
22712
22713         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
22714         finalizer even though the memory is still referenced (and the chunk of
22715         memory is not freed).
22716
22717 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22718
22719         * assembly.c: fix brokeness.
22720
22721 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
22722
22723         * class.c: kill some warnings. Check explicit interface method
22724         implementation also without considering the namespace.
22725         Load also literal strings in static class data.
22726
22727 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
22728
22729         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
22730         (default_assembly_name_resolver): Make the resolver take the
22731         "base" directory where the assembly was originally defined, so we
22732         can load DLLs that are in the same directory as the assembly that
22733         is being referenced.
22734
22735 2002-03-28  Dick Porter  <dick@ximian.com>
22736
22737         * file-io.h: 
22738         * file-io.c:
22739         * socket-io.c: 
22740         * unicode.h: 
22741         * unicode.c: Warning cleanups
22742
22743 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
22744
22745         * object.h, reflection.h: use the correct type instead of MonoObject.
22746
22747 2002-03-28  Martin Baulig  <martin@gnome.org>
22748
22749         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
22750         (mono_debug_update_symbol_file): Initialize classes if necessary.
22751
22752 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
22753
22754         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
22755         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
22756
22757 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
22758
22759         * assembly.h: fix function prototype.
22760         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
22761         * mono-endian.h: use const cast.
22762
22763 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
22764
22765         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
22766
22767 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
22768
22769         * loader.c: don't assert when a typeref can't be loaded, give
22770         a chance to the runtime to trow an exception instead.
22771         * loader.h: fix warning.
22772
22773 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
22774
22775         * class.c (mono_class_proxy_vtable): added proxy support
22776
22777 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
22778
22779         * icall.c: removed last of PAL calls, added System.Environment
22780         * file-io.h, file-io.c: MonoIO implementation
22781         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
22782
22783 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
22784
22785         * appdomain.c: do not use the byte marker in ldstr table lookup.
22786         * debug-helpers.c: allow two ':' to separate class and method name.
22787         * object.c: allocate arrays bounds with the GC, too.
22788         * verify: add a few more checks.
22789
22790 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
22791
22792         * reflection.c: output also literal strings. Allocate parameter data
22793         with GC_malloc() (thanks, Martin, for catching this!).
22794
22795 2002-03-26  Martin Baulig  <martin@gnome.org>
22796
22797         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
22798         include the `this' offset in the `param_offsets'.
22799
22800 2002-03-25  Martin Baulig  <martin@gnome.org>
22801
22802         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
22803         mono_debug_get_class() function to get the classes. Added new
22804         relocation types for arrays and strings.
22805         (mono_debug_get_class): New static function to search in all
22806         referenced assemblies for a metadata token.
22807
22808         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
22809
22810 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
22811
22812         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
22813         hold gc-allocated objects. Make the string heap a stream like the
22814         others. Removed duplicated code when writing stream info.
22815         Added asserts to catch possible buffer overflows. Set the sorted map
22816         for tables that need sorting. Added some documentation.
22817
22818 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
22819
22820         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
22821         for interned strings and vtables.
22822
22823 2002-03-24  Martin Baulig  <martin@gnome.org>
22824
22825         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
22826         it in the array since it was created with g_slist_prepend().
22827
22828 2002-03-24  Martin Baulig  <martin@gnome.org>
22829
22830         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
22831         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
22832         (mono_debug_method_from_token): Renamed to
22833         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
22834         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
22835
22836         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
22837         relocation types.
22838
22839         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
22840
22841 2002-03-24  Martin Baulig  <martin@gnome.org>
22842
22843         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
22844         (mono_debug_method_from_token): New func.
22845
22846         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
22847         New interncall, calls mono_debug_local_type_from_signature().
22848         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
22849         calls mono_debug_method_from_token().
22850
22851 2002-03-23  Martin Baulig  <martin@gnome.org>
22852
22853         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
22854         specifies the number of bytes to be converted, not the array size.
22855         Return the number of chars, not the number of bytes.
22856         (ves_icall_iconv_get_chars): The `byteCount' argument
22857         specifies the number of bytes to be converted, not the array size.
22858
22859 2002-03-23  Martin Baulig  <martin@gnome.org>
22860
22861         * reflection.h (MonoReflectionSigHelper): New type.
22862
22863         * reflection.c (mono_reflection_sighelper_get_signature_local),
22864         (mono_reflection_sighelper_get_signature_local): New functions.
22865
22866         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
22867         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
22868         interncalls.
22869
22870 2002-03-23  Martin Baulig  <martin@gnome.org>
22871
22872         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
22873         is_writeable is set.
22874         (mono_raw_buffer_update): New function to write the modified map
22875         back to disk.
22876
22877         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
22878
22879         * debug-symfile.c (mono_debug_update_symbol_file): Call
22880         mono_raw_buffer_update() when done writing.
22881
22882 2002-03-23  Martin Baulig  <martin@gnome.org>
22883
22884         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
22885
22886         * debug-symfile.c: Added support for arguments and local variables.
22887
22888 2002-03-23  Dick Porter  <dick@ximian.com>
22889
22890         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
22891         protected by ifdefs, hence breaking the w32 build.
22892
22893 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22894
22895         * object.c: implement is_interned() the right way.
22896
22897 2002-03-21  Martin Baulig  <martin@gnome.org>
22898
22899         * debug-symfile.[ch]: New files to handle debugging information
22900         files. There's also support to dynamically update these symbol
22901         files to include machine dependent information.
22902
22903 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
22904
22905         * threads.c (mono_thread_create): new function to create thread
22906         from C
22907
22908 2002-03-20  Martin Baulig  <martin@gnome.org>
22909
22910         * icall.c (ves_icall_InternalInvoke): Create a new object if the
22911         method is a constructor.
22912         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
22913         points to ves_icall_InternalInvoke().
22914
22915 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
22916
22917         * file-io.c: Flush shouldn't throw exceptions.
22918
22919 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
22920
22921         * file-io.c: FileStream flush support; FileSetLength now
22922         restores file pointer.
22923
22924 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
22925
22926         * class.c: set image for pointer classes.
22927
22928 2002/03/19  Nick Drochak <ndrochak@gol.com>
22929
22930         * sysmath.c: Forgot one.
22931
22932 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
22933
22934         * sysmath.c: Avoid redefining existing names.
22935
22936 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
22937
22938         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
22939         handled by runtime as icall rather than dllimport from libm.so
22940         * file-io.c, file-io.h: fixed handle argument type.
22941
22942 2002-03-18  Dick Porter  <dick@ximian.com>
22943
22944         * reflection.c (mono_image_get_type_info): rename interface to
22945         iface, because of "#define interface struct" on windows.
22946
22947 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
22948
22949         * class.c, class.h: rename and export mono_ptr_class_get().
22950         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
22951         * reflection.c, reflection.h, icall.c: better/saner type name
22952         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
22953         method signatures.
22954
22955 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
22956
22957         * class.c (mono_class_init): removed hardcoded GHC_SLOT
22958
22959         * icall.c (ves_icall_InternalInvoke): impl.
22960
22961 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
22962
22963         * reflection.c: output the interface map table, too.
22964
22965 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
22966
22967         * class.c (class_compute_field_layout): separate computation of 
22968         static field layout
22969
22970 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
22971
22972         * icall.c: added System.Buffer support.
22973         * file-io.c: moved file icalls from PAL to FileStream.
22974
22975 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
22976
22977         * icall.c (ves_icall_System_Object_GetHashCode): impl.
22978
22979 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
22980
22981         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
22982
22983 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22984
22985         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
22986
22987 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
22988
22989         * debug-helpers.{c,h}: moved here from monograph some useful functions
22990         to locate a method by name/signature in a class or image. Included
22991         also a small and flexible IL disassembler.
22992
22993 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
22994
22995         * reflection.c: fixup tokens in methods with small header size, too.
22996
22997 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
22998
22999         * object.c (mono_string_to_utf8): remove assert(!error), instead
23000         print a warning. 
23001
23002 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
23003
23004         * icall.c: update to the new mono_Array_class_get interface.
23005
23006 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23007
23008         * appdomain.c, object.c: Boehm-GC enable.
23009         * icall.c: make get_data_chunk() support split data requests.
23010         Ensure a class is initialized in more cases. Return only the first
23011         property found in GetProperties() or the compiler gets confused. 
23012         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
23013         * reflection.h, reflection.c: add fixup mechanism for field and method
23014         tokens. Initialize assembly->typeref in a single place. Output
23015         properties after events. Support custom attributes for events, too.
23016         Typo fix for paramter custom attrs.
23017
23018 2002-03-07  Martin Baulig  <martin@gnome.org>
23019
23020         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
23021
23022 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
23023
23024         * class.c (mono_array_class_get): fix. for multi. dim. arrays
23025
23026 2002-03-06  Martin Baulig  <martin@gnome.org>
23027
23028         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
23029         non-zero lower bounds. See testcases #F10-#F13.
23030
23031 2002-03-05  Martin Baulig  <martin@gnome.org>
23032
23033         * exception.c (mono_get_exception_argument_out_of_range): New exception.
23034
23035         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
23036         ves_icall_System_Array_GetValue(), only calculate the absolute array position
23037         here.
23038         (ves_icall_System_Array_SetValue): Likewise.
23039         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
23040         as argument and does the actual work. This function is used when copying a
23041         multi-dimensional array.
23042         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
23043         now do all the widening conversions of value types.
23044         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
23045
23046 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23047
23048         * class.c: remove some magic numbers and use the smbolic names,
23049         instead. Added init_events() to load event info at class init time.
23050         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
23051         and mono_metadata_methods_from_event().
23052         * reflection.h, reflection.c: added support for writing out the evnets
23053         related information.
23054
23055 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23056
23057         * reflection.h, icall.c: use a different method (GetInterfaces)
23058         to gather interface info and add isbyref, isprimitive and
23059         ispointer to the ves_icall_get_type_info() return value.
23060
23061 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23062
23063         * class.h: stared adding support for events.
23064         * icall.c: split find_members implementation. Added debug icall to get
23065         the address of an object.
23066         * reflection.c: handle TypeBuilders in mono_type_get_object().
23067
23068 2002-03-01  Martin Baulig  <martin@gnome.org>
23069
23070         * icall.c (ves_icall_System_Array_GetLength): This must throw an
23071         ArgumentOutOfRangeException(), not an ArgumentException().
23072         (ves_icall_System_Array_GetLowerBound): Likewise.
23073         (ves_icall_System_Array_GetValue): Improved argument checking.
23074         (ves_icall_System_Array_SetValue): Improved argument checking.
23075
23076 2002-03-01  Martin Baulig  <martin@gnome.org>
23077
23078         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
23079         called with invalid arguments rather than just dying with g_assert().
23080         (ves_icall_System_Array_SetValue): Likewise.
23081         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
23082         raise a NotImplementedException instead.
23083         (ves_icall_System_Array_GetLength): Added argument checking.
23084         (ves_icall_System_Array_GetLowerBound): Added argument checking.
23085
23086 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
23087
23088         * object.h (mono_assert): new macros mono_assert and
23089         mono_assert_not_reached
23090
23091 2002-02-28  Martin Baulig  <martin@gnome.org>
23092
23093         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
23094         and "System::String::IsInterned" to "System::String::_IsInterned".
23095
23096 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
23097
23098         * icall.c: remove hacks for typebuilder. Added icall to create a
23099         modified type from a tybebuilder.
23100         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
23101         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
23102         to create a backing MonoClass for a TypeBuilder.
23103
23104 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23105
23106         * class.c, class.h: more refactoring of class init.
23107         Export mono_class_setup_mono_type() and mono_class_setup_parent().
23108
23109 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
23110
23111         * marshal.c, marshal.h: start of marshaling interface.
23112
23113 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
23114
23115         * icall.c: fix order in assembly qualified name icall.
23116
23117 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23118
23119         * class.c: do not free str, since we store it in the hash table.
23120         * reflection.h: add label field to MonoILExceptionInfo.
23121         * reflection.c: handle references to more than one assembly. Handle
23122         case when there isn't a module created in the assembly.
23123
23124 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23125
23126         * class.c: Fix typo. Start refactoring of class init code.
23127
23128 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23129
23130         * appdomain.c: exit with 1 on error.
23131         * class.c: we already have the name in MonoClassField.
23132         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
23133         MonoStreamHeader instead of an offset of image->raw_metadata.
23134
23135 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
23136
23137         * appdomain.c (mono_init): Be even more descriptive about the error.
23138
23139 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
23140
23141         * appdomain.c: give the user an informative message when corlib can't
23142         be loaded.
23143
23144 2002-02-26  Martin Baulig  <martin@gnome.org>
23145
23146         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
23147         New icall to get the time zone data.
23148
23149 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23150
23151         * reflection.c: set virtual and raw size of section correctly.
23152         * threads.c: transfer domain information to newly created threads.
23153
23154 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23155
23156         * class.c: when instancing a class in a domain, load the default
23157         vaules for static fields from the constant table. Fix System.Enum to
23158         not be an enum.
23159         * icall.c: implement Object::GetType() internalcall. Implemented
23160         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
23161         Fixed checking of binding flags in find_members().
23162         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
23163         * reflection.c: handle enumerations when writing to the constant
23164         table. Use a different object cache for types.
23165
23166
23167 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
23168
23169         * object.c (mono_object_isinst): fix for arrays
23170
23171         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
23172
23173 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23174
23175         * object.c: don't use mprotect ()  and fix intern pool hash table
23176         lookup for big endian systems.
23177
23178 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23179
23180         * icall.c: change type_is_subtype_of () signature.
23181
23182 2002-02-21  Mark Crichton  <crichton@gimp.org>
23183
23184         * rand.c, rand.h: Added random number generator for
23185         System.Security.Cryptography classes.
23186
23187         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
23188
23189         * icall.c: Added System.Security.Cryptography calls.
23190
23191 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
23192
23193         * class.c, icall.c, metadata.c: better support for pointer types.
23194         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
23195         * reflection.c: Add support for getting custom attrs for properties
23196         and simplify some code.
23197
23198 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23199
23200         * icall.c: change getToken () and add custom attribute GetBlob()helper
23201         method.
23202         * reflection.h: add custom attrs array to the reflection builder structures.
23203         * reflection.c: encode and emit custom attributes for all the relevant
23204         reflection objects. Cache fieldref and methodref tokens. Change
23205         mono_image_create_token() interface to take a MonoDynamicAssembly.
23206         More complete custom attributes decoder. Load custom attributes for
23207         Assembly, Field, Method and Constructor objects, too. Make the
23208         returned array an Attribute[] one, not object[]. Added
23209         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
23210         custom attribute constructor.
23211
23212 2002-02-20  Dick Porter  <dick@ximian.com>
23213
23214         * icall.c:
23215         * rawbuffer.c:
23216         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
23217         problem code out for now).
23218
23219 2002-02-19  Radek Doulik  <rodo@ximian.com>
23220
23221         * object.c (mono_ldstr): use hash table to avoid multiple swapping
23222
23223 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
23224
23225         * icall.c: register the GetCustomAttributes method.
23226         * object.c, object.h: add mono_string_new_len ().
23227         * reflection.h, reflection.c: added mono_runtime_invoke(),
23228         mono_install_runtime_invoke(). Added
23229         mono_reflection_get_custom_attrs () to load custom attributes and
23230         create the attribute objects.
23231
23232 2002-02-19  Dick Porter  <dick@ximian.com>
23233         * threads-dummy-types.c:
23234         * threads-dummy-types.h:
23235         * threads-dummy.c:
23236         * threads-dummy.h:
23237         * threads-pthread-types.c:
23238         * threads-pthread-types.h:
23239         * threads-pthread.c:
23240         * threads-pthread.h:  Deleted obsolete files
23241
23242 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
23243
23244         * class.c (mono_class_vtable): runtime init the class when we
23245         allocate static class data.
23246
23247         * icall.c (ves_icall_System_Array_SetValue): check for null values.
23248
23249         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
23250         and String - but we will need generic marshalling support in the
23251         future. 
23252         (mono_init): set the domain name in a ms compatible way
23253
23254         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
23255         String[].
23256
23257 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
23258
23259         * object.c (mono_array_clone): use alloca() instead of g_malloc  
23260         for sizes
23261
23262         * appdomain.c (mono_domain_unload): impl.
23263
23264 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23265
23266         * appdomain.c, object.c: fix intern pool implementation.
23267         * class.c: fix alignment code.
23268
23269 2002-02-16  Radek Doulik  <rodo@ximian.com>
23270
23271         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
23272         and s2 > s1, just copy lower bytes to be compatible with little
23273         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
23274         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
23275
23276         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
23277         force big_endian to be 1 for big endian machines 
23278         (ves_icall_iconv_new_decoder): ditto
23279
23280 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
23281
23282         * socket-io.c (convert_sockopt_level_and_name): If the system
23283         doesn't define SOL_IP or SOL_TCP, get them by hand using
23284         getprotobyname() and caching the values (because this could be a
23285         slow operation).
23286         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
23287         Use the appropriate struct when the system does support it. Ie,
23288         not all systems have struct ip_mreqn so use struct ip_mreq when
23289         appropriate.
23290
23291 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
23292
23293         * reflection.c: handle finally clauses.
23294
23295 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
23296
23297         * socket-io.c: use g_snprintf() instead of snprintf.
23298
23299 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23300
23301         * reflection.c (mono_param_get_objects): Cast second argument to
23302         mono_method_get_param_names to a const char** to silence the
23303         compiler warning.
23304
23305         * appdomain.c (mono_domain_assembly_open): Put parens around the
23306         truth statement in the for-loop.
23307
23308         * unicode.c (iconv_convert): Got rid of a compiler warning about
23309         int i being unused when the system has a new iconv.
23310         (iconv_get_length): Same.
23311
23312         * image.c (load_class_names): Cast the second argument to
23313         g_hash_table_insert() to char* to hush compiler warnings about the
23314         arg being a const.
23315         (mono_image_open): Same here.
23316
23317         * socket-io.c: Don't conditionally include sys/filio.h or
23318         sys/sockio.h here anymore since we now get them from
23319         io-layer/io-layer.h
23320         (inet_pton): If the system doesn't support inet_aton, implement
23321         using inet_addr and also #define INADDR_NONE if it isn't defined
23322         by the system.
23323
23324 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
23325
23326         * metadata.c, metadata.h: added function to get packing and size info
23327         of a typedef.
23328         * reflection.h, reflection.c: handle field RVA data. Save info about
23329         the table layout if needed. Assign typedef indexes to all the types
23330         before dumping the info about them to avoid forward reference problems.
23331
23332 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
23333
23334         * socket-io.c (convert_sockopt_level_and_name): ifdef
23335         SO_ACCEPTCONN because it is not defined on my system (old debian)
23336
23337 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23338
23339         * opcode.c: use stddef.h to get NULL.
23340
23341 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23342
23343         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
23344         for FIONBIO, FIONREAD and SIOCATMARK.
23345         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
23346         define INADDR_NONE and besides, inet_addr() is deprecated and
23347         should not be used. Use inet_pton() instead - it also has the
23348         added bonus that it can easily handle IPv6 addresses as well.
23349         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
23350
23351 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23352
23353         * decimal.c: remove _MSC_VER conditional.
23354
23355 2002-02-13  Dick Porter  <dick@ximian.com>
23356
23357         * socket-io.c: 
23358         * icall.c: Internal calls for Blocking, Select, Shutdown,
23359         GetSocketOption and SetSocketOption
23360
23361 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23362
23363         * assembly.cs: better resolver: use it instead of some kludgy
23364         code.
23365
23366 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
23367
23368         * reflection.c: the best way to speed-up the compiler is to avoid
23369         infinite loops.
23370
23371 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
23372
23373         * class.c (mono_class_vtable): changed the object layout
23374         (obj->vtable->class). 
23375         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
23376
23377 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23378
23379         * assembly.c: look for assemblies in the assembly dir, too.
23380
23381 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23382
23383         * class.c: fix thinko in mono_class_from_type().
23384
23385 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23386
23387         * exception.h, exception.c: added TypeLoadException.
23388         * object.h, object.c: added mono_array_clone ().
23389         * icall.c: handle throwOnError in AssemblyGetType().
23390         Added Array.Clone().
23391         * opcode.h, opcode.c: use a single value for the opcode val.
23392         Compile fix for non-gcc compilers.
23393
23394 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
23395
23396         * opcodes.c, opcodes.h: export interesting info about opcodes.
23397
23398 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
23399
23400         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
23401         icalls. 
23402
23403         * class.c (class_compute_field_layout): set element_class for enums
23404         (mono_class_create_from_typedef): set element_class for normal classes
23405
23406         * icall.c (ves_icall_System_Enum_get_value): impl.
23407
23408         * class.c (mono_class_create_from_typedef): do not set valuetype
23409         flag for System.ValueType and System.Enum
23410
23411 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
23412
23413         * unicode.c (iconv_convert): fix big endian problem.
23414
23415 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23416
23417         * class.c: add asserts if we are ever going to scribble over memory.
23418         * socket-io.c: not all systems have AF_IRDA defined.
23419
23420 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
23421
23422         * class.c (class_compute_field_layout): do not consider static
23423         fields to compute alignment
23424
23425 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
23426
23427         * appdomain.c (mono_appdomain_get): impl.
23428         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
23429
23430 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
23431
23432         * icall.c: ignore "file://" prefix when loading an assembly.
23433
23434 2002-01-23  Dick Porter  <dick@ximian.com>
23435
23436         * socket-io.c:
23437         * icall.c:
23438         * Makefile.am: Added socket support
23439
23440 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
23441
23442         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
23443         code back.  This should return the assemblies that are loaded by
23444         the runtime on behalf of an application domain. 
23445
23446         The current implementation is still broken, it just returns every
23447         assembly loaded, but until we get real applications domain this
23448         will do.
23449
23450 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
23451
23452         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
23453         AppDomain object.
23454
23455 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
23456
23457         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
23458         the mono_class_from_name lookup.
23459         (ves_icall_get_parameter_info): ditto.
23460         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
23461         method.
23462         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
23463
23464 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
23465
23466         * class.c: load also nested classes on class init.
23467         System.ValueType instance methods gets passed boxed
23468         values, unless methods in derived classed that get a pointer to the
23469         data.
23470         * icall.c: use better name parsing code in GetType().
23471         * image.c, image.h: add mono_image_loaded ().
23472         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
23473         * reflection.c, reflection.h: added mono_reflection_parse_type().
23474
23475 2002-01-22  Veronica De Santis <veron78@interfree.it>
23476
23477         * icall.c : Added mapping of internal calls for Manual and Auto reset events
23478         * threads.c : Added the implementation of internal calls for events
23479         * threads.h : Added prototypes of internal calls for events
23480         
23481 2002-01-21  Radek Doulik  <rodo@ximian.com>
23482
23483         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
23484
23485 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
23486
23487         * class.c (mono_class_init): set min_align to 1 (instead of 0)
23488         (mono_class_value_size): use min_align
23489
23490 2002-01-20  Dick Porter  <dick@ximian.com>
23491
23492         * threads.h:
23493         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
23494         so it compiles on w32.
23495
23496 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
23497
23498         * metadata.c (mono_type_stack_size): impl.
23499
23500         * class.c (mono_class_get_field): impl. memberref token
23501
23502 2002-01-16 Veronica De Santis <veron78@@interfree.it>
23503
23504         * icall.h : Added the internal calls mapping for CreateMutex_internal
23505                     and ReleaseMutex_internal.
23506         * threads.h : Added the prototype of mutexes internal calls.
23507         * threads.c : Added the implementations of mutexes internal calls.
23508
23509 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23510
23511         * metaparse.h: removed unused file.
23512         * reflection.c, reflection.h: added stream_data_align () function 
23513         to align data in streams and keep stream aligned. Add support for
23514         exception support in method headers.
23515
23516 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
23517
23518         * unicode.c: make iconv_convert () return the number of bytess written
23519         in the output buffer.
23520
23521 2002-01-15  Dick Porter  <dick@ximian.com>
23522         * threads.c: Make the runtime's idea of infinite timeouts coincide
23523         with the class library's
23524
23525         Fix a particularly egregious bug in mono_thread_cleanup(). That
23526         code was so utterly bogus it must have been written on a Monday.
23527
23528 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23529
23530         * reflection.h: add subtypes field to TypeBuilder.
23531         * reflection.c: encode constants for literal fields.
23532         Handle subtypes. Fix user string token (and add a zero byte)
23533         at the end.
23534         
23535 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
23536
23537         * class.c (mono_class_init): bug fix: assign slot numbers for
23538         abstract methods.
23539
23540 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23541
23542         * reflection.c: don't try to output a code RVA for abstract methods.
23543         Small fixes for method header format. Output parameter info to the
23544         ParamDef table. Save method overriding info to MethodImpl table.
23545         Fix property support. Allow typedef.extends to be a type in the
23546         building assembly.
23547         * verify.c: fix off-by-one error.
23548
23549 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
23550
23551         * class.c: fix mono_class_from_mono_type () for szarray types.
23552         Remove unused cache check in mono_class_from_type_spec().
23553         * icall.c: *type_from_name () functions handle simple arrays and byref.
23554         * reflection.c: handle byref and szarray types. Handle methods without
23555         body (gets P/Invoke compilation working). Handle types and fields in
23556         get_token ().
23557         * reflection.h: add rank to MonoTypeInfo.
23558
23559 2002-01-10  Dick Porter  <dick@ximian.com>
23560
23561         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
23562         internal calls
23563
23564 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23565
23566         * icall.c: initialize class in type_from_handle ().
23567         Loop also in parent classes for get_method ().
23568         * reflection.c: properly encode class and valuetype types.
23569         Start on encoding TypeBuilder types. Handle fieldrefs.
23570         Use correct length when registering a user string.
23571         Handle ConstructorBuilder and MonoMethod in get_token ().
23572         Make mono_type_get_object () aware of cached types.
23573         * object.c: back out change to mono_string_new ().
23574
23575 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
23576         * object.c: mono_string_new should return a NULL when the string 
23577         passed in is NULL -- not try to deference it.
23578         
23579 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
23580
23581         * icall.c: hack to make IsSubType work for TypeBuilders.
23582         * reflection.c: emit constructors before methods.
23583         Retrieve param names in mono_param_get_objects().
23584
23585 2002/01/05  Nick Drochak  <ndrochak@gol.com>
23586
23587         * Makefile.am: fix list of headers and sources so automake 1.5
23588         doesn't complain. Removed \# at end of list.
23589
23590 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
23591
23592         * reflection.c: get token for a method ref. Set return type of
23593         constructor to void.
23594         * loader.c: debug message.
23595         * class.c: typo fix.
23596
23597 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
23598
23599         * icall.c: fix array init with rank > 1. FindMembers
23600         loops in parent class as well.
23601         * image.c: do not insert nested types in name cache.
23602         * reflection.c: warning fix.
23603         * reflection.h: add override method (for interface impl).
23604
23605 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
23606
23607         * metadata.c: fix customattr decoding.
23608
23609 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
23610
23611         * rawbuffer.cs: Added native Win32 implementation, avoids using
23612         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
23613
23614 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
23615
23616         * class.c: make the low-level routines handle the cache.
23617
23618 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
23619
23620         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
23621
23622 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
23623
23624         * class.c: fix mono_array_element_size() for objects.
23625         * class.h, class.c: add properties to MonoClass and load them
23626         at init time.
23627         * icall.c: check with isinst() when assigning a value to an array
23628         instead of requiring the classes to match exactly.
23629         Implemented icall for System.Type::GetType().
23630         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
23631         enums. Handle bindingflags when looking for methods and fields.
23632         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
23633         and mono_metadata_methods_from_property().
23634         * reflection.h, reflection.c: added structures for propreties,
23635         parameters and enums. Implemented mono_property_get_object() and
23636         mono_param_get_objects().
23637
23638 2001-12-18  Dick Porter  <dick@ximian.com>
23639
23640         * file-io.c: Use mono_string_to_utf16() instead of
23641         mono_string_chars()
23642
23643         * object.c: Added mono_string_to_utf16(), which copies the non
23644         NULL-terminated MonoString into a new double-null-terminated
23645         buffer.
23646
23647 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
23648
23649         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
23650
23651 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
23652
23653         * file-io.c: raise exceptions if handle is invalid.
23654
23655 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
23656
23657         * assembly.c: yet another check for mscorlib.
23658         * class.c, class.h: load nesting info for classes.
23659         * icall.c: many new functions to support the Reflection classes.
23660         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
23661         * reflection.h, reflection.c: mono_image_create_token(),
23662         mono_assembly_get_object(), mono_type_get_object(),
23663         mono_method_get_object(), mono_field_get_object(): methods to return
23664         objects that parallel the C representation of assemblies, types,
23665         methods, fields.
23666
23667 2001-12-11  Dick Porter  <dick@ximian.com>
23668
23669         * icall.c:
23670         * file-io.c: Internal calls for file IO.
23671
23672 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
23673
23674         * tabledefs.h: missing FileAttributes.
23675         * verify.h, verify.c: use is_valid_string () to simplify and check for
23676         valid strings more correctly. Fix warnings and speeling.
23677         Check more tables: Filed, File, ModuleRef, StandAloneSig.
23678         Check code: branches, maxstack, method calls.
23679
23680 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
23681
23682         * object.c (mono_object_allocate): removed static, so that the jit
23683         can allocate value types.
23684
23685         * icall.c (ves_icall_System_DateTime_GetNow): impl.
23686
23687 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
23688
23689         * class.c: init enum types right away and register the
23690         token->MonoClass map in mono_class_create_from_typedef ().
23691         * verify.h, verify.c: first cut of the verifier.
23692         * pedump.c: add --verify switch to verify metadata tables.
23693         * tabledefs.h: add some missing enums.
23694
23695 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
23696
23697         * class.c (mono_install_runtime_class_init): impl.
23698         (mono_class_init): renamed mono_class_metadata_init to
23699         mono_class_init, also removed the metadata_inited flag
23700
23701         * object.c (mono_object_isinst): use faster algorithm
23702
23703 2001-11-30  Radek Doulik  <rodo@ximian.com>
23704
23705         * mono-endian.h: reverted last change
23706         added function prototypes
23707
23708         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
23709         add mono-endian.c back
23710
23711         * mono-endian.c: returned back, as Paolo pointed out, it's needed
23712         for unaligned access, I've mistaked it with endianess. I am
23713         sorry.
23714         (mono_read16): fix reverted endianess
23715         (mono_read64): ditto
23716         (mono_read32): ditto
23717
23718 2001-11-30  Dick Porter  <dick@ximian.com>
23719
23720         * exception.c: Implement mono_exception_from_name()
23721
23722 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
23723
23724         * metadata.h, metadata.c: remove params_size and locals_size and their
23725         calculation from the metadata code: they are only usefult to the
23726         interp.
23727
23728 2001-11-29  Radek Doulik  <rodo@ximian.com>
23729
23730         * object.c (mono_ldstr): swap bytes here, it's probably not the
23731         best place, but works for me now, I'll redo it once I know mono
23732         better, also note that I add PROT_WRITE and don't reset back, also
23733         note that it's only affects big endians, so x86 should be OK
23734
23735         * mono-endian.h (read16): use just glib macros for both endians
23736
23737         * mono-endian.c: removed as glib macros are used in in
23738         mono-endian.h so we don't need to care about endianess for read
23739         macros as glib does that for us already
23740
23741 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
23742
23743         * class.h, class.h: take minimum alignment into consideration so
23744         that the fields of a class remain aligned also when in an array.
23745
23746 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
23747
23748         * loader.h, loader.c: add mono_method_get_param_names().
23749         * class.c: 0-init class fields.
23750
23751 2001-11-26  Dick Porter  <dick@ximian.com>
23752
23753         * icall.c:
23754         * threads-types.h:
23755         * threads.c: New file that handles System.Threading on all platforms
23756
23757         * object.c: 
23758         * object.h: Remove the synchronisation struct from MonoObject,
23759         replace it with a pointer that gets initialised on demand
23760
23761         * Makefile.am: Replace all the system-specific threading code with
23762         a single file that uses the new wrapper library
23763
23764 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
23765
23766         * class.c, class.h: add mono_install_trampoline() so that the runtime
23767         can register a function to create a trampoline: removes the ugly
23768         requirement that a runtime needed to export arch_create_jit_trampoline.
23769         * object.h, object.c: added mono_install_handler() so that the runtime
23770         can install an handler for exceptions generated in C code (with
23771         mono_raise_exception()). Added C struct for System.Delegate.
23772         * pedump.c: removed arch_create_jit_trampoline.
23773         * reflection.c: some cleanups to allow registering user strings and
23774         later getting a token for methodrefs and fieldrefs before the assembly
23775         is built.
23776         * row-indexes.h: updates and fixes from the new ECMA specs.
23777
23778 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
23779
23780         * class.h, class.c: add enum_basetype field to MonoClass.
23781         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
23782         to get index in the constant table reated to a field, param or
23783         property.
23784         * reflection.h, reflection.c: handle constructors. Set public-key and
23785         version number of the built assembly to 0.
23786         * row-indexes.h: update from new ECMA spec.
23787
23788 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
23789
23790         * class.h, class.c: add a max_interface_id to MonoClass.
23791         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
23792         since it's used to do that. Added mono_type_type_from_obj().
23793         Make GetType() return NULL instead of segfaulting if the type was not
23794         found. Handle simple arrays in assQualifiedName.
23795         * object.h: add a struct to represent an Exception.
23796         * reflection.c: output call convention in method signature.
23797         Add code to support P/Invoke methods and fixed offsets for fields.
23798
23799 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
23800
23801         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
23802         the value.
23803         * icall.c: use mono_array_addr instead of array->vector: fixes the
23804         reflection image writing.
23805         * reflection.c: init call convention byte to 0 in method signature.
23806         Encode the property signature. Don't output property-related methods
23807         twice. Really process the properties for a type (don't cast a field to
23808         a property, my mom always told me that).
23809         Fix 64 bit issues in pointer alignment in a different and more
23810         readable way.
23811
23812 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
23813
23814         * loader.h: Removed type class from MonoDefaults, added monotype
23815
23816         * loader.c: Loaded MonoType, removed loading of Type
23817
23818         * icall.c (my_mono_new_object): Now returns a System.MonoType,
23819         and fills in System.Type._impl with a RuntimeTypeHandle rather
23820         than the actual MonoClass *
23821
23822         (ves_icall_type_from_handle): change from type_class to
23823         monotype_class
23824
23825         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
23826         implemented
23827
23828         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
23829         implemented
23830
23831         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
23832
23833         (ves_icall_System_Reflection_Assembly_GetType): implemented
23834
23835         (ves_icall_System_MonoType_assQualifiedName): implemented
23836
23837         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
23838
23839 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
23840
23841         * assembly.c (mono_assembly_open): Implement a cache for the
23842         assemblies. 
23843
23844         (mono_assembly_close): only destroy the assembly when the last
23845         reference is gone.
23846         
23847 2001-11-09  Dick Porter  <dick@ximian.com>
23848
23849         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
23850
23851 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
23852
23853         * class.c (mono_class_metadata_init): bug fix: compute the right slot
23854
23855 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
23856
23857         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
23858         from Martin Weindel.
23859         * object.h: add mono_string_chars ().
23860
23861 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
23862
23863         * reflection.c (build_compressed_metadata): Eliminates warnings
23864         and uses 64-bit clean code.
23865
23866         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
23867         (mono_type_equal): Change signature to eliminate warnings.
23868
23869 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
23870
23871         * icall.c, loader.c: remove the internalcall array constructors.
23872         Changes to match the new MonoArray structure.
23873         * object.h, object.c: an array object doesn't allocate an extra
23874         vector. Add mono_array_new_full () to create jagged arrays easily.
23875
23876 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
23877
23878         * metadata.h, metadata.c: add mono_metadata_field_info () to
23879         retreive all the info about a field from vairous tables.
23880         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
23881         * class.h, class.c: augment MonoClassField with more info.
23882         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
23883         policy and load a field's RVA if needed.
23884
23885 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
23886
23887         * class.c (mono_class_metadata_init): create a trampoline for all
23888         virtual functions instead of actually compiling them.
23889
23890 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
23891
23892         * class.h, class.c: include name in MonoClassField.
23893         * class.c: fix fundamental type of System.Object and System.String.
23894         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
23895         tokens in ldtoken.
23896         * icall.c: remove internalcalls for the Reflection stuff that is now
23897         done in C# code.
23898         * loader.c: mono_field_from_memberref () implementation.
23899         * mono-endian.c: thinko (s/struct/union/g).
23900         * object.c, object.h: make the mono_string_* prototypes actually use
23901         MonoString instead of MonoObject.
23902         * reflection.c, reflection.h: updates for changes in the reflection
23903         code in corlib: we use C structures that map to the actual C# classes.
23904         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
23905         fat method header if needed and use the info from the ILGenerator for
23906         methods. Handle fields in types. Misc fixes.
23907
23908 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
23909
23910         * class.c (mono_class_metadata_init): bug fix: always allocate
23911         space for static class data
23912
23913 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
23914
23915         * class.c (mono_compute_relative_numbering): use relative
23916         numbering to support fast runtime type checks.
23917
23918 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
23919
23920         * class.c (mono_class_create_from_typeref): added debugging output
23921         to print class name when MonoDummy is returned instead of real class
23922
23923 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
23924
23925         * class.c (mono_class_metadata_init): interface offset table now
23926         contains pointers into the vtable - this is more efficient for the jit
23927
23928 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
23929
23930         * class.c (mono_class_metadata_init): use a temporary vtable (the
23931         old algorithm only worked for the interpreter, but not for the jit)
23932
23933 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
23934
23935         * loader.c (method_from_memberref): use mono_class_get to get the
23936         class of an array instead of using System.Array directly.
23937         (mono_get_method): also add MEMBERREF methods to the method cache
23938         which usefull for arrays.
23939
23940 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
23941
23942         * pedump.c (arch_compile_method): added to compute vtable entry
23943
23944         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
23945         number of interfaces.
23946         
23947         * class.h: merged MonoArrayClass into MonoClass
23948
23949         * class.c (mono_class_create_from_typedef): compute the vtable size and
23950         allocate space to include the vtable inside MonoClass
23951         (mono_class_metadata_init): initialize the vtable
23952
23953 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
23954
23955         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
23956         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
23957         * image.c: endian fixes by Laurent Rioux.
23958         * object.h, object.c: rename MonoStringObject to MonoString and
23959         MonoArrayObject to MonoArray. Change some function names to conform to
23960         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
23961         guint16* as first argument, so don't use char*.
23962         Provide macros to do the interesting things on arrays in a portable way.
23963         * threads-pthread.c: updates for the API changes and #include <sched.h>
23964         (required for sched_yield()).
23965         * icall.c: updates for the API changes above.
23966         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
23967         platforms that need them.
23968
23969 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
23970
23971         * class.c: set the correct type for all the fundamental
23972         type when loading the class.
23973
23974 2001-10-05  Dick Porter  <dick@ximian.com>
23975
23976         * threads-pthread.c (pthread_mutex_timedlock): Simple
23977         compatibility version for C libraries that lack this call.
23978
23979 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
23980
23981         * class.c: MonoTypes stored in MonoClass are stored as
23982         fundamental MonoTypes when the class represents a
23983         fundamental type (System.Int32, ...).
23984         The TypeHandle return by ldtoken is a MonoType*.
23985         * icall.c: ves_icall_get_data_chunk () write out all the
23986         PE/COFF stuff. Implement ves_icall_define_method (),
23987         ves_icall_set_method_body (), ves_icall_type_from_handle ().
23988         * image.c: properly skip unknown streams.
23989         * loader.h, loader.c: add type_class to mono_defaults.
23990         * metadata.c, metadata.h: export compute_size () as
23991         mono_metadata_compute_size () with a better interface.
23992         Typo and C&P fixes.
23993         * pedump.c: don't try to print the entry point RVA if there is no entry point.
23994         * reflection.c, reflection.h: many cleanups, fixes, output method
23995         signatures and headers, typedef and typeref info, compress the metadata
23996         tables, output all the heap streams, cli header etc.
23997         * row-indexes.h: typo fixes.
23998
23999 2001-10-04  Dick Porter  <dick@ximian.com>
24000
24001         * object.h: Add a synchronisation mutex struct to MonoObject
24002
24003         * object.c (mono_new_object): Initialise the object
24004         synchronisation mutexes
24005
24006         * icall.c: System.Threading.Monitor internal calls
24007         
24008         * threads-pthread.h:
24009         * threads-pthread.c: System.Threading.Monitor internal calls
24010
24011         * threads-types.h: New file, includes the system-specific thread
24012         structures
24013         
24014         * threads-pthread-types.h:
24015         * threads-pthread-types.c: New files, handle pthread-specific
24016         synchronisation types
24017
24018         * threads-dummy-types.h: 
24019         * threads-dummy-types.c: New files of dummy support for
24020         thread-specific types
24021
24022         * metadata.c:
24023         * image.c:
24024         * pedump.c: include mono-endian.h not endian.h
24025         
24026         * Makefile.am: More threads files.
24027         Name mono-endian.h not endian.h
24028
24029 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
24030
24031         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
24032         stuff and implement a few more bits.
24033         * icall.c: a field needs to be dereferenced twice. Do not use the same
24034         name for two variables in the same scope.
24035         * image.c, image.h: cleanups.
24036
24037 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
24038
24039         * class.c (mono_class_metadata_init): bug fix: compute the right size
24040
24041 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
24042
24043         * icall.c: implemented some of the Reflection internalcalls.
24044         * image.c, image.h: start writing out the PE/COFF image.
24045         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
24046         that does the reverse than decode_blob_size ().
24047         * object.c: use mono_metadata_encode_value (). Move here
24048         temporary implementation of mono_string_to_utf8 ().
24049         * rawbuffer.c: make malloc_map static.
24050
24051 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24052
24053         * metadata.c: fix type comparison for arrays.
24054         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
24055         Added a couple of new classes to monodefaults.
24056         * icall.c: added a couple of Reflection-related internalcalls.
24057         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
24058         Added a byval_arg MonoType to MonoClass.
24059
24060 2001-09-28  Dick Porter  <dick@ximian.com>
24061
24062         * icall.c:
24063         * threads-pthread.h: 
24064         * threads-pthread.c: Implemented internal calls for
24065         LocalDataStoreSlot operations.  Applied mutexes around all shared
24066         data.  Reworked the thread creation and Start() operations to
24067         avoid a race condition.
24068         
24069         * threads-dummy.h:
24070         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
24071
24072 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
24073
24074         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
24075
24076 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
24077
24078         * class.c, loader.c: warn and return NULL instead of erroring out.
24079         * icall.c: added System.AppDomain::getCurDomain().
24080         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
24081
24082 2001-09-25  Dick Porter  <dick@ximian.com>
24083
24084         * threads-pthread.h:
24085         * threads-pthread.c: Implemented timed thread joining and added
24086         System.Threading.Thread::Join_internal internal call
24087
24088         * icall.c: Added System.Threading.Thread::Join_internal internal call
24089
24090         * threads-dummy.h:
24091         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
24092
24093 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
24094
24095         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
24096         mono_string_intern () to implement the semantics of the ldstr opcode
24097         and the interning of System.Strings.
24098         * icall.c: provide hooks to make String::IsIntern and String::Intern
24099         internalcalls.
24100
24101 2001-09-23  Dick Porter  <dick@ximian.com>
24102
24103         * threads-dummy.c: 
24104         * threads-dummy.h: New files of dummy threading routines
24105
24106         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
24107         support code based on system specifics
24108
24109         Rename PTHREAD_LIBS to THREAD_LIBS
24110         
24111 2001-09-23  Dick Porter  <dick@ximian.com>
24112
24113         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
24114         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
24115         internal calls.
24116         (mono_thread_init): Set up a Thread object instance to return when
24117         the main thread calls Thread.CurrentThread
24118         (mono_thread_cleanup): Wait for all subthreads to exit
24119
24120         * icall.c: New internal calls for System.Threading.Thread::Sleep
24121         (including Schedule) and CurrentThread
24122
24123         * threads.h: New file, to insulate thread-specific stuff from the
24124         rest of the code
24125
24126 2001-09-21  Dick Porter  <dick@ximian.com>
24127
24128         * threads-pthread.h: 
24129         * threads-pthread.c: New file, for handling pthreads-style
24130         threading support.  Start() now starts a new thread and executes
24131         the ThreadStart delegate instance.
24132
24133         * icall.c: Added the internalcall for
24134         System.Threading.Thread::Start_internal
24135
24136         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
24137
24138 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
24139
24140         * loader.c: work around the different signatures for delegates
24141         constructors csc generates in compiled code vs the ones compiled in mscorlib.
24142
24143 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24144
24145         * class.h, class.c: add mono_class_get_field_from_name ().
24146         * *: Fix C comments and other ANSI C issues.
24147
24148 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
24149
24150         * endian.h, assembly.c: fix some endianness issues.
24151
24152 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
24153
24154         * loader.h, load.c: add delegate_class to mono_defaults.
24155         Handle runtime provided methods in mono_get_method ().
24156
24157 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
24158
24159         * loader.c (mono_get_method): use pinvoke for internal call
24160
24161         * icall.c: use pinvoke for internal call
24162
24163         * loader.c (method_from_memberref): set the method name
24164
24165 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
24166
24167         * metadata.c: help the compiler generate better code for
24168         mono_class_from_mono_type ().
24169
24170 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
24171
24172         * class.c (mono_class_metadata_init): delayed computing of the
24173         class size to mono_class_metadata_init ()
24174
24175 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
24176
24177         * class.c, class.h: add an interfaces member to MonoClass.
24178         * image.c, image.h: add assembly_name field to MonoImage
24179         from the assembly table.
24180         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
24181
24182 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24183
24184         * class.c: Handle Array in mono_class_from_mono_type ().
24185         * metadata.c, pedump.c: some endian fixes.
24186
24187 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24188
24189         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
24190         * metadata.c: fix small problem introduced with the latest commit.
24191
24192 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
24193
24194         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
24195         We don't need a MonoMetadata pointer anymore to compare signatures in
24196         mono_metadata_signature_equal (), update callers.
24197         Reduced memory usage an number of allocations for MonoMethodHeader and
24198         MonoMethodSignature.
24199
24200 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
24201
24202         * metadata.c: added compare for szarray.
24203
24204 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
24205
24206         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
24207         and add a couple more types to it and mono_defaults. Give an hint on
24208         classes that need implementing in our corlib and are referenced
24209         in mscorlib.
24210
24211 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
24212
24213         * class.h, class.c: keep track if a class is also an Enum.
24214         * loader.c: Implement a couple more types for use in libffi
24215         marshalling. Gives better diagnostics when failing to dlopen
24216         a library. Set method->klass for P/Invoke methods, too.
24217
24218 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
24219
24220         * class.c, class.h: add a MonoType this_arg to MonoClass that
24221         represents a pointer to an object of the class' type that
24222         can be used by the interpreter and later the type cache.
24223         Add best guess alignment info for valuetype objects.
24224
24225 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
24226
24227         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
24228         into MonoType: one less level of indirection and allocation and
24229         simplifies quite a bit of code. Added cache for MonoTypes that are
24230         used frequently, so that we don't need to allocate them all the time.
24231
24232 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
24233
24234         * class.c (mono_class_create_from_typedef): System.Enum is also a
24235         value type, although it does not derive from System.ValueType
24236         (maybe a bug in the ms compiler?)
24237
24238         * metadata.c (mono_type_size): return the right size for value types
24239
24240         * loader.c (mono_get_method): only initialize method header if not abstract
24241
24242         * class.c (mono_class_from_mono_type): use mono_default values. 
24243
24244 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
24245
24246         * *: use MonoClass pointers instead of <type_tokens>
24247         
24248         * class.h: new flag: metadata_inited.
24249
24250         * class.c (mono_class_metadata_init): impl.
24251         (mono_class_instance_size): impl.
24252         (mono_class_data_size): impl.
24253
24254 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24255
24256         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
24257         MonoClass now has the name and name_space fields. 
24258         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
24259         mono_get_method () takes and optional MonoClass as argument.
24260         Removed mono_typedef_from_name() and added mono_class_token_from_name()
24261         instead that takes advantage of a map from class names to typedef
24262         tokens in MonoImage.
24263
24264 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
24265
24266         * metadata.c: zero is not a valid alignment boundary.
24267         Merge MONO_TYPE_VOID in default decoding code.
24268
24269 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
24270
24271         * image.h: merged MonoMetadata into MonoImage
24272
24273         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
24274         identify the type of elements.
24275
24276 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
24277
24278         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
24279         * cil-coff.h: split MonoMSDOSHeader and add size info.
24280         * image.c: add some consistency checks.
24281         * metadata.c: fix row size computation: one programmer
24282         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
24283         add explanation for the locator routine.
24284         Fix decoding of size in method header.
24285         
24286 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
24287
24288         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
24289         (g_concat_dir_and_file): Bring g_concat_dir_and_file
24290         function from gnome-libs.  This uses the right path separator
24291         based on the OS, and also works around a bug in some systems where
24292         a double slash is not allowed. 
24293         (default_assembly_name_resolver): Use g_concat_dir_and_file
24294         (mono_assembly_open): ditto.
24295
24296 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
24297
24298         * metadata.c (mono_metadata_signature_equal): impl.
24299
24300         * *: void is now a realy MonoType (instead of using NULL)
24301         
24302         * metadata.c (do_mono_metadata_parse_type): use
24303         mono_metadata_parse_type to parse void value.
24304
24305 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
24306
24307         * metadata.c, metadata.h: in the signature and method header store
24308         only the space required for holding the loca vars and incoming arguments.
24309
24310 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
24311
24312         * metadata.c (do_mono_metadata_parse_type): treat void like any
24313         other type (instead of assigning NULL);
24314
24315 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
24316
24317         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
24318
24319 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
24320
24321         * image.c (do_mono_image_open): added a cache for arrays.
24322
24323 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24324
24325         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
24326         decode a single column from a row in a metadata table and changes
24327         to take advantage of it in the typedef locator (gives a nice speed up).
24328         Store offset info for function params.
24329
24330 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
24331
24332         * image.h (MONO_IMAGE_IS_CORLIB): removed 
24333
24334 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
24335
24336         * assembly.c: how could mono_assembly_close () had ever worked?
24337         * metadata.c, metadata.h: provide offset info for local vars.
24338         Implement mono_type_size () to take care of alignment as well
24339         as size (it was mono_field_type_size in cli/class.c before).
24340
24341 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
24342
24343         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
24344
24345         * assembly.h (CORLIB_NAME): set to corlib.dll
24346
24347         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
24348
24349 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24350
24351         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
24352         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
24353         tokentype.h: massive namespace cleanup.
24354
24355 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24356
24357         * metadata.h, metadata.c: decode exception clauses when parsing method header.
24358
24359 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
24360
24361         * metadata.c (mono_metadata_free_type): added check for type !=
24362         NULL (void) before calling mono_metadata_free_type()
24363
24364 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
24365
24366         * metadata.h, row_indexes.h: added header with enumerations to use
24367         to index in the columns from tables in metadata and to decode coded
24368         tokens: we should start using this instead of embedding magic numbers
24369         all over the code.
24370
24371 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
24372
24373         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
24374         Move metadata_t info from cli_image_info_t to MonoImage, where
24375         it's easily accessible. Changed all the uses accordingly.
24376         Added the method and class caches to MonoImage.
24377         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
24378         and mono_metadata_decode_value () signature to be more consistent
24379         with the other parse functions (and simplify code). Taken advantage
24380         of zero-length array allocation with GCC. Removed reduntant (and
24381         wrong) MonoFieldType struct and use MonoParam instead. Changed
24382         mono_metadata_parse_field_type () to use common code for parsing.
24383         Added mono_metadata_typedef_from_field () and
24384         mono_metadata_typedef_from_method () to lookup a typedef index from a
24385         field or method token.
24386         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
24387
24388 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
24389
24390         * metadata.c (mono_metadata_parse_field_type): Implement. 
24391         (do_mono_metadata_parse_type): Split engine from
24392         mono_metadata_parse_type, so that we can create smaller structures
24393         for things that just have one pointer to the MonoType (look at
24394         the MonoFieldType)
24395
24396 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
24397
24398         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
24399         as Jan Gray found out, it is incorrect. 
24400
24401 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
24402
24403         * assembly.c: Implement asssembly loading.  This loads an image
24404         and loads all the referenced assemblies.  Come to think of it, we
24405         could always do lazy loading of the assemblies. 
24406
24407         * image.c (mono_image_open): Keep loaded images in a hashtable.
24408
24409         * image.h (MonoImage): Add reference count.
24410
24411 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
24412
24413         * assembly.c (mono_assembly_open): Keep track of the file name in
24414         case the assembly has no ASSEMBLY table.
24415
24416         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
24417         from get.c here.
24418
24419 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
24420
24421         * metadata.c, metadata.h: decode local vars in method header
24422         parse function. Change callers accordingly.
24423
24424 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
24425
24426         * metadata.h, cil-coff.h: protect against multiple inclusion.
24427         Added some new structures to hold information decoded from metadata:
24428         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
24429         and relevant decoding/free functions.
24430         * metadata.c: implement decoding functions. Add warning for out of bounds
24431         index in mono_metadata_locate(). Implement mono_get_method () to retreive
24432         all the info about a method signature and invocation. Remove check on
24433         uninitialized local var in parse_mh() and fix memory leak.
24434
24435 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
24436
24437         * metadata.h: More macros.
24438
24439         * tokentype.h: New file.
24440
24441 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
24442
24443         * assembly.c: added a consistency check and initialize
24444         some structures with g_new0().
24445         * metadata.c: fixed a couple more bugs in table size computation
24446         and add other checks for out-of bound access to metadata.
24447
24448 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
24449
24450         * metatada.c: fix bugs computing table sizes. Spew a
24451         warning when index in string heap is out of bounds.
24452
24453 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
24454
24455         * metadata.h: Add a couple of macros to manipulate tokens. 
24456
24457 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24458
24459         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
24460         cli_section_tables).
24461
24462 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
24463
24464         * metadata.c (mono_metadata_user_string): New function, provides
24465         access to the UserString heap. 
24466
24467 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
24468
24469         * metadata.c: Add inline documentation.
24470
24471 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
24472
24473         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
24474         files. 
24475
24476 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
24477
24478         * typeattr.h: New file, TypeAttribute flags. 
24479
24480 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
24481
24482         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
24483         mono_assembly_ensure_section): Section loading code.
24484         (load_section_tables): Load the sections.
24485
24486         * mono/metadata/metadata.c (mono_metadata_locate_token,
24487         mono_metadata_locate): Functions to locate the information
24488         definition given a token or a table and an index.
24489         (mono_metadata_compute_table_bases): New.
24490         (compute_size): New function to compute the sizes of the various
24491         tables.
24492
24493         * mono/metadata/metadata.h: Finish listing the different index
24494         types. 
24495
24496         * mono/metadata/pedump.c: Improve to dump new information.
24497
24498 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
24499
24500         * mono/metadata/metadata.c: Entered all the tables matching
24501         Beta2. 
24502
24503         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
24504
24505
24506