40f6716abb65c8fb80b72fba8d982ca86885df58
[mono.git] / mono / metadata / ChangeLog
1 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
4
5         * loader.c (method_from_memberref): Generate type load error instead of method missing
6         if the type is not found.
7
8 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
9
10         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11         some of the conversions caused the generation of a marshal directive exception.
12
13 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
14
15         verify.c: Report which exception should be thrown by the JIT.
16         Added a lot of FIXME notes.
17
18 2008-02-22  Mark Probst  <mark.probst@gmail.com>
19
20         * generic-sharing.c: Runtime generic context slots are not
21         instantiated on init anymore.  Instead, provide function to do the
22         instantiating on demand.
23
24         * class-internals.h: Added vtable to runtime generic context.
25         Macros for encoding direct and indirect slot offsets in one
26         guint32.
27
28 2008-02-21  Mark Probst  <mark.probst@gmail.com>
29
30         * object.c, generic-sharing.c: Moved some generic sharing code
31         from object.c to generic-sharing.c.
32
33         * generic-sharing.c: Added support for extensible runtime generic
34         context.
35
36         * metadata-internals.h: Two new hash tables in MonoImage for
37         extensible runtime generic context support.
38
39         * domain.c: Unregister generic vtables upon domain unloading.
40
41         * image.c: Destroy new hash tables upon image unloading.
42
43         * metadata.c: Unregister generic subclasses upon image unloading.
44
45         * class-internals.h: New data structure for runtime generic
46         context template.  New fields in the runtime generic context for
47         extensible part.
48
49         * Makefile.am: Added generic-sharing.c.
50
51 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
52
53         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
54         there is a pending loader exception, raise it.
55
56         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
57         same.
58
59         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
60         same.
61
62         Fixes #363450.
63
64 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
65
66         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
67
68         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
69         
70         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
71         ref-only requests for compatibility with MS.
72
73 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
74
75         * reflection.c (mono_custom_attrs_from_method): Don't silently
76         return an empty list for generic method instances.
77         (mono_custom_attrs_from_param): Likewise.
78
79 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
80             Raja R Harinath  <harinath@hurrynot.org>
81
82         Fix #354757
83         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
84         * class.c (mono_class_inflate_generic_method_full): Initialize it
85         when a fully-open method is instantiated.
86         * metadata.c (inflated_method_equal, inflated_method_hash): Update
87         to new field.
88         * reflection.c (inflate_mono_method): Don't create a temporary context.
89
90 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
91
92         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
93         Compute correct value, to prepare for imethod->reflection_info going away.
94
95 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
96
97         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
98
99 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
100
101         * verify.c: Implement skip visibility flag.
102
103 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
104
105         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
106         which contains an extra field to tell the kind of exception that should be thrown.
107
108         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
109
110 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
111
112         * loader.c (mono_method_get_param_names): Initialize 'klass' after
113         'method' is updated.
114
115 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
116
117         * class.c (mono_class_layout_fields): Set class->min_align for classes using
118         explicit layout as well. Fixes #360375.
119
120 2008-02-11  Geoff Norton  <gnorton@novell.com>
121
122         * loader.c: Guard and dereference against inflated generic methods
123
124 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
125
126         * class.c: Include Retargetable spec in assembly name.
127         * assembly.c: Always include PublicKeyToken spec in assembly name
128         (with value "null" if assembly is not signed), and include
129         Retargetable spec.
130         * icall-def.h: Added icall for Assembly.get_fullname.
131         * icall.c: Added icall returning the fullname of an assembly.
132
133 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
134
135         * class.c (mono_class_setup_vtable_general): Add a missing call to
136         mono_class_setup_methods () which is needed in the AOT case.
137
138 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
139
140         * verify.c (mono_type_get_stack_name): Added. Return the name for the
141         stack type of the given MonoType.
142
143         * verify.c (verify_type_compatibility_full): Handle the void type.
144
145         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
146         way stack merging works.
147
148         * verify.c (store_local): Improved verification message.
149
150         * verify.c (do_branch_op): If the merging is invalid, the method
151         is unverifiable and not invalid. Improved error message.
152
153         * verify.c (merge_stacks): Properly merge a boxed valuetype and
154         a reference type diferent than System.Object. Improved error
155         message.
156
157 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
158
159         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
160
161         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
162         type of an enum even if the argument is byref.
163
164         * verify.c: Replace all explicit uses of enumtype and enum_basetype
165         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
166
167         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
168
169         *verify.c (verify_type_compatibility_full): Make enum types
170         compatible with their base types.
171
172         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
173         types are compatible for the special case of a boxed valuetype and
174         System.Object.
175
176         * verify.c (verify_stack_type_compatibility): The function
177         is_compatible_boxed_valuetype was extracted from here.
178
179         * verify.c (push_arg): Only set ctx->has_this_store if the method
180         is not static.
181
182         * verify.c (do_ldelem): Fixed a typo in an error message and added
183         strict check for mixing int32 and native int as the array type
184         and ldelem type.
185
186         * verify.c (merge_stacks): Consider boxed valuetypes in the
187         compatibility checks.
188
189 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
190         * profiler.h: (MonoGCEvent): Added start-stop the world events.
191
192 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
193         *class.c: use_new_interface_vtable_code: renamed the env var to have
194         a "MONO_" prefix, and fix the logic to enable it by default.
195
196 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
197         *class.c:
198         mono_class_setup_vtable_general: rewrote the way in which interface
199         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
200         makes the code more maintainable.
201         For now the old code is still there, and can be activated setting
202         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
203
204 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
205
206         * verify.c: guarded some debug functions around and #ifdef.
207
208         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
209
210 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
211
212         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
213         changes for now since they seem to break too many things.
214
215 2008-02-05  Mark Probst  <mark.probst@gmail.com>
216
217         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
218         mono_marshal_find_nonzero_bit_offset): Added macro and function
219         for finding the byte- and bit-offset of a bitfield within a
220         struct.
221
222 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
223
224         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
225         (mono_marshal_get_struct_to_ptr): Ditto.
226
227         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
228         cctor_signature.
229
230 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
231
232         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
233         between methods for non-corlib types.
234
235 2008-02-02  Geoff Norton  <gnorton@novell.com>
236
237         * loader.c (mono_method_get_param_names): Populate the parameter name for 
238         generic parameters as well. (Fixes #342536)
239
240 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
241
242         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
243
244         * verify.c (do_invoke_method): Fix for calling with byref structs.
245
246         * verify.c (do_cast): push a boxed value type based on the type token and not
247         the type of stack.
248
249 2008-01-31  William Holmes  <billholmes54@gmail.com>
250
251         * process.c (process_module_string_read): Check the size returned form 
252           VerQueryValue to avoid out of memory exception. 
253
254 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
255
256         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
257         Handle properly modules which are not in the moduleref table. Fixes
258         #356938.
259
260 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
261
262         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
263         the dynamic case which is now in managed code.
264         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
265
266         * marshal.c (mono_string_to_bstr): Fix a warning.
267         (init_com_provider_ms): Ditto.
268
269         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
270
271         * exception.c (mono_get_exception_out_of_memory): New helper function.
272
273 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
274
275         * marshal.c: Add support for BSTR marshalling
276         using other COM systems.
277
278         Code is contributed under MIT/X11 license.
279
280 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
281
282         * object.c (mono_runtime_invoke_array): reverted previous
283         commit as it breaks the build.
284
285 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
286
287         * object.c (mono_runtime_invoke_array): Verify arguments for
288         invalid types. Fixes #348522.
289
290 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
291
292         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
293         non-final virtual calls using call. 
294
295         * verify.c (do_invoke): fixed some TODOs.
296
297         * verify.c (push_arg): set has_this_store for "ldarga 0".
298
299 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
300
301         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
302         which belong to an inflated class. Fixes #356531.
303
304 2008-01-26  Robert Jordan  <robertj@gmx.net>
305
306         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
307         which resort to FindFirstFile when a certain error condition
308         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
309         Code is contributed under MIT/X11 license.
310
311 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
312
313         * marshal.c (emit_marshal_string): Fix out string marshalling
314         to use specified encoding. Fixes #323900.
315
316         Code is contributed under MIT/X11 license.
317
318 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
319
320         * class.c (mono_class_inflate_generic_method_full): Don't modify
321         iresult->context after cache check.
322
323 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
324
325         * class.c (mono_class_inflate_generic_method_full): Change the
326         struct assignments to memcpy for better visibility and add some comments.
327
328 2008-01-23  Dick Porter  <dick@ximian.com>
329
330         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
331         procedure, and make it work on windows.
332
333 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
334
335         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
336         a MonoReflectionTypeBuilder since it is always of that type.
337
338         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
339
340         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
341
342         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
343         
344         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
345
346         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
347
348         * reflection.c (mono_reflection_create_runtime_class): Remove already created
349         instantiations from the type cache.
350
351 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
352
353         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
354
355         * verify.c (do_unbox_value): push a controled mutability managed pointer.
356
357 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
358
359         * verify.c (do_ldstr): added, verifies if the #US token is valid.
360
361         * verify.c (mono_method_verify): removed old TODO
362
363 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
364
365         * verify.c (do_newobj): add visibility check.
366
367 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
368
369         * verify.c (do_load_function_ptr): add visibility check.
370
371 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
372         *class.c:
373         mono_generic_class_get_class: hook profiler events.
374         mono_field_get_offset: added to support heap-shot in the new profiler.
375         *class.h: exported mono_field_get_offset.
376         * reflection.c:
377         mono_reflection_setup_internal_class: hook profiler events.
378
379 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
380
381         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
382         argument here too and use it to avoid checking for pending exceptions if 
383         possible.
384
385 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
386
387         * assembly.c (build_assembly_name): add arg for passing the assembly
388         flags. Do not consider a PublicKey with value "null" valid.
389         (mono_assembly_name_parse_full): added boolean argument that will be
390         set if the assembly name contains a PublicKeyToken spec. Added support
391         for the Retargetable spec for which only Yes or No are allowed as valid
392         value. Consider assembly name invalid if Retargetable spec is set, but
393         either version, culture or public key (token) are not specified.
394         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
395         with implementation in assembly.c.
396         * icall.c (fill_reflection_assembly_name): also copy assembly flags
397         from MonoAssemblyName.
398         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
399         introduced argument for mono_assembly_name_parse_full to know if the
400         assembly name has a PublicKeyToken spec, and if it has instruct
401         fill_reflection_assembly_name to use default value for keyToken (if
402         PublicKeyToken is null).
403
404 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
405
406         * verify.c (mono_method_verify): fixed ovf ops with
407         float values. They are unverifiable now.
408
409 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
410
411         * class.c (set_failure_from_loader_error): add BadImageException to the
412         list of exceptions that can cause a type to fail to load.
413
414         * class.c (mono_class_get_exception_for_failure): same.
415
416 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
417
418         * verify.c (in_any_exception_block): added, check if offset
419         is part of any exception handling clause.
420
421         * verify.c (get_stack_type): added VAR and MVAR types.
422
423         * verify.c (do_stobj): better error messages.
424
425         * verify.c (do_cpobj): added, check cpobj.
426
427         * verify.c (do_initobj): added, check initobj.
428
429         * verify.c (do_sizeof): added, check sizeof.
430
431         * verify.c (do_localloc): added, check localloc.
432
433         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
434
435 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
436
437         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
438         save_lmf/restore_lmf opcodes.
439
440         * threads.c (mono_threads_install_notify_pending_exc): New function to
441         install a callback notifying the JIT there is a pending exception on a thread.
442         (mono_thread_request_interruption): Call the new callback.
443         (mono_thread_get_and_clear_pending_exception): New function to return the
444         exception pending on a thread.
445
446         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
447         to turn off checking for pending exceptions.
448         (mono_marshal_get_native_wrapper): Ditto.
449
450 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
451
452         * threads-types.h: Get rid of the unnecessary extern declarations.
453
454 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
455
456         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
457         return field from parent class if not private.
458         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
459         returns fields from parent class if they are not private.
460         (method_nonpublic): added function to determine if a given method
461         should be considered non-public. Returns false for private methods
462         on parent class, and internal methods from parent on the 1.0 profile.
463         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
464         use method_nonpublic function to determine whether method should be
465         returned.
466         (property_accessor_public): use newly introduced method_nonpublic
467         function to determine whether accessor is non-public. 
468         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
469         event from parent class if not private. Only return static event if
470         Static flag is set, and only return static event from parent class if
471         FlattenHierarchy flag is set.
472         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
473         include non-private events from parent class.
474
475 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
476
477         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
478         warning.
479
480 2008-01-16  Wade Berrier <wberrier@novell.com>
481
482         * security.c: Add assembly.h header to appease some warnings
483
484 2008-01-16  Dick Porter  <dick@ximian.com>
485
486         * process.c (process_module_string_read): Remove trailing null
487         when saving string.
488
489 2008-01-16  Mark Probst  <mark.probst@gmail.com>
490
491         * class-internals.h: A new data structure describing the layout of
492         a runtime generic context (MonoRuntimeGenericContextTemplate).
493
494         * metadata-internals.h: Added a hash table to MonoDomain that maps
495         from open generic classes to their runtime generic context
496         templates.
497
498         * object.c: Building of the runtime generic context, including
499         proper handling of generic type arguments of superclasses.
500         Building of the runtime generic context according to the template.
501
502 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
503
504         * class.c (mono_class_setup_fields): Set field.count for generic instances.
505         Fixes #350856.
506
507         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
508         mono_portability_find_file (). Fixes #325466.
509         (mono_image_get_public_key): Fix a warning.
510
511 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
512
513         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
514         Fixes #353550.
515         (mono_class_from_name_case): Ditto.
516
517 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
518
519         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
520           common storage for the tables used in the System/NumberFormatter class.
521
522 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
523
524         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
525
526 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
527
528         * verify.c (get_boxable_mono_type): check if the token is valid.
529
530         * verify.c (set_stack_value): changed to add an error if an
531         invalid type is set on stack. Changed all callers due to signature change.
532
533         * verify.c (do_stobj): implement stobj validation.
534
535 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
536
537         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
538         set container->is_method, it was set earlier.
539
540         * metadata.c (type_in_image): Handle MVARs which belong to not finished
541         generic methods.
542
543         * reflection.c (mono_reflection_initialize_generic_parameter): Set
544         is_method of the generic container to TRUE for methods.
545
546 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
547
548         * metadata.c (type_in_image): Handle type parameters properly.
549
550         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
551         memory ownership of this structure.
552
553 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
554
555         * verify.c (get_boxable_mono_type): make typedref types been just
556         unverifiable. check for void type.
557
558         * verify.c (do_unbox_any): added, verify opcode unbox.any.
559
560         * verify.c (do_load_function_ptr): accept method spec tokens.
561
562 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
563
564         * marshal.c (mono_class_native_size): Always set *align even if this is called
565         recursively.
566
567 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
568
569         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
570         out-of-date.
571
572 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
573
574         * verify.c: removed some old unused tables. A huge bunch of small fixes
575         to things found while testing the verifier with mono basic.
576
577         * verify.c (dump_stack_value): dump null literal flag to.
578
579         * verify.c (verify_type_compatibility_full): fix comparison
580         for types that have a generic super type.
581
582         * verify.c (verify_stack_type_compatibility): fix compatibility
583         between null literals and reference types. fix compatibility between
584         boxed valuetypes and object. fix corner case test for enums.
585
586         * verify.c (do_cmp_op): proper verification of cgt.un in case
587         of reference types.
588
589         * verify.c (do_invoke_method): fix error message.
590
591         * verify.c (do_store_indirect
592
593         * verify.c (check_is_valid_type_for_field_ops): proper verification
594         of managed pointers to valuetypes and boxed valuetypes. proper verification
595         of null literals.
596
597         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
598         allow token to be a reference type.
599
600         * verify.c (do_cast): proper handling of boxes valuetypes.
601
602         * verify.c (do_stelem): proper handling of storing a boxed valuetype
603         in object[].
604
605         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
606         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
607         fixed the decoding of unbox_any
608
609 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
610
611         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
612
613 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
614
615         * verify.c (do_newobj): do delegate verification.
616
617         * verify.c (verify_delegate_compatibility): perform delegate
618         verification.
619
620         * verify.c (verify_ldftn_delegate): perform tests related to
621         ldftn delegates.
622
623         * verify.c (mono_delegate_signature_equal): perform the
624         slightly diferent signature comparison required by delegates.
625
626         * metadata.c (mono_metadata_type_equal_full): added and exported
627         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
628         allows signature only comparison.
629
630         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
631         as MONO_INTERNAL.
632
633 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
634
635         * verify.c: added a bunch of stack_slot_* functions to
636         make access to stack slot type easier. This is required to
637         allow optional flags, like null literal, boxed value and
638         this pointer.
639         All access paths to IlStackDesc::stype have been changed 
640         to use these new funcions.
641         Removed a bunch of unused functions and cleared all warnings.
642         This patch introduces the usage of the this pointer and 
643         boxed value flags.
644
645 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
646
647         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
648
649 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
650
651         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
652         match managed version.
653
654         * appdomain.c: Bump corlib version.
655         
656         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
657         argument.
658
659 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
660
661         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
662         Set public key token to zero-length byte array if assembly is not
663         strongnamed.
664
665 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
666
667         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
668         writing a vtype array elem.
669
670 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
671
672         * assembly.c (build_assembly_name): return FALSE if length of token is
673         not 16 (if not "null").
674         (mono_assembly_name_parse_full): return FALSE if value of version,
675         culture, token or key is 0.
676         * icall.c (fill_reflection_assembly_name): add boolean arguments to
677         specify whether public key and public key token must be set to default
678         value (zero-length byte array) if not available. Set versioncompat to
679         SameMachine. If public key is available or the default is set, then
680         set PublicKey flag.
681         (ves_icall_System_Reflection_Assembly_FillName): if no public key
682         is available, use empty byte array as default value. On the 2.0
683         profile, use default value for public key token if not set.
684         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
685         profile, use default value for public key if not set. On the 2.0
686         profile, use default value for public key token if not set.
687         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
688         default values for public key and public key token.
689
690 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
691
692         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
693         field to keep it in synch with the managed object.
694
695         * marshal.c (emit_marshal_object): Add support for byref marshalling of
696         delegates. Fixes #351520.
697
698         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
699         contains defined memory.
700         
701         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
702
703         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
704         
705         * sgen-gc.c (check_consistency): New helper function to do a consistency check
706         of the GC data structures.
707
708         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
709
710         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
711         
712         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
713         barrier.
714         (mono_array_clone_in_domain): Ditto.
715         (mono_array_clone_in_domain): Ditto.
716
717         * threads.c (start_wrapper): Register the thread start argument as a GC root.
718         (cache_culture): Use a write barrier.
719
720         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
721         (ves_icall_get_property_info): Ditto.
722
723         * object.h (MONO_STRUCT_SETREF): New macro.
724
725         * class-internals.h (MonoStats): Add some GC statistics.
726
727         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
728
729 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
730
731         * exception.c (mono_exception_from_name_two_strings):
732         Break from loop after method is found.
733
734 2008-01-04  Dick Porter  <dick@ximian.com>
735
736         * process.c (process_module_string_read): Rename variable to
737         reflect correct usage, after fixing bug 345972.
738
739 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
740
741         * verify.c (mono_type_create_fnptr_from_mono_method): 
742         created a MonoType function pointer instance to be used during
743         verification. The verifier releases this memory at end.
744
745         * verify.c (mono_method_is_constructor): extracted repeated
746         checks for constructor into a single class.
747
748         * verify.c (do_push_field): use new extracted method
749         for constructor check.
750
751         * verify.c (do_newobj): same.
752
753         * verify.c (do_ldftn): renamed to do_load_function_ptr
754         and make it verify ldvirtftn too.
755
756         * verify.c (mono_method_verify: proper verification
757         of ldvirtftn. release created MonoMethod instances.
758
759 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
760
761         * verify.c (token_bounds_check): added.
762
763         * verify.c (do_ldftn): added.
764
765         * verify.c (mono_method_verify): proper verificartion of ldftn.
766
767 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
768
769         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
770         than the table row count. It's the resposibility of the caller to
771         make the bounds check and raise the correct error.
772
773         * metadata.c (mono_metadata_decode_row_col): Same.
774
775         * loader.c (mono_get_method_from_token): perform bounds check
776         on token for methoddef table.
777
778 2007-12-29  Miguel de Icaza  <miguel@novell.com>
779
780         * icall.c
781         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
782         assert into a negative result, the managed code already coped with
783         that.
784
785         Some folks on Windows reported this error. 
786
787 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
788
789         * appdomain.c: Bump corlib version.
790         * icall.c:
791         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
792         CultureInfo.CreateCulture to create CultureInfo for name.
793         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
794         create CultureInfo for name. Fixes bug #347174.
795
796 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
797
798         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
799         flags.
800
801         * verify.c (is_valid_branch_instruction): allow branching to the
802         first instruction of the protected block.
803
804         * verify.c (is_valid_cmp_branch_instruction): same.
805
806         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
807         avoid double initialization.
808
809         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
810         detect which cases the eval stack should just be copied.
811
812         * verify.c (mono_method_verify): check if the eval stack
813         is empty when entering a protected block.
814
815 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
816
817         * verify.c: added is_clause_in_range, is_clause_inside_range,
818         is_clause_nested and verify_clause_relationship. They perform
819         the verifications stated in P1 12.4.2.7.
820
821         * verify.c (mono_method_verify): remove some unused variables,
822         add the new exception clause checks, add instruction border
823         checks for protected block start/end, improved some error 
824         messages and fixed a bug in the way invalid instruction access
825         is detected.
826
827 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
828
829         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
830         from GC 7.0 if available.
831
832         * object.c: Remove an unused define.
833         
834         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
835
836         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
837
838         * null-gc.c (mono_gc_make_descr_for_array): Implement.
839
840         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
841
842         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
843         to take the same arguments as the other make_descr functions.
844
845         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
846
847         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
848         directly.
849
850         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
851         mini.c.
852
853         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
854         call to boehm-gc.c.
855
856         * boehm-gc.c (mono_gc_register_root): Fix a warning.
857
858         * null-gc.c (mono_gc_register_root): Fix a warning.
859
860         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
861
862         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
863         (mono_gc_base_init): Call GC_init ().
864
865         * null-gc.c: Define mono_gc_register_root () as a no-op.
866
867         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
868
869 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
870
871         * verify.c: add prototype for merge_stacks at top
872
873         * verify.c (do_switch): added.
874
875         * verify.c (merge_stacks): on some cases the stack merging
876         was not happening properly. Unequal stack sizes at merge
877         points should be invalid.
878
879         * verify.c (mono_method_verify): added more debug info on stack state.
880         verify switch properly.
881
882 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
883
884         * method-builder.h: New file, moved the mono_mb_ declarations here from 
885         marshal.h.
886
887         * boehm-gc.c marshal.c: Include method-builder.h.
888
889         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
890
891         * marshal.c: Remove some code which is now in method-builder.c.
892
893 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
894
895         * method-builder.c: New file, extraction of the method builder functionality 
896         from marshal.c.
897
898         * marshal.c: Move the mb functions into method-builder.c.
899
900         * marshal.h marshal.c: Export some mono_mb_... functions.
901
902         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
903
904         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
905         the caller.
906
907         * class.c (mono_class_get_full): Check the token type in the dynamic case.
908
909         * loader.c (mono_field_from_token): Ditto.      
910
911         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
912         type as well.
913         
914         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
915         Fixes #342565.
916
917         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
918         a helper function for setting it.
919
920         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
921
922         
923         * assembly.c: Significally simplify code now that referenced assemblies are 
924         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
925
926         * threads.h: Don't include  the internal threads-types.h header file. Fixes
927         #349952.
928
929 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
930
931         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
932         instructions that were target of branches or are at protected block boundaries.
933
934         * verify.c (in_same_block): handle filter clauses.
935
936         * verify.c (is_valid_branch_instruction): added. checks the target of
937         instructions br or brtrue/false.
938
939         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
940         binary branch instructions such as beq and bge.
941
942         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
943         and made it pin the instruction as been part of the exception block.
944
945         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
946         of in_same_block.
947
948         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
949         of in_same_block.
950
951         * verify.c (do_ret): ret from a protected block is unverifiable and
952         not invalid.
953
954         * verify.c (do_static_branch): verify br and br.s instructions.
955
956         * verify.c (merge_stacks): add extra param to support detection
957         of branches in the middle of instructions.
958         
959         * verify.c (mono_method_verify): verify branches and exception blocks
960         that target the middle of instructions. Proper verification of br and br.s.
961
962 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
963
964         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
965         skip_visibility field.
966         (reflection_methodbuilder_from_dynamic_method): Ditto.
967
968         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
969         registrations. Fixes #348193.
970
971         * threads.h: Move the internal mono_thread_get_pending_exception () to
972         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
973
974 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
975
976         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
977         icall registration. Fixes #348193.
978
979         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
980         for corlib classes into object. Fixes #349621.
981
982 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
983
984         * icall.c (property_accessor_nonpublic): new function to determine
985         whether an accessor allows a property to be considered non-public.
986         Returns false for private accessor(s) from parent class, and internal
987         accessor(s) from parent on 2.0 profile (and higher).
988         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
989         to determine whether property should be included if NonPublic flag
990         is set. Fixes bug #349078.
991
992 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
993
994         * verify.c (init_stack_with_value): added.
995
996         * verify.c (mono_method_verify): extracted common
997         code for exception initialization into init_stack_with_value.
998
999         * verify.c (mono_method_verify): initialize the exception
1000         for handler clauses as well.
1001
1002         * verify.c (mono_method_verify): fix the exception clause
1003         ordering rules, it should use handler end offset and not
1004         start offset.
1005
1006 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
1007
1008         * rawbuffer.c: remove useless warning.
1009
1010 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
1011
1012         * threads.h, threads-types.h: move functions to the correct header
1013         (fixes bug#349952).
1014
1015 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1016
1017         * verify.c (mono_method_verify): proper verification
1018         of exception handling clauses ranges and fallthru in
1019         and out of protected blocks.
1020
1021 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1022
1023         * verify.c (mono_method_verify): fixed compilation issue.
1024
1025 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
1026
1027         * verify.c (mono_method_verify): a printf slipped in, changed
1028         to use verifier debug macro.
1029
1030 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
1031
1032         * verify.c (is_correct_leave): check for filter clauses.
1033
1034         * verify.c (do_filter): added.
1035
1036         * verify.c (mono_method_verify): property verification of leave.
1037
1038
1039 2007-12-18  Mark Probst  <mark.probst@gmail.com>
1040
1041         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
1042         Win32 build, until we figure out how to do the proper thing on
1043         Win32.
1044
1045 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
1046
1047         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
1048         by the previous patch.
1049         
1050         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
1051         the assembly resolve handler for refonly assemblies.
1052
1053 2007-12-17  Mark Probst  <mark.probst@gmail.com>
1054
1055         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
1056         Make sure only one thread is allowed to commence shutdown, and
1057         don't allow new threads to be started once shutdown is in
1058         progress.
1059
1060 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1061
1062         * verify.c (is_correct_endfilter): added.
1063
1064         * verify.c (is_unverifiable_endfilter): added.
1065
1066         * verify.c (do_endfilter): added.
1067
1068         * verify.c (mono_method_verify): property verification of endfilter
1069         and fixed a corner case or endfinally.
1070
1071 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
1072
1073         * verify.h: new flags to support fail fast of unverifiable code and
1074         do non-strict verification. Non-strict verification is required to
1075         have MS runtime compatibility. There are a huge amount of unverifiable
1076         code that it accepts as verifiable. The strict mode verifies the code
1077         as the specs says.
1078         Non-strict mode will be required in cases where code needs to be
1079         accepted as verifiable but fails under strict mode.
1080
1081         * pedump.c: added support to fail fast and non-strict verification.
1082
1083         * verify.c: added support for both fail fast and non-strict verification.
1084
1085 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1086
1087         * verify.c (is_correct_endfinally): added.
1088
1089         * verify.c (mono_method_verify): property verification of endfinally.
1090
1091 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1092
1093         * verify.c (in_any_block): check for filter clauses.
1094
1095         * verify.c (is_correct_rethrow): added.
1096
1097         * verify.c (mono_method_verify): property verification of rethrow.
1098
1099         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
1100
1101 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
1102
1103         * verify.c (do_throw): added.
1104
1105         * verify.c (mono_method_verify): property verification of throw
1106
1107 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
1108
1109         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
1110         assemblies. Fixes #346425.
1111
1112 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
1113
1114         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
1115         FieldBuilders.
1116
1117         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
1118
1119         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
1120         prevent asserts when this is called with a token which might not be valid.
1121
1122         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
1123         lookup_dynamic_token_class with valid_token == FALSE.
1124
1125         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
1126
1127         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
1128
1129         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1130         
1131 2007-12-10  Mark Probst  <mark.probst@gmail.com>
1132
1133         * gc.c: Don't delay threadpool thread finalization unless Mono is
1134         shutting down.
1135
1136 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1137
1138         * threads.c: turn an assert into a non-fatal warning.
1139
1140 2007-12-09  Robert Jordan  <robertj@gmx.net>
1141
1142         * icall.c (GetVirtualMethod): Add missing argument validation.
1143
1144 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1145
1146         * verify.c (do_cast): added.
1147
1148         * verify.c (mono_method_verify): property verification of castclass and isinst.
1149
1150
1151 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1152
1153         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
1154
1155         * verify.c (do_stelem): added.
1156
1157         * verify.c (mono_method_verify): property verification of stelem.X.
1158
1159 2007-12-07  Mark Probst  <mark.probst@gmail.com>
1160
1161         * class.c, class-internals.h: Introduce an environment variable
1162         (MONO_GENERIC_SHARING) through which the extent of generic code
1163         sharing can be controlled (share all classes, share only corlib
1164         classes, or share nothing).
1165
1166         * object.c: Only create runtime generic context for classes for
1167         which sharing is enabled.
1168
1169 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1170
1171         * verify.c (do_ldelem): refactor it to work with ldelem.any.
1172
1173         * verify.c (mono_method_verify): property verification of ldelem.any.
1174
1175 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
1176
1177         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
1178         added ldelem.X opcodes.
1179
1180         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
1181
1182         * verify.c: proper verification of ldelem.X 
1183
1184 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
1185
1186         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
1187
1188 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1189
1190         * verify.c (mono_method_verify): null literal requires special handling,
1191         the value pushed on stack need to be flagged as so.
1192
1193         * verify.c (do_ldelema): Verify ldelema properly.
1194
1195 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
1196
1197         * verify.c: Verify ldlen properly.
1198
1199 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
1200
1201         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
1202         to the target object's type. Fixes #346160.
1203
1204 2007-12-05  Dick Porter  <dick@ximian.com>
1205
1206         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
1207         Solaris needs the same workaround as BSD-derived systems.  Fixes
1208         bug 323524, patch by Burkhard Linke
1209         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
1210
1211 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
1212
1213         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
1214         handle to use when error dialog is shown; otherwise, update mask
1215         to show no error dialog when an error occurs.
1216
1217 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
1218
1219         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
1220
1221         * class.c (mono_class_get_field_default_value): New helper function to initialize
1222         field->def_type and field->data.
1223
1224 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
1225
1226         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
1227         the general one.
1228
1229         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
1230
1231         * marshal.c: Avoid depending on delegate->method_info being set.
1232
1233         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
1234         
1235         * object.c (mono_delegate_ctor): Set delegate->method.
1236
1237         * object-internals.h (struct _MonoDelegate): Add 'method' field.
1238
1239         * appdomain.c: Bump corlib version.
1240
1241 2007-11-27  Raja R Harinath  <harinath@gmail.com>
1242
1243         * metadata.c (mono_generic_inst_equal_full): Short-circuit
1244         equality check if we're comparing canonicalized MonoGenericInsts.
1245
1246 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
1247
1248         * class.c (generic_array_methods): Call mono_class_setup_methods () before
1249         accessing class->methods.
1250
1251 2007-11-22  Dick Porter  <dick@ximian.com>
1252
1253         * threads.c: Ensure that the synch_cs is set before trying to use
1254         it.
1255
1256 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
1257
1258         * profiler.c: r89126 broke the statistial profiler, unbreak.
1259
1260 2007-11-22  Martin Baulig  <martin@ximian.com>
1261
1262         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
1263
1264         * mono-debug.c
1265         (mono_debug_debugger_version): Bump to 3.
1266         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
1267         -> mono_debugger_class_initialized().
1268
1269         * mono-debug-debugger.c
1270         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
1271
1272         * class.c
1273         (mono_debugger_start_class_init_func): Removed.
1274         (mono_debugger_class_loaded_methods_func): Added.
1275         (mono_class_setup_methods): Call it here.
1276
1277 2007-11-22  Martin Baulig  <martin@ximian.com>
1278
1279         * mono-debug.c
1280         (mono_debug_add_delegate_trampoline): New public method.
1281         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
1282
1283         * mono-debug.h
1284         (MonoSymbolTable): Added `global_data_table'.
1285         (MonoDebuggerTypeKind): Removed.
1286
1287 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
1288
1289         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
1290         these methods.
1291
1292         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1293         
1294 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1295
1296         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
1297
1298 2007-11-20  Martin Baulig  <martin@ximian.com>
1299
1300         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
1301
1302         * mono-debug-debugger.c
1303         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
1304         (mono_debugger_remove_breakpoint): Likewise.
1305         (mono_debugger_check_breakpoints): Likewise.
1306         (mono_debugger_register_class_init_callback): New public method.
1307         (mono_debugger_remove_class_init_callback): Likewise.
1308         (mono_debugger_add_type): Likewise.
1309
1310         * mono-debug-debugger.h
1311         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
1312
1313 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
1314
1315         * class.c: more interface implementations needed for the
1316         array enumerator (fixes bug #341112).
1317
1318 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
1319
1320         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
1321         fix ParamName of ArgumentNullExceptions.
1322
1323 2007-11-17  Miguel de Icaza  <miguel@novell.com>
1324
1325         * reflection.c (mono_reflection_encode_sighelper): Generate the
1326         modopts and modreqs.   I have a useless test that crashes monodis,
1327         but that shows the code working.
1328
1329 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
1330
1331         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
1332         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
1333
1334 2007-11-15  Dick Porter  <dick@ximian.com>
1335
1336         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
1337         When joining a thread, it's the thread that's calling Join that
1338         gets WaitSleepJoin state not the target.  Fixes the standalone
1339         test case in bug 334740, and hopefully the whole bug too.
1340
1341 2007-11-15  Dick Porter  <dick@ximian.com>
1342
1343         * process.c: Read file version info from the files pointed at by
1344         process modules, not the current process.  Fixes bug 315969.
1345
1346         Use windows typedef names in some places to fix warnings on the
1347         windows build.
1348
1349 2007-11-15  Mark Probst  <mark.probst@gmail.com>
1350
1351         * image.c, metadata-internals.h: Added a generic_class_cache hash
1352         to MonoImage for looking up generic classes when sharing generics.
1353
1354 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1355
1356         * sgen-gc.c: warning cleanups.
1357
1358 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
1359
1360         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
1361         inherited properties.
1362
1363 2007-11-14  Mark Probst  <mark.probst@gmail.com>
1364
1365         * object.c, class-internals.h: Added more information to the
1366         runtime generic context.
1367
1368 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
1369
1370         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
1371         instead of just the target method. Generalize the abstract method handling to
1372         handle any non-static method.
1373
1374         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1375         mono_marshal_get_delegate_invoke () signature change.
1376
1377 2007-11-13  Mark Probst  <mark.probst@gmail.com>
1378
1379         * class.c, class-internals.h: Made
1380         mono_type_get_basic_type_from_generic () public.  Fixed member
1381         access check for shared generics.
1382
1383         * loader.c: Don't insert field into field cache if it's part of a
1384         non-inflated generic class.
1385
1386         * domain.c, domain-internals.h: The generic sharing context is now
1387         part of the jit info data structure.  Added two accessor
1388         functions.
1389
1390 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
1391
1392         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
1393         the array Get/Set/Address methods, since the JIT inlines them.
1394
1395         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
1396
1397         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
1398         (mono_image_init): Initialize runtime_invoke_direct_cache.      
1399
1400         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
1401         mono_marshal_get_delegate_invoke signature change.
1402
1403         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
1404         an additional argument. Add support for invoking abstract methods.
1405
1406         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
1407
1408         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
1409
1410 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1411
1412         * class.c: Do field layout for open generic classes as well.
1413
1414 2007-11-09  Mark Probst  <mark.probst@gmail.com>
1415
1416         * gc.c, gc-internal.h: Don't finalize threadpool threads with
1417         other objects, because the threadpool is still around.  Put them
1418         in a list instead and after finalizing all other objects in the
1419         root domain shut down the thread pool and then finalize the
1420         threads.  Fixes bug #337383.
1421
1422         * threads.c, thread-types.h: New mono_thread_create_internal()
1423         function for marking a thread with the threadpool flag before it
1424         started.  Set synch_cs to NULL after freeing it.
1425
1426         * threadpool.c: Mark threadpool threads before they start.
1427
1428 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1429
1430         * reflection.h, reflection.c: don't export random functions
1431         and lazy load dbnull and missing objects.
1432
1433 2007-11-07  Jonathan Chambers <joncham@gmail.com>
1434
1435         * class.c: Initialize COM types if COM interfaces
1436         are present (not just COM classes).
1437         
1438         Code is contributed under MIT/X11 license.
1439
1440 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1441         * reflection.c:
1442         create_dynamic_mono_image: hook module profiler events (dynamic case).
1443         mono_image_basic_init: hook assembly profiler events (dynamic case).
1444
1445 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
1446         * profiler.c:
1447         simple_appdomain_unload: completely terminate the profiler
1448         instead of only processing the statistical samples.
1449         simple_shutdown: make sure this is really called exactly once,
1450         even in multithreaded applications, and always listen to
1451         appdomain events.
1452         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
1453         here, the "[un]load" functions will do it.
1454         Fixes bugs #333791 and #325261.
1455
1456 2007-11-07  Geoff Norton  <gnorton@novell.com>
1457
1458         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
1459         rather than depend on __APPLE__.
1460
1461 2007-11-07  Mark Probst  <mark.probst@gmail.com>
1462
1463         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
1464
1465 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
1466
1467         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
1468         UTF16 MonoString. Fix the crash from bug #335488
1469
1470 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
1471
1472         * marshal.c: Correct (for non-Win32 OS) length != size in 
1473         mono_string_from_bstr. Fix #339530.
1474
1475 2007-11-06  Geoff Norton  <gnorton@novell.com>
1476
1477         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
1478         to succeed
1479
1480 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
1481
1482         * process.c: Added run-time GetProcessId API detection for Windows.
1483
1484 2007-11-04  Miguel de Icaza  <miguel@novell.com>
1485
1486         * reflection.c  (mono_param_get_objects): If a parameter has the
1487         attribute [System.Runtime.InteropServices.Optional] we should
1488         set the DefaultValue of the ParameterInfo to be
1489         System.Reflection.Missing instead of DBNull.
1490
1491         See bug #339013.
1492
1493         (mono_get_reflection_missing_object): New method,
1494         returns the System.Reflection.Missing.Value singleton instance.
1495
1496 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
1497
1498         * culture-info-table.h : regenerated.
1499
1500 2007-11-02  Jonathan Chambers <joncham@gmail.com>
1501
1502         * icall.c: Use GetEnvironmentStrings on windows
1503         so we are using the same environment block as 
1504         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
1505         #333740.
1506         
1507         Code is contributed under MIT/X11 license.
1508
1509 2007-10-31  Martin Baulig  <martin@ximian.com>
1510
1511         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
1512
1513         * mono-debug-debugger.h
1514         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1515
1516 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
1517
1518         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
1519         classes.
1520
1521 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
1522
1523         * culture-info-table.h : regenerated.
1524
1525 2007-10-30  Robert Jordan  <robertj@gmx.net>
1526
1527         * icall-def.h, icall.c:
1528         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
1529
1530         Code is contributed under MIT/X11 license.
1531
1532 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1533
1534         * class.c (mono_class_setup_vtable): Find the inflated methods in the
1535         inflated class instead of inflating them again.
1536         
1537         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
1538         dynamic case.
1539
1540         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
1541         Call setup_supertypes () after klass->parent is set.
1542         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
1543
1544         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
1545         for inflated instances of not yet created dynamic generic classes.
1546         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
1547         times from inflated_method.
1548         (methodbuilder_to_mono_method): Ditto.
1549
1550 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1551
1552         * gc.c: code cleanup and removed old untested option of not creating the
1553         finalizer thread.
1554
1555 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
1556
1557         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
1558         creating a jump trampoline for dynamic methods.
1559
1560 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
1561
1562         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
1563         generic TypeBuilders when called from another method of the same type (bug #335131).
1564
1565
1566 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
1567
1568         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
1569         doesn't seem to work perfectly.
1570         
1571         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
1572         called multiple times.
1573         (methodbuilder_to_mono_method): Ditto.
1574         (resolve_object): Inflate FieldBuilder's.
1575
1576 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1577
1578         * string-icalls.c, string-icalls.h, appdomain.c: patch from
1579         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
1580         RemoveEmptyEntries in the string.Split implementation (bug #322375).
1581
1582 2007-10-26  Dick Porter  <dick@ximian.com>
1583
1584         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
1585         Thread initialisation changes
1586
1587 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
1588
1589         * verify.c: fix compatibility check between arrays and System.Array
1590
1591 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
1592
1593         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
1594         too. Fixes #336999.
1595
1596 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
1597
1598         * object.c (mono_value_box): Use typed allocation here.
1599
1600 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
1601
1602         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
1603         trampoline instead of compiling the method right away.
1604
1605         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
1606
1607 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
1608
1609         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
1610         related fields for dynamic classes. Fixes #334493.
1611
1612 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
1613
1614         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
1615         
1616         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
1617
1618         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
1619         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
1620
1621         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
1622
1623         * reflection.c (create_generic_typespec): Initialize klass->generic_container
1624         if needed.
1625         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
1626
1627 2007-10-18  Jonathan Chambers <joncham@gmail.com>
1628
1629         * marshal.c: Use correct key when removing item
1630         from ccw_hash.
1631         
1632         Code is contributed under MIT/X11 license.
1633
1634 2007-10-17  William Holmes  <billholmes54@gmail.com>
1635
1636         *marshal.c: Adding a case to marshal booleans to U1
1637
1638         Code is contributed under MIT/X11 license.
1639
1640 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
1641
1642         * class.c (mono_class_from_name): Search the modules compromising dynamic
1643         assemblies. Fixes #331601.
1644
1645 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
1646
1647         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
1648         exception if the type name contains an assembly component. Fixes #334203.
1649
1650         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
1651         modules inside dynamic assemblies. Fixes #334200.
1652         
1653         * reflection.c: Set image->public_key and image->public_key_length;
1654
1655         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
1656         fields.
1657
1658         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
1659         
1660 2007-10-16  Mark Probst  <mark.probst@gmail.com>
1661
1662         * metadata.c: Implemented correct comparing of generic classes.
1663         An inflated generic class can be equal to a non-inflated one if it
1664         is inflated with generic type variables as type arguments.  Fixes
1665         bug #333798.
1666
1667 2007-10-15  Dick Porter  <dick@ximian.com>
1668
1669         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
1670         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
1671         81646.
1672
1673         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
1674         instead of a monitor lock.  This means that monitor_try_enter and
1675         co can set the thread state safely.
1676         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
1677         thread_interrupt_requested, so interrupt actually works.
1678
1679         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
1680         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
1681         state accessor function
1682
1683 2007-10-15  Martin Baulig  <martin@ximian.com>
1684
1685         * mono-debug.h
1686         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
1687         the debugger with the current runtime.
1688
1689 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
1690
1691         * object.c, object-internals.h: added the ability to set a single
1692         trampoline for all the slots in a vtable.
1693
1694 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1695
1696         * marshal.c: deal with a possible race condition during multicast
1697         delegate invocation.
1698
1699 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1700
1701         * class.c: ensure value type methods don't have the synchronized
1702         flag set.
1703
1704 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
1705
1706         * string-icalls.c, string-icalls.h: reverted unapproved patch that
1707         breaks the build.
1708
1709 2007-10-11  Joel Reed  <joelwreed@comcast.com>
1710
1711         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
1712         to take an options parameter so that empty entries can be removed during
1713         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
1714
1715 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1716
1717         * marshal.c: make sure we don't store the signature from a dynamic
1718         method into the runtime invoke cache (bug #327189).
1719
1720 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1721
1722         * marshal.c: make sure the wrapper methods are properly initialized.
1723
1724 2007-10-11  Mark Probst  <mark.probst@gmail.com>
1725
1726         * metadata.c, metadata-internals.h: Generalized
1727         mono_type_stack_size() to mono_type_stack_size_internal() which
1728         takes an additional argument specifying whether it allows open
1729         types.
1730
1731 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
1732
1733         * verify.c (do_invoke_method): handle typedbyref params
1734         correctly and check for unverifiable return values.
1735
1736         * verify.c (do_newobj): fix a warning.
1737
1738 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1739
1740         * verify.c: don't tread typedbyref as allways unverifable,
1741         so uses, like (ld/st)loc.0 are valid. verify for the cases
1742         that it matters, like boxing related operations.
1743
1744 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
1745
1746         * verify.c: add verification of the newobj opcode. verification
1747         of delegate instantation still missing due ldftn and virldftn not
1748         pushing the function type on stack
1749
1750 2007-10-08  Mark Probst  <mark.probst@gmail.com>
1751
1752         * class-internals.h: Runtime generic context data structure
1753         definition.
1754
1755         * object.c: Initialization of runtime generic context at runtime
1756         vtable creation time.
1757
1758 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
1759         * class.c (mono_class_create_from_typedef,
1760         mono_class_from_generic_parameter, mono_ptr_class_get,
1761         mono_fnptr_class_get, mono_bounded_array_class_get)
1762         * domain.c (mono_domain_create, mono_domain_free)
1763         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
1764         * image.c (do_mono_image_load, mono_image_close):
1765         Hooked up load-unload profiler events.
1766
1767 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
1768
1769         * domain.c: track statistics about the actual amount of native code
1770         allocated.
1771
1772 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1773
1774         * class.c: the valuetype enumerators don't have the additional
1775         supertypes interfaces.
1776
1777 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1778
1779         * class.c: need more interfaces setup for the IEnumerator<T>
1780         object created for arrays (tests/ienumerator-interfaces.2.cs).
1781
1782 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
1783
1784         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
1785
1786 2007-10-05  Alp Toker  <alp@atoker.com>
1787
1788         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1789         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1790         #315863.
1791
1792 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1793
1794         * verify.c (verify_type_compatibility_full): verification of
1795         compatibility improved, validates correctly non-strict checks between
1796         native int and I4 types different than (unsigned)int32.
1797
1798         * verify.c (do_store_indirect): added, do all verification of
1799         ldind.X opcodes. 
1800
1801         * verify.c (get_load_indirect_mono_type): renamed to
1802         get_indirect_op_mono_type, as it now returns the MonoType for 
1803         ldind.X and stind.X opcodes.
1804
1805 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
1806
1807         * reflection.c: Fix the encoding of generic type definition for
1808         TypeBuilders.
1809
1810         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
1811         mono_image_typedef_or_ref but allows to specify if typespec lookups should
1812         be made. Typespec check is done prior to typeref cache lookup.
1813
1814         * reflection.c (mono_image_typedef_or_ref): now just delegate to
1815         mono_image_typedef_or_ref_full.
1816
1817         * reflection.c (encode_generic_class): encode the generic class
1818         directly instead of calling encode_type.
1819
1820         * reflection.c (encode_type): encode the generic type definition
1821         MonoClass as a generic instantiation.
1822
1823         * reflection.c (create_typespec): cache typespec tokens in
1824         the assembly->typespec cache. Don't create typespec for a generic
1825         instance MonoClass. Create typespec for the generic type defintion.
1826
1827         * reflection.c (create_generic_typespec): encode the generic
1828         class directly instead of calling encode_type.
1829
1830         * reflection.c (mono_image_create_token): encode the generic
1831         type definition not using a typespec for MonoType instances.
1832
1833
1834 2007-10-04  Raja R Harinath  <rharinath@novell.com>
1835
1836         Fix #328812
1837         * class.c (mono_image_init_name_cache): Don't return nested
1838         'protected internal' classes.
1839         (mono_class_from_name_case): Likewise.
1840
1841 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
1842
1843         * icall-def.h, icall.c : get_bundled_machine_config() is now the
1844           common function used by both DefaultConfig in System.dll and
1845           InternalConfigurationHost in System.Configuration.dll.
1846
1847 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
1848
1849         * class.c: automatically add to vectors only a few essential explicit
1850         generic interfaces. The rest of the interfaces that arrays should
1851         provide are currently implicitly added (but still not lazily, see the
1852         design in the discussion of bug#325495 for the details of what is
1853         needed for that). Additionally, implicit interfaces are assigned the
1854         same vtable slot as the explicit interfaces (as they are compatible):
1855         this enables huge memory savings since we don't need to instantiate
1856         as many memthods and as large vtables anymore. Also, Since
1857         GetEnumerator<T> returns an instance of a type that is required to
1858         support a similarly large set of interfaces as arrays, we add
1859         implicit interfaces and interface offset sharing support to those
1860         types, too. This change adds all the required interfaces so that
1861         the anonarray.cs test case in the bug report works (we don't add
1862         all the interfaces to arrays of arrays 3-level deep and more because
1863         of the memory requirements explained in the bug and since they are much
1864         less common: the lazy-loading support will enabled them to work, too).
1865
1866 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
1867
1868         * verify.c (merge_stacks): major clean up, all type compatibility
1869         checks are done by verify_type_compatibility. This fix my earlier lack
1870         of understanding of the CLR type system and merge_stacks no longer looks
1871         scary.
1872
1873         * verify.c: fixed some bad spelling.
1874
1875 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
1876
1877         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
1878         a given stack slock.
1879         
1880         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
1881         verify_type_compatibility_full. This removed a near indentical function and fixed
1882         handling of Int32 and IntPtr across all opcodes.
1883
1884 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
1885
1886         * class.c: only vectors have the additional generic interfaces.
1887
1888 2007-10-01  Jonathan Chambers <joncham@gmail.com>
1889
1890         * mono-config.c: Use g_strcasecmp instead of
1891         strcasecmp like everywhere else to fix
1892         compilation with MSVC.
1893         
1894         Code is contributed under MIT/X11 license.
1895
1896 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
1897
1898         * object.c, object-internals.h: refactored the IMT code to enable
1899         building a single slot at a time and lazily creating the IMT trampolines
1900         and thunks.
1901
1902 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
1903
1904         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
1905
1906         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
1907         Fixes #328501.
1908         
1909 2007-09-29  Raja R Harinath  <harinath@gmail.com>
1910
1911         * loader.c (method_from_methodspec): Rearrange to avoid
1912         un-necessary exposition.  Don't assert out if the method's
1913         declaring type is a generic type definition.
1914
1915 2007-09-28  Martin Baulig  <martin@ximian.com>
1916
1917         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
1918
1919 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
1920
1921         * class-internals.h: optimize field layout of MonoClass to
1922         requires less cachelines at runtime and save a few bytes on 64 bit
1923         systems.
1924
1925 2007-09-28  Jb Evain  <jbevain@novell.com>
1926
1927         * reflection.c: when encoding type names in custom attributes,
1928         if the type is a closed generic type, its generic arguments
1929         have to be serialized as AssemblyQualifiedName, so that when
1930         they are deserialized, it's possible to re-create them properly.
1931         Fixes #329450.
1932
1933
1934 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
1935
1936         * object.c, class-internals.h: added delegate-creation counter.
1937
1938 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
1939
1940         * class.c: cleanup of the code that synthetizes interfaces for
1941         arrays in 2.0: saves quit a bit of corlib mempool memory.
1942         Code to fix bug #325495 ifdeffed out for now until the issues
1943         with memory usage and O(n^2) behaviour are fixed.
1944
1945 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1946
1947         * marshal.c: when possible, do not duplicate the name of the methods
1948         in the method builder and in the generated MonoMethod.
1949
1950 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
1951         * verify.c: added support for type checking ldind_* opcodes.
1952
1953 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
1954
1955         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
1956         which is used to distinguish the fully open instantiation of a TypeBuilder
1957         with the rest. This temporary hack is required to restore the property that
1958         the fully open instantiation is the same type of the generic type definition.
1959
1960         * class-internals.h (mono_generic_class_is_generic_type_definition):
1961         new function as part of the internal API.
1962
1963         * class.c (inflate_generic_type): return NULL when the generic inst is
1964         fully open. The fully open generic type is now the same as the generic type
1965         definition for non TypeBuilder types.
1966
1967         * class.c (mono_generic_class_get_class): removed assert since it is
1968         no longer valid, gklass->cached_class can point to the generic type definition.
1969
1970         * class.c (mono_generic_class_is_generic_type_definition): new.
1971
1972         * metadata.c (mono_generic_class_hash): added is_tb_open field
1973         to the hash calculation.
1974
1975         * metadata.c (free_generic_class): if the generic class is associated
1976         with the generic type definition, its field will come from the mempool and
1977         must not be freed.
1978
1979         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
1980         new, this function identifies the corner case of a TypeBuilder fully open
1981         instantiation.
1982
1983         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
1984         for lookup. Set gclass->cached_class to be the container class in case of
1985         the fully open instantiation of non TypeBuilder types.
1986
1987         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
1988         to compare generic classes.
1989
1990         * reflection.c (method_encode_methodspec): remove assert that
1991         no longer is valid.
1992
1993         * reflection.c (mono_reflection_generic_class_initialize): add
1994         an aditional assert to ensure the proper type is used.
1995
1996 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
1997
1998         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
1999         to enjoy it.
2000
2001 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2002
2003         * verify.c (push_arg): Fixed support for ldarga
2004         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
2005         MonoType used as first arg in case of instance calls.
2006
2007 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2008
2009         * verify.c: Support for verifying VAR and MVAR types, 
2010
2011 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
2012
2013         * icall.c (ves_icall_get_property_info): Set the reflected type of the
2014         accessors correctly.
2015
2016 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
2017
2018         * threads.c: support OSX and other systems in
2019         mono_thread_get_stack_bounds (bug #328026).
2020
2021 2007-09-25  Martin Baulig  <martin@ximian.com>
2022
2023         * mono-debug.h
2024         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
2025
2026 2007-09-24  Martin Baulig  <martin@ximian.com>
2027
2028         * mono-debug.h
2029         (MonoDebugClassEntry): Moved the definition of this struct into
2030         mono-debug.c to make it private.
2031
2032         * mono-debug.c
2033         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
2034         type table per symbol file, we don't need to store the symfile id
2035         any longer.
2036
2037 2007-09-24  Martin Baulig  <martin@ximian.com>
2038
2039         Create one type table per symbol file, since a `MonoClass *' gets
2040         invalid when its image is unloaded.
2041
2042         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
2043         (MonoDebugHandle): Added `type_table'.
2044
2045 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
2046
2047         * mempool.c, mempool.h: added mono_mempool_new_size () API
2048         to be able to specify a smaller initial size for the pool.
2049         Adjusted the code to slowly increase pool size before using
2050         the previous default size.
2051         * image.c: use a small initial size for image mempools.
2052
2053 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
2054
2055         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
2056         Fixes ##320990.
2057
2058         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
2059         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
2060
2061 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
2062
2063         * metadata.c (mono_type_create_from_typespec): Remove an invalid
2064         free. Fixes #327438.
2065
2066 2007-09-21  Raja R Harinath  <harinath@gmail.com>
2067
2068         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
2069         generic instantiations, etc.
2070         <MONO_TYPE_ARRAY>: Likewise.
2071
2072 2007-09-21  Martin Baulig  <martin@ximian.com>
2073
2074         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
2075         these structs were never defined.
2076         (MonoDebugHandle): Removed the `_priv' field, it was never used.
2077
2078 2007-09-21  Martin Baulig  <martin@ximian.com>
2079
2080         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
2081
2082 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
2083
2084         * image.c: removed the guid hash tables: we can get the same info
2085         without the additional memory usage hit (partially fixes also bug #327052).
2086
2087 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2088
2089         * profiler.h, profiler-private.h, profiler.c: add a new profiler
2090         event to handle unloading methods. After the event is called, the
2091         corresponding MonoMethod* must be considered invalid.
2092         * loader.c (mono_free_method): call the new mono_profiler_method_free
2093         event.
2094
2095 2007-09-20  Mark Probst  <mark.probst@gmail.com>
2096
2097         * domain-internals.h: New flag in MonoJitInfo which marks shared
2098         generic methods.  New hash table (shared_generics_hash) in
2099         MonoDomain to keep track of shared generic methods.  Prototypes
2100         for functions to register and lookup shared generic methods.
2101
2102         * domain.c: Support for registering and looking up shared generic
2103         methods via a hash table (shared_generics_hash) in MonoDomain.
2104
2105         * class-internals.h: New exception to signal failure of shared
2106         compilation of a generic method.  New counters for generics
2107         sharing in MonoStats.
2108
2109 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
2110
2111         * image.c, metadata-internals.h: don't keep a file descriptor open
2112         for loaded assemblies (bug#325988).
2113
2114 2007-09-19  Raja R Harinath  <rharinath@novell.com>
2115
2116         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
2117         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
2118         use the corresponding datatypes.
2119         (type_in_image): Update to changes.
2120         (CleanForImageUserData): Simplify.
2121         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
2122         Avoid quadratic behaviour in handling the "stolen" list by
2123         separating the filter predicate out, and by prepending the stolen
2124         items rather than appending them.
2125         (steal_ginst_in_image): Likewise.
2126         (mono_metadata_clean_for_image): Update to changes.
2127
2128 2007-09-19  Martin Baulig  <martin@ximian.com>
2129
2130         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
2131
2132 2007-09-19  Martin Baulig  <martin@ximian.com>
2133
2134         * mono-debug.c (mono_debug_cleanup): Don't call
2135         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
2136
2137 2007-09-19  Raja R Harinath  <harinath@gmail.com>
2138
2139         Fix crash on 'make run-test' in mcs/errors
2140         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
2141         Avoid more potential allocations in mono_class_from_mono_type.
2142         (ginst_in_image): Update to changes.
2143         (gclass_in_image): Rearrange slightly.
2144
2145 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2146
2147         * class.c (mono_class_init): Move the code that sets up class->methods to 
2148         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
2149
2150         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
2151         canonical instance of an inflated generic signature.
2152         (mono_type_create_from_typespec): Remove an invalid free.
2153
2154         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
2155
2156 2007-09-18  Marek Habersack  <mhabersack@novell.com>
2157
2158         * domain-internals.h: added a declaration of the
2159         mono_assembly_load_full_nosearch internal function.
2160
2161         * assembly.c (mono_assembly_load_with_partial_name): use
2162         mono_try_assembly_resolve return value properly.
2163         (mono_assembly_load_full_nosearch): copied the function body from
2164         mono_assembly_load_full, without the code to invoke assembly
2165         search hooks.
2166         (mono_assembly_load_full): calls the above new function and if the
2167         assembly is not resolved, invokes the search hooks.
2168
2169         * appdomain.c (mono_runtime_init): restore the global postload
2170         assembly search handlers.
2171
2172 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
2173
2174         * class.c (mono_class_init): Make sure class->methods and class->properties
2175         are never NULL in the generics case.
2176
2177         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
2178
2179 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
2180
2181         * metadata.c (free_generic_class): Disable some code to fix the build.
2182
2183         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
2184
2185         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
2186         from the image mempool.
2187
2188         * metadata.c (free_generic_class): Free more data from the inflated class.
2189
2190         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
2191
2192         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
2193         mempool.
2194         (mono_type_create_from_typespec): Ditto.
2195
2196         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
2197         MonoImage to the caller.
2198         (mono_init_internal): Save the opened image in a global variable.
2199         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
2200
2201         * reflection.c (resolve_object): Fix a leak.
2202
2203         * metadata.c: Fix the freeing of data in the generics caches.
2204         
2205         * metadata.c (free_generic_inst): Comment this out to fix the build.
2206         (free_generic_class): Ditto.
2207
2208         * metadata.c: Free cached generic methods, instantinations and classes when
2209         they are removed from the caches.
2210         (mono_metadata_free_type): Free the type itself.
2211
2212         * class.c: Free the result of mono_class_inflate_generic_type () in a few
2213         places.
2214
2215 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2216
2217         * boehm-gc.c: restrict managed allocs to __thread supporting
2218         architectures.
2219
2220 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
2221
2222         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
2223         (mono_generic_class_get_class): Fix a leak.
2224
2225         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
2226         mono_metadata_free_type ().
2227         (mono_metadata_inflate_generic_inst): Fix a leak.
2228
2229 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2230
2231         * mono-debug.c (free_header_data): Fix a leak missed earlier.
2232
2233         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
2234         mempool.
2235
2236         * mono-debug.c (mono_debug_close_image): Fix call to 
2237         g_hash_table_remove ().
2238
2239 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2240
2241         * icall-def.h: redirect all the string ctor to the managed
2242         CreateString () methods.
2243         * string-icalls.c, string-icalls.h: removed dead code for string
2244         ctors and icalls.
2245
2246 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2247
2248         * mono-debug.c: Fix memory leaks.
2249
2250 2007-09-14  Jonathan Chambers <joncham@gmail.com>
2251
2252         * threads-types.h: Implement mono_hazard_pointer_set and 
2253         mono_hazard_pointer_clear macros using do/while(0) to fix
2254         compilation with MSVC.
2255         
2256         Code is contributed under MIT/X11 license.
2257
2258 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
2259
2260         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
2261         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
2262
2263 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2264
2265         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
2266         icalls.
2267
2268 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
2269
2270         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
2271         managed-code allocated as well.
2272
2273 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2274
2275         * class.c (mono_class_is_assignable_from): Add support for generic variance.
2276
2277 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2278
2279         * boehm-gc.c: fixed the build after the AOT changes.
2280
2281 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
2282
2283         * wrapper-types.h: Add an ALLOC wrapper type.
2284
2285         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
2286         reference managed allocator methods.
2287
2288 2007-09-12  Marek Safar  <marek.safar@gmail.com>
2289
2290         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
2291         of Type array and not MonoType, a fix suggested by Hari.
2292         
2293 2007-09-12  Jonathan Chambers <joncham@gmail.com>
2294
2295         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
2296         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
2297         
2298         Code is contributed under MIT/X11 license.
2299
2300 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2301
2302         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
2303
2304 2007-09-12  Marek Habersack  <mhabersack@novell.com>
2305
2306         * image.c (do_mono_image_open): if assembly file fails to open and
2307         MONO_IOMAP is in effect, try to find the path in a
2308         case-insensitive way.
2309
2310         * appdomain.c (mono_runtime_init): do not install postload hooks -
2311         tests show that MS.NET doesn't use anything of that sort to
2312         trigger the AppDomain.AssemblyResolve event.
2313         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
2314         made non-static.
2315         (mono_runtime_init): init portability helpers here.
2316
2317         * assembly.c (mono_assembly_load_with_partial_name): if other   
2318         attempts fail, trigger the AppDomain.AssemblyResolve event handler
2319         to resolve the assembly.
2320
2321         * domain-internals.h: added mono_try_assembly_resolve and marked
2322         it as internal.
2323
2324 2007-09-11  Jb Evain  <jbevain@novell.com>
2325
2326         * object-internals.h (MonoReflectionDynamicMethod): add
2327         a `MonoReflectionType *owner` field. The owner is used
2328         * reflection.c:
2329         (mono_reflection_create_dynamic_method): use the owner of the dynamic
2330         method as the class declaring the dynamic method.
2331         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
2332         dynamic method to the declaring type of the methodbuilder.
2333
2334 2007-09-11  Mark Probst  <mark.probst@gmail.com>
2335
2336         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
2337         rules for calling methods via reflection.
2338
2339 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
2340
2341         * reflection.c (resolve_object): Add support for MonoGenericClass. 
2342         Inflate MonoType's.
2343
2344 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
2345
2346         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
2347         provide a managed method that does fast allocations without needing
2348         a managed->unmanaged transition. Boehm GC implementation currently
2349         enabled for ptrfree objects on sane architectures.
2350
2351 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2352
2353         * marshal.c, marshal.h: exported a couple of useful functions and
2354         added mono_mb_get_label () to easily handle backward branches.
2355
2356 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
2357
2358         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
2359
2360 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
2361
2362         * loader.c (find_method): Fixed the regression introduced while
2363         fixing bug #81466.
2364
2365 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
2366
2367         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
2368         well.
2369         
2370         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
2371         icall.c reflection.c: Pass a MonoGenericContext argument to 
2372         mono_lookup_dynamic_token ().
2373
2374         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
2375         #82744.
2376         
2377 2007-09-09  Robert Jordan  <robertj@gmx.net>
2378
2379         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
2380         for generic methods.
2381
2382         * object.c (mono_object_get_virtual_method): Handle generic methods.
2383         Fixes bug #78882.
2384
2385         Code is contributed under MIT/X11 license.
2386
2387 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
2388
2389         * image.c: fix locking in mono_image_load_file_for_image ().
2390
2391 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
2392
2393         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
2394         used only as a cache: added an icall to fill it.
2395
2396 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
2397
2398         * reflection.h: exposed mono_reflection_free_type_info
2399         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
2400         since mono_reflection_bind_generic_parameters makes a copy of it.
2401         * reflection.c (free_type_info): subinfos should be freed.
2402         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
2403         made non static.
2404         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
2405         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
2406         this fixes #82695 and #81726.
2407    
2408
2409 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
2410
2411         * process.h, process.c:  added support for user profile/info in
2412           ProcessStartInfo. For now only Windows works.
2413
2414 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
2415
2416         * metadata.c: consider the generic arguments when comparing
2417         signatures (bug #82614).
2418
2419 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2420
2421         * cil-coff.h, image.c: updated assembly loader to cope with the
2422         PE32+ 64 bit file format.
2423
2424 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
2425
2426         * assembly.c, class.c, domain.c, loader.c: remove useless
2427         inclusion of cil-coff.h.
2428
2429 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
2430
2431         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
2432         if interface is marked with CoClassAttribute. 
2433    
2434         Code is contributed under MIT/X11 license.
2435
2436 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
2437
2438         * sgen-gc.c: ensure no object from the to space is copied again or finalized
2439         if it's seen twice in major collections.
2440
2441 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
2442
2443         * sgen-gc.c: big objects are not copied to the gray area, but they
2444         need to be considered for scanning, too, if they are brought alive
2445         by an object ready for finalizations or a survived one.
2446
2447 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
2448
2449         * sgen-gc.c: properly account the number of disappearing links when
2450         they are nullified.
2451
2452 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
2453
2454         * sgen-gc.c: share the code to scan the registered roots between the
2455         different types of collections.
2456
2457 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2458
2459         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
2460
2461 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
2462
2463         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
2464         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
2465
2466 2007-08-28  Mark Probst  <mark.probst@gmail.com>
2467
2468         * security-manager.c (mono_security_manager_get_methods):
2469         LinkDemandSecurityException now has 2 arguments instead of 3.
2470
2471 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
2472
2473         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
2474         platforms which need it.
2475
2476 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2477
2478         * sgen-gc.c: unregister thread data structures with a pthread_key_t
2479         dtor.
2480
2481 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
2482
2483         * threads.c: free the thread static data on thread exit.
2484
2485 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
2486
2487         * class.c: walk the hierarchy to find the generic definition for
2488         a class (fixes runtime part of bug #82498).
2489
2490 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2491
2492         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
2493         ...
2494
2495         * image.c (mono_image_close): Here. Hopefully fixes #82510.
2496
2497 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2498
2499         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
2500
2501 2007-08-24  Robert Jordan  <robertj@gmx.net>
2502
2503         * appdomain.c: don't perform the ':'->';' substitution on Win32.
2504
2505 2007-08-24  Jb Evain  <jbevain@novell.com>
2506
2507         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
2508         for byref types.
2509
2510 2007-08-24  Mark Probst  <mark.probst@gmail.com>
2511
2512         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
2513         #82286.
2514
2515 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
2516
2517         * assembly.c: Fix a warning.
2518         
2519 2007-08-23  Marek Habersack  <mhabersack@novell.com>
2520
2521         * appdomain.c: parse the <runtime> section looking for the probing
2522         element with the 'privatePath' attribute, which sets additional
2523         directories in which the runtime should look for assemblies.
2524
2525 2007-08-23  Robert Jordan  <robertj@gmx.net>
2526
2527         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
2528         Fixes #82499.
2529
2530 2007-08-23  Martin Baulig  <martin@ximian.com>
2531
2532         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
2533         _mono_debug_init_corlib() and remove it from the header file.
2534
2535 2007-08-23  Martin Baulig  <martin@ximian.com>
2536
2537         * mono-debug-debugger.c
2538         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
2539         don't notify the debugger about it.
2540
2541         * mono-debug-debugger.h
2542         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
2543
2544 2007-08-23  Robert Jordan  <robertj@gmx.net>
2545
2546         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
2547         Code is contributed under MIT/X11 license.
2548
2549 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
2550
2551         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
2552
2553 2007-08-22  Martin Baulig  <martin@ximian.com>
2554
2555         * mono-debug.c: Store debugging info on a per-domain basis and
2556         free it on domain unload.  Add support for unloading symbol files.
2557
2558         * mono-debug.h
2559         (MonoDebugList): New typedef.
2560         (MonoSymbolTable):
2561         - add `data_tables and `type_table'.
2562         - replace 'symbol_files' and `num_symbol_files' with a
2563           `MonoDebugList *'.
2564         (mono_debug_data_table): Removed.
2565         (mono_debug_list_add): New public function.
2566         (mono_debug_list_remove): New public function.
2567         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
2568         (mono_debug_init_2_memory): Renamed into
2569         mono_debug_open_image_from_memory().
2570         (mono_debug_close_image): New public function.
2571         (mono_debug_domain_create): Likewise.
2572         (mono_debug_domain_unload): Likewise.
2573         (MONO_DEBUGGER_VERSION): Bump to 60.
2574
2575         * mono-debug-debugger.h
2576         (MonoDebuggerEvent):
2577         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
2578         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
2579         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
2580         - rename `THREAD_CREATED' and `THREAD_EXITED' into
2581           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
2582         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
2583           meaning.
2584         (mono_debugger_add_symbol_file): Removed.
2585         (mono_debugger_add_type): Removed.
2586         (mono_debugger_lookup_type): Removed.
2587         (mono_debugger_lookup_assembly): Removed.
2588
2589         * domain.c
2590         (mono_domain_create): Call mono_debug_domain_create().
2591         (mono_init_internal): Call mono_debug_init_corlib().
2592
2593         * assembly.c
2594         (mono_assembly_close): Call mono_debug_close_image().
2595
2596 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
2597
2598         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
2599         mmap call.
2600
2601 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2602
2603         * sgen-gc.c: ensure section->pin_queue_end is initialized
2604         correctly when non pinning objects in the section have been found.
2605
2606 2007-08-22  Marek Habersack  <mhabersack@novell.com>
2607
2608         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
2609         containing a list of directories separated by ':'. MSDN docs say
2610         the directories should be separated with ';'. Part of a bugfix for
2611         bug #81446
2612
2613 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
2614
2615         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
2616         it should MonoType and not MonoClass.
2617
2618 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
2619
2620         * culture-info-table.h : regenerated.
2621
2622 2007-08-20  William Holmes  <billholmes54@gmail.com>
2623
2624         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
2625          to call ReplaceFile Kernel32 on windows or in io-layer.
2626         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
2627         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
2628          as an internal call.
2629
2630         Code is contributed under MIT/X11 license.
2631
2632 2007-08-20  Jb Evain  <jbevain@novell.com>
2633
2634         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
2635         and MONO_EXCEPTION_FIELD_ACCESS.
2636
2637         * debug-helpers.[c|h]: new mono_field_full_name function.
2638
2639 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2640
2641         * class.c: Removed class_security_level() and moved it to
2642         security-core-clr.c.
2643
2644         * security-core-clr.c, security-core-clr.h: class_security_level()
2645         is now public and renamed to mono_security_core_clr_class_level().
2646         It also looks for security attributes in the classes a class is
2647         nested in.
2648
2649 2007-08-20  Mark Probst  <mark.probst@gmail.com>
2650
2651         * security-core-clr.c, security-core-clr.h: CoreCLR security
2652         utility functions.
2653
2654         * Makefile.am: Added security-core-clr.[ch].
2655
2656         * security-manager.c, security-manager.h: Functions and enum for
2657         setting and getting the security mode.
2658
2659         * class.c: CoreCLR security checks.
2660
2661 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
2662
2663         * icall-def.h, process.c, process.h: implemented icall to get
2664         user/system processor times.
2665
2666 2007-08-17  Mark Probst  <mark.probst@gmail.com>
2667
2668         * domain.c, threads.c, class-internals.h, domain-internals.h: New
2669         reader-lock-free jit_info_table.
2670
2671 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
2672
2673         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
2674
2675         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
2676
2677         * object-internals.h (MonoException): Add missing _data member.
2678
2679 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2680
2681         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
2682         checking that only methods with matching qname or fqname are picked
2683         from implemented interfaces.
2684
2685 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2686
2687         * verify.c (do_newarr):added, do type verification of
2688         newarr ops, push the right value on the eval stack.
2689         * verify.c (mono_method_verify): use do_newarr
2690
2691
2692 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2693
2694         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
2695         factored the common code into get_boxable_mono_type, which
2696         is now using mono_type_get_full, this fixed byref related tests.
2697
2698 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
2699
2700         * class.c: added mono_type_get_full, this function has the same
2701         behavior of mono_class_get_full but the returned MonoType has
2702         all metadata of the associated token in case of a typespec token.
2703         * class.c: added mono_type_retrieve_from_typespec, used by 
2704         mono_type_get_full to retrieve the token type.
2705         * class.c (mono_class_create_from_typespec): changed to use
2706         mono_type_retrieve_from_typespec.
2707         * class.c (mono_ldtoken): changed to use mono_type_get_full
2708         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
2709         * class-internals.h: exported mono_type_get_full for internal use.
2710
2711 2007-08-16  Jb Evain  <jbevain@novell.com>
2712
2713         * domain.c (supported_runtimes): add entry for
2714         the 'moonlight' runtime version.
2715
2716 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2717
2718         * verify.c (mono_method_verify): small typo sliped in.  
2719
2720 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2721
2722         * verify.c (do_unbox_value): added, do type verification of
2723         unboxing ops
2724         * verify.c (mono_method_verify): use do_unbox_value
2725
2726
2727 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2728
2729         * verify.c (dump_stack_value): fixed typo, was printing string
2730         instead of object on stack.
2731         * verify.c (do_box_value): moved the byref check up as it leads
2732         to invalid code and should be done earlier.
2733         * verify.c: improved error messages for and ldobj
2734
2735 2007-08-15  William Holmes  <billholmes54@gmail.com>
2736
2737         * marshal.c (emit_marshal_custom): Omit the call to 
2738           marshal_native_to_managed when calling native to managed 
2739           and the argument is specified as an out argument.
2740
2741         Code is contributed under MIT/X11 license.
2742
2743 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
2744
2745         * verify.c: fixed the type checks for generics, function pointers and vectors.
2746         Added type verification for ldobj and ldtoken. The verifier
2747         would segfault if header or signature of a method contained references
2748         to non-existant types.
2749
2750 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2751
2752         * marshal.c (cominterop_get_ccw): Patch from
2753         Bill Holmes to no walk up interface hierarchy. 
2754         All parent methods should be present in the interface for COM.
2755    
2756         Code is contributed under MIT/X11 license.
2757
2758 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
2759
2760         * marshal.c (emit_marshal_com_interface): Patch from
2761         Bill Holmes to handle COM Interfaces as return values
2762         for native->managed calls.
2763    
2764         Code is contributed under MIT/X11 license.
2765
2766 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
2767
2768         * marshal.c (cominterop_get_idispatch_for_object): Implement
2769         for runtime callable wrappers.
2770    
2771         Code is contributed under MIT/X11 license.
2772
2773 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
2774
2775         * pedump.c (main): changed from mono_init to mono_init_from_assembly
2776         so 2.0 types are accessible
2777
2778
2779 2007-08-13  Miguel de Icaza  <miguel@novell.com>
2780
2781         * domain.c (mono_init_internal): Call mono_assembly_load_friends
2782         once we load mscorlib.   Due to the order in which we initialize,
2783         the mono_assembly_load_full routine that loads mscorlib did not
2784         load friends.   We now load it once we load the
2785         mono_defaults.internals_visible_class class. 
2786
2787         * assembly.c: Expose the mono_load_friend_assemblies method.
2788
2789 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
2790
2791         * verify.c: improved the handling of boxing, better
2792         type checking for unary ops and conversion. Fix bug
2793         regarding managed pointer compatibility checking
2794
2795 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
2796
2797         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
2798
2799         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
2800
2801 2007-08-09  Raja R Harinath  <rharinath@novell.com>
2802
2803         * reflection.c (dup_type): Remove.
2804         * class.c (dup_type): Remove.
2805         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
2806         instead of the dodgy 'dup_type'.
2807         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
2808         handle the case where 'dup_type' needed the second argument.
2809
2810 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
2811
2812         * domain.c: Fix a warning.
2813
2814 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
2815
2816         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
2817         checking that methods with the same fqname are not overridden
2818         with a method from an ancestor.
2819
2820 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
2821
2822         * threads.c (free_thread_static_data_helper): Avoid a crash if
2823         thread->static_data is not yet set.
2824
2825 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
2826
2827         * marshal.c: Use correct image when emitting
2828         native wrapper for COM calls.
2829    
2830         Code is contributed under MIT/X11 license.
2831
2832 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
2833
2834         * icall-def.h, security.c, security.h :
2835           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
2836
2837 2007-08-07  Martin Baulig  <martin@ximian.com>
2838
2839         * mono-debug-debugger.h
2840         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
2841
2842         * domain.c (mono_domain_free): Call
2843         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
2844
2845 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2846
2847         * verify.c (check_underflow, check_overflow): error message now returns IL offset
2848         * verify.c (in_same_block): code should test if either offset is inside the clauses
2849         * verify.c (mono_method_verify): push the exception into the eval stack of exception
2850         and filter blocks
2851
2852 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
2853
2854         * image.c (mono_image_close): Fix a leak.
2855
2856         * object.c (mono_runtime_invoke_array): Avoid using alloca.
2857
2858         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
2859
2860 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
2861
2862         * domain.c, threads.c, threads-types.h: fix memory retention issue
2863         with thread static variables not being cleared on domain unload.
2864         Reuse thread static slots after domain unload.
2865
2866 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
2867
2868         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
2869         nullable type.
2870
2871         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
2872         now done in mono_runtime_invoke_array.
2873
2874         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
2875         receiver is a nullable type.
2876
2877         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
2878         generic parameter.
2879
2880 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
2881
2882         * marshal.c: Implement COM Objects as return type for 
2883         managed->unmanaged calls. Added Release calls for COM Object
2884         out/return values in managed->unmanaged calls.
2885
2886         Code is contributed under MIT/X11 license.
2887
2888 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
2889
2890         * threads.h, threads-type.h: move the hazard pointer declarations
2891         to the private header.
2892
2893 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
2894
2895         * file-io.c, appdomain.c: memory leak fixes.
2896
2897 2007-08-02  Dick Porter  <dick@ximian.com>
2898
2899         * socket-io.c
2900         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
2901         SO_REUSEADDR setting into io-layer/sockets.c.
2902
2903 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
2904
2905         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
2906         from Object when called on a generic parameter. Fixes #82211.
2907
2908 2007-08-01  Dick Porter  <dick@ximian.com>
2909
2910         * file-io.c (convert_share): Test FileShare values bit-by-bit.
2911         Fixes bug 79250 yet again.
2912
2913 2007-07-30  Martin Baulig  <martin@ximian.com>
2914
2915         Merged the `debugger-dublin' branch.
2916
2917         * mono-debug.h
2918         (MonoDebugDataTable): New typedef.
2919         (MonoDebugMethodAddressList): New typedef.
2920         (MonoDebugWrapperData): Removed.
2921         (MonoDebugSymbolTable): Removed `current_data_table',
2922         `current_data_table_size', `current_data_table_offset'.
2923         (MonoDebugDataItemType): Moved into mono-debug.c.
2924         (MonoDebugMethodJitInfo): Remove `address'.
2925         (mono_debug_data_table): New global variable.
2926         (mono_debug_lookup_method_addresses): New public function.
2927         (mono_debug_find_method): Take a `MonoMethod *', not a
2928         `MonoDebugMethodInfo *'.
2929
2930         * mono-debug.c: Drop support for the old symbol tables.
2931
2932 2007-06-28  Martin Baulig  <martin@ximian.com>
2933
2934         * mono-debug.c (mono_debug_debugger_version): New public variable.
2935
2936 2007-07-31  William Holmes  <billholmes54@gmail.com>
2937
2938         * metadata.c Changed mono_type_create_from_typespec to not insert
2939           the type into the hash map until after
2940           do_mono_metadata_parse_type has completed.
2941         Fixes Bug #82194
2942         Code is contributed under MIT/X11 license.
2943
2944 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
2945
2946         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
2947         generic parameter. Fixes #82211.
2948
2949 2007-07-27  Jb Evain  <jbevain@novell.com>
2950
2951         * pedump.c (dump_metadata, dump_metadata_header): dump
2952         versions contained in the metadata header.
2953
2954 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
2955
2956         * threads.c: register small_id_table with the GC.
2957
2958 2007-07-27  Mark Probst  <mark.probst@gmail.com>
2959
2960         * threads.c, threads.h, class-internals.h, object-internals.h:
2961         Hazard pointers, to be used by lock-free parallel algorithms.
2962
2963 2007-07-26  Dick Porter  <dick@ximian.com>
2964
2965         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
2966         routine on non-windows platforms, as I've not managed to think of
2967         a non-kludgy way of doing this.  Finishes off bug 78739.
2968
2969 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
2970
2971         * object.c: properly setup interface_bitmap in proxy vtables.
2972
2973 2007-07-25  Marek Habersack  <mhabersack@novell.com>
2974
2975         * appdomain.c (get_shadow_assembly_location): do not use TickCount
2976         to create unique shadow copy target directories, use the domain's
2977         serial number instead. Each domain gets a unique target directory
2978         that way.
2979
2980         * domain.c (mono_domain_create): added code to increment domain
2981         shadow copy serial number and cache the value in the current
2982         domain structure.
2983
2984         * domain-internals.h (struct _MonoDomain): added a new field -
2985         shadow_serial to hold the serial number used in generation of
2986         shadow-copy directories. This is to make sure that the directory
2987         name is unique for each and every domain created. We avoid a race
2988         condition with overriding assemblies already in use by other app
2989         domains.
2990
2991 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
2992
2993         * class.c (mono_bounded_array_class_get): fixed memory leak when 
2994         binding generic parameters.
2995
2996 2007-07-24  Raja R Harinath  <rharinath@novell.com>
2997
2998         * metadata.c (do_mono_metadata_parse_generic_class): Use
2999         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
3000         error.
3001
3002 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
3003
3004         * loader.c, class-internals.h, reflection.c: removed the per-method
3005         generics hashtable: we use the global one through the call of
3006         mono_class_inflate_generic_method ().
3007
3008 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
3009
3010         * class.c, metadata.c, class-internals.h: introduce yet another
3011         generics global cache for inflated methods (fixes 98% of the perf
3012         issue in bug #81806).
3013
3014 2007-07-23  Raja R Harinath  <rharinath@novell.com>
3015
3016         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
3017         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
3018         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
3019         return a MonoGenericInst containing (a copy) of those types.
3020         (mono_metadata_inflate_generic_inst): Update to changes.
3021         (mono_metadata_parse_generic_inst): Likewise.
3022         (mono_get_shared_generic_inst): Likewise.
3023         * reflection.c (mono_class_bind_generic_parameters): Likewise.
3024         (mono_reflection_bind_generic_method_parameters): Likewise.
3025         * metadata-internals.h: Likewise.
3026         * icall.c (free_generic_context): Kill.
3027         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
3028
3029         * reflection.c (reflection_methodbuilder_to_mono_method): Use
3030         mono_metadata_type_dup.
3031         * marshal.c (mono_mb_create_method): Likewise.
3032
3033         * metadata.c (mono_metadata_type_dup): Rename from
3034         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
3035         MonoImage.  Handle a few more cases, esp. when no mempool is given.
3036         * marshal.c, metadata-internals.h: Update to changes.
3037
3038 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
3039
3040         * class.c: fixed a small leak for array classes and removed warning.
3041
3042 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
3043
3044         * loader.c (mono_method_get_param_token): Make this work on generic methods.
3045         Return 0x8000000 for return parameters. Fixes #82161.
3046
3047 2007-07-21  Marek Habersack  <grendello@gmail.com>
3048
3049         * appdomain.c (get_shadow_assembly_location): append the current
3050         ticks value to the path. Avoids overwriting the same assemblies by
3051         several threads at the same time.
3052
3053 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3054         and Raja R Harinath  <rharinath@novell.com>
3055
3056         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3057         Simplify slightly.
3058         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
3059         property for testing if a method is a generic method definition.
3060
3061 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3062
3063         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
3064
3065 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3066
3067         * verify.c: used function from private branch, reverted to the one in class.h 
3068
3069 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3070
3071         * verify.c: a typo slipped in and the code wont compile
3072
3073 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3074
3075         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
3076         disabled box instruction as it is doing the wrong thing
3077         improved stack dump messages, now it is easier to debug type related issues
3078
3079
3080 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
3081
3082         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
3083
3084 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3085
3086         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
3087         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
3088         grouped with class and valuetype. This change will simply 
3089         the code as it should be handled just like unmanaged pointers.
3090
3091 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3092
3093         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
3094
3095 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
3096
3097         * verify.c: several stack merge issues fixed, reference comparisons now
3098         check the type size. strict type check now works correctly.
3099         added more uses of IS_MANAGED_POINTER macro.
3100         fixed issues pointed by running the test suite against .net.
3101         
3102
3103 2007-07-19  Mark Probst  <mark.probst@gmail.com>
3104
3105         * class.c, loader.c, class-internals.h: Removed the
3106         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
3107         defines.
3108
3109         * icall.c: Better error checking in some internal reflection
3110         methods.
3111
3112 2007-07-18  William Holmes  <billholmes54@gmail.com>
3113
3114         * filewatcher.c : removed unused variable 'filename' in 
3115           ves_icall_System_IO_FSW_SupportsFSW
3116
3117 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
3118
3119         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
3120         obsolete, removed.
3121
3122 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
3123
3124         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
3125         
3126         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
3127
3128 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
3129
3130         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
3131         Implement generics support.
3132         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3133
3134         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
3135         type_args and method_args arguments.
3136         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
3137         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
3138         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
3139
3140 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
3141
3142         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
3143           It adds a rootimage parameter to mono_reflection_get_type_internal,
3144           adds new function mono_reflection_get_type_with_rootimage and use
3145           the rootimage to resolve the types instead of the current image
3146
3147 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3148
3149         * culture-info-table.h: Forgot to update after r78304.
3150
3151 2007-07-13  Raja R Harinath  <rharinath@novell.com>
3152
3153         * class.c (mono_class_is_open_constructed_type)
3154         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
3155
3156 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
3157
3158         * class.c (mono_bounded_array_class_get):  method fails if used with
3159         an incomplete TypeBuilder enum (no basetype field), fixed it by 
3160         avoiding calculating the size for such array as it cannot be instantiated.
3161         Fix bug #82015
3162
3163 2007-07-12  Raja R Harinath  <rharinath@novell.com>
3164
3165         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
3166         field.
3167         * metadata.c, reflection.c: Update to changes.
3168
3169 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
3170
3171         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
3172         mono_class_is_valid_enum, they are used to valide a enum when loading.
3173         * reflection.c: used new functions to throw TypeLoadException when and
3174         invalid enum is build with TypeBuilder. Fixes #82018
3175   
3176 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
3177
3178         * object.c: forgot commit of mono_class_setup_methods () to access
3179         iface->methods.
3180         * object-internals.h: added a few more handy fields to
3181         MonoIMTCheckItem.
3182
3183 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
3184
3185         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
3186         iface->methods.
3187
3188 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
3189
3190         * class-internals.h, object-internals.h, object.c: IMT-based
3191         interface invocation core from Massimiliano Mantione
3192         (massi@ximian.com) with a reworked arch-specific interface,
3193         bsearch implementation and a few bugfixes and memory savings by me.
3194
3195 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
3196
3197         * class.c (mono_class_create_from_typedef): mono would segfault if 
3198         an enum did not have a __value field. It now throws a TypeLoadException
3199         for such cases. Fix bug #82022
3200
3201 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3202
3203         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
3204
3205 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3206
3207         * class.c (mono_class_init): If a class is already inited but has
3208         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
3209
3210 2007-07-09  Mark Probst  <mark.probst@gmail.com>
3211
3212         * class.c: Properly handle the case of an unimplemented interface
3213         method.  Fixes: 81673.
3214
3215 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
3216
3217         * class-internals.h, object.c: cleanup patch from massi: use
3218         MonoVTable->interface_bitmap since the vtable interfaces offset array
3219         is going away.
3220
3221 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
3222
3223         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
3224         GetMDStreamVersion icall instead.
3225
3226 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
3227
3228         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
3229         not use mono_dl_build_path() with a full library name: makes
3230         fallbacks to libgaim and libfam work.
3231
3232 2007-07-06  William Holmes  <billholmes54@gmail.com>
3233
3234         * assembly.c: Added a continue statement in probe_for_partial_name when
3235          parse_assembly_directory_name fails.  Fixes : 82002
3236
3237 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
3238
3239         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
3240         and added a verification  for TYPEDBYREF.
3241         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
3242         make native int interchangeable with int32 and some small cleanup and formating.
3243         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
3244         handle byref of byref.
3245         * verify.c (push_local): handle byref of byref.
3246         * verify.c (do_binop): invalid mix of values is unverifiable
3247         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
3248         added visibility checks
3249         * verify.c (field related method): added visibility checks
3250         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
3251
3252 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
3253
3254         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
3255         string.
3256
3257 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
3258
3259         * profiler.c (mono_profiler_load): Fix an off-by-one error.
3260
3261         * marshal.c (emit_marshal_string): When returning a string from managed code,
3262         allways make a copy even for unicode strings. Fixes #81990.
3263
3264 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
3265
3266         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
3267         of byref generic inst types (bug #81997).
3268
3269 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
3270
3271         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
3272         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
3273
3274 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
3275
3276         * marshal.c (emit_marshal_string): Add support for unicode strings in
3277         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
3278
3279 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3280
3281         * verify.c: field load/store are now verified, missing only access checks now
3282
3283 2007-06-28  Martin Baulig  <martin@ximian.com>
3284
3285         * mono-debug.c (mono_debug_debugger_version): New public variable.
3286
3287 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
3288
3289         * locales.c: When constructing DateTimeFormat or NumberFormat for
3290         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
3291         MonoCultureInfo contructed from the current locale is always
3292         read-only and has UseUserOverride set to true. All MonoCultureInfo
3293         instances returned for GetCultures have both IsReadOnly and
3294         UseUserOverride set to true. Fixes part of bug #81930.
3295
3296 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
3297
3298        * icall-def.h: Update System.__ComObject icalls
3299        * marshal.c: Avoid managed transition (and object creation)
3300        when looking up COM interface in RCW.
3301        * marshal.h: Ditto.
3302        
3303        Code is contributed under MIT/X11 license.
3304
3305 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
3306
3307         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
3308         to avoid crashes during assembly unloading.
3309
3310 2007-06-22  Raja R Harinath  <rharinath@novell.com>
3311
3312         Fix MethodInfo.IsGenericMethodDefinition
3313         * reflection.c (mono_reflection_bind_generic_method_parameters):
3314         Rearrange code to ensure we always uses a generic method definition.
3315         * class.c (mono_class_inflate_generic_method_full): Set
3316         'generic_container' field only for generic method definitions.
3317         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
3318         Use presense of 'generic_container' field as indication of being a
3319         generic method definition.
3320
3321 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
3322
3323         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3324
3325         * object-internals.h: Reflect changes in the layout of the managed Delegate
3326         class.
3327         
3328         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
3329         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
3330         runtime memory used by the dynamic method. Fixes #77146.
3331
3332 2007-06-21  Dick Porter  <dick@ximian.com>
3333
3334         * file-io.h: 
3335         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
3336         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
3337         81767.
3338
3339 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3340
3341         * reflection.c (method_encode_methodspec): Add a tripwire.
3342         * class.c (inflate_generic_type): The fully open generic type is
3343         not the same as the generic type definition.
3344
3345 2007-06-21  Martin Baulig  <martin@ximian.com>
3346
3347         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
3348
3349         * mono-debug-debugger.h
3350         (MonoDebuggerBreakpointInfo): Removed.
3351         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
3352         (mono_debugger_remove_breakpoint): Likewise.
3353         (mono_debugger_breakpoint_callback): Likewise.
3354         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
3355
3356 2007-06-21  Raja R Harinath  <rharinath@novell.com>
3357
3358         * metadata.c (mono_metadata_lookup_generic_class): The fully open
3359         generic type is not the same as the generic type definition.
3360         * class.c (mono_generic_class_get_class): Likewise.
3361
3362 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
3363
3364         * icall.c: The second argument to 
3365         System.Reflection.MethodBase.GetMethodFromHandleInternalType
3366         is a MonoType not a MonoClass.
3367
3368 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3369
3370         * verify.c: support for function pointers in the verifier
3371
3372 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
3373
3374         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
3375
3376 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
3377
3378         * assembly.c: removed Mono.Data.SqliteClient from the list of
3379         forward-compatible assemblies as it breaks the ABI (bug #81899).
3380
3381 2007-06-19  Raja R Harinath  <rharinath@novell.com>
3382
3383         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
3384         lookup/update with the loader lock.
3385         * reflection.c (mono_class_bind_generic_parameters): No need to
3386         protect mono_metadata_lookup_* with the loader lock.
3387         * class.c (inflate_generic_type): Likewise.
3388         
3389         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
3390         on a generic instantiated type.
3391
3392 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
3393
3394         *verify.c: produce meanfull error messages on verification error
3395         *verify.c: fixed some cases of verification errors reported as validation errors
3396         *pedump.c: fixed the error name array, now it shows validation errors properly
3397         *verify.h: fixed the contant that should be used for verification errors
3398
3399 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
3400
3401         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
3402         for bug #77596, 81858 and 80743 (generics data structures on domain
3403         unload).
3404
3405 2007-06-15  Raja R Harinath  <rharinath@novell.com>
3406
3407         Avoid allocating 'MonoGenericContext' on the heap.
3408         * class-internals (_MonoMethodInflated::context): Make field
3409         inline, not a pointer.
3410         * loader.c (method_from_methodspec): Allocate 'new_context' on the
3411         stack.  Use the context embedded within the inflated method as the
3412         hash key, rather than 'new_context'.
3413         * class.c (inflate_generic_context): Simplify.  Return a struct
3414         rather than allocating on the heap.
3415         (mono_class_inflate_generic_method_full): Update to changes.  Now,
3416         doesn't salt away a copy of the context -- simplifying the
3417         lifetime rules of a 'MonoGenericContext *'.
3418         (mono_method_get_context): Return pointer to embedded context.
3419         (setup_generic_array_ifaces): Allocate temporary context on stack.
3420         * reflection.c (inflate_mono_method): Likewise.
3421         (mono_reflection_bind_generic_method_parameters): Likewise.
3422         Use the context embedded within the inflated method as the hash key.
3423
3424         Avoid a source of allocation of 'MonoGenericContext'.
3425         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
3426         and 'cached_context' fields into embedded 'MonoGenericContext' field.
3427         * class.c: Update to changes.
3428         (mono_generic_class_get_context): Simplify drastically.  Now just
3429         returns a pointer to the field.
3430         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
3431         argument as a const pointer.
3432         (mono_metadata_generic_context_equal): Likewise.
3433         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
3434         Update to changes.
3435
3436 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
3437
3438         * verify.c improved the handling of brtrue/brfalse, factored out common code
3439
3440 2007-06-14  Raja R Harinath  <rharinath@novell.com>
3441
3442         Kill MonoGenericMethod.
3443         * class-internals.h (MonoGenericContext::method_inst): Rename from
3444         'gmethod' and convert to a MonoGenericInst.
3445         (MonoGenericMethod): Remove.
3446         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
3447         * loader.c (method_from_methodspec): Update to changes.  Use a
3448         MonoGenericContext as the key to the hashtable.
3449         * metadata.c (mono_metadata_generic_context_equal): Rename from 
3450         'mono_metadata_generic_method_equal' and take MonoGenericContext.
3451         (mono_metadata_generic_context_hash): Likewise from
3452         'mono_metadata_generic_method_hash'.  Change hash function.
3453         (mono_metadata_load_generic_params): Update to changes.
3454         (mono_get_shared_generic_method): Remove.
3455         * metadata-internals.h (mono_get_shared_generic_method): Remove.
3456         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
3457         (inflate_generic_context): Likewise.
3458         (mono_class_inflate_generic_method_full): Likewise.
3459         (setup_generic_array_ifaces): Likewise.
3460         (mono_class_create_from_typespec): Likewise.
3461         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
3462         (method_encode_methodspec): Update callsite.
3463         (reflection_methodbuilder_to_mono_method): Update to changes.
3464         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
3465         MonoGenericContext as the key to the hashtable.
3466         (inflate_mono_method): Update to changes.
3467
3468         * class-internals.h (MonoGenericMethod::container): Remove.
3469         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
3470
3471 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
3472
3473         * profiler-private.h, profiler.c, profiler.h: added API to profile
3474         exception events.
3475
3476 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3477
3478         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
3479
3480 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
3481
3482         * verify.c: method invocation is now validated, now we verify parameter types on stack.
3483         Fixed overflow and underflow not aborting the verification process.
3484
3485 2007-06-13  Mark Probst  <mark.probst@gmail.com>
3486
3487         * class-internals.h (MonoStats): Added stats entries for dynamic
3488         code allocations.
3489
3490 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
3491
3492         * loader.c (mono_free_method): Free header->locals and header->clauses.
3493
3494         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
3495         dynamic case.
3496
3497         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
3498
3499         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
3500
3501 2007-06-12  Raja R Harinath  <rharinath@novell.com>
3502
3503         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
3504         the tables.
3505
3506 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3507
3508         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
3509
3510 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3511
3512         MonoGenericMethod on a diet
3513         * class-internals.h (_MonoMethodInflated::reflection_info): Move
3514         here ...
3515         (_MonoGenericMethod::reflection_info): ... from here.
3516         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
3517         Update to changes.
3518         * reflection.c (inflate_mono_method): Likewise.
3519         (mono_reflection_bind_generic_method_parameters): Likewise.
3520
3521 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3522
3523         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
3524         *verify.c: factored long ldarg forms to share code with short forms
3525
3526 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
3527
3528         *verify.c: fixed code formating factored some duplicate code
3529         into a new function
3530
3531         *verify.h: fixed binary incompatibility introduced earlier
3532
3533         *pedump.c: fixed formating
3534
3535 2007-06-11  Raja R Harinath  <harinath@gmail.com>
3536
3537         Fix assertion when disassembling Mono.C5.dll
3538         * loader.c (method_from_methodspec): Avoid inflating a method
3539         twice with the same context.  If the methodref is inflated, use
3540         the declaring method instead.
3541
3542         * class.c (mono_class_from_generic_parameter): Fix case similar to
3543         bug #81830 handled below, but for method containers.
3544
3545 2007-06-10  Raja R Harinath  <harinath@gmail.com>
3546
3547         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
3548         get_shared_generic_class.  Directly inflate the instance.
3549         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
3550         (inflate_generic_class): Delete.
3551         (get_shared_generic_class): Delete.  Move setting of
3552         'cached_class' and 'cached_context' ...
3553         * metadata.c (mono_metadata_lookup_generic_class): ... here.
3554
3555         * metadata.c (mono_metadata_lookup_generic_class): Change
3556         signature to take the components of a MonoGenericClass rather than
3557         an allocated MonoGenericClass.  Change semantics to be intern-like.
3558         * reflection.c (mono_class_bind_generic_parameters): Update to
3559         changes.  Make locking region tighter.
3560         * class.c (inflate_generic_class): Update to changes.
3561         (get_shared_generic_class): Likewise.
3562         * metadata-internals.h: Likewise.
3563
3564         * reflection.c (mono_class_bind_generic_parameters): Take and
3565         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
3566         (mono_reflection_bind_generic_parameters): Use
3567         'mono_class_bind_generic_parameters' rather than duplicate the code.
3568         * class.c (mono_bounded_array_class_get): Update to changes.
3569         * object-internals.h: Likewise.
3570
3571         * reflection.c (mono_class_bind_generic_parameters): Only support
3572         parameterizing generic type definitions.  Remove support for other
3573         open types.
3574
3575 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
3576
3577         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
3578
3579         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
3580         in the dynamic case.
3581
3582 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
3583
3584         * threads.c: When cleaning up thread, reset the Background bit.
3585         Fixes bug #81720.
3586
3587 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
3588
3589        * metadata.c: Move variable declarations to top of scope.
3590        * verify.c: Move variable declarations to top of scope.
3591
3592        Code is contributed under MIT/X11 license.
3593
3594 2007-06-08  Raja R Harinath  <rharinath@novell.com>
3595
3596         * reflection.c (mono_class_bind_generic_parameters): Replace
3597         open-coded loop with mono_metadata_inflate_generic_inst.
3598
3599         * class.c (get_shared_generic_class): Don't call
3600         mono_get_shared_generic_inst.  Use the container's own
3601         'class_inst'.
3602
3603         * metadata.c (mono_metadata_load_generic_params): Move
3604         initialization of 'context' field here from ...
3605         * class.c (mono_class_create_from_typedef): ... here, and ...
3606         * loader.c (mono_get_method_from_token): ... here.
3607
3608         * class.c (get_shared_generic_class): Rename from
3609         mono_get_shared_generic_class and make static.
3610         (mono_get_shared_generic_inst): Move to metadata.c.
3611         * loader.c (mono_get_shared_generic_method): Likewise.
3612         * class-internals.h, metadata-internals.h: Update to changes.
3613
3614         Fix #81830
3615         * class.c (mono_class_from_generic_parameter): Don't assume a
3616         generic container owner exists.  Generic containers from monodis
3617         don't have any.
3618
3619 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
3620
3621         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
3622         * verify.h: new typedefs to returns the non-verifiable status
3623         * verify.c: initial implementation of generics, stack merging and object compatibility check
3624
3625 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3626
3627         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3628         a MonoInternalHashTable again (fixed bug in internal hash table
3629         code).
3630
3631 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3632
3633         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3634         MonoInternalHashTable again (fixed bug in internal hash table
3635         code).
3636
3637 2007-06-06  Mark Probst  <mark.probst@gmail.com>
3638
3639         * class.c, image.c, class-internals.h, domain.c,
3640         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
3641         changes.  Have to figure out what makes them break the SWF
3642         regression.
3643
3644 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3645
3646         * class.c, image.c, class-internals.h (MonoImage): class_cache is
3647         a MonoInternalHashTable now.
3648
3649 2007-06-04  Mark Probst  <mark.probst@gmail.com>
3650
3651         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
3652         MonoInternalHashTable now.
3653
3654 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
3655
3656         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
3657         invoke_impl code.
3658
3659         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
3660
3661         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
3662         dependent trampoline.
3663
3664         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3665
3666         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
3667
3668 2007-05-29  Robert Jordan  <robertj@gmx.net>
3669
3670         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
3671
3672 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
3673
3674         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
3675
3676 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
3677
3678        * marshal.c: Fix interface lookup loops for
3679        cominterop_get_com_slot_for_method and 
3680        cominterop_get_method_interface. Only need to lookup
3681        if type is a class, else use interface type method is on.
3682
3683        Code is contributed under MIT/X11 license.
3684
3685 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
3686
3687         * reflection.c: HasSecurity can be present even if no specially 
3688         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
3689         SecurityAttribute). Fix CAS regression tests on buildbot.
3690
3691 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
3692
3693        * appdomain.c: Add configure checks for header files.
3694        * image.c: Add configure checks for header files.
3695        * file-io.c: Add configure checks for header files.
3696        * debug-mono-symfile.c: Add configure checks for header files.
3697        * threadpool.c: Add configure checks for header files.
3698        * console-io.c: Add configure checks for header files.
3699        * profiler.c: Add configure checks for header files.
3700        * rawbuffer.c: Add configure checks for header files.
3701        * icall.c: Add configure checks for header files.
3702        * rand.c: Add configure checks for header files.
3703        * socket-io.c: Add configure checks for header files.
3704
3705        Code is contributed under MIT/X11 license.
3706
3707 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
3708
3709         * reflection.c (mono_custom_attrs_from_builders): Remove the 
3710         assertion as it breaks the build.
3711         
3712         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
3713
3714         * reflection.c (lookup_custom_attr): Make a copy here too.
3715
3716         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
3717         dynamic images.
3718
3719         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
3720         images.
3721
3722         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
3723         info.
3724
3725 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
3726
3727         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
3728         (load_cattr_value): Ditto.
3729
3730 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
3731
3732         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
3733
3734 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
3735
3736         * threads.c: In "start_wrapper", set apartment_state to MTA if
3737         apartment_state is Unknown and we're running on 2.0 profile or
3738         higher.
3739         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
3740         to main method, then set apartment_state to Unknown on 1.0 profile,
3741         and MTA on 2.0 profile.
3742
3743 2007-05-16  Jb Evain  <jb@nurv.fr>
3744
3745         * class-internals.h (MonoDefaults): Add an attribute_class and
3746           customattribute_data_class.
3747         * domain.c (mono_init_internal): Populate them.
3748         * reflection.c: Use them to remove duplicates. Make a vew
3749         MonoClass variables `static'.
3750
3751 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
3752
3753         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
3754         step in implementing IMT, so that all isinst checks now can go
3755         through the bitmap.
3756         This was needed because vtables for TransparentProxy need to look
3757         like the vtable of the "target" class, so they need to point to
3758         its interface bitmap directly.
3759
3760         * object.c: inside "mono_class_create_runtime_vtable" and
3761         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
3762
3763 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3764
3765         * object-internals.h
3766           culture-info.h : added territory field in MonoCulture and
3767           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
3768         * locales.c : fill territory field above too.
3769         * culture-info-table.h : regenerated.
3770
3771 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
3772
3773         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
3774         Fixes #81599.
3775
3776 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
3777
3778         * object.c: Always initialize apartment, even if 
3779         there is no custom attributes on entry point.
3780         
3781         Code is contributed under MIT/X11 license.
3782
3783 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
3784
3785         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
3786         * metadata.c: If no encoding is set, check for unicode
3787         on class.
3788         
3789         Code is contributed under MIT/X11 license.
3790
3791 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3792
3793         * threads.c: Handle if mono_thread_current returns NULL 
3794         
3795         Code is contributed under MIT/X11 license.
3796
3797 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
3798
3799         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
3800         in start_wrapper. Added mono_thread_init_apartment_state and
3801         mono_thread_cleanup_apartment_state.
3802         * object.c: Initialize thread apartment state on main thread
3803         by checking for STAThreadAttribute on entry point.
3804         * object-internals.h: Add apartment_state field to MonoThread.
3805         * threads-types.h: Add unmanaged definition of 
3806         System.Threading.ApartmentState, MonoThreadApartmentState.
3807         
3808         Code is contributed under MIT/X11 license.
3809         
3810 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
3811
3812         * class.c: Fix windows build.
3813         * class-internals.h: Fix windows build.
3814         
3815         Code is contributed under MIT/X11 license.
3816
3817 2007-05-08  Robert Jordan  <robertj@gmx.net>
3818
3819         * process.c (CreateProcess_internal):
3820         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
3821         .CreateNoWindow was specified. Fixes #81496.
3822
3823 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
3824
3825         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
3826         step in implementing IMT, replaced it with two compact arrays
3827         (interfaces_packed and interface_offsets_packed) and a bitmap that
3828         is used for isinst checks (interface_bitmap).
3829
3830         * class.c: (compare_interface_ids): compare function to pass to
3831         bsearch when looking for an interface with a given id.
3832         (mono_class_interface_offset): reimplemented using bsearch on
3833         interfaces_packed, getting the offset from interface_offsets_packed.
3834         (print_implemented_interfaces): utility debugging function.
3835         (setup_interface_offsets): reworked to initialize interfaces_packed,
3836         interface_offsets_packed and interface_bitmap.
3837
3838         * object.c: replaced all accesses to "MonoClass.interface_offsets"
3839         with uses of interfaces_packed and interface_offsets_packed.
3840
3841 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
3842
3843         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
3844         mono_class_interface_offset prototype to wrap all accesses to
3845         "MonoClass.interface_offsets".
3846
3847         * class.c: Implemented mono_class_interface_offset, and wrapped all
3848         accesses to "MonoClass.interface_offsets".
3849
3850         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
3851         "MonoClass.interface_offsets".
3852
3853 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
3854
3855         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
3856         GetMethodFromHandle overloads (bug #78637).
3857
3858 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
3859
3860         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
3861         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
3862
3863 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
3864
3865         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
3866         #81498.
3867
3868         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
3869         gracefully.
3870         (mono_custom_attrs_from_index): Ditto.
3871
3872         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
3873         Fixes #81501.
3874
3875 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
3876
3877         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
3878         is now allocated from a mempool.
3879
3880 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
3881
3882         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
3883         caller holds threads_lock, leading to deadlocks. Fixes #81476.
3884
3885 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
3886
3887         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
3888         mono_loader_clear_error () too late. Fixes #81463.
3889
3890 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
3891
3892         * culture-info-table.h : regenerated.
3893
3894 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
3895
3896         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
3897         is missing.
3898
3899 2007-04-25  Dick Porter  <dick@ximian.com>
3900
3901         * Makefile.am: Put the mingw enforced-optimisation back into the
3902         PLATFORM_WIN32 section.
3903
3904 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
3905
3906         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
3907         patch.
3908
3909         * image.c (mono_image_load_module): New API function to load a module reference.
3910
3911         * image.c (load_modules): Load modules lazily. Fixes #80812.
3912
3913         * class.c (mono_class_from_typeref): Use mono_image_load_module.
3914         
3915         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
3916
3917         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
3918         to mono_image_load_module_dynamic.
3919
3920 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
3921
3922         * marshal.c: Fix calling convention for CCW on non-windows
3923         platforms. STDCALL on windows, CDECL everywhere else to work 
3924         with XPCOM and MainWin COM.
3925         
3926         Code is contributed under MIT/X11 license.
3927
3928 2007-04-23  Martin Baulig  <martin@ximian.com>
3929
3930         Fix #80969.
3931
3932         * loader.c
3933         (method_from_memberref): Added `gboolean *used_context' argument.
3934         (mono_get_method_from_token): Likewise.
3935         (mono_get_method_full): Don't insert the method in the cache when
3936         `used_context' is true.
3937
3938 2007-04-23  Raja R Harinath  <rharinath@novell.com>
3939
3940         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
3941
3942         * reflection.c (mono_reflection_bind_generic_parameters): Don't
3943         create new MonoTypes for returned types.
3944         * class.c (mono_generic_class_get_class): Export mono-internal.
3945         * class-internals.h: Update to changes.
3946
3947 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
3948
3949         * threadpool.c, threadpool.h, icall-def.h: patch from
3950         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
3951
3952 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
3953
3954         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
3955         
3956         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
3957
3958         * threads.c (mono_thread_get_stack_bounds): New helper function.
3959
3960         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
3961         Correctly compute stack bounds when attaching. Fixes #81394.
3962
3963 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
3964
3965         * reflection.c: fix handling of doubles in custom attributes
3966         for the arm-fpa format (bug #81368).
3967
3968 2007-04-18  Raja R Harinath  <rharinath@novell.com>
3969
3970         * reflection.c (assembly_add_win32_resources): Mildly relax an
3971         bounds check to let the end pointer point just past the end of the
3972         allocated buffer.  (may fix #81384)
3973
3974 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
3975
3976         * culture-info-table.h : regenerated.
3977
3978 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
3979
3980         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
3981         the thread is aborted early.
3982
3983 2007-04-05  Dick Porter  <dick@ximian.com>
3984
3985         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
3986         FindFirstFile()/FindNextFile() to find entries.  This lets the
3987         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
3988         81038.
3989
3990         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
3991         the parameters of
3992         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
3993
3994 2007-04-04  Martin Baulig  <martin@ximian.com>
3995
3996         * debug-helpers.c
3997         (mono_method_desc_full_match): Add support for nested classes.
3998
3999 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
4000
4001         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
4002
4003 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
4004
4005         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
4006         waiting for too many threads.
4007
4008 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4009
4010         * environment.c: Fix return value check on uname so we can get the 
4011         executing version on Solaris operating systems.
4012
4013 2007-03-28  Jb Evain  <jbevain@gmail.com>
4014
4015         * class.c (mono_type_get_name_recurse): Complete the
4016         fix for the creation of assembly qualified names for
4017         pointer types. Fixes #81208.
4018
4019 2007-03-27  Dick Porter  <dick@ximian.com>
4020
4021         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
4022         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
4023         changed.
4024
4025         * threads.c
4026         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
4027         the value of ReleaseMutex().
4028
4029 2007-03-27  Dick Porter  <dick@ximian.com>
4030
4031         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
4032         in little-endian order, not network endian, so must be converted
4033         to host endian here.  Fixes bug 80593.
4034
4035 2007-03-22  Jb Evain  <jbevain@gmail.com>
4036
4037         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
4038         qualified names for pointer types. Fixes #81208.
4039
4040 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
4041
4042         * marshal.c: Add support for PreserveSigAttribute. 
4043         
4044         Code is contributed under MIT/X11 license.
4045
4046 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
4047
4048         * process.c: Fix endianness issues. Fixes #81126.
4049
4050         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
4051         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
4052
4053         * image.c (mono_image_lookup_resource): Make this work on big-endian
4054         machines.Change API contract so the caller needs to free the return value.
4055         
4056         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
4057         API change.
4058         
4059 2007-03-14  Martin Baulig  <martin@ximian.com>
4060
4061         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
4062         mono_type_get_desc() as well.
4063
4064 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
4065
4066         * icall.c:  Fix environ access in VS.  
4067         
4068 2007-03-13  Alp Toker  <alp@atoker.com>
4069
4070         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
4071         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
4072         #63841.
4073
4074 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
4075
4076         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
4077         circular references among dynamic methods. Fixes #81091.
4078
4079         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
4080
4081 2007-03-09  Martin Baulig  <martin@ximian.com>
4082
4083         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
4084
4085 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
4086
4087         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
4088         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
4089         
4090         Code is contributed under MIT/X11 license.
4091         
4092 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
4093
4094         * loader.c: Reapply patch for bug #79424.
4095
4096 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4097
4098         * metadata.c (mono_type_to_unmanaged): Only convert object to
4099         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
4100
4101 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
4102
4103         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
4104         (and incorrectly set) is_reference field from MonoGenericInst.
4105
4106 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
4107
4108         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
4109         a little earlier.
4110
4111         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
4112
4113         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
4114
4115 2007-03-05  Miguel de Icaza  <miguel@novell.com>
4116
4117         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
4118         FileOptions.1 value to mean "temporary", map that to
4119         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
4120
4121         Fixes 80688
4122
4123 2007-03-03  Marek Habersack  <mhabersack@novell.com>
4124
4125         * appdomain.c: implement MS .Net style shadow copying. Copies of
4126         the assemblies are made in a subdirectory of the dynamic base
4127         directory, the assembly names are preserved.
4128         Copy .mdb and .config files along with the assemblies being shadowed.
4129
4130 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4131
4132         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
4133         (emit_marshal_handleref): Ditto.
4134
4135         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
4136         on Visual C++. Fixes #80671.
4137
4138 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
4139
4140         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
4141         for clone operations.
4142
4143 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
4144
4145         * marshal.c: Fix warnings.
4146
4147 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
4148
4149         * loader.c: allow case-insensitive matching of the dll name
4150         in dllmap handling when prefixed with "i:".
4151
4152 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
4153
4154         * threads.c: Fix #ifdef for dummy_apc function for VS.
4155
4156 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
4157
4158         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
4159
4160 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
4161         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
4162         giving precedence to the methods with a fully qualified name
4163         (InterfaceName.MethodName) when building the interface sections
4164         of the vtable.
4165
4166 2007-02-16  Dick Porter  <dick@ximian.com>
4167
4168         * threadpool.c (append_job): Fix fast-path array handling, so it's
4169         less likely the array will grow exponentially when the load is
4170         heavy.
4171
4172 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4173
4174         * metadata-internals.h, loader.c: fix dllmap lookup order
4175         for non-function maps, too, and prepare for fallback code.
4176
4177 2007-02-12  Robert Jordan  <robertj@gmx.net>
4178
4179         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
4180         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
4181         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
4182         GlobalFree. Fixes a part of bug #77075.
4183
4184 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
4185
4186         * loader.c: implemented typedef parent in field memberref.
4187
4188 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
4189
4190         * marshal.c: Fix warnings and remember to call Release on
4191         IUnknown of RCW.
4192         
4193         Code is contributed under MIT/X11 license.
4194
4195 2007-02-10  Miguel de Icaza  <miguel@novell.com>
4196
4197         * class-internals.h: Add MonoHandleRef definition, and
4198         handleref_class to mono_defaults. 
4199
4200         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
4201         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
4202
4203         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
4204         (do nothing on this stage)
4205         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
4206         (emit_marshal_handleref): New method, used for argument handling
4207         of HandleRefs. 
4208
4209 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
4210
4211         * class.c (mono_class_setup_parent): Lazily init com types.
4212         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
4213         init com types.
4214         * object.c (mono_remote_class_vtable): Lazily init com types.
4215         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
4216         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
4217         * domain-internals.h: Expose mono_init_com_types.
4218         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
4219         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
4220         Add support for COM Callable Wrapper marshalling.
4221         * marshal.h: Add icall definitions.
4222         * gc.c: Handle freeing of CCWs in finalizer code.
4223         
4224         Code is contributed under MIT/X11 license.
4225
4226 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
4227
4228         * reflection.c: changed all the signature encoding code to use
4229         a variable-sized buffer.
4230
4231 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4232
4233         * marshal.c: locking fixes: never take the loader lock
4234         or other runtime locks when holding the marshal lock
4235         (fixes bug#80664).
4236
4237 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
4238
4239         * marshal.c: make the delegate function pointer mapping
4240         work for the moving GC.
4241
4242 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
4243
4244         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
4245         for bug #80618.
4246
4247 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
4248
4249         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
4250         gmodule.
4251
4252 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
4253
4254         * threadpool.c: made the code moving-GC safe.
4255
4256 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
4257
4258         * assembly.c, boehm-gc.c, class-internals.h, class.c,
4259         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
4260         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
4261         warning cleanup.
4262         * reflection.c: warning cleanup, some threading and moving GC fixes.
4263
4264 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
4265
4266         * class.c, loader.c: create the needed Set/Get/Address array methods
4267         as well as the .ctors in mono_class_init (), fixes bug #80567.
4268
4269 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
4270
4271         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
4272         we doesn't decrease its alignment. Should fix the sparc build.
4273
4274 2007-01-24  Dick Porter  <dick@ximian.com>
4275
4276         * socket-io.c
4277         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
4278         Create the returned object if we need to ignore an unsupported
4279         socket option.  Fixes a segfault reported by Atsushi.
4280
4281 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
4282
4283         * class.c, object.c: restrict GC-tracked fields to
4284         UIntPtr fields used inside corlib, so we provide better
4285         type info to the GC and also allow broken packing as in
4286         bug #80580.
4287
4288 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
4289
4290         * sgen-gc.c: removed duplicated function.
4291
4292 2007-01-19  Miguel de Icaza  <miguel@novell.com>
4293
4294         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
4295         value that means that the value is not supported, but that we
4296         should not return a failure, but instead report this as a
4297         successful operation.
4298
4299 2007-01-19  Raja R Harinath  <rharinath@novell.com>
4300
4301         Fix tests/bug79956.2.il
4302         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
4303         (mono_generic_class_get_class): If the generic definition in an
4304         enum, copy over other fields related to it.
4305
4306 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
4307
4308         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
4309         genericinst enums (bug #79215).
4310
4311 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
4312         * class.c: Fix bug 80307.
4313
4314 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
4315
4316         * image.c: if the file table is not present, try to load
4317         all the modules, since we don't have info about them
4318         having or not metadata (bug #80517).
4319         * assembly.c: allow mono_assembly_load_references () to
4320         work for netmodules.
4321
4322 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
4323
4324         * image.c, metadata-internals.h, object.c: execute module
4325         cctors when running on the 2 runtime if present (bug #80487).
4326
4327 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
4328
4329         * icall.c: optimized InitializeArray() on bigendian.
4330
4331 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
4332
4333         * icall.c: fix for the broken ARM FPA double format.
4334
4335 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
4336
4337         * icall.c: handle endian issues for r4 and r8 types, too, in
4338         the InitializeArray() icall.
4339
4340 2007-01-15  Miguel de Icaza  <miguel@novell.com>
4341
4342         * loader.c (mono_loader_error_prepare_exception): Clear the error
4343         once we have extracted the information from it, do this before we
4344         call into the JIT's class loading mechanisms.
4345
4346         * object.c (mono_class_create_runtime_vtable): Do not clear the
4347         loader error before calling mono_class_get_exception_for_failure
4348         as the loader error is needed inside
4349         mono_class_get_exception_for_failure to throw the error (thinko).
4350
4351         Fixes #80521
4352         
4353 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
4354
4355         * reflection.c: align fields rva data so it's faster to load at
4356         runtime.
4357
4358 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4359
4360         Prepare to simplify GenericMethod handling.
4361         * class-internals.h (mono_method_get_context): New accessor function.
4362         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
4363         rather than directly accessing '->context' field.
4364
4365         * class-internals.h (_MonoGenericParam.method): Move ...
4366         (_MonoGenericContainer): ... here.  Add into union with klass field.
4367         * class.c, icall.c, loader.c, metadata.c, reflection.c:
4368         Update to changes.
4369
4370 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
4371
4372         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
4373         the wrapper type enum and reduce relocations.
4374
4375 2007-01-12  Raja R Harinath  <rharinath@novell.com>
4376
4377         * reflection.c (inflate_mono_method): Reuse method instantiation
4378         from the generic method, if available.
4379
4380 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4381
4382         * marshal.c (emit_marshal_variant): Fix conv_arg
4383         type in last commit, based on whether parameter is byref.
4384         
4385 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4386
4387         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
4388         marshalling.
4389         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
4390         MONO_TYPE_OBJECT back for VARIANT support.
4391
4392 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
4393
4394         * marshal.c, marshal.h, icall-def.h: Implement 
4395         Marshal.ReAllocCoTaskMem.
4396
4397 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
4398
4399         * marshal.c: memory retention fixes: use the proper
4400         image cache for runtime_invoke method lookups.
4401
4402 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
4403
4404         * mempool.c: added code to help debug mempool allocations.
4405
4406 2007-01-11  Dick Porter  <dick@ximian.com>
4407
4408         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
4409         support (experimenting with faking it with IP_MTU_DISCOVER for
4410         systems that don't have IP_DONTFRAGMENT.)
4411         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
4412         icall.
4413
4414         * icall-def.h: new System.Net.Sockets.Disconnect icall.
4415
4416         * socket-io.h: Add new fields to MonoSocketAsyncResult
4417         corresponding to the new ones in Socket.cs.
4418
4419 2007-01-11  Raja R Harinath  <rharinath@novell.com>
4420
4421         Fix IronPython regression mentioned in #80249
4422         * metadata.c (do_mono_metadata_parse_generic_class): Clear
4423         'cached_context' field, since it may have been initialized as a
4424         side-effect of metadata parsing.
4425
4426         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
4427         (_MonoGenericClass.cached_class): Move here and rename from lone
4428         remaining field of ...
4429         (_MonoInflatedGenericClass): ... this.  Remove.
4430         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
4431         to changes.
4432
4433         Fix mcs/tests/test-128.cs regression.
4434         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
4435         2007-01-10 change below.
4436         [MONO_TYPE_OBJECT]: Recurse into array case.
4437
4438 2007-01-11  Raja R Harinath  <harinath@gmail.com>
4439
4440         * class-internals.h (mono_get_inflated_generic_class): Remove.
4441         * class.c (mono_get_inflated_generic_class): Remove.
4442         (mono_generic_class_get_class): Rename from
4443         mono_class_create_generic.
4444         (mono_class_from_mono_type) [GENERICINST]: Use it.
4445         * reflection.c, metadata.c: Update to changes.  Use
4446         'mono_class_from_mono_type'.
4447
4448 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
4449
4450         * reflection.c: use passed type when encoding an array element
4451         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
4452
4453 2007-01-09  Robert Jordan  <robertj@gmx.net>
4454
4455         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
4456         result arguments (someDelegate.EndInvoke (unrelatedAres)).
4457         Fixes bug #80392.
4458
4459 2007-01-09  Raja R Harinath  <rharinath@novell.com>
4460
4461         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
4462
4463         * object.c (set_value): Avoid aliasing between type->data.klass
4464         and type->data.generic_class.
4465
4466         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
4467
4468 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4469
4470         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
4471         between type->data.klass and type->data.generic_class.
4472
4473 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
4474
4475         * marshal.c: In MS.NET, StringBuilder objects are not copied by
4476         value in out parameters.
4477
4478 2007-01-08  Raja R Harinath  <rharinath@novell.com>
4479
4480         Simplify invariant for MonoGenericClass::klass field.
4481         * class.c (mono_class_create_generic): Verify 'klass' is null.
4482         * metadata.c (do_mono_metadata_parse_generic_class): Don't
4483         initialize 'klass' field.
4484
4485 2007-01-05  Raja R Harinath  <rharinath@novell.com>
4486
4487         Ongoing work to avoid redundant data and simplify invariants.
4488         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
4489         'generic_class', and change type to a GenericInst.
4490         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
4491         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
4492
4493 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
4494
4495         * class.c : skip io-layer under PLATFORM_WIN32.
4496
4497 2007-01-03  Tor Lillqvist  <tml@novell.com>
4498
4499         Fix #80305: In a bundled executable, look in the bundled exe
4500         assembly to determine the runtime version. Add the possibility to
4501         bundle also the machine.config file.
4502         
4503         * assembly.c (mono_assembly_open_from_bundle): Make
4504         non-static. Allow being called even if we have no bundled
4505         assemblies, and return NULL right away in that case.
4506
4507         * domain-internals.h: Declare mono_assembly_open_from_bundle()
4508         here.
4509
4510         * domain.c (app_config_parse): Take an assembly exe file name as
4511         parameter instead of a config file name. Check for a bundled
4512         config file for that assembly by calling
4513         mono_config_string_for_assembly_file() (see below) before looking
4514         for one in the file system.
4515         (get_runtimes_from_exe): Corrsponding change to call of
4516         app_config_parse().
4517         (get_runtimes_from_exe): Check for bundled assembly exe file first
4518         by calling mono_assembly_open_from_bundle(). If no bundled
4519         assembly exe file is found, call mono_image_open() as before to
4520         look it up in the file system.
4521
4522         * mono-config.c: Add variable bundled_machinec_onfig.
4523         (mono_config_string_for_assembly_file): New function.
4524         (mono_config_for_assembly): Move code snippet that looks for a
4525         bundled assembly .config file into the above new function. Call
4526         it.
4527         (mono_register_machine_config, mono_get_machine_config): New
4528         functions to set and retrieve
4529
4530         * assembly.h: Declare mono_register_machine_config().
4531
4532         * mono-config.h: Declare mono_get_machine_config() and
4533         mono_config_string_for_assembly_file().
4534
4535         * icall.c: No declaration of environ necessary on Win32. It is
4536         declared (as a macro expanding to a function call) in stdlib.h.
4537         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
4538         New internal mono function. Returns the value of
4539         mono_get_machine_config() as a Mono string.
4540
4541         * icall-def.h: Add get_bundled_machine_config().
4542
4543 2007-01-04  Raja R Harinath  <rharinath@novell.com>
4544
4545         Remove redundant field
4546         * class-internals.h (_MonoGenericContext.container): Remove field.
4547         * loader.c (mono_method_get_signature_full): Don't parse a
4548         "container" for a signature parse when the signature is inflated
4549         immediately.
4550         (method_from_methodspec): Likewise, for a generic_inst.
4551         * class.c, metadata.c, reflection.c: Update to changes.
4552
4553 2006-01-04  Raja R Harinath  <rharinath@novell.com>
4554
4555         * class-internals.h (_MonoGenericClass): Rename 'context' field to
4556         'cached_context', and change semantics -- it starts off NULL, and
4557         is initialized on demand.
4558         * class.c (mono_generic_class_get_context): New accessor to
4559         replace 'context' field accesses.
4560         (mono_class_get_context): New helper.
4561         (*): Update to changes.
4562         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
4563
4564 2007-01-03  Miguel de Icaza  <miguel@novell.com>
4565
4566         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
4567         before the memcpy.   Fixes Marshal2 regression.
4568
4569 2007-01-02  Jb Evain  <jbevain@gmail.com>
4570
4571         * blob.h: add a MONO_TYPE_ENUM definition
4572         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
4573         fix the encoding of arrays of enums in custom attributes.
4574
4575         Fixes #79666.
4576
4577 2007-01-01  Miguel de Icaza  <miguel@novell.com>
4578
4579         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
4580         string is null terminated, but only cut the string short if it
4581         overflows the buffer.   
4582         
4583         (mono_string_to_byvalstr): Also fix this routine.   The code here
4584         was not properly terminating a string (it was only terminated
4585         because of the previous catch-all memset). 
4586
4587         I left the memset, because I do not know if applications expect
4588         the runtime to clear this region. 
4589
4590         Fixes #79944.
4591
4592         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4593         Clear the error before returning to unmanaged code to prevent the
4594         runtime from being confused later on (fixes  80420).
4595         (ves_icall_type_from_name): Always call mono_loader_clear_error
4596         after parsing a type that could have failed.
4597         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
4598
4599         * loader.c (mono_loader_clear_error): Fix indentation.
4600
4601 2006-12-28  Martin Baulig  <martin@ximian.com>
4602
4603         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
4604
4605 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
4606
4607         * reflection.c: patch from Rolf Bjarne Kvinge to fix
4608         getting a token for an EnumBuilder.
4609
4610 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4611
4612         * reflection.c: be more careful in case resource generation
4613         fails to create the data array.
4614
4615 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
4616
4617         * sgen-gc.c: write barrier for clone and fix unregister handles.
4618
4619 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
4620
4621         * reflection.c: some fixes needed in the generics code for the moving GC.
4622
4623 2006-12-22  Robert Jordan  <robertj@gmx.net>
4624
4625         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
4626         account. Fixes bug #80299.
4627
4628 2006-12-21  Raja R Harinath  <rharinath@novell.com>
4629
4630         Fix WaitHandle usage in delegates.
4631         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
4632         * object.c (mono_wait_handle_new): Use the property set method to
4633         initialize the handle.
4634         (mono_wait_handle_get_handle): New.
4635         * threadpool.c (mono_async_invoke): Use it.
4636         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
4637         Likewise.
4638         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
4639
4640 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
4641
4642         * marshal.c (emit_marshal): Call emit_marshal_variant and
4643         emit_marshal_com_interface when applicable.
4644         (emit_marshal_variant, emit_marshal_com_interface): Add
4645         methods for this case and remove if's from emit_marshal_object.
4646         
4647 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
4648
4649         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
4650
4651 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
4652
4653         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
4654         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
4655         and GlobalFree on Windows. Remove FIXME.
4656
4657 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
4658
4659         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
4660         implementation for managed objects.
4661
4662 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
4663
4664         * object.c: implemented code to be used for checking
4665         that no reference field overlaps with non-references.
4666
4667 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4668
4669         * threadpool.c: fix queue code to be compatible with the
4670         moving GC.
4671
4672 2006-12-18  Miguel de Icaza  <miguel@novell.com>
4673
4674         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
4675         in structures by throwing ArgumentNullException.
4676
4677         (emit_marshal_safehandle): Also when they are null parameters.
4678
4679         (emit_marshal_safehandle): Add support for ref
4680         SafeHandles parameters
4681
4682 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4683
4684         * profiler.c: updated to use the mono-dl API instead of
4685         gmodule.
4686
4687 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4688
4689         * profiler.c: updated to use the mono-dl dynamic loading
4690         API instead of gmodule.
4691
4692 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
4693
4694         * profiler.c: use readlink, older versions of glib don't have
4695         g_file_read_link ().
4696
4697 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4698
4699         * profiler.c: try to detect the path to mono if libc fails to provide
4700         a useful name (bug #80286).
4701
4702 2006-12-16  Raja R Harinath  <rharinath@novell.com>
4703
4704         Fix #80242
4705         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
4706         instance, use the generic type definition instead.
4707         (ves_icall_Type_GetNestedTypes): Likewise.
4708         * class.c (mono_class_create_generic): Always set the
4709         nested_classes of a generic instance to NULL, even if the generic
4710         type definition has nested types.
4711
4712 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
4713
4714         * marshal.c (mono_string_from_bstr): Revert previous Windows change
4715         and fix on Linux.
4716         
4717 2006-12-15  Miguel de Icaza  <miguel@novell.com>
4718
4719         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
4720         my arguments were in the wrong order.   I also fixed the Windows
4721         version which seems to have had the same issue.
4722
4723         (mono_free_bstr): On Unix, this is g_free.
4724         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
4725         conversions (for the tests in corlib to pass).
4726
4727 2006-12-14  Miguel de Icaza  <miguel@novell.com>
4728
4729         * marshal.c (emit_ptr_to_object_conv): For now, ignore
4730         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
4731         exception if a ref SafeHandle in a struct has changed).
4732         
4733         (emit_struct_conv): Do not perform layout checks for classes
4734         derived from SafeHandle, as those are specially handled. 
4735
4736         (emit_object_to_ptr_conv): Add support for
4737         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
4738
4739         (emit_marshal_safehandle): Implement conversion of return values
4740         of safehandles (MARSHAL_ACTION_CONV_RESULT).
4741         
4742         * threads.c: WaitHandle now is compiled with two different handles
4743         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
4744         for 2.0.
4745         
4746         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
4747         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
4748         these routines to cope with both kinds of fields.
4749
4750 2006-12-12  Miguel de Icaza  <miguel@novell.com>
4751
4752         * metadata.c (mono_type_to_unmanaged): Handle the case where
4753         type->data.klass is a SafeHandle, and in that case, return the
4754         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
4755         MONO_MARSHAL_CONV_SAFEHANDLE. 
4756
4757 2006-12-11  Miguel de Icaza  <miguel@novell.com>
4758
4759         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
4760         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
4761         calling emit_marshal_object.
4762
4763         (emit_marshal_safehandle): Implement marshalling of
4764         SafeHandle parameters (no ref support yet).
4765
4766         (MarshalAction): Document the defines as I implement
4767         them for SafeHandle.
4768
4769         (emit_marshal_object): indentation police.
4770
4771         * class-internals.h: Define MonoSafeHandle.
4772         Add safehandle_class to MonoDefaults type.
4773
4774         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
4775         list of classes to check for fields. 
4776
4777         * domain.c (mono_init_internal): Add SafeHandle to the list of
4778         mono_defaults loaded.
4779
4780 2006-12-15  Raja R Harinath  <rharinath@novell.com>
4781
4782         Fix #80253
4783         * reflection.c (mono_reflection_bind_generic_parameters): If the
4784         generic type definition is a type builder, ensure that it is fully
4785         initialized before instantiating it.  Kill some dead code.
4786
4787 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
4788
4789         * object.c: clear the loader_error () before loading
4790         more metadata stuff (bug #80258).
4791
4792 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
4793
4794         * icall.c, icall-defs.h: type modifiers icalls for
4795         parameters and properties.
4796
4797 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
4798
4799         * object.c, icall.c: fixed warnings.
4800
4801 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4802
4803         * marshal.c: fixed a couple of leaks and coding style in a few places.
4804
4805 2006-12-08  Dick Porter  <dick@ximian.com>
4806
4807         * process.c: Cope with NULL ProcessStartInfo arguments on windows
4808         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
4809         80173.
4810
4811 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4812
4813         * process.c: ProcessStartInfo may have only filename set and
4814         arguments can be NULL.
4815
4816 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4817
4818         * icall.c: fix leak found by Robert Jordan.
4819
4820 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
4821
4822         * marshal.c, marshal.h: generate managed method to access an element
4823         of a multi-dimensional array.
4824
4825 2006-11-30  Paolo Molaro (lupus@ximian.com)
4826
4827         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
4828
4829 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4830
4831         * icall.c: back out GetFields () fix until the serialization code is
4832         fixed to not depend on the incorrect behaviour.
4833
4834 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
4835
4836         * profiler.c: provide defaults if none are set.
4837
4838 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
4839
4840         * Makefile.am, attrdefs.h: new public header file with
4841         constants for attributes for use by embedders.
4842
4843 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
4844
4845         * icall.c: GetFields () fix for bug #80064.
4846
4847 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
4848
4849         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
4850         removed long unused icalls.
4851
4852 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
4853   
4854         * marshal.c: 
4855                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
4856                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
4857                 can be generated without a delegate class.
4858                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
4859         
4860         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
4861
4862 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4863
4864         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
4865         #80069.
4866
4867 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4868
4869         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
4870         icall-def.h: added icalls needed by System.GC.
4871
4872 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
4873
4874         * loader.c: ensure the class in catch clauses is handled
4875         correctly for generics methods (fixes bug#79980).
4876
4877 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
4878
4879         * monitor.h, monitor.c: added mono_locks_dump () function
4880         to help debug deadlocks involving managed locks.
4881
4882 2006-11-13  Dick Porter  <dick@ximian.com>
4883
4884         * file-io.c (get_file_attributes): If the file is a symlink try
4885         and get the stat data for the target, but also add the
4886         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
4887         the specs for the windows symlink support, but will probably have
4888         to be reworked when I have test data from a vista machine.  Fixes
4889         bug 79887.
4890
4891 2006-11-13  Dick Porter  <dick@ximian.com>
4892
4893         * gc.c (mono_domain_finalize): 
4894         * marshal.c (mono_delegate_begin_invoke): 
4895         * threadpool.c (socket_io_init, mono_thread_pool_init)
4896         (mono_thread_pool_finish): 
4897         * monitor.c (mono_monitor_try_enter_internal): 
4898         * threads.c (mono_thread_resume, mono_thread_init)
4899         (mono_thread_suspend_all_other_threads)
4900         (mono_thread_execute_interruption): 
4901         * appdomain.c (mono_domain_unload): Check for NULL error returns
4902         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
4903         75733.
4904
4905 2006-11-11  Miguel de Icaza  <miguel@novell.com>
4906
4907         * process.c
4908         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
4909         Only close the handle if the value of the handle is not
4910         INVALID_HANDLE_VALUE.  This just makes the process a bit more
4911         robust.
4912
4913         Improvement for #75733, so that we do not run into this problem. 
4914
4915         
4916         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
4917         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
4918         internal variables.  Fixes #79462 
4919         
4920
4921 2006-11-09  Dick Porter  <dick@ximian.com>
4922
4923         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
4924         Use poll() not select().  Fixes bug 79397.
4925
4926 2006-11-09  Raja R Harinath  <rharinath@novell.com>
4927
4928         Fix #79872
4929         * assembly.c (mono_assembly_load_from_full): Check that the given
4930         image has an assembly manifest.
4931
4932 2006-11-09  Ankit Jain  <jankit@novell.com>
4933
4934         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
4935         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
4936         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
4937
4938 2006-11-07  Dick Porter  <dick@ximian.com>
4939
4940         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
4941         Put the old resolver behaviour back for pre-2.0 profiles.
4942
4943 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
4944
4945         * threadpool.c: precise GC and locking fixes.
4946
4947 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
4948
4949         * class.c: don't load types that have an explicit unaligned
4950         managed reference. Provide better info in the TypeLoad exception.
4951         Part of the fix for bug #79744.
4952         * object.c: use the correct check for class type load issues.
4953
4954 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
4955
4956         * class.c: enforce alignment of fields with managed references
4957         even when Pack=1 is forced by the user (bug #77788).
4958
4959 2006-11-03  Dick Porter  <dick@ximian.com>
4960
4961         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
4962         If the address reverse lookup fails, return it as the hostname
4963         anyway.  Fixes bug 79721.
4964
4965 2006-11-03  Dick Porter  <dick@ximian.com>
4966
4967         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
4968         Fix build on Windows.
4969
4970 2006-11-02  Dick Porter  <dick@ximian.com>
4971
4972         * icall-def.h: 
4973         * object-internals.h: 
4974         * exception.c (mono_get_exception_thread_interrupted): 
4975         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
4976         Fixes bug 74525.
4977
4978         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
4979         Check for pending Thread.Interrupt.
4980
4981 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
4982         * loader.c: Fixed bug 79684.
4983
4984 2006-10-27  Dick Porter  <dick@ximian.com>
4985
4986         * file-io.c (get_file_attributes): Force symlinks to directories
4987         to be returned as a regular file.  Fixes bug 79733.
4988 2006-10-26  Dick Porter  <dick@ximian.com>
4989
4990         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
4991         CreateFile to open a directory then we need to set the
4992         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
4993
4994 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
4995
4996         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
4997         friends.
4998
4999 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5000
5001         * sgengc.c: small cleanup of timer code.
5002
5003 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
5004
5005         * sgen-gc.c: fix some warnings and start adding support for
5006         complete object removal on domain unload.
5007
5008 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
5009
5010         * assembly.c: build_assembly_name should not consider a version
5011         number without build or revision number invalid. Fixes bug #79715.
5012
5013 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
5014
5015         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
5016         call kernel32 function OutputDebugString directly.
5017         
5018         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
5019         
5020 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
5021
5022         * reflection.c: small cleanup, using a function to insert a MonoString
5023         in the string heap.
5024
5025 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
5026
5027         * reflection.c: moving GC fixes.
5028
5029 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
5030
5031         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
5032         all the objects with finalizers belonging to an unloading appdomain.
5033
5034 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
5035
5036         * sgen-gc.c: added ability to allocate even when the nursery is fully
5037         pinned and fixed a couple of bugs.
5038
5039 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5040
5041         * threads.h: Revert the last change for now.
5042
5043         * threads.h (mono_thread_get_pending_exception): Rename this to
5044         mono_thread_get_undeniable_exception ().
5045
5046 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
5047
5048         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
5049         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
5050         when fname does not refer to valid assembly. This result in a more
5051         meaningful error message.
5052         * exception.c: added mono_get_exception_bad_image_format2 which 
5053         constructs a BadImageFormatException using the ctor taking a custom
5054         message and the file name. Passing in a NULL msg results in a default
5055         message.
5056         * exception.h: define mono_get_exception_bad_image_format2 function.
5057         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
5058         when file name pointed to an invalid IL image. Use 
5059         mono_get_exception_file_not_found2 to construct FileNotFoundException,
5060         as this results in a more meaningful error message.
5061
5062 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
5063
5064         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
5065         #79465.
5066
5067 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
5068
5069         * metadata.c (mono_type_size): Change the align parameter to guint32 for
5070         consistency with the other _size functions.
5071         (mono_type_stack_size): Ditto.
5072
5073         * class.c object.c icall.c: Fix warnings caused by the above change.
5074
5075         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
5076
5077         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
5078
5079         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
5080
5081 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
5082
5083         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
5084         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
5085         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
5086         threadpool.h, threads-types.h: mark more internal functions.
5087
5088 2006-10-11  Dick Porter  <dick@ximian.com>
5089
5090         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
5091         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
5092         reproduce the bug even before applying the fix.)
5093
5094 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
5095
5096         * reflection.c: allow retrieving attributes for arguments in generic
5097         methods (bug #79241).
5098
5099 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
5100
5101         * debug-mono-symfile.c: properly check fopen () result (found by
5102         coverity).
5103
5104 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
5105
5106         * reflection.c: make error message clearer and fixed two
5107         issuelets found by Coverity.
5108
5109 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
5110
5111         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
5112
5113 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
5114
5115         * object-internals.h, gc-internal.h, profiler-private.h:
5116         mark internal functions.
5117
5118 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
5119
5120         * reflection.c: put data in the text section.
5121         * icall.c: recognize more types in type_from_typename ().
5122         * process.c, marshal.c: added some GC FIXMEs.
5123
5124 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5125
5126         * loader.c: check for NULL before initializing.
5127
5128 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
5129
5130         * gc.c (finalizer_thread): Use a non-alertable wait here.
5131
5132         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
5133         until the correct solution is found.
5134
5135 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5136
5137         * reflection.c (mono_module_get_object): Avoid an assert when operating on
5138         modules with no metadata. Fixes #79596.
5139
5140         * image.c (load_metadata_ptrs): Put back the error message when
5141         the #- heap is encountered since the support is not complete yet.
5142
5143 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
5144
5145         * gc.c: do not allow the user to SuppressFinalize () a
5146         delegate because it would leak the trampoline if present.
5147
5148 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
5149
5150         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
5151         PropertyPtr table.
5152
5153 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
5154
5155         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
5156
5157         * metadata.c (mono_metadata_get_param_attrs): Ditto.
5158
5159         * row-indexes.h: Add definitions for *Ptr tables.
5160
5161         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
5162
5163         * metadata.c (mono_metadata_translate_token_index): New helper function to
5164         translate table indexes used in uncompressed metadata.
5165         (mono_metadata_decode_table_row): Ditto.
5166         (mono_metadata_decode_table_row_col): Ditto.
5167
5168         * metadata.c: Add table schema for *Ptr tables.
5169
5170         * class.c loader.c: Use the new helper function to access the affected metadata
5171         tables.
5172         
5173         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
5174         #38532.
5175         
5176 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
5177
5178         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
5179         sequences which can be unbounded in size. Fixes #79583.
5180
5181 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
5182
5183         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
5184         static initialization.
5185
5186         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
5187
5188         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
5189
5190         * domain.c (mono_domain_free): Free up type_init_exception_hash.
5191
5192         * object.c (mono_runtime_class_init): Implement correct semantics when a static
5193         ctor fails, i.e. throw the same exception on subsequent accesses.
5194         
5195 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
5196
5197         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
5198         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
5199         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
5200         Handle marshalling of interfaces and VARIANTs contained in structs.
5201         
5202         Code is contributed under MIT/X11 license.
5203         
5204 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
5205
5206         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
5207         
5208         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
5209         mempool.
5210
5211 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5212
5213         * console-io.c: ignore previous SIGINT handler.
5214
5215 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
5216
5217         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
5218         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
5219         #79460, #79461, #79485.
5220
5221         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
5222
5223         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
5224         #79217.
5225
5226 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
5227
5228         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
5229         could be generated from it.
5230
5231 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
5232
5233         * rand.c: fix read loop to correctly handle EINTR.
5234
5235 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5236
5237         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
5238         internal calls are defined to keep methods closer to the declaring
5239         type and allow a significant reduction in runtime relocations and
5240         memory usage.
5241
5242 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
5243
5244         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
5245         exception message to have FileNotFoundException use the default
5246         assembly load error message. Fixes bug #79426.
5247         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
5248
5249 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5250
5251         * threadpool.c: (start_thread_or_queue) use the root domain when
5252         creating the thread instead of the async object one.
5253
5254 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
5255
5256         * class.c, object.c, class-internals.h, reflection.c:
5257         for arrays, store element_size inside MonoClass (speedup
5258         for array object creation).
5259
5260 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
5261
5262         * icall.c: fixed CodeBase to use the file name and not the module
5263         name (bug #79365).
5264
5265 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5266
5267         * mono-debug.c, mono-debug.h: export find_method as
5268         mono_debug_find_method ().
5269
5270 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
5271
5272         * debug-helpers.c, class-internals.h: added a few functions useful
5273         when debugging under gdb.
5274
5275 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5276
5277         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
5278         characters that need special handling.
5279
5280 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
5281
5282         * mono-config.c: make the os/cpu specification more flexible,
5283         allowing lists and negation.
5284
5285 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
5286
5287         * marshal.c: COM Interop fixes. Handle case where method->klass.
5288         is interface. Handle BSTR/MonoString when null. Use CDECL as 
5289         calling convention on non-windows platforms. This is for
5290         compatibility with XPCOM and MainWin COM.
5291         
5292         Code is contributed under MIT/X11 license.
5293         
5294
5295 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
5296
5297         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
5298         correctly. Fixes #79217.
5299
5300         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
5301
5302 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
5303
5304         * mono-config.c: allow both an os and cpu attribute for dllmap
5305         and dllentry elemnets to enable a single config file to be used
5306         for multiple architectures.
5307
5308 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
5309
5310         * loader.c: MonoLoaderError was cleared too soon on load failure.
5311         Fixes bug #79424.
5312
5313 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
5314
5315         * icall.c: use the defining class vtable when accessing a
5316         static field, not a pobblibly derived class.
5317
5318 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
5319
5320         * icall.c string-icalls.c: Remove references to unicode.h.
5321
5322         * unicode.h unicode.c Makefile.am: Remove these unused source files.
5323
5324         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
5325
5326         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
5327         indicating the image where custom marshaller types should be looked up.
5328         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
5329         custom marshallers, instead of corlib. Fixes #79425.
5330
5331 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
5332
5333         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
5334
5335 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
5336
5337         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
5338         Implement Environment.ProcessorCount.
5339         
5340         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
5341         Implement Environment.ProcessorCount.
5342         
5343         * icall.c: 
5344         Add Environment.ProcessorCount icall.
5345         
5346         Patch by Jason McFall.
5347
5348 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5349
5350         * assembly.c: don't append .exe/.dll when the filename already contains
5351         one of those extensions.
5352
5353 2006-09-12  Martin Baulig  <martin@ximian.com>
5354
5355         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
5356         to array interfaces.
5357
5358 2006-09-11  Martin Baulig  <martin@ximian.com>
5359
5360         * reflection.c (mono_image_build_metadata): Create the
5361         MethodImpl's after emitting all types and methods, so we don't
5362         need another fixup pass for them.
5363
5364 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
5365
5366         * class.c (mono_class_from_name_case): Fix regression introduced by the last
5367         change.
5368
5369 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
5370
5371         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
5372         unload.
5373
5374 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
5375
5376         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
5377         args is not set. Fixes #78926.
5378
5379 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
5380
5381         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
5382
5383         * image.c (load_class_names): Move this to class.c, and rename it to 
5384         'mono_image_init_name_cache'.
5385         (load_modules): Fix a warning.
5386
5387         * class.c icall.c image.c: Initialize image->name_cache lazily.
5388
5389         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
5390         on its name using information in the AOT file.
5391
5392         * class.c (mono_class_from_name): Use the new hook function.
5393
5394 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
5395
5396         * reflection.c (mono_param_get_objects): Handle enum default parameter values
5397         correctly.
5398
5399         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
5400         Fixes #79289.
5401         
5402 2006-09-06  Martin Baulig  <martin@ximian.com>
5403
5404         * icall.c (mono_lookup_internal_call): Small fix.
5405
5406 2006-09-05  Raja R Harinath  <rharinath@novell.com>
5407
5408         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
5409         double g_free.
5410
5411 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
5412
5413         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
5414         when --debug is specified.
5415
5416 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
5417
5418         * class.c (setup_generic_array_ifaces): Fix a warning.
5419
5420 2006-09-04  Miguel de Icaza  <miguel@novell.com>
5421
5422         * Temporarily remove the patch to assemly.c that checks the
5423         assembly versions as it breaks our gacutil.
5424
5425 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
5426
5427         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
5428
5429         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
5430         a net 1.0 runtime.
5431
5432         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
5433         created using the default ctor. Fixes #79152.
5434         (mono_string_builder_to_utf16): Ditto.
5435
5436 2006-09-01  Martin Baulig  <martin@ximian.com>
5437
5438         Fix handling of the generic array interfaces.
5439
5440         * class-internals.h
5441         (MonoDefaults): Removed `generic_array_class' and added
5442         `generic_ilist' class.
5443
5444         * class.c
5445         (mono_bounded_array_class_get): Add the new generic array interfaces.
5446         (setup_generic_array_ifaces): New static method; create vtable
5447         entries for each method in the generic array interfaces.
5448
5449         * metadata.c
5450         (select_container): Allow "parent-less" generic methods.
5451
5452         * marshal.c
5453         (mono_marshal_get_generic_array_helper): New public method.
5454
5455         * icall.c
5456         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
5457         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
5458         moved the interncall into System.Array.
5459
5460 2006-09-01  Raja R Harinath  <rharinath@novell.com>
5461
5462         A few more cases of avoiding work on types with ->byref set.
5463         Has the real fix for #79238
5464         * icall.c (is_generic_parameter): New helper.
5465         (ves_icall_Type_GetGenericParameterPosition): Use it.
5466         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
5467         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
5468         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5469         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
5470         reference types.
5471         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
5472         reference types.
5473         (ves_icall_Type_get_IsGenericInstance): Likewise.
5474         (ves_icall_Type_get_IsGenericType): Likewise.
5475
5476 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
5477
5478         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
5479         class if possible.
5480
5481         * mempool.h (mono_mempool_get_allocated): New helper function.
5482
5483         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
5484         change.
5485
5486         * mempool.c: Fix warnings and the calculation of stats.
5487
5488         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
5489
5490         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
5491
5492         * loader.c (mono_get_method_from_token): Update method_count stat.
5493
5494         * class-internals.h (MonoStats): Add some stats.
5495
5496 2006-08-31 Robert Jordan  <robertj@gmx.net>
5497
5498         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
5499         with managed variants.
5500         All code is contributed under the MIT/X11 license.
5501         
5502 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
5503
5504         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
5505         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
5506
5507         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
5508
5509         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
5510         with cycles in classes.
5511
5512         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
5513
5514         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
5515         missing a [MarshalAs] directive. Fixes #79203.
5516
5517         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
5518         klass->marshal_info. Fixes #79217.
5519
5520 2006-08-30  Martin Baulig  <martin@ximian.com>
5521
5522         Committing a patch from Joachim Ante <joe@otee.dk>:
5523         Add support for binary data symbol stores.
5524
5525         * debug-mono-symfile.c
5526         (mono_debug_open_mono_symbol_file): Renamed into
5527         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
5528         arguments.
5529
5530         * mono-debug.c
5531         (mono_debug_open_image): Added `raw_contents' and `size' args.
5532         (mono_debug_init_2_memory): New public function.
5533
5534 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
5535
5536         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
5537
5538 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5539
5540         * appdomain.c: implement support for ShadowCopyFiles.
5541
5542 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
5543
5544         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
5545         when value is NULL (and should remove CID #51).
5546
5547 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5548
5549         * image.c: moved 2 functions to ../utils.
5550
5551 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
5552
5553         * gc.c: cope with the target object of a GC handle being NULL
5554         (bug #78877).
5555
5556 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
5557
5558         * class.c: recursively check parent's explicit implementations
5559         of interface methods (fixes bug #79125).
5560
5561 2006-08-19  Miguel de Icaza  <miguel@novell.com>
5562
5563         * filewatcher.c: Avoid warnings when building, do not redefine
5564         constants that are defined.
5565
5566         Remove warnings.
5567
5568 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5569
5570         * image.c: don't fail when the link points to an absolute path.
5571
5572 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
5573
5574         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
5575         Fix CID #3.
5576
5577 2006-08-17  Miguel de Icaza  <miguel@novell.com>
5578
5579         * image.c (full_path): A new method used to obtain the actual path
5580         of an assembly even in the presence of symbolic links.  
5581
5582         This is necessary for the case where we are running a binary that
5583         has been GACed, but we are using the "published" path name
5584         ($prefix/mono/1.0/blah.exe) which happens to point to the real
5585         file in the GAC.
5586
5587         This was the source of the failure for the `xsp' command with the
5588         recent AppDomain changes, as far as the runtime was concerned,
5589         there were two different assemblies: $prefix/mono/1.0/blah.exe and
5590         $prefix/mono/gac/blah/version/blah.exe.
5591
5592         (do_mono_image_open): use full path
5593
5594 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5595
5596         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
5597
5598 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
5599
5600         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
5601         domain_id is supplied. Fix CID #241 and corlib's unit tests.
5602
5603 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5604
5605         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
5606         small structures. Fixes #78990.
5607
5608 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
5609
5610         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
5611
5612         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
5613
5614 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5615
5616         * appdomain.c:
5617         * marshal.c: don't load all the assemblies from a domain into newly
5618         created ones. The new domains might have different rules and load
5619         assemblies from different locations. Fixes bug #76757.
5620
5621         Patch by Lluis. Conflicts resolved by Brian Crowell.
5622
5623 2006-08-16  Alp Toker  <alp@atoker.com>
5624
5625         * socket-io.c: First half of the fix for #79084.
5626         Set sa_size to the length of the content, not that of the struct.
5627         Don't add NULL suffix to the content, this should be done in
5628         managed code if needed.
5629
5630 2006-08-14  Raja R Harinath  <rharinath@novell.com>
5631
5632         Fix part of #79012
5633         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
5634         mono_metadata_parse_type returns NULL.
5635
5636 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
5637
5638         * normalization-tables.h : new file for string normalization data.
5639         * locales.c, locales.h, icall.c :
5640           added load_normalization_resource() for string normalization,
5641           and icall as well.
5642         * Makefile.am : added normalization-tables.h to the sources.
5643
5644 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
5645
5646         * marshal.c: Add more helper functions to reduce code duplication and use them
5647         everywhere.
5648
5649 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
5650
5651         * marshal.c: Fix non-x86 stdcall warnings.
5652         
5653         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
5654         them everywhere.
5655
5656 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
5657
5658         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
5659         type check on multi-dimensional arrays. Fixes #79000.
5660
5661 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
5662
5663         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
5664         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
5665         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
5666         * class-internals.h: add is_com_object to class structure.
5667         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
5668         null checks to COM object marshalling. Fix .ctor call on RCW.
5669         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
5670         
5671         All code is contributed under the MIT/X11 license.
5672
5673 2006-08-09  Dick Porter  <dick@ximian.com>
5674
5675         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
5676         racing mono_monitor_allocator_lock() somewhere, so don't delete
5677         the critical section for now.  Found by running and exiting
5678         monodevelop.
5679
5680 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
5681
5682         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
5683         (ves_icall_System_ComObject_FindInterface): Ditto.
5684         (ves_icall_System_ComObject_CacheInterface): Ditto.
5685
5686         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
5687         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
5688
5689 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5690
5691         * threadpool.c: treat pipes from process asynchronous reads as sockets
5692         when reading from them, so we get select/poll or epoll to wait for
5693         data.
5694
5695 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
5696
5697         * loader.c: Fix a typo (CID #233) in the null check.
5698
5699 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
5700
5701         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
5702         Hopefully fixes #78949.
5703         
5704         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
5705         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
5706         bytes. Fixes #78972.
5707
5708 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5709
5710         * filewatcher.c: we need to set errno here.
5711
5712 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5713
5714         * filewatcher.c: let Win32Exception get the error value.
5715
5716 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5717
5718         * filewatcher.c: translate errno into win32 errors for Win32Exception
5719         to know what happened.
5720
5721 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
5722
5723         * threadpool.c: Fix more warnings.
5724
5725         * assembly.c (search_loaded): Fix warnings.
5726
5727         * threadpool.c (mono_thread_pool_finish): Fix warnings.
5728         (mono_async_invoke): Ditto.
5729
5730 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
5731
5732         * object.c (mono_remote_class_vtable): Need to create proxy vtable
5733         entries for __ComObject type in addition to ComImport types.
5734         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
5735         about hash table.
5736         
5737         All code is contributed under the MIT/X11 license.
5738
5739 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
5740
5741         * image.c: avoid tentative loading of modulerefs that contain
5742         no metadata (P/Invoke library names).
5743
5744 2006-07-28  Dick Porter  <dick@ximian.com>
5745
5746         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
5747         mono_loader_lock() somewhere, so don't delete the critical section
5748         for now.  Found by running and exiting monodevelop.
5749
5750 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5751
5752         * filewatcher.c: define the inotify syscalls when we're building on
5753         linux and have sys/syscall.h. The build system might not have support
5754         for inotify but the target system might have it.
5755
5756 2006-07-26  Miguel de Icaza  <miguel@novell.com>
5757
5758         * domain.c: Documentation updates.
5759
5760         * loader.c (mono_free_method): Do not release the method
5761         information if we are being profiled, as profilers will use this
5762         information at shut down to present some data to the user.
5763
5764         This is needed so that the profiler does not crash, as the
5765         profiler tends to keep MonoMethods around, and they might become
5766         invalid if we free these.
5767
5768         (mono_get_method_constrained): Return the original CIL stream
5769         method as well, so verification can be performed against it.
5770
5771 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5772
5773         * filewatcher.[ch]: support for inotify file system watcher.
5774         * icall.c: add new internal calls for the inotify file system watcher.
5775
5776 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5777
5778         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
5779         #78888.
5780
5781 2006-07-20  Dick Porter  <dick@ximian.com>
5782
5783         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
5784         warning.
5785
5786 2006-07-20  Dick Porter  <dick@ximian.com>
5787
5788         * threads.c (start_wrapper): Do the thread cleanup while we still
5789         hold a reference to its object.  Fixes bug 78123.
5790
5791 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
5792
5793         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
5794         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
5795           "managed-to-managed".
5796         * icall.c: Redirect string constructors that take sbyte* to
5797           ves_icall_System_String_ctor_RedirectToCreateString.
5798         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
5799           to CreateString () methods with matching signature.
5800         * reflection.c: Use original security informations for
5801           MONO_WRAPPER_MANAGED_TO_MANAGED.
5802         * security-manager.c: Use original security informations for
5803           MONO_WRAPPER_MANAGED_TO_MANAGED.
5804         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
5805           that is a placeholder and only its address should be used.
5806         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
5807           that is a placeholder and only its address should be used.
5808
5809 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
5810
5811         Begin implementing COM Interop.
5812         * appdomain.c: Increment corlib version.
5813         * class.c: Set ComImport classes' parent to __ComObject.
5814         * loader.c: Mark cominterop methods as such.
5815         * domain.c: Add __ComObject class to MonoDefaults structure.
5816         * image.c: Add 2 hashtables to the image for COM Interop related methods
5817         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
5818         using the mempool allocator
5819         
5820         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
5821         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
5822         declaration for mono_metadata_type_dup_mp.
5823         
5824         * debug-helpers.c: Added strings for two additional wrapper types
5825         * object.c: Create proxy objects for ComImport classes
5826         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
5827         and added __ComObject class to MonoDefaults structure.
5828         
5829         * object-internals.h: Finish MonoRealProxy definition, and add definition of
5830         MonoComInteropProxy and MonoComObject.
5831         
5832         * marshal.c: Added support for COM Interop
5833         (signature_cominterop): Converts managed signature to corresponding
5834         unmanaged COM signature.
5835         (cominterop_get_function_pointer): gets unmanaged function pointer via
5836         COM object vtable
5837         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
5838         (cominterop_get_method_interface): returns interface type that method is defined on
5839         (mono_mb_emit_cominterop_call): emits native call to function pointer
5840         gotten from vtable
5841         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
5842         that matches signature of unmanaged function.
5843         (cominterop_get_native_wrapper): wrapper around adjusted method call.
5844         (cominterop_get_invoke): forwards call from proxy to __ComObject
5845         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
5846         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
5847         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
5848         
5849         * marshal.h: Added Marshal icall declarations.
5850         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
5851         so we can access them in finalizer
5852         
5853 2006-07-14  Dick Porter  <dick@ximian.com>
5854
5855         * object.c (mono_type_initialization_cleanup): Fix a race
5856         condition by temporarily commenting out the critical section
5857         deletion.
5858
5859 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
5860
5861         * reflection.c (create_custom_attr): Fix some warnings.
5862         (create_custom_attr_data): Ditto.
5863         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
5864         types. Fixes #78855.
5865
5866 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
5867
5868         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
5869
5870         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
5871
5872 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
5873
5874         * reflection.c (resolve_object): Add support for DynamicMethod.
5875
5876         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
5877         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
5878
5879 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
5880
5881         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
5882         don't leak GPtrArray's pdata has we have no use (nor free) for it.
5883
5884 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
5885
5886         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
5887         Fixes #77888.
5888
5889 2006-06-30  Raja R Harinath  <rharinath@novell.com>
5890
5891         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
5892         slightly: remove a shadow local variable.
5893
5894 2006-06-29  Raja R Harinath  <rharinath@novell.com>
5895
5896         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
5897         definition that introduces the virtual function slot.
5898         Also fix Coverity #105.
5899
5900 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
5901
5902         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
5903         for dynamic assemblies. Fixes #78724.
5904
5905 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
5906
5907         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
5908         Fixes #78722.
5909
5910 2006-06-21  Martin Baulig  <martin@ximian.com>
5911
5912         * reflection.c
5913         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
5914         fixes #76484.
5915
5916 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
5917
5918         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
5919
5920 2006-06-20  Raja R Harinath  <rharinath@novell.com>
5921
5922         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
5923         nor TYPEREFs.
5924         * class.c (mono_class_create_from_typespec): Add 'context' argument.
5925         Inflate result if necessary.
5926         (mono_class_get_full): Remove old version.  Rename from
5927         'mono_class_get' and add 'context' argument.  Pass it to
5928         ..._create_from_typespec.
5929         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
5930         (mono_ldtoken): Revert change below.
5931
5932 2006-06-20  Martin Baulig  <martin@ximian.com>
5933
5934         * class.c (mono_ldtoken): Don't pass the generic context to
5935         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
5936
5937 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
5938
5939         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
5940         and later freeing it. Fixes #78638.
5941
5942 2006-06-15  Miguel de Icaza  <miguel@novell.com>
5943
5944         * icall.c (mono_class_get_throw): Revert over-zealous error
5945         throwing, the caller for mono_class_get_throw will cope with
5946         errors when classes are not properly initialized already.
5947
5948         The code still copes with loader exceptions though.
5949
5950         Fixes the regression in reftype1 and reftype3 from the CAS tests.
5951         
5952 2006-06-14  Miguel de Icaza  <miguel@novell.com>
5953
5954         Fixes the `make run1' version of RuntimeAbort (to be commited,
5955         source is in Bugzilla).
5956         
5957         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
5958         FALSE on class loading failure instead of returning true.
5959
5960         * class.c (mono_class_create_from_typedef): It is possible for
5961         mono_metadata_interfaces_from_typedef_full to fail if a class is
5962         not found, cope with this.
5963         
5964
5965 2006-06-14  Dick Porter  <dick@ximian.com>
5966
5967         * socket-io.c: 
5968         * process.c: Fix a bunch of signed/unsigned warnings from gcc
5969         4.1.1
5970
5971 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
5972
5973         * culture-info-table.h : oops, forgot to make it nsync with r61548.
5974
5975 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
5976
5977         * icall.c: Another fix for building mono in Visual Studio.
5978
5979 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
5980
5981         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
5982         
5983 2006-06-09  Martin Baulig  <martin@ximian.com>
5984
5985         * debug-mono-symfile.c: Put this back and really fix it this
5986         time. Sorry for all the trouble.
5987
5988 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
5989
5990         * icall.c (mono_class_get_throw): Fix a warning.
5991         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
5992         ReflectionTypeLoadException if needed. Fixes #78606.
5993
5994         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
5995         (mono_class_init): Ditto.
5996
5997         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
5998         ref_only exceptions.
5999         (mono_loader_clear_error): Make this work even if there is no error.
6000
6001 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
6002
6003         * object-internals.h marshal.c marshal.h icall.c: Implement method 
6004         Marshal.GetComSlotForMethodInfo using internal call.
6005
6006 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
6007
6008         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
6009         a function for signalling it.
6010
6011         * class.c (mono_class_from_typeref): Use the new kind of loader error when
6012         a referenced assembly is not found.
6013
6014         * loader.c (mono_loader_error_prepare_exception): Add support for 
6015         LOADER_ERROR_ASSEMBLY. Fix formatting.
6016
6017 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
6018
6019         * domain.c appdomain.c class-internals.h marshal.c: Add support 
6020         for VARIANT marshalling on windows and increment corlib version
6021         since Variant struct was added.
6022
6023 2006-06-03  Miguel de Icaza  <miguel@novell.com>
6024
6025         * debug-mono-symfile.c: Revert Martin's previous patch which broke
6026         stack trace line information:
6027
6028         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
6029         (Martin) when looking up B which is between A and C, return A not C.
6030
6031         Bug is #78573.
6032
6033         Thanks to Alexander Olk for tracking this down.
6034
6035 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
6036
6037         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
6038         
6039         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
6040         avoid clobbering its value.
6041         (mono_string_to_lpstr): Fix a warning on windows.
6042
6043 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6044
6045         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
6046
6047         * reflection.c loader.c: Removed references to 'dummy' flag.
6048
6049         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
6050
6051         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
6052         it gets GC tracking.
6053
6054         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
6055         GC tracking.
6056         
6057         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
6058
6059         * marshal.c threadpool.c: Update callers of mono_async_result_new.
6060
6061         * appdomain.c: Bump corlib version.
6062
6063 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6064
6065         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6066         CEE_STIND_REF when working with object references.
6067
6068 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
6069
6070         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
6071         Fixes #78539.
6072
6073 2006-05-30  Miguel de Icaza  <miguel@novell.com>
6074
6075         * loader.c (method_from_memberref): Fix argument value for
6076         mono_loader_set_error_method_load (I was passing the MonoClass
6077         instead of the class name char *).
6078
6079 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
6080
6081         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
6082         CEE_STIND_REF when working with object references.
6083
6084 2006-05-30  Martin Baulig  <martin@ximian.com>
6085
6086         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
6087         mono_method_full_name() change and replace the ':' with a '.'
6088         here.
6089
6090 2006-05-30  Martin Baulig  <martin@ximian.com>
6091
6092         * debug-mono-symfile.c
6093         (mono_debug_symfile_lookup_location): Fix the algorithm:
6094         when looking up B which is between A and C, return A not C.
6095
6096 2006-05-29  Martin Baulig  <martin@ximian.com>
6097
6098         * mono-debug.h
6099         (MonoDebugMethodInfo): Make the typedef public.
6100         (MonoDebugSourceLocation): New public struct.
6101
6102         * mono-debug.c
6103         (mono_debug_source_location_from_address): Removed.
6104         (mono_debug_source_location_from_il_offset): Removed.
6105         (mono_debug_il_offset_from_address): Removed.
6106         (mono_debug_address_from_il_offset): Removed.
6107         (mono_debug_lookup_method): New public function.
6108         (mono_debug_lookup_source_location): New public function; replaces
6109         the old mono_debug_source_location_from_*() functions; see the
6110         inline documentation.
6111         (mono_debug_free_source_location): New public function.
6112         (mono_debug_print_stack_frame): New public function; see the
6113         inline documentation.
6114
6115         * debug-mono-symfile.c
6116         (mono_debug_find_source_location): Renamed into
6117         mono_debug_symfile_lookup_location(); only take a
6118         `MonoDebugMethodInfo *' and an `offset' argument; added inline
6119         documentation.
6120         (mono_debug_find_method): Renamed into
6121         mono_debug_symfile_lookup_method().
6122
6123 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
6124
6125         * assembly.c (mono_assembly_open_full): Dont overwrite the status
6126         returned by mono_image_open_full ().
6127
6128         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
6129         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
6130         #78517.
6131
6132         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
6133         #78518.
6134
6135 2006-05-27  Miguel de Icaza  <miguel@novell.com>
6136
6137         * class.c (mono_class_from_typeref): handle missing images
6138         earlier, deals with bug #78418.   Refactor code; 
6139
6140         Fix a warning introduced in my previous commit (some stale code
6141         from before I revisited my patch).
6142
6143         * class.c (mono_class_create_from_typedef): On failure, remove the
6144         class from the MonoImage->class_cache as the class is not
6145         initialized;   Fixes the leak pointed out by Paolo.
6146
6147 2006-05-25  Dick Porter  <dick@ximian.com>
6148
6149         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
6150         DeleteCriticalSections until I figure out which one may still be
6151         sometimes locked when mono_thread_cleanup is called.
6152
6153 2006-05-24  Dick Porter  <dick@ximian.com>
6154
6155         * threads.c (mono_thread_cleanup): Move the threading cleanup out
6156         of mono_thread_manage and back into its own function, so it can be
6157         called after the finalizer thread has finished.
6158
6159         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
6160
6161 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
6162
6163         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
6164         Fixes #78495.
6165
6166         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
6167         with non-blittable elements.
6168         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
6169
6170 2006-05-24  Martin Baulig  <martin@ximian.com>
6171
6172         * mono-debug-debugger.h (MonoDebuggerEvent): Added
6173         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
6174
6175         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
6176         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
6177         `mono_debugger_event_handler' to NULL.
6178
6179 2006-05-24  Martin Baulig  <martin@ximian.com>
6180
6181         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
6182
6183 2006-05-24  Martin Baulig  <martin@ximian.com>
6184
6185         * mono-debug-debugger.h
6186         (mono_debugger_create_notification_function): Added
6187         `MonoCodeManager *' argument.
6188
6189 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
6190
6191         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
6192
6193 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
6194
6195         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
6196         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
6197         implementation.
6198
6199 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
6200
6201         * icall.c: precise GC support: objects can't be stored in unmanaged
6202         memory anymore, even if they are kept alive by other references: since
6203         they can move the GC needs to be able to always find them.
6204
6205 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
6206
6207         * object.c: precise GC support for static fields. Support
6208         for moving GCs: write barriers and pinned allocation for interned
6209         strings.
6210
6211 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
6212
6213         * domain.c, domain-internals.h: precise GC support for the MonoDomain
6214         structure.
6215
6216 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
6217
6218         * class.c, gc.c: sgen and precise GC updates.
6219
6220 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
6221
6222         * marshal.h, marshal.c: added write barrier wrapper and precise type
6223         fixes.
6224
6225 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
6226
6227         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
6228         support.
6229
6230 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
6231
6232         * reflection.c: precise and sgen GC updates.
6233
6234 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
6235
6236         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
6237
6238 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
6239
6240         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
6241
6242 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
6243
6244         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
6245         MONO_TYPE_OBJECT. Fixes #78462.
6246
6247 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
6248
6249         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
6250         and blittable types.
6251
6252 2006-05-17  Miguel de Icaza  <miguel@novell.com>
6253
6254         * class.c (mono_class_get_exception_for_failure): Implement parts
6255         of a TODO: if the loader error is set (instead of the class
6256         error), we return a Loader exception that can be properly thrown
6257         elsewhere.
6258
6259         This was exposed by some Winforms 2.0 code that I tried to run
6260         (Atsushi pointed me to it).
6261
6262 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
6263
6264         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
6265         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
6266         
6267         * marshal.c (emit_marshal_vtype): Add limited support for 
6268         UnmanagedType.LPStruct. Fixes #78427.
6269
6270         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
6271         Applied a patch from kangaroo to fix #77523.
6272
6273 2006-05-17  Martin Baulig  <martin@ximian.com>
6274
6275         * threads.c
6276         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
6277         (debugger_thread_created): Removed.
6278         (debugger_thread_exited): Removed.
6279
6280 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
6281
6282         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6283
6284         * object-internals.h (MonoReflectionResource): Sync with managed version.
6285
6286 2006-05-12  Wade Berrier <wberrier@novell.com>
6287
6288         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
6289
6290 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
6291
6292         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
6293         functions try to allocate from the image mempool.
6294
6295 2006-05-12  Dick Porter  <dick@ximian.com>
6296
6297         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
6298
6299 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
6300
6301         * object.c: The FieldGetter and FieldSetter methods require the full
6302         name of the class, not only the name. Fixes bug #78277.
6303
6304 2006-05-11  Miguel de Icaza  <miguel@novell.com>
6305
6306         * loader.c (method_from_memberref): Do not pass the NULL klass to
6307         mono_loader_set_error_() methods.  Pass the non-NULL value
6308         (class). 
6309
6310 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
6311
6312         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
6313         (mono_assembly_close): Null out assembly->image->references after freeing it.
6314
6315         * image.c (mono_image_close): Free image->references.
6316         
6317         * reflection.c (mono_image_basic_init): Fix a small memory leak.
6318
6319 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6320
6321         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
6322         before checking if it's NULL (g_assert).
6323
6324 2006-05-10  Martin Baulig  <martin@ximian.com>
6325
6326         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
6327         I thought I already killed that two months ago, but now it somehow reappeared.
6328
6329 2006-05-10  Martin Baulig  <martin@ximian.com>
6330
6331         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
6332
6333 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
6334
6335         * reflection.c: Allocate memory for dynamically created methods in the image
6336         mempools.
6337
6338 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
6339
6340         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
6341         don't use the ad pointer before checking if it's NULL (g_assert).
6342
6343 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
6344
6345         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
6346         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
6347
6348         * marshal.c: Allocate all signatures from mempools.
6349
6350         * marshal.c: Allocate some more signatures from mempools.
6351
6352 2006-05-09  Miguel de Icaza  <miguel@novell.com>
6353
6354         * object.c (mono_load_remote_field): The code used to provide a
6355         temporary variable for returning results if the user did not
6356         provide a result pointer.  But our temporary variable was allocted
6357         on the satck.
6358
6359         Fix calling code to always pass a result area.   Coverity ID 103.
6360
6361 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
6362
6363         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
6364         value, not the old. Fixes #78312.
6365         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
6366
6367         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
6368         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
6369         per-image cache.
6370
6371         * assembly.c (mono_assembly_close): Free image->references.
6372
6373         * assembly.c (mono_assembly_names_equal): Fix a warning.
6374         (mono_assemblies_cleanup): Cleanup more global data.
6375
6376         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
6377
6378         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
6379         ptr_cache and image->modules.
6380
6381         * image.c (mono_image_init): Allocate array_cache lazily.
6382         
6383 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6384
6385         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
6386         behavior was changed recently and has bad side effects.
6387
6388 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
6389
6390         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
6391         
6392         * assembly.c (mono_assembly_close): Remove a debug printf.
6393
6394         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
6395
6396         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
6397         to also allow for temporary references between mono_image_open ()/close ().
6398
6399         * domain.c (get_runtimes_from_exe): Add a FIXME.        
6400
6401 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
6402
6403         * marshal.c: Fix support for dynamic methods.
6404
6405         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
6406
6407         * marshal.c (mono_marshal_cleanup): New cleanup function.
6408
6409         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
6410         image mempools.
6411
6412         * class.c (mono_class_init): Fix leaking class->nested_classes.
6413
6414         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
6415
6416         * image.c (mono_image_init): Initialize the new cashes.
6417
6418         * image.c (mono_image_close): Destroy the new cashes.
6419
6420         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
6421
6422         * mempool.c (mono_mempool_strdup): New helper function.
6423
6424         * class-internals.h: Add prototype for mono_loader_unlock ().
6425
6426         * domain.c (mono_jit_info_table_find): Fix a warning.
6427         (mono_debugger_check_runtime_version): Ditto.
6428
6429         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
6430         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
6431         functions to these modules.
6432
6433         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
6434         metadata modules.
6435         
6436         * marshal.c (mono_free_bstr): Fix a warning.
6437
6438         * assembly.c (mono_assembly_open_full): Fix another small leak.
6439
6440         * object.c: Fix some unload leaks in the remoting code.
6441
6442         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
6443         function.
6444
6445         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
6446
6447         * reflection.c: Fix some unload leaks in dynamic assemblies.
6448
6449 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
6450
6451         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
6452         * marshal.h: Add BSTR support on Win32
6453         * icall.c: Add BSTR icalls
6454         * metadata.h: Add BSTR enums
6455
6456 2006-04-28  Miguel de Icaza  <miguel@novell.com>
6457
6458         Work to catch the crash from #76795 and turn it into an
6459         exception.   As I stubbed out pieces of the VisualBasic support,
6460         I found a number of places where the code was failing and I added
6461         checks to those places. 
6462         
6463         * metadata.c (do_mono_metadata_parse_generic_class): Make this
6464         function return a status code.  If we fail to parse the signature
6465         from mono_metadata_parse_generic_inst, return FALSE.
6466
6467         * loader.c (mono_get_method_from_token): If we fail to load the
6468         method (mono_class_get) return NULL.   
6469
6470         * (method_from_memberref): Return NULL if we are unable to parse
6471         the method signature
6472
6473         (mono_loader_error_prepare_exception): Since we now use the
6474         loader_error flag internally to stop processing, and obtaining
6475         exceptions that might be thrown will walk this code path the
6476         proper way of going from a MonoLoaderError into a
6477         MonoException was convoluted.   This new routine encapsulates the
6478         process of turning the error into an exception and *clearing* the
6479         error afterwards.
6480         
6481 2006-04-27  Miguel de Icaza  <miguel@novell.com>
6482
6483         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
6484         with missing assemblies), and to cope with:
6485
6486                 * Missing fieldref from a non-existing assembly.
6487                 * Missing methodref from a non-existing assembly.
6488
6489         The first batch of work to address *some* of the issues from 76661.
6490         
6491         * object.c (mono_class_create_runtime_vtable): If we fail to
6492         initialize the class raise the exception here. 
6493
6494         * metadata.c (mono_class_get_overrides_full): If any methods fail
6495         to load return the failure to the caller.
6496
6497         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
6498         flagging assemblies that failed to load.   
6499
6500         Do not crash if we are unable to load the assembly.
6501
6502         (mono_assembly_close): Do nothing with REFERENCE_MISSING
6503         assemblies. 
6504
6505         * loader.c (mono_loader_set_error_type_load): Change the
6506         convention to always pass unallocated strings, so we make our own
6507         copies (I know our own code had duplicated strings before, but
6508         this keeps the normal conventions).
6509         (method_from_memberref): Call mono_loader_set_error_method_load
6510         for all possible failures of loading the class. 
6511         Remove assert, turn into a loader error.
6512
6513         (mono_loader_error_to_exception): Move this routine from mini
6514         (mini_loader_error_to_exception) there was no need to have that in
6515         mini. 
6516
6517         * class.c (mono_class_from_typeref): If we were not able to load
6518         the assembly with mono_assembly_load_reference, call the
6519         mono_loader_set_error_type_load to register the problem.
6520
6521         (mono_class_setup_fields): If we fail to load the type from
6522         mono_metadata_parse_type_full, call mono_class_set_failure and
6523         break from the loop.
6524
6525         If class->exception_type is set, we do not layout the fields as
6526         that might crash the runtime, and instead return (from breaking
6527         from the previous loop).
6528
6529         (mono_class_setup_vtable): This now returns a boolean indicating
6530         whether the table was properly setup.   The decision is driven by
6531         mono_class_get_overrides_full which might run into non-existing
6532         methods. 
6533         
6534         (mono_class_init): Returns TRUE on success or FALSE if there was a
6535         problem in loading the type (incorrect assemblies, missing
6536         assemblies, methods, etc).
6537
6538         When we call mono_class_setup_fields we also check for a potential
6539         error inside this call (either a class exception or a general
6540         loader exception).
6541
6542         (mono_class_create_from_typedef): If the parent fails to load
6543         (calling mono_class_get_full) return NULL.
6544         
6545         ** Important **
6546
6547         calls to mono_metadata_parse_type_full should be checked
6548         everywhere and set the mono_class_set_failure
6549         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
6550
6551         The current patch checks the places where my manually constructed
6552         tests show the errors are showing up, but we should do it
6553         everywhere. 
6554
6555         ** Important2 **
6556
6557         mono_class_init return values should be tested everywhere, like
6558         the previous case this is something that we should audit
6559         everywhere and not only on the cases exposed by the tests I
6560         created. 
6561
6562 2006-04-26  Miguel de Icaza  <miguel@novell.com>
6563
6564         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
6565         boolean parameter and instead pass the information on `options'
6566         parameter (FileOptions).
6567
6568         * icall.c: Register the new signature for MonoIO.Open.
6569
6570         * debug-helpers.c (dis_one): Trying to understand how coverity
6571         works.  Fix Run 5, item 78.
6572
6573 2006-04-26  Dick Porter  <dick@ximian.com>
6574
6575         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
6576         dereference.
6577
6578 2006-04-25  Martin Baulig  <martin@ximian.com>
6579
6580         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
6581
6582         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
6583         debugger_thread_created().
6584         (debugger_gc_push_all_stacks): Don't handle the main thread in any
6585         special way.
6586         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
6587         (mono_debugger_finalize_threads): New function; undo the effects
6588         of mono_debugger_init_threads().
6589         (mono_debugger_create_all_threads): Removed.
6590
6591 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
6592
6593         * image.c (mono_image_close): Tidy up trace messages.
6594
6595         * assembly.c (mono_assembly_close): Ditto.
6596
6597         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
6598         no longer references an already freed assembly. Fixes #78168.
6599
6600 2006-04-21  Dick Porter  <dick@ximian.com>
6601
6602         * threads.c (mono_thread_detach): Fix reference counting when
6603         detaching threads.
6604
6605 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
6606
6607         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
6608         #78155.
6609
6610 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
6611
6612         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
6613         (mono_type_to_stind): Ditto.
6614
6615         * marshal.c: Use the new helper functions to simplify code.
6616
6617         * image.c (mono_image_close): Add some code for help debug assembly unloading
6618         problems.
6619
6620         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
6621         image mempool.
6622
6623         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
6624         assembly was already loaded in another appdomain. Fixes #78083.
6625
6626 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
6627
6628         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
6629         referenced assemblies.
6630         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
6631
6632         * domain.c (mono_domain_free): Add a trace message.
6633
6634         * appdomain.c (add_assemblies_to_domain): Ditto.        
6635
6636         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
6637         field.  
6638
6639 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6640
6641         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
6642
6643 2006-04-12  Martin Baulig  <martin@ximian.com>
6644
6645         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
6646         `USE_INCLUDED_LIBGC'.   
6647
6648 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
6649
6650         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
6651         the patch contains ../ and a small directory name later. Hopefully fixes
6652         #78035.
6653
6654 2006-04-10  Martin Baulig  <martin@ximian.com>
6655
6656         Clean up the debugger's thread-handling code.
6657
6658         The debugger's thread-handling code has been moved from
6659         ../mini/debug-debugger.c to threads.c.  We now iterate directly
6660         over the `threads' hash, keep track of exiting threads and also
6661         use proper locking.
6662
6663         We can now debug XSP and XSP based applications with the debugger.
6664
6665         * object-internals.h (MonoThread): Added `gpointer end_stack'.
6666
6667         * threads.h
6668         (MonoThreadCallbacks): Removed; this was only used by the debugger.
6669         (mono_install_thread_callbacks): Likewise.      
6670
6671         * threads.c (mono_thread_callbacks): Removed.
6672         (debugger_thread_created, debugger_thread_exited): New static functions.
6673         (start_wrapper): Call debugger_thread_created().
6674         (thread_cleanup): Call debugger_thread_exited().
6675         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
6676         (mono_debugger_init_threads): New public function.
6677         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
6678         iterate directly over the `threads' hash and also use proper locking.
6679
6680         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
6681
6682         * mono-debug-debugger.h
6683         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
6684
6685 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
6686
6687         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
6688         argument type=array. Fixes #78057.
6689
6690 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
6691
6692         * culture-info-table.h : regenerated. Fixed bug #69652.
6693
6694 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
6695
6696         * loader.c metadata.c: Reapply a variant r59116.
6697         
6698         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
6699
6700         * class.c (mono_class_setup_interface_offsets): New internal function.
6701
6702         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
6703         interfaces too. Fixes #77398.
6704
6705         * reflection.c (encode_cattr_value): Add support for 
6706         parameter type=object, argument type=array.
6707         (load_cattr_value): Ditto. Fixes #77916.
6708
6709         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
6710         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
6711
6712         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
6713         a byval char array and CharSet is Ansi.
6714
6715         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
6716
6717 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
6718
6719         * metadata.c: Add some locking comments.
6720         
6721         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
6722         mempool.
6723         (mono_metadata_free_method_signature): Don't free the signature itself.
6724
6725         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
6726
6727         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
6728         reference the same MonoImage.
6729         (mono_assembly_load_from_full): Add an assert.
6730
6731 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
6732
6733         * image.c (mono_image_close): Don't put the image we are about to free into the
6734         loaded_images_guid_hash.
6735
6736         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
6737         to reduce code duplication.
6738
6739         * marshal.c: Register the native functions called by this module as icalls, to
6740         somewhat centralize the creation of MonoMethodSignature's.
6741
6742         * loader.c (mono_method_signature): Add a cache for method signatures.
6743
6744         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
6745         the parameter attributes of a method.
6746         (mono_metadata_parse_method_signature_full): Refactored the computation of
6747         parameter attributes into a separate function. Also avoid one allocation in
6748         most cases.
6749
6750         * assembly.c (mono_assembly_close): Ditto.
6751
6752         * image.c (mono_image_close): Log trace messages with INFO level.
6753
6754         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
6755
6756         * image.c reflection.c: Correct reference counting of image modules.
6757         
6758         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
6759         of this function from the image mempool.
6760         
6761         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
6762         to allow more cached types to be used.
6763
6764         * mono-debug.c (mono_debug_add_method): Appled patch from
6765         David S. Miller  <davem@sunset.davemloft.net>: Access 
6766         minfo->lexical_blocks[] entry elements using read32().
6767
6768 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
6769
6770         * loader.c (mono_free_method): No longer free the method header for non-dynamic
6771         methods as it is allocated from the mempool.
6772
6773         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
6774         image mempool.
6775
6776         * metadata-internals.h: Add comments describing the reference counting scheme
6777         used for MonoImage and MonoAssembly.
6778
6779         * image.c assembly.c reflection.c: Rework reference counting of images and 
6780         assemblies so they are freed when the runtime is shut down. Free some 
6781         additional memory structures when an image is unloaded.
6782         
6783 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
6784
6785         * class.c loader.c reflection.c: Allocate more data structures in
6786         the image mempool.
6787
6788 2006-03-31  Miguel de Icaza  <miguel@novell.com>
6789
6790         * icall.c
6791         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
6792         build on pre glib 2.4 systems.
6793
6794 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
6795
6796         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
6797
6798         * icall.c: Fix some warnings.
6799
6800 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
6801
6802         * culture-info-table.h : regenerated.
6803
6804 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
6805
6806         * threads.c, object-internals.h, verify.c: changed the culture caching
6807         code to use a normal MonoArray for storage so the GC can keep track of
6808         them easily. Fixed bits of the cache logic, too and simplified the
6809         code.
6810
6811 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
6812
6813         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
6814         thread for non-Boehm GCs.
6815
6816 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
6817
6818         * domain.c, object.c, domain-internals.h: reduce the amount of memory
6819         needed to keep track of the data for static fields.
6820
6821 2006-03-29  Raja R Harinath  <rharinath@novell.com>
6822
6823         Fix #75172
6824         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
6825         for interface classes.  Use 'num_methods' instead.
6826         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
6827         before using '->vtable_size' field.
6828
6829 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
6830
6831         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
6832         doesn't contain managed pointers, so use a normal hashtable.
6833
6834 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
6835
6836         * reflection.c, class-internals.h, domain.c: fixed handling of types
6837         used as values for objects in custom attributes (bug #77915):
6838
6839 2006-03-24  Martin Baulig  <martin@ximian.com>
6840
6841         * class.c (mono_class_setup_fields): Added support for generic
6842         instances; fixes #77580.
6843
6844 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6845
6846         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
6847
6848 2006-03-24  Dick Porter  <dick@ximian.com>
6849
6850         * file-io.c (get_file_attributes): More stat macro breakage.
6851         Fixes bug 77759.
6852
6853 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
6854
6855         * profiler.c: added the file=filename option in the default profiler
6856         to output the profile data to filename.
6857
6858 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6859
6860         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
6861         bug #77877.
6862
6863 2006-03-22  Martin Baulig  <martin@ximian.com>
6864
6865         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
6866         allocated `MonoClassField *' in `fb->handle'.
6867
6868 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
6869
6870         * class.c, image.c, metadata-internals.h: implemented new mechanism to
6871         allocate interface ID to save memory and allow better ID reuse on
6872         appdomain unload. setup_generic_vtable () removal from Martin.
6873
6874 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
6875
6876         * object.h, appdomain.c, domain.c, exception.c, icall.c,
6877         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
6878         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
6879         write barriers for reference stores with managed objects accessed with
6880         C structures in the runtime and in embedding programs.
6881
6882 2006-03-20  Raja R Harinath  <rharinath@novell.com>
6883
6884         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
6885         'interface_id' and 'max_interface_id' fields of MonoClasses
6886         representing open generic types.
6887
6888 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
6889
6890         * object.h, object.c, icall.c: added functions to deal with
6891         storing valuetypes that contain references in managed objects.
6892         * reflection.c, string-icalls.c, threads.c, marshal.c: small
6893         fixes and comments around uses of mono_array_addr ().
6894
6895 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
6896
6897         * object.h, icall.c, monitor.c: object.GetHashCode ()
6898         implementation that supports the moving garbage collector.
6899
6900 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
6901
6902         * icall.c, threads-types.h, threads.c: implemented finalizer for
6903         LocalDataStoreSlot.
6904
6905 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
6906
6907         * metadata.c (mono_type_size): Add a fixme.
6908         (mono_type_stack_size): Ditto.
6909
6910         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
6911         'type_forwarders' field.
6912
6913         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
6914         attribute from net 2.0.
6915
6916         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
6917         from class.c.
6918
6919         * class.c (mono_class_setup_fields): Fix a warning.
6920         
6921         * class.c (mono_class_from_name): Add support for assemblyref entries
6922         in the EXPORTEDTYPE table.
6923
6924         * reflection.c: Add support for handling type forwarders under net 2.0.
6925
6926         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
6927         
6928 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
6929
6930         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
6931         overwriting entries in ModuleBuild->types, also clean up the code
6932         a little. Fixes #77774.
6933
6934 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
6935
6936         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
6937         load friend assembly info when present.
6938
6939 2006-03-14  Raja R Harinath  <rharinath@novell.com>
6940
6941         Fix crasher on gtest-158.cs.
6942         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
6943         the return value if the MonoClass we want is yet in an
6944         inconsistent state.
6945         * class.c (mono_class_create_from_typedef): Add an comment
6946         explaining an order dependency between mono_class_setup_parent and
6947         mono_class_setup_mono_type.
6948
6949 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
6950
6951         * class.c: documentation updates and events bug fix.
6952
6953 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
6954
6955         * class.c: some cleanup, locking fixes.
6956
6957 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
6958
6959         * class.c: fix the generics code to setup nested
6960         type info to the instantiated type (bug #77770).
6961
6962 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
6963
6964         * marshal.c: fixed a few type correctness issues.
6965
6966 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
6967
6968         * loader.c: the Set/Get/Addrtess array methods should be public.
6969
6970 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
6971
6972         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
6973         
6974         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
6975         info->wrapper.
6976
6977 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
6978
6979         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
6980
6981         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
6982
6983         * mempool.c (mono_mempool_alloc): Speed this up a bit.
6984         (mono_mempool_alloc0): Ditto.
6985
6986 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6987
6988         * socket-io.c:
6989         (create_object_from_sockaddr): it was allocating 4 extra bytes
6990         for the AF_UNIX data. Fixes bug #77747.
6991
6992 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
6993
6994         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
6995
6996 2006-03-09  Dick Porter  <dick@ximian.com>
6997
6998         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
6999         Fixes bug 76966 again.
7000
7001 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
7002
7003         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
7004         names from r57532
7005         * appdomain.c: Bumped corlib version to 48 (due to r57532)
7006
7007 2006-03-07  Martin Baulig  <martin@ximian.com>
7008
7009         * object.c
7010         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
7011
7012 2006-03-07  Martin Baulig  <martin@ximian.com>
7013
7014         * class.c
7015         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
7016         regression introduced in r56970; see gtest-252.cs.
7017
7018         * loader.c (mono_get_method_constrained): Correctly handle generic
7019         methods; see gtest-253.cs.
7020
7021 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
7022
7023         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
7024
7025 2006-03-04  Martin Baulig  <martin@ximian.com>
7026
7027         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
7028         compute the parent type at runtime, just like we're already doing
7029         it for interfaces.
7030
7031         * reflection.c
7032         (mono_reflection_bind_generic_parameters): Don't compute the
7033         parent type anymore.
7034
7035         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
7036
7037 2006-03-04  Martin Baulig  <martin@ximian.com>
7038
7039         * mono-debug-debugger.h
7040         (mono_debugger_create_notification_function): Allocate memory at
7041         runtime and return a pointer to it.
7042
7043 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
7044
7045         * assembly.c: Fix windows build.
7046         
7047         * assembly.c: Fix build.
7048
7049         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
7050
7051         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
7052         
7053 2006-03-03  Dick Porter  <dick@ximian.com>
7054
7055         * process.c
7056         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
7057         Check parameters before dereferencing them.  Fixes Aaron's part of
7058         bug 77393.
7059
7060 2006-03-03  Raja R Harinath  <rharinath@novell.com>
7061
7062         Fix performance regression.
7063         * loader.c (find_method_in_class): Add 'from_class' argument.
7064         Rename 'klass' argument to 'in_class'.  The signature is compared
7065         against the method in 'in_class', and the corresponding method is
7066         returned from 'from_class'.
7067         (find_method): Walk both 'in_class' and 'from_class' in parallel.
7068         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
7069         type definition and generic instantiation in parallel.
7070         (mono_get_method_constrained): Update to changes.
7071
7072 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
7073
7074         * threads.c: make sure the domain is correct, too when doing
7075         mono_thread_attach ().
7076
7077 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
7078
7079         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
7080         windows. Fixes #77683.
7081
7082 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
7083
7084         * object.h, *: introduced specific way to set elements of an array
7085         of references to be used as write barrier. Still need to audit the
7086         uses of mono_array_addr.
7087
7088 2006-03-01  Miguel de Icaza  <miguel@novell.com>
7089
7090         * object-internals.h: New field to cache the assmebly name, patch
7091         from Tambet Ingo (tambet@ximian.com)
7092
7093 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
7094
7095         * decimal.h, class-internals.h, metadata-internals.h,
7096         file-io.h: mark a few function declarations as internal, to
7097         reduce the number of PLT entries.
7098
7099 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7100
7101         * file-io.c: fix typo in warning message.
7102
7103 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
7104
7105         * loader.c: on unix, lookup the "*A" version of a function
7106         if charset is auto as a second option before failing.
7107
7108 2006-02-28  Raja R Harinath  <rharinath@novell.com>
7109
7110         * class.h (mono_class_inflate_generic_method): Revert to two
7111         argument version.
7112         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
7113         (mono_class_inflate_generic_method_full): Add.
7114         * class.c (mono_class_inflate_generic_method_full): Rename from
7115         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
7116         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
7117         * loader.c, reflection.c: Update to changes.
7118
7119 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
7120
7121         * icall.c: const fixes and small improvements.
7122
7123 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7124
7125         * threadpool.c: for asynchronous connect(), enable the same workaround
7126         for BSD 6 as for the Mac. Fixes bug #77637.
7127
7128 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
7129
7130         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
7131         formatted classes. Fixes #77524.
7132
7133 2006-02-24  Raja R Harinath  <rharinath@novell.com>
7134
7135         * class.c (inflate_generic_type): Add a couple more
7136         micro-optimizations.
7137         (inflate_generic_context): Don't use the 'gmethod' from
7138         'inflate_with'.
7139         (mono_class_inflate_generic_method): If the method has generic
7140         parameters, but the passed-in context doesn't have a 'gmethod',
7141         create one.  Use the possibly simplified generic instantiation
7142         from the declaring class instead of the one passed in.
7143
7144 2006-02-24  Raja R Harinath  <harinath@gmail.com>
7145
7146         Make generic method signature and method header handling lazy.
7147         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
7148         (inflate_generic_header): Likewise.
7149         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
7150         parameter to avoid inflating types.
7151         (mono_get_inflated_method): Empty out.
7152         * class.h (mono_class_inflate_generic_method): Update to changes.
7153         * loader.c (mono_get_method_from_token): Don't parse signature for
7154         generic methods, nor methods of generic classes.
7155         (mono_method_signature): Rename from 'mono_method_signature'.
7156         Inflate signature on demand.
7157         (mono_method_get_header): Inflate method header on demand.
7158         * reflection.c: Update to changes.
7159
7160 2006-02-23  Raja R Harinath  <rharinath@novell.com>
7161
7162         * metadata.c (mono_metadata_inflate_generic_inst): If the
7163         instantiation is closed, don't bother expanding it in the new
7164         context.
7165         * class.c (inflate_generic_class): If the generic instantiation
7166         doesn't change after inflation, return the argument itself.
7167         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
7168         Add bounds checks.
7169         (inflate_generic_context): If neither the generic class nor the
7170         generic method instantiations change, return the original context.
7171         * reflection.c (mono_method_get_object): Do
7172         'mono_get_inflated_method' before accessing the ->klass field.
7173         (inflate_mono_method): Don't create a MonoGenericMethod unless
7174         necessary.
7175         (inflate_method): Don't pass a constructed type as the declaring
7176         type of a methodbuilder.
7177
7178 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
7179
7180         * object.c: fix memory overwrite.
7181
7182 2006-02-22  Dick Porter  <dick@ximian.com>
7183
7184         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
7185         it doesn't work any more.
7186         (mono_threads_request_thread_dump): Fix unused variable warnings.
7187
7188 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
7189
7190         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
7191         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
7192         the public header file.
7193
7194 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
7195
7196         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
7197
7198 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
7199
7200         * class-internals.h, object.c: reduce the size of MonoVTable
7201         and store the interface_offsets array at negative offsets.
7202
7203 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
7204
7205         * metadata.c: tweak table descriptors data structures to reduce
7206         size and runtime relocations.
7207
7208 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7209
7210         * marshal.c: fix some types and opcodes to be type-safe
7211         in marshaling wrappers.
7212
7213 2006-02-21  Ankit Jain  <jankit@novell.com>
7214
7215         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
7216
7217 2006-02-21  Raja R Harinath  <rharinath@novell.com>
7218
7219         * metadata.c (get_constraints): Relax debugging checks for monodis.
7220
7221 2006-02-21  Ankit Jain  <jankit@novell.com>
7222
7223         * metadata.c (mono_metadata_load_generic_params): Move the code
7224         checking for ambiguous generic params from here to mono/dis/get.c
7225         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
7226
7227 2006-02-21  Raja R Harinath  <harinath@gmail.com>
7228
7229         Fix assertion triggered when compiling nemerle.
7230         * class.c (mono_get_shared_generic_inst): Rename from
7231         get_shared_inst and make non-static.
7232         * loader.c (mono_get_shared_generic_method): New.  Used to create
7233         the MonoGenericContext-equivalent of a MonoGenericContainer.
7234         (mono_get_method_from_token): Initialize the 'context' field of
7235         the created MonoGenericContainer.
7236         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
7237         * metadata.c (get_constraints): Add sanity check.
7238         * class-internals.h: Add new internal methods.
7239
7240         * reflection.c (verify_safe_for_managed_space): New sanity check.
7241         Currently checks that owner-less generic parameters aren't allowed
7242         in managed space.
7243         (mono_type_get_object): Use it.
7244         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
7245         that are now in mono_type_get_object.
7246         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
7247
7248 2006-02-19  Raja R Harinath  <harinath@gmail.com>
7249
7250         * metadata.c (mono_type_create_from_typespec): Rename from
7251         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
7252         argument and caching of types in the generic container.
7253         (unwrap_arrays, find_generic_param): Remove.
7254         * metadata-internals.h: Update.
7255         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
7256
7257 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
7258
7259         * class.c (mono_class_get_exception_for_failure): Fix a warning.
7260
7261         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
7262         return values. Fixes #77581.
7263
7264         * class.c (mono_fnptr_class_get): Switch name and name_space.
7265
7266         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
7267         classes and add support for [In, Out] attributes.
7268         (mono_marshal_free_asany): Ditto. Fixes #77524.
7269
7270 2006-02-18  Raja R Harinath  <harinath@gmail.com>
7271
7272         * class.c (mono_class_from_generic_parameter): Make more robust to
7273         incomplete MonoGenericContainers from monodis.
7274
7275 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7276
7277         * class-internals.h: added some more exception types.
7278         * class.c, metadata.c: added a few checks to handle missing
7279         types.
7280
7281 2006-02-17  Raja R Harinath  <rharinath@novell.com>
7282
7283         Use owner-less generic-params some more.
7284         * class.c (my_mono_class_from_generic_parameter): Remove.
7285         (mono_class_from_generic_parameter): Handle null image,
7286         param->name and param->owner.
7287         (mono_class_from_mono_type): Update.
7288         (mono_class_create_from_typespec): Remove 'container' parameter.
7289         If that parameter is non-null, the result is always inflated by
7290         'mono_class_get_full' anyway.
7291         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
7292         parameter.
7293         (mono_class_get_full): Update.
7294
7295         * class.c (inflate_generic_type) [GENERICINST]: If the generic
7296         instance is not open, don't bother inflating.
7297         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
7298         parse metadata for inflated classes.
7299         (_mono_class_get): Change GenericContext* parameter to
7300         GenericContainer*.
7301         (mono_class_create_from_typespec): Likewise.  Simplify, and
7302         implement trivially.  All the cases are handled in
7303         mono_class_from_mono_type.  Don't inflate returned class.
7304         (mono_class_get_full): Delegate GENERICINST optimization to
7305         inflate_generic_type.
7306         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
7307
7308 2006-02-16  Dick Porter  <dick@ximian.com>
7309
7310         * socket-io.c (create_object_from_sockaddr): Fix typo.
7311         (create_sockaddr_from_object): Check array lengths before
7312         potentially accessing items off the end.
7313         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
7314         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
7315         (ves_icall_System_Net_Sockets_Socket_Send_internal)
7316         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
7317         length checks to avoid wraparound overflows.
7318         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
7319         contents of the array of sockets
7320         (hostent_to_IPHostEntry2)
7321         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
7322         Check return value of inet_ntop ().
7323         (addrinfo_to_IPHostEntry): Fix typo
7324
7325 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7326
7327         Type metadata parsing doesn't use generic-instantiation information.
7328         * metadata.c (mono_metadata_parse_array_full): Change
7329         MonoGenericContext* parameter to MonoGenericContainer*.
7330         (mono_metadata_parse_type_full): Likewise.
7331         (mono_type_create_from_typespec_full): Likewise.
7332         (mono_metadata_parse_mh_full): Likewise.
7333         (mono_metadata_parse_generic_inst): Likewise.
7334         (do_mono_metadata_parse_generic_class): Likewise.
7335         (do_mono_metadata_parse_type): Likewise.
7336         * metadata-internals.h: Update to changes.
7337         * class.c (mono_class_find_enum_basetype): Likewise.
7338         (mono_class_setup_fields): Likewise.
7339         (mono_class_create_from_typespec): Likewise.
7340         * loader.c (method_from_methodspec): Likewise.
7341         (mono_get_method_from_token): Likewise.
7342         (mono_method_get_header): Likewise.
7343
7344 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
7345
7346         * marshal.c: handle additional GENERICINST case (patch from
7347         Thong Nguyen <tum@veridicus.com>).
7348         Fix a few cases where LDIND_I/STIND_I was used for references.
7349
7350 2006-02-16  Raja R Harinath  <rharinath@novell.com>
7351
7352         * reflection.c (mono_reflection_get_token): Remove unused variable.
7353
7354 2006-02-16  Martin Baulig  <martin@ximian.com>
7355
7356         * reflection.c (mono_reflection_get_token): Add support for fields
7357         in instantiated generic types.
7358
7359         * icall.c
7360         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
7361
7362 2006-02-15  Martin Baulig  <martin@ximian.com>
7363
7364         * icall.c
7365         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
7366         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
7367         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
7368         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
7369
7370 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
7371
7372         * class.c, metadata.c, metadata.h, object.c, icall.c,
7373         marshal.c: changed mono_type_get_underlying_type () to do
7374         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
7375         Fixed handling of instantiated generic valuetypes (bug #75479).
7376
7377 2006-02-15  Raja R Harinath  <rharinath@novell.com>
7378
7379         * metadata.c (mono_metadata_decode_signed_value): Simplify.
7380         Delegate to mono_metadata_decode_value, and work on the returned value.
7381
7382         * icall.c (ves_icall_MonoType_GetGenericArguments):
7383         Add consistency check here too.
7384         
7385 2006-02-15  Ankit Jain  <jankit@novell.com>
7386
7387         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
7388         char/short etc.
7389
7390 2006-02-15  Ankit Jain  <jankit@novell.com>
7391
7392         * metadata.c (mono_metadata_decode_signed_value): New function to decode
7393         signed values, used only for representing lower bounds of arrays.
7394         (mono_metadata_parse_array_full): Use new
7395         mono_metadata_decode_signed_value to decode lower bounds.
7396
7397 2006-02-14  Martin Baulig  <martin@ximian.com>
7398
7399         * reflection.c
7400         (mono_reflection_get_token): Support "MonoGenericMethod" and
7401         "MonoGenericCMethod" and allow generic instances / methods.
7402
7403 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
7404
7405         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
7406         to obtain the terminal size using an ioctl.
7407
7408         * object.c (mono_nullable_init): Revert this as nullable reference
7409         types are not valid.
7410         (mono_nullable_box): Ditto.
7411
7412 2006-02-09  Dick Porter  <dick@ximian.com>
7413
7414         * threads.c (mono_thread_detach): Drop a reference to the thread
7415         we're detaching.
7416
7417 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
7418
7419         * object.c (mono_nullable_init): Handle nullable reference types.
7420         (mono_nullable_box): Ditto. Fixes #77446.
7421
7422 2006-02-07  Martin Baulig  <martin@ximian.com>
7423
7424         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
7425
7426 2006-02-07  Ankit Jain  <jankit@novell.com>
7427
7428         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
7429         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
7430         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
7431         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
7432         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
7433         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
7434
7435 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
7436
7437         * class.c (mono_class_create_generic): Set type_token as well.
7438
7439         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
7440         compatible with MS.
7441
7442 2006-02-02  Martin Baulig  <martin@ximian.com>
7443
7444         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
7445         has never been used so far.
7446
7447 2006-02-02  Martin Baulig  <martin@ximian.com>
7448
7449         * mono-debug-debugger.h: Changed comment at the top of this file;
7450         the header is not installed, but it's safe to #include it from
7451         within the JIT.
7452
7453         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
7454         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
7455
7456 2006-02-02  Martin Baulig  <martin@ximian.com>
7457
7458         * mono-debug.h
7459         (MonoSymbolTable): Removed the `metadata_info' field.
7460
7461         * mono-debug.c
7462         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
7463
7464         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7465         (mono_debugger_add_builtin_types): Removed.
7466         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
7467         (mono_debugger_create_notification_function): We now operate on a
7468         pre-allocated area; take a `gpointer' and return `void'.
7469
7470         * mono-debug-debugger.c
7471         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
7472         (mono_debugger_add_builtin_types): Removed.
7473
7474 2006-02-02  Martin Baulig  <martin@ximian.com>
7475
7476         * threads.c (mono_debugger_create_all_threads): New public method.
7477
7478 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
7479
7480         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
7481         breaks on several platforms.
7482
7483 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
7484
7485         * assembly.c: the VS.NET build doesn't supply default values for
7486         MONO_ASSEMBLIES and MONO_CFG_DIR.
7487
7488 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
7489
7490         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
7491         helper function.
7492
7493         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
7494
7495         * loader.c (method_from_memberref): Fix a warning.
7496
7497         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
7498
7499         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
7500         with explicit layout. Fixes #77433.
7501
7502 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
7503
7504         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
7505         max_interface_id is initialized before using it. Fixes #77398.
7506         (ves_icall_Type_GetInterfaces): Ditto.
7507
7508 2006-01-30  Raja R Harinath  <rharinath@novell.com>
7509
7510         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7511         allocate memory for parameter attributes when parsing memberref
7512         signatures.
7513         * loader.c (mono_loader_set_error_method_load): Don't warn.
7514         (method_from_memberref): Ensure MissingMethodException gets thrown
7515         if method is not found.  Make warning more informative.
7516
7517 2006-01-29  Raja R Harinath  <harinath@gmail.com>
7518
7519         Fix #77397
7520         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
7521         return true if is byref.
7522         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
7523         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
7524         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
7525
7526 2006-01-27  Raja R Harinath  <rharinath@novell.com>
7527
7528         Fix tests/find-method.2.il
7529         * loader.c (find_method, find_method_in_class): Remove is_inflated
7530         argument.  Revert 2006-01-18 change.
7531         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
7532         is generic, search for method in its generic definition.
7533         * class.c (mono_class_setup_vtable_general): Print generic
7534         arguments of generic types in debugging printf.
7535
7536 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
7537
7538         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
7539
7540         * threads.c (mono_threads_request_thread_dump): New helper function.
7541
7542 2006-01-25  Raja R Harinath  <rharinath@novell.com>
7543
7544         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
7545
7546 2006-01-25  Ankit Jain  <jankit@novell.com>
7547
7548         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
7549         move definition to ..
7550         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
7551         
7552 2006-01-25  Ankit Jain  <jankit@novell.com>
7553             Raja R Harinath  <rharinath@novell.com>
7554
7555         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
7556         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
7557         as necessary.
7558
7559 2006-01-25  Martin Baulig  <martin@ximian.com>
7560
7561         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
7562         `MonoDebuggerThread' into debug-debugger.c.
7563
7564 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
7565
7566         * profiler.c: fix printing of data.
7567
7568 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
7569
7570         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
7571           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
7572
7573 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
7574
7575         * object.c: fix deadlock related to string interning.
7576
7577 2006-01-23  Martin Baulig  <martin@ximian.com>
7578
7579         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
7580
7581         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
7582
7583 2006-01-23  Martin Baulig  <martin@ximian.com>
7584
7585         * mono-debug.h: Moved the prototypes of some functions which are
7586         used by the JIT here from mono-debug-debugger.h.
7587
7588 2006-01-21  Martin Baulig  <martin@ximian.com>
7589
7590         * Makefile.am: Don't install mono-debug-debugger.h.
7591
7592 2006-01-21  Martin Baulig  <martin@ximian.com>
7593
7594         * mono-debug-debugger.h: Enforce the private status of this header
7595         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
7596         Moved some stuff from mono-debugger-jit-wrapper.h here.
7597
7598 2006-01-20  Raja R Harinath  <rharinath@novell.com>
7599
7600         * class.c (mono_class_from_typeref): Add a sanity test to help
7601         catch lack of assembly load/search hooks.
7602
7603 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
7604
7605         * marshal.c (emit_struct_conv): Relax the fields with same offset
7606         check even more. Fixes #77230.
7607
7608 2006-01-18  Martin Baulig  <martin@ximian.com>
7609
7610         * loader.c (find_method_in_class): Added `gboolean is_inflated'
7611         argument; if false, we compare the uninstantiated signatures.
7612         (method_from_memberref): Compare the uninstantiated signatures;
7613         fixes #76417.
7614
7615 2006-01-18  Robert Jordan  <robertj@gmx.net>
7616
7617         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
7618         Clear the weak link. Fixes bug #77170.
7619
7620         * gc.c (mono_gchandle_free):
7621         Reflect *-gc.c changes (tiny optimization).
7622
7623 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
7624
7625         * metadata.c (mono_metadata_signature_dup): Applied patch from
7626         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
7627         Fixes #77288.
7628
7629 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
7630
7631         * marshal.c (emit_struct_conv): Allow fields with the same offset when
7632         marshalling from native to managed code. Fixes #77230.
7633
7634 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7635
7636         * threadpool.c: fix problem (Mac only) when more than one asynchronous
7637         connect. Fixes bug #77020.
7638
7639 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
7640
7641         * class.c: fixed id assignement for nested interfaces (bug #77275).
7642         Added also better info for --print-vtable debugging.
7643
7644 2006-01-12  Martin Baulig  <martin@ximian.com>
7645
7646         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
7647         interfaces on-the-fly; fixes #76625.
7648
7649         * class-internals.h
7650         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
7651         don't need that anymore.
7652
7653 2006-01-12  Miguel de Icaza  <miguel@novell.com>
7654
7655         * socket-io.c
7656         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
7657         To avoid initing the nested_classes when not needed I turned the
7658         PeerCredData as a toplevel internal class, as it has to be shared
7659         anyways. 
7660
7661         Fixes the CASA issue.
7662
7663 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
7664
7665         * domain.c: Accessors for MonoJitInfo
7666
7667         * profiler-private.h: Add jitinfo to the end jit hook
7668
7669         * profiler.[ch]: Define new hooks, called after jitting which give
7670         the MonoJitInfo that was compiled
7671
7672 2006-01-10  Martin Baulig  <martin@ximian.com>
7673
7674         * class.c (mono_class_setup_events): Add support for generic
7675         classes; fixes #76440.
7676
7677 2006-01-06  Raja R Harinath  <rharinath@novell.com>
7678
7679         Fix #77160.
7680         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
7681         on passed-in method.
7682
7683 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7684
7685         * object.c (mono_runtime_invoke_array): Add Nullable support.
7686
7687         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
7688
7689 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
7690
7691         * file-io.c: Don't consider sockets as directory and avoid an endless
7692         loop. Fix bug #76966.
7693
7694 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
7695
7696         * object.c (mono_nullable_init): New helper function.
7697         (mono_nullable_box): Ditto.
7698
7699         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
7700
7701         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
7702
7703         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
7704         
7705 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
7706
7707         * class.c (mono_class_is_assignable_from): Make T assignable to 
7708         Nullable<T>.
7709
7710 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
7711
7712         * appdomain.c: Bump corlib version to 46.
7713         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
7714         serialization purpose) and changed ves_icall_System_Reflection_
7715         Assembly_get_code_base signature to accept a boolean (to escape, or 
7716         not, the assembly code base).
7717
7718 2005-12-23  Dick Porter  <dick@ximian.com>
7719
7720         * icall.c: 
7721         * threads-types.h: 
7722         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
7723         CreateEvent icall now returns "created" boolean parameter.
7724
7725 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
7726
7727         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
7728         #76967.
7729
7730         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
7731         when attr_klass is an interface. Fixes #77045.
7732
7733 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
7734
7735         * marshal.c (emit_struct_conv): Fix previous patch.
7736         
7737         * marshal.c (emit_struct_conv): Add a check for fields with the same
7738         offset.
7739
7740 2005-12-20  Raja R Harinath  <rharinath@novell.com>
7741
7742         Fix regression in Mono.C5.
7743         * class.c (mono_class_create_generic): If 'klass' is an interface
7744         set up the interface offsets.
7745         (mono_class_is_assignable_from): Don't throw away generic arguments.
7746
7747 2005-12-19  Raja R Harinath  <rharinath@novell.com>
7748
7749         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
7750         type parameters.
7751
7752 2005-12-15  Raja R Harinath  <rharinath@novell.com>
7753
7754         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
7755         dead store.
7756         (do_mono_metadata_parse_generic_class): Don't pass the current
7757         generic context when parsing the type being instantiated: it
7758         cannot use it, anyway.
7759
7760         * loader.c (method_from_memberref): Don't inflate a signature if
7761         it doesn't contain any type parameters.
7762
7763 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
7764
7765         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
7766
7767 2005-12-14  Martin Baulig  <martin@ximian.com>
7768
7769         * class.c
7770         (mono_type_get_name_recurse): Don't return null for type
7771         parameters and open generic classes.
7772         (mono_class_setup_methods): Don't exclude generic instances.
7773         (mono_get_unique_iid): Use different IDs for different
7774         instantiations of the same generic type.
7775         (mono_class_setup_vtable): Only use setup_generic_vtable() for
7776         open generic instances; create a normal vtable for closed generic
7777         instances.
7778         (mono_class_setup_vtable_general): We're now also called for
7779         closed generic instances.
7780
7781         * reflection.c
7782         (mono_reflection_bind_generic_parameters): Correctly use
7783         mono_metadata_lookup_generic_inst() everywhere.
7784
7785 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
7786
7787         * object.c (mono_class_create_runtime_vtable): Call 
7788         mono_class_setup_vtable ().
7789
7790         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
7791         function.
7792         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
7793         #76959.
7794
7795         * loader.c (mono_loader_set_error_type_load): Print the type load
7796         warnings to the console so they are more visible to the user.
7797         (mono_loader_set_error_method_load): Ditto.
7798
7799         * reflection.c (ensure_runtime_vtable): Revert the last change as it
7800         is still broken.
7801         
7802         * reflection.c (ensure_runtime_vtable): Fix build.
7803
7804         * reflection.c (ensure_runtime_vtable): Disable an optimization which
7805         doesn't work in all cases.
7806
7807 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
7808
7809         * object.c (mono_array_new_full): Treat a single dimensional array
7810         with 0 lower bounds as an szarray. Fixes #76973.
7811
7812         * reflection.c (custom_attr_visible): Really fix this.
7813
7814 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
7815
7816         * reflection.c (custom_attr_visible): Allow nested public attributes
7817         as well.
7818
7819         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
7820         interface check.
7821
7822 2005-12-12  Raja R Harinath  <harinath@gmail.com>
7823
7824         * class.c (set_generic_param_owner): Delete.
7825         (mono_class_create_from_typedef): Don't set ->owner field of
7826         generic parameters to "param containers" of enclosing classes.
7827         * reflection.c (mono_reflection_initialize_generic_parameter):
7828         Likewise.
7829
7830 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
7831
7832         * reflection.c (custom_attr_visible): Fix build.
7833
7834 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
7835
7836         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
7837         private attributes.
7838         
7839         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
7840         handling of null parameter defaults.
7841
7842 2005-12-09  Raja R Harinath  <rharinath@novell.com>
7843
7844         * class.c (mono_class_from_generic_parameter): Don't set
7845         klass->generic_container.
7846         (my_mono_class_from_generic_parameter): Likewise.
7847
7848 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
7849
7850         * reflection.c (load_public_key): Fix a warning.
7851         (method_encode_code): Fix unaligned accesses.
7852
7853 2005-12-07  Martin Baulig  <martin@ximian.com>
7854
7855         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
7856
7857         * reflection.c
7858         (write_generic_param_entry): Encode our custom attrs.
7859
7860         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
7861
7862 2005-12-07  Martin Baulig  <martin@ximian.com>
7863
7864         * reflection.c (encode_new_constraint): Removed; we don't use the
7865         `NewConstraintAttribute' anymore.
7866
7867 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
7868
7869         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
7870         not fire a TypeResolve event when Assembly.GetType () is called.
7871
7872 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
7873
7874         Beginning of support for nullable types in the runtime. Parts of
7875         this patch are from Martin.
7876
7877         * appdomain.c (MONO_CORLIB_VERSION): Bump
7878
7879         * domain.c (mono_init_internal): get the nullable type
7880
7881         * class.c (mono_class_is_nullable): New method
7882         (mono_class_get_nullable_param): New mehod
7883         (mono_class_create_generic): In types T? set cast_class to T
7884
7885         * class-internals.h (MonoDefaults): new nullable default class
7886         (mono_class_get_nullable_param, mono_class_get_nullable_param):
7887         new methods.
7888
7889 2005-12-05  Raja R Harinath  <rharinath@novell.com>
7890
7891         * metadata.c (select_container): New.  Refactor code to select the
7892         appropriate GenericContainer given the type of generic parameter
7893         we are looking for.
7894         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
7895         not a MonoGenericContext.  Use select_container.  Update parameters.
7896         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
7897         and MONO_TYPE_MVAR.
7898         (unwrap_arrays): Remove duplicate tests.
7899         (find_generic_param): Rename from 'has_same_context'.  Now walks a
7900         generic instantiated class to find any arguments that are generic
7901         parameters.
7902         (mono_type_create_from_typespec_full): Use find_generic_param to
7903         avoid evicting some generic instantiations from the typespec
7904         cache.
7905
7906 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
7907
7908         * reflection.c: fixed writing of doubles on ARM FPA.
7909
7910 2005-12-02  Robert Jordan  <robertj@gmx.net>
7911
7912         * icall.c: Fixed EventInfo.ReflectedType (#76829).
7913
7914 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7915
7916         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
7917         least on SUSE 10 they are not the same (on debian, they are just the
7918         same thing).
7919
7920 2005-12-01  Raja R Harinath  <rharinath@novell.com>
7921
7922         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
7923         DeclaringType for VARs and MVARs.
7924         * class.c (set_generic_param_owner): Fix initialization of owner
7925         fields.
7926
7927 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
7928
7929         * icall.c: fixed Enum.ToObject() to correctly convert the values.
7930
7931 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7932
7933         * threadpool.c: workaround for a bug that shows up on the Mac:
7934         select()+connect() on a blocking socket is not like it should
7935         be, so we proceed to connect() in that case, wasting the I/O
7936         threadpool thread until connect succeedes. Fixes bug #75436.
7937
7938 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7939
7940         * threadpool.c: fix typo when setting file descriptor states.
7941
7942 2005-11-28  Raja R Harinath  <rharinath@novell.com>
7943
7944         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
7945         * metadata.c (mono_metadata_parse_method_signature_full): Don't
7946         create a temporary signature container.
7947         (mono_metadata_parse_generic_param): Update to changes.
7948         (mono_type_create_from_typespec_full): Update to changes.
7949         * loader.c (method_from_memberref): Don't use a
7950         MonoGenericContainer while parsing a memberref signature.
7951         (method_from_methodspec): Remove dead-store of the 'container'
7952         variable.  It's overwritten before use.
7953
7954         * metadata.c (mono_type_create_from_typespec_full): Make debugging
7955         checks tighter.
7956         (mono_metadata_parse_generic_param): Likewise.
7957         * loader.c (find_method_in_class): Does not need a
7958         MonoGenericContainer.  Use 'mono_method_signature' rather than
7959         'mono_method_signature_full'.
7960         (find_method, mono_get_method_constrained, method_from_memberref):
7961         Update to changes.
7962
7963         * metadata.c (mono_type_create_from_typespec_full): Ensure that
7964         owner-less generic-parameters are never evicted from the typespec
7965         cache.
7966
7967         * loader.c (method_from_memberref): Don't use the current context
7968         when parsing signatures.
7969         (method_from_methodspec, mono_get_method_from_token): Update to changes.
7970
7971         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
7972         side-effects in g_assert.
7973         * loader.c (mono_get_method_from_token): Resolve klass earlier so
7974         that we don't potentially lose information.
7975
7976 2005-11-26  Dick Porter  <dick@ximian.com>
7977
7978         * icall.c:
7979         * threads.c: icalls to implement basic (ie, not named)
7980         System.Threading.Semaphore.
7981
7982 2005-11-24  Dick Porter  <dick@ximian.com>
7983
7984         * process.c
7985         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
7986         Use GetProcessId() if it's available.
7987
7988 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
7989
7990         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
7991
7992 2005-11-23  Raja R Harinath  <rharinath@novell.com>
7993             Ankit Jain  <jankit@novell.com>
7994
7995         * loader.c (mono_get_method_from_token): Initialize 'method' field
7996         of all generic parameters before parsing the signature.  Remove
7997         code that "fixed"-up MVAR references.
7998
7999 2005-11-23  Ankit Jain  <jankit@novell.com>
8000
8001         * metadata.c (mono_metadata_has_generic_params):
8002         (mono_metadata_load_generic_param_constraints):
8003         (mono_metadata_load_generic_params): Move duplicate code ...
8004         (mono_metadata_get_generic_param_row): ... here. Returns the
8005         first row-id in GenericParam table for a given owner (token).
8006         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
8007         prototype.
8008
8009 2005-11-23  Raja R Harinath  <rharinath@novell.com>
8010             Ankit Jain  <jankit@novell.com>
8011
8012         * metadata.c (mono_metadata_class_equal): Pass signature_only when
8013         comparing VARs too.
8014         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
8015         type->data.generic_param only if the type is an MVAR.
8016         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
8017         leak owner-less VARs and MVARs into managed space.
8018
8019 2005-11-21  Martin Baulig  <martin@ximian.com>
8020
8021         * class-internals.h
8022         (MonoMethod): Moved the `generic_container' here from
8023         `MonoMethodNormal' since we now also need it for
8024         `MonoMethodPInvoke';
8025         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
8026         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
8027         an union containing both `MonoMethodNormal' and
8028         `MonoMethodPInvoke'.
8029
8030         * loader.c
8031         (mono_get_method_from_token): Allow implementing generic methods
8032         as interncalls.
8033
8034         * threads.c
8035         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
8036         icall.
8037
8038 2005-11-17  Dick Porter  <dick@ximian.com>
8039
8040         * icall.c: 
8041         * process.h: 
8042         * process.c: Split the Process Start_internal icall into
8043         ShellExecuteEx_internal and CreateProcess_internal, which are
8044         called depending on whether UseShellExecute is true.  Fixes bug
8045         76670.
8046
8047         * appdomain.c (MONO_CORLIB_VERSION): Incremented
8048
8049 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
8050
8051         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
8052         'msize' parameters, use the information in 'mspec' instead.
8053         (emit_object_to_ptr_conv): Ditto.
8054
8055         * marshal.c (emit_struct_conv): Handle explicit layout structs with
8056         fields out of order. Fixes #76733.
8057
8058 2005-11-17  Ankit Jain  <jankit@novell.com>
8059
8060         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
8061
8062 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
8063
8064         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
8065           bug #76575.
8066
8067 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8068
8069         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
8070         for types with non-auto layout. Fixes #76717.
8071
8072 2005-11-16  Ankit Jain  <jankit@novell.com>
8073
8074         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
8075         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
8076         if generic_context is null.
8077           (mono_metadata_generic_param_equal): param->owner can be null.
8078           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
8079         null.
8080
8081 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
8082
8083         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
8084         the correct value.
8085
8086 2005-11-15  Martin Baulig  <martin@ximian.com>
8087
8088         * object.c (set_value): Use mono_class_from_mono_type() instead of
8089         the hack for generic instances; fixes #76136.
8090
8091 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
8092
8093         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
8094         fields.
8095
8096         * image.c (load_metadata_ptrs): Initialize the new fields.
8097
8098         * reflection.c (create_dynamic_mono_image): Ditto.
8099
8100         * reflection.c (build_compressed_metadata): Use the new fields.
8101
8102         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
8103         icall.
8104
8105         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
8106         icall.
8107         
8108 2005-11-15  Ankit Jain  <jankit@novell.com>
8109             Raja R Harinath  <harinath@gmail.com>
8110
8111         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
8112         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
8113         new per-generic_container cache if the cached MonoType's context matches
8114         the current context.
8115           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
8116         to the expected context.
8117           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
8118
8119 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8120
8121         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
8122         we changed the signature of an icall.
8123         * icall.c: Modify to mono_double_ParseImpl return true/false 
8124         depending on the success, instead of throwing the exception. This will
8125         help us in Double.TryParse methods.
8126         
8127 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
8128
8129         * marshal.c (emit_marshal_object): Throw an exception when
8130         marshalling 'object' instead of crashing. Fixes #76696.
8131
8132 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8133
8134         * class-internals.h: Add prototype for mono_type_get_full_name ().
8135
8136 2005-11-11  Dick Porter  <dick@ximian.com>
8137
8138         * threads.c (mono_thread_manage): Make sure the main thread has
8139         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
8140
8141 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
8142
8143         * loader.c (mono_loader_set_error_type_load): Log a warning to the
8144         console about the missing type.
8145         (mono_loader_set_error_method_load): Ditto.
8146
8147 2005-11-09  Miguel de Icaza  <miguel@novell.com>
8148
8149         * mono-config.c (mono_get_config_dir): Set the system defaults if
8150         none is specified.
8151
8152         * assembly.c (mono_set_dirs): New API entry point to set the
8153         assembly and the config directory in one call
8154
8155 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
8156
8157         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
8158         the ftnptr was created from a delegate in a domain other than the
8159         current domain. Fixes #75377.
8160
8161         * exception.h exception.c: Add mono_get_exception_not_supported ().
8162
8163 2005-11-08  Martin Baulig  <martin@ximian.com>
8164
8165         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
8166
8167 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
8168
8169         * security-manager.h: Added definitions to deal with strongname key 
8170         pairs bigger (and smaller) than 1024 bits.
8171         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
8172         adjust wrt the public key length being used.
8173
8174 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
8175
8176         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
8177           Windows build (r51396-51397).
8178
8179 2005-11-03  Martin Baulig  <martin@ximian.com>
8180
8181         * class.c (mono_class_setup_vtable_general): Also add generic
8182         methods to the vtable; fixes #76581.
8183
8184 2005-11-01  Miguel de Icaza  <miguel@novell.com>
8185
8186         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
8187         sure that we lookup GetString method from the System.Text.Encoding
8188         class, not the derived class or we get an empty method.
8189
8190         Fixed class #76612.
8191
8192 2005-10-25  Miguel de Icaza  <miguel@novell.com>
8193
8194         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
8195         if it has been previously set (embedders). 
8196
8197         Make mono_set_rootdir available also on Unix.
8198
8199 005-10-24  Robert Jordan  <robertj@gmx.net>
8200
8201         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
8202
8203 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
8204
8205         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
8206         only calls which are made to native code use this flag.
8207
8208         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
8209
8210 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
8211
8212         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
8213         Add support for FieldBuilders.
8214
8215 2005-10-29  Martin Baulig  <martin@ximian.com>
8216
8217         * mono-debug.c
8218         (mono_debug_using_mono_debugger): New public method; returns
8219         whether we're running inside the debugger.
8220
8221 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
8222
8223         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
8224         for Method/Constructor/FieldBuilders.
8225
8226 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
8227
8228         * reflection.c (module_add_cattrs): Save custom attributes for global methods
8229         and fields as well.
8230
8231 2005-10-26  Martin Baulig  <martin@ximian.com>
8232
8233         * mono-debug-debugger.c
8234         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
8235
8236 2005-10-24  Raja R Harinath  <harinath@gmail.com>
8237
8238         * icall.c (base64_to_byte_array): Don't pass an out-of-range
8239         integer to isspace.
8240
8241 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
8242
8243         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
8244         when passing valuetypes byref. Fixes #76502.
8245
8246 2005-10-19  Jackson Harper  <jackson@ximian.com>
8247
8248         * profiler.c: Don't put a . in front of types that are not in a
8249         namespace.
8250
8251 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
8252
8253         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
8254
8255 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
8256
8257         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
8258         #76436.
8259         (mono_marshal_get_ldflda_wrapper): Fix a warning.
8260
8261 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8262
8263         * assembly.c metadata-internals.h icall.c: Define an additional
8264         parameter for mono_assembly_name_parse_full, so we can avoid creating
8265         S.R.AssemblyName.Version when no version info wasn't passed.
8266         
8267 2005-10-09  Miguel de Icaza  <miguel@novell.com>
8268
8269         * class.c (mono_type_get_full_name): Reimplement method that was
8270         removed. 
8271
8272         * image.c: Some docs
8273
8274 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
8275
8276         * profiler.c (output_newobj_profile): Fix printing of Total memory
8277         on x86.
8278
8279 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8280
8281         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
8282
8283 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
8284
8285         * threads.c: remove debug output.
8286
8287 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
8288
8289         * threads.c (mono_thread_manage): Fix crashes if more than 64
8290         threads need to be aborted. Hopefully fixes #75899.
8291
8292         * assembly.c (mono_stringify_assembly_name): New helper function.
8293
8294         * class.c: Use mono_stringify_assembly_name instead of the similar
8295         static function.
8296
8297         * assembly.h assembly.c: Add support for calling a postload search 
8298         hook if an assembly cannot be loaded.
8299
8300         * appdomain.c: Register new search hooks which call the AssemblyResolve
8301         events in AppDomain. Fixes #75231
8302
8303 2005-10-07  Martin Baulig  <martin@ximian.com>
8304
8305         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
8306         methods without debug info.
8307
8308 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
8309
8310         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
8311         wrappers.
8312
8313 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8314
8315         * file-io.c: now that we return symlinks, use lstat and, when the file
8316         is a symbolic link, stat, to get the file attributes. Also avoid the
8317         conversion to/from utf16/external.
8318
8319 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
8320
8321         * class.c (mono_class_layout_fields): Compute klass->has_references
8322         correctly if an embedded valuetype is not yet initialized. Fixes
8323         #76331.
8324
8325 2005-10-04  Martin Baulig  <martin@ximian.com>
8326
8327         * metadata.c
8328         (mono_metadata_load_generic_param_constraints): New public
8329         function; splitted the constraints loading out from
8330         mono_metadata_load_generic_params().
8331
8332         * class.c (mono_class_create_from_typedef): Call
8333         mono_metadata_load_generic_param_constraints() after setting up
8334         the type and creating our parent; fixes #75329.
8335
8336 2005-10-04  Martin Baulig  <martin@ximian.com>
8337
8338         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
8339         non-dynamic parent classes.
8340
8341 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
8342
8343         * file-io.c : win32 build fix (ETXTBSY seems not found).
8344
8345 2005-10-04  Martin Baulig  <martin@ximian.com>
8346
8347         * reflection.c
8348         (mono_image_get_methodspec_token): Make the cache actually work;
8349         fixes #75974.
8350
8351 2005-10-04  Martin Baulig  <martin@ximian.com>
8352
8353         * class.c (mono_class_name_from_token): Removed the unneccessary
8354         `MonoGenericContext *' argument.
8355
8356 2005-10-04  Martin Baulig  <martin@ximian.com>
8357
8358         * loader.c
8359         (method_from_methodspec): Make the caching work again; fixes the
8360         performance regression from #76262.
8361
8362 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8363
8364         * file-io.c:
8365         * file-io.h:
8366         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
8367         GetFileSystemEntries that performs the same work but without going
8368         into io-layer, locking, etc.
8369
8370 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
8371
8372         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
8373         ThreadState_Stopped as well. Fixes #76047.
8374
8375 2005-09-29  Martin Baulig  <martin@ximian.com>
8376
8377         * class.c
8378         (inflate_generic_context): If the new context has a `gmethod', set
8379         its `container' that that gmethod's `container'.
8380
8381         * metadata.c
8382         (mono_metadata_parse_generic_param): Simplify things;
8383         `generic_container = generic_context->container;' is just fine.
8384
8385         * loader.c (method_from_methodspec): Code cleanups.
8386
8387 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
8388
8389         * decimal.c: fix warning (and let gcc generate correct
8390         code on ARM with optimizations).
8391
8392 2005-09-28  Martin Baulig  <martin@ximian.com>
8393
8394         * loader.c
8395         (method_from_memberref): Added `MonoGenericContext *class_context'
8396         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
8397         (method_from_methodspec): If we're a memberref, use the enclosing
8398         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
8399
8400 2005-09-28  Martin Baulig  <martin@ximian.com>
8401
8402         * object.c (mono_runtime_invoke_array): Added support for
8403         MONO_TYPE_GENERICINST; fixes #75917.
8404
8405 2005-09-27  Martin Baulig  <martin@ximian.com>
8406
8407         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
8408         `k->byval_arg.type' to determine the actual type.
8409
8410         * loader.c (method_from_methodspec): Removed some hacks.
8411
8412 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
8413
8414         * class-internals.h (mono_field_is_deleted): Do the test for
8415         rtspecialname before we check the actual name of the field. This
8416         prevents us from dereferencing a pointer into the string table,
8417         saving us from accessing a few pages
8418
8419         * *.c: Replace the use of {Enter,Leave}CriticalSection with
8420         macros. This will allow a deadlock debugger to easily be plugged
8421         in.
8422
8423 2005-09-27  Martin Baulig  <martin@ximian.com>
8424
8425         * loader.c (method_from_methodspec): Create a "signature"
8426         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
8427
8428 2005-09-27  Martin Baulig  <martin@ximian.com>
8429
8430         * class.c
8431         (inflate_generic_class): Correctly set the new context's
8432         container.
8433
8434         * loader.c
8435         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
8436         instead of a `MonoGenericContext *'.
8437         (mono_method_signature_full): Take a `MonoGenericContainer *'
8438         instead of a `MonoGenericContext *'.
8439
8440         * metadata.c
8441         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
8442         instead of a `MonoGenericContext *'.
8443         (mono_metadata_parse_method_signature_full): Likewise.
8444
8445 2005-09-26  Martin Baulig  <martin@ximian.com>
8446
8447         * class.c
8448         (mono_class_from_generic_parameter): Set `klass->generic_container'
8449         (mono_class_from_generic_parameter): Likewise.
8450         (mono_bounded_array_class_get): We inherit the generic container
8451         from the element class.
8452
8453         * loader.c
8454         (find_method, find_method_in_class): Take a `MonoGenericContext *'
8455         argument rather than computing it here.
8456         (method_from_memberref): Correctly set the generic context before
8457         parsing the signature.  Fixes #75681.
8458
8459 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
8460
8461         * object.c (mono_class_has_special_static_fields): Fix warnings.
8462
8463 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8464
8465         * assembly.c: Add parse_public_key function, to
8466         par the public keys. Also added mono_assembly_name_parse_full,
8467         to define it the parsed key should be freed or not.
8468         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
8469         to parse a long format assembly name.
8470         * metadata-internals.h: Keep mono_assembly_name_parse_full as
8471         private, since calling it to preserve the key requires
8472         freeing it manually.
8473         
8474 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
8475
8476         * locales.c : removed HAVE_ICU part.
8477
8478 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
8479
8480         * object.c (mono_class_create_runtime_vtable): Avoid calling 
8481         field_is_special_static if the klass has no special static fields.
8482
8483         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
8484         (MonoCachedClassInfo): Likewise.
8485
8486         * object.c (mono_class_has_special_static_fields): New helper function.
8487
8488 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8489
8490         * class.c (mono_class_create_from_typedef): Don't call 
8491         interfaces_from_typedef_full for enums.
8492         (mono_class_create_from_typedef): Compute the base types of enums directly
8493         without calling mono_class_setup_fields ().
8494         (mono_class_find_enum_basetype): New helper function.
8495
8496         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
8497         one place inside the string heap.
8498         
8499 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
8500
8501         * class.c: locking fixes, code cleanups, some docs added.
8502         Allocate some data structures in the image mempool.
8503
8504 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8505
8506         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8507         the example code.
8508         
8509 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
8510
8511         * class-internals.h, class.c, reflection.c: reduce memory taken by
8512         MonoClass.
8513
8514 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
8515
8516         * metadata.c, metadata.h, loader.h: documentation updates, code and
8517         API cleanups.
8518
8519 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
8520
8521         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
8522         the example code.
8523
8524         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
8525         page faults caused by the runtime while reading metadata.
8526
8527 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8528
8529         * socket-io.c: the field names were changed 3 months ago and no one
8530         realized until bug #76077 got filed!
8531
8532 2005-09-20  Martin Baulig  <martin@ximian.com>
8533
8534         * icall.c (assembly_icalls): Removed some unused debugger icalls.
8535
8536 2005-09-20  Martin Baulig  <martin@ximian.com>
8537
8538         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
8539         write the rank into the class entry.
8540
8541 2005-09-20  Martin Baulig  <martin@ximian.com>
8542
8543         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
8544
8545 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
8546
8547         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8548
8549         * icall.c (custom_attrs_defined_internal): New icall.
8550
8551         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
8552         function.
8553         (mono_custom_attrs_construct_by_type): New helper function.
8554
8555 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
8556
8557         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
8558         terminate the resulting string. Fixes #76123.
8559
8560 2005-09-16  Martin Baulig  <martin@ximian.com>
8561
8562         * mono-debug.c
8563         (mono_debug_add_method): Ignore inflated methods for the moment.
8564
8565 2005-09-14  Martin Baulig  <martin@ximian.com>
8566
8567         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
8568
8569 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
8570
8571         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
8572         return a success/failure indication.
8573         (mono_metadata_interfaces_from_typedef_full): Ditto.
8574         (get_constraints): Ditto.
8575
8576 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
8577
8578         * marshal.c (emit_marshal_array): Fix handling of null arrays.
8579         
8580         * marshal.c (emit_marshal_array): Add support for returning string
8581         arrays from delegates. Fixes #76063.
8582
8583         * marshal.c: Use the emit_ldloc/stloc macros where possible.
8584
8585 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
8586
8587         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
8588         icall.
8589
8590 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
8591
8592         * reflection.c icall.c: Fix after mono_get_exception_type_load
8593         signature change.
8594
8595         * assembly.c (mono_assembly_get_assemblyref): New helper function.
8596         (mono_assembly_load_reference): Use the new helper.
8597
8598         * class-internals.h (MonoLoaderError): New structure containing 
8599         information about type loading errors.
8600
8601         * class-internals.h loader.c: Add APIs to store per-thread loader
8602         error information.
8603
8604         * loader.c class.c: Set the loader error if needed.
8605
8606         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
8607
8608 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
8609
8610         * decimal.c: fixed to handle the broken ARM fp format.
8611
8612 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
8613
8614         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
8615         broken.
8616
8617 2005-09-06  Martin Baulig  <martin@ximian.com>
8618
8619         * domain.c (supported_runtimes): Added v2.0.50727.
8620
8621 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
8622
8623         * culture-info.h: reduce the size of some structures.
8624
8625 2005-09-05  Martin Baulig  <martin@ximian.com>
8626
8627         Reflect latest API changes in the August CTP.
8628
8629         * icall.c
8630         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
8631         ("MonoType.HasGenericArguments"): Removed.
8632         ("MonoMethod.BindGenericParameters"): Renamed to
8633         "MakeGenericMethod".
8634         ("MethodBuilder.BindGenericParameters"): Renamed to
8635         "MakeGenericMethod".    
8636
8637 2005-09-05  Martin Baulig  <martin@ximian.com>
8638
8639         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
8640
8641 2005-09-05  Martin Baulig  <martin@ximian.com>
8642
8643         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8644
8645         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
8646         generic_container is non-NULL.
8647
8648 2005-09-05  Martin Baulig  <martin@ximian.com>
8649
8650         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8651
8652         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
8653
8654 2005-08-29  Michal Moskal  <malekith@nemerle.org>
8655
8656         * reflection.c (encode_locals,
8657         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
8658         for large generic types.
8659
8660 2005-09-05  Martin Baulig  <martin@ximian.com>
8661
8662         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8663
8664         * class.c (mono_dup_array_type): New public method.
8665         (mono_metadata_signature_deep_dup): New public method.
8666         (dup_type): Correctly duplicate array and function types.
8667
8668 2005-09-05  Martin Baulig  <martin@ximian.com>
8669
8670         Applying a patch from Michal Moskal <malekith@nemerle.org>.
8671
8672         * reflection.c (get_default_param_value_blobs): Handle generic types
8673         and generic methods.
8674
8675 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
8676
8677         * class.c: Fixed error reporting (method/class were inversed) for 
8678         inheritance demands.
8679         * security-manager.c|h: Added the AppDomain when calling the managed
8680         System.Security.SecurityManager.InheritanceDemand method.
8681
8682 2005-09-01  Raja R Harinath  <rharinath@novell.com>
8683
8684         * reflection.c (encode_marshal_blob): 'marshaltype' and
8685         'marshaltyperef' are alternate sources for the custom marshaler
8686         name.
8687
8688 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
8689
8690         * class.c: fix creation of array classes with rank == 1
8691         (patch by Ankit Jain <jankit@novell.com>).
8692
8693 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
8694
8695         * object.c: fix check for creating the bound data for arrays vs
8696         szarrays.
8697
8698 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8699
8700         * object.c: configuration file name is now based on the executable name,
8701         not the image name. Fixes bug #75931.
8702
8703 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
8704
8705         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
8706         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
8707
8708 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
8709
8710         * rand.c: Use wincrypt.h instead of WinCrypt.h.
8711
8712 2005-08-24  Ankit Jain  <jankit@novell.com>
8713             Raja R Harinath  <rharinath@novell.com>
8714
8715         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
8716           called by it recursively.
8717           (mono_class_init): Remove special case in pending_init handling, since it's
8718           superseded by the fix to mono_class_from_typeref.
8719
8720 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
8721
8722         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
8723         BROKEN_THREAD_START stuff.
8724
8725 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
8726
8727         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
8728         trampoline.
8729
8730         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
8731         
8732         * object.c (mono_delegate_ctor): Replace the original function address with
8733         a delegate trampoline.
8734
8735 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
8736
8737         * icall.c: add boolean argument to base64_to_byte_array and 
8738         InternalFromBase64String to control whether a whitespace-only string
8739         is allowed (or should casue a FormatException to be thrown). We need
8740         this as the behavior has changed between MS.NET 1.x and 2.0, and we
8741         to match the MS behaviour in both profiles.
8742         * appdomain.c: Bump corlib version.
8743
8744 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8745
8746         This patch implements a big portion of publisher policy
8747         support, used to bind assembly versions and redirect
8748         one assembly from version A to version B.
8749
8750         * assembly.c:
8751         New GSList loaded_assembly_bindings, for storing the cached
8752         assembly bindings.
8753         (assembly_binding_maps_name): New static function for checking if a 
8754         assembly binding information maps an assembly name.
8755         (mono_assembly_binding_info_free): New function for freeing
8756         assembly binding information resources.
8757         (get_publisher_policy_info): New static function for retrieving 
8758         assembly binding information from a MonoImage.
8759         (compare_versions): New static function for comparing an assembly
8760         binding information data and the version of an assembly name.
8761         (check_policy_versions): New static function for checking if an
8762         assembly binding info mapping an assembly name is valid for it.
8763         (mono_assembly_load_publisher_policy): New static function for
8764         loading the 'policy.major.minor.MyAssembly' image for an assembly
8765         with an assembly name 'aname'.
8766         (mono_assembly_bind_version): New static function for updating
8767         assembly redirection.
8768         (mono_assembly_apply_binding): New static function for applying
8769         assembly binding.
8770         (search_binding_loaded): New static function for searching 
8771         loaded assembly binding infos in the cache domain.
8772         (mono_assembly_load_full): Don't apply assembly binding for
8773         reflection only assemblies.
8774
8775         * metadata-internals.h: Add MonoAssemblyBindingInfo,
8776         which contains information about assembly binding. Also
8777         declare signature for mono_config_parse_publisher_policy ()
8778         function, used to retrieve pub policy info.
8779         
8780         * mono-config.c:
8781         (publisher_policy_start): New static function used to parse publisher 
8782         policy config files.
8783         (publisher_policy_parser): New static MonoParseHandler containing 
8784         the functions used when parsing config files.
8785         (mono_config_parse_publisher_policy): New function for parsing
8786         publisher policy files.
8787         
8788 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
8789
8790         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
8791
8792         * marshal.c (mono_delegate_free_ftnptr): Ditto.
8793
8794         * object.c (mono_get_addr_from_ftnptr): New helper function.
8795
8796         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
8797
8798         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8799
8800 2005-08-19  Dick Porter  <dick@ximian.com>
8801
8802         * threads.c, threads.h, appdomain.c, appdomain.h,
8803         profiler-private.h, monitor.c, object.c, object-internals.h,
8804         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
8805         store the thread ID, so it can hold a 64 bit value if needed.
8806
8807 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
8808
8809         * reflection.c (mono_reflection_create_dynamic_method): Store the
8810         handle class into the method references as well so ldtoken works in
8811         dynamic methods.
8812
8813         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
8814         types.
8815
8816 2005-08-19  Ankit Jain <jankit@novell.com>
8817
8818         Fix #75847.
8819         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
8820           here rather than using the method signature of a arbitrary function
8821           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
8822           two arguments.
8823           Hack done with Harinath.
8824
8825 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8826
8827         * threadpool.c: disable printing stack traces when we get a exception
8828         in a threadpool thread. I need to do more testing to figure out which
8829         cases actually print this. Fixes bug #75828.
8830
8831 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8832
8833         * icall.c: there might be ignored whitespace after the last '='. This
8834         fixes length computation and bug #75840.
8835
8836 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
8837
8838         * assembly.c (mono_assembly_load_full): Consider .exe extension as
8839         well. Fixes #75809.
8840
8841         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
8842         #75784.
8843         
8844         * reflection.c (create_custom_attr_data): Ditto.
8845
8846 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
8847
8848         * locales.c, culture-info.h : removed RegionLCIDMap.
8849         * culture-info-tables.h : regenerated.
8850
8851 2005-08-16  Martin Baulig  <martin@ximian.com>
8852
8853         * class.c (mono_type_get_name_recurse): Small fix.
8854
8855 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
8856
8857         * locales.c : indentation fixie.
8858
8859 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
8860
8861         * object-internals.h,
8862           locales.h,
8863           locales.c,
8864           culture-info.h,
8865           icall.c : added RegionInfo table support.
8866         * culture-info-table.h : regenerated for region support.
8867
8868 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
8869
8870         * reflection.c (resolve_object): handle all kinds of MonoMethod
8871         including generic ones
8872
8873 2005-08-12  Ankit Jain <jankit@novell.com>
8874
8875         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
8876           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
8877
8878 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
8879
8880         * process.c: Don't close a thread handle when it's NULL. This is a
8881         workaround for bug #75733.
8882
8883 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
8884
8885         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
8886
8887 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
8888
8889         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
8890
8891 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8892
8893         * threadpool.c: if a work item in the thread pool has a callback that
8894         catches a exception, don't propagate it after invoking the callback.
8895         Fixes bug #75336.
8896
8897 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
8898
8899         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
8900
8901         * class-internals.h (MonoCachedClassInfo): Add some new fields.
8902
8903         * class.c (mono_class_init): Load field info lazily in the AOT case.    
8904
8905         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
8906
8907 2005-08-03  Ankit Jain  <jankit@novell.com>
8908
8909         Fix #75683.
8910         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
8911           PInvoke calling convention is 0.
8912
8913 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
8914
8915         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
8916         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
8917
8918 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
8919
8920         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
8921         to handle threads not started by the GC (patch by Michael Meeks
8922         <michael.meeks@novell.com>).
8923
8924 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
8925
8926         * reflection.c: Make buffer used in emitting types larger for some
8927         big generic types (patch by Michal Moskal).
8928
8929 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
8930
8931         * mono-debug.c: Fix some (not all) alignment problems.
8932
8933 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8934
8935         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
8936         Invoke mono_image_load_from_data_full passing the refonly
8937         parameter.
8938
8939         * assembly.c
8940         (mono_assembly_open_from_bundle): Add the refonly argument, 
8941         in order to pass it to other methods it calls to.
8942         (do_mono_assembly_open): Add the refonly argument, in order 
8943         to pass it to other methods it calls to.
8944         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
8945         the refonly parameter to it.
8946
8947         * image.c: Add loaded_images_refonly_hash and
8948         loaded_images_refonly_guid_hash to cache the reflection
8949         only loaded images.
8950         (mono_images_init): Initialize the hash tables used for
8951         caching the reflection only images.
8952         (load_modules): Invoke mono_image_open_full passing the refonly
8953         parameter to load the modules the correct way.
8954         (build_guid_table): Add the refonly argument, to re-build the 
8955         correct hash table.
8956         (do_mono_image_open): Added the refonly argument, in order to
8957         define it for the loaded image.
8958         (mono_image_loaded_full): New function, which receives an
8959         additional parameter to look for the image in the refonly or
8960         non-refonly section.
8961         (mono_image_loaded): Updated, using mono_image_loaded_full.
8962         (mono_image_loaded_by_guid_full): The same case that happens
8963         with mono_image_loaded_full.
8964         (mono_image_loaded_by_guid): Likewise.
8965         (register_image): Use the ref_only variable inside MonoImage
8966         to decide in which hash table store the current image.
8967         (mono_image_open_from_data_full): Rename
8968         mono_image_open_from_data to mono_image_open_from_data_full,
8969         adding the refonly argument, to define the ref_only variable 
8970         inside MonoImage.
8971         (mono_image_open_from_data): Return 
8972         mono_image_open_from_data_full.
8973         (mono_image_open_full): Rename mono_image_open to
8974         mono_image_open_full, receiving the new refonly argument,
8975         to pass it to inner methods.
8976         (mono_pe_file_open): Update this function, to open
8977         a MonoImage as a non-refonly image.
8978         (mono_image_close): Use the refonly variable inside
8979         MonoImage to remove the image from the correct caches.
8980
8981         * image.h: Add the signatures of mono_image_open_full,
8982         mono_image_open_from_data_full, mono_image_loaded_full,
8983         mono_image_loaded_by_guid_full.
8984
8985         * metadata-internals.h: Add the ref_only field to 
8986         MonoImage.
8987         
8988 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8989
8990         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
8991         Fix the last behavior, which used to load the assemblies and
8992         extract MonoReflectionAssemblyName information, instead of
8993         extract it from the metadata tables. Needed for Reflection
8994         Only assemblies.
8995         
8996 2005-07-29  Martin Baulig  <martin@ximian.com>
8997
8998         * mono-debug-debugger.c
8999         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
9000         not initialized.
9001
9002         * mono-debug.c
9003         (mono_debug_address_from_il_offset): Check whether we have
9004         debugging support before attempting to take the lock.
9005         (mono_debug_source_location_from_address): Likewise.
9006         (mono_debug_source_location_from_il_offset): Likewise.
9007         (mono_debug_il_offset_from_address): Likewise.
9008         (mono_debug_address_from_il_offset): Likewise.
9009
9010 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
9011
9012         * class.c (mono_class_from_name_case): Add support for dynamic images.
9013         Fixes #75650.
9014
9015         * object.c (mono_class_compute_gc_descriptor): Add a workaround
9016         for #75479.
9017
9018 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9019         
9020         * reflection.c (mono_method_get_object): Fix warning.
9021
9022 2005-07-28  Martin Baulig  <martin@ximian.com>
9023
9024         * mono-debug.c
9025         (mono_debug_add_wrapper): Also write the wrapper type.
9026
9027 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
9028
9029         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
9030         
9031         * class.c (mono_class_init): Avoid reading nested classes if the AOT
9032         data indicates the class has none.
9033
9034 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
9035
9036         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
9037         loader lock with the debugger lock. Prevents deadlocks for beagle.
9038
9039         Beagle can now run on an smp box for a weekend without any
9040         issues. Woohoo!
9041
9042 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
9043
9044         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
9045         in a module. Fixes #75629.
9046
9047 2005-07-26  Martin Baulig  <martin@ximian.com>
9048
9049         * mono-debug.c (mono_debug_add_wrapper): New static method.
9050         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
9051         interncall or a wrapper.
9052
9053         * mono-debug.h (MonoDebugWrapperData): New public typedef.
9054         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
9055         (MONO_DEBUGGER_VERSION): Bump to 51.
9056
9057         * mono-debug-debugger.c
9058         (mono_debugger_add_type): Removed this empty function.
9059         (mono_debugger_add_method): Likewise.
9060
9061 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
9062
9063         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
9064         before accessing method->slot.
9065
9066 2005-07-21  Jb Evain  <jbevain@gmail.com>
9067
9068         * reflection.c (method_encode_clauses/class): Handle filters clauses.
9069         Fixes #75010.
9070
9071 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
9072
9073         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
9074         #75587.
9075
9076 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
9077
9078         * image.h image.c: Add mono_image_get_guid () API function.
9079
9080 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
9081
9082         There were issues when multiple threads tried to load
9083         assemblies. A deadlock was created between assemblies_mutex and
9084         mono_domain_assemblies_lock. This fixes the issue by making the
9085         assembly ref counting be lock free. See bug 75586.
9086         
9087         * image.c (mono_image_close): The add ref function here was using
9088         Interlocked operations while the unref was using a mutex and a
9089         --. I don't think this was ever a bug that would be exposed in a
9090         non-pendantic way (ie, by an embedder doing a ref on one thread
9091         and an unref on another), but for the sake of correctness, this is
9092         now Interlocked.
9093
9094         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
9095         (mono_assembly_load_reference): Call mono_assembly_addref rather
9096         than touching the refcount ourselves.
9097         (mono_assembly_close): Use InterlockedDecrement to unref the
9098         assembly. Don't acquire the lock unless it is actually needed.
9099
9100 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9101
9102         * class.c (mono_class_layout_fields): Fix calculation of has_references
9103         for generic types.
9104
9105 2005-07-12  Martin Baulig  <martin@ximian.com>
9106
9107         Applying a patch from Michal Moskal <malekith@nemerle.org>.
9108
9109         * metadata.c
9110         (mono_type_hash): Provide better hashing for generic instances.
9111         (mono_generic_inst_hash): Improve hashing.
9112         (mono_generic_class_hash): Likewise.
9113
9114         * reflection.c (mymono_metadata_type_hash): Improve hashing for
9115         generic instances.
9116
9117 2005-07-12  Martin Baulig  <martin@ximian.com>
9118
9119         * reflection.c (mono_reflection_create_runtime_class): Remove the
9120         hack for generic type definitions and non-`Run' assemblies.
9121         (mono_reflection_bind_generic_parameters): Also use
9122         `klass->wastypebuilder' to check for TypeBuilders.
9123
9124 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
9125
9126         * class.c (mono_class_layout_fields): Fix calculation of has_references
9127         for generic types.
9128
9129         * class.c (inflate_generic_class): Fix a leak.
9130         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
9131         for generic types.
9132
9133 2005-07-11  Martin Baulig  <martin@ximian.com>
9134
9135         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
9136         on error.
9137
9138 2005-07-11  Martin Baulig  <martin@ximian.com>
9139
9140         * loader.c (find_method): Also lookup in
9141         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
9142
9143 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9144
9145         * appdomain.c (mono_domain_unload): Don't free the error message
9146         before passing it to mono_get_exception_...
9147
9148         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
9149         
9150 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
9151
9152         * threads.c: try to better guess an available RT signal (bug #75387).
9153
9154 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9155
9156         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
9157         and CACHE_OBJECT.
9158
9159 2005-07-07  Martin Baulig  <martin@ximian.com>
9160
9161         * class.c (mono_type_get_name_full): Return NULL for
9162         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
9163         fixes #75408.
9164
9165 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
9166
9167         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
9168         exit the appdomain as well being aborted.
9169
9170         * threadpool.c: Create all threadpool threads inside the root appdomain, and
9171         change back to the root domain after calling managed code. This enables
9172         appdomains using threadpools to be unloaded.
9173
9174 2005-07-07  Martin Baulig  <martin@ximian.com>
9175
9176         * class-internals.h
9177         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
9178         into `MonoDynamicGenericClass' since we only need it for dynamic
9179         types.
9180
9181         * reflection.c (mono_class_bind_generic_parameters): We don't need
9182         to compute the `parent' here.
9183
9184 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
9185
9186         * culture-info-table.h : regenerated.
9187
9188 2005-07-06  Martin Baulig  <martin@ximian.com>
9189
9190         * icall.c
9191         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
9192
9193         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
9194
9195 2005-07-06  Martin Baulig  <martin@ximian.com>
9196
9197         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
9198         we're doing a signature-only comparision; fixes #74945.
9199
9200 2005-07-06  Martin Baulig  <martin@ximian.com>
9201
9202         * class-internals.h (MonoGenericClass): Moved some things out into
9203         a new `MonoInflatedGenericClass' type.  
9204         (MonoInflatedGenericClass): New type; the `klass' of a
9205         `MonoGenericClass' is now computed lazyly in
9206         mono_get_inflated_generic_class().      
9207
9208         * class.c (mono_get_inflated_generic_class): New public function.
9209         (mono_class_inflate_generic_method): Removed the unused
9210         `MonoClass *' argument.
9211         (setup_generic_vtable): Don't call mono_get_inflated_method() on
9212         all the methods.
9213         (mono_class_create_generic): Make this static and merge it with
9214         mono_class_create_generic_2(); we're now called automatically from
9215         mono_get_inflated_generic_class().
9216
9217         * loader.c (mono_method_signature): Call
9218         mono_get_inflated_method() here.
9219
9220 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
9221
9222         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
9223         type of fields with RVA.
9224
9225         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
9226         for this pseudo class.
9227         (my_mono_class_from_generic_parameter): Likewise.
9228         (mono_class_init): Allow interfaces to have cctors.
9229
9230 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9231
9232         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
9233         lazily for AOT methods.
9234
9235 2005-07-05  Martin Baulig  <martin@ximian.com>
9236
9237         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
9238         returns FALSE for a successful match, not TRUE.
9239
9240 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
9241
9242         * loader.c (mono_method_get_index): Optimize this a bit.
9243
9244 2005-07-04  Martin Baulig  <martin@ximian.com>
9245
9246         * class.c
9247         (class_compute_field_layout): Move the check for generic type
9248         definitions into mono_class_layout_fields().  Fixes #74684.
9249         (mono_class_from_generic_parameter): Correctly compute
9250         `klass->parent'; fixes #75457.
9251
9252         * reflection.c (register_assembly, register_module): Make sure
9253         `domain->rejobject_hash' is already created.
9254
9255 2005-07-02  Martin Baulig  <martin@ximian.com>
9256
9257         * class-internals.h
9258         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
9259         `MonoDynamicGenericClass'.      
9260
9261 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
9262
9263         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
9264         returned by a field getter is null, since null is a valid value.
9265
9266 2005-07-01  Martin Baulig  <martin@ximian.com>
9267
9268         * reflection.c (mono_reflection_generic_class_initialize): Update
9269         the `dgclass->fields [i].parent' to the correct class.
9270         (mono_image_get_fieldref_token): Use the declaring type, not the
9271         reflected type.
9272
9273 2005-07-01  Martin Baulig  <martin@ximian.com>
9274
9275         * loader.c (find_method): Also look in the interfaces; fixes #75429.
9276
9277 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
9278
9279         * threads.c (thread_cleanup): assert that thread != NULL
9280         (wait_for_tids_or_state_change): We were using the wrong variable
9281         when accessing wait->threads. `i' was always out of the bounds of
9282         the array.
9283
9284 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9285
9286         * loader.c: map user32 and kernel32 to libMonoSupportW
9287
9288 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
9289
9290         * appdomain.c (unload_thread_main): Mark this as WINAPI.
9291
9292 2005-06-28  Martin Baulig  <martin@ximian.com>
9293
9294         * loader.c (method_from_methodspec): Fix #75334.
9295
9296 2005-06-28  Martin Baulig  <martin@ximian.com>
9297
9298         Fix #74953 - Arrays now implement the generic IList<T> interface
9299         on the 2.0 platform.
9300
9301         * class-internals.h (MonoDefaults): Added `generic_array_class'.
9302
9303         * reflection.c (mono_class_bind_generic_parameters): New public
9304         function; similar to mono_reflection_bind_generic_parameters(),
9305         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
9306
9307         * domain.c (mono_init_internal): Try to initialize.
9308         `mono_defaults.generic_array_class' here; this'll only succeed if
9309         we're using the 2.0 corlib.
9310
9311         * icall.c
9312         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
9313         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
9314         (mono_lookup_internal_call): Added support for nested classes.
9315
9316         * loader.c
9317         (mono_get_method_from_token): Set `result->signature->pinvoke' if
9318         we're an interncall and have generic arguments.
9319
9320         * class.c
9321         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
9322         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
9323         instance of System.Array.InternalArray<T> for arrays, so they
9324         implement the generic IList<T> interface.
9325
9326 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
9327
9328         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
9329         (chastamar@yahoo.com). Fixes #75374.    
9330
9331 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
9332
9333         * culture-info-table.h: regenerated.
9334
9335 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9336
9337         * icall.c: handle spaces correctly for base64 strings.
9338
9339 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
9340
9341         * *.c: Kill some warnings.
9342
9343 2005-06-23  Duncan Mak  <duncan@novell.com>
9344
9345         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
9346         that this builds on Solaris 10 (x86).
9347
9348 2005-06-23  Martin Baulig  <martin@ximian.com>
9349
9350         * class.c
9351         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
9352         generic type definitions.
9353
9354 2005-06-23  Martin Baulig  <martin@ximian.com>
9355
9356         Fix #75331.
9357
9358         * metadata.c (mono_class_get_overrides): Renamed to
9359         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
9360         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
9361         pass it to mono_get_method_full().
9362
9363 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
9364
9365         * reflection.c (mono_reflection_create_runtime_class): take the
9366         mono_domain_lock in this method. Prevents deadlocks
9367
9368 2005-06-22  Martin Baulig  <martin@ximian.com>
9369
9370         * loader.c (method_from_methodspec): Fix #75330.
9371
9372 2005-06-22  Martin Baulig  <martin@ximian.com>
9373
9374         * reflection.c (type_get_qualified_name): Use
9375         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
9376         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
9377         argument; use it if we don't have an assembly name.
9378
9379 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
9380
9381         * object.c: In mono_message_init, set "copy out" flag for in
9382         parameters with the [Out] flag.
9383
9384 2005-06-21  Martin Baulig  <martin@ximian.com>
9385
9386         * class.c
9387         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
9388         and MONO_TYPE_PTR.
9389
9390 2005-06-21  Martin Baulig  <martin@ximian.com>
9391
9392         * class.c (mono_class_init): Don't initialize `class->fields' for
9393         generic instances since they're initialized again in
9394         compute_field_layout(). 
9395         (compute_field_layout): Set the field's `generic_info' here; fix
9396         #75320. 
9397
9398 2005-06-21  Martin Baulig  <martin@ximian.com>
9399
9400         * class-internals.h
9401         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
9402
9403         * metadata.c (mono_metadata_generic_method_equal): Also
9404         distinguish the `generic_class'; fixes #75334.
9405
9406 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9407
9408         * domain.c:
9409         * appdomain.c:
9410         * domain-internals.h:
9411         * reflection.c: 'domain_assemblies' field is now protected by its own
9412         lock. Don't call into managed code to run the AssemblyLoad event if we
9413         now there are no registered delegates for it.
9414
9415 2005-06-20  Martin Baulig  <martin@ximian.com>
9416
9417         * class.c (mono_class_is_assignable_from): Use a custom version of
9418         mono_class_has_parent() to make things work for generic instances;
9419         fix #75300.
9420
9421 2005-06-20  Martin Baulig  <martin@ximian.com>
9422
9423         * loader.c (method_from_methodspec): Apply a patch from
9424         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
9425
9426 2005-06-20  Martin Baulig  <martin@ximian.com>
9427
9428         * class.c (mono_class_init): Reverted Zoltan's last change; it
9429         breaks generics.
9430
9431 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
9432
9433         * threads.c (wait_for_tids_or_state_change): Add missing locking.
9434
9435 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9436
9437         * socket-io.c: fix the index in the socket array for writable/error
9438         sockets. Fixes bug #75306.
9439
9440 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
9441
9442         * class.c (mono_class_init): Allow interfaces to have static ctors.
9443
9444 2005-06-17  Martin Baulig  <martin@ximian.com>
9445
9446         * loader.c (method_from_methodspec): Use `context->container' when
9447         parsing the `gmethod->inst'.
9448
9449 2005-06-17  Martin Baulig  <martin@ximian.com>
9450
9451         * class.c (mono_type_get_name_recurse): Don't add the assembly
9452         name for type arguments.
9453
9454 2005-06-15  Martin Baulig  <martin@ximian.com>
9455
9456         * reflection.c (mono_image_get_inflated_method_token): Encode
9457         correct klass; fixes #75260.
9458
9459 2005-06-13 Michal Moskal <malekith@nemerle.org>
9460
9461         * icall.c: Make GetCorrespondingMethod/Constructor take
9462         MonoReflectionMethod method not MonoMethod. Removed
9463         MonoType.GetCorrespondingField, and make
9464         MonoGenericType.GetCorrespondingField take name not
9465         MonoClassField.
9466
9467 2005-06-13  Michal Moskal <malekith@nemerle.org>
9468
9469         * reflection.c (field_encode_signature, encode_locals):
9470          Make sizes of buffers for types larger (for big generic types).
9471          (create_generic_typespec,
9472          mono_reflection_sighelper_get_signature_local,
9473          mono_reflection_sighelper_get_signature_field):
9474          Add asserts for too small buffers.
9475
9476 2005-06-15  Martin Baulig  <martin@ximian.com>
9477
9478         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
9479         if our parent is not a dynamic type.
9480
9481 2005-06-15  Martin Baulig  <martin@ximian.com>
9482
9483         * class-internals.h (MonoTypeNameFormat): New enum.
9484
9485         * class.c
9486         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
9487         (mono_type_get_full_name): Removed.
9488         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
9489         argument instead of the boolean's.
9490
9491         * icall.c (ves_icall_System_MonoType_getFullName):
9492         Added `gboolean assembly_qualified'.    
9493
9494         * reflection.h
9495         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
9496
9497         * reflection.c (mono_reflection_parse_type): Parse the new type
9498         name format.
9499
9500 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9501
9502         * icall.c: no need to convert from utf16 to utf8 and then back again
9503         after the call to GetLogicalDrives.
9504
9505 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9506
9507         * icall.c: frombase64. Fix problems exposed by new tests.
9508
9509 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9510
9511         * icall.c: added internal calls for converting char [] and strings in
9512         base64 into byte [].
9513
9514 2005-06-10  Martin Baulig  <martin@ximian.com>
9515
9516         * class.c (mono_class_create_generic_2): Read the nested classes
9517         from the metadata rather than from `gklass->nested_classes' since
9518         `gklass' might not be initialized yet.
9519
9520 2005-06-09  Duncan Mak  <duncan@novell.com>
9521
9522         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
9523         all public headers. Fixes #74919.
9524
9525 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
9526
9527         * domain.c: The key for proxy_vtable_hash is now a pointer
9528         array. Added new GHashFunc and GCompareFunc functions for this.
9529
9530         * class.h: The list of interfaces in MonoRemoteClass is known in
9531         advance and can't grow (we create a new MonoRemoteClass if needed),
9532         so now the interface array can be allocated together with
9533         MonoRemoteClass.
9534         
9535         * object.c: Added a new method create_remote_class_key.
9536         Fixed mono_remote_class so it does not depend on
9537         mono_upgrade_remote_class.
9538         Removed extend_interface_array.
9539         Added new method clone_remote_class(), which makes a copy of a remote
9540         class and adds a new interface or class to it.
9541         mono_upgrade_remote_class() now creates a new remote class (or gets
9542         it from the cache) if an vtable upgrade is needed. In this way
9543         we make sure that other objects sharing the same remote class
9544         don't get the new vtable with unwanted interfaces.
9545         
9546         * object-internals.h:
9547         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
9548         
9549         * marshal.c: Track changes in mono_upgrade_remote_class().
9550
9551 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
9552         * icall.c: Add runtime methods for obtaining members of inflated
9553         class, which were created from supplied non-inflated members. It
9554         is used in internal Get{Method,Constructor,Field} methods in
9555         System.Type
9556
9557 2005-06-09  Martin Baulig  <martin@ximian.com>
9558
9559         * reflection.c
9560         (mono_reflection_bind_generic_method_parameters): Fix #75169.
9561
9562 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9563         * reflection.c (mono_image_basic_init): Define
9564         Version in MonoDynamicAssembly. 
9565         
9566 2005-06-08  Martin Baulig  <martin@ximian.com>
9567
9568         Fix #75136.
9569
9570         * loader.c
9571         (mono_method_signature_full): New public method; takes a
9572         `MonoGenericContext *'.
9573         (find_method): Use mono_method_signature_full() and pass the
9574         klass'es context to it.
9575
9576         * class.c (mono_class_is_inflated_method): Use
9577         mono_method_signature_full() and pass the context to it.
9578
9579 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
9580
9581         * object.c: add proper locking in mono_remote_class_vtable(),
9582         fixes possible memory corruption.
9583
9584 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
9585
9586         * marshal.c (mono_remoting_marshal_init): set
9587         initialized after initialization.
9588
9589 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
9590
9591         * locales.c : hush.
9592
9593 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
9594
9595         * object.c (extend_interface_array): fix really silly
9596         memory corrupting / comparison bug.
9597
9598 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9599
9600         * reflection.c: Functions added to support the creation
9601         of CustomAttributeData, which includes Attribute data
9602         used by ReflectionOnly methods.
9603
9604         * reflection.h:  mono_reflection_get_custom_attrs_data and
9605          mono_custom_attrs_data_construct added (functions exposed).
9606
9607          * icall.c: Added mono_reflection_get_custom_attrs_data
9608          as icall.
9609         
9610 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
9611
9612         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
9613         lupus's request.
9614
9615 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
9616
9617         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
9618
9619         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
9620         dynamic DllImportAttribute.
9621
9622         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
9623         dynamic DllImportAttribute.
9624
9625         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
9626         Fixes #75162.
9627
9628 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9629
9630         * threads.c: avoid segfault when an unstarted thread is aborted.
9631
9632 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
9633
9634         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
9635         Returns the name and version of the runtime for reporting.
9636
9637 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9638
9639         * appdomain.c: bump corlib version.
9640         * object-internals.h: new field in MonoReflectionAssembly.
9641
9642 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9643
9644         * object-internals.h: Carlos forgot to add this field.
9645
9646 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9647
9648         * icall.c: Added create_version to create instances
9649         of Version of MonoReflectionAssemblyName. This change helps
9650         the AssemblyName tests to keep running fine.
9651         
9652 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
9653   
9654         * object.c (mono_method_return_message_restore): A somehow less
9655         intrusive fix for #75138.
9656
9657 2005-06-03  Raja R Harinath  <rharinath@novell.com>
9658
9659         * object.c (mono_method_return_message_restore): Fix computation
9660         of expected number of out args.
9661
9662 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9663
9664         * reflection.c (mono_image_get_method_info): Fix the case when the
9665         charset is empty.
9666
9667 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
9668
9669         * object.c: Added missing null check in
9670           mono_method_return_message_restore.
9671
9672 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
9673
9674         * reflection.c (mono_image_get_method_info): Handle the case when
9675         dllentry is empty.
9676
9677 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
9678
9679         * object.c: When creating the vtable for a proxy, take into account
9680         all inherited interfaces, not only the ones registered in
9681         iclass->interfaces. This fixs bug #74996.
9682         Also, in mono_method_return_message_restore, verify that the array
9683         of out args has the expected lengh.
9684
9685 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9686
9687         * socket-io.c: update the timeout in Poll when the call is interrupte.
9688
9689 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9690
9691         * socket-io.c: support abort/suspend in Select_internal after last
9692         change.
9693
9694 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9695
9696         * threadpool.c: remove warning.
9697
9698 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9699
9700         * icall.c:
9701         * socket-io.[ch]: Select_internal uses poll() now when available, thus
9702         removing the 1024 limit from select(). Runtime part of the fix for
9703         bug #71203.
9704
9705 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9706
9707         * socket-io.c: when resolving the addresses for the same
9708         host returned by gethostname(), get the local IPs from the interface
9709         list. Loopback addresses are discarded if the are interfaces up with
9710         non-loopback ones. Fixes bug #63265.
9711
9712 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
9713
9714         * appdomain.c, verify.c, object-internals.h, reflection.c:
9715         bumped corlib number to 36, and added new extra_flags field
9716         to ReflectionMethodBuilder and friends.  Fixes #75060.
9717
9718 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
9719
9720         * gc.c: register a new weak link only if the object is non-null
9721         (fixes bug#75047).
9722
9723 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9724
9725         * culture-info.h : short time pattern too.
9726
9727 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
9728
9729         * culture-info.h : expand long time pattern string length.
9730
9731 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9732
9733         * culture-info-table.h : update (more French date format; #72788).
9734
9735 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
9736
9737         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
9738         the method is static. Fixes #75029.
9739
9740 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
9741
9742         * reflection.c: Update the table_idx field of method builders after
9743         saving the module, since it can change. This is a workaround for
9744         bug #74914. 
9745
9746 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
9747
9748         * culture-info-table.h : update (additional French date format).
9749
9750 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
9751
9752         * icall.c (ves_icall_type_Equals): Revert last change.
9753         
9754         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
9755
9756         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
9757
9758 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
9759
9760         * class-internals.h: Added executioncontext_class field to 
9761         MonoDefaults structure.
9762         * domain.c: Cache System.Threading.ExecutionContext class in 
9763         mono_defaults.
9764         * object.c: Capture the ExecutionContext for asynchroneous calls in
9765          mono_async_result_new.
9766         * object-internals.h: Added execution_context and original_context 
9767         fields to MonoAsyncResult. Added execution_context to MonoThread.
9768         * security-manager.c|.h: Added mono_get_context_capture_method to 
9769         return the capture method (if required by the security manager or by
9770         the framework version used).
9771         * threadpool.c: Apply capture (if present) ExecutionContext in 
9772         mono_async_invoke and revert to original context after it completes.
9773
9774 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
9775
9776         * culture-info-table.h : updated (real hacky solution for zh-CHT).
9777
9778 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
9779
9780         * culture-info-table.h : zh-CHT related workaround.
9781
9782 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9783
9784         * marshal.c (emit_marshal_custom): Add some error checking and call the
9785         methods in the ICustomMarshaler interface. Fixes #74875.
9786         
9787         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
9788         native->managed wrappers.
9789
9790 2005-05-12  Martin Baulig  <martin@ximian.com>
9791
9792         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
9793         here and use the loader lock.
9794
9795         * mono-debug.c: Properly lock when the debugger is not attached.
9796         (mono_debug_init): Release the initial lock if we're not running
9797         in the debugger.
9798
9799 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
9800
9801         * marshal.c (emit_marshal_custom): Pass through NULL values without
9802         calling the custom marshalling routines.
9803
9804         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
9805         conversion in structures. Fixes #74882.
9806
9807 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
9808
9809         * culture-info-table.h : zh-* cultures were missing.
9810
9811 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
9812
9813         * threads.c: Added a new event background_change_event which is signaled
9814         when a thread changes its background mode.
9815         Moved here several checks previously done in managed code. The checks
9816         require the thread lock, and using the thread lock in managed code
9817         can result in deadlocks.
9818         Merged Start_internal and Thread_internal into a single method. Now 
9819         Thread_internal does all work of creating and starting a thread.
9820         Added icalls for setting and getting the state of the object. Moved from
9821         managed code to avoid locking there.
9822         Added wait_for_tids_or_state_change() which is called instad of
9823         wait_for_tids when waiting for non-backround threads to end. This method
9824         will return if one of the threads ends or the background_change_event
9825         is signaled.
9826         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
9827         the background mode. This method signals the background_change_event
9828         event.
9829         * icall.c:
9830         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
9831         removed Start_internal.
9832         
9833 2005-05-11  Martin Baulig  <martin@ximian.com>
9834
9835         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
9836         to order of some fields to get proper alignment on 64-bit machines.
9837
9838 2005-05-11  Martin Baulig  <martin@ximian.com>
9839
9840         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
9841         changes as they're broken and completely fuck up the debugger.
9842
9843         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
9844
9845 2005-05-10  Martin Baulig  <martin@ximian.com>
9846
9847         * reflection.c (mono_reflection_generic_class_initialize): Don't
9848         call mono_class_setup_parent() here.
9849
9850 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9851
9852         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
9853         send/receive timeout use an integer in milliseconds. We were using a
9854         struct timeval.
9855
9856 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9857
9858         * locales.c:
9859         (internal_get_cultures): reserve the first slot of the array for the
9860         InvariantCulture, which will be filled in managed code.
9861
9862 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
9863
9864         * reflection.c (mono_image_fill_module_table): Initialize the
9865         GENERATION field as well.
9866
9867 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9868
9869         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
9870         Monitor.Enter on the object.
9871
9872 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
9873
9874         * threads.c: Enable the wait for running threads when exiting.
9875         * icall.c: Suspend all threads before exiting.
9876
9877 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
9878
9879         * assembly.c (mono_assembly_load_reference): Fix warning.
9880
9881 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9882
9883         * threadpool.c: changed the default number of threads per cpu. From now
9884         on, the default will be 20 + (5 * number of cpus) instead of 50.
9885
9886 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
9887
9888         * loader.c (mono_method_get_signature_full): Add locking here.
9889
9890 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
9891
9892         * appdomain.c: Moved methods for parsing and freeing assembly
9893         names to assembly.c.
9894         * assembly.c, domain-internals.h: Created public methods for parsing
9895         assembly names. Fixed mono_assembly_load_with_partial_name:
9896         it now finds the best match, taking into account the version,
9897         token and culture specified in the partial name. Also return
9898         the latest version if no version information is specified.
9899
9900 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
9901
9902         * threadpool.c: replace check for SocketAsyncCall class.
9903
9904 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9905
9906         * threadpool-internals.h:
9907         * Makefile.am: added threadpool-internals.h
9908
9909         * threadpool.c: call mono_unhandled_exception on exceptions not handled
9910         that happen in threadpool threads (tested on MS).
9911         (mono_thread_pool_remove_socket): new function that dispatch any pending
9912         AIO call on a socket that is closing. By now only epoll really needs it,
9913         as select/poll wake up when the socket closes.
9914
9915
9916         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
9917
9918 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
9919
9920         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
9921
9922 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
9923
9924         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
9925
9926 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
9927
9928         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
9929         has an abort request, convert it into a suspend request.
9930
9931 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
9932
9933         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
9934         warning for the usage of `UnmanagedFunctionPointerAttribute' which
9935         is not supported yet.
9936
9937 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9938
9939         * image.c: register assemblies loaded from data (bundles) in the loaded
9940         assemblies hash. Fixes bug #74772.
9941
9942 2005-04-29  Martin Baulig  <martin@ximian.com>
9943
9944         * class.c (mono_type_get_name_recurse): Update to the new naming
9945         schema from the latest .NET 2.x beta2.
9946         (mono_class_setup_vtable_general): If we're a generic instance,
9947         copy the vtable from our generic type definition and inflate all
9948         the methods in it.
9949
9950         * loader.c (find_method): Update to the new naming schema from the
9951         latest .NET 2.x beta2.
9952
9953 2005-04-29  Raja R Harinath  <harinath@gmail.com>
9954
9955         * class.c (mono_class_init): Add a mono_loader_unlock to the
9956         #74734 fix.
9957
9958 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
9959
9960         * icall.c (ves_icall_System_Environment_Exit): Remove the 
9961         suspend_all_other_threads () call for the time being, since it can hang.
9962
9963         * threads.c (mono_thread_manage): Similarly, disable the waiting for
9964         the background threads to exit, since it can also hang.
9965
9966         * class.c (mono_class_init): Applied patch from Ankit Jain 
9967         (radical@gmail.com). Avoid pending init errors when a field refers
9968         to a nested class using a typeref. Fixes #74734.
9969
9970         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
9971         this for dynamic modules.
9972
9973 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9974
9975         * threads.c: don't wait for threads that are in the process of aborting
9976         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
9977         and waiting for background threads to finish. This makes xsp and
9978         mod-mono-server exit without random length delays and/or hangs.
9979
9980 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9981
9982         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
9983
9984 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
9985
9986         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
9987         dynamic types to prevent infinite loops. Fixes #74727.
9988
9989         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
9990         ..._is_assignable_to.
9991
9992 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
9993
9994         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
9995
9996 2005-04-25  Martin Baulig  <martin@ximian.com>
9997
9998         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
9999
10000         * domain.c
10001         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
10002
10003         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
10004
10005         * reflection.c (build_compressed_metadata): Set metadata header
10006         version to 2.0.
10007
10008 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
10009
10010         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
10011         number into an integral and a decimal part. Fixes #70473.
10012
10013         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
10014
10015 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
10016
10017         * culture-info-table.h : reflected the latest locale-builder output.
10018
10019 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10020
10021         * threadpool.c: check for SuspendRequested too when deciding if
10022         mono_thread_interruption_checkpoint should be called.
10023
10024 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10025
10026         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
10027         * threads.c: remove interruption_mutex and use Interlocked instead. When
10028         suspending all the threads, wait for all the suspended events at once.
10029         If we're shutting down and get an APC that is going to be queued,
10030         call mono_thread_execute_interruption immediately, as the thread might
10031         be sleeping on a pthread condition or mutex.
10032
10033         * icall.c: call mono_runtime_set_shutting_down before suspending the
10034         threads.
10035
10036         Fixes bug #74693. And now xsp is happier when exiting.
10037
10038 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
10039
10040         * loader.c (mono_stack_walk): Fix #74690.
10041
10042 2005-04-22  Martin Baulig  <martin@ximian.com>
10043
10044         * mono-debug.h (MonoDebugMethodJitInfo): Added
10045         `MonoDebugMethodJitInfo *jit'.
10046
10047         * mono-debug.c (mono_debug_read_method): Cache the
10048         MonoDebugMethodJitInfo in `address->jit'.
10049         (mono_debug_free_method_jit_info): New public method.
10050
10051 2005-04-22  Martin Baulig  <martin@ximian.com>
10052
10053         * class.c (mono_class_is_assignable_from): Disallow
10054         type parameter -> interface.
10055
10056 2005-04-21  Dick Porter  <dick@ximian.com>
10057
10058         * threads.c (mono_thread_create): Turn an assertion into an error.
10059
10060 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
10061
10062         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
10063         
10064         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
10065         Fix some gcc 4.0 warnings.
10066
10067 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
10068
10069         * file-io.c: fix alt dir separator char on unix systems
10070         and cleanup (fixes bug #71214).
10071
10072 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
10073
10074         * marshal.c: Use CALLVIRT instead of CALL when dispatching
10075         a call to a remote domain, since the method may be an
10076         interface method in the client domain. This fixes bug #74192.
10077
10078 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10079
10080         * threadpool.c: recv/send are now performed before going back to managed
10081         code to save one transition.
10082
10083 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10084
10085         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
10086
10087         * metadata/threadpool.c: removed hack to workaround the bug above.
10088
10089         Fixes bug #74618.
10090
10091 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
10092
10093         * reflection.c reflection.h: Fix handling of parameter defaults in
10094         dynamic methods. Also fixes handling of parameter attributes.
10095         Fixes #74609.
10096
10097         * mono-debug.c (mono_debug_close_image): Fix warning.
10098
10099 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10100
10101         * socket-io.h: replaced old unused field with new 'blocking'.
10102         * threadpool.c: restore socket blocking state on windows(tm).
10103
10104 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
10105
10106         * icall.c: don't return the codebase in the AssemblyName[] returned by
10107         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
10108         * object-internals.h: Removed FIXME (fields were presents) and fixed
10109         versioncompat declaration.
10110
10111 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10112
10113         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
10114         not closed, so don't cleanup when it happens.
10115
10116 2005-04-13  Chris Toshok  <toshok@ximian.com>
10117
10118         * mono-debug-debugger.h: change prototype for
10119         mono_debugger_lookup_type.
10120
10121         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
10122         this function, although it should probably be named
10123         mono_debugger_init_type.
10124
10125 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10126
10127         * threadpool.c: fix non-AIO case.
10128
10129 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
10130
10131         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
10132         the built-in profiler to measure just JIT compilation times.
10133
10134 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10135
10136         * threadpool.c: the epollfd might be closed by another thread at
10137         any time, so ignore EBADF at treat it as a "we're closing" sign.
10138
10139 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10140
10141         * threadpool.c: release the semaphores with a count equals to the number
10142         of working threads in both IO and regular pools. Fixed typo that messed
10143         up the count of IO pool threads. Don't initialize the pipe handles if
10144         we're using epoll.
10145
10146 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10147
10148         * threadpool.c: some systems don't like a NULL when deleting the socket
10149         from epoll.
10150
10151 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10152
10153         * threadpool.c: fix semaphore allocation.
10154
10155 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10156
10157         * threadpool.c: added epoll() based implementation for asynchronous IO
10158         that is used instead of the default poll() when available.
10159         It can be disabled by setting MONO_DISABLE_AIO.
10160
10161 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10162
10163         * threadpool.c: windows needs 'closesocket' and instead of returning
10164         0 when the stream is closed while in select, it returns -1. Fixes bug
10165         #74573.
10166
10167 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
10168
10169         * class.c (class_compute_field_layout): Fix the regression caused by
10170         the previous try.
10171
10172 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10173
10174         * threadpool.c: separate pool for socket async. IO.
10175         * threadpool.h: mono_max_worker_threads is not a global any more.
10176
10177 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
10178
10179         * class.c (class_compute_field_layout): Fix #74549.
10180
10181 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10182
10183         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
10184         use 2 connected sockets instead.
10185
10186 2005-04-08  Miguel de Icaza  <miguel@novell.com>
10187
10188         * mono-config.c: Add new entry point for mkbundle
10189         mono_config_parse_memory. 
10190
10191 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10192
10193         * threadpool.c: removed another unused function.
10194
10195 2005-04-08  Ankit Jain  <radical@corewars.org>
10196
10197         * reflection.c (get_default_param_value_blobs): Add 'types'
10198         parameter to get the types encoded in the constant table.
10199         (mono_param_get_objects): Use the type from the constant table,
10200         not the type of the parameter, when creating default values.
10201         Handle null default values correctly.
10202
10203 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10204
10205         * file-io.c:
10206         * file-io.h:
10207         * threadpool.c:
10208         * threadpool.h:
10209         * icall.c:
10210         * socket-io.c: removed dead code for async IO.
10211
10212 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10213
10214         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
10215
10216         * threadpool.c: intercept socket async. calls and pass them to a thread
10217         that is polling and dispatching the job items to the threadpool as
10218         socket become ready. Fixes bugs #71217, #71933.
10219
10220         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
10221         between char and short/ushort arrays.
10222
10223         * socket-io.c: remove dead code.
10224
10225 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10226
10227         * locales.c,
10228           icall.c : removed InternalToUpper_Comp() and
10229           InternalToLower_Comp().
10230
10231 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
10232
10233         * char-conversions.h : The tables were incorrectly generated. Should
10234           be generated against invariant culture.
10235
10236 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
10237
10238         * object.c (mono_runtime_invoke_array): Fix return value when 
10239         passing pre-created valuetype objects to ctors.
10240
10241         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
10242         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
10243         Fixes #74338.
10244
10245 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
10246
10247         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
10248         only used with --security and hides the wrong corlib version error.
10249
10250 2005-03-30  Joshua Tauberer  <tauberer@for.net>
10251
10252         * class.c: Changed mono_class_name_from_token so that types
10253         outside of a namespace don't have an initial period.  Improved
10254         the g_warning message used in _mono_class_get when loading
10255         fails.
10256         * assembly.c: In mono_assembly_load_reference, when an assembly
10257         can't be found, "No such file or directory" is misleading and
10258         unhelpful because a few paths were checked for the presence of
10259         the assembly.  When that happens (ENOENT), display a nicer
10260         message indicating the directories that were searched.  In all
10261         cases, the warning is made easier to read for non-hackers.
10262
10263 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
10264
10265         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
10266         project/solution.
10267         * appdomain.h|domain.c: Removed inline from functions.
10268         * appdomain.c: Reduced warnings when compiling on windows.
10269         * icall.c: Fixed output_debug declaration to gunichar2*.
10270         * mono-config.c: Reduced warnings when compiling on windows.
10271         * rand.c: Added missing "windows.h". Added missing return value.
10272         * rawbuffer.c: Added missing winsock2.h for windows.
10273         * sysmath.h: Added mono-compiler.h header to allow/ease 
10274         compilation with non-GCC compilers.
10275         * threads.c: Fixed declarations to compile with VS.NET C compiler.
10276         Removed cast warnings.
10277
10278         Adapted from the work of J Lothian (for VC6).
10279
10280 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
10281
10282         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
10283         from default_path.
10284
10285 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
10286
10287         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
10288         the 2.0 profile.
10289
10290 2005-03-27  Raja R Harinath  <harinath@gmail.com>
10291
10292         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
10293         has to be in $(exec_prefix).  $(prefix) is for arch-independent
10294         stuff, and it would probably use $(prefix)/share rather than
10295         $(prefix)/lib.
10296
10297 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10298
10299         * console-io.c: added 2 includes that might be missing.
10300
10301 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
10302
10303         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
10304         profile.
10305
10306         * reflection.c (create_custom_attr): Allocate the params array using
10307         alloca so it gets GC tracking.
10308
10309 2005-03-23  Chris Toshok  <toshok@ximian.com>
10310
10311         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
10312         out some spew.
10313
10314 2005-03-24  Raja R Harinath  <rharinath@novell.com>
10315
10316         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
10317         changes to pick up any changes in prefix, etc.
10318
10319 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10320
10321         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
10322         
10323         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
10324         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
10325
10326 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
10327
10328         * class-internals.h object-internals.h class.c reflection.c: Extend the
10329         mono_lookup_dynamic_token () function to return the class of the
10330         token as well. 
10331
10332         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
10333         well. Fixes #73848.
10334
10335 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
10336
10337         * security-manager.c: Skip inheritance checks for intra-corlib
10338         class inheritance and method overrides. This skips a lot of checks
10339         and (anyway) permissions cannot work until corlib is loaded.
10340
10341 2005-03-23  Martin Baulig  <martin@ximian.com>
10342
10343         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
10344         MONO_TYPE_GENERICINST.  
10345
10346 2005-03-23  Martin Baulig  <martin@ximian.com>
10347
10348         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
10349
10350 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10351
10352         * class.c: added locking comments to some functions.
10353         Cache the interface offsets arrays (saves about 20 KB
10354         of runtime memory in a typical app).
10355         Reduce the time overhead in mono_class_setup_supertypes ().
10356
10357 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
10358
10359         * icall.c: speedup and fix leaks in GetMethodsByName and
10360         GetPropertiesByName.
10361
10362 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10363
10364         * reflection.c: some locking fixes.
10365
10366 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
10367
10368         * metadata.c: added missing break in case statement.
10369
10370 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
10371
10372         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10373         typedbyref return values. Fixes #73941.
10374
10375 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
10376
10377         * security-manager.c|h: Added demandunmanaged method and 
10378         suppressunmanagedcodesecurity class to MonoSecurityManager.
10379         Renamed aptc class to allowpartiallytrustedcallers.
10380
10381 2005-03-17  Martin Baulig  <martin@ximian.com>
10382
10383         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
10384
10385 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10386
10387         * file-io.c: disabled file async. IO using aio_*. It uses the
10388         threadpool now. Workaround for bug #73718.
10389
10390 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10391
10392         * assembly.h, mono-config.c: added code to deal with bundled configs
10393         for bundled assemblies.
10394
10395 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
10396
10397         * *.c, private.h: cleanup, removing old private.h header file.
10398
10399 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
10400
10401         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
10402         and throw_on_unmappable_char attributes.
10403
10404 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
10405
10406         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
10407         _ProcessName_internal.
10408
10409 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
10410
10411         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
10412         #73631.
10413
10414         * icall.c threads.c threads-types.h: Remove slothash icalls as they
10415         are no longer used.
10416
10417 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
10418
10419         * object.c (compute_class_bitmap): Add support for generics. Fixes
10420         #73527.
10421
10422 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10423
10424         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
10425
10426 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10427
10428         * filewatcher.c: commented out the code for windows watcher, as we don't
10429         use it (we use the managed implementation instead).
10430
10431 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
10432
10433         * object-internals.h (MonoThread): Remove 'unused1' field.
10434
10435         * appdomain.c: Bump corlib version.
10436
10437         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
10438
10439         * reflection.c (mono_reflection_create_runtime_class): Remove the
10440         AssemblyBuilder.Save optimization since it causes too many problems.
10441
10442 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
10443
10444         * exception.c|h: Added mono_get_exception_reflection_type_load to
10445         create a ReflectionTypeLoadException object.
10446         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
10447         to return NULL is a InheritanceDemand fails during reflection. Updated
10448         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
10449         ReflectionTypeLoadException if an InheritanceDemand fails during 
10450         reflection. Added icall mapping for GetLinkDemandSecurity.
10451         * security-manager.c|h: Added ves_icall_System_Security_
10452         SecurityManager_GetLinkDemandSecurity internal call to return the
10453         class and methods permissions set for a LinkDemand. Removed unused
10454         fields in MonoSecurityManager.
10455
10456 2005-03-10  Martin Baulig  <martin@ximian.com>
10457
10458         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
10459         it's a generic instance.
10460
10461 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
10462
10463         * reflection.c (mono_get_object_from_blob): Applied patch from
10464         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
10465
10466         * class.c (mono_class_is_assignable_from): Another try at fixing 
10467         #73469 without breaking anything.
10468
10469 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
10470
10471         * class.c: (mono_class_is_assignable_from): Revert the last changes
10472         since they don't work with generics.
10473         
10474         * class.c (mono_class_is_assignable_from): Fix build bustage.
10475
10476         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
10477         the managed IsAssignableFrom method. Fixes #73469.
10478
10479         * reflection.c (mono_reflection_call_is_assignable_from): New helper
10480         function.
10481
10482 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
10483
10484         * object.c (mono_load_remote_field_new): Fix returning uninitialized
10485         memory when the remoting callback does not sets the out arguments.
10486         Fixes #73007.
10487
10488         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
10489         by mistake.
10490
10491         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
10492
10493         * object-internals.h (MonoStackFrame): Sync with managed object layout.
10494
10495         * appdomain.c: Bump corlib version.
10496
10497 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
10498
10499         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
10500         function.
10501
10502         * threads.c (mono_thread_attach): Detect threads which are not started
10503         by the GC pthread wrappers.
10504
10505 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
10506
10507         * icall.c: Added new icall for RNG.
10508         * rand.c|h: Added new icall to open the RNG. This allows to share a 
10509         single handle on Linux to access /dev/urandom and fix #73183.
10510
10511 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
10512
10513         * object.c: setting the new vtable in a transparent proxy object must
10514         not change the GC descriptor.
10515
10516 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10517
10518         * object.c: fixed compilation without GCJ support.
10519         * reflection.c: for runtime-created types ensure klass->has_references
10520         is correct (bug #73215).
10521
10522 2005-03-02  Martin Baulig  <martin@ximian.com>
10523
10524         * class.c (mono_class_is_assignable_from): Make this work if
10525         `oklass' is a generic instance; fixes #72831.
10526
10527 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10528
10529         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
10530         with hasthis set.
10531         
10532         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
10533
10534         * marshal.c: Reorganize native->managed marshalling code to also use
10535         the emit_marshal_... functions.
10536
10537 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10538
10539         * object.c: typed allocs have issues with bitmap sizes > 30,
10540         so check for max_set >= 30.
10541
10542 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
10543
10544         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
10545         managed code. Fixes #73012.
10546
10547         * metadata.h (MonoMarshalSpec): Add elem_mult field.
10548
10549         * metadata.c reflection.c: Load/Emit elem_mult as well.
10550         
10551         * metadata.h (MonoMarshalSpec): Add comment.
10552
10553         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
10554
10555         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
10556         num_elem to -1 if not given.
10557
10558         * object-internals.h (MonoReflectionMarshal): Add has_size field.
10559
10560         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
10561         given values.
10562
10563 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
10564
10565         * null-gc.c (mono_gc_free_fixed): Was not compilable.
10566
10567 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
10568
10569         * reflection.c (encode_marshal_blob): Encode param_num field as well.
10570
10571         * object-internals.h (MonoReflectionMarshal): Add param_num field.
10572
10573 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
10574
10575         * object.c: generalized the reference bitmap creation
10576         and added hooks for the new GC.
10577         * class-internals.c: removed the gc_bitmap field from MonoClass.
10578
10579 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10580
10581         * domain.c: help the compiler to produce better code
10582         in mono_jit_info_table_find ().
10583
10584 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10585
10586         * object.c: make all allocations look typed.
10587
10588 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10589
10590         * socket-io.c: load Mono.Posix if it's not loaded already
10591         (fixes bug#73033).
10592
10593 2005-02-24  Martin Baulig  <martin@ximian.com>
10594
10595         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
10596         * reflection.c (dup_type): Likewise.
10597
10598 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
10599
10600         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
10601         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
10602
10603 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10604
10605         * domain.c, threads.c, object-internals.h: make the critical thread
10606         local vars use the fast access mode (even when we're compiled in
10607         a lib). Provide accessors to be used by the jit during codegen.
10608
10609 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10610
10611         * appdomain.c: Changed hook functios behavior to include
10612         support for the reflection only assemblies. Some icalls were changed
10613         to support the mentioned assemblies too. Signatures of static methods
10614         try_assembly_resolve and real_load now have an additional parameter:
10615         refonly.
10616
10617         * assembly.c: General changes to mono_assembly_ methods to support
10618         reflection only api. Functions mono_assembly_open, mono_assembly_load,
10619         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
10620         suffix, to support an additional gbool parameter to specify whether
10621         the assembli is reflection only or not. Created some new hook functions 
10622         to add support for reflection only assemblies. Signatures of static 
10623         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
10624         have now an additional parameter: refonly.
10625
10626         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
10627         indicating whether the assembly is reflection only or not.
10628
10629         * exception.c: Add mono_get_exception_invalid_operation.
10630
10631         * icall.c: Throw an InvalidOperationException when trying to invoke
10632         a property/method/event, or trying to set/get the value of a field.
10633         Also add an icall to retrieve the ref_only flag to the
10634         MonoReflectionAssembly.
10635
10636 2005-02-23  Chris Toshok  <toshok@ximian.com>
10637
10638         Part of fix for #72827.
10639         * mono-debug.c (mono_debug_add_method): add lexical block data to
10640         the info we write.  Kind of a hack at the moment - we copy the
10641         lexical block info from the MonoDebugMethodInfo to the
10642         MonoDebugMethodJitInfo here, before writing it.
10643         (mono_debug_read_method): read the lexical block info.
10644
10645         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
10646
10647         * debug-mono-symfile.h: add lexical block support.
10648
10649         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
10650         support.
10651
10652 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10653
10654         * loader.c (mono_lookup_pinvoke_call): Fix warning.
10655
10656         * object.c (mono_runtime_free_method): Call mono_free_method () and
10657         put the TODOs there.
10658
10659         * loader.c (mono_free_method): Free up most memory allocated for 
10660         dynamic methods.
10661
10662 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10663
10664         * reflection.c: properly flag a Type argument to a
10665         named custom attr value (bug #72248).
10666
10667 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10668
10669         * reflection.c: reduce code duplication in named custom
10670         attribute encoding.
10671
10672 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
10673
10674         * reflection.c: properly encode custom attrs of type object
10675         (bug #72649).
10676
10677 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
10678
10679         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
10680
10681 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
10682
10683         * socket-io.c: load System.dll if it's not loaded already
10684         (bug #72850 and #70477).
10685
10686 2005-02-21  Martin Baulig  <martin@ximian.com>
10687
10688         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
10689         generic instances.
10690
10691 2005-02-21  Martin Baulig  <martin@ximian.com>
10692
10693         * reflection.c (mono_image_build_metadata): We also need to
10694         "fixup" the MethodImpl table after we computed the final method
10695         indices.  Call fixup_methodimpl() to do that.
10696         (fixup_methodimpl): New private method.
10697
10698 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
10699
10700         * assembly.c: special case mscorlib.dll (bug#72536),
10701         patch from Carlos Alberto Cortez.
10702
10703 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
10704
10705         * threads-types.h threads.c: Fix build bustage.
10706
10707         * threads.c: Use a union for long<->double conversions.
10708
10709         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
10710         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
10711
10712         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
10713         containing the checkpoint call with NOT_TAKEN.
10714         
10715         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
10716         checkpoint before pushing the arguments, so they won't have to be
10717         spilled to stack.
10718
10719 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10720
10721         * domain.c, assembly.c, domain-internals.h: make some data
10722         const and relocation-free.
10723
10724 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
10725
10726         * object.c, appdomain.c, class-internals.h: introduce the
10727         MonoClassRuntimeInfo structure to hold the info needed to
10728         use a class at runtime. Made mono_class_vtable() lock-free
10729         for all the appdomains.
10730
10731 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
10732
10733         * metadata-internals.h, image.c: introduce a per-image mempool to
10734         be used for memory that has the same lifetime as the image.
10735
10736 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
10737
10738         * domain.c: In mono_init_internal(), instead of selecting the first
10739         runtime version supported by an executable, get a list of all
10740         supported versions and select the one for which an mscorlib exists
10741         (since even if the runtime supports a given version, it doesn't mean
10742         that the framework for that version is installed).
10743         Modified get_runtimes_from_exe to support this behavior.
10744         In supported_runtimes, added information about additional system
10745         assembly versions.
10746         
10747         * assembly.c: Added support for more than one system assembly version
10748         per runtime version. Updated the assembly list.
10749         In mono_assembly_remap_version, removed the initial version check,
10750         since we don't know to which version we need to compare until we
10751         get the version set on which the assembly is based.
10752         Moved the code for loading corlib into the new method
10753         mono_assembly_load_corlib(), so it can be used by the initialization
10754         code.
10755         
10756         * domain-internals.h: Updated data structures and added declaration
10757         for mono_assembly_load_corlib.
10758
10759 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10760
10761         * reflection.c (resolve_object): Fix the creation of the signature in 
10762         the SignatureHelper case.
10763
10764         * assembly.c (mono_assembly_remap_version): Fix binary search.
10765         
10766 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
10767  
10768         * class.c: Added inheritance check when a method is overloaded (from a
10769         virtual method or when implementing an interface) and when a class is
10770         inherited. Added functions to set a failure for a class and to 
10771         retreive the exception from a failure.
10772         * class-internals.h: Added fields to MonoClass to keep the exception
10773         information status for inheritance (or other exceptions) to be thrown
10774         later (i.e. not at load time).
10775         * object.c: Throw the inheritance SecurityException when a type is to 
10776         be created with either class or method inheritance violations.
10777         * reflection.c|h: Fix when getting declsec from a class. Removed 
10778         unrequired code for class. Improved sanity in parameter naming.
10779         * security-manager.c|h: Added functions to check for class and method
10780         inheritance.
10781
10782 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
10783
10784         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
10785         and has_finalize in dynamic types as well.
10786
10787 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
10788
10789         * culture-info-table.h : fixed currency format for en-GB (and so on).
10790
10791 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
10792
10793         * gc.c: ensure the GC handles never have 0 as a value.
10794
10795 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10796
10797         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
10798         a pointer to a struct to unmanaged code. Fixes #72625.
10799
10800 2005-02-16  Martin Baulig  <martin@ximian.com>
10801
10802         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
10803
10804 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
10805
10806         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
10807
10808 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
10809
10810         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
10811
10812         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
10813         UnmanagedFunctionPointerAttribute, use it for determining calling convention
10814         etc. Fixes #71471.
10815
10816         * reflection.c (mono_custom_attrs_get_attr): New helper function.
10817
10818         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
10819
10820 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
10821
10822         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
10823         changes to make the current context a field in MonoThread.
10824
10825 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
10826
10827         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
10828         the last change.
10829         
10830         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
10831         extracted from mono_marshal_get_native_wrapper.
10832
10833         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
10834         to create wrappers around native functions.
10835
10836         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
10837         delegates for arbitrary function pointers. Fixes #71472.
10838
10839 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
10840
10841         * threads.c: cleaned up the code a little.
10842
10843 2005-02-15  Martin Baulig  <martin@ximian.com>
10844
10845         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
10846         the data table.
10847
10848         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
10849         allocate larger chunks if needed.
10850
10851 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
10852
10853         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
10854         in by mistake.
10855
10856 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
10857
10858         * domain.c: keep the domains in an array and ensure the domain ids
10859         are kept small, so they can be used as indexes to domain-specific data
10860         with a small memory overhead.
10861
10862 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
10863
10864         * icall.c: Handle byref types in Type icalls. Fixes #72544.
10865
10866 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
10867
10868         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
10869
10870 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
10871
10872         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
10873
10874         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
10875         values.
10876
10877         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
10878         
10879 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
10880
10881         * domain-internals.h: add the hashtable here.
10882
10883         * class-internals.h: Remove `info' from MonoMethod
10884
10885         * domain.c: Add a new hashtable, jit_trampoline_hash
10886
10887 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
10888
10889         * object.c: don't set the value of static fields
10890         (fixes bug#72494).
10891
10892 2005-02-11  Martin Baulig  <martin@ximian.com>
10893
10894         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
10895         (mono_debug_add_method): Silently ignore the method if it's too big.
10896         (mono_debug_add_type): Likewise.
10897
10898 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
10899
10900         * threads.c, appdomain.c: remove #ifdefs from the code.
10901
10902 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
10903
10904         * metadata-internals.h: Added flags to MonoAssembly to cache the most
10905         common security informations. This allows us to stay in unmanaged code
10906         when doing LinkDemand and it's special cases (except for the first 
10907         time for initialization). The flags a very much used with --security.
10908         * reflection.c|h: Added code to get declarative security attributes 
10909         for LinkDemand and InheritanceDemand. This required to refactor the
10910         existing code for Demand.
10911         * security-manager.c|h: Added new method fields for the special cases
10912         of LinkDemand.
10913
10914 2005-02-10  Martin Baulig  <martin@ximian.com>
10915
10916         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
10917         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
10918
10919 2005-02-10  Martin Baulig  <martin@ximian.com>
10920
10921         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
10922         debugging code; this is almost a complete rewrite.
10923
10924         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
10925
10926 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
10927
10928         * domain.c, object.h: expose mono_string_equal () and 
10929         mono_string_hash ().
10930         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
10931         it's implemented in managed code.
10932
10933 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
10934
10935         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
10936         lo leak objects between appdomains.
10937
10938 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
10939
10940         * assembly.c: old compilers compilation fix from 
10941         robertj@gmx.net (Robert Jordan).
10942
10943 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
10944
10945         * class-internals.h: Little reminder for the future.
10946
10947         * debug-helpers.c: Fix up wrapper_type_names
10948
10949 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
10950
10951         * image.c, metadata-internals.h: when loading an image from a file,
10952         mmap all of it and use the same codepaths as when using a
10953         in-memory image: the code is simpler and we use less memory
10954         (both writable and readonly).
10955
10956 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
10957
10958         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
10959         API to alloc runtime data structures that need to be tracked by the
10960         GC and contain pointers.
10961         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
10962         make the code more readable and eventually use a different GC.
10963
10964 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
10965
10966         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
10967         for out arguments.
10968         
10969 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
10970
10971         * object.c: In release_type_locks(), don't release the cctor lock
10972         if it has already been released. This fixes a crash in the
10973         thread5 test.
10974
10975 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
10976
10977         * gc.c, marshal.c, icall.c: register a delegate for finalization
10978         only when the native function pointer has been allocated for it.
10979
10980 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
10981
10982         * object.c: cleaned up some code, allocate objects that are
10983         pointer free with the atomic malloc variant. Allocate memory
10984         for static data from the mempool if it's pointer-free.
10985         Allocate the bounds array at the end of the array data, when needed.
10986         * object-internals.h, object.h: move a private function in a private
10987         header.
10988         * class.c: handle missing case in tracking references in fields.
10989
10990 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
10991
10992         * class.c, class-internals.h: keep track if a type has
10993         reference fields in either the instance or static fields.
10994
10995 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
10996
10997         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
10998         and renamed to MonoRuntimeInfo. Added fields to store the expected
10999         framework assembly version. Changed mono_get_framework_version and
11000         mono_get_runtime_version for a single mono_get_runtime_info method.
11001         
11002         * assembly.c: Added method to remap system assembly versions to the
11003         current executing runtime version. Removed old mapping code.
11004         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
11005         
11006         * icall.c, reflection.c: Track api changes.
11007
11008 2005-02-06  Miguel de Icaza  <miguel@novell.com>
11009
11010         * loader.c (method_from_memberref): Improve error reporting,
11011         produce the class name instead of the typeref/typedef index. 
11012
11013 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
11014
11015         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
11016
11017 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11018
11019         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
11020         stdcall and charset name mangling.  Reorganize the code and add
11021         some tracing stuff.
11022
11023 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11024
11025         * monodiet.c: More iters!
11026
11027         * marshal.c: Iter usage.
11028
11029         * icall.c: Iter usage.
11030
11031         * object.c: Use iters.
11032
11033         * debug-helpers.c: More iters
11034
11035 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11036
11037         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
11038         under win32.
11039
11040 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
11041
11042         * mono-debug-debugger.c: use iters
11043
11044         * class.c, class-internals.h: mono_class_setup_events is static
11045         now
11046
11047         * All callers: use iters
11048
11049 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
11050
11051         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
11052         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
11053
11054 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11055
11056         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
11057
11058         * marshal.h: Add prototypes for ldfld/stfld_remote.
11059
11060         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
11061         this is called during startup.
11062         
11063 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
11064
11065         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
11066         MonoThreadsSync struct private in monitor.c. Changed the way
11067         MonoThreadsSync is allocated so it's faster and there is no
11068         need to keep track of it with a finalizer and it uses less memory.
11069         This also finally allows us to allocate mono objects as ptrfree when
11070         there are no reference fields.
11071
11072 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
11073
11074         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
11075         disappearing link to the GC interface and use them to simplify
11076         the gchandles code.
11077
11078 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
11079
11080         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
11081         stfld_remote which call mono_load/store_field_new. This allows methods
11082         calling ldfld/stfld wrappers to be AOTed.
11083
11084         * console-io.c: Include sys/filio.h under solaris.
11085         
11086         * console-io.c: Include curses.h if needed correctly.
11087
11088 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11089         
11090         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
11091         method->klass as well.
11092
11093         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
11094
11095         * class.c (mono_class_init): Switch on lazy initialization of 
11096         methods.
11097
11098         * class.c (mono_class_get_finalizer): Handle the case when the 
11099         finalizer is inherited.
11100
11101 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11102
11103         * console-io.c: <curses.h> is needed by term.h on solaris.
11104
11105 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
11106
11107         * icall.c, class-internals.h, monodiet.c, class.c: Remove
11108         mono_class_setup_properties where possible. Remove this ftn from
11109         the header file, and make it static.
11110
11111 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
11112
11113         * loader.c: Add missing setup_... call.
11114
11115         * class.c: Add missing setup_... calls.
11116
11117         * class.c (mono_class_init): Switch on lazy initialization of 
11118         the generic vtable.
11119         
11120         * class.c (mono_class_init): Fix generics broken by the recent changes.
11121
11122         * monodiet.c (handle_type): Add missing setup_... calls.
11123
11124         * class.c: Back out garbage in previous patch.
11125         
11126         * class.c: Add missing setup_... calls.
11127
11128         * class.c (mono_class_get_method_from_name_flags): Avoid calling
11129         mono_class_setup_methods () if possible.
11130
11131         * class-internals.h (MonoClass): Add 'has_cctor' flag.
11132
11133         * class-internals.h (MonoCachedClassInfo): New structure.
11134
11135         * class.c: Initialize properties and events fields of MonoClass lazily.
11136
11137         * class.c: Add infrastructure for lazily initializing the methods and
11138         vtable fields of MonoClass. Not yet used.
11139
11140         * class.c (mono_class_get_finalizer): New helper function.
11141
11142         * class.c: Add infrastructure for loading some class related data from
11143         an AOT file.
11144
11145         * object.c: Add infrastructure for initializing the vtable from data
11146         in the AOT file.
11147
11148         * gc.c (run_finalize): Use mono_class_get_finalizer ().
11149
11150         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
11151         appropriate initialization function before accessing parts of the
11152         MonoClass structure.
11153
11154         * marshal.c: Fix warnings.
11155         
11156         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
11157
11158         * mono-debug-debugger.c (get_exception_message): Use 
11159         mono_class_get_method_from_name_flags ().
11160
11161 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
11162
11163         * reflection.c, appdomain.c: Replace a few manual searches that
11164         Zoltan missed. (Paolo approved this part of my initial patch).
11165
11166 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
11167
11168         * profiler.c: disable recording statistical events at report time.
11169
11170 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11171
11172         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
11173         to byteswap arrays of enum values, too (bug #72080).
11174
11175 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
11176
11177         * appdomain.c (set_domain_search_path): Allow this to be called if
11178         domain->setup is not yet set.
11179
11180         * loader.c (mono_method_get_index): New helper function.
11181
11182         * loader.c reflection.c: Use mono_method_get_index ().
11183
11184         * class.c (mono_class_get_method_from_name_flags): New helper method.
11185
11186         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
11187         this.
11188
11189         * class.c (mono_class_get_cctor): New helper method.
11190
11191         * string-icalls.c object.c class.c marshal.c reflection.c: Use
11192         mono_class_get_method () to look up methods.
11193
11194 2005-02-01  Miguel de Icaza  <miguel@novell.com>
11195
11196         * console-io.c: Fix the build, this should work on Windows.
11197
11198 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
11199
11200         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
11201         be set to null to keep things valid
11202
11203 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11204
11205         * icall.c: added Console 2.0 icalls.
11206         * Makefile.am: added console-io.[ch]
11207         * console-io.[ch]: internal calls for Console 2.0 API.
11208
11209 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11210
11211         * class.c: make sure we consider all the interfaces
11212         when calculating max_interface_id (bug found by
11213         Jeroen Frijters running ikvm).
11214
11215 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
11216
11217         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
11218         valuetype fields to null.
11219
11220         * object.c (set_value): Ditto. Fixes #71669.    
11221
11222 2005-01-31  Martin Baulig  <martin@ximian.com>
11223
11224         * metadata.c (mono_metadata_has_generic_params): New public
11225         function; checks whether something is a generic method.
11226
11227 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
11228
11229         * appdomain.c: fix infinite recursion when adding assemblies.
11230
11231 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
11232
11233         * object.c: Fix small typo to return all items for Environment.
11234         GetCommandLineArgs.
11235
11236 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
11237
11238         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
11239         reflection.c: more domain and assembly-unload related fixes
11240         and memory leaks plugs.
11241
11242 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
11243
11244         * 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.
11245
11246 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
11247
11248         * loader.c (mono_method_signature): Make this method lazy
11249         (mono_get_method_from_token): Don't computate the signature here.
11250
11251         Doing this saves quite a bit of memory. I got 90 kb on starting up
11252         monodoc. It should also save some disk reads on startup.
11253
11254         * *: MonoMethod->signature might be NULL now. You *MUST* use
11255         mono_method_signature.
11256
11257 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
11258
11259         * object.c (mono_runtime_get_main_args): Return an array from the
11260         current domain here. Fixes #71938.
11261
11262 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
11263
11264         * monitor.c: formatting changes to comply with the
11265         mono coding style and remove #ifdefs from the code.
11266
11267 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11268
11269         * metadata.c, private.h: remove some unneeded data
11270         and use a more compact representation for table schemas.
11271
11272 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
11273
11274         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
11275         to get a better distribution in hash tables.
11276         * *.c: use mono_aligned_addr_hash() where appropriate.
11277         * assembly.c: make var static.
11278
11279 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
11280
11281         * domain-internals.h: Put MonoJitInfo on a diet.
11282
11283         * domain.c: Fix a warning.
11284
11285 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11286
11287         * gc.c: rework the gc handles code to reuse handles
11288         when freed.
11289
11290 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
11291
11292         * domain.c: fixed long standing bug in mono_string_equal() which
11293         was brought to light with the ldstr changes.
11294
11295 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
11296
11297         * reflection.c: Remove warning by adding missing include for marshal.h
11298
11299 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
11300
11301         * domain.c, object.c: change the ldstr_table to hold
11302         MonoString* as keys: makes the runtime isinterned lookup
11303         faster and simplifies memory management.
11304
11305 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
11306  
11307         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
11308         possible to add imperative security checks before calling the icall.
11309         * reflection.c: Return security attributes on the original MonoMethod
11310         (and not the wrapped one). This fix permissions on icalls.
11311
11312 2005-01-25  Dick Porter  <dick@ximian.com>
11313
11314         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
11315         the check for mktime() support actually test the mktime() return
11316         value.  "Fixes" bug 71682, though the output is still different to
11317         MS.
11318
11319 2005-01-25  Martin Baulig  <martin@ximian.com>
11320
11321         * class.c (mono_class_is_assignable_from): Make this work for
11322         generic instances.
11323
11324 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
11325
11326         * marshal.c (mono_string_utf8_to_builder)
11327         (mono_string_builder_to_utf16): We might not have ownership of the
11328         string. In thise case, we need to create a new buffer.
11329
11330         * object-internals.h (mono_stringbuilder_capacity): sb->str might
11331         be null, in which case, use the default capacity.
11332
11333 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
11334
11335         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
11336         GC events to the profiler.
11337
11338 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
11339
11340         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
11341         if you don't want the GC to run.
11342
11343 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
11344
11345         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
11346         start providing a GC API and keeping different implementations in
11347         their own file.
11348         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
11349
11350 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
11351
11352         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
11353         mmap rather than allocating a huge buffer.
11354         (mono_debug_close_mono_symbol_file): Free the buffer allocated
11355         above.
11356
11357 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
11358
11359         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
11360         and CheckExecutionRights.
11361         * reflection.c|h: Keep the index of the declarative security to be 
11362         used, instead of the pointer, when AOT compiler is used. Also add 
11363         class initialization when requesting demands.
11364         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
11365         CheckExecutionRights. Both properties are now FALSE by default, and
11366         unmodifiable, unless the --security option is used.
11367
11368 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11369
11370         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
11371         reflection.c: properly refcount images and assemblies, many leaks fixed.
11372
11373 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11374
11375         * threadpool.c: increase the timeout for threads in the thread pool to
11376         10s.  Fixes bug #67159.
11377
11378 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
11379
11380         * class-internals.h: Sun's compiler insists on explicit
11381         signed on bit fields to handle then correctly.
11382
11383 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
11384
11385         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
11386         Make the size of the array fit only the number of invalid path
11387         chars that we have.
11388
11389         * class.c (_mono_class_get): Improve the error reporting when a
11390         class referenced is not found, to assist debugging. 
11391
11392 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
11393
11394         * threads.c: fix off-by-one error.
11395         * domain.c: free data allocated in the domain.
11396
11397 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11398
11399         * reflection.c (mono_method_body_get_object): Fill out exception info
11400         as well.
11401
11402         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
11403         structure.
11404         
11405 2005-01-19  Martin Baulig  <martin@ximian.com>
11406
11407         * loader.c (mono_get_method_constrained): Make this work again.
11408
11409 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
11410
11411         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
11412         guint16 to match the managed side.
11413
11414         * reflection.c (mono_reflection_body_get_object): Fill out local
11415         variables array.
11416
11417         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
11418         as well.
11419
11420         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
11421         'local_var_sig_token'.
11422
11423 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
11424
11425         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
11426         System.Drawing.
11427
11428         * reflection.c (mono_method_body_get_object): Handle abstract and
11429         runtime methods.
11430
11431 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
11432
11433         * marshal.c, loader.c, class-internals.h, reflection.c:
11434         store the emthod data for a wrapper in an array instead of a list.
11435
11436 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
11437
11438         * marshal.c: change the code to allocate memory more
11439         conservatively for method wrappers.
11440
11441 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
11442
11443         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
11444         fields from MonoClass to the marshal info structure where they belong.
11445
11446 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
11447
11448         * class.c, object.c, class-internals.h, marshal.c: rearrange
11449         some fields and tweak some types to lower memory usage.
11450
11451 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
11452
11453         * threads.c (signal_thread_state_change): Handle the case when the
11454         target thread is the current thread.
11455
11456         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
11457
11458         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
11459         emit_ptr_to_object_conv. 
11460
11461         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
11462         marshalling. Fixes #71352.
11463
11464 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
11465
11466         * metadata.h, blob.h: move table enum to blob.h so it can be included
11467         in any header.
11468         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
11469         cut the size of MonoImage/MonoDynamicImage.
11470
11471 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
11472
11473         * profiler.c (mono_profiler_install_simple): Fix default arguments.
11474
11475 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
11476
11477         * reflection.c, reflection.h, icall.c: add a function to check
11478         if an attribute type is defined for a metadata object.
11479
11480 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
11481
11482         * object-internals.h: Added some needed fields from StringBuilder class.
11483         * marshal.c: Set the maxCapacity when creating a StringBuilder.
11484
11485 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
11486
11487         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
11488         threads before shutting down the runtime.
11489
11490         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
11491
11492 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
11493
11494         * object-internal.h, threads.c: implement stacksize and 
11495         parameterized thread start functionality (requires
11496         matching corlib). Marked broken code for later removal.
11497
11498 2005-01-12  Martin Baulig  <martin@ximian.com>
11499
11500         * class-internals.h (MonoGenericClass): Moved the `initialized'
11501         flag to MonoDynamicGenericClass, removed `init_pending'.
11502         (MonoGenericInst): Added `is_reference' flag.
11503
11504 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
11505
11506         * reflection.c (mono_image_create_pefile): Only set the pe_offset
11507         inside the MSDOS header. Fixes #71201.
11508
11509         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
11510         gc thread.
11511         (mono_domain_finalize): Ditto.
11512
11513 2005-01-12  Martin Baulig  <martin@ximian.com>
11514
11515         * class.c (mono_get_shared_generic_class): Use the cache for
11516         non-dynamic generic classes.
11517
11518         * class-internals.h (mono_class_create_generic_2): Removed
11519         function prototype, this function is now static inside class.c.
11520
11521         * class.c (mono_class_create_generic_2): Made this static, only
11522         call it from mono_class_init() and mono_class_setup_parent().
11523         (collect_implemented_interfaces_aux): Call mono_class_init() on
11524         the interfaces we collect.
11525         (mono_class_setup_vtable): Call mono_class_init (class->parent).
11526
11527 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11528
11529         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
11530         it a real thread handle.
11531
11532         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
11533         MonoJitExceptionInfo, since each catch clause needs its own variable.
11534         
11535 2005-01-11  Dick Porter  <dick@ximian.com>
11536
11537         * image.c (mono_pe_file_open): New variant on mono_image_open()
11538         that does not set up the CLI metadata; used for FileVersionInfo so
11539         it can get the data for windows binaries too.
11540         
11541         * process.c (process_read_string_block): Don't read off the end of
11542         the StringTable block.
11543
11544         These both fix bug 70766.
11545
11546 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
11547
11548         * gc.c: set some fields to NULL at GC cleanup time.
11549         * threads.c: if we quit the main thread, call exit ().
11550
11551 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
11552
11553         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
11554
11555 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
11556
11557         * threads.h, threads.c, object.c: added accessor and settor for
11558         main_thread. Handle it specially when exiting from it: wait
11559         for other foreground threads to exit.
11560
11561 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
11562
11563         * process.c, verify.c: remove some bloat.
11564
11565 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
11566
11567         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
11568         the calling convention to cdecl under win32.
11569
11570 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
11571
11572         * object.c (mono_object_get_size): New function to get the size of
11573         an object instance.
11574
11575         * profiler.c (simple_allocation): Use above.
11576
11577 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
11578
11579         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
11580         ves_icall_System_AppDomain_getRootDomain (as it's not required to
11581         get an appdomain by it's id and we can't assume the root's id is 0).
11582         * domain-internals.h: Change the function prototype to match.
11583         * icall.c: Change the icall table for AppDomain.
11584
11585 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
11586
11587         * locales.c (string_invariant_compare_char): Only compute
11588         GUnicodeTypes in the case where we need them.  Test for ordinality
11589         first and return if so.
11590
11591         From the commit:
11592
11593                 /*
11594                  * FIXME: here we must use the information from c1type and c2type
11595                  * to find out the proper collation, even on the InvariantCulture, the
11596                  * sorting is not done by computing the unicode values, but their
11597                  * actual sort order.
11598                  */
11599
11600 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
11601
11602         * loader.c: for P/Invoke methods, allow the "Internal" shared
11603         library name to refer to the calling process symbol namespace.
11604
11605 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
11606
11607         * Makefile.am: Add the security manager to the build.
11608         * security-manager.c|h: New. Initialization of the security manager.
11609
11610 2005-01-07  Dick Porter  <dick@ximian.com>
11611
11612         * threads.c: 
11613         * monitor.c: Update thread state during Monitor and WaitHandle
11614         waits.  Fixes bug 71031.
11615
11616 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
11617
11618         * reflection.c (property_encode_signature): Correctly handle when the
11619         property has no methods.
11620
11621 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
11622
11623         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
11624         
11625         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
11626         fields from mb, not rmb. Fixes #71017.
11627
11628         * marshal.c (emit_ptr_to_str_conv): Add support for 
11629         ByValTStr -> string conversion. Fixes #71015.
11630
11631         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
11632
11633         * mempool.c (mono_mempool_contains_addr): New helper function.
11634
11635 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11636
11637         * metadata.c (mono_metadata_compute_size): Fix size calculation of
11638         HasSematics encoded fields.
11639         
11640         * metadata.c (mono_type_to_unmanaged): Improve error message for 
11641         invalid string marshalling.
11642
11643         * metadata.c: Fix warnings.
11644         
11645 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
11646
11647         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
11648         profiler support.
11649
11650 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
11651
11652         * domain.c object.c domain-internals.h: Revert part of r38077 since the
11653         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
11654         tests.
11655
11656 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
11657
11658         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
11659         so methods containing these can be AOTed.
11660
11661 2005-01-03  Martin Baulig  <martin@ximian.com>
11662
11663         * loader.c (find_method): Removed the hack for generic instances.
11664         (method_from_memberref): If our parent is a generic instance, pass
11665         its generic type definition to find_method() and then inflate the
11666         method.
11667         (mono_get_method_constrained): Pass the generic type definition to
11668         find_method() and inflate the method later.
11669
11670         * class-internals.h (MonoStats): Added `generic_class_count'.
11671
11672         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
11673         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
11674
11675         * reflection.c (mono_custom_attrs_from_params): Don't ignore
11676         generic type definitions.
11677
11678 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
11679
11680         * loader.c icall.c: Fix warnings.
11681
11682 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
11683
11684         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
11685         blittable types. Fixes #70864.
11686
11687 2004-12-29  Martin Baulig  <martin@ximian.com>
11688
11689         * icall.c
11690         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
11691
11692         * reflection.c (mono_method_get_object): Create a
11693         "System.Reflection.MonoGenericMethod" for inflated methods; don't
11694         call mono_get_inflated_method().
11695
11696         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
11697
11698 2004-12-27  Martin Baulig  <martin@ximian.com>
11699
11700         * class-internals.h (MonoMethod): Added `is_inflated' flag.
11701         (MonoMethodInflated): Added `inflated' field.
11702
11703         * class.c (mono_class_inflate_generic_method): Don't really
11704         inflate the method here; just set the `is_inflated' flag in the
11705         MonoMethod.
11706         (mono_class_get_inflated_method): Actually inflate the method here
11707         if it's not already inflated; we use the MonoMethodInflated's new
11708         `inflated' field as a cache.
11709
11710 2004-12-26  Martin Baulig  <martin@ximian.com>
11711
11712         * class.c
11713         (inflate_generic_class): Moved some code out of inflate_generic_type().
11714         (mono_class_inflate_generic_method): If we're already inflated,
11715         inflate the context and use the declaring method; ie. make sure
11716         the declaring method of an inflated method is always the generic
11717         method definition.
11718         (mono_class_create_from_typedef): Create
11719         `class->generic_container->context->gclass'.
11720
11721 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
11722
11723         * metadata-internals.h, marshal.c, reflection.c: More
11724         MonoGHashTable->GHashTable.
11725
11726         * domain-internals.h, class.c: Change MonoGHashTable's into
11727         GHashTables for some cases where no gc stuff is used
11728
11729         All users: update apis
11730
11731 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
11732
11733         * metadata.c (builtin_types): Make this `const'. Makes this get
11734         put into the shareable section.
11735         (mono_metadata_init): Casts to make gcc happy.
11736
11737 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
11738
11739         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
11740
11741 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
11742
11743         * icall.c: Added an internal call to retrieve the position and length
11744         of assembly-level declarative security attributes (RequestMinimum, 
11745         RequestOptional and RequestRefuse). This is used by the Assembly class
11746         to re-create the corresponding permission sets.
11747
11748 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
11749
11750         * marshal.c: fix the stelemref wrapper to be type correct
11751         (and faster).
11752
11753 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
11754
11755         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
11756         to do key & 0x7fffffff. Hashtable already does this. It just
11757         results in longer code.
11758
11759 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
11760
11761         * appdomain.c: Bump corlib version.
11762         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
11763         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
11764         * reflection.c|h: Add functions to get declarative security infos
11765         (blob position and length) for assemblies, classes and methods.
11766
11767 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
11768
11769         * reflection.c: sort the constant table (bug #70693).
11770
11771 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
11772
11773         * object-internals.h, threads.c, domain.c: add accessors for
11774         the MonoThread and MonoDomain tls keys.
11775
11776 2004-12-18  Martin Baulig  <martin@ximian.com>
11777
11778         * class.c (inflate_generic_type): If we're inflating a generic
11779         instance, set `ngclass->context->container = context->container';
11780         ie. the container we inflated into.
11781
11782         * metadata.c (mono_metadata_parse_generic_param): Reflect above
11783         inflate_generic_type() changes.
11784
11785 2004-12-17  Martin Baulig  <martin@ximian.com>
11786
11787         * class-internals.h
11788         (MonoGenericClass): Replaced `MonoType *generic_type' with
11789         `MonoClass *generic_class'.  Removed `dynamic_info'; if
11790         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
11791         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
11792
11793 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
11794
11795         * exception.c (mono_exception_from_token): New helper function.
11796
11797 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
11798
11799         * assembly.c (mono_assembly_load_with_partial_name): Call 
11800         mono_assembly_loaded before invoking the preload hooks. Fixes
11801         #70564.
11802
11803         * object-internals.h (MonoThread): Change culture_info and 
11804         ui_culture_info into an array.
11805
11806         * threads.c: Cache culture info objects from more than one appdomain.
11807
11808         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
11809         current UI culture.
11810
11811 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
11812
11813         * threads.h threads.c appdomain.c: Clear the culture_info field of
11814         all threads during unloading if they point to an object in the dying
11815         appdomain.
11816
11817 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
11818
11819         * culture-info.h (TextInfoEntry): New struct
11820         * object-internals.h: sync with managed
11821         * locales.c: fill the `text_info_data' field
11822         * culture-info-tables.h: update
11823
11824 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
11825
11826         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
11827         collector.
11828
11829 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
11830
11831         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
11832         (ves_icall_ModuleBuilder_getMethodToken): Ditto
11833
11834 2004-12-12  Martin Baulig  <martin@ximian.com>
11835
11836         * mono-debug-debugger.c (write_type): If we're an enum and the
11837         builtin types have already been initialized, call mono_class_init().
11838
11839 2004-12-11  Martin Baulig  <martin@ximian.com>
11840
11841         * metadata.c (mono_metadata_load_generic_params): Added
11842         `MonoGenericContainer *parent_container' argument; automatically
11843         compute `container->is_method'; pass the correct owner to
11844         get_constraints().      
11845
11846         * reflection.c (compare_genericparam): Sort the GenericParam table
11847         according to increasing owners. 
11848
11849 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
11850
11851         * profiler.c: allow disabling the default profiler.
11852
11853 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
11854
11855         * decimal.c, icall.c: allow disabling System.Decimal support.
11856
11857 2004-12-09  Marek Safar <marek.safar@seznam.cz>
11858
11859         * reflection.c: Add support for null attribute arguments.
11860
11861 2004-12-09  Martin Baulig  <martin@ximian.com>
11862
11863         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
11864         names to get rid of compiler warnings.
11865
11866 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
11867
11868         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
11869         mono_marshal_load_type_info (). Fixes #69625.
11870         (mono_marshal_get_ptr_to_struct): Likewise.
11871
11872 2004-12-08  Martin Baulig  <martin@ximian.com>
11873
11874         * mono-debug.h: Bumped version number to 47.
11875
11876         * mono-debug-debugger.c
11877         (mono_debugger_event_handler, mono_debugger_event): Take two
11878         guint64 arguments insteed of a gpointer and a guint32.  
11879
11880 2004-12-08  Martin Baulig  <martin@ximian.com>
11881
11882         * debug-mono-symfile.h
11883         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
11884         `address' to `native_offset'.
11885
11886 2004-12-08  Martin Baulig  <martin@ximian.com>
11887
11888         * class.c (mono_class_create_from_typespec): Only inflate if we
11889         either have `context->gclass' or `context->gmethod'.
11890
11891 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
11892
11893         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
11894
11895         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
11896
11897         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
11898
11899         * reflection.c (mono_assembly_get_object): Remove the workaround put
11900         in for the release.
11901         
11902         * appdomain.c: Use the corlib_internal field from MonoAssembly.
11903
11904         * appdomain.c: Bump corlib version.
11905
11906         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
11907         be visible in other appdomains.
11908
11909 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
11910
11911         * threads.c: Interlocked inc and dec for longs were messed up,
11912         use a KISS based impl for this. Fixes 70234
11913
11914 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
11915
11916         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
11917
11918 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
11919
11920         * icall.c: fix to follow policy not to allow struct
11921         arguments in icalls.
11922
11923 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11924
11925         * process.c: make the patch that handles spaces in file paths work
11926         on mono/windows too.
11927
11928 2004-12-06  Martin Baulig  <martin@ximian.com>
11929
11930         * class.c (mono_class_create_generic): Call
11931         mono_class_setup_supertypes() if we're dynamic.
11932         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
11933
11934 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
11935
11936         * object-internals.h: Add new fields to MonoThread.
11937
11938         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11939
11940         * icall.c threads-types.h threads.c: Add new icalls.
11941
11942         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
11943
11944         * object-internals.h (MonoReflectionAssembly): Sync object layout with
11945         managed side.
11946
11947         * appdomain.c: Bump corlib version.
11948
11949         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
11950         internal assemblies. Fixes #69181.
11951
11952 2004-12-05  Martin Baulig  <martin@ximian.com>
11953
11954         * class.c (mono_class_inflate_generic_signature): Make this a
11955         no-op if `context' is NULL or we don't have any type parameters;
11956         also copy `sentinelpos'.        
11957
11958 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
11959
11960         * image.c: Add unbox_wrapper_cache.
11961
11962         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
11963
11964         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
11965         function generator.
11966         
11967         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
11968         Fixes #70173.
11969
11970         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
11971         
11972 2004-12-04  Martin Baulig  <martin@ximian.com>
11973
11974         * loader.c (mono_method_get_signature_full): New public function;
11975         like mono_method_get_signature(), but with an additional
11976         `MonoGenericContext *' argument.
11977
11978         * class.c (mono_class_inflate_generic_signature): Formerly known
11979         as inflate_generic_signature(); make this public.
11980
11981 2004-12-04  Martin Baulig  <martin@ximian.com>
11982
11983         * metadata.c
11984         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
11985         instead of a `MonoGenericContainer *'.  
11986         (mono_metadata_parse_array_full): Likewise.
11987         (mono_metadata_parse_signature_full): Likewise.
11988         (mono_metadata_parse_method_signature_full): Likewise.
11989         (mono_metadata_parse_generic_inst): Likewise.
11990         (mono_metadata_parse_generic_param): Likewise.
11991         (mono_metadata_parse_mh_full): Likewise.
11992         (mono_type_create_from_typespec_full): Likewise.
11993
11994 2004-12-03  Martin Baulig  <martin@ximian.com>
11995
11996         * class-internals.h (MonoGenericContainer): Replaced the
11997         `MonoGenericContext * pointer with a `MonoGenericContext'
11998         structure and made it the first element.
11999
12000 2004-12-03  Martin Baulig  <martin@ximian.com>
12001
12002         * class.c
12003         (inflate_generic_type): Set the `context->container' when creating
12004         a new MonoGenericContext.
12005         (mono_class_inflate_generic_method): Likewise.
12006         (mono_class_create_from_typespec): Just use `context->container'
12007         to get the container.
12008
12009         * loader.c (method_from_methodspec): Set `context->parent' from
12010         `context->container' - and if that's a method container, use its
12011         parent.  Also set the `context->container' when creating a new
12012         MonoGenericContext.
12013         (mono_get_method_from_token): Use just `context->container' to get
12014         the container.
12015
12016         * metadata.c (do_mono_metadata_parse_generic_class): Also set
12017         `gclass->context->container'.
12018
12019         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
12020         the `context->container' when creating a new MonoGenericContext.
12021
12022 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
12023
12024         * reflection.c (compare_genericparam): Sort params with identical
12025         owner by their number. Fixes gen-111 on sparc.
12026
12027 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12028
12029         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
12030         around the domain changes.
12031
12032         * appdomain.c (mono_domain_unload): Handle the case when the thread
12033         calling Unload is itself being aborted during unloading. Fixes #70022.
12034
12035         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
12036
12037         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
12038         checkpoint_func as an icall so it gets a wrapper.
12039         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
12040         in the cross-appdomain wrappers too.
12041
12042         * threads.c (mono_thread_has_appdomain_ref): Make this public.
12043
12044         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
12045
12046         * reflection.c: Fix some memory leaks.
12047         
12048 2004-12-02  Martin Baulig  <martin@ximian.com>
12049
12050         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
12051
12052         * metadata.c (generic_class_cache): New static hashtable.
12053         (mono_metadata_lookup_generic_class): New public method.
12054
12055 2004-12-02  Martin Baulig  <martin@ximian.com>
12056
12057         * class.c (mono_class_create_from_typedef): Call
12058         mono_class_setup_parent() and mono_class_create_mono_type() before
12059         parsing the interfaces.
12060
12061 2004-12-02  Martin Baulig  <martin@ximian.com>
12062
12063         * metadata.c (generic_inst_cache): New static hashtable.
12064         (mono_metadata_lookup_generic_inst): New public function.
12065         (mono_metadata_inflate_generic_inst): New public function.
12066         (mono_metadata_parse_generic_inst): New public function.
12067         (do_mono_metadata_parse_generic_class): Use the new
12068         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
12069         since this'll also use the cache.
12070
12071         * reflection.c (mono_reflection_bind_generic_method_parameters):
12072         Use mono_metadata_lookup_generic_inst() to use the new cache.
12073
12074         * class.c (inflate_mono_type): Use
12075         mono_metadata_inflate_generic_inst() to inflate a generic
12076         instance; this'll also use the new cache.
12077
12078         * loader.c (method_from_methodspec): Use
12079         mono_metadata_parse_generic_inst() and
12080         mono_metadata_inflate_generic_inst() rather than parsing it
12081         manually, so we can use the new cache.
12082
12083 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
12084
12085         * threads.c (wait_for_tids): Do not incorrectly free threads when 
12086         the wait times out.
12087
12088 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
12089
12090         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
12091         iter->args based on whether parameters are passed in registers (i.e.
12092         MONO_ARCH_REGPARMS is defined)
12093
12094 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
12095
12096         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
12097         the exception message. Fixes #70070.
12098         (method_from_methodspec): Fix warnings.
12099
12100 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12101
12102         * process.c: (complete_path) return the path quoted
12103
12104 2004-12-01  Martin Baulig  <martin@ximian.com>
12105
12106         * class-internals.h (MonoGenericInst): New structure.
12107         (MonoGenericClass): Replaced `type_argc', `type_argv' and
12108         `is_open' with `MonoGenericInst *inst'.
12109         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
12110         `is_open' with `MonoGenericInst *inst'.
12111
12112 2004-11-30  Martin Baulig  <martin@ximian.com>
12113
12114         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
12115
12116         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
12117         to `generic_class_cache'.
12118
12119         * metadata.c
12120         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
12121         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
12122         (mono_generic_inst_is_valuetype): Renamed to
12123         mono_generic_class_is_valuetype().
12124
12125         * class-internals.h
12126         (MonoGenericInst): Renamed to MonoGenericClass.
12127         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
12128         (MonoClass): Renamed `generic_inst' to `generic_class'.
12129         (MonoGenericContext): Renamed `ginst' to `gclass'.
12130
12131         * object-internals.h
12132         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
12133
12134         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
12135         mono_reflection_generic_class_initialize().
12136
12137         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
12138         now known as "System.Reflection.MonoGenericClass".
12139         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
12140
12141 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
12142
12143         * class-internals.h: Added a flag field to MonoClass to cache the
12144         declarative security attributes actions associated with the class.
12145         * domain-internals.h: Added booleans to MonoJitInfo to cache the
12146         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
12147         applicable to the JITted method.
12148         * reflection.c|h: Added functions to extract (as flags) which security
12149         actions are available (declaratively) for a method, class or assembly.
12150         * metadata.c|h: Added functions to search the declarative security
12151         table in the metadata.
12152         
12153 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
12154
12155         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
12156         EXPORTEDTYPES are already in the class name cache, so there is no
12157         need to add extra code here to look at them. Just removes a bit of
12158         cruft.
12159
12160         (ves_icall_System_Environment_get_TickCount): No need for #if
12161         WINDOWS. We already have the code in io-layer.
12162
12163 2004-11-28  Martin Baulig  <martin@ximian.com>
12164
12165         * loader.c
12166         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
12167         Fixes gen-112.cs.
12168
12169 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
12170
12171         * assembly.c (do_mono_assembly_open): Instead of having a
12172         conditional WITH_BUNDLE, incorporate support for bundles here, by
12173         having a global `bundles' variable holding a pointer to the actual
12174         bundles. 
12175
12176         (mono_register_bundled_assemblies): New API call used by the
12177         bundle code. 
12178
12179         See mkbundle.1 for details.
12180         
12181 2004-11-27  Martin Baulig  <martin@ximian.com>
12182
12183         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
12184         the vtable for generic methods.
12185
12186 2004-11-26  Martin Baulig  <martin@ximian.com>
12187
12188         * metadata.c
12189         (mono_metadata_generic_method_hash): New public function.
12190         (mono_metadata_generic_method_equal): Likewise.
12191
12192         * class-internals.h
12193         (MonoGenericContainer): Added `GHashTable *method_hash'.
12194
12195         * reflection.c (ReflectionMethodBuilder): Added
12196         `MonoGenericContainer *generic_container'.
12197         (reflection_methodbuilder_to_mono_method): Don't create a new
12198         MonoGenericContainer each time we're called.
12199         (mono_reflection_bind_generic_method_parameters): Use
12200         `container->method_hash' to cache the results so we don't create a
12201         different method if we're called several times with the same
12202         arguments.
12203
12204         * loader.c (method_from_methodspec): Use the new
12205         `container->method_hash' here, too.
12206
12207 2004-11-26  Martin Baulig  <martin@ximian.com>
12208
12209         * class.c (inflate_generic_signature): Correctly compute
12210         `res->has_type_parameters'.
12211         (mono_class_vtable): Use the `has_type_parameters' flag to
12212         determine whether we're a generic method.
12213
12214         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
12215
12216 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
12217
12218         * object.c (mono_runtime_run_main): Fix a small memory leak.
12219
12220 2004-11-25  Martin Baulig  <martin@ximian.com>
12221
12222         * class.c (set_generic_param_owner): Fixed the loop.
12223
12224 2004-11-25  Martin Baulig  <martin@ximian.com>
12225
12226         * object.c (mono_class_vtable): Don't create any JIT wrappers for
12227         generic methods.
12228
12229 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
12230
12231         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
12232         names. Fixes #69787.
12233
12234 2004-11-24  Martin Baulig  <martin@ximian.com>
12235
12236         * class.c (mono_class_create_generic_2): If we don't have a
12237         `ginst->parent', inflate `gklass->parent' to get our parent.
12238
12239 2004-11-24  Martin Baulig  <martin@ximian.com>
12240
12241         * reflection.c (compare_genericparam): Correctly sort the
12242         GenericParam table; fixes #69779.
12243
12244 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
12245
12246         * reflection.c: When writing a PE file, don't create a huge
12247         buffer in memory. Just write the arrays we have to the file.
12248         This reduces memory usage.
12249
12250         * metadata-internals.h: MonoDynamicStream pefile is no longer used
12251         globally.
12252
12253 2004-11-17  Martin Baulig  <martin@ximian.com>
12254
12255         * class.c (mono_class_init): Don't setup `class->parent' for
12256         dynamic instances; moved this to mono_class_generic_2().
12257         (mono_class_create_generic): Also set `klass->inited' for dynamic
12258         generic instances.
12259         (mono_class_create_generic_2): Don't do anything for dynamic
12260         generic instances.  Set `klass->parent' here and also call
12261         mono_class_setup_parent() here. 
12262
12263         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
12264         `MonoType *parent' argument; set `ginst->parent' before calling
12265         mono_class_create_generic_2(), so we set the correct parent.
12266
12267 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
12268
12269         * reflection.c: allow getting attributes from ModuleBuilder
12270         (used by ikvm).
12271
12272 2004-11-17  Martin Baulig  <martin@ximian.com>
12273
12274         * class.c (mono_class_create_from_typedef): If a type parameter is
12275         inherited from an outer class, set its owner to that class.
12276
12277 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
12278
12279         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
12280           for (int*) written size. This fixes bug #69592.
12281
12282 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
12283
12284         * icall.c: Added IsAuthenticodePresnet internal call.
12285         * image.c|h: New function that check a MonoImage for an Authenticode
12286         signature in the certificate PE data directory.
12287         * security.c|h: New internal call to ask the runtime if an 
12288         Authenticode signature seems referenced in the PE header.
12289
12290 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
12291
12292         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
12293
12294         * reflection.c (mono_image_create_pefile): Free the assembly streams
12295         after writing out the assembly file.
12296
12297         * object.c (mono_runtime_run_main): Fix small memory leak.
12298
12299         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
12300         property access modifiers. Fixes #69389.
12301
12302 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
12303
12304         * domain.c, object.c, object-internals.h, domain-internals.h,
12305         object.h, marshal.c: keep dynamic code info per domain.
12306
12307 2004-11-15  Martin Baulig  <martin@ximian.com>
12308
12309         * class.c (mono_type_get_name_recurse): Put type arguments in
12310         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
12311         see bug #68387.
12312
12313 2004-11-15  Martin Baulig  <martin@ximian.com>
12314
12315         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
12316         (mono_class_setup_vtable): When computing `the_cname' for a
12317         generic instance, don't include the namespace since we'd otherwise
12318         add it twice.
12319
12320 2004-11-15  Martin Baulig  <martin@ximian.com>
12321
12322         * class.c (mono_class_create_generic): Changed return type to void.
12323         (mono_class_create_generic_2): New public function; setup
12324         `class->method', `class->field' and `class->interfaces' here
12325         instead of in mono_class_init().
12326
12327         * class.h (mono_class_create_generic): Moved to class-internals.h.
12328
12329 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
12330
12331         * reflection.c (mono_image_create_pefile): take a file HANDLE.
12332         rather than writing to memory, write to this file. Right now,
12333         we are just writting into a buffer, and copying that. However
12334         we can avoid the buffer later.
12335
12336         (mono_dynamic_stream_reset): new function
12337
12338         * icall.c, object-internals.h: update for the above.
12339
12340 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
12341
12342         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
12343         have been using gc'd memory. First it is slower, unlikely
12344         the comment in the source code said, secondly, it increases
12345         our footprint to do it in the gc.
12346
12347         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
12348         the method so that it does not have to copy to managed code.
12349
12350 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
12351
12352         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
12353
12354 2004-11-12  Martin Baulig  <martin@localhost>
12355
12356         * reflection.c (mono_image_create_token): Allow generic method
12357         definitions here, since they may appear in an `.override'; see
12358         gen-98/gen-99 for an example.
12359
12360 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
12361
12362         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
12363         #69365.
12364
12365         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
12366         descriptive.
12367
12368 2004-11-11  Martin Baulig  <martin@ximian.com>
12369
12370         * class.c (mono_class_setup_vtable): In an explicit interface
12371         implementation, the method name now includes the arity.
12372
12373 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
12374
12375         * object.c (mono_array_full_copy): Fix warning.
12376
12377 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
12378
12379         * appdomain.c: Removed look_for_method_by_name(). Use the new method
12380         mono_class_get_method_from_name() instead.
12381         
12382         * class-internals.h: Added two new types of wrappers. 
12383         Added MonoRemotingTarget enum. Added new trampoline function type, which
12384         takes an additional MonoRemotingTarget value as parameter, so it is
12385         possible to request a trampoline for a specific target.
12386         
12387         * class.c: Added new mono_class_get_method_from_name() method.
12388         
12389         * class.h: In MonoRemoteClass, we can have now to vtables, one for
12390         general remoting sinks and one specific for cross domain calls.
12391         
12392         * debug-helpers.c: Added new wrapper names.
12393         
12394         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
12395         of a remote class.
12396         
12397         * image.c: Porperly delete value objects form the remoting invoke hashtable.
12398         
12399         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
12400         with several other methods (mono_marshal_get_xappdomain_dispatch,
12401         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
12402         and others) can generate a fast remoting wrapper for cross domain calls.
12403         More information can be found in docs/remoting.
12404         Other changes: Removed mono_find_method_by_name, and used
12405         mono_class_get_method_from_name instead.
12406         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
12407         is stored in the remoting invoke hashtable.
12408         
12409         * marshal.h: published the new method for getting the xdomain wrapper,
12410         and also added a method for getting the adequate wrapper for a given
12411         method and target.
12412         
12413         * object-internals.h, object.c: Added a couple of methods for capying and
12414         cloning arrays.
12415         Modified mono_install_remoting_trampoline, which takes the new remoting
12416         trampoline that has a remoting target as parameter.
12417         mono_class_proxy_vtable now also takes a remoting target as parameter, and
12418         will return the most suitable vtable for the target.
12419         Added mono_remote_class_vtable, which returns the vtable of a remote class
12420         (which can be the normal remoting vtable or the xdomain vtable).
12421         
12422         * threads.c: the xdomain invoke and dispatch wrappers must also be
12423         protected against interruptions.
12424
12425 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12426
12427         * icall.c: use memmove in BlockCopyInternal when the source and
12428         destination arrays are the same.
12429
12430 2004-11-09  Martin Baulig  <martin@ximian.com>
12431
12432         * class-internals.h (MonoGenericContainer): Removed `method' and
12433         `signature', replaced them with `is_method' and `is_signature'
12434         flags.  Added `context'.
12435
12436         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
12437         instead of a `MonoGenericContainer *'.
12438
12439         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
12440         for dynamic type parameters.
12441         (mono_metadata_load_generic_params): Setup `container->context'.
12442
12443         * reflection.c (mono_reflection_setup_generic_class): Setup
12444         `tb->generic_container->context'.
12445         (do_mono_reflection_bind_generic_parameters): Use
12446         mono_class_inflate_generic_type() to correctly inflate types,
12447         rather than using our own hack just for MONO_TYPE_VAR.
12448
12449 2004-11-09  Martin Baulig  <martin@ximian.com>
12450
12451         * class.c (mono_class_inflate_generic_method): Small fix; don't
12452         crash here.
12453
12454         * icall.c
12455         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
12456         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
12457         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
12458         (ves_icall_Type_BindGenericParameters): Likewise.
12459         (ves_icall_Type_get_IsGenericInstance): Likewise.
12460         (ves_icall_Type_GetGenericParameterPosition): Likewise.
12461         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
12462         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
12463         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
12464
12465 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
12466
12467         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
12468         assembly versions and public key tokens. Fixes #69113.
12469
12470 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
12471
12472         * metadata.c: fix bug introduced with the type cache changes
12473         on 2004-11-06.
12474
12475 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
12476
12477         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
12478         the MonoClass pointer instead of the token in exception clauses.
12479         * reflection.c: updates for the above and make the code not depend
12480         on the structure of MonoExceptionClause.
12481
12482 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
12483
12484         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12485         Add support for dynamic assemblies. Fixes #69114.
12486
12487         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
12488
12489 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
12490
12491         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
12492         since most only those methods use it. the code member of
12493         MonoMethodPInvoke was dead, so that can be removed too. Also,
12494         remove inline_count (again, not used), and move slot so that it
12495         can share bits with some other flags. This saves 8 bytes in the
12496         structure and gives us about 50 kb back for mcs helloworld.cs
12497
12498         * *.[ch]: Do naming changes for the above.
12499
12500         * loader.c (mono_method_get_header): Lazily init the header
12501         on first access.
12502         (mono_get_method_from_token): don't init the header here
12503         (mono_free_method): the header may never be allocated
12504
12505         Overall, this saves 150 kb of unmanaged allocations
12506         for mcs helloworld.cs. That accounts for 10% of the unmanaged
12507         memory at runtime.
12508         
12509         * loader.c, loader.h (mono_method_get_header): new accessor.
12510
12511         * *.[ch]: use the above method. Prepares us to lazily load
12512         the header.
12513
12514         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
12515         three warnings, which are actual bugs (see 69206).
12516
12517         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
12518         unused. Saves a cool 4 bytes / method.
12519
12520 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
12521
12522         * metadata.c (builtin_types): Add types for System.Object here.
12523         (mono_metadata_parse_type_full): Cache MonoType*'s that are
12524         for a class or valuetype from klass->this_arg or klass->byval_arg.
12525
12526         On mcs for a hello world, this gets us down from 21836 MonoType's
12527         to 14560.
12528
12529         (mono_metadata_free_type): Account for the above change.
12530
12531 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
12532
12533         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
12534         exception instead of asserting if name is null.
12535         (ves_icall_System_AppDomain_GetData): Ditto.
12536
12537 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
12538
12539         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
12540         EnumBuilder.
12541
12542         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
12543         Return NULL when the domain does not have entry_assembly set.
12544
12545         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
12546         Add a 'resource_modules' argument.
12547         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
12548
12549         * reflection.c (mono_reflection_create_runtime_class): Move setting
12550         of wastypebuilder here, so mono_get_type_object () returns a MonoType
12551         for enums too.
12552
12553         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
12554         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
12555         Throw an ArgumentNullException if 'ptr' is null.
12556
12557         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
12558         assemblies here. Fixes #69020.
12559
12560 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
12561
12562         * reflection.c (build_compressed_metadata): Fix the previous patch for
12563         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
12564         the stack.
12565
12566 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
12567
12568         * assembly.c (mono_assembly_names_equal): Allow a match if one of
12569         the cultures is false. Fixes #69090.
12570
12571         * reflection.c (build_compressed_metadata): Fix invalid memory read 
12572         detected by valgrind.
12573         
12574         * reflection.c (mono_reflection_get_type): Avoid triggering a 
12575         TypeResolve multiple times for the same type. Fixes #65577.
12576
12577 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
12578
12579         * marshal.c: Avoid using ldftn to call managed functions. It is
12580         much slower than just a call.
12581
12582         * reflection.c (mono_module_get_object): free the basename we
12583         allocate here from glib.
12584         
12585         * reflection.c (ensure_runtime_vtable): make sure to free
12586         overrides.  Also, we were allocating an array of MonoMethod not an
12587         array of MonoMethod*.
12588
12589         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
12590
12591         * image.c (mono_image_close): free image->guid here.
12592
12593 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
12594
12595         * reflection.c: Fix some spec conformance issues with the PE file
12596         structures so mcs compiled apps run on the Net 2.0 beta.
12597
12598 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
12599
12600         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
12601         Implement this. Fixes #67264.
12602
12603         * debug-helpers.h debug-helpers.c marshal.c: Move 
12604         mono_find_method_by_name to debug-helpers.c.
12605
12606 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
12607
12608         * object.c (mono_release_type_locks): type_initialization_hash is
12609         a GHashTable.
12610
12611         * reflection.c object.c object-internals.h: Fix warnings.
12612
12613         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
12614         without accessors. Fixes #61561.
12615
12616         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
12617         application base from the root domain if not set. Fixes #65641.
12618         (mono_runtime_init): Fix warning.
12619
12620 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12621
12622         * appdomain.c: call mono_thread_pool_init.
12623         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
12624         of worker threads based on the number of CPUs and the environment
12625         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
12626         for non-windows (windows) systems.
12627
12628 2004-10-27  Chris Toshok  <toshok@ximian.com>
12629
12630         * mono-debug-debugger.c (write_class): don't call mono_class_init
12631         here, as even with the check for (!klass->init_pending), we get
12632         into a situation where we're hitting cycles in class
12633         initialization.  Fixes #68816.
12634
12635 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
12636
12637         * image.c: Avoid overwriting values in the loaded_images_hash when an
12638         assembly is loaded multiple times. Fixes #61152.
12639
12640         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
12641         so multiple satellite assemblies for the same name can be loaded.
12642         Fixes #68259.
12643
12644         * mono_domain_assembly_preload: Actually return the loaded assembly, 
12645         not NULL.
12646
12647         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
12648         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
12649
12650         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
12651         pending finalizers are not invoked after the appdomain has been 
12652         unloaded. Fixes #67862.
12653
12654 2004-10-22  Martin Baulig  <martin@ximian.com>
12655
12656         * mono-debug-debugger.c
12657         (mono_debugger_runtime_invoke): Don't box valuetypes.
12658
12659 2004-10-22  Chris Toshok  <toshok@ximian.com>
12660
12661         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
12662         don't hide private methods.
12663
12664 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
12665
12666         * icall.c: Allows the runtime to "share" (when known) the public key
12667         token of an assembly. This avoid the need to recalculate the token 
12668         (from the public key) in managed code.
12669
12670 2004-10-21  Chris Toshok  <toshok@ximian.com>
12671
12672         * debug-helpers.c (append_class_name): argh, revert last patch.
12673         
12674 2004-10-21  Chris Toshok  <toshok@ximian.com>
12675
12676         * debug-helpers.c (append_class_name): use '+' as the delimiter,
12677         not '/', so that it matches what the debugger uses to look up
12678         methods.
12679
12680 2004-10-21  Martin Baulig  <martin@ximian.com>
12681
12682         * mono-debug-debugger.c (mono_debugger_throw_exception): New
12683         public method; this is called each time an exception is thrown and
12684         allows the debugger to use exception catch points.
12685
12686 2004-10-21  Martin Baulig  <martin@ximian.com>
12687
12688         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
12689         the stack pointer and the exception object in some struct and pass
12690         that to the debugger.
12691
12692 2004-10-21  Chris Toshok  <toshok@ximian.com>
12693
12694         * mono-debug-debugger.c (do_write_class): add instance/static
12695         event support.  We don't expose "raise" or "other" yet.
12696         (event_is_static): new method.
12697
12698 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
12699
12700         * mono-debug-debugger.c
12701         (mono_debugger_handle_exception): Remove
12702         bogus return value for fussy compilers.
12703
12704 2004-10-20  Martin Baulig  <martin@ximian.com>
12705
12706         * mono-debug-debugger.c
12707         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
12708         (mono_debugger_handled_exception): Likewise.
12709
12710 2004-10-20  Martin Baulig  <martin@ximian.com>
12711
12712         * mono-debug-debugger.h (MonoDebuggerEvent): Added
12713         MONO_DEBUGGER_EVENT_EXCEPTION.
12714
12715         * mono-debug-debugger.c (mono_debugger_handle_exception): New
12716         public function to send the debugger a notification for an
12717         exception and inform it about a catch/finally clause.
12718
12719 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
12720
12721         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
12722         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
12723         fix 2.95 build. 
12724
12725         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
12726
12727 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
12728
12729         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
12730         marshalled as [In,Out]. Fixes #58325.
12731
12732 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
12733
12734         * reflection.c (mono_method_body_get_object): Implement some fields.
12735
12736 2004-10-12  Martin Baulig  <martin@ximian.com>
12737
12738         * reflection.c (mono_reflection_bind_generic_parameters): Small
12739         fix, correctly retrieve our parent from a generic instance.
12740
12741 2004-10-12  Martin Baulig  <martin@ximian.com>
12742
12743         * metadata.c (mono_metadata_generic_param_equal): We always have
12744         an owner.
12745
12746         * class.c
12747         (mono_class_from_generic_parameter): We need to have an owner.
12748         (my_mono_class_from_generic_parameter): Likewise.
12749
12750         * reflection.c (mono_reflection_setup_generic_class): Renamed to
12751         mono_reflection_create_generic_class() and added a new
12752         mono_reflection_setup_generic_class().  
12753         (mono_reflection_initialize_generic_param): If we're a nested
12754         generic type and inherited from the containing class, set our
12755         owner to the outer class.
12756
12757 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
12758
12759         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
12760
12761         * reflection.c (mono_method_body_get_object): New function to create
12762         a MethodBody object.
12763
12764         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
12765
12766 2004-10-11  Martin Baulig  <martin@ximian.com>
12767
12768         * metadata.c (_mono_metadata_type_equal): Renamed to
12769         do_mono_metadata_type_equal() and made static.
12770
12771 2004-10-11  Martin Baulig  <martin@ximian.com>
12772
12773         * appdomain.c: Bump corlib version number to 28.
12774
12775 2004-10-10  Martin Baulig  <martin@ximian.com>
12776
12777         * class-internals.h
12778         (MonoGenericInst): Added `MonoGenericContainer *container'.
12779         (MonoGenericMethod): Likewise.
12780         (MonoGenericContext): Likewise.
12781         (MonoGenericParam): Added `MonoGenericContainer *owner'.
12782
12783         * metadata.c
12784         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
12785         (do_mono_metadata_parse_generic_inst): Likewise.
12786         (mono_metadata_parse_type_full): New public method.  This is the actual
12787         mono_metadata_parse_type() implementation - with an additional
12788         `MonoGenericContainer *' argument.
12789         (mono_metadata_parse_array_full): Likewise.
12790         (mono_metadata_parse_signature_full): Likewise.
12791         (mono_metadata_parse_method_signature_full): Likewise.
12792         (mono_metadata_parse_mh_full): Likewise.
12793         (mono_type_create_from_typespec): Likewise.
12794         (mono_metadata_interfaces_from_typedef_full): New public method;
12795         this is similar to the other _full() methods, but we take a
12796         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
12797         (mono_metadata_parse_generic_param): Take an additional
12798         `MonoGenericContainer *' argument and lookup the MonoGenericParam
12799         from that container.
12800         (mono_metadata_generic_param_equal): New static method to compare
12801         two type parameters.
12802         (_mono_metadata_type_equal): New static method; takes an
12803         additional `gboolean signature_only' argument - if true, we don't
12804         compare the owners of generic parameters.
12805         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
12806         with a TRUE argument - do a signature-only comparision.
12807
12808         * loader.c: Use the new _full() methods and pass the
12809         MonoGenericContainer to them.
12810
12811         * object-internals.h (MonoReflectionTypeBuilder): Added
12812         `MonoGenericContainer *generic_container' field.
12813         (MonoReflectionMethodBuilder): Likewise.
12814
12815 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
12816
12817         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
12818         case initial images of dynamic assemblies.
12819
12820         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
12821
12822         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
12823
12824         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
12825         length of event->other array.
12826         (typebuilder_setup_events): Ditto.
12827
12828         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
12829         'assembly_by_name' and add an 'assemblies' list.
12830
12831         * assembly.h assembly.c: Add a new search hook for determining whenever
12832         an assembly is already loaded. Use this instead of searching in the
12833         loaded_assemblies list.
12834
12835         * domain.c appdomain.c: Implement the new search hook so loaded 
12836         assemblies are now scoped by appdomain. Fixes #67727.
12837
12838 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
12839
12840         * threads.c (mono_thread_attach): Initialize synch_lock field so
12841         mono_thread_detach works again.
12842
12843         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
12844         'lib' too. Fixes #63130.
12845
12846 2004-10-06  Jackson Harper  <jackson@ximian.com>
12847
12848         * culture-info-tables.h: regenerated.
12849
12850 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
12851
12852         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
12853         implemented by other interfaces in the result. Fixes #65764.
12854         
12855         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12856         Handle unloadable modules without crashing.
12857
12858         * image.c (load_modules): Revert the previous patch since modules must
12859         have a fixed index inside the array.
12860         
12861         * image.c (load_modules): Don't include native modules in the modules
12862         array.
12863
12864 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
12865
12866         * reflection.h: Add param_defaults field.
12867
12868         * reflection.c: Add support for parameter defaults in dynamic methods.
12869         Fixes #64595.
12870
12871         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
12872         an empty string when a type has no namespace. Fixes #64230.
12873
12874 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
12875
12876         * tabledefs.h: Added "internal" security actions to support non-CAS
12877         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
12878         Note: they do not seems to be used anymore in 2.0 (new metadata format)
12879
12880 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
12881
12882         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
12883         constructor of abstract class. Fixes #61689.
12884
12885 2004-10-04  Martin Baulig  <martin@ximian.com>
12886
12887         * class-internals.h (MonoGenericContainer): New type.
12888         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
12889         `MonoGenericContainer *generic_container'.
12890         (MonoClass): Replaced `gen_params' and `num_gen_params' with
12891         `MonoGenericContainer *generic_container'.
12892
12893         * metadata.c (mono_metadata_load_generic_params): Return a
12894         `MonoGenericContainer *' instead of a `MonoGenericParam *';
12895         removed the `num' argument.
12896
12897 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
12898
12899         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
12900         for dynamic images.
12901
12902         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
12903         machine fields.
12904
12905         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
12906
12907         * reflection.c: Save pe_kind and machine values into the generated
12908         image file.
12909
12910         * appdomain.c: Bump corlib version number.
12911
12912         * object-internals.h: Reorganize layout of LocalBuilder.
12913
12914         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
12915         New helper function.
12916
12917         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
12918         created MonoType for dynamic types. Fixes #66180.
12919
12920 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
12921
12922         * threadpool.c: the ares hashtable needs a critical section around it.
12923         this prevents some nasty segfaults
12924
12925 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
12926
12927         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
12928         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
12929         bug 67324).
12930         
12931 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
12932
12933         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
12934         
12935 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
12936
12937         * image.c: Always canonicalize image file names, to avoid loading
12938         the same assembly twice when referenced using a relative path.
12939
12940 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
12941
12942         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
12943
12944         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
12945
12946         * marshal.c: Fix warnings.
12947
12948 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
12949
12950         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
12951         attempting to marshal the delegate_trampoline as the method_addr.
12952         This patch has a static hashtable of marshalled delegates so that 
12953         we can map delegate_trampoline addresses back to delegates.  This
12954         allows a delegate passed to managed code to be passed back into native
12955         code.  Fixes #67039
12956
12957 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
12958
12959         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
12960
12961         * reflection.c (method_encode_code): Align method headers properly.
12962         Fixes #66025.
12963
12964 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
12965
12966         * marshal.c: In the runtime invoke wrapper, reset the abort
12967         exception if it is cached. This avoids the automatic rethrowal of 
12968         the exception after the catch of the wrapper. Also check for pending
12969         interruptions before calling the managed method. This is done using
12970         the new method emit_thread_force_interrupt_checkpoint, since the
12971         normal checkpoint method is ignored when running the invoke wrapper.
12972         * object.c: If the abort exception is rethrown, set the abort_exc
12973         field of the thread, so it will be rethrown aftere every catch.
12974         * threadpool.c: Only run an interruption checkpoint if what has been
12975         requested is a stop of the thread (aborts will be ignored).
12976         * threads.c: By default, a thread will now never be interrumped while
12977         running the runtime invoke wrapper (this ensures that runtime_invoke
12978         will always return to the caller if an exception pointer is provided).
12979         There is a new special method mono_thread_force_interruption_checkpoint()
12980         to force an interruption checkpoint even if running a protected
12981         wrapper, which is used by the same runtime invoke wrapper to do a check
12982         at a safe point.
12983
12984 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
12985
12986         * object.c, object-internals.h: Implemented mono_release_type_locks,
12987         which releases the cctor locks held by a thread.
12988         * threads.c, threads.h: In thread_cleanup, release cctor locks held
12989         by a thread. Added mono_thread_exit() method to be used to safely stop
12990         a thread.
12991
12992 2004-09-28  Raja R Harinath  <rharinath@novell.com>
12993
12994         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12995         Move null check before dereference.  Avoid indexing beyond the end
12996         of the 'modules' array.
12997
12998 2004-09-28  Raja R Harinath  <rharinath@novell.com>
12999
13000         * metadata-internals.h (MonoImage): Add module_count field.
13001         * image.c (load_modules): Set image->module_count.
13002         (mono_image_load_file_for_image): Use image->module_count.
13003         * reflection.c (mono_image_load_module): Append to image->modules array 
13004         of dynamic assembly.
13005         (mono_module_get_object): Fix loop to actually increment index.
13006         Use image->module_count.
13007         * assembly.c (mono_assembly_load_references): Use image->module_count.
13008         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
13009         Likewise.
13010
13011 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
13012
13013         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
13014         Avoid assert on generic types.
13015
13016 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
13017
13018         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
13019
13020         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
13021
13022         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
13023         function to convert a MarshalSpec structure to its managed counterpart.
13024
13025         * reflection.c: Fix warnings.
13026         
13027         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
13028         field.
13029
13030         * icall.c (mono_create_icall_signature): Fix build.
13031
13032 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
13033
13034         * icall.c: Add MakePointType icall.
13035
13036         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
13037         warnings.
13038
13039 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13040
13041         * threadpool.c: reuse allocated slots in the queue.
13042
13043 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
13044
13045         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
13046
13047         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
13048
13049         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
13050         previous change.
13051
13052         * tabledefs.h: Add constants for pinvoke attributes BestFit and
13053         ThrowOnUnmappableChar.
13054
13055         * icall.c (ves_icall_Type_GetPacking): New icall.
13056
13057 2004-09-24  Martin Baulig  <martin@ximian.com>
13058
13059         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
13060
13061 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13062
13063         * appdomain.c:
13064         (mono_domain_set): allow setting a domain that is being unloaded.
13065         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
13066         being unloaded.
13067
13068 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13069
13070         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
13071         the GetCustomAttributes icall.
13072
13073 2004-09-23  Martin Baulig  <martin@ximian.com>
13074
13075         * object-internals.h (MonoReflectionGenericParam): Replaced
13076         'has_ctor_constraint', `has_reference_type' and `has_value_type'
13077         with `guint32 attrs'.
13078
13079 2004-09-23  Martin Baulig  <martin@ximian.com>
13080
13081         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
13082
13083 2004-09-23  Martin Baulig  <martin@ximian.com>
13084
13085         * object-internals.h (GenericParameterAttributes): New enum.
13086
13087 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
13088
13089         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
13090         
13091         * class.c (init_events): Fill out event->other field.
13092
13093         * class.c: Fix warnings.
13094
13095         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
13096
13097 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
13098
13099         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
13100         walk which doesn't supply the IL offset.
13101
13102 2004-09-22  Martin Baulig  <martin@ximian.com>
13103
13104         * reflection.c (mono_reflection_setup_internal_class): If we're
13105         System.ValueType, System.Object or System.Enum, set
13106         `klass->instance_size' and create the vtable.
13107         (mono_reflection_create_internal_class): If we're an enum type,
13108         get the base class from our current corlib.
13109
13110 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
13111
13112         * reflection.h (MonoResolveTokenError): New type.
13113
13114         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
13115         icall.
13116
13117         * icall.c: Add an 'error' argument to the ResolveToken icalls.
13118
13119 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
13120
13121         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
13122         Support also calling constructors, but only for already allocated objects.
13123
13124 2004-09-17  Geoff Norton <gnorton@customerdna.com>
13125
13126         * reflection.c (type_get_qualified_name): If the klass is null
13127         return the typename to avoid a NullRefEx.
13128         (encode_cattr_value): Get the qualified name of the boxed type,
13129         not the underlying enumtype.  Fixes #62984.
13130
13131 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
13132
13133         * marshal.c: Fix problems with previous checkin.
13134
13135 2004-09-21    <vargaz@freemail.hu>
13136
13137         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
13138         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
13139
13140         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
13141
13142 2004-09-21  Geoff Norton <gnorton@customerdna.com>
13143
13144         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
13145         should only return a type for pointers, arrays, and passbyref types.
13146         Fixes bug #63841.
13147
13148 2004-09-21  Martin Baulig  <martin@ximian.com>
13149
13150         * domain.c (mono_debugger_check_runtime_version): New public
13151         function.
13152
13153         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
13154
13155 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
13156
13157         * reflection.c: Added missing sort to the declarative security 
13158         attributes table. MS implementation stops seeing the attributes if the
13159         token number regress in the table (as shown by ildasm and permview).
13160
13161 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
13162
13163         * object-internals.h (MonoReflectionModule): Add 'token' field.
13164         
13165         * reflection.c (mono_reflection_get_token): Add support for Module
13166         and Assembly.
13167         (mono_module_get_object): Set 'token' field.
13168         (mono_module_file_get_object): Set 'token' field.
13169
13170         * icall.c: Add new Assembly and Module icalls.
13171
13172         * appdomain.c: Bump corlib version.
13173
13174 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
13175
13176         * loader.h loader.c class.h class.c: Add helper functions for obtaining
13177         tokens of metadata objects.
13178
13179         * reflection.h reflection.c (mono_reflection_get_token): New function
13180         to obtain the token of a metadata object.
13181
13182         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
13183
13184 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
13185
13186         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
13187         
13188         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
13189
13190 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
13191
13192         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
13193         * object-internals.h: Added 3 MonoArray* members to MonoReflection
13194         AssemblyBuilder to access the permissions set in the class lib.
13195         * reflection.c: Added security attributes encoding step in 
13196         mono_image_build_metadata.
13197         * tabledefs.h: Added new security actions defined in 2.0:
13198         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
13199
13200 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13201
13202         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
13203         macro parameter.
13204
13205 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
13206  
13207         * locales.c: nullify the ICU_collator member of CompareInfo when it is
13208           finalized. There where random SIGSEVs at program termination, when
13209           an object being finalized was trying to do a string comparison and
13210           the current culture was already finalized.
13211  
13212 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13213
13214         * threads.c: call thread_cleanup before finishing the thread if we get
13215         there.
13216
13217 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
13218
13219         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
13220         assemblies from the parent. Fixes #65665.
13221
13222 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
13223
13224         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
13225         modifiers.
13226
13227 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
13228
13229         * reflection.h: add prototype for mono_get_dbnull_object
13230         * reflection.c: add prototypes for get_default_param_value_blobs 
13231         and mono_get_object_from_blob for fussier compilers
13232
13233 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
13234  
13235         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
13236         false deadlock checks in class initialization.
13237  
13238 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
13239
13240         * image.c (mono_image_addref): Fix comment.
13241
13242         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
13243         possible.
13244
13245 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
13246
13247         * reflection.c (mono_param_get_objects): Modified to return
13248         ParameterInfo.DefaultValue object.
13249
13250         (get_default_param_value_blobs):
13251         (mono_get_object_from_blob):
13252         (mono_get_dbnull_object): New helper routines. 
13253
13254         * object.c (mono_get_constant_value_from_blob): New helper routine
13255         carved out from get_default_field_value ()
13256
13257         * object-internals.h (mono_get_constant_value_from_blob): Added
13258         function declaration.
13259
13260 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
13261
13262         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
13263         referenced assemblies. Fixes #62135.
13264
13265         * exception.h exception.c (mono_get_exception_file_not_found2): New
13266         helper function.
13267
13268 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
13269
13270         * class.h class.c: Add mono_type_get_underlying_type ().
13271
13272 2004-09-09  Geoff Norton <gnorton@customerndna.com>
13273
13274         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
13275         Fix GetTypes() to support dynamically created assemblies.
13276
13277 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
13278
13279         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
13280         
13281         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
13282         previous patch.
13283
13284         * reflection.h reflection.c loader.c: Allow dynamic construction of
13285         pinvoke methods. Fixes #65571.
13286         
13287         * reflection.c (mono_reflection_get_type): Revert previous change since
13288         it causes regressions.
13289
13290 2004-09-08  Martin Baulig  <martin@ximian.com>
13291
13292         * class.c (class_compute_field_layout): Don't call
13293         mono_class_layout_fields() for open generic instances.
13294
13295 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
13296         * threads.c appdomain.c: fix typo in GC macro
13297
13298 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13299
13300         * threads.c: don't call mono_thread_detach() in start_wrapper(),
13301         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
13302
13303 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
13304
13305         * image.c (mono_image_close): Applied patch from 
13306         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
13307         assembly is loaded multiple times from data.
13308         
13309         * image.c (mono_image_open): Fix warning.
13310
13311 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13312
13313         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
13314         once. Fixes #58334.
13315         
13316         * reflection.c (mono_reflection_create_runtime_class): Initialize
13317         klass->nested_classes. Fixes #61224.
13318
13319 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
13320
13321         * threads.c: sched_yield() on exit, to allow threads to quit.
13322
13323 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13324
13325         * object.c (mono_unhandled_exception): Remove leftover debug code.
13326
13327 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
13328
13329         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
13330
13331 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
13332
13333         * marshal.c (emit_marshal_array): Really null terminate string arrays.
13334         
13335         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
13336
13337 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13338
13339         * marshal.c (emit_marshal_array): Null terminate string arrays.
13340         
13341         * marshal.c (raise_auto_layout_exception): Fix warning.
13342
13343         * reflection.c (mono_param_get_objects): Initialize the default value
13344         with DBNull.Value, not null. Fixes #62123.
13345
13346 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
13347
13348         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
13349         throw an exception with a cute explanation.
13350
13351 2004-09-06  Dick Porter  <dick@ximian.com>
13352
13353         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
13354         Close the new process's thread handle, as we don't use it.  The
13355         handle stays around forever otherwise.
13356
13357 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13358
13359         * object.c (arith_overflow): Fix warning.
13360
13361         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
13362         calling conventions in method refs. Fixes #65352.
13363
13364         * reflection.c: Fix warnings.
13365
13366 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13367
13368         * icall.c: Add a new icall for Array.Clear
13369
13370 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
13371
13372         * object.c: When allocating an array, we have to throw
13373         an overflow exception if any of the lengths are < 0.
13374
13375 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
13376
13377         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
13378         properly. Also move implementation of string array marshalling to 
13379         managed code. Fixes #42316.
13380
13381 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13382
13383         * assembly.c: provide more information when loading an assembly fails.
13384
13385 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13386
13387         * filewatcher.c: don't expect the development fam package to be
13388         installed.
13389
13390 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
13391
13392         * marshal.c: Make a copy of the signature cookie since it will be
13393         freed by the caller.
13394         
13395         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
13396
13397         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
13398
13399         * metadata.c (mono_metadata_free_marshal_spec): New function to free
13400         marshal specs.
13401
13402         * marshal.c: More refactoring.
13403         
13404         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
13405         smaller functions.
13406
13407 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
13408
13409         * object.c: In mono_message_invoke, fill the output parameter array after
13410           calling the managed method (it was done before the call). This fixes
13411           bug #59299.
13412
13413 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13414
13415         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
13416         as well.
13417
13418 2004-09-02  Martin Baulig  <martin@ximian.com>
13419
13420         * class.c (mono_class_instance_size): Don't allow generic type
13421         definitions or open generic instances.
13422         (mono_class_array_element_size): If we're a value type, call
13423         mono_class_instance_size() on the original class.
13424
13425         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
13426         handle generic instances.
13427
13428         * mono-debug-debugger.c (write_type): Handle generic instances
13429         like classes.
13430
13431 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
13432
13433         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
13434         the allocation request fails. Fixes #65089.
13435
13436         * object.c (mono_runtime_free_method): Do not call mono_free_method.
13437         
13438         * object.c (mono_runtime_free_method): New function to free a dynamic
13439         method.
13440
13441         * marshal.c (mono_delegate_free_ftnptr): New function to free the
13442         delegate trampoline.
13443
13444         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
13445         with hasthis as dynamic,
13446
13447         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
13448
13449         * domain.c (mono_jit_info_table_remove): New function to remove an
13450         entry from the jit info table.
13451
13452         * class-internals.h (MonoMethod): Add 'dynamic' field.
13453
13454         * loader.c: Fix warnings.
13455
13456 2004-09-01  Martin Baulig  <martin@ximian.com>
13457
13458         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
13459         instead of mono_debugger_lock() because the latter one is a no-op
13460         unless running in the debugger.
13461
13462 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13463
13464         * class.c (class_compute_field_layout): Classes with auto-layout or
13465         reference fields are not blittable.
13466         
13467 2004-09-01  Dick Porter  <dick@ximian.com>
13468
13469         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
13470         mono_image_get_filename() to get the assembly location.
13471
13472         * icall.c:
13473         * metadata.h: Fix compile warnings
13474
13475 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
13476
13477         * class.c (class_compute_field_layout): System.Object is blittable.
13478
13479         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
13480         as in/out. Fixes #59909.
13481
13482 2004-09-01  Martin Baulig  <martin@ximian.com>
13483
13484         * metadata.h (MONO_TYPE_ISREFERENCE): Call
13485         mono_metadata_generic_inst_is_valuetype() if we're a generic
13486         instance to check whether our underlying type is a reference type.
13487
13488 2004-09-01  Martin Baulig  <martin@ximian.com>
13489
13490         * metadata.c (mono_type_size): If we're a generic instance, call
13491         mono_class_value_size() for value types.
13492
13493 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
13494
13495         * marshal.c: Implement more custom marshalling functionality. Fixes
13496         #64915.
13497
13498 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
13499
13500         * mono-debug.c, debug-mono-symfile.c: add some locking love.
13501
13502 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
13503
13504         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
13505
13506         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
13507
13508         * icall.c: Fix some warnings.
13509
13510         * threads.c (abort_appdomain_thread): Fix unref errors.
13511         (mono_thread_current): Fix THREAD_DEBUG define.
13512
13513 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
13514
13515         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
13516
13517         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
13518
13519 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
13520
13521         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
13522         string arrays.
13523
13524 2004-08-28  Martin Baulig  <martin@ximian.com>
13525
13526         * metadata.c
13527         (mono_metadata_generic_inst_is_valuetype): New public function.
13528
13529         * metadata.h (MONO_TYPE_ISSTRUCT): Call
13530         mono_metadata_generic_inst_is_valuetype() if we're a generic
13531         instance to check whether our underlying type is a valuetype.
13532
13533 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
13534
13535         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
13536         #63768.
13537
13538 2004-08-25  Martin Baulig  <martin@ximian.com>
13539
13540         * loader.c (mono_get_method_from_token): Abstract methods can also
13541         be generic and thus have type parameters.
13542
13543         * metadata-internals.h
13544         (MonoDynamicImage): Added `GPtrArray *gen_params'.
13545
13546         * reflection.c (mono_image_get_generic_param_info): Don't create a
13547         metadata row, just add an entry to the `gen_params' array.
13548         (build_compressed_metadata): Sort the `gen_params' array and then
13549         actually create the metadata.
13550
13551 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13552
13553         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
13554
13555 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
13556
13557         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
13558
13559 2004-08-24  Martin Baulig  <martin@ximian.com>
13560
13561         * class.cs (mono_class_is_subclass_of): Like an interface, a
13562         generic instance also derives from System.Object.
13563
13564 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
13565
13566         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
13567         custom modifiers to be in any order. Fixes #61990.
13568
13569 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
13570
13571         * object.c: Register mono_object_new_fast icall.
13572         
13573         * object.c (mono_class_get_allocation_ftn): Return to calling
13574         mono_object_new_fast, since it seems faster to compute the object 
13575         size in unmanaged code than passing it as a parameter.
13576
13577         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
13578
13579         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
13580         this function with Boehm as the oom handler, so we don't have to check
13581         the result of GC_malloc.
13582
13583         * object.c: Remove checks for oom.
13584
13585         * object.h object.c (mono_class_get_allocation_ftn): New function to
13586         return the icall which can be used to allocate an instance of a given
13587         class. 
13588
13589         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
13590
13591         * class-internals.h: Add 'enabled' field.
13592
13593 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
13594
13595         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
13596
13597 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
13598         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
13599         value 0x0010.
13600
13601 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
13602
13603         * appdomain.c: use the Tls function for appdomain too,
13604         at Zoltan's request. Actually return in mono_context_get
13605
13606         * appdomain.c, profiler.c, threads.c: use __thread
13607
13608 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
13609
13610         * appdomain.c threads.c: Call GC_CreateThread on windows.
13611
13612         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
13613         multiple libraries since this don't work on windows.
13614
13615 2004-08-18  Martin Baulig  <martin@ximian.com>
13616
13617         * class-internals.h
13618         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
13619         MonoMethodHeader.
13620
13621         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
13622         MonoMethodNormal since we also need it for abstract and interface
13623         methods.
13624
13625         * reflection.c
13626         (build_compressed_metadata): Sort the GenericParam table.
13627         (mono_image_create_token): Added `gboolean create_methodspec'
13628         argument; this is false when generating a MethodImpl token.
13629         (reflection_methodbuilder_to_mono_method): Abstract and interface
13630         methods may also have generic parameters.
13631
13632 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
13633
13634         * appdomain.c: thread local alloc
13635
13636 2004-08-17  Martin Baulig  <martin@ximian.com>
13637
13638         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
13639
13640         * icall.c
13641         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
13642         argument.
13643
13644         * class.c (mono_type_get_full_name): New public function.
13645         (mono_type_get_name): Don't include the type arguments.
13646
13647 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
13648
13649         * Makefile.am: Build static versions of libmetadata and libmonoruntime
13650         for inclusion into the mono executable.
13651
13652 2004-08-16  Martin Baulig  <martin@ximian.com>
13653
13654         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
13655         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
13656
13657 2004-08-14  Martin Baulig  <martin@ximian.com>
13658
13659         * class.c (dup_type): Also copy the `byref' field.
13660
13661 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
13662
13663         * reflection.c (create_dynamic_mono_image): Revert the last change 
13664         since it breaks bootstrap.
13665
13666 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
13667
13668         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
13669
13670         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
13671         not free them with g_free.
13672
13673 2004-08-11  Martin Baulig  <martin@ximian.com>
13674
13675         * reflection.c (mono_reflection_setup_internal_class): Also call
13676         mono_class_setup_mono_type() if we already have a `tb->type.type'.
13677
13678 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
13679
13680         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
13681         called during default (first) AppDomain creation. Keep track of
13682         Evidence when loading assemblies.
13683
13684 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
13685
13686         * opcodes.c, opcodes.h: reduce runtime relocations.
13687
13688 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
13689
13690         * culture-info.h, locales.c: fixes and chages to sue the new
13691         optimized format of the locale data.
13692         * culture-info-tables.h: regenerated.
13693
13694 2004-08-06  Geoff Norton <gnorton@customerdna.com>
13695         
13696         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
13697
13698 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
13699
13700         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
13701         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
13702         * domain-internals.h: icall declaration.
13703         * icall.c: icall registration.
13704         * object-internals.h: New fields in MonoAssembly for CAS.
13705
13706 2004-08-05  Duncan Mak  <duncan@ximian.com>
13707
13708         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
13709         CEE_LDELEM_ANY.
13710
13711 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
13712
13713         * reflection.c: fix to deal with object[] arrays in custom ctors
13714         (bug #62550).
13715
13716 2004-08-05  Martin Baulig  <martin@ximian.com>
13717
13718         * class.c (mono_class_array_element_size): Added support for
13719         generic instances and correctly handle "recursive" types.
13720
13721 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
13722
13723         * assembly.c: Fix warnings.
13724
13725 2004-08-04  Martin Baulig  <martin@ximian.com>
13726
13727         * class.c
13728         (mono_type_get_name_recurse): Added `gboolean include_arity'
13729         argument specifying whether or not we should include the generic
13730         arity in the type name.
13731         (_mono_type_get_name): New static function.
13732         (mono_class_setup_vtable): If we're a generic instance, don't
13733         include the generic arity in the names of explicit method
13734         implementations.        
13735
13736 2004-08-03  Martin Baulig  <martin@ximian.com>
13737
13738         * class.c (mono_type_get_name_recurse): Enclose the generic type
13739         arguments in `<', '>'.
13740
13741 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13742
13743         * gc.c: make GC warning messages use the trace API, they are just
13744         noise to most of the users.
13745
13746 2004-08-03  Martin Baulig  <martin@ximian.com>
13747
13748         * debug-mono-symfile.c (read_string): Correctly read the string.
13749
13750 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
13751
13752         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
13753         
13754         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
13755         icalls.
13756         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
13757
13758 2004-07-30  Martin Baulig  <martin@ximian.com>
13759
13760         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
13761         Reflect latest symbol writer changes.   
13762
13763 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13764
13765         * object.c: always create an object if null is passed
13766         to Invoke() where a valuetype is expected.
13767
13768 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
13769
13770         * marshal.c (mono_marshal_init): make managed
13771         signatures match native ones better for 64bits.
13772
13773 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13774
13775         * appdomain.c: hack to build correctly the private bin path on windows.
13776         Fixes bug #61991.
13777
13778 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
13779
13780         * assembly.c: Load mscorlib from the correct framework directory
13781           (mono/<version>/mscorlib.dll).
13782         * appdomain.h: Added prototypes for new functions.
13783         * internals.h: Added some prototypes.
13784         * domain.c: When initializing the runtime, get from the executable and
13785           the configuration files the runtime version that the app supports.
13786           Added support methods for reading app.exe.config. Added list of versions
13787           supported by the JIT. Added two new methods: mono_init_from_assembly,
13788           which initializes the runtime and determines the required version from
13789           the provided exe file, and mono_init_version, which initializes
13790           the runtime using the provided version.
13791         * icall.c: Get machine.config from version-specific directory.
13792         * reflection.c: When generating an image, embed the version number
13793           of the current runtime.
13794
13795 2004-07-28  Dick Porter  <dick@ximian.com>
13796
13797         * socket-io.c
13798         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
13799         returned sockaddr size before creating the remote address object.
13800         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
13801         61608.
13802
13803 2004-07-28  Dick Porter  <dick@ximian.com>
13804
13805         * locales.c (string_invariant_compare_char): Fix invariant char
13806         compares between upper and lower cases.  Fixes bug 61458.
13807
13808 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
13809         
13810         * marshal.c: actually cache stelem.ref wrappers.
13811         
13812 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
13813
13814         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
13815         sections and remove the mono_cli_rva_map () function.
13816
13817 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
13818
13819         * debug-mono-symfile.c: fix one more endianess issue, from a patch
13820         by Geoff Norton (<gnorton@customerdna.com>).
13821
13822 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13823
13824         * class.c: fix class loads for pointer types (typeof(int) !=
13825         typeof(int*)).
13826
13827 2004-07-27  Martin Baulig  <martin@ximian.com>
13828
13829         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
13830         reading the debugging information from an external ".mdb" file.
13831
13832 2004-07-24  Martin Baulig  <martin@ximian.com>
13833
13834         * reflection.c (mono_image_get_type_info): Only write a class
13835         layout entry if we actually have a size or a packing size.
13836
13837 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
13838
13839         * reflection.c (type_get_fully_qualified_name): 
13840         insert cast to get type checking of ?: with non-gcc compilers
13841
13842 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
13843
13844         * rand.c: use g_getenv for both lookups of
13845         MONO_EGD_SOCKET
13846
13847 2004-07-17  Martin Baulig  <martin@ximian.com>
13848
13849         * reflection.c (mono_reflection_bind_generic_method_parameters):
13850         Set `gmethod->reflection_info'.
13851
13852 2004-07-17  Martin Baulig  <martin@ximian.com>
13853
13854         * class.c (mono_class_create_from_typedef): Insert the newly
13855         created class into the hash table before computing the interfaces
13856         since we could be called recursively.
13857
13858 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
13859
13860         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
13861         function to implement stelem.ref in managed code
13862         * class-internals.h, debug-helpers.c: a new wrapper type
13863         for the above.
13864
13865 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
13866
13867         * gc.c: allow GC handles to work even when no GC is compiled in.
13868         Fix part of bug #61134 (GetAddrOfPinnedObject).
13869
13870 2004-07-13  Peter Williams  <peter@newton.cx>
13871  
13872         * process.c (complete_path): Make sure we don't attempt to execute
13873         directories.
13874  
13875 2004-07-12  Geoff Norton <gnorton@customerdna.com>
13876
13877         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
13878           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
13879           and will add/subtract the hour if needed
13880
13881 2004-07-12  Martin Baulig  <martin@ximian.com>
13882
13883         * reflection.c (mono_field_get_object): If we have
13884         `field->generic_info', take the attributes from
13885         `field->generic_info->generic_type'.    
13886
13887 2004-07-12  Martin Baulig  <martin@ximian.com>
13888
13889         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
13890         This function must be called before initializing the runtime.
13891         (mono_debug_init_1): New function; call this after initializing
13892         the runtime, but before loading the assembly.  It tells the
13893         debugger to load corlib and the builtin types.
13894
13895         * mono-debug-debugger.c: Did some larger changes in the debugging
13896         code; support recursive class declarations, make sure we actually
13897         add all classes.
13898
13899 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13900
13901         * debug-helpers.c: undo my previous patch and fixed the real issue in
13902         ../mini/exceptions-x86.c
13903
13904 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13905
13906         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
13907         when no HOME env. variable was set and a NullRef was thrown in a .cctor
13908         called from other .cctors.
13909
13910 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
13911
13912         * loader.c: Removed the mono_loader_wine_init hack now that we are
13913         doing a managed version of Windows.Forms.
13914
13915 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
13916
13917         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
13918         threadpool.c, threads.c: remove static data from rootset.
13919
13920 2004-07-09  Dick Porter  <dick@ximian.com>
13921
13922         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
13923         Don't do any more processing if the matched length was 0.  It was
13924         increasing the size of the string before.  Fixes bug 61167.
13925
13926 2004-07-09  Dick Porter  <dick@ximian.com>
13927
13928         * socket-io.h:
13929         * socket-io.c
13930         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
13931         Add support for SO_PEERCRED if its available.
13932
13933 2004-07-09  Peter Bartok <pbartok@novell.com>
13934         * loader.c: winelib.exe.so error message is now only displayed if
13935         MONO_DEBUG is set. To help us avoid questions when people are trying
13936         out the new Managed.Windows.Forms.
13937
13938 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
13939
13940         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
13941         for isinst and castclass wrappers.
13942
13943         * class-internals.h icall.c: Move registration and lookup of JIT icalls
13944         to libmetadata from the JIT, so they could be used by the marshalling
13945         code and the interpreter.
13946
13947         * marshal.c: Register marshalling related JIT icalls here instead of
13948         in mini.c. Use CEE_MONO_ICALL instead of the family of 
13949         CEE_MONO_PROC<x> opcodes to call marshalling functions.
13950
13951         * metadata.h: Remove unneeded marshalling conversions.
13952
13953         * opcodes.c: Update for new opcodes.
13954         
13955 2004-07-08  Martin Baulig  <martin@ximian.com>
13956
13957         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
13958         (mono_debug_get_domain_data): Make this function static.
13959
13960 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
13961
13962         * gc.c, object.h: add nice GC handle API for embedders.
13963
13964 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
13965
13966         * reflection.c: more changes for the new api
13967
13968         * object.c: When we reflect on a field w/ a constant value, it
13969         will not have a memory location, so we must access metadata. Also,
13970         allow easier reading of strings so that we can read them from
13971         the constant data.
13972
13973         * class.c (mono_class_layout_fields): no need for literal fields here.
13974
13975         * class-internals.h: api changes for const fields
13976
13977         * icall.c (ves_icall_get_enum_info): use new apis for const fields
13978
13979 2004-07-06  Martin Baulig  <martin@ximian.com>
13980
13981         * mono-debug.h: Increment version number to 44.
13982
13983         * mono-debug.c (mono_debug_add_wrapper): The second argument is
13984         now a gpointer, rewrote this whole method.
13985
13986         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
13987         function.  Add information about the wrapper in a new "misc table".
13988
13989         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
13990         for the new misc table.
13991
13992 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
13993
13994         * metadata-internals.h image.c: Add a cache for helper signatures.
13995
13996         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
13997
13998 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
13999
14000         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
14001         delegates from a delegate. Fixes #61033.
14002         
14003         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
14004         marshalling of stringbuilder arrays. Fixes #59900.
14005
14006 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
14007
14008         * icall.c: Add EnumBuilder:setup_enum_type icall.
14009
14010 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
14011
14012         * icall.c: Added a new icall for the property version of
14013         OffsetOfStringData.
14014
14015 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
14016
14017         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
14018         it has a constant size across platforms.
14019
14020         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
14021         stack trace.
14022
14023 2004-06-29  Martin Baulig  <martin@ximian.com>
14024
14025         * mono-debug.c (mono_debug_add_method): Protect the whole function
14026         in mono_debugger_lock(), not just parts of it.
14027
14028 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
14029
14030         * reflection.c: make sure padding bytes in heaps are zeroed.
14031
14032 2004-06-24  David Waite  <mass@akuma.org>
14033
14034         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
14035         image.c, loader.c, locales.c, marshal.c, metadata.c,
14036         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
14037         string-icalls.c, threads.c: change to C90-style comments from C99 /
14038         C++ -style
14039
14040 2004-06-24  Dick Porter  <dick@ximian.com>
14041
14042         * threads.c
14043         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
14044         return createdNew.  Fixes bug 60412.
14045
14046         * threads-types.h: 
14047         * icall.c: Add createdNew parameter to CreateMutex icall
14048
14049 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14050
14051         * reflection.c, object-internals.h: save default value in params.
14052
14053 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14054
14055         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
14056         no need to build a new path combining that with the application base.
14057         Fixes bug #60442.
14058
14059 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
14060
14061         * reflection.c: fixed minor standard compliance issues.
14062
14063 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
14064
14065         * reflection.c: fixed issue with encoding some custom attributes
14066         (arrays in properties and fields, bug #60411).
14067
14068 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14069
14070         * reflection.c: fix start address when copying the public key token.
14071
14072 2004-06-23  Martin Baulig  <martin@ximian.com>
14073
14074         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
14075         the `exc' object in a static object to put it into the GC's root set.
14076
14077 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
14078
14079         * reflection.c: make mono_reflection_setup_internal_class ()
14080         callable a second time to setup a new parent class.
14081
14082 2004-06-23  Dick Porter  <dick@ximian.com>
14083
14084         * threads.c: Check for WAIT_IO_COMPLETION return values.
14085
14086 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
14087
14088         * appdomain.c: Removed the g_free on the public key token. Now copy 
14089         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
14090         * assembly.c: Added public key token string value when loading 
14091         assemblies. Fix bug #60439.
14092         * icall.c: Added missing informations (like public key) in 
14093         GetReferencedAssemblies. Fix #60519.
14094         * image.h: Changed definition for public key token from const char*
14095         public_tok_value to guchar public_key_token [17];
14096         * reflection.c: Updated for changes to public key token.
14097
14098 2004-06-22  Lluis Sanchez Gual
14099
14100         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
14101         for the field in base classes.
14102
14103 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14104
14105         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
14106         mark headers as not supported, they are installed only for use by the
14107         debugger.
14108
14109 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
14110
14111         * *.c, *.h: avoid namespace pollution in public headers.
14112
14113 2004-06-21  Martin Baulig  <martin@ximian.com>
14114
14115         * exception.c (mono_get_exception_security): It's in
14116         "System.Security", not in "System".
14117
14118         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
14119         the exception classes.
14120
14121 2004-06-21  Martin Baulig  <martin@ximian.com>
14122
14123         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
14124         Protect the exception object from being finalized.
14125
14126 2004-06-21  Martin Baulig  <martin@ximian.com>
14127
14128         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
14129         public function.
14130
14131 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
14132
14133         * reflection.c: Load the assembly in mono_reflection_type_from_name,
14134         if it was not loaded before. Fix parts of #60439.
14135
14136 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
14137
14138         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
14139         code that was broken since Ben's change: wrappers are now
14140         dependent on the method signature only again.
14141
14142 2004-06-21  Martin Baulig  <martin@ximian.com>
14143
14144         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
14145         added interface support.
14146
14147 2004-06-21  Martin Baulig  <martin@ximian.com>
14148
14149         * class.c (mono_vtable_get_static_field_data): New public method.
14150
14151 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
14152
14153         * filewatcher.c : Windows build fix to be compliant with API changes.
14154
14155 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14156
14157         * class.h, class.c: more accessors.
14158         * metadata.h, metadata.c: prepare for hiding MonoType and
14159         MonoMethodSignature: people should use the accessors from now on
14160         outside of the tree.
14161
14162 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
14163
14164         * *.c, *.h: more API cleanups.
14165
14166 2004-06-18  Jackson Harper  <jackson@ximian.com>
14167
14168         * assembly.c: Trace loading assemblies.
14169         * loader.c: Trace loading native libraries.
14170         * mono-config.c: Trace loading config files.
14171         
14172 2004-06-18  Dick Porter  <dick@ximian.com>
14173
14174         * locales.c: Tell ICU the lengths of strings, it can cope with
14175         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
14176
14177 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
14178
14179         * image.c: swapped name/filename;
14180
14181 2004-06-18  Martin Baulig  <martin@ximian.com>
14182
14183         * mono-debug-debugger.c (write_class): Write the parent class at
14184         the end of the header.
14185
14186 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
14187
14188         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
14189
14190 2004-06-17  Raja R Harinath  <rharinath@novell.com>
14191
14192         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
14193         (bundle_obj): New conditional define.
14194         (BUILT_SOURCES): Remove.
14195         ($(bundle_srcs)): Make parallel-make safe.
14196         (libmonoruntime_la_LIBADD): Make unconditional.
14197         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
14198         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
14199
14200 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
14201
14202         * culture-info-tables.h: It was inconsistent with the latest
14203           supp info files.
14204
14205 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
14206
14207         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
14208         be loaded.
14209
14210         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
14211         with gcc 2.95.
14212
14213 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
14214
14215         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
14216         cleaned up public header threads.h.
14217
14218 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
14219
14220         * Makefile.am, *.c, *.h: more API cleanups.
14221
14222 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
14223
14224         * Makefile.am: removed monosn from compilation.
14225         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
14226         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
14227         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
14228         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
14229         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
14230         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
14231
14232 2004-06-15  Jackson Harper  <jackson@ximian.com>
14233
14234         * assembly.c: Make locales lower case when searching the GAC for
14235         assemblies. gacutil will always make locales lowercase when
14236         installing so this effectively makes them case insensitive.
14237         
14238 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
14239
14240         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
14241         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
14242           parameter which allows to choose whether the wait can be interrupted or 
14243           not. Also added the method mono_monitor_enter(), which locks the monitor
14244           using an infinite wait and without allowing interruption.
14245           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
14246           interrupted.
14247         * object.h: Added new fields in MonoThread. suspend_event holds the event
14248           used to susped/resume the thread. synch_lock is the lock object to use for
14249           modifying the thread state.
14250         * threads.c: Use the new synch_lock object for locking, instead of "this",
14251           which can generate deadlocks.
14252           Moved thread state change in Thread.Sleep and Thread.Join from managed
14253           to unmanaged code. This avoids a deadlock when the thread was suspended
14254           just after acquiring the thread lock.
14255           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
14256           Implemented Thread.Suspend using an event instead of ThreadSuspend,
14257           which is not fully implemented in the io-layer.
14258         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
14259
14260 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
14261
14262         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
14263         threads-types.h: more API cleanups.
14264
14265 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
14266
14267         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
14268         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
14269         threadpool.c, threads.c: first pass at the exported API cleanup.
14270
14271 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
14272
14273         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
14274
14275 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14276
14277         * icall.c: added internalGetHome.
14278
14279 2004-06-14  Dick Porter  <dick@ximian.com>
14280
14281         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
14282         possible to return successfully when '.' or '..' were the only
14283         entries in a directory, but were skipped.  The MonoIOStat was not
14284         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
14285         Fixes bug 59574.
14286
14287 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
14288
14289         * reflection.c: make binaries run on .Net 1.1 by default.
14290
14291 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
14292
14293         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
14294
14295 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
14296
14297         * marshal.c: keep track of struct size with explicit layout
14298         (bug #59979).
14299
14300 2004-06-12  Martin Baulig  <martin@ximian.com>
14301
14302         * mono-debug-debugger.c: Comment out a debugging g_message().
14303
14304 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
14305
14306         * reflection.c, reflection.h: do not free custom attrs that are cached.
14307         * icall.c: use braces to make code clearer.
14308
14309 2004-06-11  Martin Baulig  <martin@ximian.com>
14310
14311         * class.h (MonoInflatedField): New type.
14312         (MonoClassField): Replaced `MonoType *generic_type' with
14313         `MonoInflatedField *generic_info'.
14314
14315         * icall.c
14316         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
14317
14318 2004-06-11  Martin Baulig  <martin@ximian.com>
14319
14320         * reflection.c (mono_image_create_method_token): Correctly encode
14321         varargs methods.
14322
14323 2004-06-11  Martin Baulig  <martin@ximian.com>
14324
14325         * metadata.c (mono_metadata_parse_method_signature): When parsing
14326         a MethodDef which has VarArgs, also set sentinelpos if we don't
14327         have any parameters.
14328
14329 2004-06-11  Martin Baulig  <martin@ximian.com>
14330
14331         * verify.c (mono_method_verify): In CEE_CALL, use
14332         mono_method_get_signature() to get the method's signature, unless
14333         we're a PInvoke method.
14334
14335 2004-06-10  Jackson Harper  <jackson@ximian.com>
14336
14337         * assembly.c: Use <path>/lib/mono/gac for the extra paths
14338         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
14339         logical name as the supplied path is just a prefix to the gac not
14340         the direct path to it.
14341         
14342 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
14343
14344         * reflection.c: make the token for a created method match
14345         the token of the MethodBuilder it was created from
14346         (IKVM requires this behaviour now).
14347
14348 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
14349
14350         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
14351         reflection.c, socket-io.c: leak fixes.
14352
14353 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
14354
14355         * icall.c: handle sentinel pos in vararg methods in position different
14356         from 0.
14357
14358 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14359
14360         * culture-info-tables.h: freshly generated.
14361
14362 2004-06-09  Martin Baulig  <martin@ximian.com>
14363
14364         * loader.c (mono_get_method_constrained): Call `mono_class_init
14365         (constrained_class)'.   
14366
14367 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
14368
14369         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
14370         any methods. Fixes #59629.
14371
14372 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14373
14374         * culture-info-tables.h: reflecting locale-builder updates.
14375
14376 2004-06-08  Dick Porter  <dick@ximian.com>
14377
14378         * object.h:
14379         * locales.c: Fixed compile warnings, including a real bug in
14380         CompareInfo_internal_compare.
14381         
14382 2004-06-08  Dick Porter  <dick@ximian.com>
14383
14384         * locales.c
14385         (ves_icall_System_Globalization_CompareInfo_internal_index):
14386         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14387         Double-check the resuls of usearches, because ICU currently
14388         ignores most of the collator settings here.  Fixes bug 59720.
14389         
14390 2004-06-08  Dick Porter  <dick@ximian.com>
14391
14392         * locales.c
14393         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
14394         Fix memory leak and segfault-causing typo.  No idea how this one
14395         lasted so long without being noticed.
14396
14397 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
14398
14399         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
14400         any methods. Fixes #59629.
14401
14402 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14403
14404         * assembly.c:
14405         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
14406         own the critical section before). Removed dead code (that's done
14407         in the preload hook).
14408
14409         (mono_assembly_load_with_partial_name): call the preload hook.
14410
14411 2004-06-08  Martin Baulig  <martin@ximian.com>
14412
14413         * metadata.c (mono_metadata_signature_alloc): Default
14414         `sentinelpos' to -1.
14415
14416         * reflection.c (mono_image_get_array_token): Likewise.
14417
14418 2004-06-08  Martin Baulig  <martin@ximian.com>
14419
14420         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
14421
14422         * metadata.c (mono_metadata_parse_method_signature): When parsing
14423         a MethodDef which has VarArgs, set sentinelpos.
14424
14425         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
14426         `gint16' since we're using -1 for non-varargs methods.
14427
14428         * reflection.c
14429         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
14430         (method_encode_signature): Added varargs support.
14431         (method_builder_encode_signature): Likewise.
14432         (mono_image_get_varargs_method_token): New static method.
14433         (mono_image_create_method_token): New public method; this is
14434         called via an icall instead of mono_image_create_token() when
14435         calling a varargs method.       
14436
14437 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
14438
14439         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
14440
14441 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14442
14443         * culture-info-tables.h : Reflecting the latest locale-builder that
14444           fixed empty array representation ({} to {0}).
14445
14446 2004-06-07  Jackson Harper  <jackson@ximian.com>
14447
14448         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
14449         looking up extra gac paths. This allows MONO_GAC_PATH to act
14450         exactly like a prefix.
14451         
14452 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14453
14454         * reflection.c (mono_reflection_type_from_name): Make a copy of the
14455         type name before modifying it. Fixes #59405.
14456
14457 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
14458
14459         * culture-info.h: added fields for "all datetime patterns".
14460         * locales.c: (  ves_icall_System_Globalization_CultureInfo
14461           _construct_datetime_format ()): fill xxx_patterns fields.
14462         * object.h: added fields for "all datetime patterns" to
14463           MonoDateTimeFormatInfo.
14464         * culture-info-tables.h: reflecting locale-builder updates.
14465
14466 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
14467
14468         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
14469         the event has no add and remove methods. Fixes #59629.
14470
14471 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
14472
14473         * object.c: Fixed possible integer overflow when allocating large
14474         strings.
14475
14476 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14477
14478         * culture-info-tables.h: reflecting locale-builder updates.
14479
14480 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
14481
14482         * culture-info-tables.h: reflecting locale-builder updates.
14483
14484 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
14485
14486         * culture-info-tables.h: reflecting locale-builder updates.
14487
14488 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
14489
14490         * threads.c: Made Thread.Sleep abortable.
14491
14492 2004-06-02  Martin Baulig  <martin@ximian.com>
14493
14494         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
14495
14496         * debug-mono-symfile.h: Bumped symbol file version number to 37.
14497
14498 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
14499
14500         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
14501
14502 2004-05-30  Jackson Harper  <jackson@ximian.com>
14503
14504         * reflection.c: Do not hardcode assembly versions or public key
14505         tokens anymore. All of this except the corlib section was dead
14506         code anyways.
14507         
14508 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
14509
14510         * object.c (mono_runtime_invoke_array): Automatically create boxed
14511         objects for byref valuetypes if needed. Fixes #59300.
14512         
14513         * object.c (mono_method_return_message_restore): Handle 
14514         MONO_TYPE_OBJECT as well.
14515
14516 2004-05-28  Jackson Harper  <jackson@ximian.com>
14517
14518         * reflection.c: The modified type encoding was causing build
14519         problems. Reverted for now.
14520         
14521 2004-05-28  Jackson Harper  <jackson@ximian.com>
14522
14523         * reflection.c/h: Take an assembly ref so that we dont create
14524         fully qualified names when encoding types in the same assembly as
14525         the custom attribute being emitted.
14526         * appdomain.c: Increment version number.
14527         
14528 2004-05-26  Duncan Mak  <duncan@ximian.com>
14529
14530         * icall.c
14531         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
14532         Set the full version number (major, minor, build, revision).
14533
14534 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
14535
14536         * marshal.c (emit_struct_conv): increment src/dst after blit
14537         (mono_marshal_get_managed_wrapper,
14538         mono_marshal_get_native_wrapper): make sure we have marshalling
14539         info before marshalling params (info computation affects
14540         blittable)
14541
14542         * class.c (class_compute_field_layout): correctly deal with
14543         blittable
14544         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
14545         value types (as per what windows dows by default)
14546         (mono_class_setup_mono_type): System.ValueType is blittable
14547         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
14548         blittable
14549
14550         * marshal.c (mono_marshal_load_type_info): flag types  as
14551         non-blittable if the native layout doesn't match the managed
14552         layout
14553
14554 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14555
14556         * appdomain.c: don't add stuff in the private search path that is
14557         above the application base. If application base is not set, there's
14558         no private search path.
14559
14560 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
14561
14562         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
14563         byref struct arguments in native->managed marshalling.
14564
14565 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
14566
14567         * marshal.c (mono_marshal_get_runtime_invoke): correctly
14568         cache methods using signature (special case for methods
14569         that are value type or string class)
14570         
14571         * image.c (mono_image_close): clean up allocated GSList's
14572         in runtime_invoke_cache.
14573
14574 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14575
14576         * mono-config.c: set the correct path for mono_cfg_dir on windows when
14577         there's no MONO_CFG_DIR environment variable defined.
14578
14579 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14580
14581         * threads.c: windows version must be >= 0x0500 to include OpenThread.
14582
14583 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
14584
14585         * threadpool.c: Really wait for 500ms after the async call, even if the wait
14586           is interrumped.
14587         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
14588           before waiting for it, and call CloseHandle after the wait to unref it.
14589           This will make sure that handles are not disposed too early.
14590
14591 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14592
14593         * appdomain.c:
14594         * appdomain.h:
14595         * icall.c: removed
14596         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
14597         needed now.
14598
14599         * object.c: se the application_base only for the domain that runs
14600         Main. Fixes bug #59216,
14601
14602 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14603
14604         * appdomain.c:
14605         * object.c: only the domain in which Main is run have
14606         SetupInformation.ConfigurationFile set, so moved a few lines from
14607         appdomain.c to object.c.
14608
14609 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14610
14611         * appdomain.c: we tried to load [name].(dll|exe), but according
14612         to bug #57710, we must also try [culture]/[name].(dll|exe) and
14613         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
14614         There's a test case attached to bug #58922.
14615
14616 2004-05-27  Dick Porter  <dick@ximian.com>
14617
14618         * icall.c:
14619         * file-io.c: Implemented icalls for locking and unlocking regions
14620         in a file.
14621         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
14622         FALSE on error (fixes both compiler warning and real bug.)
14623
14624 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
14625
14626         * culture-info-tables.h: reflecting locale-builder updates.
14627
14628           (Added missing ChangeLog entry for 05/26)
14629
14630 2004-05-27  Jackson Harper  <jackson@ximian.com>
14631
14632         * locales.c: Fix some cut and paste errors.
14633         
14634 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14635
14636         * mono-config.c: set the correct path for config. directory on windows.
14637
14638 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14639
14640         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
14641           on win32.
14642
14643 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14644
14645         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
14646         from pinvoke functions.
14647         
14648         * marshal.c (mono_ftnptr_to_delegate): Implement this.
14649
14650 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
14651
14652         * culture-info-tables.h: reflecting locale-builder updates.
14653
14654 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
14655
14656         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
14657         #59086.
14658
14659 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
14660
14661         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
14662         * icall.c: Modified icalls for RNG.
14663         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
14664         Windows (CryptoAPI).
14665
14666 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14667
14668         * locales.c: Fix build.
14669
14670 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
14671
14672         * culture-info-tables.h: reflecting locale-builder updates.
14673
14674 2004-05-25  Jackson Harper  <jackson@ximian.com>
14675
14676         * locales.c: When creating the current culture use the $LANGs
14677         specific culture. So DateTimeFormat and NumberFormat entries are created.
14678         
14679 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
14680
14681         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
14682         a char array as parameter.
14683
14684 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
14685
14686         * image.c: In mono_image_open(), always use an absolute path name to
14687           look for already loaded images.
14688
14689 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
14690
14691         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
14692         missing in the windows build (like older cygwin include files).
14693
14694 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
14695
14696         * icall.c: Fixed check for possible integer overflow in Buffer_
14697         BlockCopy icall. Replaced comments style // by /* */.
14698
14699 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
14700
14701         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
14702         
14703         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
14704         check after MONO_VTADDR. Fixes pinvoke2.exe.
14705
14706         * marshal.h marshal.c metadata.h: Add beginnings of support for
14707         ftnptr -> delegate marshalling.
14708
14709 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
14710
14711         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
14712         * threads.c: Fix warnings.
14713
14714 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
14715
14716         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
14717         * icall.c: Registered icalls for Suspend and Resume.
14718         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
14719           Thread.Abort.
14720         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
14721         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
14722         * process.c: Use WaitForSingleObjectEx.
14723         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
14724           checkpoints.
14725         * threads.c, threads.h: Make use of new Ex wait methods. Improved
14726           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
14727           for Suspend and Resume. Added new mono_thread_stop, used for stoping
14728           background threads. Added basic support for Abort in Windows.
14729           Start new threads using a managed delegate invoke wrapper. This wrapper
14730           has an interruption checkpoint that is needed since an interruption
14731           can be requested before the thread leaves the unmanaged code that starts 
14732           the thread.
14733         * marshal.c: Added interruption checkpoint after every native call, and
14734           also before managed calls for wrappers called from unmanaged code to
14735           go into managed code.
14736         * object.h: Added new field in MonoThread to keep track of interruption
14737           requests.
14738
14739 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
14740
14741         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
14742         calls.
14743
14744 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14745
14746         * appdomain.c:
14747         * assembly.c:
14748         * gc.c:
14749         * locales.c:
14750         * mono-config.c:
14751         * rand.c: getenv -> g_getenv (windows!)
14752
14753         * process.c: complete_path is also used on non-windows platforms.
14754
14755 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14756
14757         * icall.c: new signature for Process_Start.
14758
14759         * process.[ch]: new signature for Process_Start. If we're on windows
14760         and UseShellExecute is false, we have to search for the program by
14761         ourselves if we don't get a full path.
14762
14763 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
14764
14765         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
14766         marshalling and call CleanUpNativeData if needed. Fixes #58646.
14767
14768 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14769
14770         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
14771         Fixes bug #58373.
14772
14773 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14774
14775         * process.c: use double quotes to quote program name and arguments on
14776         windows. Fixes bug #58575.
14777
14778 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14779
14780         * file-io.c: don't return "." and ".." when using windows Find*File.
14781
14782 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
14783
14784         * marshal.c: Don't pass wrappers to message init because method 
14785         addressed used to lookup metadata. part of remoting[2|3] fix.
14786
14787 2004-05-15  Jackson Harper  <jackson@ximian.com>
14788
14789         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
14790         path is essentially the same as MONO_PATH except that it points to
14791         GACs instead of lib directories.
14792         * loader.h: The user gac is gone so we dont need function to
14793         enable/disable it.
14794         * mono-config.c: user gac option is now gone.
14795         
14796 2004-05-15  Jackson Harper  <jackson@ximian.com>
14797
14798         * culture-info.h: Make defines more consistent, add calendar data
14799         to the culture info table.
14800         * culture-info-tables.h: Add basic calendar data. Basically
14801         everyone gets default gregorian until all the data is
14802         updated.
14803         * locales.c: Use the new consistent defines. Set calendar data for
14804         culture info objects.
14805         * object.h: add a field for calendar data to CultureInfo
14806         
14807 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
14808
14809         * image.c: image->runtime_invoke_cache is keyed on signatures now.
14810         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
14811         a signature.
14812         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
14813         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
14814         an extra param that is the pointer of the method to invoke. The IL for
14815         the invoke method is no longer specific to the method, but to the
14816         signature of the method. Thus, we can share the same code for multiple
14817         methods. This reduces the number of methods that have to be compiled.
14818
14819 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
14820
14821         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
14822
14823         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14824
14825         * icall.c: Optimize Buffer.BlockCopy.
14826
14827 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14828
14829         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
14830         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
14831         quote). Changed them to "MMMM yyyy".
14832
14833 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
14834
14835         * rand.c
14836         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
14837
14838 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
14839
14840         * reflection.h: Updated after changes to managed structures.
14841
14842         * appdomain.c: Bump corlib version.
14843
14844 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14845
14846         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
14847         windows.
14848
14849 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14850
14851         * Makefile.am: link to ../os/libmonoos.la on windows.
14852
14853         * assembly.c:
14854                 -If MONO_DEBUG, warn about non-existing directories in
14855                 MONO_PATH.
14856                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
14857                 compile time variable.
14858                 -Removed init_default_path and call mono_set_rootdir from
14859                 libmonoos.a instead (windows only).
14860
14861         * assembly.h: declare mono_assembly_getrootdir().
14862
14863         * domain.c:
14864         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
14865
14866         * loader.c: s/getenv/g_getenv/
14867
14868 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
14869
14870         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
14871
14872         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
14873
14874         * metadata.h: Add new marshalling conversions.
14875
14876         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
14877         function.
14878
14879         * reflection.c (mono_reflection_get_type): Lookup the type in all
14880         modules of a multi-module assembly. Fixes #58291.
14881
14882 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
14883
14884         * threads.c: Before aborting a background, set the StopRequested
14885         state.  This avoids throwing the Abort exception.
14886         In mono_thread_manage, don't continue with the shutdown until all
14887         aborted threads have actually stopped.
14888
14889 2004-05-10  Jackson Harper  <jackson@ximian.com>
14890
14891         * locales.c: Remove the modifier from culture names.
14892         
14893 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14894
14895         * Makefile.am: monosn is not installed any more. It has been deprecated
14896         in favor of sn.
14897
14898 2004-05-07  Jackson Harper  <jackson@ximian.com>
14899
14900         * locales.c
14901         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
14902         Fix array construction, add bailout if the length is 0.
14903
14904 2004-05-07  Dick Porter  <dick@ximian.com>
14905
14906         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
14907         machine doesn't have a DNS entry.  Patch by Urs Muff
14908         (umuff@quark.com), fixes bug 57928.
14909
14910 2004-05-06  Jackson Harper  <jackson@ximian.com>
14911
14912         * reflection.c: Handle null PublicTokens properly. alloc mem for
14913         assembly names culture so we dont crash when freeing it.
14914         
14915 2004-05-06  Jackson Harper  <jackson@ximian.com>
14916
14917         * assembly.c: Check the usergac when loading with partial names.
14918         
14919 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
14920
14921         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
14922         does nothing for now (not required for Linux/Windows) but the class
14923         library can call it (and a newer or modified runtime could need it).
14924         * icall.c: Registred icall.
14925
14926 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14927
14928         * loader.c: prints a message on module loading error we set MONO_DEBUG
14929         environment variable.
14930
14931 2004-05-05  Jackson Harper  <jackson@ximian.com>
14932
14933         * appdomain.c: Handle PublicKeyToken=null properly.
14934         
14935 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
14936
14937         * environment.c|h: Added icall ves_icall_System_Environment_
14938         GetOSVersionString to get the current OS version as a string.
14939         * icall.c: Registred icall.
14940
14941 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
14942
14943         * object.c: in mono_object_get_virtual_method(), take into account that
14944         non-virtual methods don't have a slot in the vtable. Check needed when
14945         the object is a proxy.
14946
14947 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
14948
14949         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
14950         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
14951
14952         * object.c (mono_class_compute_gc_descriptor): Fix warning.
14953
14954         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
14955         passed when a valuetype is expected.
14956
14957         * object.c (mono_unhandled_exception): Only set the exit code if the
14958         exception happens in the main thread. Fixes thread5.exe.
14959
14960         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
14961         invalid names. Fixes #58047.
14962
14963 2004-05-03  Jackson Harper  <jackson@ximian.com>
14964
14965         * assembly.c: This line was committed accidently and is unneeded.
14966         
14967 2004-05-03  Jackson Harper  <jackson@ximian.com>
14968
14969         * icall.c: Add new icall for Assembly::LoadWithPartialName
14970         * assembly.c/.h: new function that probes the GAC to load partial
14971         assembly names by Paolo Molaro.
14972         
14973 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14974
14975         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
14976         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
14977         (type_get_fully_qualified_name): Added PublicKeyToken when building a
14978         full type name.
14979
14980 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14981
14982         * appdomain.c: fixed check for 'neutral' culture and removed warning.
14983         * reflection.c: fix bug when parsing a full type name and Version is not
14984         the last thing in the string.
14985
14986 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
14987
14988         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
14989         crashes when it is freed.
14990
14991 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14992
14993         * assembly.c: print the compat warning to stderr.
14994
14995 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
14996
14997         * assembly.c (mono_assembly_load_references): Add a compatibility
14998         hack to run old applications that might be still referencing the
14999         3300-based assemblies, only do this for System.xxx.
15000
15001 2004-05-01  Jackson Harper  <jackson@ximian.com>
15002
15003         * appdomain.c: If the culture is neutral we set it to "".
15004         
15005 2004-04-29  Jackson Harper  <jackson@ximian.com>
15006
15007         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
15008
15009 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
15010  
15011         * string-icalls.c: added low overhead function for copying chars
15012         * icall.c: added needed icall for the above function
15013  
15014 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15015
15016         * icall.c: fix return value of get_global_assembly_cache.  Implemented
15017         Environment.GetLogicalDrives.
15018
15019 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
15020
15021         * rand.c: try and talk to egd or prngd
15022         for random bytes if opening devices fail.
15023
15024 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
15025
15026         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
15027         alignment for the type using the native alignment of its members 
15028         instead of using klass->min_align.
15029
15030         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
15031
15032 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15033
15034         * file-io.c:
15035         * socket-io.c: added check for sys/aio.h.
15036
15037 2004-04-28  Dick Porter  <dick@ximian.com>
15038
15039         * threads.c: Don't abort a thread thats already aborting, when
15040         terminating everything.
15041
15042 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15043
15044         * icall.c: added 2 new async calls for Socket.
15045
15046         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
15047         IO on *nix systems.
15048
15049         * threadpool.c: removed unused variable.
15050
15051 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
15052
15053         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
15054
15055 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
15056
15057         * locales.c: put back string_invariant_tolower () and
15058         string_invariant_toupper ().
15059
15060 2004-04-26 David Waite <mass@akuma.org>
15061
15062         * file-io.h:
15063         * socket-io.h:
15064         * threads.h:
15065         * unicode.h: remove comma from end of enumeration declarations
15066
15067 2004-04-26 David Waite <mass@akuma.org>
15068
15069         * debug-mono-symfile.h:
15070         * decimal.c:
15071         * mono_debug.h:
15072         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
15073
15074
15075 2004-04-26  Jackson Harper  <jackson@ximian.com>
15076
15077         * appdomain.c: Increment version number.
15078         
15079 2004-04-26  Jackson Harper  <jackson@ximian.com>
15080
15081         * appdomain.c: Set assembly references public token value when
15082         PublicKeyToken is specified, not the hash_value. Free public token
15083         values when free assembly name data. Previously the public key
15084         token was hex decoded, however we are using hex encoded public key
15085         tokens, so this is not neccasary.
15086         * assembly.c: Lookup assemblies in the gac if their public token
15087         value is set. Add function to allow enabling user gac
15088         lookups. Specify whether or not the assembly was loaded from the
15089         GAC. Compare full assembly names when checking the cache for
15090         assemblies (Temporarily disabled see comment in code). Remove
15091         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
15092         specifies trace-loader they get extra info to stdout on the
15093         loading of assemblies.
15094         * image.h: Add a field for an assembly references public token
15095         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
15096         whether an assembly has been loaded from the GAC.
15097         * image.c: Remove a corlib -> mscorlib name mapping.
15098         * loader.h: Add function to enable/disable the user gac.
15099         * mono-config.c: Check if the usergac is enabled in the config
15100         file.
15101         * icall.c: New icall to determine whether or not an assembly has
15102         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
15103         * tabldefs.h: Add constant for assemblyref flag that specifies a
15104         full public key is used instead of a public token.
15105         * reflection.c: Remove mscorlib -> corlib mappings. Set
15106         PublicTokenValue instead of hash value. This value is a hex
15107         string so it does not need to be expanded.
15108
15109 2004-04-26  Martin Baulig  <martin@ximian.com>
15110
15111         * mono-debug-debugger.c (mono_debugger_initialize): Set
15112         `mono_debugger_initialized' before calling mono_debug_lock().
15113
15114 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
15115
15116         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
15117           InternalToUpper/InternalToLower.
15118         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
15119           removed invariant culture shortcut.  This is now done in managed code.
15120         * locales.c: (string_invariant_toupper/tolower) removed.
15121
15122 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15123
15124         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
15125         Added Poll internal call.
15126
15127         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
15128         call for Poll. Select was too heavy for polling a single socket.
15129
15130         * threadpool.[ch]: added mono_threadpool_cleanup.
15131         * threads.c: use it. Don't use Thread_Abort on windows.
15132
15133 2004-04-23  Martin Baulig  <martin@ximian.com>
15134
15135         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
15136
15137 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
15138
15139         * icall.c: Registred new icalls for key pair protection and added an
15140         icall for Environment.GetFolderPath on Windows.
15141         * security.c|h: Added new icalls for key pair protection.
15142
15143 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15144
15145         * socket-io.c: don't display the non-supported family warning for known
15146         families. Now this is not displayed on windows when checking support
15147         for IPv4/IPv6.
15148
15149 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15150
15151         * class.c: don't display the layout warning for static fields.
15152
15153 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
15154
15155         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
15156         * locales.c, locales.h: Added new icalls for culture-specific
15157         Char.ToLower and Char.ToUpper.
15158
15159 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15160
15161         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
15162         by David Waite.
15163
15164 2004-04-20  Martin Baulig  <martin@ximian.com>
15165
15166         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
15167         of the type name before passing it to mono_reflection_type_from_name().
15168
15169 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
15170
15171         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
15172         encodings here. Fixes #56965.
15173
15174 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
15175
15176         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15177         fix test on strstr result not that I can see anything that
15178         relies on the result.
15179
15180 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
15181
15182         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
15183         Fixes #57081.
15184
15185         * marshal.c (mono_marshal_get_string_encoding): New helper function.
15186
15187         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
15188         function to determine which marshalling to use for strings. Fixes
15189         #56965.
15190
15191         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
15192
15193         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
15194
15195 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
15196
15197         * icall.c: #include mono-config.h
15198
15199 2004-04-15  Jackson Harper  <jackson@ximian.com>
15200
15201         * culture-info-tables.h: Fix date formats for en-US culture.
15202         
15203 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
15204
15205         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
15206         ThreadPool.SetMinThreads.
15207         * threadpool.c: Implemented ThreadPool.GetMinThreads and
15208         ThreadPool.SetMinThreads.
15209
15210 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
15211
15212         * mono-config.c: also load the .config file in the directory
15213         where the assembly was found.
15214
15215 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
15216
15217         * assembly.c: load per-assembly config files.
15218         * icall.c: decrapified code to get the config dir and moved to
15219         mono-config.c.
15220         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
15221         per-assembly config files. When doing a dll map lookup give precedence
15222         to the per-assembly data.
15223
15224 2004-04-14  Martin Baulig  <martin@ximian.com>
15225
15226         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
15227         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
15228         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
15229
15230         * mono-debugger-debugger.c: While the debugger is locked, remember
15231         whether the symbol tables have changes and send one single
15232         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
15233
15234 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
15235
15236         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
15237
15238         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
15239         function.
15240
15241         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
15242         account when marshalling string arrays. Fixes #56965.
15243
15244 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
15245
15246         * icall.c: Add new icalls mapping for security.
15247         * security.c|h: Add internal calls for WindowsIdentity,
15248         WindowsImpersonationContext and WindowsPrincipal.
15249
15250 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
15251
15252         * class.c: Added comment to ensure the System.MonoDummy class
15253         is removed when no longer necessary
15254
15255 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
15256
15257         * appdomain.c: Pass arguments to the bootstraping exceptions to
15258         minimize JITed methods at boot
15259
15260         * metadata.c (mono_exception_from_name_two_strings): Allow for the
15261         second string to be null.
15262
15263         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
15264         Change the protocol to minimize the JIT methods at startup.  Now
15265         it Returns the internal codepage, if the value of "int_code_page"
15266         is 1 at entry, and we can not compute a suitable code page
15267         number, returns the code page as a string.
15268
15269 2004-04-13  Jackson Harper  <jackson@ximian.com>
15270
15271         * culture-info-tables.h: Fix number of decimal digits for all
15272         english locales.
15273
15274 2004-04-13  Jackson Harper  <jackson@ximian.com>
15275
15276         * icall.c: Clairfy out of sync error message. It is not always
15277         your corlib that is out of sync.
15278
15279 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
15280
15281         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
15282         properties when only the set accessor is overriden. Fixes #55874.
15283
15284 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
15285
15286         * assembly.c (mono_assembly_load_references): Make this thread safe.
15287         Fixes #56327.
15288
15289 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
15290
15291         * monosn.c: Add missing initialization calls.
15292
15293 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
15294
15295         * locales.c:
15296         ves_icall_System_Globalization_CultureInfo_construct_number_format
15297         Fix g_assert so it compiles on fussier compilers re int/ptr
15298         mismatch
15299
15300 2004-04-08  Dick Porter  <dick@ximian.com>
15301
15302         * socket-io.h:
15303         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
15304         53992.  Also rearrange the code so that the internal calls return
15305         an error value and exceptions are thrown from managed code.
15306
15307         * icall.c: Add type info to the socket icalls.
15308
15309 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15310
15311         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
15312         owes me a beer.
15313
15314 2004-04-07  Martin Baulig  <martin@ximian.com>
15315
15316         * class.c (mono_class_from_generic_parameter): Don't default
15317         `klass->parent' to `mono_defaults.object_type'.
15318
15319 2004-04-07  Martin Baulig  <martin@ximian.com>
15320
15321         * reflection.c (mono_reflection_initialize_generic_parameter): Set
15322         `param->pklass->reflection_info'.       
15323
15324 2004-04-07  Jackson Harper  <jackson@ximian.com>
15325
15326         * culture-info-tables.h: Fix date separator symbol.
15327         
15328 2004-04-07  Martin Baulig  <martin@ximian.com>
15329
15330         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
15331         from System.Type to System.MonoType.
15332
15333 2004-04-07  Martin Baulig  <martin@ximian.com>
15334
15335         * reflection.h
15336         (MonoReflectionGenericParam): Added `has_reference_type' and
15337         `has_value_type' fields.
15338
15339         * reflection.c (mono_image_get_generic_param_info): Encode the
15340         correct flags if we have the `class' or `struct' constraint.
15341
15342 2004-04-07  Martin Baulig  <martin@ximian.com>
15343
15344         * reflection.h
15345         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
15346
15347 2004-04-07  Jackson Harper  <jackson@ximian.com>
15348
15349         * appdomain.c: Revert extra patches, just wanted to bump the
15350         version number.
15351         
15352 2004-04-07  Jackson Harper  <jackson@ximian.com>
15353
15354         * Makefile.am: Add culture-info private headers.
15355         * icall.c: Add new icalls for contructing locales.
15356         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
15357         * locales.h: Declare new culture info construction methods.
15358         * object.h: Add new fields used to avoid the CultureMap to
15359         MonoCultureInfo.
15360         * culture-info.h: Definition of structs used in the culture info
15361         tables.
15362         * culture-info-tables.h: Autogenerated tables that contain culture
15363         info data. This file was generated with the locale-builder tool.
15364         * appdomain.c: Incement corlib version number.
15365         
15366 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
15367
15368         * appdomain.c: (mono_runtime_init) move mono_thread_init
15369         to before mono_object_new calls so critical sections
15370         are initialized before use.
15371
15372 2004-04-07  Martin Baulig  <martin@ximian.com>
15373
15374         * icall.c
15375         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
15376         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
15377         (ves_icall_MonoGenericParam_initialize): Removed.
15378         (monogenericparam_icalls): Removed.
15379         (generictypeparambuilder_icalls): Added new table for
15380         System.Reflection.Emit.GenericTypeParameterBuilder.
15381
15382         * reflection.c
15383         (mono_reflection_define_generic_parameter): Removed.
15384         (mono_reflection_initialize_generic_parameter): This is now called
15385         from GenericTypeParameterBuilder's .ctor.
15386
15387 2004-04-06  Martin Baulig  <martin@ximian.com>
15388
15389         * class.c (mono_class_init): Don't inflate nested classes in a
15390         generic instance.
15391         (mono_type_get_name_recurse): Include the generic arguments for
15392         generic instances and generic type declarations.
15393         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
15394         (_mono_class_get_instantiation_name): Removed.
15395         (mono_class_create_generic): Always use `gklass->name' as our name.
15396
15397         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
15398
15399         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
15400         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
15401         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
15402         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
15403         closed generic methods here.
15404
15405         * reflection.c
15406         (mono_reflection_generic_inst_get_nested_types): Removed.
15407         (inflate_mono_method): Copy the generic parameters from the
15408         MonoMethodHeader into out MonoGenericMethod.
15409
15410 2004-04-06  Martin Baulig  <martin@ximian.com>
15411
15412         * row-indexes.h
15413         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
15414
15415         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
15416
15417         * reflection.c (build_compressed_metadata): If we have any entries
15418         in the GenericParam, MethodSpec or GenericParamConstraint tables,
15419         set the header version to 1.1.
15420
15421 2004-04-06  Martin Baulig  <martin@ximian.com>
15422
15423         * class.c (mono_class_init): If we're a generic instance,
15424         initialize our nested classes, too.
15425         (_mono_class_get_instantiation_name): Deal with the new `!%d'
15426         suffix. 
15427
15428 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15429
15430         * process.c: quote the argument passed to the shell on windows.
15431
15432 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
15433
15434         * threads.c (mono_alloc_special_static_data): Allow this to be
15435         called during startup.
15436
15437 2004-04-02  Martin Baulig  <martin@ximian.com>
15438
15439         * icall.c
15440         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
15441
15442 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
15443
15444         * icall.c: Fix build.
15445
15446 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
15447
15448         * Makefile.am: Added security.c|h.
15449         * icall.c: Added icall for get_UserName;
15450         * security.c: New file for security related icalls. Added function
15451         get_UserName for System.Environment (fix #56144).
15452         * security.h: New. Header file for security.c
15453
15454 2004-04-02  Dick Porter  <dick@ximian.com>
15455
15456         * icall.c: Deleted the icalls that were obsoleted some time ago
15457         by the ICU string code, and which were mixed into the icall
15458         rearranging.  Fixes bug 55969.
15459
15460         * string-icalls.h: 
15461         * string-icalls.c: Deleted the code that those icalls reference.
15462
15463 2004-04-01  Martin Baulig  <martin@ximian.com>
15464
15465         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
15466
15467         * class.c (mono_class_from_generic_parameter): Don't set 
15468         TYPE_ATTRIBUTE_INTERFACE.
15469         (my_mono_class_from_generic_parameter): Likewise.
15470
15471 2004-04-01  Martin Baulig  <martin@ximian.com>
15472
15473         * loader.c (find_method): Added an optional `MonoClass *ic'
15474         argument to search in a specific interface.
15475         (mono_get_method_constrained): New public function.
15476
15477 2004-04-01  Martin Baulig  <martin@ximian.com>
15478
15479         * reflection.c (mono_image_get_generic_field_token): Use the
15480         `handleref' cache here.
15481
15482 2004-04-01  Martin Baulig  <martin@ximian.com>
15483
15484         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
15485
15486         * reflection.c (create_generic_typespec): Use the `typespec' hash
15487         here, not the `typeref' one.    
15488
15489 2004-04-01  Martin Baulig  <martin@ximian.com>
15490
15491         * class.c (mono_class_inflate_generic_type): Moved the
15492         functionality into a new static inflate_generic_type() which
15493         returns NULL if it didn't do anything.  Only increment the
15494         `mono_stats.inflated_type_count' if we actually inflated
15495         something.
15496         (mono_class_get_full): Check the classes type to see whether we
15497         need to inflate it; also inflate MONO_TYPE_(M)VAR.
15498
15499 2004-04-01  Jackson Harper  <jackson@ximian.com>
15500
15501         * reflection.c: Set culture for assembly references.
15502         
15503 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
15504
15505         * reflection.[ch], icall.[ch], Fix support for pinning variables.
15506
15507 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15508
15509         * assembly.c:
15510         (do_mono_assembly_open): the critical section also covers
15511         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
15512
15513 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15514
15515         * threads.c:
15516         (mono_manage_threads): abort the background threads when finishing.
15517         Fixes bug #47232.
15518
15519 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15520
15521         * gc.c: only close the done_event handle if there was no timeout.
15522         C-ified comments.
15523
15524 2004-03-30  Martin Baulig  <martin@ximian.com>
15525
15526         * icall.c (icall_entries): It's called "System.Activator", not
15527         "System.Activation".    
15528
15529 2004-03-30  Martin Baulig  <martin@ximian.com>
15530
15531         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
15532         (mono_class_create_from_typespec): Likewise.
15533
15534 2004-03-30  Martin Baulig  <martin@ximian.com>
15535
15536         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
15537         `has_ctor_constraint' and `initialized'.
15538
15539 2004-03-30  Martin Baulig  <martin@ximian.com>
15540
15541         * reflection.c (encode_new_constraint): New static function to add
15542         the constructor constraint attribute to a type parameter.
15543         (encode_constraints): Call encode_new_constraint() if necessary.
15544
15545         * reflection.h
15546         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
15547
15548         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
15549         
15550 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
15551
15552         * reflection.c, icall.c: add support for pinning variables. 
15553
15554 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
15555
15556         * marshal.c (mono_marshal_get_managed_wrapper):
15557         init bool local with zero rather than null.
15558
15559 2004-03-29  Martin Baulig  <martin@ximian.com>
15560
15561         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
15562         the "official" behavior here.
15563         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
15564
15565 2004-03-29  Martin Baulig  <martin@ximian.com>
15566
15567         * icall.c: Reflect latest API changes.
15568
15569 2004-03-29  Martin Baulig  <martin@ximian.com>
15570
15571         * loader.c (mono_get_method_from_token): Also call
15572         mono_metadata_load_generic_params () for abstract and interface
15573         methods; replace the type arguments in the method signature with
15574         the ones which are loaded from the metadata.
15575
15576 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
15577
15578         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
15579         of the lock is not the current thread. MS.NET don't do it, in spite of
15580         what the documentation says. See bug #56157.
15581
15582 2004-03-28  Martin Baulig  <martin@ximian.com>
15583
15584         * class.c (mono_class_init): Don't call init_properties() and
15585         init_events() for generic instances; set `prop->parent' when
15586         inflating properties.
15587
15588         * reflection.c (mono_generic_inst_get_object): Call
15589         `mono_class_init (ginst->klass)'.
15590         (mono_type_get_object): Only create a MonoGenericInst if your
15591         generic type is a TypeBuilder.
15592         (do_mono_reflection_bind_generic_parameters): Only set
15593         `ginst->is_dynamic' if our generic type is a TypeBuilder.
15594
15595 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
15596
15597         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
15598         Fixes #56091.
15599
15600 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15601
15602         * icall.c: added Kill_internal icall.
15603         * process.[ch]: added Kill_internal icall.
15604
15605 2004-03-25  Martin Baulig  <martin@ximian.com>
15606
15607         * class.h (MonoStats): Added `generic_instance_count',
15608         `inflated_method_count', `inflated_type_count' and
15609         `generics_metadata_size'.       
15610
15611 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15612
15613         * reflection.c: no warnings now.
15614
15615 2004-03-25  Martin Baulig  <martin@ximian.com>
15616
15617         * class.c (mono_class_get_full): New public function; does a
15618         mono_class_get(), but also takes a `MonoGenericContext *'.
15619
15620         * loader.c (mono_field_from_memberref): Renamed to
15621         `field_from_memberref', made static and added `MonoGenericContext *'
15622         argument.
15623         (mono_field_from_token): Added `MonoGenericInst *' argument.
15624         (method_from_memberef): Likewise.
15625         (mono_get_method_from_token): Likewise.
15626         (mono_get_method_full): New public function; does a
15627         mono_get_method(), but also takes a `MonoGenericContext *'.
15628
15629         * verify.c (mono_method_verify): Get the method's generic context
15630         and pass it to mono_field_from_token(), mono_get_method_full() and
15631         mono_class_get_full().
15632
15633 2004-03-25  Martin Baulig  <martin@ximian.com>
15634
15635         * class.c (mono_class_inflate_generic_type): Take a
15636         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
15637         `MonoGenericMethod *'.
15638
15639 2004-03-25  Martin Baulig  <martin@ximian.com>
15640
15641         * loader.h (MonoMethodInflated): Store the MonoGenericContext
15642         instead of the MonoGenericMethod here.
15643
15644 2004-03-25  Martin Baulig  <martin@ximian.com>
15645
15646         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
15647         each time we create a new MonoGenericInst, we also create a new
15648         context which points back to us.
15649
15650         * class.c (inflate_method): Use `ginst->context' instead of
15651         creating a new context.
15652
15653         * loader.c (method_from_memberref): Use
15654         `klass->generic_inst->context' instead of creating a new context.
15655
15656 2004-03-25  Martin Baulig  <martin@ximian.com>
15657
15658         * class.h (MonoGenericContext): New struct.
15659         (MonoGenericMethod): Removed `generic_inst'.
15660
15661         * class.c (mono_class_inflate_generic_method): Take a
15662         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
15663
15664 2004-03-25  Martin Baulig  <martin@ximian.com>
15665
15666         * loader.h (MonoMethodInflated): New typedef.
15667
15668         * metadata.h (MonoMethodSignature): Removed `gen_method', make
15669         `generic_param_count' consume just 30 bits, added `is_inflated'
15670         and `has_type_parameters' flags (one bit each).
15671
15672         * class.c (mono_class_inflate_generic_method): Create a
15673         MonoMethodInflated instead of a MonoMethodNormal and set
15674         `is_inflated' in the method signature.
15675
15676         * class.h (MonoGenericMethod): Removed `generic_method'.
15677
15678 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
15679
15680         * image.c: Make sure the name of a MonoImage is always an absolute path.
15681           This fixes bug #54415.
15682
15683 2004-03-24  Martin Baulig  <martin@ximian.com>
15684
15685         * class.c (mono_class_setup_vtable): If we're a generic instance,
15686         use our generic type's vtable size.
15687
15688 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
15689
15690         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
15691         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
15692         problems.
15693
15694 2004-03-23  Martin Baulig  <martin@ximian.com>
15695
15696         * class.h (MonoDynamicGenericInst): Added `int count_events' and
15697         `MonoEvent *events'.
15698
15699         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
15700         (typebuilder_icalls): Added "get_event_info"; calls
15701         mono_reflection_event_builder_get_event_info(). 
15702
15703         * reflection.c (mono_reflection_generic_inst_initialize): Added
15704         `MonoArray *events'.
15705         (mono_reflection_event_builder_get_event_info): New function.
15706
15707 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
15708
15709         * object.h: add mono_type_initialization_init
15710
15711         * object.c (mono_runtime_class_init): 
15712         implement class constructor synchronization rules
15713         to cope with threading issues.  
15714         add mono_type_initialization_init
15715
15716         * appdomain.c (mono_runtime_init): call 
15717         mono_type_initialization_init
15718
15719         * class.h: removing initializing field from MonoVTable
15720
15721 2004-03-23  Martin Baulig  <martin@ximian.com>
15722
15723         * class.c (my_mono_class_from_generic_parameter): Use
15724         `param->name' if it's not NULL. 
15725
15726 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
15727
15728         * class.c: do not insert non-virtual methods in the vtable.
15729         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
15730         that means the method is non-virtual. This never would have
15731         happened before.
15732
15733 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
15734
15735         * profiler.c: Added lock for accessing coverage_hash.
15736
15737 2004-03-22  Martin Baulig  <martin@ximian.com>
15738
15739         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
15740         `method->method->signature->generic_param_count != 0' to make it
15741         work for interface methods.
15742
15743 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15744
15745         * process.c: quote the string passed to the shell using g_shell_quote.
15746
15747 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15748
15749         * threads.c:
15750         (mono_threads_manage): don't remove the finalizer thread and self
15751         from the threads hash table so that mono_thread_manage can be called
15752         more than once.
15753
15754 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15755
15756         * process.c: quote the arguments when UseShellExecute is true. Fixes
15757         bug #55790.
15758
15759 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15760
15761         * threads.c: set mono_thread_detach as a cleanup routine for every
15762         thread. This way it's always executed upon thread termination, either
15763         aborted or finished normally. No more xsp hangs!
15764
15765 2004-03-17  Martin Baulig  <martin@ximian.com>
15766
15767         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
15768         `int count_nested' and a `MonoType **nested'.
15769
15770         * reflection.c (mono_reflection_bind_generic_parameters): Moved
15771         most of the functionality into a new static
15772         do_mono_reflection_bind_generic_parameters() and don't take a
15773         `MonoType *nested_in' argument any more.  Don't compute nested
15774         types here.
15775         (mono_reflection_generic_inst_get_nested_types): New public method
15776         to get nested types.
15777
15778         * class.c (mono_class_create_generic): Set `klass->nested_in' if
15779         we're a nested class.
15780
15781         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
15782         mono_reflection_generic_inst_get_nested_types() to compute the
15783         nested types.
15784
15785 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15786
15787         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
15788         descriptive error message under windows.
15789         
15790 2004-03-17  Martin Baulig  <martin@ximian.com>
15791
15792         * class.c (dup_type): Added `const MonoType *original' argument;
15793         copy the attrs from the original type.
15794
15795 2004-03-17  Martin Baulig  <martin@ximian.com>
15796
15797         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
15798         `m->generic_inst_cache' here.
15799
15800 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
15801
15802         * exception.h exception.c: Add stack_overflow_exception.
15803
15804 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15805
15806         * threadpool.c:
15807         (overlapped_callback): call SetEvent *after* invoking the callback.
15808         No need to call CloseHandle.
15809
15810 2004-03-16  Martin Baulig  <martin@ximian.com>
15811
15812         * reflection.c (mono_image_get_fieldref_token): Take a
15813         `MonoReflectionField *' instead of a `MonoClassField *' and a
15814         `MonoClass *'; store the `MonoReflectionField *' in the hash.
15815
15816 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15817
15818         * appdomain.c: don't add the culture to the filename we're looking for
15819         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
15820
15821 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15822
15823         * locales.c: don't ignore symbols when doing case insensitive compares.
15824         Thanks Dick! Fixes bug #54046.
15825
15826         * threads.c: surround 'threads' usage with enter/leave in
15827         mono_thread_manage.
15828
15829 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
15830
15831         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
15832         implicitly marshalled as [Out]. Fixes #55450.
15833
15834         (mono_marshal_get_runtime_invoke): Zero out the result if there is
15835         an exception.
15836
15837 2004-03-16  Martin Baulig  <martin@ximian.com>
15838
15839         * class.c (mono_class_from_generic_parameter): Use the actual
15840         parameter name. 
15841
15842 2004-03-16  Martin Baulig  <martin@ximian.com>
15843
15844         * reflection.c (type_get_signature_size): New static function.
15845         Compues the size of the type in a method signature.
15846         (method_get_signature_size): New static function; calls
15847         type_get_signature_size() to compute the actual size of the
15848         method's signature.
15849         (method_encode_signature): Use method_get_signature_size() to get
15850         the signature's size rather than using `nparams * 10'.
15851
15852 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15853
15854         * file-io.h: define here WapiOverlapped on windows. I don't want the
15855         regular OVERLAPPED one.
15856
15857         * file-io.c:
15858         * threadpool.c: somehow, BindIoCompletionCallback is not found.
15859         Disabling AIO on windows.
15860
15861 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15862
15863         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
15864         bug #55385.
15865
15866 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15867
15868         * appdomain.c: upgraded corlib version.
15869
15870         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
15871         and BeginWrite. Allow opening files for asynchrnous operations.
15872
15873         * file-io.h: new struct that maps FileStreamAsyncResult.
15874         * icall.c: added new icalls.
15875         * process.[ch]: support setting child process environment variables
15876         and use the SHELL or COMSPEC when UseShellExecute is true.
15877
15878         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
15879         callback for async. IO is here and also BindHandle.
15880
15881         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
15882         from here.
15883
15884 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
15885
15886         * reflection.c (create_custom_attr): Allow len == 0.
15887
15888         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
15889         computation on big-endian machines.
15890
15891 2004-03-13  Martin Baulig  <martin@ximian.com>
15892
15893         * class.h (MonoGenericInst): Added `int count_ifaces'.
15894
15895         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
15896         `ginst->count_ifaces' instead `klass->interface_count' since we
15897         may get called before the vtable is created.
15898
15899         * loader.c (mono_method_get_param_names): If we're a generic
15900         instance, return and don't initialize the class.
15901
15902         * reflection.c (mono_reflection_setup_generic_class): Don't call
15903         ensure_runtime_vtable().
15904         (mono_reflection_bind_generic_parameters): Set
15905         `ginst->count_ifaces'.
15906
15907 2004-03-11  Jackson Harper <jackson@ximian.com>
15908
15909         * icall.c:
15910         * unicode.c:
15911         * unicode.h: Remove unused System.Char icalls.
15912         
15913 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
15914
15915         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
15916         code when we P/Invoke the first library in Windows.Forms, instead
15917         of when we first open the assembly.
15918
15919         * assembly.c: Drop the lookup from here.
15920
15921 2004-03-10  Martin Baulig  <martin@ximian.com>
15922
15923         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
15924         class for properties, fields and events.  Finally fixes #54945.
15925
15926 2004-03-10  Martin Baulig  <martin@ximian.com>
15927
15928         * metadata.c (mono_metadata_class_equal): New static function;
15929         checks whether two generic instances or two generic parameters are
15930         equal.
15931         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
15932         compare classes.        
15933
15934 2004-03-10  Martin Baulig  <martin@ximian.com>
15935
15936         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
15937
15938         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
15939         argument and write it into the `reflection_info' field.
15940
15941         * icall.c
15942         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
15943         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
15944
15945 2004-03-09  Jackson Harper  <jackson@ximian.com>
15946
15947         * char-conversions.h: use 8 bits for numeric data its all we need
15948         * icall.c: numeric data is only 8 bits now.
15949
15950 2004-03-09  Martin Baulig  <martin@ximian.com>
15951
15952         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
15953
15954         * class.c (init_properties, init_events): Initialize the new
15955         `parent' field.
15956
15957         * reflection.c (typebuilder_setup_properties): Likewise.
15958         (typebuilder_setup_events): Likewise.
15959
15960         * reflection.h (MonoEventInfo): Replaced `parent with
15961         `declaring_type' and `reflected_type'.
15962
15963         * icall.c (ves_icall_get_property_info): Distinguish between
15964         declaring and reflected type.
15965         (ves_icall_get_event_info): Likewise.
15966
15967 2004-03-09  Martin Baulig  <martin@ximian.com>
15968
15969         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
15970         (ves_icall_Type_GetField): Correctly set field->klass.
15971
15972 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
15973
15974         * loader.h: Fix warning.
15975
15976 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
15977
15978         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
15979         library routine if present.  Notice that it will still continue
15980         executing even if its missing, for those working on the Gtk#
15981         edition of Windows.Forms.
15982
15983         * assembly.c (do_mono_assembly_open): If loading the
15984         System.Windows.Forms call mono_loader_wini_init.
15985
15986 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
15987
15988         * class.h: Added MonoRemoteClass struct.
15989         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
15990         function for MonoStrings.
15991         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
15992         Added internal call for getting the proxy type.
15993         * marshal.c: Get the type of transparent proxies from its remote_class.
15994         Added methods that generate the IL for type checks and casts:
15995         mono_marshal_get_isinst, mono_marshal_get_castclass, 
15996         mono_marshal_get_proxy_cancast.
15997         * marshal.h: Declaration of the previous new methods.
15998         * object.c: Added new moethods for creating and updating MonoRemoteClass
15999         instances: mono_remote_class, mono_upgrade_remote_class, 
16000         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
16001         * verify.c: FIx transparent_proxy_fields layout.
16002         * appdomain.c: Bump corlib version.
16003
16004 2004-03-04  Jackson Harper  <jackson@ximian.com>
16005
16006         * icall.c: Add icall to access char conversion tables.
16007         * char-conversions.h: Character conversion tables.
16008         * Makefile.am: Add char-conversions.h private header file.
16009         
16010 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
16011
16012         * appdomain.c (unload_thread_main): Increase unloading timeout to
16013         10 sec as a temporary workaround for Nant problems.
16014
16015 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
16016
16017         * gc.c: Add checks for GC_enable and GC_disable.
16018
16019         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
16020         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
16021         (bug #54988).
16022         
16023 2004-02-27  Martin Baulig  <martin@ximian.com>
16024
16025         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16026         `MonoReflectionType *' instead of a `MonoType *'.
16027
16028 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
16029
16030         * gc.c (run_finalize): Avoid finalizing the object representing the
16031         finalizer thread.
16032         (finalizer_thread): Fix warning.
16033
16034 2004-02-25  Martin Baulig  <martin@ximian.com>
16035
16036         * class.c (_mono_class_get_instantiation_name): Added `int offset'
16037         argument for nested types.
16038         (mono_class_create_generic): Added support for nested generictypes.
16039
16040         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
16041         `GList *nested'.
16042
16043         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
16044
16045         * reflection.c (method_encode_signature): Increase the minimum
16046         value of `size' from 10 to 11.
16047         (mono_reflection_bind_generic_parameters): Take `int type_argc'
16048         and `MonoType **types' arguments instead of the `MonoArray
16049         *types'; added `MonoType *nested_in'.  Recursively instantiate
16050         nested classes. 
16051
16052 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
16053
16054         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
16055         stack_overflow_ex members which are used by exception handling.
16056
16057         * appdomain.c (mono_runtime_init): Initialize the new members.
16058
16059         * gc.c (mono_gc_enable): New helper function.
16060         * gc.c (mono_gc_disable): New helper function.
16061
16062 2004-02-23  Martin Baulig  <martin@ximian.com>
16063
16064         * icall.c: I must have been really stupid - make it actually work
16065         this time ;-)
16066
16067 2004-02-23  Martin Baulig  <martin@ximian.com>
16068
16069         * loader.c (method_from_memberref): Only inflate the method if
16070         it's in another klass.
16071
16072 2004-02-23  Martin Baulig  <martin@ximian.com>
16073
16074         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
16075         (mono_class_init): If we're a generic instance and an interface,
16076         compute `class->interface_id'; also create `class->interfaces'
16077         here and inflate them.
16078
16079         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
16080         `ginst->is_open'.
16081         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
16082
16083         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
16084
16085 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
16086
16087         * reflection.c (method_encode_code): Improved the error message
16088         generated by the exception.
16089
16090 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16091
16092         * icall.c: Martin did not do what he said in the ChangeLog for
16093         2004-02-18, but put back the changes for properties and events.
16094         Commenting those changes out again and adding comment to bug #54518.
16095         
16096         * process.c: removed warning.
16097
16098 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
16099
16100         * marshal.c (emit_struct_conv): Print an error message instead of
16101         asserting when a type does not have the StructLayout attribute.
16102
16103 2004-02-20  Martin Baulig  <martin@ximian.com>
16104
16105         * reflection.c (mono_type_get_object): Also use the cache for
16106         generic instances.
16107         (mono_reflection_bind_generic_parameters): Always compute
16108         `ginst->ifaces'.        
16109
16110 2004-02-20  Martin Baulig  <martin@ximian.com>
16111
16112         * class.h (MonoGenericMethod): Removed `klass'.
16113
16114         * class.c (mono_class_inflate_generic_method): Added `MonoClass
16115         *klass' argument.
16116
16117 2004-02-20  Martin Baulig  <martin@ximian.com>
16118
16119         * reflection.c (method_encode_methodspec): Actually use the
16120         uninflated signature for the memberref.
16121
16122 2004-02-20  Martin Baulig  <martin@ximian.com>
16123
16124         * class.h (MonoGenericMethod): Removed `declaring'.
16125
16126         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
16127         is NULL, compute it here.
16128
16129 2004-02-20  Martin Baulig  <martin@ximian.com>
16130
16131         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
16132
16133         * metadata.c (mono_metadata_generic_inst_hash): New method.
16134         (mono_metadata_generic_inst_equal): New method.
16135
16136         * reflection.c (mono_reflection_bind_generic_parameters): Use the
16137         `klass->image->generic_inst_cache' cache to avoid creating
16138         duplicate MonoGenericInst's.
16139
16140         * class.c (mono_class_inflate_generic_type): Use the cache.
16141
16142 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
16143
16144         * object.c: fixed gc descriptor calculation for embedded valuetypes.
16145
16146 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16147
16148         * icall.c: added Socket.WSAIoctl icall.
16149
16150         * socket-io.[ch]: implemented
16151         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
16152
16153 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
16154
16155         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
16156
16157 2004-02-18  Urs C Muff  <umuff@quark.com>
16158
16159         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
16160         this work on PPC and other big-endian architectures.
16161
16162         * debug-mono-symfile.h: Prepended the names of all the `guint32'
16163         fields with an underscore to make sure they're only accessed by
16164         the read32() macro.
16165
16166 2004-02-18  Martin Baulig  <martin@ximian.com>
16167
16168         * icall.c: Put the klass->refclass changes back for methods and
16169         fields, but not for properties and events.  We're currently not
16170         distinguishing between DeclaringType and ReflectedType for
16171         properties and events, that's what caused the regressions.
16172
16173 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16174
16175         * object.c:
16176         (mono_async_result_new): the handle can be NULL.
16177
16178         * threadpool.c: Use an event instead of a semaphore, don't initialize
16179         it until needed. This saves quite a few semaphores from being created
16180         when using the threadpool.
16181
16182 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
16183
16184         * object.c (mono_string_is_interned_lookup): Fix interning of long
16185         strings. Fixes #54473.
16186
16187         * domain.c (ldstr_equal): Optimize if the two strings are equal.
16188
16189         * icall.c: Revert the klass->refclass changes since they introduce
16190         regressions (bug #54518).
16191
16192 2004-02-18  Martin Baulig  <martin@ximian.com>
16193
16194         * class.c (mono_class_init): If we're a generic instance and don't
16195         come from a TypeBuilder, inflate our members here.
16196         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
16197         (mono_class_create_generic): New public method.
16198         (mono_class_initialize_generic): Removed.
16199         (get_instantiation_name): Renamed to
16200         _mono_class_get_instantiation_name() and made it public.
16201
16202 2004-02-18  Martin Baulig  <martin@ximian.com>
16203
16204         * class.c (mono_class_inflate_generic_type): Clear the new
16205         instance's `nginst->klass' when inflating a generic instance.
16206         (mono_class_is_subclass_of): Added (basic) support for generic
16207         instances.
16208
16209 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
16210
16211         * appdomain.h, domain.c: use a MonoCodeManager instead of a
16212         MonoMempool to hold compiled native code.
16213
16214 2004-02-17  Martin Baulig  <martin@ximian.com>
16215
16216         * class.h (MonoDynamicGenericInst): Added `count_properties' and
16217         `properties'.
16218
16219         * reflection.c (mono_reflection_generic_inst_initialize): Added
16220         `MonoArray *properties' argument.
16221
16222         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
16223
16224 2004-02-17  Martin Baulig  <martin@ximian.com>
16225
16226         * icall.c (ves_icall_Type_GetFields): Renamed to
16227         ves_icall_Type_GetFields_internal() and added a
16228         `MonoReflectionType *rtype' argument; pass it to
16229         mono_field_get_object() to set the field's "reflected" type.
16230         (ves_icall_Type_GetConstructors): Likewise.
16231         (ves_icall_Type_GetEvents): Likewise.
16232         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
16233         argument; pass it to mono_method_get_object() to set the method's
16234         "reflected" type.       
16235
16236 2004-02-17  Martin Baulig  <martin@ximian.com>
16237
16238         * class.h (MonoDynamicGenericInst): New type.
16239         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
16240
16241         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
16242         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
16243         (ves_icall_MonoGenericInst_GetFields): New interncall.
16244
16245         * class.c (mono_class_from_generic): Don't call
16246         mono_class_initialize_generic() if this is a dynamic instance;
16247         ie. it's being created from a TypeBuilder.
16248         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
16249         `class->byval_arg.type'.
16250
16251         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
16252         to `inflate_method' and made static.
16253         (mono_reflection_inflate_field): Removed.
16254         (mono_reflection_generic_inst_initialize): New public method.
16255
16256         * reflection.h (MonoReflectionGenericInst): Removed `methods',
16257         `ctors' and `fields'; added `initialized'.
16258
16259 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
16260
16261         * debug-helpers.c (mono_method_full_name): Fix output for empty
16262         namespaces.
16263
16264 2004-02-12  Martin Baulig  <martin@ximian.com>
16265
16266         * class.h (MonoClassField): Added `MonoType *generic_type'.
16267
16268         * reflection.c (mono_image_get_fieldref_token): Added support for
16269         instantiated generic types.
16270         (field_encode_inflated_field): Removed.
16271         (mono_image_get_inflated_field_token): Removed.
16272         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
16273
16274         * reflection.h (MonoReflectionInflatedField): Removed.
16275
16276 2004-02-12  Martin Baulig  <martin@ximian.com>
16277
16278         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
16279         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
16280
16281         * reflection.c (mono_image_get_methodspec_token): Take a
16282         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
16283         (mono_image_create_token): Check whether we have a
16284         `method->signature->gen_method' and call
16285         mono_image_get_methodspec_token() if appropriate.
16286         (inflated_method_get_object): Removed.
16287         (mono_reflection_bind_generic_method_parameters): Return a
16288         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
16289         (mono_reflection_inflate_method_or_ctor): Likewise.
16290
16291         * reflection.h (MonoReflectionInflatedMethod): Removed.
16292
16293 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
16294
16295         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
16296         for custom valuetype marshalling.
16297
16298         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
16299
16300 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16301
16302         * icall.c: fixed WSAGetLastError_internal name.
16303
16304 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
16305
16306         * threads.c (mono_thread_attach): Allow this to be called multiple
16307         times for a thread.
16308         
16309         * threads.c (build_wait_tids): Do not wait for ourselves.
16310
16311         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
16312         appdomain list is empty.
16313
16314         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
16315         memory returned by mono_string_builder_to_utf16, since it points into
16316         managed memory. Thanks to Bernie Solomon for noticing this.
16317
16318         * icall.c: Add AppDomainSetup icalls.
16319
16320         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
16321
16322         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
16323         types.
16324
16325         * reflection.c (reflection_methodbuilder_to_mono_method): Save
16326         custom attributes to the method_aux struct. Also fix array indexes etc.
16327
16328         * loader.c (mono_method_get_param_names): Make dynamic case work again.
16329         
16330 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
16331
16332         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
16333         (both static and runtime) and reduce startup time.
16334
16335 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
16336
16337         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
16338         AsAny marshalling conversion instead of crashing.
16339
16340         * marshal.c: Fix warnings.
16341
16342 2004-02-09  Martin Baulig  <martin@ximian.com>
16343
16344         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
16345
16346         * reflection.h (MonoReflectionInflatedMethod): Removed the
16347         `declaring' field, it's now in the unmanaged MonoGenericMethod.
16348
16349         * reflection.c (method_encode_methodspec): Removed the `method'
16350         argument; we get it from `gmethod->declaring'.
16351         (inflated_method_get_object): Removed the `declaring' argument.
16352
16353 2004-02-09  Martin Baulig  <martin@ximian.com>
16354
16355         * class.h (MonoGenericMethod): New type.
16356         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
16357         `generic_method'.
16358
16359         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
16360         a `MonoGenericMethod *gen_method' one.
16361
16362         * class.c (mono_class_inflate_generic_type): Take an additional
16363         `MonoGenericMethod * argument.  This is only non-NULL if we're
16364         inflating types for a generic method.   
16365         (mono_class_inflate_generic_signature): Renamed to
16366         inflate_generic_signature() and made static; take a
16367         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16368         (inflate_generic_header): Take a `MonoGenericMethod *' argument
16369         instead of a `MonoGenericInst *' one.
16370         (mono_class_inflate_generic_method): Likewise.
16371
16372         * reflection.c (encode_generic_method_sig): Take a
16373         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
16374         (method_encode_methodspec): Likewise.
16375         (inflated_method_get_object): Likewise. 
16376
16377         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
16378         field with a `MonoGenericMethod *gmethod' one.  
16379
16380 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
16381
16382         * class.h (mono_class_has_parent): add parens to expansion
16383         so you can ! this.
16384
16385 2004-02-08  Martin Baulig  <martin@ximian.com>
16386
16387         * image.h (MonoImage): Removed `generics_cache'.
16388
16389         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
16390         instead of a `MonoType *' argument; removed the `inflate_methods'
16391         argument.  Don't inflate methods here.
16392
16393         * loader.c (find_method): If it's a generic instance, call
16394         mono_class_init() on the `sclass->generic_inst->generic_type'.
16395
16396         * metadata.c (mono_type_size): Make this work on uninitialized
16397         generic instances; call it on the `ginst->generic_type's class.
16398
16399         * reflection.c (mono_reflection_bind_generic_parameters): Call
16400         mono_class_from_generic() to create the `ginst->klass'.
16401
16402 2004-02-08  Martin Baulig  <martin@ximian.com>
16403
16404         * class.h (MonoClass): Changed type of `generic_inst' from
16405         `MonoType *' to `MonoGenericInst *'.
16406
16407 2004-02-08  Martin Baulig  <martin@ximian.com>
16408
16409         * icall.c (ves_icall_Type_BindGenericParameters): Just call
16410         mono_type_get_object(), this is now creating a `MonoGenericInst'
16411         for MONO_TYPE_GENERICINST.
16412         (ves_icall_MonoGenericInst_GetParentType): Likewise.
16413         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
16414
16415         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
16416         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
16417         (inflated_method_get_object): Added `MonoClass *refclass' argument.
16418         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
16419         and reflected type.
16420
16421         * reflection.h (MonoReflectionInflatedMethod): Removed
16422         `declaring_type' and `reflected_type'.
16423
16424 2004-02-08  Martin Baulig  <martin@ximian.com>
16425
16426         * class.h (MonoGenericInst): Added `MonoType *parent' and
16427         `MonoType **ifaces'.
16428
16429         * reflection.h (MonoReflectionGenericInst): Removed `klass',
16430         `parent' and `interfaces'.
16431
16432         * reflection.c (mono_reflection_bind_generic_parameters): Take a
16433         `MonoType *' argument and return a `MonoType *'.
16434
16435         * icall.c
16436         (ves_icall_MonoGenericInst_GetParentType): New interncall.
16437         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
16438
16439 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16440
16441         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
16442         valuetype marshalling.
16443
16444 2004-02-06  Martin Baulig  <martin@ximian.com>
16445
16446         * class.c
16447         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
16448         (my_mono_class_from_generic_parameter): Likewise.
16449
16450 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
16451
16452         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
16453         contents of the symbol files lazily.
16454
16455         * object.h (MonoThread): Add 'name' and 'name_len' fields.
16456
16457         * threads.h threads.c icall.c: New icalls for getting and setting the
16458         threads name.
16459
16460 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
16461
16462         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
16463         Raise an exception when the domain is not found.
16464
16465 2004-02-03  Martin Baulig  <martin@ximian.com>
16466
16467         * reflection.c (mono_image_get_methodspec_token): Use the
16468         uninflated signature; fixes gen-33.
16469
16470 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
16471
16472         * gc.c threads.c: Make the finalizer thread a normal managed thread so
16473         the finalizer code can use thread functionality.
16474
16475         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
16476         the finalizer thread.
16477
16478         * threads.c: Make some functions more robust.
16479
16480         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
16481
16482         * metadata.h: Add new marshalling conventions.
16483
16484         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
16485         stringbuilder marshalling. Fixes #53700.
16486
16487         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
16488
16489         * reflection.c (mono_image_get_type_info): Save declarative security
16490         info.
16491
16492         * reflection.c (mono_image_get_field_info): Handle uninitialized 
16493         unmanaged fields as well.
16494
16495         * appdomain.c: Bump corlib version.
16496
16497 2004-02-01  Martin Baulig  <martin@ximian.com>
16498
16499         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
16500         method type arguments.  
16501
16502 2004-01-30  Duncan Mak  <duncan@ximian.com>
16503
16504         * marshal.h: Add prototype for
16505         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
16506         and
16507         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
16508         fix the build.
16509
16510 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
16511
16512         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
16513         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
16514
16515 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16516
16517         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16518         custom marshalling of valuetypes.
16519
16520         * marshal.c: Fix some warnings.
16521
16522 2004-01-29  Martin Baulig  <martin@ximian.com>
16523
16524         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
16525         for generic method parameters.
16526
16527         * reflection.c (method_encode_methodspec): Write the uninflated
16528         signature into the methodspec table.
16529         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
16530         is always the uninflated method.
16531         (reflection_methodbuilder_to_mono_method): Copy the generic
16532         parameters from the MethodBuilder into `header->gen_params'.
16533
16534 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
16535
16536         * class.c (mono_class_from_generic_parameter): Fix warning.
16537
16538 2004-01-27  Martin Baulig  <martin@ximian.com>
16539
16540         * class.c (mono_class_from_generic_parameter): Don't create
16541         `klass->methods' here.  
16542
16543 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
16544
16545         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
16546         extension since it does not work with libraries named lib<FOO>.dll.so.
16547
16548 2004-01-25  Martin Baulig  <martin@ximian.com>
16549
16550         * class.c (mono_class_inflate_generic_type): Added support for
16551         MONO_TYPE_GENERICINST.
16552
16553         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
16554         inflate methods on open constructed types.      
16555
16556 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16557
16558         * object.c: fire ProcessExit event in the root AppDomain after running
16559         Main. Fixes bug #53299.
16560
16561 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
16562
16563         * socket-io.c: include the new socket-wrappers.h header.
16564         Use the wrappers instead of the unix socket functions to make the code
16565         more clear.
16566
16567 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
16568
16569         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
16570
16571         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16572         Fixes #22532.
16573
16574 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
16575
16576         * reflection.c (mono_image_create_pefile): Handle the case when the
16577         entry point is not a MethodBuilder.
16578
16579         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16580         field to ReflectionMethod since it is not allways a builder.
16581
16582         * reflection.c (type_get_fully_qualified_name): New helper function to
16583         return the fully qualified name of a type.
16584
16585         * reflection.c (encode_marshal_blob): Always emit the fully qualified
16586         type name for custom marshallers.
16587
16588         * reflection.c (mono_marshal_spec_from_builder): Ditto.
16589
16590         * class.c (mono_class_setup_vtable): If a parent class already 
16591         implements an interface, use the implementing methods from that class.
16592         Fixes #53148.
16593
16594 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16595
16596         * threadpool.c: just return instead of ExitThread to allow for thread
16597         clean up earlier.
16598
16599 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
16600
16601         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
16602         when closing resource modules.
16603
16604         * reflection.c (mono_image_create_pefile): Handle the case when the
16605         entry point is not a MethodBuilder.
16606
16607         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
16608         field to ReflectionMethod since it is not allways a builder.
16609
16610 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
16611
16612         * marshal.c (mono_marshal_get_managed_wrapper): 
16613         mono_marshal_alloc takes native int so CONV_I
16614         the arg for 64bits.
16615
16616 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
16617
16618         * reflection.c (fixup_cattrs): New function to fixup the methoddef
16619         tokens in the cattr table. Fixes #53108.
16620
16621 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16622
16623         * loader.c: don't trim ".dll" before looking up in the config file.
16624         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
16625
16626 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
16627
16628         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
16629         Return the module which contains the resource as well.
16630         (ves_icall_System_Reflection_Module_Close): New icall.
16631
16632         * appdomain.c: Bump corlib version number.
16633
16634         * image.c (mono_image_addref): New public function.
16635
16636         * assembly.c: Call mono_image_addref.
16637
16638         * reflection.c (mono_module_get_object): Increase reference count of 
16639         the image.
16640
16641         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
16642         Fixes #22532.
16643
16644         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
16645         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
16646         proper exceptions on DllImport problems.
16647
16648 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
16649
16650         * class.c, metadata.c: eliminate CSIZE macro.
16651
16652 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
16653
16654         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
16655         * object.h: Added async_callback field in MonoAsyncResult.
16656         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
16657         * verify.c: Added async_callback in MonoAsyncResult layout.
16658
16659 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
16660
16661         * reflection.c (mono_reflection_get_custom_attrs): Add support
16662         for Modules.
16663
16664 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16665
16666         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
16667         marshalling.
16668         (mono_marshal_method_from_wrapper): Add null pointer check.
16669
16670 2004-01-16  Martin Baulig  <martin@ximian.com>
16671
16672         * debug-mono-symfile.h: Set version number to 36 and reflect
16673         latest symbol writer changes.
16674
16675 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
16676
16677         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
16678         multi-dimensional arrays.
16679         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
16680         (mono_class_from_mono_type): Use bounded_array_class_get.
16681         
16682         * class.c (mono_bounded_array_class_get): New function which takes
16683         a 'bounded' bool argument to distinguish vectors from one dimensional
16684         arrays.
16685
16686         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
16687         bounded_array_class_get if the array has bounds.
16688
16689         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
16690         Search modules loaded using AssemblyBuilder:AddModule as well.
16691
16692 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16693
16694         * appdomain.c: increased corlib version.
16695         * filewatcher.c: removed g_print.
16696         * icall.c:
16697         (get_property_info): only allocate what is actually requested.
16698         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
16699
16700 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16701
16702         * Makefile.am: added filewatcher.[ch]
16703         * filewatcher.[ch]: FileSystemWatcher runtime support.
16704         * icall.c: added new FSW icalls.
16705
16706 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
16707
16708         * string-icalls.c: fix stringbuilder regression as suggested by
16709         Iain McCoy <iain@mccoy.id.au>.
16710
16711 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
16712
16713         * process.c (process_read_stringtable_block): Recognize '007f' as
16714         a language neutral stringtable block.
16715
16716 2004-01-12  Patrik Torstensson
16717
16718         * object.h (MonoStringBuilder) : Changed layout to support our
16719         new stringbuilder class.
16720         * marshal.c: Change marshalling to support the new layout of 
16721         string builder.
16722         * appdomain.c: increased version number because new layout of
16723         string builder.
16724
16725 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
16726
16727         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
16728         assembly name as an string instead of an AssemblyName, since it is
16729         easier to extract info from it.
16730
16731         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
16732         the culture subdirectories too. Fixes #52231.
16733
16734 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16735
16736         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
16737         It takes 2 new parameters with an optional name for the method to look
16738         for and case ignoring info.
16739
16740         * threadpool.c: removed unused variable.
16741
16742 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16743
16744         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
16745         It takes 2 new parameters with an optional name for the property to look
16746         for and case ignoring info.
16747         Fixes bug #52753.
16748
16749 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
16750
16751         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
16752         Fix #52451.
16753
16754 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16755
16756         * appdomain.c:
16757         * assembly.c: escape the uri before passing it to g_filename_from_uri.
16758         Fixes bug #52630.
16759
16760 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
16761
16762         * reflection.c: Add support for more than one unmanaged resource.
16763
16764         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
16765         in field->def_value, as done in all other cases.
16766
16767         * reflection.c (mono_reflection_get_custom_attrs): Add support for
16768         TypeBuilders.
16769
16770         * reflection.c (mono_reflection_create_runtime_class): Remove 
16771         errorneous assignment to klass->element_class, since it is already
16772         done in mono_reflection_setup_internal_class.
16773
16774 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16775
16776         * gc.c: added missing LeaveCriticalSection.
16777         * icall.c: indented a couple of lines.
16778         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
16779         if we call EndInvoke inside a callback. Fixes bug #52601.
16780
16781 2004-01-07  Martin Baulig  <martin@ximian.com>
16782
16783         * mono-debug-debugger.h
16784         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
16785
16786 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
16787
16788         * appdomain.c: Use messages in NotImplementedException.
16789
16790         * exception.c (mono_get_exception_not_implemented): Now this takes
16791         a message argument.
16792
16793         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
16794         exception instead of g_asserting an aborting when something is not
16795         implemented.
16796
16797         Add some inline docs.
16798
16799 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
16800
16801         * reflection.h: Update after changes to object layout.
16802
16803         * reflection.c: Implement saving of unmanaged aka win32 resources.
16804
16805         * appdomain.c: Bump version number.
16806
16807         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
16808         Handle missing domains gracefully.
16809
16810 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
16811
16812         * file-io.c : On Windows, there are much more invalid_path_chars.
16813
16814 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
16815
16816         * class.h, object.c: prepare for GetType () speedup.
16817
16818 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
16819
16820         * profiler.c: workaround for --profile null reference exception on
16821           cygwin. Patch by Patrik Torstensson.
16822
16823 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
16824
16825         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
16826         make work for unaligned access.
16827
16828 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
16829
16830         * class.c: small cleanup (class->fields [i] -> field).
16831         * image.c: check address of metadata is valid.
16832
16833 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
16834
16835         * assembly.h assembly.c (mono_assembly_loaded): New public function to
16836         search the list of loaded assemblies.
16837
16838         * reflection.c (mono_reflection_type_from_name): Use 
16839         mono_assembly_loaded instead of mono_image_loaded.
16840
16841         * reflection.c: Fix warnings.
16842
16843 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
16844
16845         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
16846         is dynamic. This is needed since an assembly can contain both dynamic and
16847         non-dynamic images.
16848
16849         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
16850         assembly->dynamic.
16851
16852         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
16853
16854         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
16855         to store modules loaded using AddModule.
16856
16857         * reflection.c (mono_image_fill_file_table): Generalize this so it works
16858         on Modules.
16859
16860         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
16861
16862         * reflection.c (mono_image_fill_export_table_from_module): New function to
16863         fill out the EXPORTEDTYPES table from a module.
16864
16865         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
16866         into a separate function. Also handle loaded non-dynamic modules.
16867
16868         * reflection.c (mono_image_basic_init): Fix memory allocation.
16869
16870         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16871
16872         * assembly.c (mono_assembly_load_references): Make this public.
16873
16874 2003-12-19  Martin Baulig  <martin@ximian.com>
16875
16876         * class.c (mono_class_initialize_generic): Made this static, take
16877         a `MonoGenericInst *' instead of a `MonoClass *'.
16878         (mono_class_from_generic): Call mono_class_initialize_generic()
16879         unless we're already initialized or being called from
16880         do_mono_metadata_parse_generic_inst().
16881
16882         * class.h (MonoGenericInst): Added `initialized' and
16883         `init_pending' flags.
16884
16885         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
16886         `mono_class_init (gklass)' or mono_class_initialize_generic()
16887         here; set `generic_inst->init_pending' while parsing the
16888         `type_argv'.
16889
16890 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
16891
16892         * locales.c: include string.h for memxxx prototypes
16893
16894 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
16895
16896         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
16897         constructor when accessing literal fields.
16898
16899 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
16900
16901         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16902
16903         * reflection.c (assembly_add_resource_manifest): New function to fill
16904         the MANIFESTRESOURCE table.
16905
16906         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
16907
16908         * reflection.h: Update to changes in class layout.
16909
16910         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
16911         Reenable call to mono_runtime_is_shutting_down ().
16912
16913         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
16914         determine if the runtime is shutting down.
16915
16916 2003-12-16  Jackson Harper <jackson@ximian.com>
16917
16918         * icall.c: comment out call to mono_runtime_is_shutting_down to
16919         fix build.
16920         
16921 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
16922
16923         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
16924         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
16925
16926 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
16927
16928         * reflection.c: move definition of swap_with_size
16929         to before its first call
16930
16931 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
16932
16933         * appdomain.c (mono_runtime_is_shutting_down): New public function.
16934
16935         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
16936         icall.
16937
16938         * object.c: Fix warnings.
16939
16940         * icall.c (ves_icall_Type_Get...): Only consider inherited static
16941         members if FlattenHierarchy is set.
16942
16943         * reflection.c (mono_image_add_decl_security): New function to emit
16944         declarative security.
16945
16946         * reflection.h reflection.c: Add support for declarative security.
16947
16948         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
16949         
16950 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
16951
16952         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
16953         
16954         * appdomain.c verify.c: Moved corlib version checking into its own
16955         function in appdomain.c since it needs to create vtables etc.
16956
16957 2003-12-13  Patrik Torstensson <p@rxc.se>
16958
16959         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
16960         instead of unwrapped server.
16961
16962 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
16963
16964         * verify.c (check_corlib): Fix field index.
16965
16966 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
16967
16968         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
16969         GetGacPath icall.
16970
16971 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
16972
16973         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
16974         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
16975         cope with sizeof(size_t) != sizeof(guint32).
16976
16977 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16978
16979         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
16980         in case of failure.
16981
16982 2003-12-10  Mark Crichton <crichton@gimp.org>
16983
16984         * icall.c: removed the GetNonZeroBytes.  We now handle this case
16985         in managed code.
16986
16987         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
16988
16989 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
16990
16991         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
16992         marked as deleted.
16993
16994 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
16995
16996         * verify.c (check_corlib): Handle the case when the version field is 
16997         initialized by a static constructor.
16998
16999 2003-12-08  Patrik Torstensson  <p@rxc.se>
17000
17001     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
17002
17003 2003-12-08  Martin Baulig  <martin@ximian.com>
17004
17005         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
17006         a MonoReflectionGenericParameter, also take the parameter index
17007         and name as arguments.
17008         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
17009         (ves_icall_MonoGenericParam_initialize): New interncall.
17010         (ves_icall_Type_make_byref_type): New interncall.
17011
17012         * reflection.h (MonoReflectionGenericParam): Derive from
17013         MonoReflectionType, not just from MonoObject.  Added `refobj' and
17014         `index' fields.
17015
17016         * reflection.c (mono_reflection_define_generic_parameter): Create
17017         and return a new MonoReflectionGenericParam; don't initialize the
17018         constraints here.
17019         (mono_reflection_initialize_generic_parameter): New public method;
17020         initializes the constraints and creates the `param->pklass'.
17021
17022 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
17023
17024         * reflection.h reflection.c: Use the new fields 'num_types', 
17025         'num_fields' and 'num_methods' to track the number of types etc.
17026
17027         * verify.c (check_corlib): Check corlib version number.
17028
17029 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
17030
17031         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
17032         function works on all methods.
17033
17034 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
17035
17036         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
17037         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
17038         the custom_type_info flag of the transparent proxy.
17039         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
17040         objects that supports IRemotingTypeInfo.
17041         * object.h: Added custom_type_info field in transparent proxy.
17042
17043 2003-12-06  Martin Baulig  <martin@ximian.com>
17044
17045         * class.c (mono_class_create_from_generic): Removed.
17046         (mono_class_from_generic): Check `ginst->klass' before doing
17047         anything else.  This is important to fully support "recursive"
17048         generic types.
17049
17050         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
17051         empty `generic_inst->klass' before doing anything else.
17052
17053 2003-12-06  Dick Porter  <dick@ximian.com>
17054
17055         * verify.c: 
17056         * object.h:
17057         * icall.c:
17058         * locales.c: Use C structs to access class fields.  Don't do a
17059         conversion between MonoString and UChar because both are
17060         platform-endian UTF-16.  Compare now takes startindex and count
17061         parameters.  Add a char overload for IndexOf.  Speed up the
17062         invariant string IndexOf.
17063
17064 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
17065
17066         * Makefile.am (monosn_LDADD): Fix parallel build.
17067
17068 2003-12-04  Martin Baulig  <martin@ximian.com>
17069
17070         * icall.c
17071         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17072         (ves_icall_Type_make_array_type): New interncall.       
17073
17074 2003-12-04  Martin Baulig  <martin@ximian.com>
17075
17076         * locales.c: also change it in the !HAVE_ICU case.
17077
17078 2003-12-04  Dick Porter  <dick@ximian.com>
17079
17080         * icall.c:
17081         * locales.c: construct_compareinfo is now in CompareInfo, not
17082         CultureInfo.
17083
17084 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
17085
17086         * image.c (mono_image_load_file_for_image): Cache loaded images in the
17087         image->files array.
17088
17089         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
17090         table as well.
17091
17092         * assembly.c (mono_assembly_load_references): Only load references
17093         once.
17094
17095         * class.c (mono_class_from_name): Avoid linear search of the 
17096         EXPORTEDTYPE table.
17097
17098         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
17099
17100 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
17101
17102         * image.h (MonoImage): Add 'field_cache' field.
17103
17104         * loader.c (mono_field_from_token): Cache field lookups.
17105         
17106         * reflection.c (mono_module_get_object): Fix name property.
17107
17108         * icall.c (ves_icall_get_enum_info): Update after changes to 
17109         mono_metadata_get_constant_index ().
17110
17111         * icall.c: Get rid of get_type_info icall, use a separate icall for
17112         each type property to avoid needless memory allocations. Fixes #51514.
17113
17114         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
17115         to avoid needless binary searches.
17116
17117         * class.c (class_compute_field_layout): Move the initialization of
17118         field->def_value to mono_class_vtable ().
17119
17120         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
17121         non-corlib types.
17122
17123         * object.c (mono_object_allocate): Make it inline.
17124
17125         * object.c (mono_object_allocate_spec): Make it inline.
17126         
17127 2003-12-02  Dick Porter  <dick@ximian.com>
17128
17129         * locales.c (create_NumberFormat): NumberFormatInfo construction.
17130         Patch by Mohammad DAMT (mdamt@cdl2000.com).
17131
17132 2003-12-01  Dick Porter  <dick@ximian.com>
17133
17134         * threads.c: Fix signature and call in CreateMutex and
17135         CreateEvent.
17136
17137 2003-12-01  Dick Porter  <dick@ximian.com>
17138
17139         * icall.c: 
17140         * locales.c: Implement string compares and searching
17141
17142         * object.h: Add extra Thread field
17143
17144 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
17145
17146         * reflection.c (fixup_method): Add support for MonoCMethod.
17147
17148 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
17149
17150         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
17151
17152         * reflection.c (assembly_name_to_aname): Allow extra characters in
17153         assembly names. Fixes #51468.
17154
17155 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
17156
17157         * exception.c (mono_exception_from_name_domain): New helper function.
17158
17159         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
17160         exception object in the correct domain.
17161
17162         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
17163         formatting + make a copy a the input data.
17164
17165         * loader.c (mono_get_method_from_token): Methods which contain
17166         native code do not have entries in the ImplMap.
17167
17168         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
17169         Thanks to Gonzalo for spotting this.
17170         
17171         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
17172         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
17173
17174         * assembly.h (mono_assembly_load_from): Split the second part of 
17175         assembly loading into a new public function.
17176
17177         * exception.h (mono_get_exception_bad_image_format): New function.
17178
17179 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
17180
17181         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17182         Enumerate all modules inside a dynamic assembly. Fixes #51293.
17183         
17184         * icall.c: Add new icall for creating dynamic methods.
17185
17186         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
17187
17188         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
17189
17190         * reflection.c (mono_reflection_create_dynamic_method): New icall to
17191         create a dynamic method.
17192
17193         * reflection.c (resolve_object): New helper function.
17194
17195         * reflection.c: Generalize ReflectionMethodBuilder and the functions
17196         which manipulate it so they can also work on dynamic methods.
17197
17198         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
17199         creating the MonoReflectionMethodAux structure if it is not needed.
17200         
17201         * reflection.h verify.c: Update after changes to object layout.
17202
17203         * reflection.c (method_builder_encode_signature): Fix compilation on
17204         gcc 2.95.x.
17205
17206 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
17207
17208         * appdomain.h: Added support for context static fields. Added static_data
17209           field to MonoAppContext and renamed thread_static_fields to a more
17210           generic special_static_fields in MonoAppDomain, since it can now contain
17211           context static fields.
17212         * domain.c: Updated hashtable name.
17213         * object.c: Replaced field_is_thread_static() for a more generic
17214           field_is_special_static() which also checks for context static attribute.
17215           In mono_class_vtable(), added support for static context fields.
17216         * threads.c: Changed methods that manage thread static fields to more
17217           generic methods so they can be reused both for thread and context static
17218           data.
17219         * threads.h: Declared some new methods.
17220
17221 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
17222
17223         * reflection.h: Update after changes to the managed types.
17224
17225         * reflection.c (encode_custom_modifiers): New helper function.
17226
17227         * reflection.c (method_encode_signature): Emit custom modifiers.
17228
17229         * reflection.c (field_encode_signature): Emit custom modifiers.
17230
17231 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
17232
17233         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
17234
17235         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
17236         implementation.
17237
17238         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
17239         icall.
17240
17241         * object.c (mono_field_get_value_object): New function.
17242
17243         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
17244         specific.
17245
17246 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
17247
17248         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
17249         return a preallocated out-of-memory exception instance.
17250
17251         * object.c (out_of_memory): Use the new function.
17252
17253         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
17254         flag is before the custom modifiers. Fixes #49802.
17255
17256 2003-11-16  Martin Baulig  <martin@ximian.com>
17257
17258         * class.c (mono_class_is_open_constructed_type): Implemented the
17259         MONO_TYPE_GENERICINST case.
17260
17261 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
17262
17263         * assembly.c (mono_assembly_fill_assembly_name): New function to
17264         fill out the MonoAssemblyName structure.
17265         (mono_assembly_open): Use the new function.
17266
17267         * icall.c (fill_reflection_assembly_name): New helper function.
17268
17269         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
17270         new function.
17271
17272         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
17273
17274 2003-11-15  Martin Baulig  <martin@ximian.com>
17275
17276         * class.c (mono_class_is_open_constructed_type): New public
17277         function; checks whether a type is an open constructed type,
17278         ie. whether it still contains type parameters.
17279         (mono_class_inflate_generic_type): If we're a type parameter and
17280         the inflated type is also a MONO_TYPE_(M)VAR, return the original
17281         type.
17282
17283         * class.h (MonoGenericInst): Added `guint32 is_open'.
17284
17285         * loader.c (method_from_methodspec): Check whether we're an open
17286         or closed constructed type and set `ginst->is_open'.
17287
17288         * reflection.c (mono_reflection_bind_generic_parameters): Check
17289         whether we're an open or closed constructed type and set
17290         `ginst->is_open'.
17291         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
17292         from open constructed types.
17293
17294 2003-11-15  Martin Baulig  <martin@ximian.com>
17295
17296         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17297         a generic instance (instead of a generic type declaration) with
17298         unbound generic parameters, bind them to our actual types.
17299
17300 2003-11-14  Martin Baulig  <martin@ximian.com>
17301
17302         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
17303
17304         * reflection.c (mono_reflection_bind_generic_parameters): If we're
17305         an interface type, populate `res->interfaces' with instantiated
17306         versions of all the interfaces we inherit.
17307
17308 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
17309
17310         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
17311         when MONO_PATH is set but doesn't contain the install dir.
17312
17313 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17314
17315         * icall.c:
17316         (ves_icall_Type_GetInterfaces): don't return an interface twice when
17317         it's also implemented in base classes. Fixes bug #50927.
17318
17319 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
17320
17321         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
17322         if this method is called from a finalizer. Fixes #50913.
17323
17324 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
17325
17326         * threads.c: Implement VolatileRead/VolatileWrite
17327
17328         * icall.c: Add new icalls for VolatileRead/VolatileWrite
17329
17330 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17331
17332         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
17333         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
17334         2.95.3.
17335
17336         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
17337         from Peter Ross (pro@missioncriticalit.com).
17338         
17339 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
17340
17341         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
17342
17343 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17344
17345         * assembly.c (mono_assembly_load_references): Disable check because it
17346         triggers on older corlibs which lots of people have.
17347
17348 2003-11-12  Jackson Harper  <jackson@ximian.com>
17349
17350         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
17351         load corlib.dll if mscorlib.dll is not found.
17352         * assembly.h: Remove corlib name define.
17353         * class.c:
17354         * domain.c:
17355         * image.c: Change corlib name to mscorlib.
17356         
17357 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
17358
17359         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
17360
17361 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
17362
17363         * appdomain.h: Added loader_optimization here to sync with the C#
17364         code, and add disallow_binding_redirects field.
17365
17366 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17367
17368         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
17369
17370         * reflection.c (mono_image_build_metadata): Fix crash on modules
17371         with no types.
17372
17373         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
17374
17375         * icall.c (ves_icall_get_method_info): Return callingConvention as
17376         well.
17377
17378         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
17379         namespaces from the EXPORTEDTYPE table as well.
17380
17381         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
17382         from all modules inside the assembly.
17383         
17384 2003-11-11  Martin Baulig  <martin@ximian.com>
17385
17386         * reflection.c (mono_reflection_bind_generic_parameters): Make
17387         this work for interfaces.
17388
17389 2003-11-11  Martin Baulig  <martin@ximian.com>
17390
17391         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
17392
17393 2003-11-11  Martin Baulig  <martin@ximian.com>
17394
17395         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
17396         "MonoInflatedMethod" and "MonoInflatedCtor".
17397
17398 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
17399
17400         * reflection.c (resolution_scope_from_image): Use the assembly table
17401         from the manifest module, since other modules don't have it.
17402
17403         * debug-helpers.c (mono_type_full_name): New helper function.
17404
17405         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
17406
17407         * image.c (mono_image_load_file_for_image): New public function which
17408         is a replacement for the load_file_for_image in class.c.
17409
17410         * assembly.c (mono_assembly_load_module): A wrapper for the function
17411         above which does assembly association and reference loading too.
17412
17413         * class.c (mono_class_from_name): Call mono_assembly_load_module.
17414
17415 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17416
17417         * appdomain.c: not all of the attributes for the full assembly name
17418         are required and the order doesn't matter. Fixes bug #50787.
17419
17420 2003-11-10  Dick Porter  <dick@ximian.com>
17421
17422         * locales.c: Use platform-endian UTF16
17423
17424 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17425
17426         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17427         
17428 2003-11-10  Martin Baulig  <martin@ximian.com>
17429
17430         * metadata.c
17431         (mono_metadata_load_generic_params): Make this actually work.
17432
17433         * reflection.c (mono_reflection_bind_generic_parameters): If our
17434         parent is a generic instance, pass all the `types' to it, no
17435         matter whether it has the same number of type parameters or not.
17436
17437 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
17438
17439         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
17440
17441         * assembly.c (mono_assembly_load_references): Move the image<->assembly
17442         assignment code to this function so it gets called recursively for all
17443         modules.
17444
17445         * image.c (load_modules): Remove the assembly assignment since it is
17446         now done by mono_assembly_load_references.
17447         
17448         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
17449         Add 'module' argument.
17450         (mono_module_get_types): New helper function.
17451         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
17452
17453 2003-11-08  Martin Baulig  <martin@ximian.com>
17454
17455         * class.c (mono_class_inflate_generic_method): Interface method
17456         don't have a header.
17457
17458         * reflection.c (mono_image_get_methodspec_token): Take an
17459         additional `MonoGenericInst *' argument instead of reading it from
17460         the header; this is necessary to support interfaces.
17461         (mono_image_create_token): Pass the `MonoGenericInst *' from the
17462         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
17463         (inflated_method_get_object): Take an additional `MonoGenericInst *'
17464         argument.
17465
17466         * reflection.h (MonoReflectionInflatedMethod): Added
17467         `MonoGenericInst *ginst'.
17468
17469 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
17470
17471         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
17472
17473 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
17474
17475         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
17476
17477 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
17478
17479         * reflection.c 
17480         (reflection_methodbuilder_from_method_builder):
17481         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
17482         initialize a ReflectionMethodBuilder structure.
17483         (mono_image_get_methodbuilder_token):
17484         (mono_image_get_ctorbuilder_token): New functions to emit memberref
17485         tokens which point to types in another module inside the same assembly.
17486
17487         * reflection.c: Use the new helper functions.
17488         
17489         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
17490
17491         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
17492         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
17493
17494         * reflection.c (resolution_scope_from_image): Emit a moduleref if
17495         neccesary.
17496
17497         * reflection.c (mono_image_build_metadata): Emit metadata only for the
17498         current module. Emit the manifest only for the main module.
17499
17500         * reflection.c (mono_image_create_token): Add assertion when a 
17501         memberref needs to be created.
17502
17503         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
17504
17505         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
17506         larger buffer for the custom attribute blob. Fixes #50637.
17507         
17508 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17509
17510         * threadpool.c: notify listener on async processing handles after
17511         invoking the async callback. Thanks to Zoltan.
17512
17513 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17514
17515         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
17516         avoid code duplication.
17517
17518         * reflection.h (MonoDynamicImage): New type which is currently unused,
17519         but will be used through the ref.emit code in place of 
17520         MonoDynamicAssembly.
17521
17522         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17523         object layout.
17524
17525         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
17526         a MonoDynamicImage instead of just a MonoImage.
17527         
17528         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
17529         icalls to ModuleBuilder but keep their semantics, so they will work
17530         with moduleb->assemblyb. This will change later.
17531         
17532 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17533
17534         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
17535         object layout.
17536
17537         * reflection.c (mono_image_build_metadata): Avoid creation of a default
17538         main module, since it is now done by the managed code.
17539
17540 2003-11-03  Martin Baulig  <martin@ximian.com>
17541
17542         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
17543         `ginst->klass' here.
17544         (method_encode_methodspec): Don't use the `ginst->generic_method's
17545         klass if it's a generic instance, use `ginst->klass' in this case.
17546
17547 2003-11-03  Martin Baulig  <martin@ximian.com>
17548
17549         * reflection.c (mono_image_get_generic_method_param_info):
17550         Removed, use mono_image_get_generic_param_info() instead.
17551         (mono_image_get_type_info): Write the GenericParam table before
17552         the Method table.  This is neccessary because in the GenericParam
17553         table, type parameters of the class (ie. '!0' etc.) must come
17554         before the ones from its generic methods (ie. '!!0' etc).
17555
17556 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
17557
17558         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
17559
17560 2003-11-02  Martin Baulig  <martin@ximian.com>
17561
17562         * reflection.c (create_generic_typespec): Take a
17563         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
17564         the generic parameters from it.
17565
17566 2003-11-02  Martin Baulig  <martin@ximian.com>
17567
17568         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
17569         instead of a `MonoClassField *' since we just need the type.
17570         (create_generic_typespec): New static function.  Creates a
17571         TypeSpec token for a generic type declaration.
17572         (mono_image_get_generic_field_token): New static function.
17573         (mono_image_create_token): If we're a FieldBuilder in a generic
17574         type declaration, call mono_image_get_generic_field_token() to get
17575         the token.
17576
17577 2003-11-02  Martin Baulig  <martin@ximian.com>
17578
17579         * reflection.h
17580         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
17581         `MonoReflectionGenericInst *declaring_type' and
17582         `MonoReflectionGenericInst *reflected_type' fields.
17583
17584         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
17585         `MonoReflectionGenericInst *declaring_type' and a
17586         `MonoReflectionGenericInst *reflected_type' argument instead of a
17587         single `MonoReflectionGenericInst *type' one.  Set
17588         `res->declaring_type' and `res->reflected_type' from them.
17589         (mono_reflection_inflate_field): Likewise.      
17590
17591 2003-11-02  Martin Baulig  <martin@ximian.com>
17592
17593         * class.c (mono_class_setup_vtable): Don't store generic methods
17594         in the vtable.  
17595
17596 2003-11-02  Martin Baulig  <martin@ximian.com>
17597
17598         * reflection.h (MonoReflectionGenericInst): Added
17599         `MonoReflectionType *declaring_type'.
17600
17601         * reflection.c (mono_reflection_bind_generic_parameters): Use
17602         `if (tb->parent)' instead of `klass->parent'.
17603
17604 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
17605
17606         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
17607         with an empty ASSEMBLY table.
17608
17609         * reflection.c (mono_image_build_metadata): Avoid using the same loop
17610         variable in the inner and outer loops.
17611
17612 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
17613
17614         * metadata.h (mono_metadata_make_token): Put parentheses around macro
17615         argument.
17616
17617         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
17618         
17619         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
17620         icalls. Instead, do everything in managed code. This is needed since
17621         it is hard to restore the original domain etc. in unmanaged code in the
17622         presence of undeniable exceptions.
17623
17624         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
17625         New icalls to push and pop appdomain refs.
17626
17627 2003-10-31  Martin Baulig  <martin@ximian.com>
17628
17629         * class.c (inflate_generic_type): Renamed to
17630         mono_class_inflate_generic_type() and made it public.
17631
17632         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
17633         New interncall.
17634
17635         * loader.c (mono_field_from_memberref): Also set the retklass for
17636         typespecs.
17637
17638         * fielder.c (mono_image_get_inflated_field_token): New static
17639         method; creates a metadata token for an inflated field.
17640         (mono_image_create_token, fixup_method): Added support for
17641         "MonoInflatedField".
17642         (fieldbuilder_to_mono_class_field): New static function.
17643         (mono_reflection_inflate_field): New public function.
17644
17645         * reflection.h
17646         (MonoReflectionGenericInst): Added `MonoArray *fields'.
17647         (MonoReflectionInflatedField): New typedef.     
17648
17649 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
17650
17651         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
17652         for Solaris and other platforms without s6_addr16
17653
17654 2003-10-30  Martin Baulig  <martin@ximian.com>
17655
17656         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
17657         argument instead of two.
17658         (mono_class_inflate_generic_signature): Likewise.
17659         (inflate_generic_header): Likewise.
17660         (mono_class_inflate_generic_method): Likewise.  In addition, if
17661         `ginst->klass' is set, it becomes the new `method->klass'.
17662
17663         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
17664         field.
17665
17666         * reflection.c (encode_generic_method_sig): Write a 0xa as the
17667         first byte. [FIXME]
17668         (method_encode_methodspec): If we have generic parameters, create
17669         a MethodSpec instead of a MethodRef.
17670         (fixup_method): Added support for "MonoInflatedMethod" and
17671         "MonoInflatedCtor".
17672         (mono_image_create_token): Added support for "MonoInflatedMethod"
17673         and "MonoInflatedCtor".
17674         (inflated_method_get_object): New static function; returns a
17675         managed "System.Reflection.MonoInflatedMethod" object.
17676         (mono_reflection_bind_generic_method_parameters): Return a
17677         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
17678         (mono_reflection_inflate_method_or_ctor): Likewise.
17679         (mono_image_get_generic_method_param_info): Initialize unused
17680         fields to zero.
17681         (mono_image_get_generic_param_info): Likewise.
17682
17683         * reflection.h (MonoReflectionInflatedMethod): New public
17684         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
17685         "S.R.MonoInflatedCtor" classes.
17686
17687         * loader.c (method_from_memberref): If we're a TypeSpec and it
17688         resolves to a generic instance, inflate the method.
17689
17690 2003-10-28  Dick Porter  <dick@ximian.com>
17691
17692         * object.c (mono_runtime_run_main): Convert command-line arguments
17693         into utf8, falling back to the user's locale encoding to do so.
17694
17695 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
17696
17697         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
17698         at this time.
17699
17700         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
17701
17702         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
17703         up icalls at method definition time. Partially fixes #33569.
17704
17705 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
17706
17707         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
17708         marshalling of arrays. Fixes #50116.
17709
17710         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
17711
17712         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
17713         points to a vtable in the dying appdomain.
17714
17715         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
17716         listeners into unmanaged code inside the lock.
17717
17718         * object.c (mono_class_vtable): Turn off typed allocation in non-root
17719         domains and add some comments.
17720
17721 2003-10-25  Martin Baulig  <martin@ximian.com>
17722
17723         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
17724
17725         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
17726
17727         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
17728         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
17729         currently parsing.  Create the generic class and store it in
17730         `generic_inst->klass' before parsing the type arguments.  This is
17731         required to support "recursive" definitions; see mcs/tests/gen-23.cs
17732         for an example.
17733         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
17734         to support recursive typespec entries.
17735
17736         * class.c (mono_class_setup_parent): If our parent is a generic
17737         instance, we may get called before it has its name set.
17738         (mono_class_from_generic): Splitted into
17739         mono_class_create_from_generic() and mono_class_initialize_generic().
17740
17741 2003-10-25  Martin Baulig  <martin@ximian.com>
17742
17743         * icall.c (ves_icall_Type_BindGenericParameters): Return a
17744         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
17745         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
17746         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
17747
17748         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
17749         (create_typespec): Likewise.
17750         (mono_reflection_bind_generic_parameters): Return a
17751         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
17752         (mono_reflection_inflate_method_or_ctor): New public function.
17753
17754         * reflection.h (MonoReflectionGenericInst): New typedef.        
17755
17756 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
17757
17758         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
17759         inside the domain lock. Fixes #49993.
17760         
17761         * object.c (mono_class_vtable): When typed allocation is used, 
17762         allocate vtables in the GC heap instead of in the mempool, since the
17763         vtables contain GC descriptors which are used by the collector even
17764         after the domain owning the mempool is unloaded.
17765
17766         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
17767
17768         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
17769         reflect what it does. Also invalidate mempools instead of freeing
17770         them if a define is set.
17771
17772         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
17773         of the appdomain.
17774         
17775         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
17776         hold the finalizable objects in this domain.
17777
17778         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
17779         appdomain.
17780
17781         * appdomain.c (mono_domain_set): New function to set the current
17782         appdomain, but only if it is not being unloaded.
17783
17784         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
17785         appdomain which is being unloaded.
17786         
17787         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
17788         unloading of the root appdomain.
17789
17790         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
17791         icall to execute a method in another appdomain. Intended as a 
17792         replacement for InternalSetDomain, which can confuse the code 
17793         generation in the JIT.
17794
17795         * appdomain.c (mono_domain_is_unloading): New function to determine
17796         whenever an appdomain is unloading.
17797
17798         * appdomain.c (mono_domain_unload): New function to correctly unload
17799         an appdomain.
17800
17801         * assembly.c (mono_assembly_load_references): Check that an assembly
17802         does not references itself.
17803
17804         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
17805         domain manually, it asks the finalizer thread to do it, then waits for
17806         the result. Also added a timeout.
17807
17808         * icall.c: Register the new icalls.
17809
17810         * threads.h threads.c: Export the mono_gc_stop_world and 
17811         mono_gc_start_world functions.
17812         
17813         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
17814         function to fill out the mempool with 0x2a.
17815
17816 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
17817
17818         * reflection.h (MonoReflectionMethodAux): New structure to store
17819         information which is rarely used, thus is not in the MonoMethod
17820         structure.
17821
17822         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
17823         store the aux info.
17824
17825         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
17826         and marshalling info into the aux structure.
17827
17828         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
17829         from the aux structure.
17830
17831         * loader.c (mono_method_get_param_names): Retrieve the param names from
17832         the aux structure.
17833         
17834 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
17835
17836         * exception.h exception.c: Add AppDomainUnloadedException && fix 
17837         warning.
17838
17839 2003-10-21  Dick Porter  <dick@ximian.com>
17840
17841         * socket-io.c
17842         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
17843         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
17844
17845 2003-10-21  Martin Baulig  <martin@ximian.com>
17846
17847         * reflection.c (mono_reflection_bind_generic_parameters):
17848         `klass->parent' is NULL for interfaces.
17849
17850 2003-10-21  Martin Baulig  <martin@ximian.com>
17851
17852         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
17853
17854 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
17855
17856         * exception.c (mono_exception_from_name_msg): New helper function for
17857         creating exceptions and initializing their message field.
17858
17859         * exception.c: Simplify functions using the new helper.
17860
17861         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
17862         New function.
17863
17864         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
17865         mono_raise_exception, since otherwise gcc doesn't generate the function
17866         epilog for raise_exception, confusing the stack unwinding in the JIT.
17867         Fixes #45043.
17868
17869         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
17870         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
17871         Fixes #49499.
17872
17873 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17874
17875         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
17876         utf8.
17877
17878 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
17879
17880         * icall.c: Removed GetUninitializedObject method because
17881           AllocateUninitializedClassInstance does the same.
17882
17883 2003-10-18  Martin Baulig  <martin@ximian.com>
17884
17885         * class.c (inflate_generic_signature): Renamed to
17886         mono_class_inflate_generic_signature() and made it public.
17887         (my_mono_class_from_generic_parameter): New static function; if we
17888         don't already have the generic parameter's MonoClass, create a
17889         very simple one which is just used internally in the runtime and
17890         not passed back to managed code.
17891
17892         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
17893
17894         * metadata.h (MonoMethodSignature): Moved the
17895         `MonoGenericParam *gen_params' to the MonoMethodHeader.
17896         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
17897
17898         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
17899         ves_icall_MonoMethod_GetGenericArguments(); this is now an
17900         interncall on the MonoMethod class, not on MethodInfo.
17901         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
17902         calling mono_reflection_bind_generic_method_parameters() directly.
17903
17904         * loader.c (mono_method_get_signature): If this is a MethodSpec;
17905         return the already computed `method->signature'.
17906         (method_from_methodspec): New static function to load a method
17907         from a MethodSpec entry.
17908         (mono_get_method_from_token): Call the new method_from_methodspec()
17909         for MethodSpec tokens.  
17910         (mono_get_method_from_token): If we're a generic method, load the
17911         type parameters.
17912
17913         * reflection.c (mono_image_get_memberref_token): Allow
17914         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
17915         table.
17916         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
17917         (mono_image_create_token): First check whether it's a generic
17918         method (so we'd need to create a MethodSpec), then do the other
17919         two alternatives.
17920         (mono_reflection_bind_generic_method_parameters): Return a
17921         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
17922         called directly from the interncall.
17923
17924 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
17925
17926         * reflection.c (load_public_key): Move loading of the public key
17927         into managed code.
17928
17929         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
17930
17931         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
17932         fields.
17933
17934         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
17935         culture, hash_alg and public_key. Fixes #49555.
17936
17937 2003-10-17  Martin Baulig  <martin@ximian.com>
17938
17939         * class.h (MonoGenericInst): Moved this declaration here and added
17940         `MonoMethod *generic_method'.
17941
17942         * icall.c
17943         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
17944         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
17945
17946         * metadata.c (mono_metadata_type_equal): Two types of
17947         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
17948         index; ie. don't compare the address of the `MonoGenericParam'
17949         structure.
17950         (mono_metadata_load_generic_params): Removed the `MonoMethod
17951         *method' argument.
17952
17953         * metadata.h (MonoGenericInst): Moved declaration to class.h.
17954         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
17955
17956         * reflection.c (method_encode_signature): Encode the number of
17957         generic parameters.
17958         (encode_generic_method_sig): New static function.
17959         (method_encode_methodspec): New static function; creates an entry
17960         in the MethodSpec table for a generic method.
17961         (mono_image_get_methodspec_token): New static function.
17962         (mono_image_create_token): Call mono_image_get_methodspec_token()
17963         for generic methods.
17964         (mono_reflection_bind_generic_method_parameters): New public
17965         function.  Instantiates a generic method.
17966
17967 2003-10-16  Martin Baulig  <martin@ximian.com>
17968
17969         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
17970         *gen_params' here from MonoMethodHeader.
17971
17972         * metadata.c (mono_metadata_parse_method_signature): If we have
17973         generic parameters, initialize `method->gen_params' and then set
17974         the correct `type->data.generic_param' in all the parameters.
17975
17976 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
17977
17978         * threads.c (mono_threads_get_default_stacksize): New function to 
17979         return the default stacksize.
17980
17981         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
17982         termination of the finalizer thread, since the previous method had
17983         race conditions. Fixes #49628.
17984
17985         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
17986         as for the other managed threads.
17987
17988 2003-10-16  Martin Baulig  <martin@ximian.com>
17989
17990         * class.c (inflate_generic_signature): Copy `generic_param_count'
17991         and `gen_params'.
17992
17993         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
17994         New interncall.
17995
17996         * metadata.c (mono_metadata_parse_method_signature): Actually set
17997         the `method->generic_param_count' here.
17998         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
17999
18000 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
18001
18002         * object.h: Add a new field to TypedRef to simplify the implementation
18003         of the REFANY opcodes in the JIT.
18004
18005         * icall.c: Make use of the new field.
18006
18007         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
18008         dynamically.
18009
18010 2003-10-15  Martin Baulig  <martin@ximian.com>
18011
18012         * class.c (mono_class_from_gen_param): Renamed to
18013         mono_class_from_generic_parameter() and moved most of the
18014         functionality from mono_reflection_define_generic_parameter()
18015         here; ie. we create a "real" class here.
18016         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
18017         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
18018         previously been called.
18019
18020         * class.h (MonoGenericParam): Moved the declaration of this struct
18021         here from metadata.h and added `MonoMethod *method'.
18022
18023         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
18024         interncall.
18025
18026         * loader.c (mono_get_method_from_token): If we have any generic
18027         parameters, call mono_metadata_load_generic_params() to read them
18028         from the MONO_TABLE_GENERICPAR.
18029
18030         * metadata.c (mono_metadata_load_generic_params): Added
18031         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
18032
18033         * metadata.h (MonoMethodSignature): Replaced
18034         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
18035         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
18036
18037         * reflection.c (mono_reflection_define_generic_parameter): Moved
18038         most of the functionality into the new
18039         mono_class_from_generic_parameter(); set the `method' field if
18040         we're a method parameter.       
18041
18042 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
18043
18044         * marshal.c (emit_struct_conv): if native size is 0
18045         emit no code.
18046
18047 2003-10-14  Martin Baulig  <martin@ximian.com>
18048
18049         * icall.c: The generics API has changed in the spec since it was
18050         added to System.Type; these modifications make it match the spec
18051         again.
18052         (ves_icall_Type_GetGenericParameters): Renamed to
18053         `ves_icall_Type_GetGenericArguments'.
18054         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
18055         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
18056         `ves_icall_MonoType_get_HasGenericArguments'.
18057         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
18058         `ves_icall_MonoType_get_IsGenericParameter'.
18059         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
18060         this is no interncall anymore.
18061         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
18062         `ves_icall_TypeBuilder_get_IsGenericParameter'.
18063
18064 2003-10-14  Martin Baulig  <martin@ximian.com>
18065
18066         * reflection.c (mono_reflection_bind_generic_parameters): Also
18067         inflate generic methods if we're reading the class from IL.
18068
18069 2003-10-13  Martin Baulig  <martin@ximian.com>
18070
18071         * reflection.c (mono_reflection_define_generic_parameter): This
18072         method isn't called directly from the icall anymore; take a
18073         `MonoReflectionAssemblyBuilder *' so we can use this for type and
18074         method generic parameters.
18075         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
18076         (method_builder_encode_signature): Encode generic parameters.
18077         (mono_image_get_method_info): Write generic params to the
18078         MONO_TABLE_GENERICPARAM table.
18079
18080         * reflection.h (MonoReflectionMethodBuilder): Added
18081         `MonoArray *generic_params'.
18082
18083         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
18084
18085         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
18086         wrapper for mono_reflection_define_generic_parameter().
18087         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
18088
18089 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
18090
18091         * marshal.h: Add missing function to fix build.
18092
18093         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
18094         the SetLastError pinvoke attribute.
18095
18096         * marshal.c (mono_marshal_set_last_error): New helper function called
18097         by the generated code.
18098         
18099         * marshal.c (mono_mb_emit_branch): New helper function.
18100
18101         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
18102
18103         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
18104         classes as parameters and return values of delegates. Fixes #29256. 
18105
18106 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
18107
18108         * locales.c: use gint32 in non HAVE_ICU case
18109
18110 2003-10-11  Martin Baulig  <martin@ximian.com>
18111
18112         * mono-debug.c (mono_debug_add_method): Added a workaround for
18113         bug #48591.
18114
18115 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
18116
18117         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
18118         delegates passed to native code must use the STDCALL calling 
18119         convention. Fixes #35987.
18120
18121 2003-10-10  Martin Baulig  <martin@ximian.com>
18122
18123         * class.c (inflate_generic_type): If we're inflating for a generic
18124         type instance (and not for a generic method), return
18125         MONO_TYPE_MVAR unchanged.
18126
18127 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18128
18129         * string-icalls.c: Join ignores null strings in the source array.
18130         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
18131         * threads.c: GetAvailableTheads is slightly more accurate.
18132
18133 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
18134
18135         * threads.h threads.c : add mono_threads_set_default_stacksize
18136         and pass default to CreateThread calls.
18137
18138 2003-10-09  Dick Porter  <dick@ximian.com>
18139
18140         * icall.c:
18141         * locales.h:
18142         * locales.c: Internal calls for constructing CultureInfo and
18143         related objects from libicu (if its available.)
18144
18145 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
18146
18147         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
18148
18149 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18150
18151         * threadpool.c: added an argument to async_invoke_thread that is the
18152         item to process, pass the MonoAsyncResult to the thread start function
18153         when creating a new thread. This way we don't need to acquire any lock
18154         when we're creating a new thread. Readded a semaphore for faster
18155         response times (instead of that Sleep i added).
18156
18157 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
18158
18159         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
18160         get daylight change dates better on Windows, fix handling
18161         of platforms without tm_gmtoff.
18162
18163 2003-10-06  Martin Baulig  <martin@ximian.com>
18164
18165         * class.c (inflate_generic_method): Renamed to
18166         mono_class_inflate_generic_method() and made public.
18167         (mono_class_init): Don't inflate the generic methods here.
18168         (mono_class_from_generic): Added `gboolean inflate_methods'
18169         argument.  Inflate the methods here.
18170
18171         * loader.c (mono_method_get_param_names): Ignore instances of
18172         generic types for the moment.
18173
18174         * reflection.c (fixup_method): Added support for inflated methods.
18175         (mono_image_create_token): Use mono_image_get_methodref_token()
18176         for inflated methods.
18177         (mono_custom_attrs_from_param): Ignore instances of generic types
18178         for the moment.
18179         (mono_reflection_bind_generic_parameters): New public function.
18180         Moved all the functionality from
18181         ves_icall_Type_BindGenericParameters() here and added support for
18182         dynamic types.
18183         (mono_reflection_define_generic_parameter): Initialize
18184         `klass->methods' here.
18185
18186         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
18187         functionality into mono_reflection_define_generic_parameter().
18188         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
18189         TypeBuilder, return that TypeBuilder.
18190
18191 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18192
18193         * appdomain.c: removed mono_delegate_semaphore.
18194
18195         * threadpool.c:
18196         (mono_thread_pool_add): moved hash table creation inside and the thread 
18197         creation outside of the critical region.
18198         (mono_thread_pool_finish): removed obsolete code.
18199         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
18200         continue or exit the thread depending on the queue.
18201
18202 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
18203
18204         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
18205         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
18206         handle more bool marshalling options
18207
18208 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
18209
18210         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
18211         arrays of structs. Also add a more descriptive error message when
18212         a structure member is marshalled as LPArray.
18213
18214 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
18215
18216         * marshal.c (mono_marshal_get_native_wrapper): Add support for
18217         marshalling arrays of complex types. Fixes #29098. Also remove an
18218         usused and incomplete function.
18219
18220 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
18221
18222         * gc.c: report heap_size - free_bytes as total memory allocated
18223         (bug#49362).
18224
18225 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
18226
18227         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
18228         fix timezone handling problems on Windows.
18229         
18230         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
18231         asserts when the year is outside the range handled by ms the functions.
18232
18233         * class.c (setup_interface_offsets): If the class is an interface,
18234         fill out its interface_offsets slot.
18235
18236 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18237
18238         * threadpool.c: mark threadpool threads as background.
18239
18240 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
18241
18242         * decimal.c - define DECINLINE to nothing if not using GCC
18243
18244 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
18245
18246         * assembly.c: More refcount fixes.
18247
18248 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18249
18250         * string-icalls.c: if we're not trimming, return the same string.
18251         When not splitting, don't create a new string.
18252
18253 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18254
18255         * image.c:
18256         (mono_image_open): increment the ref_count inside the critical section.
18257
18258 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
18259
18260         * image.c (mono_image_open): Fix reference counting bug.
18261
18262 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
18263
18264         * marshal.c (mono_marshal_type_size) struct alignment changed for 
18265         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
18266         64bits. Avoid leak in mono_marshal_get_native_wrapper when
18267         mono_lookup_pinvoke_call throws.        
18268
18269 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
18270
18271         * reflection.c (mono_reflection_parse_type): Fix #49114.
18272
18273         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
18274         temporary workaround for cygwin header problem.
18275
18276         * object.c (mono_object_isinst): Synchronize this with the code
18277         generated by the JIT for casts.
18278
18279 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
18280
18281         * reflection.c (encode_type): Fix #38332.
18282
18283 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
18284
18285         * marshal.c (mono_marshal_method_from_wrapper): New function to return
18286         the original method from the wrapper method.
18287
18288 2003-09-25  Martin Baulig  <martin@ximian.com>
18289
18290         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
18291         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
18292         (ves_icall_Type_get_IsGenericInstance): New interncall.
18293
18294 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
18295
18296         * object.c: fix cast warning in big endian code.
18297
18298 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
18299
18300         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
18301         
18302 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18303
18304         * assembly.c: don't call check_env from mono_assembly_load. It's
18305         already done once in mono_assemblies_init and may cause headaches when
18306         multiple threads are loading assemblies.
18307
18308 2003-09-19  Martin Baulig  <martin@ximian.com>
18309
18310         * reflection.c (mono_reflection_define_generic_parameter): Don't
18311         allocate `klass->methods', set `klass->flags' to
18312         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
18313
18314 2003-09-18  Martin Baulig  <martin@ximian.com>
18315
18316         * class.c (mono_class_init): Don't create `class->methods' if it's
18317         already initialized.
18318
18319         * metadata.c (mono_metadata_load_generic_params): Make this
18320         actually work.
18321
18322         * reflection.c (mono_reflection_define_generic_parameter): Set
18323         parent class and interfaces from the constraints.
18324
18325         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
18326         to keep this struct in sync with the declaration in TypeBuilder.cs.
18327
18328 2003-09-17  Martin Baulig  <martin@ximian.com>
18329
18330         * metadata.h (MonoType): Replaced the data's `int type_param'
18331         field with `MonoGenericParam *generic_param'.
18332         (MonoGenericParam): Added `MonoClass *klass'.
18333
18334         * class.c (mono_class_from_gen_param): Removed the
18335         `MonoImage *image' and `int type_num' arguments.
18336
18337         * metadata.c (mono_metadata_parse_generic_param): New static
18338         method; creates a MonoGenericParam which just contains the index.
18339         (do_mono_metadata_parse_type): Call
18340         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
18341         MONO_TYPE_MVAR.
18342
18343         * reflection.c (mono_image_typedef_or_ref): Generic type
18344         parameters may be in the same assembly, but never use a typedef
18345         for them.
18346         (mono_reflection_define_generic_parameter): We're now creating a
18347         "real" class for the type parameter; it's now safe to call
18348         mono_class_from_mono_type() on the class'es type, it'll do the
18349         right thing.
18350
18351 2003-09-16  Martin Baulig  <martin@ximian.com>
18352
18353         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
18354         `symfile->range_entry_size' and `symfile->class_entry_size' here;
18355         the `symfile' data structure must be fully initialized before it
18356         gets added to the table.
18357
18358 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
18359
18360         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
18361
18362         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
18363         class init trampolines.
18364
18365 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
18366
18367         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
18368         to the built-in profiler to turn off time and allocation profiling
18369         respectively.
18370
18371 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
18372
18373         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
18374         g_direct_equal.
18375
18376         * debug-helpers.c (mono_method_full_name): Print the wrapper type
18377         in human readable form.
18378
18379 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
18380
18381         * reflection.c icall.c: Fixed warnings.
18382
18383         * image.c (load_class_names): Use a temporary hash table to hold the
18384         namespaces in order to avoid doing many string comparisons.
18385
18386         * image.h: Fix typo.
18387
18388         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
18389         Pass NULL instead of g_direct_equal to the GHashTable constructor 
18390         since the NULL case is short-circuited inside g_hash_table_lookup, 
18391         leading to better performance.  
18392
18393         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
18394         obtain the first custom attribute for a given index. Depends on the
18395         CustomAttribute table being sorted by the parent field.
18396
18397         * reflection.c (mono_custom_attrs_from_index): Use the new function 
18398         for better performance.
18399
18400 2003-09-07  Martin Baulig  <martin@ximian.com>
18401
18402         * class.c (mono_class_init): If we're a generic instance, inflate
18403         all our methods instead of loading them from the image.
18404         (mono_class_from_generic): Set `class->methods = gklass->methods'.
18405
18406 2003-09-07  Martin Baulig  <martin@ximian.com>
18407
18408         * mono-debug-debugger.c: Added support for constructors.
18409
18410 2003-09-06  Martin Baulig  <martin@ximian.com>
18411
18412         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
18413         New interncall.
18414
18415         * reflection.c (mono_reflection_setup_generic_class): Call
18416         ensure_runtime_vtable() to create the vtable.
18417
18418 2003-09-05  Martin Baulig  <martin@ximian.com>
18419
18420         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
18421         MONO_TYPE_MVAR.
18422
18423 2003-09-04  Martin Baulig  <martin@ximian.com>
18424
18425         * reflection.c (mono_reflection_define_generic_parameter): Generic
18426         parameters start with zero.
18427
18428 2003-09-04  Martin Baulig  <martin@ximian.com>
18429
18430         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
18431
18432         * reflection.h (MonoReflectionGenericParam): New typedef.
18433         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
18434         the generic parameters from the managed TypeBuilder.
18435
18436         * reflection.c (mono_reflection_define_generic_parameter): New function.
18437         (mono_reflection_create_runtime_class): Encode generic parameters.
18438         (mono_reflection_setup_generic_class): New function; this is
18439         called after adding adding all generic params to the TypeBuilder.
18440         (encode_type): Added MONO_TYPE_VAR.
18441
18442 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
18443
18444         * class.h class.c (mono_class_needs_cctor_run): Moved this method
18445         here from the JIT.
18446
18447         * assembly.h assembly.c: Moved the AOT loading code into an assembly
18448         load hook.
18449
18450 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
18451
18452         * reflection.h reflection.c class.h class.c: Delete duplicate 
18453         definition of mono_type_get_name () from reflection.c and export the
18454         one in class.c.
18455
18456         * class.c: Class loading fixes from Bernie Solomon 
18457         (bernard@ugsolutions.com).
18458
18459         * reflection.c: Endianness fixes from Bernie Solomon 
18460         (bernard@ugsolutions.com).
18461         
18462 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
18463
18464         * assembly.h assembly.c: Define a file format version for AOT
18465         libraries.
18466         
18467         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
18468
18469         * appdomain.h (MonoJitInfo): New field to determine whenever the
18470         code is domain neutral.
18471         
18472 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
18473
18474         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
18475
18476 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
18477
18478         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
18479         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
18480         Avoid caching the result since strings must be domain specific. Fixes
18481         #48050.
18482
18483 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
18484
18485         * marshal.c (mono_marshal_init): Make this callable multiple times
18486         since it is hard to find a correct place to call it.
18487
18488         * object.c (mono_runtime_class_init): Execute static constructors in
18489         the correct appdomain.
18490
18491         * image.c (build_guid_table): Handle the case when multiple images have
18492         the same GUID.
18493
18494 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18495
18496         * icall.c: added a couple of icalls for System.Web.
18497
18498 2003-08-28  Martin Baulig  <martin@ximian.com>
18499
18500         * icall.c (ves_icall_Type_BindGenericParameters): Use
18501         `klass->generic_inst' instead of `&klass->byval_arg' in the
18502         mono_type_get_object() call.  The returned type must be
18503         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
18504
18505 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
18506
18507         * NOTES: New file.
18508
18509         * object.c (mono_class_proxy_vtable): Make it thread safe.
18510
18511         * pedump.c: Fix warning.
18512
18513         * object.c appdomain.h: Get rid of metadata_section. 
18514         It is no longer needed and it was causing deadlocks with domain->lock.
18515
18516         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
18517
18518 2003-08-26  Martin Baulig  <martin@ximian.com>
18519
18520         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
18521
18522 2003-08-26  Martin Baulig  <martin@ximian.com>
18523
18524         * pedump.c (main): Call mono_metadata_init(),
18525         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
18526         and mono_loader_init().
18527
18528 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
18529
18530         * loader.h: Add missing include to fix build.
18531
18532         * image.h: mono_image_load_references is no more.
18533
18534         * assembly.c: Reworked assembly loading to make it really thread safe.
18535         After these changes, the assembly returned by mono_assembly_open is
18536         fully initialized, i.e. all its references assemblies are loaded.
18537
18538         * assembly.c (mono_image_load_references): Renamed to 
18539         mono_assembly_load_references, and made private, since clients no
18540         longer need to call it.
18541
18542         * class.c: Removed calls to mono_assembly_load_references, since it was
18543         a source of deadlocks.
18544
18545         * loader.h loader.c class.h class.c: Protect data structures using a 
18546         new lock, the loader lock.
18547
18548         * class.c (mono_class_setup_vtable): Create temporary hash tables and
18549         GPtrArrays only when needed.
18550
18551         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
18552         into empty structures by mcs. Fixes pinvoke7.cs.
18553         
18554         * domain.c (mono_init): Call a new initialization function.
18555
18556         * appdomain.c (mono_runtime_init): Call the new initializer function
18557         of the marshal module.
18558
18559         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
18560         inserted into empty structures by mcs. Fixes pinvoke7.cs.
18561
18562         * marshal.h marshal.c: Added locks around the wrapper caches to make
18563         this module thread safe.
18564
18565         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
18566         this argument. Fixes pinvoke1.exe.
18567
18568 2003-08-25  Lluis Sanchez <lluis@ximian.com>
18569
18570         * object.h: Added call_type field to MonoMethodMessage and the corresponding
18571         enumeration of values. Removed fields to store remote call output values in
18572         MonoAsyncResult. Not needed any more.
18573         * object.c: Initialize call_type and async_result fields in mono_message_init.
18574         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
18575         dispatching the message.
18576         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
18577         async call to finish. To do it use a message with EndInvoke call type.
18578
18579 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
18580
18581         * loader.h loader.c (mono_method_hash_marhal_info): New function which
18582         determines whenever a method has marshalling info.
18583
18584 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18585
18586         * assembly.c: fix the build on windows.
18587
18588 2003-08-22 Lluis Sanchez <lluis@ximian.com>
18589
18590         * object.cs: Fixed bug #47785.
18591
18592 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
18593
18594         * string-icalls.c (StringReplace): If their are no occurances of
18595         the old string found return a reference to the supplied
18596         string. This saves some memory and matches MS behavoir.
18597         
18598 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18599
18600         * socket-io.c: fixed compilation for systems that define AF_INET6
18601         and don't define SOL_IP/SOL_IPV6.
18602
18603 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
18604
18605         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
18606         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
18607
18608         * rawbuffer.c rawbuffer.h: Make this module thread safe.
18609
18610         * domain.c: Make this module thread safe.
18611
18612         * domain.c (mono_init): Call new initialization function.
18613
18614         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
18615         reference types too. Fixes #38812.
18616
18617         * image.c (mono_image_init): Fixed warnings.
18618
18619         * class.c (mono_class_from_typeref): Handle assembly load failure
18620         correctly.
18621
18622         * appdomain.c (add_assemblies_to_domain): Handle the case when
18623         the references of an assembly are not yet loaded.
18624
18625         * metadata.c image.c assembly.c: Moved initialization of global
18626         variables to a separate function called at startup since lazy 
18627         initialization of these variables is not thread safe.
18628         
18629         * image.c assembly.c: Made this module thread safe by adding locks in 
18630         the appropriate places.
18631
18632         * domain.c (mono_init): Call the new initialization functions of the
18633         three modules.
18634
18635 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
18636
18637         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
18638           make a direct call. It is proxy's work to make the call asynchronous.
18639           mono_delegate_end_invoke(): If the targe is a proxy, just collect
18640           the return values.
18641         * object.cs: mono_method_call_message_new(): read AsyncResult and
18642           state object from parameters list, if this info is requested.
18643         * object.h: Added fields to store remote call output values in
18644           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
18645
18646 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
18647
18648         * object.h: add needed fields to MonoThread.
18649         * threads.c, threads.h: allow registering a function to cleanup data
18650         allocated per thread by the JIT.
18651
18652 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18653
18654         * loader.h: portability fix by Bernie Solomon
18655         * <bernard@ugsolutions.com>.
18656
18657 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
18658
18659         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
18660         return a MonoArray. This simplifies the code and also ensures that
18661         the cache allways contains an object reference as a value.
18662
18663         * icall.c (ves_icall_get_parameter_info): Simplified using the new
18664         function.
18665
18666 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18667
18668         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
18669         fixes a problem with byte ordering when getting the address family for
18670         a socket.
18671
18672 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
18673
18674         * .cvsignore: Added monosn.
18675
18676         * reflection.h reflection.c loader.c: Added support for parameter
18677         marshalling to dynamically created types. Fixes #47295.
18678
18679 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
18680
18681         * rand.c: remove useless warnings.
18682
18683 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18684
18685         * class.c: implemented ldtoken for methods and fieldrefs.
18686
18687 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18688
18689         * threadpool.c: when mono_async_invoke was called, no one took care of
18690         monitoring the queue. So if the method invoked took some time and we
18691         got new async invoke requests after 500 ms (the thread created waited
18692         that long in WaitForSingleObject), the new async invoke was not called
18693         until the previous one finished.
18694
18695         This is fixed now. Thanks to Totte for helping with it.
18696
18697 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18698
18699         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
18700
18701 2003-08-11  Martin Baulig  <martin@ximian.com>
18702
18703         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
18704
18705 2003-08-06  Martin Baulig  <martin@ximian.com>
18706
18707         * mono-debug-debugger.c: Added support for static fields,
18708         properties and methods.
18709
18710 2003-08-06  Martin Baulig  <martin@ximian.com>
18711
18712         * mono-debug-debugger.c: Don't store the MonoString's vtable to
18713         make this work for applications with multiple application domains.
18714
18715 2003-08-04  Martin Baulig  <martin@ximian.com>
18716
18717         * mono-debug-debugger.c: Completely reworked the type support; the
18718         most important thing is that we're now just using one single
18719         `MonoType' instance per type.
18720
18721 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
18722
18723         * mono-endian.h, mono-endian.c, icall.c: Added icall
18724         ves_icall_System_Double_AssertEndianity to assert double word endianity
18725         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
18726
18727 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18728
18729         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
18730         support, icalls and fixes.
18731
18732 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
18733
18734         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
18735         classes that are a punctuation character in .NET is not the same a
18736         g_unichar_ispunct.
18737
18738 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
18739
18740         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
18741
18742 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
18743
18744         * icall.c: Add new MemCopy internalcall.
18745         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
18746         Simplified code; It is not necessary to handle all the cases here,
18747         as the C# code takes care of it.  Only handle the case of the name
18748         resource embedded into the assembly.
18749
18750         Changed signature to return the data pointer and the size of the
18751         data. 
18752
18753 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
18754
18755         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
18756         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
18757
18758 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18759
18760         * socket-io.c: ignore EINTR error in select.
18761
18762 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
18763
18764         * class.h, class.c: removed unused subclasses field in MonoClass.
18765
18766 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
18767
18768         * icall.c: improve fix of get_base_definition(). If the parent class
18769           doesn't have the mehod, look at the parent of the parent.
18770         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
18771           to check if a parameter is an in or out parameter
18772           (PARAM_ATTRIBUTE_IN is not set by default).
18773           mono_method_return_message_restore(): Use mono_class_value_size to
18774           get the size of a value type. mono_type_stack_size (parameterType)
18775           does not return the correct value if parameterType is byRef.
18776           mono_load_remote_field(), mono_load_remote_field_new(),
18777           mono_store_remote_field(), mono_store_remote_field_new():
18778           raise exception if the remote call returns an exception.
18779
18780 2003-07-28  Martin Baulig  <martin@ximian.com>
18781
18782         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
18783         method.  This is a wrapper around mono_runtime_invoke() which
18784         boxes the instance object if neccessary.
18785
18786 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
18787
18788         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
18789         metadata.h, row-indexes.h, verify.c: first cut of generics support.
18790
18791 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18792
18793         * icall.c: disable mcs bug workaround.
18794
18795 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
18796
18797         * object.c (mono_runtime_class_init): Take the metadata_section
18798         mutex before obtaining the domain mutex.
18799
18800         * appdomain.h: Added definition of metadata_section mutex here. 
18801
18802         * object.c: define metadata_mutex here.
18803
18804 2003-07-24  Ravi Pratap  <ravi@ximian.com>
18805
18806         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
18807         fixed.
18808
18809 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
18810
18811         * reflection.c: Fix bug #46669
18812
18813 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18814
18815         * exception.c:
18816         * exception.h:
18817         * icall.c:
18818         * object.h: fill in the type name for TypeLoadException.
18819
18820 2003-07-23  Ravi Pratap  <ravi@ximian.com>
18821
18822         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
18823         relationship between TypeBuilders while compiling corlib) and bug
18824         45993 (Array types returned from the runtime while compiling
18825         corlib were from the loaded corlib).
18826
18827 2003-07-22  Martin Baulig  <martin@ximian.com>
18828
18829         * mono-debug-debugger.c: Reworked the type support a bit more;
18830         distinguish between types and classes.
18831
18832 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
18833
18834         * icall.c: add IsArrayImpl icall.
18835
18836 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
18837
18838         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
18839         initializing real_size only once. Also fix bug #46602.
18840
18841 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
18842
18843         * object.c: Renamed mono_metadata_section to metadata_section.
18844
18845 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
18846
18847         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
18848           empty array if the type is an array. Fixed.
18849           ves_icall_MonoMethod_get_base_definition: if the base method
18850           is abstract, get the MethodInfo from the list of methods of
18851           the class.
18852         * reflection.c: ParameterInfo.PositionImpl should be zero-based
18853           and it was 1-based. Fixed in mono_param_get_objects.
18854
18855 2003-07-20  Martin Baulig  <martin@ximian.com>
18856
18857         * mono-debug.h: Set version number to 31.
18858         (mono_debug_init): Added `MonoDomain *' argument.
18859
18860         * mono-debug-debugger.c: Reworked the type support; explicitly
18861         tell the debugger about builtin types; pass the `klass' address to
18862         the debugger.
18863
18864 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
18865
18866         * image.c: Allow new metadata tables to be loaded without a
18867         warning. Also update the warning message to give the new constant value.
18868                 
18869 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
18870
18871         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
18872         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
18873         array type representation changes.
18874
18875 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
18876
18877         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
18878         on Environment.Exit () call.
18879
18880 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
18881
18882         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
18883         requires a matching corlib.
18884
18885 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
18886
18887         * Changelog: My editor decided to add a CR to each line. Sorry about that.
18888           Committed again without the CRs.
18889         
18890 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
18891
18892         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
18893           getting it from the "this" socket instance. Did not work
18894           if the socket is a subclass of Socket.
18895           Also fixed bug #35371.
18896
18897 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
18898
18899         * metadata.c: fixed size for TypedByRef.
18900         * loader.c: when searching for a method, consider the vararg amrker.
18901         * unicode.c, decimal.c: constify some arrays.
18902
18903 2003-07-15  Dick Porter  <dick@ximian.com>
18904
18905         * socket-io.c: Fixed compilation for gcc < 3.2.
18906
18907         Fixed compilation for machines that don't have AF_INET6 (thanks to
18908         Bernie Solomon <bernard@ugsolutions.com> for that part.)
18909
18910         Fixed compile warnings.
18911         
18912         Fixed formatting and line endings.
18913
18914 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
18915
18916         * socket-io.h:
18917         * socket-io.c: Added IPv6 support.
18918
18919 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
18920
18921         * class.c (mono_class_is_assignable_from): New function to implement
18922         the is_assignable_from logic. Used by mono_object_isinst, 
18923         Type::IsAssignableFrom () and the interpreter.
18924
18925         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
18926         Object, even interfaces.
18927         
18928         * object.c (mono_object_isinst): Implement in terms of 
18929         is_assignable_from.
18930
18931         * icall.c (ves_icall_type_is_assignable_from): New icall.
18932
18933 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
18934
18935         * domain.c (foreach_domain): fix compiler warning.
18936
18937 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
18938
18939         * image.c (load_metadata_ptrs): use g_strndup because strndup is
18940         not available on all plattforms
18941
18942 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
18943
18944         * image.h image.c: Store the metadata version string in MonoImage.
18945         * icall.c: New icall to retrieve the image version.
18946         * reflection.c (create_dynamic_image): Fill in the image version field
18947         * reflection.c (build_compressed_metadata): Use the image version
18948         from the image structure.
18949
18950 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18951
18952         * appdomain.c: modified comment.
18953         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
18954         That will be its last iteration when mono_gc_cleanup is called from
18955         mono_runtime_cleanup and before the domain is unloaded.
18956
18957         Fixes bug #45962.
18958
18959 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
18960
18961         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
18962         attributes.
18963
18964 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
18965
18966         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
18967         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
18968         Bernie Solomon <bernard@ugsolutions.com>.
18969
18970 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
18971
18972         * object.c, object.h: provide mono_object_new_fast() for faster
18973         allocation in some special cases.
18974
18975 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
18976
18977         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
18978         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
18979
18980 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
18981
18982         * threadpool.c: fix leaks.
18983
18984 2003-07-01  Dick Porter  <dick@ximian.com>
18985
18986         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
18987         using MonoGHashTables.  Fixes threadpool bug posted to list.
18988
18989 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
18990
18991         * image.h, image.c: added support to load an assembly from a byte array.
18992         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
18993         assembly bundle support.
18994
18995 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
18996
18997         * threadpool.c (mono_thread_pool_add): keep a reference to the
18998         AsyncResult to prevent GC
18999
19000 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19001
19002         * class.c: leak fix.
19003
19004 2003-06-25  Dick Porter  <dick@ximian.com>
19005
19006         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
19007         for the async object, the WaitHandle object will close the handle.
19008         Fixes bug 45321.
19009
19010 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19011
19012         * class.c: in mono_array_class_get (), lookup from the hash with the
19013         same type we insert: this works around a bug in
19014         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
19015         lluis. The real fix will have to wait for after the release.
19016
19017 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19018
19019         * icall.c: fix memory leak when getting type members.
19020
19021 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19022
19023         * reflection.c: added more pubtoken special cases.
19024
19025 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
19026
19027         * class.c: handle field offset correctly when class size
19028         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
19029
19030 2003-06-20  Martin Baulig  <martin@ximian.com>
19031
19032         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
19033         *image' field.
19034
19035 2003-06-20  Martin Baulig  <martin@ximian.com>
19036
19037         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
19038
19039 2003-06-20  Martin Baulig  <martin@ximian.com>
19040
19041         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
19042         just distinguish between variables in registers and variables at
19043         an offset relative to a register.
19044
19045 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19046
19047         * icall.c: #ifdef out latest changes until mcs is fixed.
19048
19049 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19050
19051         * icall.c: return members in metadata order.
19052
19053 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
19054
19055         * icall.c: avoid infinite loop in GetTimeZoneData.
19056
19057 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
19058
19059         * icall.c: added Marshal.Prelink/All icalls.
19060
19061 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
19062
19063         * object.c, object.h: fix warnings and do some overflow checking
19064         when creating arrays.
19065
19066 2003-06-17  Dick Porter  <dick@ximian.com>
19067
19068         * file-io.h:
19069         * file-io.c: File attributes need to be tweaked slightly when
19070         passed from the managed to the w32 world.
19071
19072 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19073         * profiler.h profiler-private.h profiler.c: Rework last patch
19074         based on suggestion by Paolo.
19075         
19076 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
19077
19078         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
19079         instruction level coverage data collection.
19080         * profiler.h profiler.c (: Added new callback function which can be
19081         used by the profiler to limit which functions should have coverage
19082         instrumentation.
19083         * profiler.c (mono_profiler_load): Call g_module_build_path to
19084         generate the file name of the profiler library.
19085
19086 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
19087
19088         * profiler.c, profiler.h, profiler-private.h: added basic block 
19089         coverage profiling API.
19090
19091 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
19092
19093         * reflection.c (mono_reflection_create_runtime_class): Add support
19094         for events in dynamically generated code.
19095
19096         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
19097         not allocated.
19098
19099 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
19100
19101         * icall.c: when getting timezone info, return reasonable values if we
19102         can't get the actual data.
19103
19104 2003-06-14  Dick Porter  <dick@ximian.com>
19105
19106         * threads.c (start_wrapper): Remove the reference to the thread
19107         object in the TLS data, so the thread object can be finalized.
19108         This won't be reached if the thread threw an uncaught exception,
19109         so those thread handles will stay referenced :-( (This is due to
19110         missing support for scanning thread-specific data in the Boehm GC
19111         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
19112
19113 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
19114
19115         * reflection.c: ensure streams and tables are first allocated with
19116         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
19117
19118 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
19119
19120         * icall.c: fixed GetElementType for byrefs (bug# 44792).
19121
19122 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
19123
19124         * reflection.c (mono_reflection_create_runtime_class): Add support for
19125         properties to dynamically created classes.
19126         * reflection.c: Fix a few places where non-MonoObjects were inserted
19127         into the tokens hashtable.
19128
19129 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19130
19131         * object.c: some support to handle out of memory exceptions.
19132
19133 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
19134
19135         * marshal.c (mono_marshal_get_native_wrapper): support reference
19136         return types
19137
19138 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19139
19140         * object.h, object.c: more portability stuff from Bernie Solomon.
19141         Unexport mono_object_allocate(). Added mono_object_unbox ().
19142         Set exitcode when an unhandled exception is thrown.
19143
19144 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
19145
19146         * marshal.c (mono_marshal_get_native_wrapper): use custom
19147         marshaler for return types.
19148
19149 2003-06-10  Dick Porter  <dick@ximian.com>
19150
19151         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
19152         ip_mreq is available
19153
19154 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
19155
19156         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
19157         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
19158         by Bernie Solomon <bernard@ugsolutions.com>.
19159
19160 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
19161
19162         * gc.c (mono_gc_init): Avoid error message on shutdown when
19163         GC_DONT_GC=1 is used.
19164
19165         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
19166         New icall to return the GUID of a module.
19167
19168 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
19169
19170         * class.c: ensure instance size always includes the parent's size
19171         even whem class size is set explicitly (fixes bug#44294).
19172
19173 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19174
19175         * profiler.h, profiler.c: made the simple profiler thread-safe,
19176         get more accurate timing info. Allow the loading of an
19177         externally-developed profiler module.
19178
19179 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
19180
19181         * marshal.c (mono_marshal_get_native_wrapper): improved
19182         class/byref arguments.
19183         (mono_marshal_get_native_wrapper): better string marshaling support.
19184
19185 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
19186
19187         * class.c: ensure .pack and .size are handled correctly and
19188         simplified layout of static fields.
19189
19190 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
19191
19192         * appdomain.c
19193         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
19194
19195         * loader.c (mono_lookup_pinvoke_call): look for modules in the
19196         current directory (fix bug 44008)
19197
19198 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
19199
19200         * marshal.c (mono_marshal_get_native_wrapper): started support for
19201         custom marshalers.
19202         (mono_delegate_to_ftnptr): consider marshalling specifications
19203
19204 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
19205
19206         * reflection.c, reflection.h: emit custom marshal info.
19207
19208 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19209
19210         * object.c: free the GError.
19211         * icall.c: added CloseEvent_internal.
19212         * threads.[ch]:
19213         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
19214         call.
19215
19216 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
19217
19218         * loader.c (mono_method_get_signature): Add support for dynamic
19219         assemblies.
19220
19221 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
19222
19223         * reflection.c: fixed bug #43905.
19224
19225 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
19226
19227         * class.c, domain.c, icall.c, metadata.h, object.h: support for
19228         handling TypedReference and ArgIterator.
19229         * loader.c, loader.h: added function to get signature at call site.
19230
19231 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19232
19233         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
19234         data readonly. Buglets and warning fixes. Some MethodSpec support.
19235
19236 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
19237
19238         * class.h, class.c, object.c: remove relative numbering support.
19239
19240 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
19241
19242         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
19243         free the string, until we get a chance to fix Gtk#
19244
19245 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19246
19247         * marshal.c: revert last patch.
19248
19249 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
19250
19251         * icall.c: updates for new mono_class_vtable() not calling
19252         the type constructor anymore.
19253
19254 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19255
19256         * object.h, object.c: separate vtable creation from type
19257         initialization. Make running the .cctor thread safe.
19258
19259 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
19260
19261         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
19262
19263 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
19264
19265         * loader.c (mono_get_method): consider calling convention
19266
19267 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
19268
19269         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
19270         to return the invisible global type for a module.
19271
19272         * reflection.c (mono_image_build_metadata): Emit global fields too.
19273
19274 2003-05-20  Peter Williams  <peterw@ximian.com>
19275
19276         * loader.c (mono_lookup_internal_call): Add a few newlines.
19277
19278 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
19279
19280         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
19281         literal strings.
19282
19283         * appdomain.c (set_domain_search_path): Recalculate search path when
19284         AppDomainSetup.PrivateBinPath changes.
19285
19286         * object.c (mono_class_compute_gc_descriptor): It turns out some
19287         parts of the class libs (like System.Thread) holds pointers to
19288         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
19289         to treat native int a pointer type here.
19290         
19291 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
19292
19293         * appdomain.h, domain.c: add hashtable for jump target resolution.
19294
19295 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
19296
19297         * reflection.h reflection.c icall.c: Added new icalls 
19298         GetManifestResourceInfoInternal, GetModulesInternal and support
19299         infrastructure.
19300
19301 2003-05-16  Dick Porter  <dick@ximian.com>
19302
19303         * icall.c:
19304         * file-io.h:
19305         * file-io.c: Implement System.IO.MonoIO::GetTempPath
19306
19307 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
19308
19309         * object.c: mono_store_remote_field: little fix to previous patch.
19310
19311 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
19312
19313         * class.c: add constructors to array classes.
19314         * icall.c: special case array construction for InternalInvoke (),
19315
19316 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
19317
19318         * class.h class.c reflection.c object.c: Added support for field
19319         defaults in dynamically generated classes.
19320
19321 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
19322
19323         * reflection.c: properly encode charset for ddlimport.
19324
19325 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
19326
19327         * threads.c: allow compiling without GC.
19328
19329 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
19330
19331         * appdomain.h, object.c, object.h, threads.c, threads.h: added
19332         handling of thread static data.
19333
19334 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
19335
19336         * reflection.h, reflection.c: added mono_custom_attrs_free ().
19337
19338 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
19339
19340         * class.c (mono_array_class_get): always set the serializable flags
19341         (mono_array_class_get): always set the SEALED attribute for array types
19342
19343 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
19344
19345         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
19346         attributes (fix for bug 42021).
19347
19348 2003-05-12  Dick Porter  <dick@ximian.com>
19349
19350         * gc.c: Don't run finalizers when the finalizer thread is
19351         finishing up, because the default domain has already been
19352         destroyed.
19353
19354 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
19355
19356         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
19357         value is null, we should throw an exception.   This is slightly
19358         different than the other conventions used for the constructor.
19359
19360 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19361
19362         * socket-io.c: fixed windows build.
19363
19364 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19365
19366         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
19367
19368 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
19369
19370         * object.c (mono_string_new_wrapper): Compatibility fix for MS
19371         compilers.
19372
19373 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
19374
19375         * class.c (mono_class_layout_fields): Add experimental GC aware
19376         auto layout facility. Requires class library changes to work correctly.
19377
19378         (mono_class_setup_vtable): Avoid overriding explicit interface
19379         method implementations. Fixes iface3.exe test.
19380
19381         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
19382         object reference.
19383         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
19384         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
19385
19386         * metadata.h: Add new type classification macro which determines
19387         whenever the type holds an object reference.
19388
19389 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
19390
19391         * marshal.c (mono_marshal_get_native_wrapper): cleanups
19392
19393 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
19394
19395         * gc.c (finalizer_thread): Work around a GC bug.
19396
19397 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
19398
19399         * marshal.c (emit_struct_conv): allow unions
19400
19401         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
19402
19403 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
19404
19405         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
19406
19407 2003-05-06  Martin Baulig  <martin@ximian.com>
19408
19409         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
19410
19411 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19412
19413         * socket-io.c:
19414         (Select_internal): allow NULLs, don't create arrays if not needed.
19415         Coupled with Socket.cs changes.
19416
19417         * threadpool.c:
19418         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
19419         register a finalizer for it that will close the semaphore handle. This
19420         fixes the leak and make Lupus' test run with > 4080 loops.
19421
19422 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
19423
19424         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
19425         Jerome Laban (bug #42287)
19426
19427 2003-05-02  Martin Baulig  <martin@ximian.com>
19428
19429         * debug-mono-symfile.h
19430         (MonoSymbolFile): Moved declaration into mono-debug.h.
19431         (MonoDebugMethodJitInfo): Likewise.
19432         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
19433         argument.
19434         (_mono_debug_address_from_il_offset): Take a
19435         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
19436
19437         * mono-debug.h
19438         (MonoDebugDomainData): New struct.
19439         (mono_debug_get_domain_data): New function.
19440         (mono_debug_add_method): Take an additional `MonoDomain *'
19441         argument.
19442         (mono_debug_source_location_from_address): Likewise.
19443         (mono_debug_il_offset_from_address): Likewise.
19444         (mono_debug_address_from_il_offset): Likewise.
19445
19446 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
19447
19448         * reflection.c: one more check for null type in custom attrs.
19449
19450 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19451
19452         * reflection.c: avoid warning (comparison is always false due to limited
19453         range of data type).
19454
19455 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19456
19457         * icall.c: throw an exception in Type.GetField if the argument 'name'
19458         is NULL.
19459
19460 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
19461
19462         * reflection.c: fixed handling of enums in named arguments to custom
19463         attributes (bug #42123).
19464
19465 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
19466
19467         * reflection.c: use the right array element type and handle
19468         a null for a Type argument, too.
19469
19470 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
19471
19472         * reflection.c: handle arrays as arguments to custom attributes.
19473
19474 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
19475
19476         * reflection.c: handle a string value in a custom attr
19477         ctor that takes an object.
19478
19479 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
19480
19481         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
19482         (fix bug #42063)
19483
19484 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
19485
19486         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
19487
19488 2003-04-27  Martin Baulig  <martin@ximian.com>
19489
19490         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
19491         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
19492         MONO_DEBUGGER_EVENT_BREAKPOINT.
19493         (mono_breakpoint_trampoline_code): Removed.
19494         (mono_debugger_event_handler): The last argument is now a
19495         `guint32'.
19496         (mono_debugger_insert_breakpoint_full): Removed the
19497         `use_trampoline' argument.
19498         (mono_debugger_method_has_breakpoint): Likewise.
19499         (mono_debugger_trampoline_breakpoint_callback): Renamed to
19500         mono_debugger_breakpoint_callback(); take the method and
19501         breakpoint number as arguments.
19502
19503 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
19504
19505         * metadata.c: fix off by one when loading parameters attributes.
19506
19507 2003-04-24  Martin Baulig  <martin@ximian.com>
19508
19509         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
19510
19511 2003-04-24  Martin Baulig  <martin@ximian.com>
19512
19513         * mono-debug-debugger.c: Moved all code which interacts with the
19514         Mono Debugger here.
19515
19516         * debug-mono-symfile.c: This code now just deals with the symbol
19517         file itself, the debugger code is now in mono-debug-debugger.c.
19518
19519 2003-04-23  Martin Baulig  <martin@ximian.com>
19520
19521         * mono-debug.c (mono_debug_source_location_from_il_offset):
19522         New method; like mono_debug_source_location_from_address(), but
19523         takes an IL offset instead of a machine address.
19524
19525 2003-04-23  Martin Baulig  <martin@ximian.com>
19526
19527         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
19528         `line' field; this is now computed by the debugger.
19529
19530 2003-04-23  Martin Baulig  <martin@ximian.com>
19531
19532         * mono-debug.[ch]: New files.  This is the new debugging interface.
19533
19534         * mono-debug-debugger.[ch]: New files.  Moved all code which
19535         interacts with the Mono Debugger here.
19536
19537 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
19538
19539         * domain.c (mono_init): initialize mono_defaults.monitor_class
19540
19541 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
19542
19543         * reflection.c (method_encode_code): Add a spicy exception to help
19544         future compiler authors.
19545
19546 2003-04-21  Martin Baulig  <martin@ximian.com>
19547
19548         * icall.c
19549         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
19550         Make this work with relative pathnames; g_filename_to_uri() needs
19551         an absolute filename.
19552
19553 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
19554
19555         * icall.c: Track name changes in Object and ValueType.
19556
19557 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
19558
19559         * metadata.c (mono_type_stack_size): size should be a multiple of
19560         sizeof (gpointer)
19561
19562 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19563
19564         * gc.c:
19565         (internal_domain_finalize): moved into mono_domain_finalize. No need
19566         to create another thread because the finalizers will be run in the
19567         finalizer thread.
19568         
19569         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
19570         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
19571         to be run (MS does this too).
19572
19573 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
19574
19575         * object.c (mono_class_compute_gc_descriptor): Update comment.
19576
19577         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
19578
19579         * image.h: Add synchronized wrapper cache.
19580
19581         * image.c (do_mono_image_open): Initialize cache.
19582
19583         * reflection.c (create_dynamic_mono_image): Initialize cache.
19584
19585 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19586
19587         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
19588         ves_icall_System_Buffer_ByteLengthInternal.
19589
19590 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
19591
19592         * reflection.c: setup klass->nested_in earlier. Allow
19593         a dash in the assembly name.
19594
19595 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
19596
19597         * metadata.c (mono_type_to_unmanaged): dont access
19598         type->data.klass for MONO_TYPE_OBJECT
19599         (mono_type_to_unmanaged): consider System.Delegate class
19600
19601 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
19602
19603         * class.c: just setup supertypes in the proper place instead of
19604         initializing the full element class for arrays.
19605
19606 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
19607
19608         * class.c: ensure the element class of arrays is initialized.
19609         Setup the supertype info for array classes, too.
19610
19611 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
19612
19613         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
19614
19615 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19616
19617         * Makefile.am: re-added -m option when running cygpath. This way,
19618         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
19619         separator.
19620         * mono-config.c: same codepath for locating mono config file for WIN32
19621         and the rest.
19622         * assembly.c: if mono_assembly_setrootdir is called, don't override
19623         the value set.
19624
19625 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19626
19627         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
19628         MONO_ASSEMBLIES variable.
19629
19630 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
19631
19632         * icall.c: added Assembly::GetNamespaces() icall.
19633
19634 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19635
19636         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
19637
19638 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
19639
19640         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
19641         * object.c: fixed bug in the construction of vtable for proxies
19642
19643 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
19644
19645         * object.c (mono_array_new): Mark mono_array_new as an icall.
19646
19647 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19648
19649         * class.c: fixed test for public method when overriding interfaces.
19650         Closes bug #40970.
19651
19652 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
19653
19654         * appdomain.h, domain.c: added mono_domain_foreach() to
19655         be able to access the currently loaded appdomains.
19656         * object.c: make string interning work across sppdomains.
19657         Mark some functions for use as icalls.
19658
19659 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
19660
19661         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
19662
19663         * reflection.h reflection.c: Allocate long living data using 
19664         GC_MALLOC_ATOMIC so the collector does not need to scan it.
19665
19666         * reflection.c: Double the allocation size in streams instead of
19667         increasing it, to prevent unneccesary copying on large assemblies.
19668         
19669         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
19670         creation if the assembly does not have the Run flag set.
19671
19672 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
19673
19674         * class.h: avoid the C++ keywords in header files (Jerome Laban
19675         spotted and fixed this).
19676
19677 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19678
19679         * object.c:
19680         (mono_unhandled_exception): fill in the arguments for the
19681         UnhandledException event. Only trigger that event for the default
19682         domain (as MS does).
19683
19684 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
19685
19686         * object.c: Improve typed allocation stuff based on suggestions from
19687         Paolo. Also turn it on if the GC library supports it.
19688
19689 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19690
19691         * object.c object.h class.h: Added experimental typed allocation
19692         facility using the interfaces in gc_gcj.h.
19693
19694         * os/gc_wrapper.h: Added new include files.
19695         
19696 2003-04-03  Martin Baulig  <martin@ximian.com>
19697
19698         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
19699         which is not yet enabled by default.
19700
19701         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
19702         functions.
19703         (mono_gc_lock, mono_gc_unlock): New static functions.
19704
19705         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
19706         functions; stop/start the world for the garbage collector.  This
19707         is using the windows API; we need to complete the SuspendThread()/
19708         ResumeThread() implementation in the io-layer to make this work on Unix.
19709         (mono_gc_push_all_stacks): New public function; tells the garbage
19710         collector about the stack pointers from all managed threads.
19711
19712 2003-04-03  Martin Baulig  <martin@ximian.com>
19713
19714         * object.h (MonoThread): Added `gpointer stack_ptr'.
19715
19716         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
19717
19718 2003-04-03  Martin Baulig  <martin@ximian.com>
19719
19720         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
19721
19722 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
19723
19724         * reflection.c (typebuilder_setup_fields): Initialize field.first and
19725         field.last.
19726
19727 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
19728
19729         * loader.c (mono_lookup_internal_call): Report the corlib that is
19730         out of sync.
19731
19732 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
19733
19734         * icall.c (ves_icall_type_GetTypeCode): fixed check for
19735         System.DBNull (it's class not valuetype).
19736
19737 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
19738
19739         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
19740         if the array method was already assigned a token (fixes bug#40646).
19741
19742 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
19743
19744         * reflection.c (mono_reflection_get_type): Attempt type resolve even
19745         if no assembly is given.
19746
19747 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
19748
19749         * metadata.h: Added the new tables.
19750
19751         * row-indexes.h: Added definitions for new tables.
19752
19753         * metadata.c: Add schemas for new tables, and add support for
19754         computing the sizes of them.
19755
19756         * class.c: Update for handling the new type cases.
19757
19758 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
19759
19760         * metadata.h (MONO_TYPE_IS_VOID): new macro
19761
19762 2003-03-31  Martin Baulig  <martin@ximian.com>
19763
19764         * threads.h (MonoThreadCallbacks): Added `thread_created'.
19765
19766         * threads.c (mono_thread_new_init): Call `thread_created' in the
19767         mono_thread_callbacks.
19768
19769 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
19770
19771         * loader.h: added marshalbyrefobject_class to mono_defaults
19772         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
19773         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
19774           generation of output parameters.
19775           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
19776         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
19777           contextbound and the target object belongs to the context of the caller.
19778         * object.h: added context and unwrapped_server variables in MonoRealProxy.
19779         * object.c: Implemented support for interfaces and abstract classes
19780           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
19781           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
19782
19783 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
19784
19785         * class.h class.c (mono_class_is_subclass_of): New function.
19786         
19787         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
19788         routines for most common case (calls from ArrayList::ToArray).
19789
19790         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
19791         routine so programs which call Environment::Exit() can be profiled.
19792
19793         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
19794         Added MONO_ARCH_SAVE_REGS.
19795
19796         * icall.c (ves_icall_type_is_subtype_of): Use new function.
19797
19798 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
19799
19800         * blob.h: Add a couple of new MonoType types definitions.
19801
19802         * tabledefs.h: Add a couple of new call convs.
19803
19804 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
19805
19806         * reflection.h (MonoReflectionDynamicAssembly): track changes in
19807         the layout of the class.
19808
19809         * reflection.c (alloc_table): double the size on overflow to avoid
19810         unnecessary copying.
19811
19812         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
19813         avoid filling out metadata tables and blobs. Also set mb->ilgen to
19814         null so it can be garbage collected.
19815         
19816 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
19817
19818         * reflection.c (mono_reflection_get_type): Return the resolved type
19819         only if it is in the assembly we searched.
19820
19821         * reflection.c (ensure_runtime_vtable): Initialize method slots.
19822
19823         * class.c (mono_class_setup_vtable): Set the slot of the overriding
19824         method.
19825
19826 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19827
19828         * appdomain.c:
19829         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
19830         the right one is 'file:///blah', but MS allows it.
19831         * assembly.c:
19832         (mono_assembly_open): allow 'file://blah'
19833
19834         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
19835
19836 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
19837
19838         * socket-io.c: fixes bug #40310.
19839
19840 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
19841
19842         * reflection.c (mono_reflection_parse_type): handle deeply nested
19843         types correctly.
19844
19845         * reflection.c (mono_image_create_token): Use unique token values
19846         since they will be put into a hash table.
19847
19848         * class.c (mono_class_setup_vtable): If a method occurs in more than
19849         one place in the vtable, and it gets overriden, then change the
19850         other occurances too.
19851
19852         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
19853         object as return type.
19854
19855 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
19856
19857         * icall.c: Deleted "ToString" implementation for double and float
19858         because they are full implemented in managed code.
19859
19860 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
19861
19862         * reflection.c, reflection.h: implemented and exported functions
19863         to retrieve info about custom attributes.
19864
19865 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19866
19867         * appdomain.c: moved Uri handling to assembly.c
19868         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
19869         work when using a file Uri in *nix and windows.
19870
19871         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
19872         GetReferencedAssemblies.
19873
19874 2003-03-18  Dick Porter  <dick@ximian.com>
19875
19876         * icall.c: Rename a couple of internal calls
19877
19878         * threads.c: Set the thread state to Stopped when a thread exits.
19879         Fixes bug 39377.
19880
19881 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
19882
19883         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
19884         New icall.
19885
19886         * object.c (mono_class_vtable): fix warning.
19887
19888 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
19889
19890         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
19891
19892         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
19893         memory.
19894         (method_encode_clauses): Create exception info structures in the right
19895         order.
19896         (mono_reflection_setup_internal_class): Initialize supertypes field.
19897
19898         * class.c object.c: Handle interfaces which implement other interfaces 
19899         correctly.
19900
19901         * class.h class.c: Move the supertypes array initialization code into 
19902         a separate function so it can be used for dynamic types too. Also call
19903         it earlier, in mono_class_init(), since it can be used before the
19904         type is initialized.
19905
19906 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19907
19908         * Makefile.am:
19909         * assembly.c:
19910         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
19911
19912         * appdomain.c:
19913         * appdomain.h:
19914         * marshal.c:
19915         * object.c: remove warnings.
19916
19917 2003-03-13  Martin Baulig  <martin@ximian.com>
19918
19919         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
19920         (MonoDebugLexicalBlockEntry): New types.
19921
19922         * debug-mono-symfile.c
19923         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
19924
19925 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19926
19927         * process.c: ret can be any non-zero value accroding to MS doc.
19928
19929 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
19930
19931         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
19932         fixing a warning for a miss-used prototype, would have cause
19933         random memory corruption.
19934
19935 2003-03-07  Martin Baulig  <martin@ximian.com>
19936
19937         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
19938         getting really annoying ....
19939
19940 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
19941
19942         * reflection.c (fixup_method): added support for array methods.
19943
19944 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
19945
19946         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
19947         (pointed out by Michael Adams).
19948
19949 2003-03-04  Dick Porter  <dick@ximian.com>
19950
19951         * icall.c: Temporarily reverted the Double and Single ToString()
19952         change, because it broke nunit.
19953
19954 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
19955
19956         * object.h, threads.h: make include files compatible with C++
19957         (patch by Jerome Laban <jlaban@wanadoo.fr>).
19958
19959 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
19960
19961         * icall.c: Erased ToString helper functions for Double and Single.
19962         Now, that implementations ar all in managed code (Double and Single
19963         Formatters).
19964
19965 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
19966
19967         * appdomain.c: Added method for initializing the default context of
19968         a domain. Added internal call for getting the default context.
19969         * appdomain.h: Added context variable in MonoDomain struct.
19970         * domain.c: mono_domain_set also sets the default context of the domain
19971         * icall.c: Mapped internal method InternalGetDefaultContext.
19972         * object.c: mono_object_get_virtual_method returns always a remoting
19973         wrapper if the object is a transparent proxy.
19974         mono_runtime_invoke_array: when creating an object by calling the
19975         constructor, if the created object is a proxy, then the constructor should
19976         be called using the a remoting wrapper.
19977
19978 2003-03-03  Dick Porter  <dick@ximian.com>
19979
19980         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
19981         variable so it compiles on solaris.  Problem spotted by
19982         Christopher Taylor <ct@cs.clemson.edu>
19983
19984 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19985
19986         * appdomain.c:
19987         (get_info_from_assembly_name): don't leak value.
19988
19989         * icall.c:
19990         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
19991         result.
19992
19993 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
19994
19995         * assembly.c: export mono_image_load_references ().
19996         * class.c: handle function pointers. mono_class_from_name() now
19997         supports nested type names directly.
19998
19999 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
20000
20001         * reflection.h reflection.c: Encode already created dynamic methods 
20002         and fields correctly as a DEF instead of a REF.
20003
20004         * reflection.c: Get rid of the force_ref argument to 
20005         mono_image_typedef_or_ref since it was wrong in the first place.
20006
20007         * string-icalls.c: add error checking to string constructors according
20008         to the MSDN docs.
20009
20010         * reflection.c: Emit types in the order their TypeBuilders were 
20011         created. Previously, a new table index was assigned to each type before
20012         the tables were emitted. This was wrong because the signature blob
20013         might already refer to a type by its original table index.
20014
20015 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
20016
20017         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
20018         change.
20019         
20020 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20021
20022         * Makefile.am: make assemblies dir have \ instead of / on windows.
20023
20024 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
20025
20026         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
20027         iterate over the NESTEDCLASS table using a linear search since the
20028         table is not guaranteed to be sorted by the secondary key.
20029
20030         * class.c (mono_class_create_from_typedef): fixed up call to
20031         mono_metadata_nesting_typedef.
20032         
20033 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
20034
20035         * marshal.c (mono_string_to_byvalstr): clear the memory as
20036         suggested by Jerome Laban <jlaban@wanadoo.fr>
20037
20038 2003-02-26  Dick Porter  <dick@ximian.com>
20039
20040         * process.c: Cope with padding in .rsrc blocks
20041
20042 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20043
20044         * metadata.h: reverted the filter_len change, it breaks reflection
20045         
20046 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
20047
20048         * metadata.h: added a new field to store the filter_len
20049         
20050
20051 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
20052
20053         * reflection.c: handle custom attributes for types and members
20054         created with Reflection.Emit (bug#38422).
20055
20056 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
20057
20058         * reflection.c: define RTSpecialName automatically for constructors for
20059         compatibility with MS.NET.
20060
20061         * reflection.c (mono_reflection_create_runtime_class): initialize
20062         nested_in field of dynamically created classes.
20063
20064 2003-02-22  Martin Baulig  <martin@ximian.com>
20065
20066         * debug-mono-symfile.h: Incremented version number.
20067
20068 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20069
20070         * object.h icall.c process.c: fix warnings.
20071
20072 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
20073
20074         * appdomain.h appdomain.c:
20075         (mono_domain_try_type_resolve): split the 
20076         name_or_tb argument into a name and a tb argument.
20077         (mono_domain_has_type_resolve): new function to check whenever the
20078         application has registered a TypeResolve event handler.
20079         
20080         * icall.c reflection.h reflection.c: move the type resolve logic into
20081         mono_reflection_get_type () so it will be invoked when 
20082         Assembly::GetType () is called.
20083
20084         * reflection.c:
20085         (mono_reflection_get_type): renamed to get_type_internal.
20086         (mono_reflection_get_type): fixed type name generation so it works 
20087         for nested types too.
20088         (mono_reflection_get_type): call has_type_resolve () to avoid the 
20089         costly type name generation if there is no resolve event handler.
20090
20091 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20092
20093         * class.c, image.c: load exported types from file references.
20094
20095 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
20096
20097         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
20098           used to cache the managed methods used to create proxies and make 
20099           remote invocation of methods.
20100         * class.h: Added in MonoVTable a flag to indicate that a class needs 
20101           to be remotely created.
20102         * object.c: Modified the method mono_class_vtable(). It now initializes 
20103           the remote flag of the vtable. Modified mono_object_new_specific(), 
20104           so now it checks the remote flag.
20105         * icall.c: Added a couple of internal methods, one for enabling instance 
20106           creation interception for a type, and one for creating objects bypassing
20107           the remote check.
20108
20109 2003-02-18  Martin Baulig  <martin@ximian.com>
20110
20111         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
20112         New interncall to get a method's metadata token.
20113
20114         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
20115         New interncall for the debugger.
20116
20117 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
20118
20119         * class.c (mono_class_setup_vtable): allocate supertype array
20120
20121 2003-02-18  Martin Baulig  <martin@ximian.com>
20122
20123         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
20124
20125 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20126
20127         * reflection.c:
20128         (assembly_name_to_aname): jump over unknown properties (i've found
20129         something like: 'type, assembly, version=xxx, custom=null, public...',
20130         so now will ignore custom=null and still get the rest of the values).
20131
20132 2003-02-17  Dick Porter  <dick@ximian.com>
20133
20134         * threads.c: Have Thread.Start() wait for a semaphore to signal
20135         that the thread has set up all its local data.  This fixes bug
20136         34323, where Abort() raced the new thread's TLS data.
20137
20138         Also removes the handle_store() call from start_wrapper, because
20139         threads are now always created suspended and there is no longer a
20140         race between the parent and child threads to store the info.
20141
20142 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
20143
20144         * image.c: explain the #- heap issue in a message, hopefully
20145         avoiding FAQs on mono-list.
20146
20147 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20148
20149         * icall.c:
20150         (GetEntryAssembly): if the domain has not invoked
20151         AppDomain.ExecuteAssembly yet, return the assembly of the default
20152         AppDomain.
20153
20154 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
20155
20156         * class.c (mono_ldtoken): make it work in dynamic assemblies.
20157
20158 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
20159
20160         * metadata.c, reflection.c: simple speedup to type hash
20161         and equals code.
20162
20163 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
20164
20165         * image.c, image.h, class.c, assembly.c: move module loading
20166         to MonoImage. When loading metadata, consider alignemnet from
20167         the start of metadata, not from the metadata address in memory.
20168
20169 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
20170
20171         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
20172         AssemblyBuilder objects. Factored out custom attribute creation into
20173         a separate function.
20174         (create_custom_attr): new function to create custom attributes.
20175
20176 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
20177
20178         * Makefile.am: Got tired of typing the full pathname to pedump.
20179         Until there is another option, am installing this.
20180
20181 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
20182
20183         * class.c (class_compute_field_layout): always set field->parent 
20184         (mono_ldtoken): use mono_defaults.fieldhandle_class;
20185
20186 2003-02-11  Dick Porter  <dick@ximian.com>
20187
20188         * threads-types.h:
20189         * monitor.c: Rewrote Monitor, making lock much faster and
20190         Pulse/Wait work as specified.  Also uses much fewer handles, and only
20191         creates them as needed.
20192
20193         * exception.c: Added SynchronizationLockException
20194
20195         * threads.c: Deleted old Monitor implementation.  The new one is
20196         in a new file.
20197
20198 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
20199
20200         * class.c: handled TypedReference type code. Set the correct size for
20201         class data. Setup interface_offsets for interface classes, too.
20202
20203 2003-02-09  Martin Baulig  <martin@ximian.com>
20204
20205         * debug-mono-symfile.h: Reflect latest symbol writer changes.
20206
20207 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
20208
20209         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
20210         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
20211         * object.c: fixed mono_object_get_virtual_method () for interfaces.
20212         * verify.c: check for code that runs after the end of the method.
20213
20214 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
20215
20216         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
20217         "System.Math::Round2".
20218         * sysmath.h: Added Floor, Round and Round2 definitions.
20219         * sysmath.c: Modified certain functions that were not 100% compliant
20220         with MS.NET (math precision) and added the implementation of Floor,
20221         Round and Round2.
20222
20223 2003-02-07  Martin Baulig  <martin@ximian.com>
20224
20225         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
20226
20227 2003-02-07  Martin Baulig  <martin@ximian.com>
20228
20229         * debug-mono-symfile.c: Reflected latest symwriter changes.
20230         (mono_debug_create_mono_symbol_file): Removed.
20231         (mono_debug_open_mono_symbol_file): Take an argument which
20232         specifies whether to create a dynamic symbol file.
20233
20234 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
20235
20236         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
20237
20238 2003-02-05  Martin Baulig  <martin@ximian.com>
20239
20240         * reflection.c (mono_image_build_metadata): Make this public,
20241         protect it against being called multiple times, don't create
20242         resources and don't build the compressed metadata here.
20243         (mono_image_create_pefile): Do this here.
20244
20245         * icall.c
20246         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
20247
20248 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20249
20250         * socket-io.c: fixed bug #36322.
20251
20252 2003-02-06  Piers Haken <piersh@friskit.com>
20253
20254         * appdomain.[ch]:
20255         * class.h:
20256         * debug-mono-symfile.c:
20257         * icall.c:
20258         * loader.c:
20259         * mono-config.c:
20260         * monosn.c:
20261         * reflection.c:
20262         * socket-io.c: warning cleanups
20263
20264 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
20265
20266         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
20267         function. works like remoting invoke, but does a check for the Proxy first.
20268
20269 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
20270
20271         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
20272
20273 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
20274
20275         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
20276         array of pointers.
20277         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
20278         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
20279
20280         * object.c (mono_store_remote_field_new): used by the new jit
20281         instead of mono_store_remote_field
20282         (mono_load_remote_field_new): used by the new jit
20283         instead of mono_load_remote_field
20284
20285 2003-02-05  Patrik Torstensson
20286
20287         * appdomain.c: changed unload to take the domain id instead
20288         of domain
20289         
20290         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
20291
20292
20293 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20294
20295         * appdomain.c: don't look for assemblies in ApplicationBase if
20296         PrivateBinPathProbe is set.
20297
20298 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20299
20300         * object.c: make the first argument in main_args contain the absolute
20301         path to the assembly. Fixes bug #37511.
20302
20303 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20304
20305         * icall.c: get correct UTC offset for countries not using daylight
20306         time saving. Fixes bug #30030.
20307
20308 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20309
20310         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
20311         and 1 are the family).
20312
20313 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
20314
20315         * icall.c (ves_icall_InternalExecute): removed wrong assertion
20316
20317         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
20318
20319 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
20320
20321         * reflection.c: added support for SignatureHelper tokens, which is
20322         needed by the Calli opcode.
20323
20324         * reflection.h: track changes to SignatureHelper class.
20325
20326         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
20327
20328 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20329
20330         * appdomain.c: fixed loading assemblies from PrivateBinPath.
20331
20332 2003-02-03  Patrik Torstensson
20333         * appdomain.[c|h], domain.c : 
20334          - Added support for getting a domain via domain id
20335          - Support for setting and getting domain from System.AppDomain 
20336            (used in cross appdomain channel)
20337          - Added support for get/set for a MonoAppContext on a thread 
20338            (Context class in System.Runtime.Remoting.Contexts),
20339          - Removed hack in Get/SetData and ExecuteAssembly.
20340         
20341         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
20342         the managed world to get control when a proxy is created.
20343
20344         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
20345         
20346 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
20347
20348         * icall.c
20349         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
20350         Populate the codebase field as well.
20351
20352 2003-02-02  Martin Baulig  <martin@ximian.com>
20353
20354         * debug-mono-symfile.c
20355         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
20356         (mono_debug_symfile_add_method): Allow interncalls.
20357
20358 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20359
20360         * icall.c: throw parse exception if strtod fails or the string is empty.
20361
20362 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
20363
20364         * marshal.c: handle object type separately from defined
20365         class types.
20366
20367 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
20368
20369         * marshal.c: handle NATIVE_LPSTR for strings when it's
20370         explicitly specified.
20371
20372 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
20373
20374         * reflection.c, reflection.h, icall.c: setup the reflection
20375         handle cache for ModuleBuilders and AssemblyBuilders.
20376
20377 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
20378
20379         * reflection.c (reflection_methodbuilder_to_mono_method): set
20380         pinvoke flag
20381
20382 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20383
20384         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
20385
20386 2003-01-29  Dick Porter  <dick@ximian.com>
20387
20388         * threads.c: No need for the fake_thread kludge now that Thread
20389         doesn't run a class constructor
20390         
20391 2003-01-29  Dick Porter  <dick@ximian.com>
20392
20393         * threads.c: Use g_direct_hash instead of the rather bogus
20394         g_int_hash
20395
20396 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
20397
20398         * marshal.c (mono_marshal_get_native_wrapper): add check for null
20399         (fix pinvoke12.exe)
20400         (mono_marshal_get_struct_to_ptr): generate valid IL code
20401         (mono_marshal_get_ptr_to_struct): generate valid IL code
20402         (*): correctly set sig->pinvoke, we need to memdup the signature
20403         to do that
20404
20405 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
20406
20407         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
20408         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
20409
20410 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20411
20412         * profiler.c: provide more callers information.
20413
20414 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
20415
20416         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
20417
20418         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
20419
20420         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
20421
20422 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20423
20424         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
20425         exception instead of going into an infinite loop on dates which it 
20426         can't yet handle.
20427
20428         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
20429         out-of-range exception if needed.
20430
20431         * class.c (mono_class_setup_vtable): allow a virtual method to provide
20432         an implementation for an interface method and to override an inherited
20433         method at the same time. 
20434         Imagine a scenario when a virtual method is used to override a
20435         virtual abstract method in a parent class, and this same method 
20436         provides an implementation for an method inherited from an interface. 
20437         In this case, the interface resolution code will set im->slot, which 
20438         means that the virtual method override pass will skip this method 
20439         which means a pointer to the abstract method inherited from the parent
20440         will remain in the vtable of this non-abstract class.
20441
20442         * class.c: (mono_class_setup_vtable): continue search for a real 
20443         method if only an abstract method is found.     
20444
20445 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
20446
20447         * reflection.c: add size to encoding for ByValStr and ByValArray
20448         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
20449
20450 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20451
20452         * class.c (mono_class_setup_vtable): pass the override info as an
20453         argument.
20454
20455         * class.c (mono_class_setup_vtable): set the slot of overriding methods
20456         correctly.
20457         
20458         * reflection.c (ensure_runtime_vtable); add support for method 
20459         overrides.
20460         
20461 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20462
20463         * reflection.c (resolution_scope_from_image): Hack to work to work with
20464         dynamic assemblies.
20465
20466         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
20467         added a 'force_ref' argument to force this function to allways return 
20468         a TypeRef. This is needed by mono_image_get_memberref_token ().
20469         
20470 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20471
20472         * reflection.c (mono_image_get_type_info): interfaces really don't have
20473         a parent.
20474
20475         * reflection.c (mono_image_basic_init): fill out missing fields of
20476         image structure.
20477
20478         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
20479         dynamic assemblies. This is required so dynamic assemblies show up in
20480         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
20481         Type::GetType() etc. This is consistent with MS behaviour.
20482
20483         * image.c image.h reflection.c: add newly created classes to the name 
20484         cache so mono_class_get () will find them.      
20485
20486 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
20487
20488         First part of changes to get IKVM.NET running under mono.
20489         
20490         * appdomain.h, appdomain.c: added new function 
20491         mono_domain_try_type_resolve() which will emit TypeResolve events. 
20492         This function will call AppDomain::DoTypeResolve to do the actual work.
20493
20494         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
20495         moved existing code dealing with dynamic tokens to a new function 
20496         called mono_reflection_lookup_dynamic_token (). This function will 
20497         raise TypeResolve events when appropriate. Since reflection.c is not 
20498         part of libmetadata, a new hook function called 
20499         mono_lookup_dynamic_token() is added to class.c which will call this.
20500
20501         * assembly.h assembly.c: make the invoke_load_hook function public,
20502         so it can be called for dynamic assemblies.
20503
20504         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
20505
20506         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
20507         type isn't found.
20508
20509         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
20510         MonoGHashTable, since it contains pointers to objects which the GC 
20511         needs to track.
20512
20513         * assembly.c (search_loaded): remove unused variable.
20514         
20515 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
20516
20517         * object.c: fixed issue exposed by gcc-generated IL programs
20518         that use RVA data for pointers.
20519
20520 2003-01-25  Martin Baulig  <martin@ximian.com>
20521
20522         * threads.c (start_wrapper): Moved the initialization of
20523         `start_func' above the mono_new_thread_init() call to which we
20524         pass it as argument.
20525
20526 2003-01-24  Martin Baulig  <martin@ximian.com>
20527
20528         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
20529         the MonoThread pointer.
20530
20531 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
20532
20533         * icall.c: Rename `PowImpl' to Pow.
20534
20535 2003-01-23  Dick Porter  <dick@ximian.com>
20536
20537         * threads.c (start_wrapper): Create a Thread object if needed, so
20538         the Main() thread can do the class initialisation in a subthread
20539         that has been set up to allow managed code execution.
20540
20541         Pass the thread ID instead of the MonoThread pointer to the thread
20542         start and attach callbacks.  This change is required, because the
20543         jit thread start callback must be called _before_ the Thread
20544         object can be created.
20545         
20546         (mono_thread_init): Removed much object creation code that is no
20547         longer needed.  No managed code is called from here now.
20548
20549         * object.c (mono_runtime_exec_managed_code): Create a subthread
20550         for Main, and call back to the runtime to use it.
20551         Set the exit code when Main exits.
20552
20553         * gc.c: Make sure domain finalisation happens in a subthread.
20554         Re-enable threaded GC, fixing bug 31333 (again).
20555
20556         * environment.c: System.Environment internall calls (so far just
20557         ExitCode is here, the others are still in icall.c)
20558
20559         * appdomain.c (mono_runtime_cleanup): All threads running managed
20560         code should have finished before mono_runtime_cleanup() is
20561         reached, so no need to clean up threads.
20562
20563 2003-01-22  Martin Baulig  <martin@ximian.com>
20564
20565         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
20566         `gpointer func' arguments.      
20567         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
20568         but added `MonoThread *thread' argument.
20569         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
20570
20571         * threads.c (mono_new_thread_init): Added `gpointer func' argument
20572         and pass it to the mono_thread_start_cb callback.
20573         (mono_install_thread_callbacks): New public function to install a
20574         set of callbacks which are set by the debugger.
20575         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
20576
20577 2003-01-22  Martin Baulig  <martin@ximian.com>
20578
20579         * Makefile.am: Install debug-mono-symfile.h.
20580
20581 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
20582
20583         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
20584
20585 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
20586
20587         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
20588         * class.c (mono_ptr_class_get): correctly set access levels of pointers
20589         (mono_array_class_get): correctly set access levels of arrays
20590
20591 2003-01-20      Patrik Torstensson
20592         * image.h (MonoAssemblyName): changed major, minor, build, revision
20593         from signed to unsigned.
20594
20595 2003-01-20  sean kasun <skasun@azstarnet.com>
20596
20597         * reflection.c (load_cattr_value): Now this handles
20598         MONO_TYPE_SZARRAY.  Fixes bug #35629
20599
20600 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
20601
20602         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
20603         integer value
20604
20605 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20606
20607         * decimal.c: fixed bug #26056.
20608
20609 2003-01-17  Martin Baulig  <martin@ximian.com>
20610
20611         * gc.c: Raise an ExecutionEngineException instead of using g_error().
20612
20613 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20614
20615         * exception.[ch]:
20616         (mono_get_exception_type_initialization): new function.
20617
20618         * object.c: throw a TypeInitializationException when an exception is
20619         thrown invoking the class constructor.
20620
20621 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20622
20623         * reflection.c: fixed attribute reading.
20624
20625 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20626
20627         * icall.c:
20628         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
20629         provided, look for the type in the calling assembly and then in
20630         mscorlib; if the assembly name is provided, only try that one.
20631
20632 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
20633
20634         * object.c: register the vtable before there is a chance it's
20635         queried again recursively.
20636
20637 2003-01-13  Duncan Mak  <duncan@ximian.com>
20638
20639         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
20640         gc-internal.h. 
20641         
20642 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
20643
20644         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
20645
20646 2003-01-11  Martin Baulig  <martin@ximian.com>
20647
20648         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
20649         this to 20 for the release.
20650
20651 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
20652
20653         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
20654
20655         * loader.c (mono_method_get_marshal_info): bug fix
20656
20657         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
20658         structures with explicit layout
20659
20660 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20661
20662         * profiler.c: made the output more readable (and sorted). 
20663         Added caller information for the allocation profiler.
20664
20665 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
20666
20667         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
20668
20669 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20670
20671         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
20672         to get value types.
20673         
20674 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
20675
20676         * object.c, profiler.h, profiler.c, profiler-private.h:
20677         Added object allocation profiler.
20678
20679 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
20680
20681         * reflection.h, reflection.c: handle global methods.
20682         Compress blob entries.
20683
20684 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
20685
20686         * marshal.c: fix compilation.
20687
20688 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
20689
20690         * loader.c (mono_method_get_marshal_info): impl.
20691
20692         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
20693
20694 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20695
20696         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
20697         for reference types.
20698
20699 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
20700
20701         * loader.c: fixed off by one error in loaded parameter names.
20702
20703 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
20704
20705         * marshal.c (mono_marshal_get_icall_wrapper): like
20706         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
20707         instead of a MonoMethod.
20708
20709 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20710
20711         * decimal.c: fixed bug #36537.
20712
20713 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
20714
20715         * marshal.c: throw a missing method exception if a
20716         P/Invoke method is not found.
20717
20718 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
20719
20720         * icall.c: allow a null this for constructors.
20721
20722 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
20723
20724         * icall.c: raise the proper exceptions if the arguments to the
20725         internal Invoke are incorrect.
20726
20727 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
20728
20729         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
20730
20731 2003-01-03  Martin Baulig  <martin@ximian.com>
20732
20733         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20734
20735 2002-12-31  Martin Baulig  <martin@ximian.com>
20736
20737         * debug-mono-symfile.c: Completely rewrote the type section.
20738         Instead of using individual malloc()ed fields, we use one big
20739         continuous memory area and offsets into this area.
20740         See the comments in the source code for details.
20741
20742 2002-12-30  Martin Baulig  <martin@ximian.com>
20743
20744         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
20745
20746 2002-12-30  Martin Baulig  <martin@ximian.com>
20747
20748         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
20749         line number table in this data blob instead of using an external
20750         pointer.
20751
20752 2002-12-28  Martin Baulig  <martin@ximian.com>
20753
20754         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
20755
20756 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
20757
20758         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
20759         as a boxed return type.
20760
20761 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
20762
20763         * appdomain.c
20764         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
20765         g_build_filename to properly get separators on the filename created.
20766
20767         * object.h: Small change, introduce MonoMarshalByRefObject to
20768         track the layout of that structure in the C# universe as we make
20769         changes there.
20770
20771 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
20772
20773         * object.c: removed assert to allow static fields on interfaces.
20774         * loader.c: a TypeSpec may be used for any type, not just arrays.
20775
20776 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20777
20778         * class.c, class.h: added mono_class_array_element_size ().
20779         Ignore static methods in interfaces.
20780
20781 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20782
20783         * threads.c: fixed the build under cygwin.
20784
20785 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20786
20787         * reflection.c: handle nullref constants. Allocate keys for
20788         reflection handles with the GC.
20789
20790 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20791
20792         * threads.c, threads.h: added mono_thread_get_abort_signal()
20793         to get a suitable signal for thread abort.
20794
20795 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20796
20797         * metadata.c: fix handling of ExportedType table.
20798
20799 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20800
20801         * icall.c: added WriteWindowsDebugString internal call.
20802
20803 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20804
20805         * reflection.h: added fields to match C# implementation.
20806
20807 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20808
20809         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
20810
20811 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
20812
20813         * gc.h, gc-internal.h: Rename header for GC internal calls to
20814         gc-internal.h from gc.h as to not clash with Boehm GC having its
20815         header installed as <gc.h> in outside include paths.
20816         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
20817         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
20818
20819 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20820
20821         * icall.c: assign minor, build and revision in FillName.
20822
20823 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
20824
20825         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
20826         Added support for running code generated by Reflection.Emit.
20827
20828 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20829
20830         * appdomain.c: check for NULL argument in LoadFrom.
20831
20832 2002-12-10  Dick Porter  <dick@ximian.com>
20833
20834         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
20835
20836 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20837
20838         * appdomain.c: fix buglet when building exe file name.  Handle full
20839         assembly name (needed after latest changes to AssemblyName).
20840         * image.c:
20841         (mono_image_close): free some hashtables.
20842
20843 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
20844
20845         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
20846         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
20847         on some systems (redhat 7.3) 
20848
20849 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
20850
20851         * threads.c: delete the critical section of a sync block,
20852         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
20853
20854 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
20855
20856         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
20857
20858 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20859
20860         * appdomain.[ch]: handle the assembly preload event to try loading the
20861         assemblies using the paths we have in the current domain.
20862
20863         * assembly.[ch]: created an assembly preload hook that is called to try
20864         loading the assembly by other means that the ones provided here.
20865
20866         * domain.c: initialize the domain search path.
20867
20868         From now on, assemblies (TODO: except corlib and System) are loaded
20869         according to these rules when using mono_assembly_load ():
20870
20871                 1. It tries to load the assembly from the ApplicationBase
20872                 of the current domain appending .dll and .exe (TODO: have to
20873                 try loading from name/name.dll and name/name.exe).
20874
20875                 2. It tries the search path specified in PrivateBinPath for the
20876                 current domain (if any).
20877
20878                 3. Previous behavior.
20879
20880 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
20881
20882         * icall.c: implemented GetInterfaceMap() related icall.
20883         * domain.c, loader.h: load MethodInfo in mono_defaults.
20884
20885 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
20886
20887         * gc.c: disable the finalizer thread for now, untill all the issues
20888         with it are resolved.
20889
20890 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20891
20892         * string-icalls.c: handle embedded nulls in string ctor when the
20893         length is specified.
20894
20895 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
20896
20897         * class.c: look for explicit interface implementation in parent
20898         classes, too.
20899
20900 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
20901
20902         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
20903
20904 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
20905
20906         * gc.c: protect handles with a critical section.
20907
20908 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20909
20910         * icall.c:
20911         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
20912         parameters. If no assembly specified, try getting the type from all
20913         the assemblies in the current domain, else, load the assembly and get
20914         the type from it.
20915
20916 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20917
20918         * marshal.c: applied patch from Aleksey Demakov that fixes
20919         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
20920
20921 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20922
20923         * icall.c: fixed get_location.
20924
20925 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
20926
20927         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
20928         declarations to make it work with older gcc. 
20929
20930         * loader.c (mono_get_method): set signature->pinvoke for native calls
20931
20932 2002-11-20  Dick Porter  <dick@ximian.com>
20933
20934         * threads.c (mono_thread_init): Set the main thread's handle
20935
20936 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
20937
20938         * gc.c: allow compilation without GC support. Changed to match the
20939         mono coding style.
20940
20941 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
20942
20943         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
20944
20945 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
20946
20947         * reflection.c: set a public key token on the core assemblies.
20948
20949 2002-11-18  Dick Porter  <dick@ximian.com>
20950
20951         * threads.c: Split out some thread initialisation so that other
20952         files can set the start callback function.
20953
20954         * gc.c: Run finalisers in a separate thread, to avoid stack
20955         overflow.  Fixes bug 31333.
20956
20957         * appdomain.c: Set up GC finalisation thread.
20958
20959         * reflection.c: 
20960         * object.c: 
20961         * domain.c: Use gc.h macros for GC_malloc
20962         
20963 2002-11-15  Dick Porter  <dick@ximian.com>
20964
20965         * threadpool.c: 
20966         * threads.c:
20967         * appdomain.c: Removed mono_runtime_init_with_attach(),
20968         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
20969         merging the extra parameter with the existing function.  Removed
20970         unneeded code in mono_thread_attach().
20971
20972 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
20973
20974         * image.c (mono_image_loaded_by_guid): a method to get loaded
20975         images by guid. 
20976         (load_metadata_ptrs): we store the guid as string.
20977
20978 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
20979
20980         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
20981
20982         * metadata.c (mono_guid_to_string): imported method form Zoltan
20983         Varga (slightly modified)
20984
20985         * assembly.c (mono_assembly_open): load precompiled code
20986
20987         * loader.h (MonoMethod): we store the method token for use in the
20988         aot compiler. 
20989
20990 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20991
20992         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
20993         the hook function called when an assembly is loaded.
20994         
20995         * domain.c: Modified file.
20996         (mono_domain_assembly_load): removed hash table insertion of assemblies.
20997
20998         Fixes bug #33196.
20999
21000 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
21001
21002         * reflection.c: Map PEFileKind to the value expected by the WinNT
21003         image loader. 
21004
21005 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21006
21007         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
21008         Read until the buffer is filled completely.
21009
21010 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21011
21012         * icall.c: implemented MonoType.InternalGetEvent ().
21013
21014 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21015
21016         * appdomain.c: implemented InitAppDomainSetup. Delayed
21017         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
21018         the entry_assembly.
21019
21020         * assembly.c: base_dir is now an absolute path ending with
21021         G_DIR_SEPARATOR.
21022
21023         * icall.c: modified get_location according to the above changes.
21024
21025         * object.c: init AppDomain.SetupInformation for the default domain after
21026         we have the entry assembly.
21027
21028         * domain.c: when unloading a domain, setup = NULL.
21029
21030 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
21031
21032         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
21033
21034 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
21035
21036         * object.h, object.c: introduced mono_object_get_virtual_method ()
21037         to lookup the method invoked on an object when a callvirt is done on
21038         a method.
21039         * icall.c: make MethodInfo::Invoke() always do a virtual call.
21040
21041 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21042
21043         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
21044         current domain when loaded an assembly and failed to load it.
21045
21046         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
21047
21048 2002-10-31  Dick Porter  <dick@ximian.com>
21049
21050         * icall.c: 
21051         * file-io.h: 
21052         * file-io.c: Return the error status in a parameter, as the
21053         GetLastError() value has long since been blown away if we try and
21054         look it up in a subsequent internal call invocation.  Delete the
21055         GetLastError() internal call, because it's useless.
21056
21057 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
21058
21059         * class.[ch]: added cast_class to fix bug 29517
21060
21061 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
21062
21063         * marshal.c: create valid IL code in the filter clause:
21064         the new JIT is less forgiving:-)
21065
21066 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21067
21068         * icall.c: removed get_property internal call.
21069
21070 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
21071
21072         * appdomain.h domain.c: Added an ID to appdomains.
21073         
21074         * threads.c threads.h icall.c: Implement icall
21075         Thread:GetDomainID(), and remove unused icall 
21076         CurrentThreadDomain_internal.
21077
21078 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21079
21080         * icall.c: Don't recurse through the base types in GetConstructor.
21081         Fixes bug #32063. 
21082
21083 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
21084
21085         * mempool.h, mempool.c: added mono_mempool_empty() and
21086         mono_mempool_stats().
21087
21088 2002-10-23  Dick Porter  <dick@ximian.com>
21089
21090         * file-io.c: 
21091         * file-io.h: 
21092         * icall.c: Added MonoIO.GetFileType internal call
21093
21094 2002-10-17  Dick Porter  <dick@ximian.com>
21095
21096         * appdomain.c (mono_runtime_cleanup): Don't signal the async
21097         delegate semaphore before waiting for all threads to finish,
21098         because new threads can also call async delegates.  Fixes bug
21099         32004.
21100
21101         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
21102         of 3 seconds, in case another async job is queued.  (This part is
21103         needed because the bug fix reintroduced the 3s exit lag.)  This
21104         makes the mono_runtime_shutdown flag superfluous.
21105
21106 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
21107
21108         * reflection.c: include ehader size in method section headers.
21109         Really check for suplicated modules entries.
21110
21111 2002-10-17  Martin Baulig  <martin@gnome.org>
21112
21113         * debug-mono-symfile.c: Added back support for locals.
21114
21115 2002-10-14  Martin Baulig  <martin@gnome.org>
21116
21117         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
21118         MONO_TYPE_VOID.
21119
21120 2002-10-14  Martin Baulig  <martin@gnome.org>
21121
21122         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
21123         mono_class_get() instead of looking in the class cache. 
21124
21125 2002-10-13  Martin Baulig  <martin@gnome.org>
21126
21127         * debug-mono-symfile.c: Set version number to 28, include the
21128         signature in method names.
21129
21130 2002-10-13  Martin Baulig  <martin@gnome.org>
21131
21132         * debug-mono-symfile.h: Set version number to 27.
21133
21134 2002-10-11  Martin Baulig  <martin@gnome.org>
21135
21136         * gc.c: Don't register/unregister NULL pointers as disappearing links.
21137
21138 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21139
21140         * metadata.c, metadata.h: added helper function to allocate signatures.
21141
21142 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21143
21144         * icall.c: added internal call to get the location of machine.config.
21145
21146 2002-10-08  Martin Baulig  <martin@gnome.org>
21147
21148         * debug-mono-symfile.c: Ignore classes with a pending init for the
21149         moment.
21150
21151 2002-10-03  Dick Porter  <dick@ximian.com>
21152
21153         * threads.c: Freebsd pthread_t is a pointer
21154
21155 2002-10-03  Dick Porter  <dick@ximian.com>
21156
21157         * socket-io.c: Implemented GetHostName_internal
21158
21159 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21160
21161         * mono-config.c:
21162         (mono_config_parse_file): don't leak the text.
21163
21164 2002-10-02  Martin Baulig  <martin@gnome.org>
21165
21166         * debug-mono-symfile.c: Added support for methods.
21167
21168 2002-10-01  Martin Baulig  <martin@gnome.org>
21169
21170         * debug-mono-symfile.c: Don't emit methods and line numbers for
21171         the dynamic symbol file, just write the type table.  We can easily
21172         have an external helper program which creates a symbol file for an
21173         IL file.        
21174
21175 2002-10-01  Dick Porter  <dick@ximian.com>
21176
21177         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
21178         Only add the handle to the cleanup array when we're about to
21179         launch the thread.  Bug 31425 deadlocked when the test was run on
21180         mono under w32.
21181
21182 2002-10-01  Martin Baulig  <martin@gnome.org>
21183
21184         * debug-mono-symfile.c: Added support for properties.
21185
21186 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21187
21188         * reflection.c: unaligned store fix from Mark Crichton
21189         <crichton@gimp.org>.
21190
21191 2002-09-27  Martin Baulig  <martin@gnome.org>
21192
21193         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
21194         New interncall.
21195
21196 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21197
21198         * assembly.h, assembly.c: use a sane API to hook into the assembly
21199         loading process instead of a useless special-purpouse hack
21200         (ngen needs a hook, too, for example).
21201
21202 2002-09-27  Dick Porter  <dick@ximian.com>
21203
21204         * threads.c (mono_thread_init): Call GetCurrentProcess() so
21205         io-layer can set up some process handle info.  Not needed on w32,
21206         but doesn't hurt either.
21207
21208         * process.c: Pass the program name in the second parameter to
21209         CreateProcess, so the path is searched.  Include the working
21210         directory. Implemented process name, process enumeration, and some
21211         process detail internal calls.
21212         
21213         * icall.c: Added internal calls for process lookup, and some
21214         process details
21215
21216 2002-09-26  Martin Baulig  <martin@gnome.org>
21217
21218         * assembly.c (mono_install_open_assembly_hook): New global
21219         function to install a function to be invoked each time a new
21220         assembly is loaded.
21221         (mono_assembly_open): Run this callback function if set.
21222
21223         * debug-mono-symfile.c: Put back line numbers for the dynamic
21224         symbol file and also record the .il file as source file.  This
21225         allows us to install the temporary symbol file as `file.dbg' just
21226         like a compiler-generated one.
21227
21228 2002-09-26  Nick Zigarovich <nick@chemlab.org>
21229
21230         * Corrected typo in gc.c (BOHEM vs BOEHM).
21231
21232 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21233
21234         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
21235         GetProperties. Also avoid calling g_slist_length in GetProperties and
21236         GetMethods.
21237
21238 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21239
21240         * reflection.c: avoid unaligned stores (bug spotted by
21241         Mark Crichton  <crichton@gimp.org>).
21242
21243 2002-09-25  Martin Baulig  <martin@gnome.org>
21244
21245         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
21246         instead of guint64 for addresses and added prologue/epilogue info.
21247
21248 2002-09-25  Martin Baulig  <martin@gnome.org>
21249
21250         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
21251         store line number info.  For the dynamic symbol file, we only need
21252         to provide the JIT generated dynamic line number info for the dynamic
21253         symbol file.
21254
21255 2002-09-25  Martin Baulig  <martin@gnome.org>
21256
21257         * debug-mono-symfile.h: Incremented version number.
21258
21259 2002-09-24  Martin Baulig  <martin@gnome.org>
21260
21261         * class.c (mono_debugger_class_init_func): New global function
21262         pointer variable.
21263         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
21264         call it.
21265
21266         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
21267         function.  This is called via the mono_debugger_class_init_func
21268         hook to add all types to the dynamic type table.
21269         (ves_icall_MonoDebugger_GetType): New interncall to get a class
21270         from its metadata token.
21271
21272         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
21273         New interncall for the debugger.
21274
21275 2002-09-24  Nick Drochak <ndrochak@gol.com>
21276
21277         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
21278         before using it in case it is null.
21279         
21280 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21281
21282         * metadata.c: allow custom modifiers in local var signatures
21283         (bug spotted by Zoltan Varga).
21284
21285 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21286
21287         * class.c: deal with the <Module> class that may have a NULL vtable.
21288         Eliminate warnings.
21289
21290 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21291
21292         * image.c, image.h: more strong name helpers.
21293         * monosn.c: more work: convert pem keys to cryptoapi format.
21294
21295 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
21296
21297         * string-icalls.c: speedup IndexOf.
21298
21299 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21300
21301         * icall.c: updates from Zoltan.2.Varga@nokia.com.
21302
21303 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21304
21305         * icall.c: cleanup: use mono_object_domain ().
21306
21307 2002-09-23  Martin Baulig  <martin@gnome.org>
21308
21309         * debug-mono-symfile.c: Improved type support.
21310
21311 2002-09-22  Martin Baulig  <martin@gnome.org>
21312
21313         * debug-mono-symfile.c: Added support for reference types and strings.
21314
21315 2002-09-22  Martin Baulig  <martin@gnome.org>
21316
21317         * debug-mono-symfile.c: Started to work on the type table.
21318
21319 2002-09-21  Martin Baulig  <martin@gnome.org>
21320
21321         * debug-mono-symfile.c: Largely reworked the symbol table format.
21322         The symbol table is now incrementally updated each time a new
21323         method is added.  We're now also using our own magic and version
21324         so that you don't need to recompile all your classes if the
21325         dynamic table changes.
21326         (mono_debug_update_mono_symbol_file): Removed.
21327         (mono_debug_symfile_add_method): New function to add a method.
21328
21329 2002-09-21  Martin Baulig  <martin@gnome.org>
21330
21331         * icall.c
21332         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
21333         New interncall.
21334
21335         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
21336         New interncall to get a method from its metadata token.
21337
21338 2002-09-21  Martin Baulig  <martin@gnome.org>
21339
21340         * debug-mono-symfile.c: Create type table.
21341
21342 2002-09-20  Martin Baulig  <martin@gnome.org>
21343
21344         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
21345
21346 2002-09-20  Martin Baulig  <martin@gnome.org>
21347
21348         * debug-mono-symfile.c: Provide information about params and locals.
21349
21350 2002-09-20  Martin Baulig  <martin@gnome.org>
21351
21352         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
21353         New interncall.
21354
21355         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
21356         interncall to get a method from its metadata token.
21357
21358 2002-09-20  Martin Baulig  <martin@gnome.org>
21359
21360         * debug-mono-symfile.c: Added a few checks for method->header
21361         being non-NULL.  This should never happen, but for the moment
21362         let's use a g_warning() rather than a g_assert().
21363
21364 2002-09-19  Mark Crichton  <crichton@gimp.org>
21365
21366         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
21367         even if support for it isn't present.  Added an #ifdef to fix this.
21368
21369         * socket-io.c: Added checks back for Solaris support.
21370
21371 2002-09-19  Martin Baulig  <martin@gnome.org>
21372
21373         * debug-mono-symfile.c (read_string, write_string): Reflect latest
21374         changes in the symbol file format.
21375
21376 2002-09-18  Martin Baulig  <martin@gnome.org>
21377
21378         * debug-mono-symfile.c: Set version number to 21.
21379
21380 2002-09-18  Dick Porter  <dick@ximian.com>
21381
21382         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
21383         on netbsd.  Fixes bug 30051.
21384
21385 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21386
21387         * reflection.c:
21388         (set_version_from_string): little fix.
21389
21390 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21391
21392         * monosn.c, Makefile.am: added strong name utility.
21393         * reflection.h, reflection.c: implemented delayed signing,
21394         locale, version and hash id assembly attributes.
21395
21396 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
21397
21398         * loader.c, metadata.c: load param attributes in signatures.
21399
21400 2002-09-16  Martin Baulig  <martin@gnome.org>
21401
21402         * debug-mono-symfile.c: Added string table with all method names.
21403
21404 2002-09-14  Martin Baulig  <martin@gnome.org>
21405
21406         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
21407         fast method lookup.
21408
21409 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21410
21411         * reflection.c: record the public key token of referenced assemblies.
21412
21413 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
21414
21415         * image.c, image.h: added functions to get the strong name and the
21416         public key of an assembly.
21417         * pedump.c: use them.
21418
21419 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
21420
21421         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
21422
21423 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
21424
21425         * marshal.c (mono_marshal_get_managed_wrapper): Added
21426         MONO_TYPE_BOOLEAN 
21427
21428 2002-09-11  Martin Baulig  <martin@gnome.org>
21429
21430         * gc.c: Call GC_unregister_disappearing_link() on all links when
21431         finalizing them, this is necessary to aviod a crash in boehm's
21432         finalize handler.
21433
21434 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21435
21436         * gc.c: handle GetTarget for finalized objects spotted and fixed by
21437         nick@chemlab.org.
21438
21439 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
21440
21441         * icall.c: implemented MonoType::Module.
21442         * reflection.c, reflection.h: mono_module_get_object () from
21443         Tomi Pakarinen <tomi.pakarinen@welho.com>.
21444
21445 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21446
21447         * icall.c: ignore overridden methods in GetMethods ().
21448         Fix for FieldInfo::SetValue().
21449         * object.c: handle float/double in runtime invoke.
21450
21451 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21452
21453         * object.c: allow a constructor to be called again on an object.
21454
21455 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21456
21457         * class.h, class.c: move field layout code to it's own function and
21458         export it. Get an interface id earlier. Move fields in MonoClass
21459         so they are more cache friendly and align the bitfields.
21460         * loader.c: temporary handle get_param_names() for a runtime method.
21461         * reflection.c, reflection.h: more code to handle runtime creation of
21462         types.
21463
21464 2002-09-09  Martin Baulig  <martin@gnome.org>
21465
21466         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
21467         signature with the pinvoke field being set for the actual call.
21468
21469 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
21470
21471         * icall.c: removed some unused icalls. Start of map of glib charsets
21472         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
21473
21474 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21475
21476         * debug-helpers.c: break infinite loop (found and fixed by
21477         Holger Arnold <harnold@gmx.de>).
21478
21479 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
21480
21481         * icall.c: target may be null in create_delegate.
21482
21483 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
21484
21485         * marshal.c: handle a boolean return type.
21486
21487 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
21488
21489         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
21490
21491 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21492
21493         * gc.c: fix weakreferences.
21494
21495 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
21496
21497         * icall.c: added icall to get default codepage.
21498
21499 2002-09-03  Dick Porter  <dick@ximian.com>
21500
21501         * threads.h: 
21502         * threads.c: Use MonoThread instead of MonoObject where
21503         apropriate.
21504
21505         Store running thread objects in a hash table, so that we have all
21506         the info to hand when waiting for them to finish
21507         (means we don't need OpenThread() any more, so mingw builds should
21508         be fully functional again.)
21509
21510         * verify.c:
21511         * object.h: Added thread ID to MonoThread
21512
21513 2002-09-03  Martin Baulig  <martin@gnome.org>
21514
21515         * icall.c (System.Reflection.Assembly::get_location): New interncall.
21516
21517 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21518
21519         * icall.c: fixed leak in get_temp_path. Thanks lupus.
21520
21521 2002-09-03  Martin Baulig  <martin@gnome.org>
21522
21523         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
21524         argument to store the end address of the disassembled instruction.
21525
21526         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
21527         here from debug-symfile.h.
21528         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
21529         JIT into this struct.
21530         (MonoSymbolFile): Added `char *image_file' field.
21531         (MonoDebugGetMethodFunc): Removed.
21532         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
21533         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
21534         (mono_debug_find_method): New method.
21535
21536         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
21537         create a full symbol file.
21538         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
21539         and static symbol files.
21540         (mono_debug_find_method): The symbol file keeps an internal method hash,
21541         call this to get a MonoDebugMethodInfo from a MonoMethod.
21542
21543         * debug-symfile.[ch]: Removed.
21544
21545 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
21546
21547         * image.c (do_mono_image_open): Remove linker version check.
21548
21549 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
21550
21551         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
21552         wrappers for instance methods.
21553         
21554 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21555
21556         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
21557
21558 2002-08-28  Dick Porter  <dick@ximian.com>
21559
21560         * Makefile.am: Export HOST_CC for w32 builds
21561
21562 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21563
21564         * file-io.c process.c: MonoString are null terminated, no
21565         need for mono_string_to_utf16() anymore.
21566
21567 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21568
21569         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
21570
21571 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
21572
21573         * icall.c, reflection.h: speedup System.MonoType.
21574
21575 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21576
21577         * reflection.c: allow null as the value of a string argument in
21578         custom attributes constructors.
21579
21580 2002-08-27  Martin Baulig  <martin@gnome.org>
21581
21582         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
21583         `trampoline_address' field.
21584
21585 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
21586
21587         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
21588         check (fixes bug #29486) 
21589
21590 2002-08-27  Martin Baulig  <martin@gnome.org>
21591
21592         * debug-mono-symfile.c: Changed the file format in a way that allows us
21593         open it read-only and to use a specially malloced area for all the
21594         dynamic data.  We can now also generate a symbol file on-the-fly if we're
21595         debugging IL code and there is no MCS generated symbol file for it.
21596
21597 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21598
21599         * object.c: added a define for a good string and array
21600         creation speedup (not enabled by default because we need to deal with
21601         the synch stuff).
21602
21603 2002-08-26  Martin Baulig  <martin@gnome.org>
21604
21605         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
21606         function to create a dynamic symbol file.  This is used by the
21607         debugger to create a symbol file for IL code on-the-fly.
21608
21609 2002-08-26  Martin Baulig  <martin@gnome.org>
21610
21611         * loader.c (mono_lookup_pinvoke_call): Include the error message
21612         from g_module_error() in the error message.
21613
21614 2002-08-24  Martin Baulig  <martin@gnome.org>
21615
21616         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
21617         function to update the symbol file.  The symbol file is mmap()ed
21618         writable, but private.  This allows us to install the symbol file
21619         together with the assembly.
21620
21621 2002-08-24  Martin Baulig  <martin@gnome.org>
21622
21623         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
21624         but they can read the new symbol file format which mcs is now creating.
21625
21626         * debug-symfile.c (mono_debug_find_source_location): Moved to
21627         debug-mono-symfile.c; this is now operating on the new symbol file.
21628
21629 2002-08-23  Martin Baulig  <martin@gnome.org>
21630
21631         * debug-helpers.c (mono_method_desc_from_method): New function to get
21632         a MonoMethodDesc from a MonoMethod.
21633
21634 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21635
21636         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
21637         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
21638
21639 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
21640
21641         * string-icalls.[ch]: make helper methods static.
21642
21643 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21644
21645         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
21646         types to it and to SetValueInternal.
21647
21648         * object.c: Moved handle_enum label to its proper place. This was the
21649         f... bug! ;-)
21650
21651         This time i compiled mcs and gtk-sharp and they both work.
21652
21653 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21654
21655         * icall.c: reverted partially my previous patch until 
21656         object.c:set_value handles enums correcly.
21657
21658 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21659
21660         * icall.c:
21661         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
21662         (ves_icall_System_Environment_get_MachineName): removed warning when
21663         compiling under cygwin.
21664
21665 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21666
21667         * object.c: fixed field_get_value() for reference types.
21668
21669 2002-08-22  Dick Porter  <dick@ximian.com>
21670
21671         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
21672         Don't free a buffer while it's still needed.  Patch from Jonathan
21673         Liger <Jonathan.liger@wanadoo.fr>
21674
21675 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
21676
21677         * icall.c (ves_icall_System_Environment_get_Platform): Add new
21678         internal call.
21679
21680 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
21681
21682         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
21683         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
21684
21685         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
21686         we call unmanaged code which throws exceptions.
21687
21688 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21689
21690         * appdomain.h: added per-domain entry_assembly.
21691         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
21692         arguments.
21693         * icall.c: Assembly::GetEntryAssembly icall.
21694         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
21695         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
21696
21697 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21698
21699         * appdomain.h, gc.c: added mono_domain_finalize ().
21700
21701 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21702
21703         * object.c:
21704         (mono_print_unhandled_exception): changed g_warning by g_printerr
21705         because g_log has a 1024 characters limit (yeah, i got a big stack
21706         trace). Don't print exception name, that should be in ToString 
21707         returned string.
21708
21709 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21710
21711         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
21712         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
21713
21714 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21715
21716         * object.c:
21717         (mono_print_unhandled_exception): after previous commit, i realized
21718         that MS calls ToString on the exception. I changed this function to
21719         do that. This way we get stack_trace for free.
21720
21721 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21722
21723         * object.c:
21724         (mono_print_unhandled_exception): invoke Message property instead of
21725         getting 'message' field from Exception. Don't allocate memory for
21726         'trace' and 'message' if not needed.
21727
21728 2002-08-18  Dick Porter  <dick@ximian.com>
21729
21730         * unicode.c: Fix asserts to match Encoder.cs checks
21731
21732 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21733
21734         * marshal.c: fix unaligned store issue and a few wrong
21735         opcode argument types.
21736
21737 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21738
21739         * icall.c: added GetUninitializedObjectInternal internal call.
21740
21741 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
21742
21743         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
21744         to the right domain.
21745
21746 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
21747
21748         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
21749
21750         * class.c (class_compute_field_layout): set blittable to false for Strings
21751
21752         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
21753
21754 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21755
21756         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
21757         first chunk of code to create types at runtime. Code to
21758         handle ReflectedType/DeclaringType. Make reflection handles
21759         domain specific.
21760
21761 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21762
21763         * class.c: set correct name in arrays.
21764
21765 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
21766
21767         * appdomain.c (mono_domain_transfer_object): make it work with
21768         valuetypes. bug fixes.
21769
21770 2002-08-12  Dick Porter  <dick@ximian.com>
21771
21772         * object.h: Rename some parameters to avoid c++ keywords (Patch
21773         from Joseph Wenninger <kde@jowenn.at>)
21774
21775 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
21776
21777         * icall.c: added icall to implement Assembly.GetFile*.
21778
21779 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21780
21781         * reflection.h, reflection.c: code to embed managed resources.
21782
21783 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21784
21785         * class.c: move all the type size stuff into
21786         class_compute_field_layout().
21787
21788 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21789
21790         * class.c: ensure enums have always the correct instance size.
21791         * unicode.c: remove wrong assert.
21792
21793 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21794
21795         * assembly.c: fix mem corruption issue.
21796         * image.h, image.c: added mono_image_get_resource () to access
21797         managed resources.
21798         * icall.c: implemented Assembly.EntryPoint property and some
21799         Managed Resources related internalcalls.
21800
21801
21802 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
21803
21804         * image.c, image.h: impemented mono_image_get_entry_point ().
21805         * appdomain.c: use mono_image_get_entry_point.
21806
21807 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21808
21809         * reflection.c: support the object type argument when loading
21810         custom attributes.
21811
21812 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
21813
21814         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
21815         String as return type.
21816
21817 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
21818
21819         * reflection.c: fix encoding of named args for custom attrs to match
21820         the ms implementation. Read them back when instantiating custom
21821         attributes.
21822
21823 2002-08-02  Radek Doulik  <rodo@ximian.com>
21824
21825         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
21826         by Dietmar as quick fix
21827         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
21828         16 as stack size, used on more places as quick fix before Dietmar
21829         will fix it properly
21830
21831 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
21832
21833         * object.h, object.c: added accessors for fields and properties.
21834
21835 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
21836
21837         * class.c, class.h: made mono_class_get_field_from_name ()
21838         loop on parent types.
21839         Added mono_class_get_property_from_name ().
21840
21841 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21842
21843         * class.c, class.h: move the code to setup the type vtable in its own
21844         function so that it can be reused also for types created at runtime.
21845         Eliminate the "class" identifier from the header file.
21846         * reflection.c: setup the vtable for enums so that we can create
21847         objects for use in SetConstant ().
21848
21849 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
21850
21851         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
21852         instead of the delegate itself as this pointer (bug #28383)
21853
21854 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
21855
21856         * marshal.c (mono_marshal_get_managed_wrapper): added return type
21857         conversions.
21858
21859 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21860
21861         * loader.c: don't set the pinvoke bit on icalls.
21862
21863 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
21864
21865         * debug-helpers.c (mono_method_full_name): only print a number to
21866         indicate wrapper type (so that the output is more readable in traces).
21867
21868 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
21869
21870         * class.c (mono_class_init): include method override patch from Paolo
21871
21872 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
21873
21874         * icall.c: fixed GetTypeCode().
21875
21876 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
21877
21878         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
21879         use real delegate invoke function to make it work with multicast
21880         delegates (fix bug# 28291).
21881
21882 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21883
21884         * object.c: load constant strings.
21885
21886 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21887
21888         * reflection.c: no magic numbers.
21889         * tabledefs.h: security action enum.
21890
21891 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21892
21893         * assembly.c: fix possible memory corruption.
21894
21895 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
21896
21897         * reflection.h, reflection.c: added support for linking resources.
21898         * verify.c: check we have an updated corlib.
21899
21900 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
21901
21902         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
21903         string arrays.
21904         (mono_marshal_string_array): null terminate unmanaged string arrays.
21905         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
21906
21907 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21908
21909         * icall.c: Type.GetType () can now return also types from the
21910         calling assembly.
21911
21912 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
21913
21914         * loader.h, loader.c: stack walking support.
21915         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
21916         GetCallingAssembly.
21917
21918 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
21919
21920         * marshal.c: added optimisations for blittable types 
21921
21922         * class.c (mono_array_class_get): do not set blittable attribute on arrays
21923         (mono_class_setup_mono_type): set blittable attribute for single
21924         and double.
21925
21926         * marshal.c (mono_string_utf8_to_builder): impl.
21927         (mono_string_builder_to_utf8): impl.
21928         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
21929
21930 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
21931
21932         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
21933         (mono_marshal_get_managed_wrapper): impl. byref types
21934
21935 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21936
21937         * icall.c:
21938         (search_method): don't display debug message. 
21939
21940 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
21941
21942         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
21943
21944 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
21945
21946         * appdomain.c: set the missing filename when throwing exception.
21947
21948 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
21949
21950         * metadata.c (mono_type_size): code cleanup
21951         (mono_type_stack_size): removed some test code
21952
21953 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
21954
21955         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
21956         mono_get_exception_file_not_found now.
21957
21958         * exception.c (mono_exception_from_name_two_strings): New version
21959         that will call a constructor with two string arguments. 
21960         (mono_get_exception_file_not_found): New helper routine, used to
21961         report file-not-found errors.
21962
21963 2002-07-20  Dick Porter  <dick@ximian.com>
21964
21965         * process.h:
21966         * process.c: Pass file handles to CreateProcess
21967         
21968         * icall.c:
21969         * file-io.h:
21970         * file-io.c: Implemented CreatePipe
21971
21972 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
21973
21974         * metadata.c (mono_get_param_info): set alignment for value types
21975
21976 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21977
21978         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
21979         Constify mono_domain_assembly_open().
21980         * loader.c: handle null namespace in icalls.
21981
21982 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
21983
21984         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
21985         (emit_str_to_ptr_conv): marshal object as structs
21986
21987         * metadata.c (mono_type_to_unmanaged): marshal object as structs
21988
21989         * marshal.c (mono_marshal_get_runtime_invoke): support value types
21990
21991 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
21992
21993         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
21994         (mono_marshal_get_native_wrapper): we an now return value types
21995
21996 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21997
21998         * verify.c: more checks implemented.
21999
22000 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
22001
22002         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
22003         (fix bug #27695)
22004         (mono_marshal_get_native_wrapper): allow byref arguments
22005         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
22006         impl. PtrToStringXXX methods
22007         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
22008         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
22009         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
22010         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
22011         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
22012
22013 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22014
22015         * reflection.c: fix buglet in parsing an assembly name.
22016
22017 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22018
22019         * marshal.c (emit_ptr_to_str_conv): first impl.
22020
22021 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22022
22023         * object.c, class.h: cache the vtable in the class as suggested by
22024         vargaz@freemail.hu (Zoltan Varga).
22025
22026 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22027
22028         * class.h, loader.c: added mono_field_from_token().
22029         * verify.c: first cut of type checking code.
22030
22031 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
22032
22033         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
22034
22035 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
22036
22037         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
22038         (fix bug #27782)
22039         (mono_marshal_get_remoting_invoke): impl.
22040         (mono_delegate_begin_invoke): impl.
22041         (mono_mb_emit_save_args): impl.
22042         (mono_delegate_end_invoke): impl.
22043         (mono_marshal_get_delegate_begin_invoke):
22044         (mono_marshal_get_delegate_end_invoke):
22045         (mono_marshal_get_delegate_invoke): generate a special name for
22046         those methods (including the signature) and associate them whith
22047         the delegate class. 
22048
22049 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
22050
22051         * reflection.[ch]: 
22052         (mono_reflection_type_from_name): now it has a MonoImage parameter
22053         which is used as the default image to search the type in. If the image
22054         is NULL or getting the type from it fails, it defaults to corlib.
22055
22056         * icall.c: changed 1 call to mono_reflection_type_from_name to match
22057         new parameter.
22058
22059 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22060
22061         * reflection.c: update the parameter table index.
22062
22063 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22064
22065         * domain.c: don't include the mark byte in the string hash.
22066
22067 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22068
22069         * icall.cs: icall for Type.GetTypeCode ().
22070         * verify: a couple of fixes and disabled local initialization checks.
22071
22072 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
22073
22074         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
22075
22076         * debug-helpers.c (mono_method_full_name): print the type of the
22077         runtime wrapper
22078
22079         * metadata.c (mono_signature_hash): a hash function for signatures
22080         (mono_signature_hash): better hash algorithm
22081
22082         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
22083
22084         * debug-helpers.c (mono_method_full_name): this can now generate
22085         method names with signatures
22086
22087         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
22088         method dont have this pointers.
22089
22090 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
22091
22092         * reflection.c: fixup typebuilder tokens.
22093         * image.c: fix buglet.
22094         * marshal.h: remove whitespace.
22095         * metadata.h, metadata.c: reinstate code that was removed.
22096         * verify.c: handle catch directives and fix another couple of bugs.
22097
22098 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
22099
22100         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
22101         (mono_marshal_get_native_wrapper): make it comp. with the old code
22102         (mono_marshal_get_native_wrapper): support boolean
22103         (mono_marshal_get_managed_wrapper): support more types
22104
22105 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
22106
22107         * class.c (class_compute_field_layout): compute class->blittable attribute.
22108
22109 2002-07-09  Dick Porter  <dick@ximian.com>
22110
22111         * threads.c: Make the thread cleaning up cope with threads that
22112         call ExitThread()
22113
22114 2002-07-08  Radek Doulik  <rodo@ximian.com>
22115
22116         * reflection.c (method_encode_code): use non-translated values to
22117         compute finally_start, this fixes exception handling on ppc, yay!
22118
22119         * decimal.h (struct signscale): fix endianess
22120
22121 2002-07-07  Radek Doulik  <rodo@ximian.com>
22122
22123         * reflection.c: swap box_val and not val
22124
22125 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22126
22127         * reflection.c, reflection.h: handle full assembly info in type name.
22128         Handle Type arguments when loading custom attributes.
22129         * icall.c: updated to use new mono_reflection_type_from_name () method.
22130
22131 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22132
22133         * loader.c:
22134         (method_from_memberref): also print assembly name when method not found.
22135
22136 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22137
22138         * icall.c:
22139         (ves_icall_TypeGetProperties): fixed bug #27473. 
22140
22141 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22142
22143         * reflection.c: display image name and token when cannot find the
22144         .ctor for an attribute.
22145
22146 2002-07-05  Martin Baulig  <martin@gnome.org>
22147
22148         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22149
22150 2002-07-04  Dick Porter  <dick@ximian.com>
22151
22152         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
22153         compile on mingw.  This will cause mingw builds to not wait for
22154         subthreads to terminate after the main thread does.  I've lodged a
22155         bug with the mingw developers for them to wrap OpenThread().
22156
22157 2002-07-03  Dick Porter  <dick@ximian.com>
22158
22159         * threads.c: Store thread IDs instead of handles, because
22160         GetCurrentThread() returns a pseudohandle and therefore stores
22161         useless values.  mono_thread_cleanup() continues checking the
22162         array of threads until it is empty, to cope with subthreads
22163         spawning new threads after the main thread has finished.
22164
22165         * profiler.h:
22166         * profiler.c:
22167         * profiler-private.h: Pass the thread ID to thread profiler
22168         functions, instead of a handle
22169
22170 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22171
22172         * verify.c: fixes to make it more usable.
22173         * pedump.c: added --verify code to verify IL code in an assembly.
22174
22175 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22176
22177         * reflection.c: turn errors into warnings to allow compiling corlib.
22178
22179 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
22180
22181         * reflection.c: add special cases to compile corlib.
22182
22183 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22184
22185         * reflection.c: handle properties with only a set method.
22186
22187 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22188
22189         * opcodes.h: add enum with opcodes in opval order.
22190
22191 2002-07-01  Dick Porter  <dick@ximian.com>
22192         
22193         * object.h:
22194         * object.c (mono_runtime_run_main): Removed unneeded argument
22195
22196 2002-06-28  Martin Baulig  <martin@gnome.org>
22197
22198         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
22199
22200 2002-06-27  Dick Porter  <dick@ximian.com>
22201
22202         * threads.c: Store the handle in both the parent thread and in the
22203         subthread, to minimise the time between starting a new thread and
22204         storing its ID.
22205
22206 2002-06-26  Dick Porter  <dick@ximian.com>
22207
22208         * appdomain.c (mono_runtime_cleanup): Close the socket library
22209         after all the threads have finished, not before
22210
22211 2002-06-26  Martin Baulig  <martin@gnome.org>
22212
22213         * debug-symfile.c (mono_debug_find_source_location): Added
22214         `guint32 *line_number' argument.  If it's not NULL, store the line number
22215         there and return the file name without the line number.
22216
22217 2002-06-25  Dick Porter  <dick@ximian.com>
22218
22219         * icall.c:
22220         * process.h:
22221         * process.c: Process forking and other support functions
22222
22223 2002-06-25  Dick Porter  <dick@ximian.com>
22224
22225         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
22226         things dont happen when the image is closed.
22227         (mono_image_lookup_resource): Walk the resource section looking
22228         for a particular entry
22229
22230         * cil-coff.h: PE resource section decoding
22231
22232 2002-06-25  Dick Porter  <dick@ximian.com>
22233         
22234         * assembly.h:
22235         * assembly.c: 
22236         (mono_assembly_foreach): Accessor functions to walk the list of
22237         loaded assemblies
22238         (mono_assembly_set_main):
22239         (mono_assembly_get_main): Process methods need to know which
22240         assembly is the "main" one
22241
22242         * object.c (mono_runtime_run_main): Record the main assembly
22243
22244         * debug-helpers.c: Fix typo
22245
22246 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
22247
22248         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
22249         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
22250
22251 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22252
22253         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
22254
22255 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
22256
22257         * image.c (do_mono_image_open): Initialize reference count,
22258         otherwise we leak the MonoImage.
22259
22260 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22261
22262         * reflection.c: small tweak to handle self-hosting.
22263
22264 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
22265
22266         * reflection.c: fix type name parse code.
22267
22268 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22269
22270         * reflection.c: break out of the loop.
22271         * image.c: special case corlib.
22272
22273 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22274
22275         * reflection.c: add all the custom attrs at the end to ensure the
22276         ctors have been properly initialized when the attributes are defined
22277         in the current assembly.
22278
22279 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22280
22281         * reflection.c: handle correctly multiple-nested types.
22282
22283 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
22284
22285         * row-indexes.h: fix typos.
22286         * reflection.c: adjust for typos and fix method_def_or_ref
22287         encoding in MethodImpl table.
22288
22289 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22290
22291         * reflection.c: fix entry point patching (thanks Serge!).
22292
22293 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
22294
22295         * verify.c: add check for System.Exception
22296
22297 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22298
22299         * image.c, class.c: minifix for code just c&p'ed.
22300         * reflection.c: warning fix.
22301         * object.h, loader.h, domain.c: load also StringBuilder.
22302
22303 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
22304
22305         * marshal.h, marshal.c: some support code to handle complex marshaling.
22306
22307 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22308
22309         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
22310         Better signatures with vtable error dump.
22311
22312 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
22313
22314         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
22315
22316 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
22317
22318         * icall.c (ves_icall_Type_GetField): impl.
22319
22320 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22321
22322         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
22323         to retrieve a marshal description blob for a field or param.
22324
22325 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
22326
22327         * reflection.h, reflection.c: change order of nested type emission
22328         to avoid table corruption. The NestedTypes table is sorted.
22329         * icall.c: change order of GetConstructor results to workaround mcs bug.
22330
22331 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22332
22333         * reflection.h, reflection.c: handle field and param marshal
22334         information.
22335
22336 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22337
22338         * icall.c, marshal.c marshal.h: more Marshal class implementation.
22339
22340 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22341
22342         * reflection.c: fix call convention.
22343
22344 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22345
22346         * reflection.h, reflection.c: mono_image_get_memberref_token()
22347         takes a type instead of a class, now. Added
22348         mono_image_get_array_token() to create tokens for the special
22349         multi-dim array methods.
22350
22351 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22352
22353         * assembly.c: handle modules (no assembly table). Split
22354         loading references in its own function.
22355         * class.c: handle moduleref resolution scope.
22356         * image.c, image.h: cache module name in image.
22357
22358 2002-06-07  Martin Baulig  <martin@gnome.org>
22359
22360         * reflection.c (mono_image_get_type_info): Only add a class layout entry
22361         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
22362
22363 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22364
22365         * icall.c: more signature fixes that used uint instead of int.
22366
22367 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22368
22369         * reflection.c: fixed signature of field refs.
22370
22371 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22372
22373         * class.c, reflection.c: handle typerefs of nested types
22374         (both on read and when writing files).
22375
22376 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
22377
22378         * icall.c: fix method signatures that tried to workaround the previous
22379         typo, d'oh!
22380
22381 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22382
22383         * debug-helpers.c: fix typo.
22384
22385 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
22386
22387         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
22388         rewrote the PE/COFF writing code (our programs are understood by the
22389         ms runtime, now).
22390
22391 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
22392
22393         * gc.c, gc.h, icall.c: weakreference support.
22394
22395 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
22396
22397         * Makefile.am, mono-config.c: use $(sysconfdir).
22398
22399 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
22400
22401         * icall.c: changed default precision of Double.ToString() to 15.
22402         Fixed memory leak. Unified with Single.ToString.
22403
22404 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
22405
22406         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
22407
22408 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
22409
22410         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
22411         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
22412         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
22413         and myself.
22414
22415 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22416
22417         * debug-symfile.c, sysmath.c: yet more compilation fixes.
22418
22419 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
22420
22421         * reflection.c, socket-io.c: more compilation fixes.
22422
22423 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22424
22425         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
22426         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
22427         unicode.c: warning and compiler compatibility fixes.
22428
22429 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22430
22431         * class.h, metadata.c: fixed warnings/compilation errors.
22432
22433 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
22434
22435         * Makefile.am, mono-config.c, mono-config.h: configuration file
22436         support routines.
22437         * loader.c, loader.h: make Dll mapping configurable at runtime in the
22438         config file. Export methods to insert and lookup mappings.
22439
22440 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
22441
22442         * reflection.c: handle types and boxed objects in custom attr
22443         constructors.
22444
22445 2002-05-30  Martin Baulig  <martin@gnome.org>
22446
22447         * debug-symfile.c
22448         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
22449
22450 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
22451
22452         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
22453         to lookup the implmap row for a P/Invoke method.
22454         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
22455         P/Invoke method from the runtime on an as needed basis.
22456
22457 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
22458
22459         * metadata.c (mono_metadata_parse_signature): impl.
22460
22461 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22462
22463         * class.c: handle .pack directive.
22464
22465 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
22466
22467         * object.c: initialize static fields with RVA data.
22468
22469 2002-05-25  Martin Baulig  <martin@gnome.org>
22470
22471         * debug-symfile.c
22472         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
22473
22474 2002-05-24  Martin Baulig  <martin@gnome.org>
22475
22476         * debug-symfile.c
22477         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
22478         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
22479         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
22480
22481 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
22482
22483         * object.c: special case string ctros in invoke.
22484         * gc.c: silly whitespace changes.
22485
22486 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
22487
22488         * threadpool.[ch]: impl. a threadpool that can
22489         be used by mint and mono.
22490
22491 2002-05-22  Martin Baulig  <martin@gnome.org>
22492
22493         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
22494         The first argument is now a `MonoReflectionModuleBuilder *', the return
22495         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
22496         `methods' field to get the method builder.  The `token' argument is the
22497         unfixed token.
22498
22499         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
22500         invalid characters instead of g_assert_not_reached()ing.  This seems
22501         to be the behaviour of mscorlib.
22502
22503 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
22504
22505         * object.c (mono_runtime_invoke_array): applied patch from Rachel
22506         Hestilow to fix bug #25104
22507
22508 2002-05-21  Martin Baulig  <martin@gnome.org>
22509
22510         * debug-symfile.c (mono_debug_find_source_location): New function.
22511         Looks up an IL offset in the line number table and returns the source
22512         location as a string.
22513
22514 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22515
22516         * icall.c:
22517         (mono_double_ToStringImpl): changed %f by %g until we have something
22518         better.
22519
22520 2002-05-21  Nick Drochak  <ndrochak@gol.com>
22521
22522         * icall.c : Use different name for Math.Pow's icall.  Needed to check
22523         parameters first in C#.
22524
22525 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22526
22527         * icall.c, reflection.h: added icall to get info about an event.
22528
22529 2002-05-20  Radek Doulik  <rodo@ximian.com>
22530
22531         * object.c (mono_value_box): don't use memcpy for boxing on BIG
22532         endian
22533         (mono_value_box): don't use memcpy for small sizes on
22534         architectures with unaligned access
22535
22536 2002-05-20  Martin Baulig  <martin@gnome.org>
22537
22538         * reflection.c (mono_reflection_setup_internal_class): Don't crash
22539         if `tb->parent == NULL'.
22540         (mono_reflection_create_internal_class): New function.  This is
22541         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
22542         for enum types.
22543
22544         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
22545         New interncall.
22546
22547 2002-05-19  Martin Baulig  <martin@gnome.org>
22548
22549         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
22550         argument to get the length, don't default to the array length.
22551
22552 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
22553
22554         * assembly.c (mono_assembly_setrootdir): New function used to
22555         override the MONO_ASSEMBLIES directory.
22556
22557 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
22558
22559         * icall.c: ValueType_GetHashCode() initialize local var.
22560
22561 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
22562
22563         * reflection.c: sort custom attributes table.
22564
22565 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22566
22567         * reflection.c: support named args in custom attributes (write support).
22568
22569 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
22570
22571         * reflection.c: fix finally position calculation.
22572
22573 2002-05-15  Radek Doulik  <rodo@ximian.com>
22574
22575         * reflection.c: fixed endianess at many places
22576
22577         * icall.c (ves_icall_InitializeArray): comment out debug msg
22578
22579 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
22580
22581         * object.c (mono_unhandled_exception): new function to handle
22582         unhandled exceptions.
22583         (mono_unhandled_exception): call the UnhandledException event.
22584         (mono_runtime_delegate_invoke): impl.
22585
22586 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
22587
22588         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
22589         returns the RVA, not the direct pointer to the data. Handle the case
22590         when the class size is fixed.
22591
22592 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
22593
22594         * reflection.c: fix some endianess issues.
22595
22596 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
22597
22598         * object.c (mono_runtime_invoke): is now able to catch exceptions.
22599
22600         * threads.c (mono_thread_init): added a callback which is invoked
22601         at thread start.
22602
22603 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22604         
22605         * icall.c: make GetHashCode return non-negative values.
22606
22607 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
22608
22609         * object.c, icall.c, gc.c: revert to address-based hashcode.
22610
22611 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
22612
22613         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
22614
22615 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22616
22617         * icall.c, class.c: special case <Module>.
22618
22619 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
22620
22621         * icall.c: fix bug in GetNow().
22622
22623 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
22624
22625         * object.c (mono_runtime_class_init): make sure that we call all
22626         static class constructors.
22627
22628 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
22629
22630         * reflection.c: sort methodsemantics table.
22631
22632 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
22633
22634         * reflection.h, reflection.c: honour init locals setting.
22635
22636 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
22637
22638         * icall.c: copied Double ToStringImpl for Single ToStringImpl
22639
22640 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22641
22642         * reflection.c: support ContructorBuilders in attribute blob creation.
22643
22644 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22645
22646         * reflection.c: some changes to build a binary that can be run
22647         directly in windows.
22648
22649 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22650
22651         * loader.c: print a big message when an icall can't be found.
22652
22653 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22654
22655         * string-icalls.c: fix bug 24248.
22656
22657 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
22658
22659         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
22660         icall.c, reflection.h: separate assembly loading by pathname and by
22661         assembly name. Use the MONO_PATH env var to search for assemblies.
22662
22663 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22664
22665         * assembly.c, image.h: add some support for assemblies
22666         with multiple modules.
22667         * class.c, class.h: export mono_class_from_typeref().
22668         * loader.c: remove duplicated code and use mono_class_from_typeref(),
22669         instead.
22670
22671 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22672
22673         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
22674         documentation says (the ECMA one is correct).
22675
22676 2002-05-02  Dick Porter  <dick@ximian.com>
22677
22678         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
22679         Don't name the synchronisation mutex.
22680
22681 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
22682
22683         * rand.c
22684         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
22685         Make the prototypes match.
22686         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
22687         Same.
22688
22689         * icall.c
22690         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
22691         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
22692         all systems have tm.tm_zone, so use strftime() with %Z to print
22693         the timezone abreviation into a temp string.
22694
22695         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
22696         rather than mono_array_addr() on a MonoString on Big Endian
22697         machines.
22698
22699 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
22700
22701         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
22702         fix bug 24041
22703
22704 2002-04-30  Dick Porter  <dick@ximian.com>
22705
22706         * socket-io.c: Cope with SOCKET being an integer rather than a
22707         pointer now.
22708
22709         * threads.c: Added Thread_free_internal, to deal with thread
22710         handle cleanup.  Moved calls to handle_store() and handle_remove()
22711         to start_wrapper(), so each can only be called once.  Allocate
22712         synchronisation blocks with GC_malloc(), and use GC finalisation
22713         to close the handles.
22714
22715         * icall.c: added System.Threading.Thread::Thread_free_internal
22716
22717 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22718
22719         * icall.c: support Environment.Exit, CommandLineArgs().
22720
22721 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
22722
22723         * object.c, object.h: added mono_runtime_run_main () and
22724         mono_runtime_get_main_args () for use in System.Environment.
22725
22726 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
22727
22728         * gc.c: fix thinko, enable actual finalization since the jit is now
22729         fixed.
22730
22731 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22732
22733         * gc.c, object.c: take into account that an object may be offset wrt the address
22734         returned by GC_malloc().
22735
22736 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
22737
22738         * image.c: handle files without entries in the assembly table (modules).
22739
22740 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
22741
22742         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
22743         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
22744         allowed to be null when it's System.Object class setup.
22745
22746 2002-04-27  Martin Baulig  <martin@gnome.org>
22747
22748         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
22749         if `tb->parent == NULL' rather than crashing.
22750
22751 2002-04-28  Nick Drochak  <ndrochak@gol.com>
22752
22753         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
22754         calling acos() where asin() should have been called.
22755
22756 2002-04-26  Martin Baulig  <martin@gnome.org>
22757
22758         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
22759         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
22760         there's a subdirectory called `System', but we don't want to read that
22761         subdirectory as an assembly.
22762
22763 2002-04-25  Martin Baulig  <martin@gnome.org>
22764
22765         * debug-symfile.c: Reflect latest MonoString changes.
22766
22767 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
22768
22769         * rand.c, rand.h: instance method icalls need to have an explicit
22770         this pointer as first argument in the C implementation.
22771
22772 2002-04-25  Nick Drochak <ndrochak@gol.com>
22773
22774         * icall.c: Fix typo in map for GetNonZeroBytes
22775
22776 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22777
22778         * string-icalls.c : String does now passes unit tests without any 
22779         errors, the following changes has been made:
22780         
22781         Implemented replace methods.
22782         Renaming of methods to (try) follow the standard.
22783         Fixed compare ordinal
22784         Made all memory allocated directly to function instead of via icall function.
22785         Small performance fix in is_in_array function
22786                         
22787  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
22788
22789         c (mono_string_Internal_ctor_charp_int_int):
22790         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
22791         sindex < 0, throw ArgumentOutOfRangeException instead of
22792         ArgumentNullException.
22793
22794         Added new check for length == 0, however
22795         I need to make it return String.Empty from the C code.
22796         
22797         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
22798         that calculate the length for us here.
22799         
22800         (mono_string_Internal_ctor_sbytep_int_int): Replaced
22801         mono_string_new_utf16 with mono_string_new, since value is utf8.
22802
22803 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
22804
22805         * object.c: register the object for finalization if needed.
22806         Allocate one more char in the string for the terminating 0 char.
22807
22808 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
22809
22810         * class.c, class.h, image.c: check if a type implemenst a destructor.
22811         Use the proper key for array class lookups.
22812         * icall.c: register the icalls in the System.GC class.
22813         * gc.c, gc.h: GC-related functions and icalls.
22814
22815 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22816
22817         * icall.c:
22818         * socket-io.c:
22819         * unicode.c: free some strings gotten from mono_string_to_utf8 and
22820         changed a couple of free () by g_free ().
22821
22822         * decimal.c: one-liner in the comments for decimal2string ().
22823
22824 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22825
22826         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
22827
22828 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
22829
22830         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
22831         * object.c (mono_runtime_invoke_array) : handle null in params
22832
22833 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22834
22835         * string-icalls.c: fixed bug in split (one off bug)
22836
22837 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22838
22839         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
22840         * icalls.c: added String::Equals as internal method
22841
22842 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
22843
22844         * threads.c: fixed bug in the double interlocked functions
22845
22846 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
22847
22848         * threads.c: implemented all of the new interlocked icalls.
22849         * string-icalls.c: fix a bug in insert.
22850         * icalls.c: added the icalls for interlocked, removed old string functions.
22851         
22852 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
22853
22854         * loader.c: fix off-by-one error when reading argument names.
22855
22856 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
22857
22858         * profiler.c: win32 counter implementation (untested).
22859         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
22860         (the latter needs testing and more complete impl. from win32 folks).
22861
22862 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
22863
22864         * object.c: mono_array_new_full workaround mono_array_class_get
22865         problem.
22866
22867 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22868
22869         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
22870         * object.h (mono_string_chars): Changed casting type.
22871
22872 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22873
22874         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
22875                            method signatures to use gunichar2 instead of gint16.
22876
22877 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
22878
22879         * object.h, object.c: domain-specific versions of mono_object_new and
22880         mono_array_new.
22881
22882 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
22883
22884         * object.c: changed String layout
22885
22886         * string-icalls.c (mono_string_Internal_ctor_chara): added
22887         internal string constructors.
22888
22889 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
22890
22891         * threads.c: pass 'this' to the thread start routine.
22892
22893 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22894
22895         * string-icalls.c: fix IndexOf and LastIndexOf. Now
22896         InternalCompareStr don't call twice mono_string_cmp_char for the last
22897         character. Improved performance in mono_string_cmp_char.
22898
22899 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
22900
22901         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
22902         code into its own library: libmonoruntime.
22903
22904 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
22905
22906         * object.h, object.c: changed array format so that szarrays do not
22907         require a bounds structure.
22908         * icall.c, appdomain.c: support for new szarray format.
22909
22910 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
22911
22912         * metadata.c: compare also the retuns type when comparing signatures:
22913         we didn't do this as an optimization since really overloaded methods
22914         must differ also in the arguments, but this doesn't work with
22915         low-level IL code (or when using explicit conversion operators: see
22916         bug#23498 for an example).
22917
22918 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
22919
22920         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
22921
22922 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
22923
22924         * icall.c: make MonoType::GetElementType its own icall.
22925
22926 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
22927
22928         * icall.c: remove MonoMethod_get_Name().
22929         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
22930         object.
22931
22932 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22933
22934         * string-icalls.c: optimized a few methods.
22935
22936 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
22937
22938         * icall.c: added all new string internal calls
22939         * string-icalls.c: added, new string internal call implementation.
22940         * object.c: added mono_string_new_size for allocating a string a size
22941
22942 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
22943
22944         * object.c (mono_object_isinst): use the same code as in the
22945         optimized x86 version.
22946
22947 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
22948
22949         * profiler.c: TSC-based timer code (faster and more accurate).
22950         Not hooked up in configure, yet (set USE_X86TSC to 1).
22951
22952 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
22953
22954         * profiler.c, profiler.h: track time spent compiling methods.
22955         * threads.c: track thread creation/destruction.
22956
22957 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
22958
22959         * profiler.c, profiler.h, profiler-private.h: profiling interface
22960         and sample implementation. Moved here so that it can be used also by
22961         the jit.
22962
22963 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
22964
22965         * reflection.c, reflection.h: keep types and other handles separate in
22966         the hash tables for referred tokens. Add guid for modules.
22967
22968 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
22969
22970         * assembly.c: fix bugs found with valgrind.
22971         * metadata.h, metadata.c: added mono_metadata_guid_heap().
22972
22973 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
22974
22975         * threads: added icall support for getting current domain for
22976                    the thread.
22977  
22978 2002-04-13  Martin Baulig  <martin@gnome.org>
22979
22980         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
22981         (MonoDebugVarInfo): Added `index' field for register based addresses.
22982         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
22983         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
22984         `MonoDebugVarInfo *params' and `guint32 this_offset' with
22985         `MonoDebugVarInfo *this_var'.
22986
22987         * debug-symfile.c (relocate_variable): New static function to write
22988         a location description for a local variable or method parameter.
22989
22990 2002-04-12  Martin Baulig  <martin@gnome.org>
22991
22992         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
22993         stack offset and begin/end scope address of a local variable.
22994         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
22995         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
22996         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
22997
22998         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
22999         Added new relocation types for start/end scope of a local variable.
23000
23001 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
23002
23003         * object.h: add mono_object_domain() macro.
23004         * reflection.c: handle typespecs.
23005         * icall.c: MonoMethod::get_Name() implementation.
23006
23007 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23008
23009         * icall.c: String::GetHashCode() icall implementation.
23010
23011 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23012
23013         * icall.c: String::IndexOfAny icall.
23014         * object.c, object.h: make array->max_length more useful.
23015         Intrduced mono_object_class() and mono_string_length() macros.
23016
23017 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23018
23019         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
23020         instead of g_unichar_isdigit.
23021
23022 2002-04-11  Nick Drochak  <ndrochak@gol.com>
23023
23024         * icall.c: Implement a simple Double.ToString().
23025
23026 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
23027
23028         * appdomain.h: only io-layer.h is supposed to be included.
23029         * icall.c: explicitly import environ. Fix warning.
23030
23031 2002-04-10  Nick Drochak  <ndrochak@gol.com>
23032
23033         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
23034                 return true even if it's not Daylight Savings time.
23035                 Only return false for the case where the function isn't
23036                 implemented for a plaform (read Windows).
23037
23038 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
23039
23040         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
23041         data with a mutex.
23042
23043 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
23044
23045         * mempool.c (mono_mempool_alloc): only use g_malloc when
23046         absolutely necessary.
23047
23048 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23049
23050         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
23051
23052         * class.c (mono_class_vtable): use domain mempool to allocate vtable
23053         (mono_class_proxy_vtable): use domain mempool
23054
23055 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
23056
23057         * appdomain.h, appdomain.c: split initialization that requires the
23058         execution engine support into mono_runtime_init().
23059
23060 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
23061
23062         * class.c (mono_class_init): don't include vtable inside MonoClass
23063         to save some memory, gather some statistics.
23064         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
23065
23066 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23067
23068         * icall.c: internalcall implementation for ValueType.Equals().
23069
23070 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
23071
23072         * object.c (mono_message_init): moved 
23073         (mono_runtime_exec_main): new arch. independent impl.
23074         (mono_runtime_invoke_array): new method - like
23075         mono_runtime_invoke, but you can pass an array of objects.
23076         (mono_remoting_invoke): new arch. independent impl.
23077         (mono_message_invoke): new arch. independent impl.
23078         (mono_runtime_class_init): new arch. independent impl.
23079         (mono_runtime_object_init): new arch. independent impl.
23080
23081 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
23082
23083         * metadata.c, object.c, reflection.c: documented the exported
23084         functions.
23085
23086 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
23087
23088         * icall.c: simpler code to pass the assembly builder data to corlib.
23089         Implement GetNestedTypes() internalcall.
23090
23091 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
23092
23093         * class.c: warn if a type can't be loaded.
23094
23095 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
23096
23097         * image.h: typedef MonoImageOpenStatus
23098         * types.h: removed unused file
23099         
23100 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
23101
23102         * icall.c: Enum_ToObject accepts enum value arguments.
23103
23104 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
23105
23106         * class.c: move initialization of properties, events and nested
23107         classes, so that they happen for interfaces, too.
23108
23109 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
23110
23111         * icall.c: cleanup some ugly casts in Array_SetValue*.
23112
23113 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
23114
23115         * icall.c: the values array fro enums is of the correct type, now.
23116         Implement (correctly) getFullName instead of assQualifiedName for
23117         MonoType.
23118         * reflection.h, reflection.c: added mono_type_get_name ().
23119
23120 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
23121
23122         * assembly.c, image.h: for each MonoImage, record from wich assembly
23123         it was loaded.
23124         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
23125         Make Type.Assembly work.
23126
23127 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
23128
23129         * debug-symfile.h: use char* instead of gpointer to avoid
23130         unnecessary casts.
23131
23132         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
23133
23134         * icall.c (ves_icall_InternalExecute): impl. FielSetter
23135         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
23136
23137 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
23138
23139         * icall.c (mono_message_init): impl. (code cleanup)
23140         (ves_icall_InternalExecute): impl. FieldGetter
23141
23142         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
23143         defined we call all (non-static)methods through the vtable. 
23144
23145 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
23146
23147         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
23148         finalizer even though the memory is still referenced (and the chunk of
23149         memory is not freed).
23150
23151 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
23152
23153         * assembly.c: fix brokeness.
23154
23155 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
23156
23157         * class.c: kill some warnings. Check explicit interface method
23158         implementation also without considering the namespace.
23159         Load also literal strings in static class data.
23160
23161 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
23162
23163         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
23164         (default_assembly_name_resolver): Make the resolver take the
23165         "base" directory where the assembly was originally defined, so we
23166         can load DLLs that are in the same directory as the assembly that
23167         is being referenced.
23168
23169 2002-03-28  Dick Porter  <dick@ximian.com>
23170
23171         * file-io.h: 
23172         * file-io.c:
23173         * socket-io.c: 
23174         * unicode.h: 
23175         * unicode.c: Warning cleanups
23176
23177 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
23178
23179         * object.h, reflection.h: use the correct type instead of MonoObject.
23180
23181 2002-03-28  Martin Baulig  <martin@gnome.org>
23182
23183         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
23184         (mono_debug_update_symbol_file): Initialize classes if necessary.
23185
23186 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23187
23188         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
23189         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
23190
23191 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
23192
23193         * assembly.h: fix function prototype.
23194         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
23195         * mono-endian.h: use const cast.
23196
23197 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23198
23199         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
23200
23201 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23202
23203         * loader.c: don't assert when a typeref can't be loaded, give
23204         a chance to the runtime to trow an exception instead.
23205         * loader.h: fix warning.
23206
23207 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
23208
23209         * class.c (mono_class_proxy_vtable): added proxy support
23210
23211 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
23212
23213         * icall.c: removed last of PAL calls, added System.Environment
23214         * file-io.h, file-io.c: MonoIO implementation
23215         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
23216
23217 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23218
23219         * appdomain.c: do not use the byte marker in ldstr table lookup.
23220         * debug-helpers.c: allow two ':' to separate class and method name.
23221         * object.c: allocate arrays bounds with the GC, too.
23222         * verify: add a few more checks.
23223
23224 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
23225
23226         * reflection.c: output also literal strings. Allocate parameter data
23227         with GC_malloc() (thanks, Martin, for catching this!).
23228
23229 2002-03-26  Martin Baulig  <martin@gnome.org>
23230
23231         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
23232         include the `this' offset in the `param_offsets'.
23233
23234 2002-03-25  Martin Baulig  <martin@gnome.org>
23235
23236         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
23237         mono_debug_get_class() function to get the classes. Added new
23238         relocation types for arrays and strings.
23239         (mono_debug_get_class): New static function to search in all
23240         referenced assemblies for a metadata token.
23241
23242         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
23243
23244 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
23245
23246         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
23247         hold gc-allocated objects. Make the string heap a stream like the
23248         others. Removed duplicated code when writing stream info.
23249         Added asserts to catch possible buffer overflows. Set the sorted map
23250         for tables that need sorting. Added some documentation.
23251
23252 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
23253
23254         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
23255         for interned strings and vtables.
23256
23257 2002-03-24  Martin Baulig  <martin@gnome.org>
23258
23259         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
23260         it in the array since it was created with g_slist_prepend().
23261
23262 2002-03-24  Martin Baulig  <martin@gnome.org>
23263
23264         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
23265         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
23266         (mono_debug_method_from_token): Renamed to
23267         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
23268         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
23269
23270         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
23271         relocation types.
23272
23273         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
23274
23275 2002-03-24  Martin Baulig  <martin@gnome.org>
23276
23277         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
23278         (mono_debug_method_from_token): New func.
23279
23280         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
23281         New interncall, calls mono_debug_local_type_from_signature().
23282         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
23283         calls mono_debug_method_from_token().
23284
23285 2002-03-23  Martin Baulig  <martin@gnome.org>
23286
23287         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
23288         specifies the number of bytes to be converted, not the array size.
23289         Return the number of chars, not the number of bytes.
23290         (ves_icall_iconv_get_chars): The `byteCount' argument
23291         specifies the number of bytes to be converted, not the array size.
23292
23293 2002-03-23  Martin Baulig  <martin@gnome.org>
23294
23295         * reflection.h (MonoReflectionSigHelper): New type.
23296
23297         * reflection.c (mono_reflection_sighelper_get_signature_local),
23298         (mono_reflection_sighelper_get_signature_local): New functions.
23299
23300         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
23301         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
23302         interncalls.
23303
23304 2002-03-23  Martin Baulig  <martin@gnome.org>
23305
23306         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
23307         is_writeable is set.
23308         (mono_raw_buffer_update): New function to write the modified map
23309         back to disk.
23310
23311         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
23312
23313         * debug-symfile.c (mono_debug_update_symbol_file): Call
23314         mono_raw_buffer_update() when done writing.
23315
23316 2002-03-23  Martin Baulig  <martin@gnome.org>
23317
23318         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
23319
23320         * debug-symfile.c: Added support for arguments and local variables.
23321
23322 2002-03-23  Dick Porter  <dick@ximian.com>
23323
23324         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
23325         protected by ifdefs, hence breaking the w32 build.
23326
23327 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23328
23329         * object.c: implement is_interned() the right way.
23330
23331 2002-03-21  Martin Baulig  <martin@gnome.org>
23332
23333         * debug-symfile.[ch]: New files to handle debugging information
23334         files. There's also support to dynamically update these symbol
23335         files to include machine dependent information.
23336
23337 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
23338
23339         * threads.c (mono_thread_create): new function to create thread
23340         from C
23341
23342 2002-03-20  Martin Baulig  <martin@gnome.org>
23343
23344         * icall.c (ves_icall_InternalInvoke): Create a new object if the
23345         method is a constructor.
23346         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
23347         points to ves_icall_InternalInvoke().
23348
23349 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
23350
23351         * file-io.c: Flush shouldn't throw exceptions.
23352
23353 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
23354
23355         * file-io.c: FileStream flush support; FileSetLength now
23356         restores file pointer.
23357
23358 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23359
23360         * class.c: set image for pointer classes.
23361
23362 2002/03/19  Nick Drochak <ndrochak@gol.com>
23363
23364         * sysmath.c: Forgot one.
23365
23366 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
23367
23368         * sysmath.c: Avoid redefining existing names.
23369
23370 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
23371
23372         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
23373         handled by runtime as icall rather than dllimport from libm.so
23374         * file-io.c, file-io.h: fixed handle argument type.
23375
23376 2002-03-18  Dick Porter  <dick@ximian.com>
23377
23378         * reflection.c (mono_image_get_type_info): rename interface to
23379         iface, because of "#define interface struct" on windows.
23380
23381 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
23382
23383         * class.c, class.h: rename and export mono_ptr_class_get().
23384         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
23385         * reflection.c, reflection.h, icall.c: better/saner type name
23386         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
23387         method signatures.
23388
23389 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
23390
23391         * class.c (mono_class_init): removed hardcoded GHC_SLOT
23392
23393         * icall.c (ves_icall_InternalInvoke): impl.
23394
23395 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23396
23397         * reflection.c: output the interface map table, too.
23398
23399 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23400
23401         * class.c (class_compute_field_layout): separate computation of 
23402         static field layout
23403
23404 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
23405
23406         * icall.c: added System.Buffer support.
23407         * file-io.c: moved file icalls from PAL to FileStream.
23408
23409 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
23410
23411         * icall.c (ves_icall_System_Object_GetHashCode): impl.
23412
23413 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
23414
23415         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
23416
23417 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23418
23419         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
23420
23421 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
23422
23423         * debug-helpers.{c,h}: moved here from monograph some useful functions
23424         to locate a method by name/signature in a class or image. Included
23425         also a small and flexible IL disassembler.
23426
23427 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23428
23429         * reflection.c: fixup tokens in methods with small header size, too.
23430
23431 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
23432
23433         * object.c (mono_string_to_utf8): remove assert(!error), instead
23434         print a warning. 
23435
23436 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
23437
23438         * icall.c: update to the new mono_Array_class_get interface.
23439
23440 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23441
23442         * appdomain.c, object.c: Boehm-GC enable.
23443         * icall.c: make get_data_chunk() support split data requests.
23444         Ensure a class is initialized in more cases. Return only the first
23445         property found in GetProperties() or the compiler gets confused. 
23446         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
23447         * reflection.h, reflection.c: add fixup mechanism for field and method
23448         tokens. Initialize assembly->typeref in a single place. Output
23449         properties after events. Support custom attributes for events, too.
23450         Typo fix for paramter custom attrs.
23451
23452 2002-03-07  Martin Baulig  <martin@gnome.org>
23453
23454         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
23455
23456 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
23457
23458         * class.c (mono_array_class_get): fix. for multi. dim. arrays
23459
23460 2002-03-06  Martin Baulig  <martin@gnome.org>
23461
23462         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
23463         non-zero lower bounds. See testcases #F10-#F13.
23464
23465 2002-03-05  Martin Baulig  <martin@gnome.org>
23466
23467         * exception.c (mono_get_exception_argument_out_of_range): New exception.
23468
23469         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
23470         ves_icall_System_Array_GetValue(), only calculate the absolute array position
23471         here.
23472         (ves_icall_System_Array_SetValue): Likewise.
23473         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
23474         as argument and does the actual work. This function is used when copying a
23475         multi-dimensional array.
23476         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
23477         now do all the widening conversions of value types.
23478         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
23479
23480 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23481
23482         * class.c: remove some magic numbers and use the smbolic names,
23483         instead. Added init_events() to load event info at class init time.
23484         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
23485         and mono_metadata_methods_from_event().
23486         * reflection.h, reflection.c: added support for writing out the evnets
23487         related information.
23488
23489 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
23490
23491         * reflection.h, icall.c: use a different method (GetInterfaces)
23492         to gather interface info and add isbyref, isprimitive and
23493         ispointer to the ves_icall_get_type_info() return value.
23494
23495 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
23496
23497         * class.h: stared adding support for events.
23498         * icall.c: split find_members implementation. Added debug icall to get
23499         the address of an object.
23500         * reflection.c: handle TypeBuilders in mono_type_get_object().
23501
23502 2002-03-01  Martin Baulig  <martin@gnome.org>
23503
23504         * icall.c (ves_icall_System_Array_GetLength): This must throw an
23505         ArgumentOutOfRangeException(), not an ArgumentException().
23506         (ves_icall_System_Array_GetLowerBound): Likewise.
23507         (ves_icall_System_Array_GetValue): Improved argument checking.
23508         (ves_icall_System_Array_SetValue): Improved argument checking.
23509
23510 2002-03-01  Martin Baulig  <martin@gnome.org>
23511
23512         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
23513         called with invalid arguments rather than just dying with g_assert().
23514         (ves_icall_System_Array_SetValue): Likewise.
23515         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
23516         raise a NotImplementedException instead.
23517         (ves_icall_System_Array_GetLength): Added argument checking.
23518         (ves_icall_System_Array_GetLowerBound): Added argument checking.
23519
23520 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
23521
23522         * object.h (mono_assert): new macros mono_assert and
23523         mono_assert_not_reached
23524
23525 2002-02-28  Martin Baulig  <martin@gnome.org>
23526
23527         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
23528         and "System::String::IsInterned" to "System::String::_IsInterned".
23529
23530 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
23531
23532         * icall.c: remove hacks for typebuilder. Added icall to create a
23533         modified type from a tybebuilder.
23534         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
23535         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
23536         to create a backing MonoClass for a TypeBuilder.
23537
23538 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23539
23540         * class.c, class.h: more refactoring of class init.
23541         Export mono_class_setup_mono_type() and mono_class_setup_parent().
23542
23543 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
23544
23545         * marshal.c, marshal.h: start of marshaling interface.
23546
23547 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
23548
23549         * icall.c: fix order in assembly qualified name icall.
23550
23551 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23552
23553         * class.c: do not free str, since we store it in the hash table.
23554         * reflection.h: add label field to MonoILExceptionInfo.
23555         * reflection.c: handle references to more than one assembly. Handle
23556         case when there isn't a module created in the assembly.
23557
23558 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
23559
23560         * class.c: Fix typo. Start refactoring of class init code.
23561
23562 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
23563
23564         * appdomain.c: exit with 1 on error.
23565         * class.c: we already have the name in MonoClassField.
23566         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
23567         MonoStreamHeader instead of an offset of image->raw_metadata.
23568
23569 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
23570
23571         * appdomain.c (mono_init): Be even more descriptive about the error.
23572
23573 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
23574
23575         * appdomain.c: give the user an informative message when corlib can't
23576         be loaded.
23577
23578 2002-02-26  Martin Baulig  <martin@gnome.org>
23579
23580         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
23581         New icall to get the time zone data.
23582
23583 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23584
23585         * reflection.c: set virtual and raw size of section correctly.
23586         * threads.c: transfer domain information to newly created threads.
23587
23588 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23589
23590         * class.c: when instancing a class in a domain, load the default
23591         vaules for static fields from the constant table. Fix System.Enum to
23592         not be an enum.
23593         * icall.c: implement Object::GetType() internalcall. Implemented
23594         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
23595         Fixed checking of binding flags in find_members().
23596         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
23597         * reflection.c: handle enumerations when writing to the constant
23598         table. Use a different object cache for types.
23599
23600
23601 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
23602
23603         * object.c (mono_object_isinst): fix for arrays
23604
23605         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
23606
23607 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23608
23609         * object.c: don't use mprotect ()  and fix intern pool hash table
23610         lookup for big endian systems.
23611
23612 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23613
23614         * icall.c: change type_is_subtype_of () signature.
23615
23616 2002-02-21  Mark Crichton  <crichton@gimp.org>
23617
23618         * rand.c, rand.h: Added random number generator for
23619         System.Security.Cryptography classes.
23620
23621         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
23622
23623         * icall.c: Added System.Security.Cryptography calls.
23624
23625 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
23626
23627         * class.c, icall.c, metadata.c: better support for pointer types.
23628         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
23629         * reflection.c: Add support for getting custom attrs for properties
23630         and simplify some code.
23631
23632 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
23633
23634         * icall.c: change getToken () and add custom attribute GetBlob()helper
23635         method.
23636         * reflection.h: add custom attrs array to the reflection builder structures.
23637         * reflection.c: encode and emit custom attributes for all the relevant
23638         reflection objects. Cache fieldref and methodref tokens. Change
23639         mono_image_create_token() interface to take a MonoDynamicAssembly.
23640         More complete custom attributes decoder. Load custom attributes for
23641         Assembly, Field, Method and Constructor objects, too. Make the
23642         returned array an Attribute[] one, not object[]. Added
23643         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
23644         custom attribute constructor.
23645
23646 2002-02-20  Dick Porter  <dick@ximian.com>
23647
23648         * icall.c:
23649         * rawbuffer.c:
23650         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
23651         problem code out for now).
23652
23653 2002-02-19  Radek Doulik  <rodo@ximian.com>
23654
23655         * object.c (mono_ldstr): use hash table to avoid multiple swapping
23656
23657 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
23658
23659         * icall.c: register the GetCustomAttributes method.
23660         * object.c, object.h: add mono_string_new_len ().
23661         * reflection.h, reflection.c: added mono_runtime_invoke(),
23662         mono_install_runtime_invoke(). Added
23663         mono_reflection_get_custom_attrs () to load custom attributes and
23664         create the attribute objects.
23665
23666 2002-02-19  Dick Porter  <dick@ximian.com>
23667         * threads-dummy-types.c:
23668         * threads-dummy-types.h:
23669         * threads-dummy.c:
23670         * threads-dummy.h:
23671         * threads-pthread-types.c:
23672         * threads-pthread-types.h:
23673         * threads-pthread.c:
23674         * threads-pthread.h:  Deleted obsolete files
23675
23676 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
23677
23678         * class.c (mono_class_vtable): runtime init the class when we
23679         allocate static class data.
23680
23681         * icall.c (ves_icall_System_Array_SetValue): check for null values.
23682
23683         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
23684         and String - but we will need generic marshalling support in the
23685         future. 
23686         (mono_init): set the domain name in a ms compatible way
23687
23688         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
23689         String[].
23690
23691 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
23692
23693         * object.c (mono_array_clone): use alloca() instead of g_malloc  
23694         for sizes
23695
23696         * appdomain.c (mono_domain_unload): impl.
23697
23698 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23699
23700         * appdomain.c, object.c: fix intern pool implementation.
23701         * class.c: fix alignment code.
23702
23703 2002-02-16  Radek Doulik  <rodo@ximian.com>
23704
23705         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
23706         and s2 > s1, just copy lower bytes to be compatible with little
23707         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
23708         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
23709
23710         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
23711         force big_endian to be 1 for big endian machines 
23712         (ves_icall_iconv_new_decoder): ditto
23713
23714 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
23715
23716         * socket-io.c (convert_sockopt_level_and_name): If the system
23717         doesn't define SOL_IP or SOL_TCP, get them by hand using
23718         getprotobyname() and caching the values (because this could be a
23719         slow operation).
23720         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
23721         Use the appropriate struct when the system does support it. Ie,
23722         not all systems have struct ip_mreqn so use struct ip_mreq when
23723         appropriate.
23724
23725 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
23726
23727         * reflection.c: handle finally clauses.
23728
23729 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
23730
23731         * socket-io.c: use g_snprintf() instead of snprintf.
23732
23733 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23734
23735         * reflection.c (mono_param_get_objects): Cast second argument to
23736         mono_method_get_param_names to a const char** to silence the
23737         compiler warning.
23738
23739         * appdomain.c (mono_domain_assembly_open): Put parens around the
23740         truth statement in the for-loop.
23741
23742         * unicode.c (iconv_convert): Got rid of a compiler warning about
23743         int i being unused when the system has a new iconv.
23744         (iconv_get_length): Same.
23745
23746         * image.c (load_class_names): Cast the second argument to
23747         g_hash_table_insert() to char* to hush compiler warnings about the
23748         arg being a const.
23749         (mono_image_open): Same here.
23750
23751         * socket-io.c: Don't conditionally include sys/filio.h or
23752         sys/sockio.h here anymore since we now get them from
23753         io-layer/io-layer.h
23754         (inet_pton): If the system doesn't support inet_aton, implement
23755         using inet_addr and also #define INADDR_NONE if it isn't defined
23756         by the system.
23757
23758 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
23759
23760         * metadata.c, metadata.h: added function to get packing and size info
23761         of a typedef.
23762         * reflection.h, reflection.c: handle field RVA data. Save info about
23763         the table layout if needed. Assign typedef indexes to all the types
23764         before dumping the info about them to avoid forward reference problems.
23765
23766 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
23767
23768         * socket-io.c (convert_sockopt_level_and_name): ifdef
23769         SO_ACCEPTCONN because it is not defined on my system (old debian)
23770
23771 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
23772
23773         * opcode.c: use stddef.h to get NULL.
23774
23775 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
23776
23777         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
23778         for FIONBIO, FIONREAD and SIOCATMARK.
23779         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
23780         define INADDR_NONE and besides, inet_addr() is deprecated and
23781         should not be used. Use inet_pton() instead - it also has the
23782         added bonus that it can easily handle IPv6 addresses as well.
23783         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
23784
23785 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
23786
23787         * decimal.c: remove _MSC_VER conditional.
23788
23789 2002-02-13  Dick Porter  <dick@ximian.com>
23790
23791         * socket-io.c: 
23792         * icall.c: Internal calls for Blocking, Select, Shutdown,
23793         GetSocketOption and SetSocketOption
23794
23795 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23796
23797         * assembly.cs: better resolver: use it instead of some kludgy
23798         code.
23799
23800 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
23801
23802         * reflection.c: the best way to speed-up the compiler is to avoid
23803         infinite loops.
23804
23805 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
23806
23807         * class.c (mono_class_vtable): changed the object layout
23808         (obj->vtable->class). 
23809         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
23810
23811 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
23812
23813         * assembly.c: look for assemblies in the assembly dir, too.
23814
23815 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23816
23817         * class.c: fix thinko in mono_class_from_type().
23818
23819 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
23820
23821         * exception.h, exception.c: added TypeLoadException.
23822         * object.h, object.c: added mono_array_clone ().
23823         * icall.c: handle throwOnError in AssemblyGetType().
23824         Added Array.Clone().
23825         * opcode.h, opcode.c: use a single value for the opcode val.
23826         Compile fix for non-gcc compilers.
23827
23828 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
23829
23830         * opcodes.c, opcodes.h: export interesting info about opcodes.
23831
23832 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
23833
23834         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
23835         icalls. 
23836
23837         * class.c (class_compute_field_layout): set element_class for enums
23838         (mono_class_create_from_typedef): set element_class for normal classes
23839
23840         * icall.c (ves_icall_System_Enum_get_value): impl.
23841
23842         * class.c (mono_class_create_from_typedef): do not set valuetype
23843         flag for System.ValueType and System.Enum
23844
23845 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
23846
23847         * unicode.c (iconv_convert): fix big endian problem.
23848
23849 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
23850
23851         * class.c: add asserts if we are ever going to scribble over memory.
23852         * socket-io.c: not all systems have AF_IRDA defined.
23853
23854 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
23855
23856         * class.c (class_compute_field_layout): do not consider static
23857         fields to compute alignment
23858
23859 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
23860
23861         * appdomain.c (mono_appdomain_get): impl.
23862         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
23863
23864 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
23865
23866         * icall.c: ignore "file://" prefix when loading an assembly.
23867
23868 2002-01-23  Dick Porter  <dick@ximian.com>
23869
23870         * socket-io.c:
23871         * icall.c:
23872         * Makefile.am: Added socket support
23873
23874 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
23875
23876         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
23877         code back.  This should return the assemblies that are loaded by
23878         the runtime on behalf of an application domain. 
23879
23880         The current implementation is still broken, it just returns every
23881         assembly loaded, but until we get real applications domain this
23882         will do.
23883
23884 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
23885
23886         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
23887         AppDomain object.
23888
23889 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
23890
23891         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
23892         the mono_class_from_name lookup.
23893         (ves_icall_get_parameter_info): ditto.
23894         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
23895         method.
23896         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
23897
23898 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
23899
23900         * class.c: load also nested classes on class init.
23901         System.ValueType instance methods gets passed boxed
23902         values, unless methods in derived classed that get a pointer to the
23903         data.
23904         * icall.c: use better name parsing code in GetType().
23905         * image.c, image.h: add mono_image_loaded ().
23906         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
23907         * reflection.c, reflection.h: added mono_reflection_parse_type().
23908
23909 2002-01-22  Veronica De Santis <veron78@interfree.it>
23910
23911         * icall.c : Added mapping of internal calls for Manual and Auto reset events
23912         * threads.c : Added the implementation of internal calls for events
23913         * threads.h : Added prototypes of internal calls for events
23914         
23915 2002-01-21  Radek Doulik  <rodo@ximian.com>
23916
23917         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
23918
23919 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
23920
23921         * class.c (mono_class_init): set min_align to 1 (instead of 0)
23922         (mono_class_value_size): use min_align
23923
23924 2002-01-20  Dick Porter  <dick@ximian.com>
23925
23926         * threads.h:
23927         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
23928         so it compiles on w32.
23929
23930 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
23931
23932         * metadata.c (mono_type_stack_size): impl.
23933
23934         * class.c (mono_class_get_field): impl. memberref token
23935
23936 2002-01-16 Veronica De Santis <veron78@@interfree.it>
23937
23938         * icall.h : Added the internal calls mapping for CreateMutex_internal
23939                     and ReleaseMutex_internal.
23940         * threads.h : Added the prototype of mutexes internal calls.
23941         * threads.c : Added the implementations of mutexes internal calls.
23942
23943 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
23944
23945         * metaparse.h: removed unused file.
23946         * reflection.c, reflection.h: added stream_data_align () function 
23947         to align data in streams and keep stream aligned. Add support for
23948         exception support in method headers.
23949
23950 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
23951
23952         * unicode.c: make iconv_convert () return the number of bytess written
23953         in the output buffer.
23954
23955 2002-01-15  Dick Porter  <dick@ximian.com>
23956         * threads.c: Make the runtime's idea of infinite timeouts coincide
23957         with the class library's
23958
23959         Fix a particularly egregious bug in mono_thread_cleanup(). That
23960         code was so utterly bogus it must have been written on a Monday.
23961
23962 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
23963
23964         * reflection.h: add subtypes field to TypeBuilder.
23965         * reflection.c: encode constants for literal fields.
23966         Handle subtypes. Fix user string token (and add a zero byte)
23967         at the end.
23968         
23969 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
23970
23971         * class.c (mono_class_init): bug fix: assign slot numbers for
23972         abstract methods.
23973
23974 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
23975
23976         * reflection.c: don't try to output a code RVA for abstract methods.
23977         Small fixes for method header format. Output parameter info to the
23978         ParamDef table. Save method overriding info to MethodImpl table.
23979         Fix property support. Allow typedef.extends to be a type in the
23980         building assembly.
23981         * verify.c: fix off-by-one error.
23982
23983 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
23984
23985         * class.c: fix mono_class_from_mono_type () for szarray types.
23986         Remove unused cache check in mono_class_from_type_spec().
23987         * icall.c: *type_from_name () functions handle simple arrays and byref.
23988         * reflection.c: handle byref and szarray types. Handle methods without
23989         body (gets P/Invoke compilation working). Handle types and fields in
23990         get_token ().
23991         * reflection.h: add rank to MonoTypeInfo.
23992
23993 2002-01-10  Dick Porter  <dick@ximian.com>
23994
23995         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
23996         internal calls
23997
23998 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
23999
24000         * icall.c: initialize class in type_from_handle ().
24001         Loop also in parent classes for get_method ().
24002         * reflection.c: properly encode class and valuetype types.
24003         Start on encoding TypeBuilder types. Handle fieldrefs.
24004         Use correct length when registering a user string.
24005         Handle ConstructorBuilder and MonoMethod in get_token ().
24006         Make mono_type_get_object () aware of cached types.
24007         * object.c: back out change to mono_string_new ().
24008
24009 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
24010         * object.c: mono_string_new should return a NULL when the string 
24011         passed in is NULL -- not try to deference it.
24012         
24013 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
24014
24015         * icall.c: hack to make IsSubType work for TypeBuilders.
24016         * reflection.c: emit constructors before methods.
24017         Retrieve param names in mono_param_get_objects().
24018
24019 2002/01/05  Nick Drochak  <ndrochak@gol.com>
24020
24021         * Makefile.am: fix list of headers and sources so automake 1.5
24022         doesn't complain. Removed \# at end of list.
24023
24024 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
24025
24026         * reflection.c: get token for a method ref. Set return type of
24027         constructor to void.
24028         * loader.c: debug message.
24029         * class.c: typo fix.
24030
24031 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
24032
24033         * icall.c: fix array init with rank > 1. FindMembers
24034         loops in parent class as well.
24035         * image.c: do not insert nested types in name cache.
24036         * reflection.c: warning fix.
24037         * reflection.h: add override method (for interface impl).
24038
24039 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
24040
24041         * metadata.c: fix customattr decoding.
24042
24043 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
24044
24045         * rawbuffer.cs: Added native Win32 implementation, avoids using
24046         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
24047
24048 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
24049
24050         * class.c: make the low-level routines handle the cache.
24051
24052 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
24053
24054         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
24055
24056 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
24057
24058         * class.c: fix mono_array_element_size() for objects.
24059         * class.h, class.c: add properties to MonoClass and load them
24060         at init time.
24061         * icall.c: check with isinst() when assigning a value to an array
24062         instead of requiring the classes to match exactly.
24063         Implemented icall for System.Type::GetType().
24064         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
24065         enums. Handle bindingflags when looking for methods and fields.
24066         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
24067         and mono_metadata_methods_from_property().
24068         * reflection.h, reflection.c: added structures for propreties,
24069         parameters and enums. Implemented mono_property_get_object() and
24070         mono_param_get_objects().
24071
24072 2001-12-18  Dick Porter  <dick@ximian.com>
24073
24074         * file-io.c: Use mono_string_to_utf16() instead of
24075         mono_string_chars()
24076
24077         * object.c: Added mono_string_to_utf16(), which copies the non
24078         NULL-terminated MonoString into a new double-null-terminated
24079         buffer.
24080
24081 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
24082
24083         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
24084
24085 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
24086
24087         * file-io.c: raise exceptions if handle is invalid.
24088
24089 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
24090
24091         * assembly.c: yet another check for mscorlib.
24092         * class.c, class.h: load nesting info for classes.
24093         * icall.c: many new functions to support the Reflection classes.
24094         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
24095         * reflection.h, reflection.c: mono_image_create_token(),
24096         mono_assembly_get_object(), mono_type_get_object(),
24097         mono_method_get_object(), mono_field_get_object(): methods to return
24098         objects that parallel the C representation of assemblies, types,
24099         methods, fields.
24100
24101 2001-12-11  Dick Porter  <dick@ximian.com>
24102
24103         * icall.c:
24104         * file-io.c: Internal calls for file IO.
24105
24106 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
24107
24108         * tabledefs.h: missing FileAttributes.
24109         * verify.h, verify.c: use is_valid_string () to simplify and check for
24110         valid strings more correctly. Fix warnings and speeling.
24111         Check more tables: Filed, File, ModuleRef, StandAloneSig.
24112         Check code: branches, maxstack, method calls.
24113
24114 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
24115
24116         * object.c (mono_object_allocate): removed static, so that the jit
24117         can allocate value types.
24118
24119         * icall.c (ves_icall_System_DateTime_GetNow): impl.
24120
24121 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24122
24123         * class.c: init enum types right away and register the
24124         token->MonoClass map in mono_class_create_from_typedef ().
24125         * verify.h, verify.c: first cut of the verifier.
24126         * pedump.c: add --verify switch to verify metadata tables.
24127         * tabledefs.h: add some missing enums.
24128
24129 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
24130
24131         * class.c (mono_install_runtime_class_init): impl.
24132         (mono_class_init): renamed mono_class_metadata_init to
24133         mono_class_init, also removed the metadata_inited flag
24134
24135         * object.c (mono_object_isinst): use faster algorithm
24136
24137 2001-11-30  Radek Doulik  <rodo@ximian.com>
24138
24139         * mono-endian.h: reverted last change
24140         added function prototypes
24141
24142         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
24143         add mono-endian.c back
24144
24145         * mono-endian.c: returned back, as Paolo pointed out, it's needed
24146         for unaligned access, I've mistaked it with endianess. I am
24147         sorry.
24148         (mono_read16): fix reverted endianess
24149         (mono_read64): ditto
24150         (mono_read32): ditto
24151
24152 2001-11-30  Dick Porter  <dick@ximian.com>
24153
24154         * exception.c: Implement mono_exception_from_name()
24155
24156 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24157
24158         * metadata.h, metadata.c: remove params_size and locals_size and their
24159         calculation from the metadata code: they are only usefult to the
24160         interp.
24161
24162 2001-11-29  Radek Doulik  <rodo@ximian.com>
24163
24164         * object.c (mono_ldstr): swap bytes here, it's probably not the
24165         best place, but works for me now, I'll redo it once I know mono
24166         better, also note that I add PROT_WRITE and don't reset back, also
24167         note that it's only affects big endians, so x86 should be OK
24168
24169         * mono-endian.h (read16): use just glib macros for both endians
24170
24171         * mono-endian.c: removed as glib macros are used in in
24172         mono-endian.h so we don't need to care about endianess for read
24173         macros as glib does that for us already
24174
24175 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
24176
24177         * class.h, class.h: take minimum alignment into consideration so
24178         that the fields of a class remain aligned also when in an array.
24179
24180 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24181
24182         * loader.h, loader.c: add mono_method_get_param_names().
24183         * class.c: 0-init class fields.
24184
24185 2001-11-26  Dick Porter  <dick@ximian.com>
24186
24187         * icall.c:
24188         * threads-types.h:
24189         * threads.c: New file that handles System.Threading on all platforms
24190
24191         * object.c: 
24192         * object.h: Remove the synchronisation struct from MonoObject,
24193         replace it with a pointer that gets initialised on demand
24194
24195         * Makefile.am: Replace all the system-specific threading code with
24196         a single file that uses the new wrapper library
24197
24198 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
24199
24200         * class.c, class.h: add mono_install_trampoline() so that the runtime
24201         can register a function to create a trampoline: removes the ugly
24202         requirement that a runtime needed to export arch_create_jit_trampoline.
24203         * object.h, object.c: added mono_install_handler() so that the runtime
24204         can install an handler for exceptions generated in C code (with
24205         mono_raise_exception()). Added C struct for System.Delegate.
24206         * pedump.c: removed arch_create_jit_trampoline.
24207         * reflection.c: some cleanups to allow registering user strings and
24208         later getting a token for methodrefs and fieldrefs before the assembly
24209         is built.
24210         * row-indexes.h: updates and fixes from the new ECMA specs.
24211
24212 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
24213
24214         * class.h, class.c: add enum_basetype field to MonoClass.
24215         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
24216         to get index in the constant table reated to a field, param or
24217         property.
24218         * reflection.h, reflection.c: handle constructors. Set public-key and
24219         version number of the built assembly to 0.
24220         * row-indexes.h: update from new ECMA spec.
24221
24222 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24223
24224         * class.h, class.c: add a max_interface_id to MonoClass.
24225         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
24226         since it's used to do that. Added mono_type_type_from_obj().
24227         Make GetType() return NULL instead of segfaulting if the type was not
24228         found. Handle simple arrays in assQualifiedName.
24229         * object.h: add a struct to represent an Exception.
24230         * reflection.c: output call convention in method signature.
24231         Add code to support P/Invoke methods and fixed offsets for fields.
24232
24233 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
24234
24235         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
24236         the value.
24237         * icall.c: use mono_array_addr instead of array->vector: fixes the
24238         reflection image writing.
24239         * reflection.c: init call convention byte to 0 in method signature.
24240         Encode the property signature. Don't output property-related methods
24241         twice. Really process the properties for a type (don't cast a field to
24242         a property, my mom always told me that).
24243         Fix 64 bit issues in pointer alignment in a different and more
24244         readable way.
24245
24246 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
24247
24248         * loader.h: Removed type class from MonoDefaults, added monotype
24249
24250         * loader.c: Loaded MonoType, removed loading of Type
24251
24252         * icall.c (my_mono_new_object): Now returns a System.MonoType,
24253         and fills in System.Type._impl with a RuntimeTypeHandle rather
24254         than the actual MonoClass *
24255
24256         (ves_icall_type_from_handle): change from type_class to
24257         monotype_class
24258
24259         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
24260         implemented
24261
24262         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
24263         implemented
24264
24265         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
24266
24267         (ves_icall_System_Reflection_Assembly_GetType): implemented
24268
24269         (ves_icall_System_MonoType_assQualifiedName): implemented
24270
24271         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
24272
24273 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
24274
24275         * assembly.c (mono_assembly_open): Implement a cache for the
24276         assemblies. 
24277
24278         (mono_assembly_close): only destroy the assembly when the last
24279         reference is gone.
24280         
24281 2001-11-09  Dick Porter  <dick@ximian.com>
24282
24283         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
24284
24285 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
24286
24287         * class.c (mono_class_metadata_init): bug fix: compute the right slot
24288
24289 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
24290
24291         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
24292         from Martin Weindel.
24293         * object.h: add mono_string_chars ().
24294
24295 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
24296
24297         * reflection.c (build_compressed_metadata): Eliminates warnings
24298         and uses 64-bit clean code.
24299
24300         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
24301         (mono_type_equal): Change signature to eliminate warnings.
24302
24303 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
24304
24305         * icall.c, loader.c: remove the internalcall array constructors.
24306         Changes to match the new MonoArray structure.
24307         * object.h, object.c: an array object doesn't allocate an extra
24308         vector. Add mono_array_new_full () to create jagged arrays easily.
24309
24310 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
24311
24312         * metadata.h, metadata.c: add mono_metadata_field_info () to
24313         retreive all the info about a field from vairous tables.
24314         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
24315         * class.h, class.c: augment MonoClassField with more info.
24316         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
24317         policy and load a field's RVA if needed.
24318
24319 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
24320
24321         * class.c (mono_class_metadata_init): create a trampoline for all
24322         virtual functions instead of actually compiling them.
24323
24324 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
24325
24326         * class.h, class.c: include name in MonoClassField.
24327         * class.c: fix fundamental type of System.Object and System.String.
24328         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
24329         tokens in ldtoken.
24330         * icall.c: remove internalcalls for the Reflection stuff that is now
24331         done in C# code.
24332         * loader.c: mono_field_from_memberref () implementation.
24333         * mono-endian.c: thinko (s/struct/union/g).
24334         * object.c, object.h: make the mono_string_* prototypes actually use
24335         MonoString instead of MonoObject.
24336         * reflection.c, reflection.h: updates for changes in the reflection
24337         code in corlib: we use C structures that map to the actual C# classes.
24338         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
24339         fat method header if needed and use the info from the ILGenerator for
24340         methods. Handle fields in types. Misc fixes.
24341
24342 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
24343
24344         * class.c (mono_class_metadata_init): bug fix: always allocate
24345         space for static class data
24346
24347 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
24348
24349         * class.c (mono_compute_relative_numbering): use relative
24350         numbering to support fast runtime type checks.
24351
24352 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
24353
24354         * class.c (mono_class_create_from_typeref): added debugging output
24355         to print class name when MonoDummy is returned instead of real class
24356
24357 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
24358
24359         * class.c (mono_class_metadata_init): interface offset table now
24360         contains pointers into the vtable - this is more efficient for the jit
24361
24362 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
24363
24364         * class.c (mono_class_metadata_init): use a temporary vtable (the
24365         old algorithm only worked for the interpreter, but not for the jit)
24366
24367 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
24368
24369         * loader.c (method_from_memberref): use mono_class_get to get the
24370         class of an array instead of using System.Array directly.
24371         (mono_get_method): also add MEMBERREF methods to the method cache
24372         which usefull for arrays.
24373
24374 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
24375
24376         * pedump.c (arch_compile_method): added to compute vtable entry
24377
24378         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
24379         number of interfaces.
24380         
24381         * class.h: merged MonoArrayClass into MonoClass
24382
24383         * class.c (mono_class_create_from_typedef): compute the vtable size and
24384         allocate space to include the vtable inside MonoClass
24385         (mono_class_metadata_init): initialize the vtable
24386
24387 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
24388
24389         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
24390         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
24391         * image.c: endian fixes by Laurent Rioux.
24392         * object.h, object.c: rename MonoStringObject to MonoString and
24393         MonoArrayObject to MonoArray. Change some function names to conform to
24394         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
24395         guint16* as first argument, so don't use char*.
24396         Provide macros to do the interesting things on arrays in a portable way.
24397         * threads-pthread.c: updates for the API changes and #include <sched.h>
24398         (required for sched_yield()).
24399         * icall.c: updates for the API changes above.
24400         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
24401         platforms that need them.
24402
24403 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24404
24405         * class.c: set the correct type for all the fundamental
24406         type when loading the class.
24407
24408 2001-10-05  Dick Porter  <dick@ximian.com>
24409
24410         * threads-pthread.c (pthread_mutex_timedlock): Simple
24411         compatibility version for C libraries that lack this call.
24412
24413 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24414
24415         * class.c: MonoTypes stored in MonoClass are stored as
24416         fundamental MonoTypes when the class represents a
24417         fundamental type (System.Int32, ...).
24418         The TypeHandle return by ldtoken is a MonoType*.
24419         * icall.c: ves_icall_get_data_chunk () write out all the
24420         PE/COFF stuff. Implement ves_icall_define_method (),
24421         ves_icall_set_method_body (), ves_icall_type_from_handle ().
24422         * image.c: properly skip unknown streams.
24423         * loader.h, loader.c: add type_class to mono_defaults.
24424         * metadata.c, metadata.h: export compute_size () as
24425         mono_metadata_compute_size () with a better interface.
24426         Typo and C&P fixes.
24427         * pedump.c: don't try to print the entry point RVA if there is no entry point.
24428         * reflection.c, reflection.h: many cleanups, fixes, output method
24429         signatures and headers, typedef and typeref info, compress the metadata
24430         tables, output all the heap streams, cli header etc.
24431         * row-indexes.h: typo fixes.
24432
24433 2001-10-04  Dick Porter  <dick@ximian.com>
24434
24435         * object.h: Add a synchronisation mutex struct to MonoObject
24436
24437         * object.c (mono_new_object): Initialise the object
24438         synchronisation mutexes
24439
24440         * icall.c: System.Threading.Monitor internal calls
24441         
24442         * threads-pthread.h:
24443         * threads-pthread.c: System.Threading.Monitor internal calls
24444
24445         * threads-types.h: New file, includes the system-specific thread
24446         structures
24447         
24448         * threads-pthread-types.h:
24449         * threads-pthread-types.c: New files, handle pthread-specific
24450         synchronisation types
24451
24452         * threads-dummy-types.h: 
24453         * threads-dummy-types.c: New files of dummy support for
24454         thread-specific types
24455
24456         * metadata.c:
24457         * image.c:
24458         * pedump.c: include mono-endian.h not endian.h
24459         
24460         * Makefile.am: More threads files.
24461         Name mono-endian.h not endian.h
24462
24463 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
24464
24465         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
24466         stuff and implement a few more bits.
24467         * icall.c: a field needs to be dereferenced twice. Do not use the same
24468         name for two variables in the same scope.
24469         * image.c, image.h: cleanups.
24470
24471 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
24472
24473         * class.c (mono_class_metadata_init): bug fix: compute the right size
24474
24475 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
24476
24477         * icall.c: implemented some of the Reflection internalcalls.
24478         * image.c, image.h: start writing out the PE/COFF image.
24479         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
24480         that does the reverse than decode_blob_size ().
24481         * object.c: use mono_metadata_encode_value (). Move here
24482         temporary implementation of mono_string_to_utf8 ().
24483         * rawbuffer.c: make malloc_map static.
24484
24485 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24486
24487         * metadata.c: fix type comparison for arrays.
24488         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
24489         Added a couple of new classes to monodefaults.
24490         * icall.c: added a couple of Reflection-related internalcalls.
24491         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
24492         Added a byval_arg MonoType to MonoClass.
24493
24494 2001-09-28  Dick Porter  <dick@ximian.com>
24495
24496         * icall.c:
24497         * threads-pthread.h: 
24498         * threads-pthread.c: Implemented internal calls for
24499         LocalDataStoreSlot operations.  Applied mutexes around all shared
24500         data.  Reworked the thread creation and Start() operations to
24501         avoid a race condition.
24502         
24503         * threads-dummy.h:
24504         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
24505
24506 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
24507
24508         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
24509
24510 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
24511
24512         * class.c, loader.c: warn and return NULL instead of erroring out.
24513         * icall.c: added System.AppDomain::getCurDomain().
24514         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
24515
24516 2001-09-25  Dick Porter  <dick@ximian.com>
24517
24518         * threads-pthread.h:
24519         * threads-pthread.c: Implemented timed thread joining and added
24520         System.Threading.Thread::Join_internal internal call
24521
24522         * icall.c: Added System.Threading.Thread::Join_internal internal call
24523
24524         * threads-dummy.h:
24525         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
24526
24527 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
24528
24529         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
24530         mono_string_intern () to implement the semantics of the ldstr opcode
24531         and the interning of System.Strings.
24532         * icall.c: provide hooks to make String::IsIntern and String::Intern
24533         internalcalls.
24534
24535 2001-09-23  Dick Porter  <dick@ximian.com>
24536
24537         * threads-dummy.c: 
24538         * threads-dummy.h: New files of dummy threading routines
24539
24540         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
24541         support code based on system specifics
24542
24543         Rename PTHREAD_LIBS to THREAD_LIBS
24544         
24545 2001-09-23  Dick Porter  <dick@ximian.com>
24546
24547         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
24548         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
24549         internal calls.
24550         (mono_thread_init): Set up a Thread object instance to return when
24551         the main thread calls Thread.CurrentThread
24552         (mono_thread_cleanup): Wait for all subthreads to exit
24553
24554         * icall.c: New internal calls for System.Threading.Thread::Sleep
24555         (including Schedule) and CurrentThread
24556
24557         * threads.h: New file, to insulate thread-specific stuff from the
24558         rest of the code
24559
24560 2001-09-21  Dick Porter  <dick@ximian.com>
24561
24562         * threads-pthread.h: 
24563         * threads-pthread.c: New file, for handling pthreads-style
24564         threading support.  Start() now starts a new thread and executes
24565         the ThreadStart delegate instance.
24566
24567         * icall.c: Added the internalcall for
24568         System.Threading.Thread::Start_internal
24569
24570         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
24571
24572 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
24573
24574         * loader.c: work around the different signatures for delegates
24575         constructors csc generates in compiled code vs the ones compiled in mscorlib.
24576
24577 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24578
24579         * class.h, class.c: add mono_class_get_field_from_name ().
24580         * *: Fix C comments and other ANSI C issues.
24581
24582 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
24583
24584         * endian.h, assembly.c: fix some endianness issues.
24585
24586 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
24587
24588         * loader.h, load.c: add delegate_class to mono_defaults.
24589         Handle runtime provided methods in mono_get_method ().
24590
24591 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
24592
24593         * loader.c (mono_get_method): use pinvoke for internal call
24594
24595         * icall.c: use pinvoke for internal call
24596
24597         * loader.c (method_from_memberref): set the method name
24598
24599 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
24600
24601         * metadata.c: help the compiler generate better code for
24602         mono_class_from_mono_type ().
24603
24604 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
24605
24606         * class.c (mono_class_metadata_init): delayed computing of the
24607         class size to mono_class_metadata_init ()
24608
24609 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
24610
24611         * class.c, class.h: add an interfaces member to MonoClass.
24612         * image.c, image.h: add assembly_name field to MonoImage
24613         from the assembly table.
24614         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
24615
24616 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24617
24618         * class.c: Handle Array in mono_class_from_mono_type ().
24619         * metadata.c, pedump.c: some endian fixes.
24620
24621 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
24622
24623         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
24624         * metadata.c: fix small problem introduced with the latest commit.
24625
24626 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
24627
24628         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
24629         We don't need a MonoMetadata pointer anymore to compare signatures in
24630         mono_metadata_signature_equal (), update callers.
24631         Reduced memory usage an number of allocations for MonoMethodHeader and
24632         MonoMethodSignature.
24633
24634 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
24635
24636         * metadata.c: added compare for szarray.
24637
24638 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
24639
24640         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
24641         and add a couple more types to it and mono_defaults. Give an hint on
24642         classes that need implementing in our corlib and are referenced
24643         in mscorlib.
24644
24645 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
24646
24647         * class.h, class.c: keep track if a class is also an Enum.
24648         * loader.c: Implement a couple more types for use in libffi
24649         marshalling. Gives better diagnostics when failing to dlopen
24650         a library. Set method->klass for P/Invoke methods, too.
24651
24652 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
24653
24654         * class.c, class.h: add a MonoType this_arg to MonoClass that
24655         represents a pointer to an object of the class' type that
24656         can be used by the interpreter and later the type cache.
24657         Add best guess alignment info for valuetype objects.
24658
24659 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
24660
24661         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
24662         into MonoType: one less level of indirection and allocation and
24663         simplifies quite a bit of code. Added cache for MonoTypes that are
24664         used frequently, so that we don't need to allocate them all the time.
24665
24666 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
24667
24668         * class.c (mono_class_create_from_typedef): System.Enum is also a
24669         value type, although it does not derive from System.ValueType
24670         (maybe a bug in the ms compiler?)
24671
24672         * metadata.c (mono_type_size): return the right size for value types
24673
24674         * loader.c (mono_get_method): only initialize method header if not abstract
24675
24676         * class.c (mono_class_from_mono_type): use mono_default values. 
24677
24678 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
24679
24680         * *: use MonoClass pointers instead of <type_tokens>
24681         
24682         * class.h: new flag: metadata_inited.
24683
24684         * class.c (mono_class_metadata_init): impl.
24685         (mono_class_instance_size): impl.
24686         (mono_class_data_size): impl.
24687
24688 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
24689
24690         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
24691         MonoClass now has the name and name_space fields. 
24692         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
24693         mono_get_method () takes and optional MonoClass as argument.
24694         Removed mono_typedef_from_name() and added mono_class_token_from_name()
24695         instead that takes advantage of a map from class names to typedef
24696         tokens in MonoImage.
24697
24698 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
24699
24700         * metadata.c: zero is not a valid alignment boundary.
24701         Merge MONO_TYPE_VOID in default decoding code.
24702
24703 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
24704
24705         * image.h: merged MonoMetadata into MonoImage
24706
24707         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
24708         identify the type of elements.
24709
24710 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
24711
24712         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
24713         * cil-coff.h: split MonoMSDOSHeader and add size info.
24714         * image.c: add some consistency checks.
24715         * metadata.c: fix row size computation: one programmer
24716         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
24717         add explanation for the locator routine.
24718         Fix decoding of size in method header.
24719         
24720 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
24721
24722         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
24723         (g_concat_dir_and_file): Bring g_concat_dir_and_file
24724         function from gnome-libs.  This uses the right path separator
24725         based on the OS, and also works around a bug in some systems where
24726         a double slash is not allowed. 
24727         (default_assembly_name_resolver): Use g_concat_dir_and_file
24728         (mono_assembly_open): ditto.
24729
24730 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
24731
24732         * metadata.c (mono_metadata_signature_equal): impl.
24733
24734         * *: void is now a realy MonoType (instead of using NULL)
24735         
24736         * metadata.c (do_mono_metadata_parse_type): use
24737         mono_metadata_parse_type to parse void value.
24738
24739 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
24740
24741         * metadata.c, metadata.h: in the signature and method header store
24742         only the space required for holding the loca vars and incoming arguments.
24743
24744 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
24745
24746         * metadata.c (do_mono_metadata_parse_type): treat void like any
24747         other type (instead of assigning NULL);
24748
24749 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
24750
24751         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
24752
24753 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
24754
24755         * image.c (do_mono_image_open): added a cache for arrays.
24756
24757 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24758
24759         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
24760         decode a single column from a row in a metadata table and changes
24761         to take advantage of it in the typedef locator (gives a nice speed up).
24762         Store offset info for function params.
24763
24764 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
24765
24766         * image.h (MONO_IMAGE_IS_CORLIB): removed 
24767
24768 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
24769
24770         * assembly.c: how could mono_assembly_close () had ever worked?
24771         * metadata.c, metadata.h: provide offset info for local vars.
24772         Implement mono_type_size () to take care of alignment as well
24773         as size (it was mono_field_type_size in cli/class.c before).
24774
24775 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
24776
24777         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
24778
24779         * assembly.h (CORLIB_NAME): set to corlib.dll
24780
24781         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
24782
24783 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
24784
24785         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
24786         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
24787         tokentype.h: massive namespace cleanup.
24788
24789 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
24790
24791         * metadata.h, metadata.c: decode exception clauses when parsing method header.
24792
24793 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
24794
24795         * metadata.c (mono_metadata_free_type): added check for type !=
24796         NULL (void) before calling mono_metadata_free_type()
24797
24798 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
24799
24800         * metadata.h, row_indexes.h: added header with enumerations to use
24801         to index in the columns from tables in metadata and to decode coded
24802         tokens: we should start using this instead of embedding magic numbers
24803         all over the code.
24804
24805 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
24806
24807         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
24808         Move metadata_t info from cli_image_info_t to MonoImage, where
24809         it's easily accessible. Changed all the uses accordingly.
24810         Added the method and class caches to MonoImage.
24811         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
24812         and mono_metadata_decode_value () signature to be more consistent
24813         with the other parse functions (and simplify code). Taken advantage
24814         of zero-length array allocation with GCC. Removed reduntant (and
24815         wrong) MonoFieldType struct and use MonoParam instead. Changed
24816         mono_metadata_parse_field_type () to use common code for parsing.
24817         Added mono_metadata_typedef_from_field () and
24818         mono_metadata_typedef_from_method () to lookup a typedef index from a
24819         field or method token.
24820         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
24821
24822 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
24823
24824         * metadata.c (mono_metadata_parse_field_type): Implement. 
24825         (do_mono_metadata_parse_type): Split engine from
24826         mono_metadata_parse_type, so that we can create smaller structures
24827         for things that just have one pointer to the MonoType (look at
24828         the MonoFieldType)
24829
24830 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
24831
24832         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
24833         as Jan Gray found out, it is incorrect. 
24834
24835 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
24836
24837         * assembly.c: Implement asssembly loading.  This loads an image
24838         and loads all the referenced assemblies.  Come to think of it, we
24839         could always do lazy loading of the assemblies. 
24840
24841         * image.c (mono_image_open): Keep loaded images in a hashtable.
24842
24843         * image.h (MonoImage): Add reference count.
24844
24845 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
24846
24847         * assembly.c (mono_assembly_open): Keep track of the file name in
24848         case the assembly has no ASSEMBLY table.
24849
24850         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
24851         from get.c here.
24852
24853 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
24854
24855         * metadata.c, metadata.h: decode local vars in method header
24856         parse function. Change callers accordingly.
24857
24858 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
24859
24860         * metadata.h, cil-coff.h: protect against multiple inclusion.
24861         Added some new structures to hold information decoded from metadata:
24862         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
24863         and relevant decoding/free functions.
24864         * metadata.c: implement decoding functions. Add warning for out of bounds
24865         index in mono_metadata_locate(). Implement mono_get_method () to retreive
24866         all the info about a method signature and invocation. Remove check on
24867         uninitialized local var in parse_mh() and fix memory leak.
24868
24869 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
24870
24871         * metadata.h: More macros.
24872
24873         * tokentype.h: New file.
24874
24875 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
24876
24877         * assembly.c: added a consistency check and initialize
24878         some structures with g_new0().
24879         * metadata.c: fixed a couple more bugs in table size computation
24880         and add other checks for out-of bound access to metadata.
24881
24882 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
24883
24884         * metatada.c: fix bugs computing table sizes. Spew a
24885         warning when index in string heap is out of bounds.
24886
24887 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
24888
24889         * metadata.h: Add a couple of macros to manipulate tokens. 
24890
24891 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
24892
24893         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
24894         cli_section_tables).
24895
24896 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
24897
24898         * metadata.c (mono_metadata_user_string): New function, provides
24899         access to the UserString heap. 
24900
24901 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
24902
24903         * metadata.c: Add inline documentation.
24904
24905 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
24906
24907         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
24908         files. 
24909
24910 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
24911
24912         * typeattr.h: New file, TypeAttribute flags. 
24913
24914 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
24915
24916         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
24917         mono_assembly_ensure_section): Section loading code.
24918         (load_section_tables): Load the sections.
24919
24920         * mono/metadata/metadata.c (mono_metadata_locate_token,
24921         mono_metadata_locate): Functions to locate the information
24922         definition given a token or a table and an index.
24923         (mono_metadata_compute_table_bases): New.
24924         (compute_size): New function to compute the sizes of the various
24925         tables.
24926
24927         * mono/metadata/metadata.h: Finish listing the different index
24928         types. 
24929
24930         * mono/metadata/pedump.c: Improve to dump new information.
24931
24932 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
24933
24934         * mono/metadata/metadata.c: Entered all the tables matching
24935         Beta2. 
24936
24937         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
24938
24939
24940